ResolveNfsServerHostNameRequestType

ResolveNfsServerHostNameRequestType
ResolveNfsServerHostNameRequestType

The parameters of ResolveNfsServerHostName.

Since: vSphere API Release 9.1.0.0

JSON Example
{
    "hostName": "string",
    "volumeName": "string",
    "force": false,
    "isNFS41": false
}
string
hostName
Required

Host name of the NFS server.

string
volumeName
Optional

Volume name of the NFS file system.

boolean
force
Optional

Flag for forced resolution of the host name of the NFS server, even if the volumes are not in APD state. If unset, force flag will be treated as false.

boolean
isNFS41
Optional

Indicates whether host name is resolved for NFSv41 file system. If unset, host name is resolved for NFSv3 file system.