Skip to content

DiskReplicaPairAdditionProps

Properties for defining a DiskReplicaPairAddition.

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

Initializer

import { DiskReplicaPairAdditionProps } from '@alicloud/ros-cdk-ebs'
const diskReplicaPairAdditionProps: DiskReplicaPairAdditionProps = { ... }

Properties

Name Type Description
replicaGroupId string | @alicloud/ros-cdk-core.IResolvable Property replicaGroupId: The ID of the replication pair-consistent group.
replicaPairId string | @alicloud/ros-cdk-core.IResolvable Property replicaPairId: The ID of the replication pair.

replicaGroupIdRequired

public readonly replicaGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


replicaPairIdRequired

public readonly replicaPairId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property replicaPairId: The ID of the replication pair.

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