Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Field and Description |
---|---|
static VerificationMode |
VerificationMode.NONE
No verification will be performed.
|
static VerificationMode |
VerificationMode.THUMBPRINT
Passed thumbprint will be used for verification.
|
Modifier and Type | Method and Description |
---|---|
static VerificationMode |
VerificationMode.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static VerificationMode[] |
VerificationMode.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|