public class KmipServerSpec extends DynamicData
Java class for KmipServerSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KmipServerSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterId" type="{urn:vim25}KeyProviderId"/>
<element name="info" type="{urn:vim25}KmipServerInfo"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyProviderId |
clusterId |
protected KmipServerInfo |
info |
protected String |
password |
| Constructor and Description |
|---|
KmipServerSpec() |
| Modifier and Type | Method and Description |
|---|---|
KeyProviderId |
getClusterId()
Gets the value of the clusterId property.
|
KmipServerInfo |
getInfo()
Gets the value of the info property.
|
String |
getPassword()
Gets the value of the password property.
|
void |
setClusterId(KeyProviderId value)
Sets the value of the clusterId property.
|
void |
setInfo(KmipServerInfo value)
Sets the value of the info property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
protected KeyProviderId clusterId
protected KmipServerInfo info
protected String password
public KeyProviderId getClusterId()
KeyProviderIdpublic void setClusterId(KeyProviderId value)
value - allowed object is
KeyProviderIdpublic KmipServerInfo getInfo()
KmipServerInfopublic void setInfo(KmipServerInfo value)
value - allowed object is
KmipServerInfopublic String getPassword()
StringCopyright © 2018. All rights reserved.