VolumeFailoverMetadata Class

Definition

The metadata of a volume that has valid cloud snapshot.

public class VolumeFailoverMetadata
type VolumeFailoverMetadata = class
Public Class VolumeFailoverMetadata
Inheritance
VolumeFailoverMetadata

Constructors

VolumeFailoverMetadata()

Initializes a new instance of the VolumeFailoverMetadata class.

VolumeFailoverMetadata(String, Nullable<VolumeType>, Nullable<Int64>, Nullable<DateTime>, String, String, String)

Initializes a new instance of the VolumeFailoverMetadata class.

Properties

BackupCreatedDate

Gets or sets the date at which the snapshot was taken.

BackupElementId

Gets or sets the path ID of the backup-element for this volume, inside the backup set.

BackupId

Gets or sets the path ID of the backup set.

BackupPolicyId

Gets or sets the path ID of the backup policy using which the snapshot was taken.

SizeInBytes

Gets or sets the size of the volume in bytes at the time the snapshot was taken.

VolumeId

Gets or sets the path ID of the volume.

VolumeType

Gets or sets the type of the volume. Possible values include: 'Tiered', 'Archival', 'LocallyPinned'

Applies to