You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hold the state information of the VirtualMachine and its VirtualMachineInstance
[optional]
created
Boolean
Created indicates if the virtual machine is created in the cluster
[optional]
desired_generation
Integer
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.
PrintableStatus is a human readable, high-level representation of the status of the virtual machine
[optional]
ready
Boolean
Ready indicates if the virtual machine is running and ready
[optional]
restore_in_progress
String
RestoreInProgress is the name of the VirtualMachineRestore currently executing
[optional]
run_strategy
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)
[optional]
snapshot_in_progress
String
SnapshotInProgress is the name of the VirtualMachineSnapshot currently executing