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. |
DedicatedHostClusterName
Optional
public object DedicatedHostClusterName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object