public static final class HostNodeLoginCredential.Builder
extends java.lang.Object
HostNodeLoginCredential.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
HostNodeLoginCredential. |
| Modifier and Type | Method and Description |
|---|---|
HostNodeLoginCredential |
build() |
HostNodeLoginCredential.Builder |
setPassword(java.lang.String password)
The authentication password of the host node
|
HostNodeLoginCredential.Builder |
setThumbprint(java.lang.String thumbprint)
For ESXi hosts, the thumbprint of the ESXi management service.
|
HostNodeLoginCredential.Builder |
setUsername(java.lang.String username)
The username of the account on the host node
|
public Builder()
HostNodeLoginCredential.public HostNodeLoginCredential.Builder setPassword(java.lang.String password)
password - New value for the property.public HostNodeLoginCredential.Builder setThumbprint(java.lang.String thumbprint)
thumbprint - New value for the property.public HostNodeLoginCredential.Builder setUsername(java.lang.String username)
username - New value for the property.public HostNodeLoginCredential build()