Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VirtualMachineSnapshotNotFound indicates that the specified virtual machine snapshot is absent. VirtualMachineSnapshotNotFound VirtualMachineSnapshotReadyToUseReason = "VirtualMachineSnapshotNotFound" // VirtualMachineSnapshotNotReady indicates that the specified virtual machine snapshot is not ready. VirtualMachineSnapshotNotReady VirtualMachineSnapshotReadyToUseReason = "VirtualMachineSnapshotNotReady" // VirtualMachineSnapshotReadyToUse indicates that the specified virtual machine snapshot is ready to restore. VirtualMachineSnapshotReadyToUse VirtualMachineSnapshotReadyToUseReason = "VirtualMachineSnapshotReadyToUse" // VirtualMachineSnapshotNotReadyToUse signifies that the virtual machine snapshot is not ready to use. VirtualMachineSnapshotNotReadyToUse VirtualMachineRestoreReadyReason = "VirtualMachineSnapshotNotReadyToUse" // VirtualMachineRestoreConflict signifies that the virtual machine cannot be restored as it's resources already exist. VirtualMachineRestoreConflict VirtualMachineRestoreReadyReason = "VirtualMachineRestoreConflict" // VirtualMachineRestoreFailed signifies that the restore process has failed. VirtualMachineRestoreFailed VirtualMachineRestoreReadyReason = "VirtualMachineRestoreFailed" // VirtualMachineRestoreReady signifies that the restore process is completed. VirtualMachineRestoreReady VirtualMachineRestoreReadyReason = "VirtualMachineRestoreReady" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
Type represents the various condition types for the `VirtualMachineRestore`.
const ( // VirtualMachineSnapshotReadyToUseType indicates that the virtual machine snapshot has been successfully taken and is ready for restore. VirtualMachineSnapshotReadyToUseType Type = "VirtualMachineSnapshotReadyToUse" // VirtualMachineRestoreReadyType indicates that the virtual machine restore has been successfully completed. VirtualMachineRestoreReadyType Type = "VirtualMachineRestoreReady" )
type VirtualMachineRestoreReadyReason ¶
type VirtualMachineRestoreReadyReason string
VirtualMachineRestoreReadyReason represents the various reasons for the `VirtualMachineRestoreReady` condition type.
func (VirtualMachineRestoreReadyReason) String ¶
func (r VirtualMachineRestoreReadyReason) String() string
type VirtualMachineSnapshotReadyToUseReason ¶
type VirtualMachineSnapshotReadyToUseReason string
VirtualMachineSnapshotReadyToUseReason represents the various reasons for the `VirtualMachineSnapshotReadyToUse` condition type.
func (VirtualMachineSnapshotReadyToUseReason) String ¶
func (r VirtualMachineSnapshotReadyToUseReason) String() string
Click to show internal directories.
Click to hide internal directories.