Skip to content

HpcClusterProps

Properties for defining a HpcCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-hpccluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new HpcClusterProps {
    object Name,
    object Description = null
};

Properties

Name Type Description
Name object Property name: The name of the HPC cluster.
Description object Property description: The description of the HPC cluster.

NameRequired

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

Property name: The name of the HPC cluster.

The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).


DescriptionOptional

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

Property description: The description of the HPC cluster.

The description must be 2 to 256 characters in length. It cannot start with http:// or https://. Default value: empty string.