Skip to content

HpcClusterProps

Properties for defining a HpcCluster.

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

Initializer

import ros_cdk_ecs
ros_cdk_ecs.HpcClusterProps(
  name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the HPC cluster.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the HPC cluster.

nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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 (-).


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.