DiskReplicaGroup

class DiskReplicaGroup : KotlinCustomResource

Provides a EBS Disk Replica Group resource. For information about EBS Disk Replica Group and how to use it, see What is Disk Replica Group.

NOTE: Available since v1.187.0.

Import

EBS Disk Replica Group can be imported using the id, e.g.

$ pulumi import alicloud:ebs/diskReplicaGroup:DiskReplicaGroup example <id>

Properties

Link copied to clipboard
val description: Output<String>?

The description of the consistent replication group.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val groupName: Output<String>?

Consistent replication group name.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rpo: Output<Int>

The recovery point objective (RPO) of the replication pair-consistent group. Unit: seconds.

Link copied to clipboard
val sourceRegionId: Output<String>

The ID of the region to which the production site belongs.

Link copied to clipboard
val sourceZoneId: Output<String>

The ID of the zone to which the production site belongs.

Link copied to clipboard
val status: Output<String>

The status of the consistent replication group.

Link copied to clipboard
val urn: Output<String>