VolumeDataProtectionReplication

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

Constructors

Link copied to clipboard
constructor(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

Replication frequency, supported values are '10minutes', 'hourly', 'daily', values are case sensitive. A full example of the data_protection_replication attribute can be found in the ./examples/netapp/volume_crr directory within the GitHub Repository