Uses of Class
com.vmware.nsx_policy.model.HostNodeLoginCredential.Builder
-
Packages that use HostNodeLoginCredential.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of HostNodeLoginCredential.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return HostNodeLoginCredential.Builder Modifier and Type Method Description HostNodeLoginCredential.Builder
HostNodeLoginCredential.Builder. setPassword(java.lang.String password)
The authentication password of the host nodeHostNodeLoginCredential.Builder
HostNodeLoginCredential.Builder. setThumbprint(java.lang.String thumbprint)
For ESXi hosts, the thumbprint of the ESXi management service.HostNodeLoginCredential.Builder
HostNodeLoginCredential.Builder. setUsername(java.lang.String username)
The username of the account on the host node
-