Documentation
¶
Index ¶
Constants ¶
View Source
const ( // VirtualDiskReady signifies that the source virtual disk is ready for snapshotting, allowing the snapshot process to begin. VirtualDiskReady VirtualDiskReadyReason = "VirtualDiskReady" // VirtualDiskNotReadyForSnapshotting signifies that the source virtual disk is not ready for snapshotting, preventing the snapshot process from starting. VirtualDiskNotReadyForSnapshotting VirtualDiskReadyReason = "VirtualDiskNotReadyForSnapshotting" // WaitingForTheVirtualDisk signifies that the snapshot process is waiting for the virtual disk to become ready for snapshotting. WaitingForTheVirtualDisk VirtualDiskSnapshotReadyReason = "WaitingForTheVirtualDisk" // PotentiallyInconsistent signifies that the snapshotting process cannot begin because creating a snapshot of virtual disk attached to the running virtual machine might result in an inconsistent snapshot. PotentiallyInconsistent VirtualDiskSnapshotReadyReason = "PotentiallyInconsistent" // VolumeSnapshotLost signifies that the underling `VolumeSnapshot` is lost: cannot use the virtual disk snapshot as a data source. VolumeSnapshotLost VirtualDiskSnapshotReadyReason = "Lost" // FileSystemFreezing signifies that the `VirtualDiskSnapshot` resource is in the process of freezing the filesystem of the virtual machine associated with the source virtual disk. FileSystemFreezing VirtualDiskSnapshotReadyReason = "FileSystemFreezing" // Snapshotting signifies that the `VirtualDiskSnapshot` resource is in the process of taking a snapshot of the virtual disk. Snapshotting VirtualDiskSnapshotReadyReason = "Snapshotting" // VirtualDiskSnapshotReady signifies that the snapshot process is complete and the `VirtualDiskSnapshot` is ready for use. VirtualDiskSnapshotReady VirtualDiskSnapshotReadyReason = "VirtualDiskSnapshotReady" // VirtualDiskSnapshotFailed signifies that the snapshot process has failed. VirtualDiskSnapshotFailed VirtualDiskSnapshotReadyReason = "VirtualDiskSnapshotFailed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type represents the various condition types for the `VirtualDiskSnapshot`.
const ( // VirtualDiskReadyType indicates that the source `VirtualDisk` is ready for snapshotting. VirtualDiskReadyType Type = "VirtualDiskReady" // VirtualDiskSnapshotReadyType indicates that the virtual disk snapshot has been successfully taken and is ready for use. VirtualDiskSnapshotReadyType Type = "VirtualDiskSnapshotReady" )
func (Type) VirtualDiskSnapshotReadyReason ¶
type VirtualDiskReadyReason ¶
type VirtualDiskReadyReason string
VirtualDiskReadyReason represents the various reasons for the `VirtualDiskReady` condition type.
func (VirtualDiskReadyReason) String ¶
func (s VirtualDiskReadyReason) String() string
type VirtualDiskSnapshotReadyReason ¶
type VirtualDiskSnapshotReadyReason string
VirtualDiskSnapshotReadyReason represents the various reasons for the `VirtualDiskSnapshotReady` condition type.
func (VirtualDiskSnapshotReadyReason) String ¶
func (s VirtualDiskSnapshotReadyReason) String() string
Click to show internal directories.
Click to hide internal directories.