VolumeDataProtectionReplicationArgs

data class VolumeDataProtectionReplicationArgs(val endpointType: Output<String>? = null, val remoteVolumeLocation: Output<String>, val remoteVolumeResourceId: Output<String>, val replicationFrequency: Output<String>) : ConvertibleToJava<VolumeDataProtectionReplicationArgs>

Constructors

Link copied to clipboard
fun VolumeDataProtectionReplicationArgs(endpointType: Output<String>? = null, remoteVolumeLocation: Output<String>, remoteVolumeResourceId: Output<String>, replicationFrequency: Output<String>)

Functions

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

Properties

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

The endpoint type, default value is dst for destination.

Link copied to clipboard

Location of the primary volume. Changing this forces a new resource to be created.

Link copied to clipboard

Resource ID of the primary volume.

Link copied to clipboard