VolumeFailoverMetadata interface

The metadata of a volume that has valid cloud snapshot.

Properties

backupCreatedDate

The date at which the snapshot was taken.

backupElementId

The path ID of the backup-element for this volume, inside the backup set.

backupId

The path ID of the backup set.

backupPolicyId

The path ID of the backup policy using which the snapshot was taken.

sizeInBytes

The size of the volume in bytes at the time the snapshot was taken.

volumeId

The path ID of the volume.

volumeType

The type of the volume.

Property Details

backupCreatedDate

The date at which the snapshot was taken.

backupCreatedDate?: Date

Property Value

Date

backupElementId

The path ID of the backup-element for this volume, inside the backup set.

backupElementId?: string

Property Value

string

backupId

The path ID of the backup set.

backupId?: string

Property Value

string

backupPolicyId

The path ID of the backup policy using which the snapshot was taken.

backupPolicyId?: string

Property Value

string

sizeInBytes

The size of the volume in bytes at the time the snapshot was taken.

sizeInBytes?: number

Property Value

number

volumeId

The path ID of the volume.

volumeId?: string

Property Value

string

volumeType

The type of the volume.

volumeType?: VolumeType

Property Value