VolumeFailoverMetadata interface
The metadata of a volume that has valid cloud snapshot.
Properties
backup |
The date at which the snapshot was taken. |
backup |
The path ID of the backup-element for this volume, inside the backup set. |
backup |
The path ID of the backup set. |
backup |
The path ID of the backup policy using which the snapshot was taken. |
size |
The size of the volume in bytes at the time the snapshot was taken. |
volume |
The path ID of the volume. |
volume |
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
Azure SDK for JavaScript