Name
|
Type
|
Description
|
protocolEndpoint | xsd:boolean |
Indicates that this NAS volume is protocol endpoint. This
property will be populated if and only if host supports
VirtualVolume based Datastore. Check the host capability
virtualVolumeDatastoreSupported.
See HostProtocolEndpoint.
Since vSphere API 6.0
|
remoteHost | xsd:string |
The host that runs the NFS/CIFS server.
Clients must plan to use remoteHostNames for both NFS v3
as well as NFS v4.1 because this field remoteHost may be
deprecated in future.
|
remoteHostNames | xsd:string[] |
This field will hold host names (or ip addresses) of all
remote hosts configured for the datastore.
In case of NFS v3 it will have one hostname which will be
the same value as in remoteHost defined above.
In case of NFS v4.1 if the NFS Client detects additional
hostnames or ip addresses during its negotiations with the
NFS server, those additional host names (connections) will be
added to this list after the datastore is created.
Addition of hostnames to this list is limited to MDS server host names
or the IP addresses. In other words, the Data Server host names IP addresses
will not be appended to this list.
Since vSphere API 6.0
|
remotePath | xsd:string |
The remote path of NFS/CIFS mount point.
|
securityType | xsd:string |
Security type the volume is currently using.
See HostNasVolumeSecurityType
Since vSphere API 6.0
|
userName | xsd:string |
In case of CIFS, the user name used while connecting to the server.
Since VI API 2.5
|
Properties inherited from HostFileSystemVolume |
capacity, name, type |
Properties inherited from DynamicData |
None |