Data Object - VimClusterVSANStretchedClusterFaultDomainConfig(vim.cluster.VSANStretchedClusterFaultDomainConfig)

Parameter to
VSANVcConvertToStretchedCluster
Extends
DynamicData
See also
HostSystem
Since
vSphere API 6.0

Data Object Description

vSAN Fault Domain configuration, to determine how to configure a vSAN stretched cluster into two sites. Hosts specified in site A and site B, are expected to cover all hosts reside in target vSAN cluster, and a host is not allowed to exist in both sites, otherwise InvalidArgument fault will be met during vSAN stretched cluster conversion.

Properties

Name Type Description
firstFdHostsManagedObjectReference[]
to a HostSystem[]

vSAN data hosts to be put in site A. Hosts are expected to reside in vSAN cluster.
firstFdNamexsd:string

User friendly Fault Domain name of site A. The length of name should not exceed 256 characters.
secondFdHostsManagedObjectReference[]
to a HostSystem[]

vSAN data hosts to be put in site B. Hosts are expected to reside in vSAN cluster.
secondFdNamexsd:string

User friendly Fault Domain name of site B. The length of name should not exceed 256 characters.
Properties inherited from DynamicData
None

Show WSDL type definition