Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-cluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosClusterProps {
    object EcsOrderComputeCount,
    object EcsOrderComputeInstanceType,
    object EcsOrderLoginCount,
    object EcsOrderLoginInstanceType,
    object EcsOrderManagerInstanceType,
    object Name,
    object OsTag,
    object VSwitchId,
    object AccountType = null,
    object AdditionalVolumes = null,
    object Application = null,
    object AutoRenew = null,
    object AutoRenewPeriod = null,
    object ClientVersion = null,
    object ComputeEnableHt = null,
    object ComputeSpotPriceLimit = null,
    object ComputeSpotStrategy = null,
    object DeployMode = null,
    object Description = null,
    object EcsChargeType = null,
    object EcsOrderManagerCount = null,
    object EhpcVersion = null,
    object HaEnable = null,
    object ImageId = null,
    object ImageOwnerAlias = null,
    object InputFileUrl = null,
    object IsComputeEss = null,
    object JobQueue = null,
    object KeyPairName = null,
    object NetworkInterfaceTrafficMode = null,
    object Password = null,
    object Period = null,
    object PeriodUnit = null,
    object PostInstallScript = null,
    object RamNodeTypes = null,
    object RamRoleName = null,
    object RemoteDirectory = null,
    object RemoteVisEnable = null,
    object ResourceGroupId = null,
    object SccClusterId = null,
    object SchedulerType = null,
    object SecurityGroupId = null,
    object SecurityGroupName = null,
    object SystemDiskLevel = null,
    object SystemDiskSize = null,
    object SystemDiskType = null,
    object VolumeId = null,
    object VolumeMountpoint = null,
    object VolumeProtocol = null,
    object VolumeType = null,
    object VpcId = null,
    object WithoutElasticIp = null,
    object ZoneId = null
};

Properties

Name Type Description
EcsOrderComputeCount object No description.
EcsOrderComputeInstanceType object No description.
EcsOrderLoginCount object No description.
EcsOrderLoginInstanceType object No description.
EcsOrderManagerInstanceType object No description.
Name object No description.
OsTag object No description.
VSwitchId object No description.
AccountType object No description.
AdditionalVolumes object No description.
Application object No description.
AutoRenew object No description.
AutoRenewPeriod object No description.
ClientVersion object No description.
ComputeEnableHt object No description.
ComputeSpotPriceLimit object No description.
ComputeSpotStrategy object No description.
DeployMode object No description.
Description object No description.
EcsChargeType object No description.
EcsOrderManagerCount object No description.
EhpcVersion object No description.
HaEnable object No description.
ImageId object No description.
ImageOwnerAlias object No description.
InputFileUrl object No description.
IsComputeEss object No description.
JobQueue object No description.
KeyPairName object No description.
NetworkInterfaceTrafficMode object No description.
Password object No description.
Period object No description.
PeriodUnit object No description.
PostInstallScript object No description.
RamNodeTypes object No description.
RamRoleName object No description.
RemoteDirectory object No description.
RemoteVisEnable object No description.
ResourceGroupId object No description.
SccClusterId object No description.
SchedulerType object No description.
SecurityGroupId object No description.
SecurityGroupName object No description.
SystemDiskLevel object No description.
SystemDiskSize object No description.
SystemDiskType object No description.
VolumeId object No description.
VolumeMountpoint object No description.
VolumeProtocol object No description.
VolumeType object No description.
VpcId object No description.
WithoutElasticIp object No description.
ZoneId object No description.

EcsOrderComputeCountRequired

public object EcsOrderComputeCount { get; set; }
  • Type: object

EcsOrderComputeInstanceTypeRequired

public object EcsOrderComputeInstanceType { get; set; }
  • Type: object

EcsOrderLoginCountRequired

public object EcsOrderLoginCount { get; set; }
  • Type: object

EcsOrderLoginInstanceTypeRequired

public object EcsOrderLoginInstanceType { get; set; }
  • Type: object

EcsOrderManagerInstanceTypeRequired

public object EcsOrderManagerInstanceType { get; set; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

OsTagRequired

public object OsTag { get; set; }
  • Type: object

VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

AccountTypeOptional

public object AccountType { get; set; }
  • Type: object

AdditionalVolumesOptional

public object AdditionalVolumes { get; set; }
  • Type: object

ApplicationOptional

public object Application { get; set; }
  • Type: object

AutoRenewOptional

public object AutoRenew { get; set; }
  • Type: object

AutoRenewPeriodOptional

public object AutoRenewPeriod { get; set; }
  • Type: object

ClientVersionOptional

public object ClientVersion { get; set; }
  • Type: object

ComputeEnableHtOptional

public object ComputeEnableHt { get; set; }
  • Type: object

ComputeSpotPriceLimitOptional

public object ComputeSpotPriceLimit { get; set; }
  • Type: object

ComputeSpotStrategyOptional

public object ComputeSpotStrategy { get; set; }
  • Type: object

DeployModeOptional

public object DeployMode { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

EcsChargeTypeOptional

public object EcsChargeType { get; set; }
  • Type: object

EcsOrderManagerCountOptional

public object EcsOrderManagerCount { get; set; }
  • Type: object

EhpcVersionOptional

public object EhpcVersion { get; set; }
  • Type: object

HaEnableOptional

public object HaEnable { get; set; }
  • Type: object

ImageIdOptional

public object ImageId { get; set; }
  • Type: object

ImageOwnerAliasOptional

public object ImageOwnerAlias { get; set; }
  • Type: object

InputFileUrlOptional

public object InputFileUrl { get; set; }
  • Type: object

IsComputeEssOptional

public object IsComputeEss { get; set; }
  • Type: object

JobQueueOptional

public object JobQueue { get; set; }
  • Type: object

KeyPairNameOptional

public object KeyPairName { get; set; }
  • Type: object

NetworkInterfaceTrafficModeOptional

public object NetworkInterfaceTrafficMode { get; set; }
  • Type: object

PasswordOptional

public object Password { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

PostInstallScriptOptional

public object PostInstallScript { get; set; }
  • Type: object

RamNodeTypesOptional

public object RamNodeTypes { get; set; }
  • Type: object

RamRoleNameOptional

public object RamRoleName { get; set; }
  • Type: object

RemoteDirectoryOptional

public object RemoteDirectory { get; set; }
  • Type: object

RemoteVisEnableOptional

public object RemoteVisEnable { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SccClusterIdOptional

public object SccClusterId { get; set; }
  • Type: object

SchedulerTypeOptional

public object SchedulerType { get; set; }
  • Type: object

SecurityGroupIdOptional

public object SecurityGroupId { get; set; }
  • Type: object

SecurityGroupNameOptional

public object SecurityGroupName { get; set; }
  • Type: object

SystemDiskLevelOptional

public object SystemDiskLevel { get; set; }
  • Type: object

SystemDiskSizeOptional

public object SystemDiskSize { get; set; }
  • Type: object

SystemDiskTypeOptional

public object SystemDiskType { get; set; }
  • Type: object

VolumeIdOptional

public object VolumeId { get; set; }
  • Type: object

VolumeMountpointOptional

public object VolumeMountpoint { get; set; }
  • Type: object

VolumeProtocolOptional

public object VolumeProtocol { get; set; }
  • Type: object

VolumeTypeOptional

public object VolumeType { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

WithoutElasticIpOptional

public object WithoutElasticIp { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object