vSphere Web Services API


Data Object - FaultToleranceConfigSpec(vim.vm.FaultToleranceConfigSpec)

Parameter to
CreateSecondaryVMEx_Task
Extends
DynamicData
See also
FaultToleranceMetaSpec, FaultToleranceVMConfigSpec
Since
vSphere API Release 6.0

Data Object Description

FaultToleranceConfigSpec contains information about the metadata file and vmdk files for a fault tolerant VM pair.

Properties

Name Type Description
metaDataPath*FaultToleranceMetaSpec

Metadata file information
metroFtEnabled*xsd:boolean

Indicates whether FT Metro Cluster is enabled/disabled.

- If TRUE, FT Metro Cluster is enabled for the VM. An implicit Anti-HostGroup will be generated from HostGroup defined for FT primary, then affine the primary with one HostGroup and affine the secondary with another HostGroup. - If FALSE or unset, FT Metro Cluster is disabled for the VM. Both FT primary and secondary will be put in the same HostGroup.

Since vSphere API Release 8.0.3.0
metroFtHostGroup*xsd:string

Indicate the Host Group (ClusterHostGroup) for FT Metro Cluster enabled Virtual Machine.

Based on the selected Host Group, FT can divide the hosts in the cluster into two groups and ensure to place FT primary and FT secondary in different groups.

Since vSphere API Release 8.0.3.0
secondaryVmSpec*FaultToleranceVMConfigSpec

Placement information for secondary
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition