Data Object - FaultToleranceConfigInfo(vim.vm.FaultToleranceConfigInfo)

Property of
HostLowLevelProvisioningManagerVmRecoveryInfo, VirtualMachineConfigInfo, VirtualMachineConfigSpec, VirtualMachineConfigSummary
Extended by
FaultTolerancePrimaryConfigInfo, FaultToleranceSecondaryConfigInfo
Extends
DynamicData
Since
vSphere API 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
configPathsxsd:string[]

The configuration file path for all the VMs in this fault tolerance group.
instanceUuidsxsd: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 6.0
rolexsd: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
*Need not be set
Show WSDL type definition