Data Object - VsanFileServiceIpConfig(vim.vsan.FileServiceIpConfig)

Property of
VsanFileServiceDomainConfig
Extends
HostIpConfig
Since
vSAN API 7.0

Data Object Description

The vSAN File Service IP configuration that is to be bound with the file service instance.

Properties

Name Type Description
fqdn*xsd:string

The Full Qualified Domain name (FQDN) to be used with IP addresses for the vSAN File Service instance. Usually it takes the form of 'fs1.example.com'. Please note prior mapping of IP address and FQDN is necessary before configuring vSAN File Service. This may need to update your DNS records. The first component of FQDN is used as netbios name for file service instances, so it must be maximum 15 characters in length.
gatewayxsd:string

The default gateway IP address for the file service access point. The gateway IP must be the same for all the file servers in this domain.
isPrimary*xsd:boolean

Whether the IP address is served as the primary IP address for the file service. The file server running with the primary IP will serve as the NFS referral server which may point to the file shares served by other file servers in this cluster. Only one primary IP address is supported in one domain. Default to False.
Properties inherited from HostIpConfig
dhcp, ipAddress, ipV6Config, subnetMask
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition