vmrestorecondition

package
v0.0.0-...-ef97745 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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"
)

func (Type) String

func (t Type) String() string

type VirtualMachineRestoreReadyReason

type VirtualMachineRestoreReadyReason string

VirtualMachineRestoreReadyReason represents the various reasons for the `VirtualMachineRestoreReady` condition type.

func (VirtualMachineRestoreReadyReason) String

type VirtualMachineSnapshotReadyToUseReason

type VirtualMachineSnapshotReadyToUseReason string

VirtualMachineSnapshotReadyToUseReason represents the various reasons for the `VirtualMachineSnapshotReadyToUse` condition type.

func (VirtualMachineSnapshotReadyToUseReason) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL