Skip to content

ClusterProps

Properties for defining a Cluster.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.ClusterProps {
    EcsOrderComputeCount: interface{},
    EcsOrderComputeInstanceType: interface{},
    EcsOrderLoginCount: interface{},
    EcsOrderLoginInstanceType: interface{},
    EcsOrderManagerInstanceType: interface{},
    Name: interface{},
    VSwitchId: interface{},
    AccountType: interface{},
    AdditionalVolumes: interface{},
    Application: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    ClientVersion: interface{},
    ComputeEnableHt: interface{},
    ComputeSpotPriceLimit: interface{},
    ComputeSpotStrategy: interface{},
    DeployMode: interface{},
    Description: interface{},
    EcsChargeType: interface{},
    EcsOrderManagerCount: interface{},
    EhpcVersion: interface{},
    HaEnable: interface{},
    ImageId: interface{},
    ImageOwnerAlias: interface{},
    InputFileUrl: interface{},
    IsComputeEss: interface{},
    JobQueue: interface{},
    KeyPairName: interface{},
    NetworkInterfaceTrafficMode: interface{},
    OsTag: interface{},
    Password: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PostInstallScript: interface{},
    RamNodeTypes: interface{},
    RamRoleName: interface{},
    RemoteDirectory: interface{},
    RemoteVisEnable: interface{},
    ResourceGroupId: interface{},
    SccClusterId: interface{},
    SchedulerType: interface{},
    SecurityGroupId: interface{},
    SecurityGroupName: interface{},
    SystemDiskLevel: interface{},
    SystemDiskSize: interface{},
    SystemDiskType: interface{},
    VolumeId: interface{},
    VolumeMountpoint: interface{},
    VolumeProtocol: interface{},
    VolumeType: interface{},
    VpcId: interface{},
    WithoutElasticIp: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
EcsOrderComputeCount interface{} Property ecsOrderComputeCount: Computing node number, which ranges from: 0-99.
EcsOrderComputeInstanceType interface{} Property ecsOrderComputeInstanceType: Cluster computing node instance specifications.
EcsOrderLoginCount interface{} Property ecsOrderLoginCount: Login node number can only be 1.
EcsOrderLoginInstanceType interface{} Property ecsOrderLoginInstanceType: Log cluster node instance specifications.
EcsOrderManagerInstanceType interface{} Property ecsOrderManagerInstanceType: Cluster control node instance specifications.
Name interface{} Property name: Cluster name.
VSwitchId interface{} Property vSwitchId: VPC in switch ID.
AccountType interface{} Property accountType: The service type of the domain account.
AdditionalVolumes interface{} Property additionalVolumes: The information of the NAS file system.
Application interface{} Property application: Application software tag (SoftwareTag) list, You can call ListSoftwares API to query.
AutoRenew interface{} Property autoRenew: Specifies whether to enable auto-renewal.
AutoRenewPeriod interface{} Property autoRenewPeriod: The auto-renewal period of the subscription compute nodes.
ClientVersion interface{} Property clientVersion: The version of the E-HPC client.
ComputeEnableHt interface{} Property computeEnableHt: Specifies whether the compute nodes support hyper-threading.
ComputeSpotPriceLimit interface{} Property computeSpotPriceLimit: The maximum hourly price of the compute nodes.
ComputeSpotStrategy interface{} Property computeSpotStrategy: The bidding method of the compute nodes.
DeployMode interface{} Property deployMode: The mode in which the cluster is deployed.
Description interface{} Property description: The description of the E-HPC cluster.
EcsChargeType interface{} Property ecsChargeType: ECS instance payment type, PostPaid: Pay-As-You-Go.PrePaid: Subscription.If you choose PrePaid, automatic renewal will be enabled by default, and closed when node is released.
EcsOrderManagerCount interface{} Property ecsOrderManagerCount: Control node number can be 1, 2.
EhpcVersion interface{} Property ehpcVersion: The version of E-HPC.
HaEnable interface{} Property haEnable: Specifies whether to enable the high availability feature.
ImageId interface{} Property imageId: The image IDs.
ImageOwnerAlias interface{} Property imageOwnerAlias: Mirror type: system, self, others or marketplace.
InputFileUrl interface{} Property inputFileUrl: The URL of the job files that are uploaded to an Object Storage Service (OSS) bucket.
IsComputeEss interface{} Property isComputeEss: Specifies whether to enable auto scaling.
JobQueue interface{} Property jobQueue: The queue to which the compute nodes are added.
KeyPairName interface{} Property keyPairName: Key pair name.
NetworkInterfaceTrafficMode interface{} Property networkInterfaceTrafficMode: Communication mode of an elastic NIC.
OsTag interface{} Property osTag: Operating system image tag.
Password interface{} Property password: The root password of the logon node.
Period interface{} Property period: The duration of the subscription.
PeriodUnit interface{} Property periodUnit: The unit of the subscription duration.
PostInstallScript interface{} Property postInstallScript: The information of the post-installation script.
RamNodeTypes interface{} Property ramNodeTypes: When authorizing instance configuration, the node type to which the RAM role is bound.
RamRoleName interface{} Property ramRoleName: The name of the Resource Access Management (RAM) role.
RemoteDirectory interface{} Property remoteDirectory: Mount shared storage remote directory.
RemoteVisEnable interface{} Property remoteVisEnable: Specifies whether to enable Virtual Network Computing (VNC).
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
SccClusterId interface{} Property sccClusterId: The Super Computing Cluster (SCC) instance ID.
SchedulerType interface{} Property schedulerType: The type of the scheduler.
SecurityGroupId interface{} Property securityGroupId: Security group ID.
SecurityGroupName interface{} Property securityGroupName: If you do not use an existing security group, set the parameter to the name of a new security group.
SystemDiskLevel interface{} Property systemDiskLevel: The performance level of the ESSD that is created as the system disk.
SystemDiskSize interface{} Property systemDiskSize: The size of the system disk.
SystemDiskType interface{} Property systemDiskType: The type of the system disk.
VolumeId interface{} Property volumeId: The ID of the file system.
VolumeMountpoint interface{} Property volumeMountpoint: The mount target of the file system.
VolumeProtocol interface{} Property volumeProtocol: The type of the protocol that is used by the file system.
VolumeType interface{} Property volumeType: The type of the shared storage.
VpcId interface{} Property vpcId: The ID of the virtual private cloud (VPC) to which the E-HPC cluster belongs.
WithoutElasticIp interface{} Property withoutElasticIp: Specifies whether the logon node uses an elastic IP address (EIP).
ZoneId interface{} Property zoneId: Available area ID.

EcsOrderComputeCountRequired

EcsOrderComputeCount interface{}
  • Type: interface{}

Property ecsOrderComputeCount: Computing node number, which ranges from: 0-99.


EcsOrderComputeInstanceTypeRequired

EcsOrderComputeInstanceType interface{}
  • Type: interface{}

Property ecsOrderComputeInstanceType: Cluster computing node instance specifications.


EcsOrderLoginCountRequired

EcsOrderLoginCount interface{}
  • Type: interface{}

Property ecsOrderLoginCount: Login node number can only be 1.


EcsOrderLoginInstanceTypeRequired

EcsOrderLoginInstanceType interface{}
  • Type: interface{}

Property ecsOrderLoginInstanceType: Log cluster node instance specifications.


EcsOrderManagerInstanceTypeRequired

EcsOrderManagerInstanceType interface{}
  • Type: interface{}

Property ecsOrderManagerInstanceType: Cluster control node instance specifications.


NameRequired

Name interface{}
  • Type: interface{}

Property name: Cluster name.

2-64 characters in length, allowing only include Chinese, letters, numbers, dashes (-) and underscore (_), must begin with a letter or Chinese.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: VPC in switch ID.

Products currently only supports VPC network.


AccountTypeOptional

AccountType interface{}
  • Type: interface{}

Property accountType: The service type of the domain account.

Valid values: nis ldap Default value: nis


AdditionalVolumesOptional

AdditionalVolumes interface{}
  • Type: interface{}

Property additionalVolumes: The information of the NAS file system.


ApplicationOptional

Application interface{}
  • Type: interface{}

Property application: Application software tag (SoftwareTag) list, You can call ListSoftwares API to query.


AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

Property autoRenew: Specifies whether to enable auto-renewal.

Valid values:

  • true
  • false Default value: false.

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

Property autoRenewPeriod: The auto-renewal period of the subscription compute nodes.

The parameter takes effect when AutoRenew is set to true.


ClientVersionOptional

ClientVersion interface{}
  • Type: interface{}

Property clientVersion: The version of the E-HPC client.

By default, the parameter is set to the latest version number. You can call the ListCurrentClientVersion operation to query the current version of the E-HPC client.


ComputeEnableHtOptional

ComputeEnableHt interface{}
  • Type: interface{}

Property computeEnableHt: Specifies whether the compute nodes support hyper-threading.

Valid values: true: Hyper-threading is supported. false: Hyper-threading is not supported. Default value: true


ComputeSpotPriceLimitOptional

ComputeSpotPriceLimit interface{}
  • Type: interface{}

Property computeSpotPriceLimit: The maximum hourly price of the compute nodes.

A maximum of three decimal places can be used in the value of the parameter. The parameter is valid only when the ComputeSpotStrategy parameter is set to SpotWithPriceLimit.


ComputeSpotStrategyOptional

ComputeSpotStrategy interface{}
  • Type: interface{}

Property computeSpotStrategy: The bidding method of the compute nodes.

Valid values:

  • NoSpot: The compute nodes are pay-as-you-go instances.
  • SpotWithPriceLimit: The compute nodes are preemptible instances that have a user-defined maximum hourly price.
  • SpotAsPriceGo: The compute nodes are preemptible instances for which the market price at the time of purchase is used as the bid price. Default value: NoSpot.

DeployModeOptional

DeployMode interface{}
  • Type: interface{}

Property deployMode: The mode in which the cluster is deployed.

Valid values: Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed. Simple: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed. Tiny: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed. Default value: Standard


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the E-HPC cluster.

The description must be 2 to 256 characters in length and cannot start with http:\/\/ or https:\/\/.


EcsChargeTypeOptional

EcsChargeType interface{}
  • Type: interface{}

Property ecsChargeType: ECS instance payment type, PostPaid: Pay-As-You-Go.PrePaid: Subscription.If you choose PrePaid, automatic renewal will be enabled by default, and closed when node is released.


EcsOrderManagerCountOptional

EcsOrderManagerCount interface{}
  • Type: interface{}

Property ecsOrderManagerCount: Control node number can be 1, 2.


EhpcVersionOptional

EhpcVersion interface{}
  • Type: interface{}

Property ehpcVersion: The version of E-HPC.

By default, the parameter is set to the latest version number.


HaEnableOptional

HaEnable interface{}
  • Type: interface{}

Property haEnable: Specifies whether to enable the high availability feature.

Valid values: true: enables the high availability feature false: disables the high availability feature Default value: false Note If high availability is enabled, primary management nodes and secondary management nodes are used.


ImageIdOptional

ImageId interface{}
  • Type: interface{}

Property imageId: The image IDs.

You can call the ListImages and ListCustomImages operations to query the images that are supported by E-HPC.


ImageOwnerAliasOptional

ImageOwnerAlias interface{}
  • Type: interface{}

Property imageOwnerAlias: Mirror type: system, self, others or marketplace.


InputFileUrlOptional

InputFileUrl interface{}
  • Type: interface{}

Property inputFileUrl: The URL of the job files that are uploaded to an Object Storage Service (OSS) bucket.


IsComputeEssOptional

IsComputeEss interface{}
  • Type: interface{}

Property isComputeEss: Specifies whether to enable auto scaling.

Valid values: true: enables auto scaling false: disables auto scaling Default value: false


JobQueueOptional

JobQueue interface{}
  • Type: interface{}

Property jobQueue: The queue to which the compute nodes are added.


KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

Property keyPairName: Key pair name.


NetworkInterfaceTrafficModeOptional

NetworkInterfaceTrafficMode interface{}
  • Type: interface{}

Property networkInterfaceTrafficMode: Communication mode of an elastic NIC.

Value values:

  • Standard: The TCP communication mode is used.
  • HighPerformance: Enables the Elastic RDMA Interface (ERI) and uses the RDMA communication mode.

OsTagOptional

OsTag interface{}
  • Type: interface{}

Property osTag: Operating system image tag.

You can call ListImages API to query.


PasswordOptional

Password interface{}
  • Type: interface{}

Property password: The root password of the logon node.

The password must be 8 to 30 characters in length and contain at least three of the following items: uppercase letters, lowercase letters, digits, and special characters. Special characters include: ( ) ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ‘ < > , . ? \/ You must specify either Password or KeyPairName. If both are specified, the Password parameter prevails.

We recommend that you use HTTPS to call the API operation to prevent password leakage.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: The duration of the subscription.

The unit of the duration is specified by the PeriodUnit parameter.

  • Valid values if PriceUnit is set to Year: 1, 2, and 3.
  • Valid values if PriceUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, and 9.
  • Valid value if PriceUnit is set to Hour: 1. Default value: 1.

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

Property periodUnit: The unit of the subscription duration.

Valid values:

  • Year
  • Month
  • Hour Default value: Month.

PostInstallScriptOptional

PostInstallScript interface{}
  • Type: interface{}

Property postInstallScript: The information of the post-installation script.


RamNodeTypesOptional

RamNodeTypes interface{}
  • Type: interface{}

Property ramNodeTypes: When authorizing instance configuration, the node type to which the RAM role is bound.

When the value of DeployMode is Standard, the value range: scheduler, account, login, compute. When the value of DeployMode is Simple, the value range: manager, login, compute. When the value of DeployMode is Tiny, the value range: manager, compute.


RamRoleNameOptional

RamRoleName interface{}
  • Type: interface{}

Property ramRoleName: The name of the Resource Access Management (RAM) role.

You can call the ListRoles operation provided by RAM to query the created RAM roles.


RemoteDirectoryOptional

RemoteDirectory interface{}
  • Type: interface{}

Property remoteDirectory: Mount shared storage remote directory.

The final path to the mount point and mount the remote directory composition: NasMountpoint: / RemoteDirectory


RemoteVisEnableOptional

RemoteVisEnable interface{}
  • Type: interface{}

Property remoteVisEnable: Specifies whether to enable Virtual Network Computing (VNC).

Valid values: true: enables VNC false: disables VNC Default value: false


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.

You can call the ListResourceGroups operation to obtain the ID of the resource group.


SccClusterIdOptional

SccClusterId interface{}
  • Type: interface{}

Property sccClusterId: The Super Computing Cluster (SCC) instance ID.

If you specify the parameter, the SCC instance is moved to a new SCC cluster.


SchedulerTypeOptional

SchedulerType interface{}
  • Type: interface{}

Property schedulerType: The type of the scheduler.

Valid values: pbs slurm opengridscheduler deadline Default value: pbs


SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

Property securityGroupId: Security group ID.


SecurityGroupNameOptional

SecurityGroupName interface{}
  • Type: interface{}

Property securityGroupName: If you do not use an existing security group, set the parameter to the name of a new security group.

A default policy is applied to the new security group.


SystemDiskLevelOptional

SystemDiskLevel interface{}
  • Type: interface{}

Property systemDiskLevel: The performance level of the ESSD that is created as the system disk.

Valid values: PL0: A single ESSD can deliver up to 10,000 input/output operations per second (IOPS) of random read/write. PL1: A single ESSD can deliver up to 50,000 IOPS of random read/write. PL2: A single ESSD can deliver up to 100,000 IOPS of random read/write. PL3: A single ESSD can deliver up to 1,000,000 IOPS of random read/write. Default value: PL1


SystemDiskSizeOptional

SystemDiskSize interface{}
  • Type: interface{}

Property systemDiskSize: The size of the system disk.

Unit: GB Valid values: 40 to 500 Default value: 40


SystemDiskTypeOptional

SystemDiskType interface{}
  • Type: interface{}

Property systemDiskType: The type of the system disk.

Valid values: cloud_efficiency: ultra disk. cloud_ssd: SSD. cloud_essd: ESSD. Default value: cloud_ssd


VolumeIdOptional

VolumeId interface{}
  • Type: interface{}

Property volumeId: The ID of the file system.

If you leave the parameter empty, a Performance NAS file system is created by default.


VolumeMountpointOptional

VolumeMountpoint interface{}
  • Type: interface{}

Property volumeMountpoint: The mount target of the file system.

Take note of the following information: If you do not specify the VolumeId parameter, you can leave the VolumeMountpoint parameter empty. A mount target is created by default. If you specify the VolumeId parameter, the VolumeMountpoint parameter is required.


VolumeProtocolOptional

VolumeProtocol interface{}
  • Type: interface{}

Property volumeProtocol: The type of the protocol that is used by the file system.

Valid values: nfs smb Default value: nfs


VolumeTypeOptional

VolumeType interface{}
  • Type: interface{}

Property volumeType: The type of the shared storage.

Only Apsara File Storage nas file systems are supported.


VpcIdOptional

VpcId interface{}
  • Type: interface{}

Property vpcId: The ID of the virtual private cloud (VPC) to which the E-HPC cluster belongs.


WithoutElasticIpOptional

WithoutElasticIp interface{}
  • Type: interface{}

Property withoutElasticIp: Specifies whether the logon node uses an elastic IP address (EIP).

Default value: false


ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

Property zoneId: Available area ID.