OptionalmetadataOptionalspecVirtualMachineSpec contains the VirtualMachine specification.
OptionalstatusStatus holds the current state of the controller and brief information about its associated VirtualMachineInstance
OptionalchangedBlockTracking?: V1ChangedBlockTrackingStatusChangedBlockTracking represents the status of the changedBlockTracking
Optionalconditions?: V1VirtualMachineCondition[]Hold the state information of the VirtualMachine and its VirtualMachineInstance
Optionalcreated?: booleanCreated indicates if the virtual machine is created in the cluster
OptionaldesiredGeneration?: numberDesiredGeneration 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.
OptionalinstancetypeRef?: V1InstancetypeStatusRefInstancetypeRef captures the state of any referenced instance type from the VirtualMachine
OptionalmemoryDumpRequest?: V1VirtualMachineMemoryDumpRequestMemoryDumpRequest tracks memory dump request phase and info of getting a memory dump to the given pvc
OptionalobservedGeneration?: numberObservedGeneration is the generation observed by the vmi when started.
OptionalpreferenceRef?: V1InstancetypeStatusRefPreferenceRef captures the state of any referenced preference from the VirtualMachine
OptionalprintableStatus?: stringPrintableStatus is a human readable, high-level representation of the status of the virtual machine
Optionalready?: booleanReady indicates if the virtual machine is running and ready
OptionalrestoreInProgress?: stringRestoreInProgress is the name of the VirtualMachineRestore currently executing
OptionalrunStrategy?: stringRunStrategy tracks the last recorded RunStrategy used by the VM. This is needed to correctly process the next strategy (for now only the RerunOnFailure)
OptionalsnapshotInProgress?: stringSnapshotInProgress is the name of the VirtualMachineSnapshot currently executing
OptionalstartFailure?: V1VirtualMachineStartFailureStartFailure tracks consecutive VMI startup failures for the purposes of crash loop backoffs
OptionalstateChangeRequests?: 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.
OptionalvolumeRequests?: V1VirtualMachineVolumeRequest[]VolumeRequests indicates a list of volumes add or remove from the VMI template and hotplug on an active running VMI.
OptionalvolumeSnapshotStatuses?: V1VolumeSnapshotStatus[]VolumeSnapshotStatuses indicates a list of statuses whether snapshotting is supported by each volume.
OptionalvolumeUpdateState?: V1VolumeUpdateStateVolumeUpdateState contains the information about the volumes set updates related to the volumeUpdateStrategy
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.