Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - FaultToleranceSecondaryOpResult(vim.vm.FaultToleranceSecondaryOpResult)
- Returned by
- CreateSecondaryVM_Task, CreateSecondaryVMEx_Task, EnableSecondaryVM_Task
- Extends
- DynamicData
- See also
- ClusterPowerOnVmResult, VirtualMachine
- Since
- vSphere API Release 4.0
Data Object Description
FaultToleranceSecondaryOpResult is a data object that reports on the outcome of the CreateSecondaryVM_Task or EnableSecondaryVM_Task operation.Properties
Name | Type | Description |
---|---|---|
powerOnAttempted | xsd:boolean |
Whether an attempt was made to power on the secondary. If
an attempt was made, powerOnResult will report the
status of this attempt.
|
powerOnResult* | ClusterPowerOnVmResult |
The powerOnResult property reports the outcome of powering on the
Secondary VirtualMachine if a power on was required. A power on will
be attempted if the Primary Virtual Machine is powered on when the
operation is performed. This object is only reported if powerOnAttempted is true. If the outcome of the power-on attempt
is not successful, the returned ClusterPowerOnVmResult
object will include an instance of ClusterNotAttemptedVmInfo
whereas if the attempt was successful, then an instance of
ClusterAttemptedVmInfo is returned. When
ClusterAttemptedVmInfo is returned, its
task property is only set if the cluster
is a HA-only cluster.
|
vm | ManagedObjectReference
to a VirtualMachine |
The Secondary VirtualMachine
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |