DedicatedHostClusterProps
Properties for defining a DedicatedHostCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-dedicatedhostcluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new DedicatedHostClusterProps {
object DedicatedHostClusterName = null,
object Description = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DedicatedHostClusterName | object | Property dedicatedHostClusterName: The name of the host group. |
Description | object | Property description: The description of the host group. |
ResourceGroupId | object | Property resourceGroupId: The resource group ID of the host group. |
Tags | TagsProperty[] | Property tags: Tags of dedicated host cluster. |
ZoneId | object | Property zoneId: The zone ID of the host group. |
DedicatedHostClusterNameOptional
public object DedicatedHostClusterName { get; set; }
- Type: object
Property dedicatedHostClusterName: The name of the host group.
It must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the host group.
It must be 2 to 256 characters in length, and cannot start with http:// or https://.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The resource group ID of the host group.
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of dedicated host cluster.
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object
Property zoneId: The zone ID of the host group.