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. |
RefreshOptions
Optional
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of resource group.
Site
Optional
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.