HpcClusterProps
Properties for defining a HpcCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-hpccluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.HpcClusterProps {
Name: interface{},
Description: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Name |
interface{} |
Property name: The name of the HPC cluster. |
Description |
interface{} |
Property description: The description of the HPC cluster. |
Name
Required
Name interface{}
- Type: interface{}
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 (-).
Description
Optional
Description interface{}
- Type: interface{}
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.