Volume Data Protection Replication Args
data class VolumeDataProtectionReplicationArgs(val endpointType: Output<String>? = null, val remoteVolumeLocation: Output<String>, val remoteVolumeResourceId: Output<String>, val replicationFrequency: Output<String>) : ConvertibleToJava<VolumeDataProtectionReplicationArgs>
Properties
Link copied to clipboard
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