HpcClusterProps
Properties for defining a HpcCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-hpccluster
Initializer
import { HpcClusterProps } from '@alicloud/ros-cdk-ecs'
const hpcClusterProps: HpcClusterProps = { ... }
Properties
Name | Type | Description |
---|---|---|
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the HPC cluster. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: The description of the HPC cluster. |
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
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.