RosDedicatedHostGroupProps
Properties for defining a RosDedicatedHostGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cddc-dedicatedhostgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new RosDedicatedHostGroupProps {
object DedicatedHostGroupId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
DedicatedHostGroupId |
object |
No description. |
RefreshOptions |
object |
No description. |
DedicatedHostGroupIdRequired
public object DedicatedHostGroupId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object