Data Object - VimClusterVSANStretchedClusterFaultDomainConfig(vim.cluster.VSANStretchedClusterFaultDomainConfig)

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

Data Object Description

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

Properties

Name Type Description
firstFdHostsManagedObjectReference[]
to a HostSystem[]

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

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

Virtual SAN data hosts to be put in site B. Hosts are expected to reside in Virtual SAN 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