Skip to content

DiskReplicaPairAdditionProps

Properties for defining a DiskReplicaPairAddition.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ebs;
new DiskReplicaPairAdditionProps {
    object ReplicaGroupId,
    object ReplicaPairId
};

Properties

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

ReplicaGroupIdRequired

public object ReplicaGroupId { get; set; }
  • Type: object

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


ReplicaPairIdRequired

public object ReplicaPairId { get; set; }
  • Type: object

Property replicaPairId: The ID of the replication pair.

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