public class SSLVerifyFault extends HostConnectFault
Java class for SSLVerifyFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSLVerifyFault">
<complexContent>
<extension base="{urn:vim25}HostConnectFault">
<sequence>
<element name="selfSigned" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="thumbprint" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
selfSigned |
protected String |
thumbprint |
faultCause, faultMessage| Constructor and Description |
|---|
SSLVerifyFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getThumbprint()
Gets the value of the thumbprint property.
|
boolean |
isSelfSigned()
Gets the value of the selfSigned property.
|
void |
setSelfSigned(boolean value)
Sets the value of the selfSigned property.
|
void |
setThumbprint(String value)
Sets the value of the thumbprint property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected boolean selfSigned
protected String thumbprint
public boolean isSelfSigned()
public void setSelfSigned(boolean value)
public String getThumbprint()
StringCopyright © 2018. All rights reserved.