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, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:\/\/ or https:\/\/.
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.