VolumePropertiesResponseDataProtection

data class VolumePropertiesResponseDataProtection(val backup: VolumeBackupPropertiesResponse? = null, val replication: ReplicationObjectResponse? = null, val snapshot: VolumeSnapshotPropertiesResponse? = 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)

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.