Volume Properties Response Data Protection
data class VolumePropertiesResponseDataProtection(val backup: VolumeBackupPropertiesResponse? = null, val replication: ReplicationObjectResponse? = null, val snapshot: VolumeSnapshotPropertiesResponse? = null, val volumeRelocation: VolumeRelocationPropertiesResponse? = null)
DataProtection type volumes include an object containing details of the replication
Constructors
Link copied to clipboard
constructor(backup: VolumeBackupPropertiesResponse? = null, replication: ReplicationObjectResponse? = null, snapshot: VolumeSnapshotPropertiesResponse? = null, volumeRelocation: VolumeRelocationPropertiesResponse? = null)