public class KmipServerStatus extends DynamicData
Java class for KmipServerStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KmipServerStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterId" type="{urn:vim25}KeyProviderId"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:vim25}ManagedEntityStatus"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyProviderId |
clusterId |
protected String |
description |
protected String |
name |
protected ManagedEntityStatus |
status |
| Constructor and Description |
|---|
KmipServerStatus() |
| Modifier and Type | Method and Description |
|---|---|
KeyProviderId |
getClusterId()
Gets the value of the clusterId property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
ManagedEntityStatus |
getStatus()
Gets the value of the status property.
|
void |
setClusterId(KeyProviderId value)
Sets the value of the clusterId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(ManagedEntityStatus value)
Sets the value of the status property.
|
protected KeyProviderId clusterId
protected String name
protected ManagedEntityStatus status
protected String description
public KeyProviderId getClusterId()
KeyProviderIdpublic void setClusterId(KeyProviderId value)
value - allowed object is
KeyProviderIdpublic 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 getDescription()
StringCopyright © 2018. All rights reserved.