Data Object - ClusterPowerOnVmResult(vim.cluster.PowerOnVmResult)

Property of
FaultToleranceSecondaryOpResult
Returned by
PowerOnMultiVM_Task
Extends
DynamicData
See also
ClusterAttemptedVmInfo, ClusterNotAttemptedVmInfo, ClusterRecommendation
Since
VI API 2.5

Data Object Description

PowerOnVmResult is the base class of the result returned to the PowerOnMultiVM_Task method.

Properties

Name Type Description
attempted*ClusterAttemptedVmInfo[]

The list of virtual machines the Virtual Center has attempted to power on. For a virtual machine not managed by DRS, a task ID is also returned.
notAttempted*ClusterNotAttemptedVmInfo[]

The list of virtual machines DRS can not find suitable hosts for powering on. There is one fault associated with each virtual machine.
recommendations*ClusterRecommendation[]

The list of recommendations that need the client to approve manually.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition