DiskReplicaGroupsProps
Properties for defining a DiskReplicaGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ebs-diskreplicagroups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkebs/datasource"
&datasource.DiskReplicaGroupsProps {
RefreshOptions: interface{},
ResourceGroupId: interface{},
Site: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of resource group. |
Site |
interface{} |
Property site: Site information sources for replication pairs and consistent replication groups. |
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of resource group.
SiteOptional
Site interface{}
- Type: interface{}
Property site: Site information sources for replication pairs and consistent replication groups.
Possible values:
- production: production site.
- backup: disaster recovery site.