Replication Object Args
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
fun ReplicationObjectArgs(endpointType: Output<Either<String, EndpointType>>? = null, remoteVolumeRegion: Output<String>? = null, remoteVolumeResourceId: Output<String>, replicationId: Output<String>? = null, replicationSchedule: Output<Either<String, ReplicationSchedule>>? = null)