| Package | Description |
|---|---|
| com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
| Modifier and Type | Field and Description |
|---|---|
static HostTypes.CreateSpec.ThumbprintVerification |
HostTypes.CreateSpec.ThumbprintVerification.NONE
Accept the host's thumbprint without verifying it.
|
static HostTypes.CreateSpec.ThumbprintVerification |
HostTypes.CreateSpec.ThumbprintVerification.THUMBPRINT
Host's SSL certificate verified by checking its thumbprint against the specified
thumbprint.
|
| Modifier and Type | Method and Description |
|---|---|
HostTypes.CreateSpec.ThumbprintVerification |
HostTypes.CreateSpec.getThumbprintVerification()
Type of host's SSL certificate verification to be done.
|
static HostTypes.CreateSpec.ThumbprintVerification |
HostTypes.CreateSpec.ThumbprintVerification.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static HostTypes.CreateSpec.ThumbprintVerification[] |
HostTypes.CreateSpec.ThumbprintVerification.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostTypes.CreateSpec.setThumbprintVerification(HostTypes.CreateSpec.ThumbprintVerification thumbprintVerification)
Type of host's SSL certificate verification to be done.
|
| Constructor and Description |
|---|
HostTypes.CreateSpec.Builder(String hostname,
String userName,
char[] password,
HostTypes.CreateSpec.ThumbprintVerification thumbprintVerification)
Constructor with parameters for the required properties of
HostTypes.CreateSpec. |
Copyright © 2016. All Rights Reserved.