vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VimClusterVSANStretchedClusterFaultDomainConfig(vim.cluster.VSANStretchedClusterFaultDomainConfig)
- Property of
- VsanStretchedClusterConfig
- Parameter to
- VSANVcConvertToStretchedCluster
- Extends
- DynamicData
- See also
- HostSystem
- Since
- vSphere API Release 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 |
---|---|---|
firstFdHosts | ManagedObjectReference[]
to a HostSystem[] |
vSAN data hosts to be put in site A. Hosts are expected
to reside in vSAN cluster.
|
firstFdName | xsd:string |
User friendly Fault Domain name of site A.
The length of name should not exceed 256 characters.
|
secondFdHosts | ManagedObjectReference[]
to a HostSystem[] |
vSAN data hosts to be put in site B. Hosts are expected
to reside in vSAN cluster.
|
secondFdName | xsd: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
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |