vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - FaultToleranceConfigInfo(vim.vm.FaultToleranceConfigInfo)
- Property of
- HostLowLevelProvisioningManagerVmRecoveryInfo, VirtualMachineConfigInfo, VirtualMachineConfigSpec, VirtualMachineConfigSummary
- Extended by
- FaultTolerancePrimaryConfigInfo, FaultToleranceSecondaryConfigInfo
- Extends
- DynamicData
- Since
- vSphere API Release 4.0
Data Object Description
FaultToleranceConfigInfo is a data object type containing Fault Tolerance settings for this virtual machine. role, instanceUuids and configPaths contain information about the whole fault tolerance group.Properties
Name | Type | Description |
---|---|---|
configPaths | xsd:string[] |
The configuration file path for all the VMs in this fault tolerance
group.
|
instanceUuids | xsd:string[] |
The instanceUuid of all the VMs in this fault tolerance group. The
first element is the instanceUuid of the primary VM.
|
orphaned* | xsd:boolean |
Indicates whether a secondary VM is orphaned (no longer associated with
the primary VM).
Since vSphere API Release 6.0 |
role | xsd:int |
The index of the current VM in instanceUuids array starting from 1, so
1 means that it is the primary VM.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |