DiskReplicaGroupsProps
Properties for defining a DiskReplicaGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ebs;
new DiskReplicaGroupsProps {
object RefreshOptions = null,
object ResourceGroupId = null,
object Site = null
};
Properties
| Name | Type | Description |
|---|---|---|
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of resource group. |
Site |
object |
Property site: Site information sources for replication pairs and consistent replication groups. |
RefreshOptionsOptional
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.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of resource group.
SiteOptional
public object Site { get; set; }
- Type: object
Property site: Site information sources for replication pairs and consistent replication groups.
Possible values:
- production: production site.
- backup: disaster recovery site.