public class CryptoManagerKmipClusterStatus extends DynamicData
Java class for CryptoManagerKmipClusterStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoManagerKmipClusterStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterId" type="{urn:vim25}KeyProviderId"/>
<element name="servers" type="{urn:vim25}CryptoManagerKmipServerStatus" maxOccurs="unbounded"/>
<element name="clientCertInfo" type="{urn:vim25}CryptoManagerKmipCertificateInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoManagerKmipCertificateInfo |
clientCertInfo |
protected KeyProviderId |
clusterId |
protected List<CryptoManagerKmipServerStatus> |
servers |
| Constructor and Description |
|---|
CryptoManagerKmipClusterStatus() |
| Modifier and Type | Method and Description |
|---|---|
CryptoManagerKmipCertificateInfo |
getClientCertInfo()
Gets the value of the clientCertInfo property.
|
KeyProviderId |
getClusterId()
Gets the value of the clusterId property.
|
List<CryptoManagerKmipServerStatus> |
getServers()
Gets the value of the servers property.
|
void |
setClientCertInfo(CryptoManagerKmipCertificateInfo value)
Sets the value of the clientCertInfo property.
|
void |
setClusterId(KeyProviderId value)
Sets the value of the clusterId property.
|
protected KeyProviderId clusterId
protected List<CryptoManagerKmipServerStatus> servers
protected CryptoManagerKmipCertificateInfo clientCertInfo
public KeyProviderId getClusterId()
KeyProviderIdpublic void setClusterId(KeyProviderId value)
value - allowed object is
KeyProviderIdpublic List<CryptoManagerKmipServerStatus> getServers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the servers property.
For example, to add a new item, do as follows:
getServers().add(newItem);
Objects of the following type(s) are allowed in the list
CryptoManagerKmipServerStatus
public CryptoManagerKmipCertificateInfo getClientCertInfo()
CryptoManagerKmipCertificateInfopublic void setClientCertInfo(CryptoManagerKmipCertificateInfo value)
value - allowed object is
CryptoManagerKmipCertificateInfoCopyright © 2018. All rights reserved.