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