DiskReplicaGroupProps
Properties for defining a DiskReplicaGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkebs"
&alicloudroscdkebs.DiskReplicaGroupProps {
DestinationRegionId: interface{},
DestinationZoneId: interface{},
SourceRegionId: interface{},
SourceZoneId: interface{},
Description: interface{},
DiskReplicaGroupName: interface{},
ResourceGroupId: interface{},
Rpo: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkebs.RosDiskReplicaGroup.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
DestinationRegionId |
interface{} |
Property destinationRegionId: The ID of the region to which the disaster recovery site belongs. |
DestinationZoneId |
interface{} |
Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs. |
SourceRegionId |
interface{} |
Property sourceRegionId: The ID of the region to which the production site belongs. |
SourceZoneId |
interface{} |
Property sourceZoneId: The ID of the zone to which the production site belongs. |
Description |
interface{} |
Property description: The description of the consistent replication group. |
DiskReplicaGroupName |
interface{} |
Property diskReplicaGroupName: Consistent replication group name. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of resource group. |
Rpo |
interface{} |
Property rpo: The RPO value set by the consistency group in seconds. |
Tags |
*[]TagsProperty |
Property tags: Tags of disk replica group. |
DestinationRegionId
Required
DestinationRegionId interface{}
- Type: interface{}
Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.
DestinationZoneId
Required
DestinationZoneId interface{}
- Type: interface{}
Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.
SourceRegionId
Required
SourceRegionId interface{}
- Type: interface{}
Property sourceRegionId: The ID of the region to which the production site belongs.
SourceZoneId
Required
SourceZoneId interface{}
- Type: interface{}
Property sourceZoneId: The ID of the zone to which the production site belongs.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the consistent replication group.
DiskReplicaGroupName
Optional
DiskReplicaGroupName interface{}
- Type: interface{}
Property diskReplicaGroupName: Consistent replication group name.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of resource group.
Rpo
Optional
Rpo interface{}
- Type: interface{}
Property rpo: The RPO value set by the consistency group in seconds.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags of disk replica group.