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.BuilderHostNodeLoginCredential.Builder. setPassword(java.lang.String password)The authentication password of the host nodeHostNodeLoginCredential.BuilderHostNodeLoginCredential.Builder. setThumbprint(java.lang.String thumbprint)For ESXi hosts, the thumbprint of the ESXi management service.HostNodeLoginCredential.BuilderHostNodeLoginCredential.Builder. setUsername(java.lang.String username)The username of the account on the host node
-