public class KmipClusterInfo extends DynamicData
Java class for KmipClusterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KmipClusterInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterId" type="{urn:vim25}KeyProviderId"/>
<element name="servers" type="{urn:vim25}KmipServerInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="useAsDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyProviderId |
clusterId |
protected List<KmipServerInfo> |
servers |
protected boolean |
useAsDefault |
| Constructor and Description |
|---|
KmipClusterInfo() |
| Modifier and Type | Method and Description |
|---|---|
KeyProviderId |
getClusterId()
Gets the value of the clusterId property.
|
List<KmipServerInfo> |
getServers()
Gets the value of the servers property.
|
boolean |
isUseAsDefault()
Gets the value of the useAsDefault property.
|
void |
setClusterId(KeyProviderId value)
Sets the value of the clusterId property.
|
void |
setUseAsDefault(boolean value)
Sets the value of the useAsDefault property.
|
protected KeyProviderId clusterId
protected List<KmipServerInfo> servers
protected boolean useAsDefault
public KeyProviderId getClusterId()
KeyProviderIdpublic void setClusterId(KeyProviderId value)
value - allowed object is
KeyProviderIdpublic List<KmipServerInfo> 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
KmipServerInfo
public boolean isUseAsDefault()
public void setUseAsDefault(boolean value)
Copyright © 2018. All rights reserved.