public class HostFeatureCapability extends DynamicData
Java class for HostFeatureCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFeatureCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="featureName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
featureName |
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
HostFeatureCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureName()
Gets the value of the featureName property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFeatureName(String value)
Sets the value of the featureName property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String key
protected String featureName
protected String value
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getFeatureName()
Stringpublic void setFeatureName(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2018. All rights reserved.