ReplicationObjectArgs

data class ReplicationObjectArgs(val endpointType: Output<Either<String, EndpointType>>? = null, val remoteVolumeRegion: Output<String>? = null, val remoteVolumeResourceId: Output<String>, val replicationId: Output<String>? = null, val replicationSchedule: Output<Either<String, ReplicationSchedule>>? = null) : ConvertibleToJava<ReplicationObjectArgs>

Replication properties

Constructors

Link copied to clipboard
constructor(endpointType: Output<Either<String, EndpointType>>? = null, remoteVolumeRegion: Output<String>? = null, remoteVolumeResourceId: Output<String>, replicationId: Output<String>? = null, replicationSchedule: Output<Either<String, ReplicationSchedule>>? = null)

Properties

Link copied to clipboard
val endpointType: Output<Either<String, EndpointType>>? = null

Indicates whether the local volume is the source or destination for the Volume Replication

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

The remote region for the other end of the Volume Replication.

Link copied to clipboard

The resource ID of the remote volume.

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

Id

Link copied to clipboard
val replicationSchedule: Output<Either<String, ReplicationSchedule>>? = null

Schedule

Functions

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