VolumePropertiesResponseDataProtection

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup Properties

Link copied to clipboard

Replication properties

Link copied to clipboard

Snapshot properties.

Link copied to clipboard

VolumeRelocation properties