VmGuestCustomizationInfo
The Customization.Info structure contains the status of a customization operation applied to a virtual machine.
Properties
string
end_time
Optional
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.
string
error
Optional
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.
string
start_time
Optional
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": "enum"
}