Package version:

Interface VolumePropertiesDataProtection

DataProtection type volumes include an object containing details of the replication

interface VolumePropertiesDataProtection {
    backup?: VolumeBackupProperties;
    replication?: ReplicationObject;
    snapshot?: VolumeSnapshotProperties;
    volumeRelocation?: VolumeRelocationProperties;
}

Properties

Backup Properties

replication?: ReplicationObject

Replication properties

Snapshot properties.

volumeRelocation?: VolumeRelocationProperties

VolumeRelocation properties