vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineGuestRebootStatus(vim.vm.GuestInfo.GuestRebootStatus)
- Property of
- GuestInfo
- Extends
- DynamicData
- Since
- vSphere API Release 9.1.0.0
Data Object Description
The guest reboot status describes the guest operating system reboot status resulting from a VMware Tools install, upgrade, or uninstall.Properties
| Name | Type | Description |
|---|---|---|
| rebootRequested | xsd:boolean |
Indicates whether a VMware Tools install, upgrade, or uninstall
requires a reboot of the guest operating system.
Set to {@term true} when a VMware Tools install, upgrade, or uninstall has
requested the guest operating system to be rebooted and no reboot has
been performed since the request. It is set to {@term false} as soon as the
guest operating system completes a reboot following the request.
|
| requestingComponents* | xsd:string[] |
List of VMware Tools and/or system components that have
requested the guest operating system be rebooted to complete
a VMware Tools install, upgrade, or uninstall.
See the VMware Tools Administration Guide for the details of the
components reported by the install operation.
If {@term unset}, no reboot is pending, or the reboot components list
information is not available. For older versions of VMware Tools
or ESXi, the information is not available.
For uninstall operations, the information is not available.
|
| requestTimestamp* | xsd:dateTime |
The time when the reboot request was generated.
If {@term unset}, no reboot is pending, or the reboot time information
is not available. For older versions of VMware Tools or ESXi,
the information is not available.
For uninstall operations, the information is not available.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |