RosDedicatedHostsProps
Properties for defining a RosDedicatedHosts.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhosts
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDedicatedHostsProps {
object DedicatedHostClusterId = null,
object DedicatedHostIds = null,
object DedicatedHostName = null,
object DedicatedHostType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object Status = null,
TagsProperty[] Tags = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DedicatedHostClusterId |
object |
No description. |
DedicatedHostIds |
object |
No description. |
DedicatedHostName |
object |
No description. |
DedicatedHostType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Status |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosDedicatedHosts.TagsProperty[] |
No description. |
ZoneId |
object |
No description. |
DedicatedHostClusterIdOptional
public object DedicatedHostClusterId { get; set; }
- Type: object
DedicatedHostIdsOptional
public object DedicatedHostIds { get; set; }
- Type: object
DedicatedHostNameOptional
public object DedicatedHostName { get; set; }
- Type: object
DedicatedHostTypeOptional
public object DedicatedHostType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosDedicatedHosts.TagsProperty[]
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object