VmGuestCustomizationInfo
The Customization.Info structure contains the status of a customization operation applied to a virtual machine.
Properties
The Customization.Info.Status enumerated type defines the status values that can be reported for the customization operation.
IDLE : No customization spec is applied to the guest operating system.
PENDING : The customization process has not yet started inside the guest operating system.
RUNNING : The customization process is currently running inside the guest operating system.
SUCCEEDED : The customization process has completed successfully inside the guest operating system.
FAILED : The customizatio process has failed inside the guest operating system.
Possible values are: IDLE , PENDING , RUNNING , SUCCEEDED , FAILED
Time when the customization process has completed inside the guest operating system. This field will be unset if the status is not SUCCEEDED or FAILED.
Description of the error if the Customization.Info.status of customization operation is FAILED. This field will be unset if the status is not FAILED or there is no information available for the error.
Time when the customization process has started inside the guest operating system. This field will be unset if the status is PENDING.
JSON Example
{
"status": "IDLE"
}