vmsopcondition

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReasonCompleted

type ReasonCompleted string

ReasonCompleted represents specific reasons for the 'Completed' condition type.

const (
	// ReasonVirtualMachineSnapshotNotFound is a ReasonCompleted indicating that the specified virtual machine is absent.
	ReasonVirtualMachineSnapshotNotFound ReasonCompleted = "VirtualMachineSnapshotNotFound"

	// ReasonNotApplicableForVMSPhase is a ReasonCompleted indicating that the specified operation type is not applicable for the virtual machine phase.
	ReasonNotApplicableForVMSPhase ReasonCompleted = "NotApplicableForVirtualMachinePhase"

	// ReasonNotReadyToBeExecuted is a ReasonCompleted indicating that the operation is not ready to be executed.
	ReasonNotReadyToBeExecuted ReasonCompleted = "NotReadyToBeExecuted"

	// ReasonVirtuamMachineSnapshotNotFound is a ReasonFailed indicating that the specified virtual machine snapshot is absent.
	ReasonVirtuamMachineSnapshotNotFound ReasonCompleted = "VirtualMachineSnapshotNotFound"

	// ReasonCreateVirtualMachineInProgress is a ReasonCompleted indicating that the clone operation is in progress.
	ReasonCreateVirtualMachineInProgress ReasonCompleted = "CreateVirtualMachineInProgress"

	// ReasonOperationFailed is a ReasonCompleted indicating that operation has failed.
	ReasonOperationFailed ReasonCompleted = "OperationFailed"

	// ReasonOperationCompleted is a ReasonCompleted indicating that operation is completed.
	ReasonOperationCompleted ReasonCompleted = "OperationCompleted"
)

func (ReasonCompleted) String

func (r ReasonCompleted) String() string

type Type

type Type string
const (
	// TypeCompleted is a type for condition that indicates operation is complete.
	TypeCompleted Type = "Completed"
)

func (Type) String

func (t Type) String() string

Jump to

Keyboard shortcuts

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