vSAN Management API


Enum - VsanFileShareNfsSecType(vim.vsan.FileShareNfsSecType)

Since
vSAN 7.0U1


Enum Description

Enumeration of the allowed NFS share security type. This field is not applicable for SMB file share. Kerberos security types is based on following RFC: https://tools.ietf.org/html/rfc2203.

Enum Constants

NameDescription
FileShareNfsSecType_Unknown represent the value when the lower version client cannot recognize the enum value
KRB5 RPCSEC_GSS None (Only Authentication)
KRB5I RPCSEC_GSS Integrity (With checksum)
KRB5P RPCSEC_GSS Privacy (With Encryption)
SYS AUTH_SYS or unmanaged authentication from server. Where server trust the uid/gid sent from clients and make no attemp to validate the same.

Show WSDL type definition