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
constructor(endpointType: Output<String>? = null, remoteVolumeLocation: Output<String>, remoteVolumeResourceId: Output<String>, replicationFrequency: Output<String>)

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

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

Functions

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