HpcClusterProps
Properties for defining a HpcCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-hpccluster
Initializer
import com.aliyun.ros.cdk.ecs.HpcClusterProps;
HpcClusterProps.builder()
.name(java.lang.String)
.name(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: The name of the HPC cluster. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the HPC cluster. |
name
Required
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.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 java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.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.