Managed Object - HostPowerSystem(vim.host.PowerSystem)

Property of
HostConfigManager
See also
PowerSystemCapability, PowerSystemInfo
Since
vSphere API 4.1


Managed Object Description

Managed object responsible for getting and setting host power management policies.

Properties

Name Type Description
capability PPowerSystemCapability

Power system capabilities object.
info PPowerSystemInfo

Power system state info object.
P Required privilege: Host.Config.Power

Methods

Methods defined in this Managed Object
ConfigurePowerPolicy

ConfigurePowerPolicy(configurePolicy)

Configure host power policy.
Required Privileges
Host.Config.Power

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostPowerSystem used to make the method call.
key Pxsd:int

A key from one of the policies in availablePolicy.

Since vSphere API 4.1
P Required privilege: key

Return Value

Type Description
None

Faults

Type Description
HostConfigFaultThrown for any other failure.
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition