Skip to content

DiskReplicaPairAdditionProps

Properties for defining a DiskReplicaPairAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicapairaddition

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkebs"
&alicloudroscdkebs.DiskReplicaPairAdditionProps {
    ReplicaGroupId: interface{},
    ReplicaPairId: interface{},
}

Properties

Name Type Description
ReplicaGroupId interface{} Property replicaGroupId: The ID of the replication pair-consistent group.
ReplicaPairId interface{} Property replicaPairId: The ID of the replication pair.

ReplicaGroupIdRequired

ReplicaGroupId interface{}
  • Type: interface{}

Property replicaGroupId: The ID of the replication pair-consistent group.


ReplicaPairIdRequired

ReplicaPairId interface{}
  • Type: interface{}

Property replicaPairId: The ID of the replication pair.

You can call the DescribeDiskReplicaPairs operation to query the IDs of existing replication pairs.