public class CryptoManagerKmipServerStatus extends DynamicData
Java class for CryptoManagerKmipServerStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoManagerKmipServerStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:vim25}ManagedEntityStatus"/>
<element name="connectionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="certInfo" type="{urn:vim25}CryptoManagerKmipCertificateInfo" minOccurs="0"/>
<element name="clientTrustServer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="serverTrustClient" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoManagerKmipCertificateInfo |
certInfo |
protected Boolean |
clientTrustServer |
protected String |
connectionStatus |
protected String |
name |
protected Boolean |
serverTrustClient |
protected ManagedEntityStatus |
status |
| Constructor and Description |
|---|
CryptoManagerKmipServerStatus() |
| Modifier and Type | Method and Description |
|---|---|
CryptoManagerKmipCertificateInfo |
getCertInfo()
Gets the value of the certInfo property.
|
String |
getConnectionStatus()
Gets the value of the connectionStatus property.
|
String |
getName()
Gets the value of the name property.
|
ManagedEntityStatus |
getStatus()
Gets the value of the status property.
|
Boolean |
isClientTrustServer()
Gets the value of the clientTrustServer property.
|
Boolean |
isServerTrustClient()
Gets the value of the serverTrustClient property.
|
void |
setCertInfo(CryptoManagerKmipCertificateInfo value)
Sets the value of the certInfo property.
|
void |
setClientTrustServer(Boolean value)
Sets the value of the clientTrustServer property.
|
void |
setConnectionStatus(String value)
Sets the value of the connectionStatus property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setServerTrustClient(Boolean value)
Sets the value of the serverTrustClient property.
|
void |
setStatus(ManagedEntityStatus value)
Sets the value of the status property.
|
protected String name
protected ManagedEntityStatus status
protected String connectionStatus
protected CryptoManagerKmipCertificateInfo certInfo
protected Boolean clientTrustServer
protected Boolean serverTrustClient
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ManagedEntityStatus getStatus()
ManagedEntityStatuspublic void setStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic String getConnectionStatus()
Stringpublic void setConnectionStatus(String value)
value - allowed object is
Stringpublic CryptoManagerKmipCertificateInfo getCertInfo()
CryptoManagerKmipCertificateInfopublic void setCertInfo(CryptoManagerKmipCertificateInfo value)
value - allowed object is
CryptoManagerKmipCertificateInfopublic Boolean isClientTrustServer()
Booleanpublic void setClientTrustServer(Boolean value)
value - allowed object is
Booleanpublic Boolean isServerTrustClient()
BooleanCopyright © 2018. All rights reserved.