RosDedicatedHostClustersProps
Properties for defining a RosDedicatedHostClusters.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhostclusters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDedicatedHostClustersProps {
object DedicatedHostClusterName = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DedicatedHostClusterName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
ZoneId |
object |
No description. |
DedicatedHostClusterNameOptional
public object DedicatedHostClusterName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object