RosDiskReplicaGroupsProps
Properties for defining a RosDiskReplicaGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ebs;
new RosDiskReplicaGroupsProps {
object RefreshOptions = null,
object ResourceGroupId = null,
object Site = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Site |
object |
No description. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Site
Optional
public object Site { get; set; }
- Type: object