Hold the state information of the VirtualMachine and its VirtualMachineInstance
Created indicates if the virtual machine is created in the cluster
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.
ObservedGeneration is the generation observed by the vmi when started.
PrintableStatus is a human readable, high-level representation of the status of the virtual machine
Ready indicates if the virtual machine is running and ready
RestoreInProgress is the name of the VirtualMachineRestore currently executing
RunStrategy tracks the last recorded RunStrategy used by the VM. This is needed to correctly process the next strategy (for now only the RerunOnFailure)
SnapshotInProgress is the name of the VirtualMachineSnapshot currently executing
StateChangeRequests indicates a list of actions that should be taken on a VMI e.g. stop a specific VMI then start a new one.
VolumeRequests indicates a list of volumes add or remove from the VMI template and hotplug on an active running VMI.
VolumeSnapshotStatuses indicates a list of statuses whether snapshotting is supported by each volume.
Generated using TypeDoc
VirtualMachineStatus represents the status returned by the controller to describe how the VirtualMachine is doing
V1VirtualMachineStatus