DiskReplicaGroupArgs

data class DiskReplicaGroupArgs(val description: Output<String>? = null, val destinationRegionId: Output<String>? = null, val destinationZoneId: Output<String>? = null, val groupName: Output<String>? = null, val rpo: Output<Int>? = null, val sourceRegionId: Output<String>? = null, val sourceZoneId: Output<String>? = null) : ConvertibleToJava<DiskReplicaGroupArgs>

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>

Constructors

Link copied to clipboard
fun DiskReplicaGroupArgs(description: Output<String>? = null, destinationRegionId: Output<String>? = null, destinationZoneId: Output<String>? = null, groupName: Output<String>? = null, rpo: Output<Int>? = null, sourceRegionId: Output<String>? = null, sourceZoneId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DiskReplicaGroupArgs

Properties

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

The description of the consistent replication group.

Link copied to clipboard
val destinationRegionId: Output<String>? = null

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

Link copied to clipboard
val destinationZoneId: Output<String>? = null

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

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

Consistent replication group name.

Link copied to clipboard
val rpo: Output<Int>? = null

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

Link copied to clipboard
val sourceRegionId: Output<String>? = null

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

Link copied to clipboard
val sourceZoneId: Output<String>? = null

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