Skip to content

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.

DestinationRegionIdRequired

DestinationRegionId interface{}
  • Type: interface{}

Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.


DestinationZoneIdRequired

DestinationZoneId interface{}
  • Type: interface{}

Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.


SourceRegionIdRequired

SourceRegionId interface{}
  • Type: interface{}

Property sourceRegionId: The ID of the region to which the production site belongs.


SourceZoneIdRequired

SourceZoneId interface{}
  • Type: interface{}

Property sourceZoneId: The ID of the zone to which the production site belongs.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the consistent replication group.


DiskReplicaGroupNameOptional

DiskReplicaGroupName interface{}
  • Type: interface{}

Property diskReplicaGroupName: Consistent replication group name.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of resource group.


RpoOptional

Rpo interface{}
  • Type: interface{}

Property rpo: The RPO value set by the consistency group in seconds.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags of disk replica group.