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