vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |