Data Object - VsanFileServiceDomainConfig(vim.vsan.FileServiceDomainConfig)

Property of
VsanFileServiceConfig, VsanFileServiceDomain
Parameter to
VsanClusterCreateFsDomain, VsanClusterReconfigureFsDomain, VsanPerformFileServiceEnablePreflightCheck
Extends
DynamicData
See also
VsanFileServiceIpConfig
Since
vSAN API 7.0

Data Object Description

A vSAN File Service Domain is unique namespace. Network and security configuration can be uniquely set for this namespace. One or more file shares be managed with this namespace. A file service domain may be integrated with a Directory Service like Microsoft Active Directory, although this integration is not mandatory. All file shares in one domain can only have one security flavor.

Properties

Name Type Description
dnsServerAddresses*xsd:string[]

The IP address of DNS server address, which is used to resolve the hostnames within the DNS domain. Optional if the DNS name is provided in the access point config or is not required for NFS access.
dnsSuffixes*xsd:string[]

The list of DNS suffixes which can resolved by the DNS servers. DNS suffixes are required to be given if DNS servers are provided.
fileServerIpConfig*VsanFileServiceIpConfig[]

Define a pool of IP addresses that will be used by vSAN File Service to provide file access from multiple file server. Each file server will be bound to one of the IP configurations in the IP pool and serve the NFS requests. A minimum of one such address is needed, more may be required based on load and number of shares. To evenly spread the workload, it is recommended to have equal (or greater) number of IP addresses than the number of hosts in the cluster. All the IP address will be required to be on the same subnet. One primary IP must be specified for the NFS referral server. All the file shares on vSAN file service can be listed and accessed with this primary IP. When a referral is encountered, the NFS client will automatically receive the actual managing file server location from referral server with the primary IP. This field is required for domain creation.
name*xsd:string

The vSAN File Service domain name should be unique within a vSAN cluster, with the form of 'example.com'. If you are associating this domain with any Directory Service, this domain name set here will be taken as the domain name for the Directory Service. This field is required for domain creation.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition