Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeFailoverMetadata

Package version

interface

An interface representing VolumeFailoverMetadata. The metadata of a volume that has valid cloud snapshot.

Hierarchy

  • VolumeFailoverMetadata

Index

Properties

Optional backupCreatedDate

backupCreatedDate: Date
member

{Date} [backupCreatedDate] The date at which the snapshot was taken.

Optional backupElementId

backupElementId: undefined | string
member

{string} [backupElementId] The path ID of the backup-element for this volume, inside the backup set.

Optional backupId

backupId: undefined | string
member

{string} [backupId] The path ID of the backup set.

Optional backupPolicyId

backupPolicyId: undefined | string
member

{string} [backupPolicyId] The path ID of the backup policy using which the snapshot was taken.

Optional sizeInBytes

sizeInBytes: undefined | number
member

{number} [sizeInBytes] The size of the volume in bytes at the time the snapshot was taken.

Optional volumeId

volumeId: undefined | string
member

{string} [volumeId] The path ID of the volume.

Optional volumeType

volumeType: VolumeType
member

{VolumeType} [volumeType] The type of the volume. Possible values include: 'Tiered', 'Archival', 'LocallyPinned'

Generated using TypeDoc