DedicatedHostGroupProps
Properties for defining a DedicatedHostGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cddc-dedicatedhostgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new DedicatedHostGroupProps {
object DedicatedHostGroupId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DedicatedHostGroupId |
object |
Property dedicatedHostGroupId: Dedicated Host Group ID. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DedicatedHostGroupId
Required
public object DedicatedHostGroupId { get; set; }
- Type: object
Property dedicatedHostGroupId: Dedicated Host Group ID.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.