Options
All
  • Public
  • Public/Protected
  • All
Menu

VirtualMachineStatus represents the status returned by the controller to describe how the VirtualMachine is doing

export
interface

V1VirtualMachineStatus

Hierarchy

  • V1VirtualMachineStatus

Index

Properties

Hold the state information of the VirtualMachine and its VirtualMachineInstance

memberof

V1VirtualMachineStatus

created?: boolean

Created indicates if the virtual machine is created in the cluster

memberof

V1VirtualMachineStatus

desiredGeneration?: number

DesiredGeneration is the generation which is desired for the VMI. This will be used in comparisons with ObservedGeneration to understand when the VMI is out of sync. This will be changed at the same time as ObservedGeneration to remove errors which could occur if Generation is updated through an Update() before ObservedGeneration in Status.

memberof

V1VirtualMachineStatus

memberof

V1VirtualMachineStatus

observedGeneration?: number

ObservedGeneration is the generation observed by the vmi when started.

memberof

V1VirtualMachineStatus

printableStatus?: string

PrintableStatus is a human readable, high-level representation of the status of the virtual machine

memberof

V1VirtualMachineStatus

ready?: boolean

Ready indicates if the virtual machine is running and ready

memberof

V1VirtualMachineStatus

restoreInProgress?: string

RestoreInProgress is the name of the VirtualMachineRestore currently executing

memberof

V1VirtualMachineStatus

runStrategy?: string

RunStrategy tracks the last recorded RunStrategy used by the VM. This is needed to correctly process the next strategy (for now only the RerunOnFailure)

memberof

V1VirtualMachineStatus

snapshotInProgress?: string

SnapshotInProgress is the name of the VirtualMachineSnapshot currently executing

memberof

V1VirtualMachineStatus

memberof

V1VirtualMachineStatus

stateChangeRequests?: V1VirtualMachineStateChangeRequest[]

StateChangeRequests indicates a list of actions that should be taken on a VMI e.g. stop a specific VMI then start a new one.

memberof

V1VirtualMachineStatus

VolumeRequests indicates a list of volumes add or remove from the VMI template and hotplug on an active running VMI.

memberof

V1VirtualMachineStatus

volumeSnapshotStatuses?: V1VolumeSnapshotStatus[]

VolumeSnapshotStatuses indicates a list of statuses whether snapshotting is supported by each volume.

memberof

V1VirtualMachineStatus

volumeUpdateState?: V1VolumeUpdateState
memberof

V1VirtualMachineStatus

Generated using TypeDoc