VolumeDataProtectionReplication

data class VolumeDataProtectionReplication(val endpointType: String? = null, val remoteVolumeLocation: String, val remoteVolumeResourceId: String, val replicationFrequency: String)

Constructors

Link copied to clipboard
fun VolumeDataProtectionReplication(endpointType: String? = null, remoteVolumeLocation: String, remoteVolumeResourceId: String, replicationFrequency: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointType: 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