Volume Properties Data Protection Args
data class VolumePropertiesDataProtectionArgs(val backup: Output<VolumeBackupPropertiesArgs>? = null, val replication: Output<ReplicationObjectArgs>? = null, val snapshot: Output<VolumeSnapshotPropertiesArgs>? = null, val volumeRelocation: Output<VolumeRelocationPropertiesArgs>? = null) : ConvertibleToJava<VolumePropertiesDataProtectionArgs>
DataProtection type volumes include an object containing details of the replication
Constructors
Link copied to clipboard
constructor(backup: Output<VolumeBackupPropertiesArgs>? = null, replication: Output<ReplicationObjectArgs>? = null, snapshot: Output<VolumeSnapshotPropertiesArgs>? = null, volumeRelocation: Output<VolumeRelocationPropertiesArgs>? = null)