Managed Object -
HostBootDeviceSystem(vim.host.BootDeviceSystem)
- Property of
-
HostConfigManager
- See also
-
HostBootDeviceInfo
- Since
- VI API 2.5
Managed Object Description
The HostBootDeviceSystem managed object provides methods to query and update
a host boot device configuration.
Properties
Name
|
Type
|
Description
|
None |
Methods
QueryBootDevices(queryBootDevices)
Retrieves a list of the available boot devices for the host system.
- Required Privileges
- System.Read
Parameters
Return Value
Type
|
Description
|
HostBootDeviceInfo | The boot device information for the host. The returned object has a list of HostBootDevice data objects; each boot device object defines a description and a key to identify the device. The order of devices in the list is unpredictable. The returned HostBootDeviceInfo data object also contains the key of the current boot device. |
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
UpdateBootDevice(updateBootDevice)
Sets the current boot device for the host system.
- Required Privileges
- Host.Config.Maintenance
Parameters
Return Value
Faults
Type
|
Description
|
NotSupported | Thrown if the host does not support updating bootDevices. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition