public class HostLicenseSpec extends DynamicData
Java class for HostLicenseSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLicenseSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="source" type="{urn:vim25}LicenseSource" minOccurs="0"/>
<element name="editionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="disabledFeatureKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="enabledFeatureKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
disabledFeatureKey |
protected String |
editionKey |
protected List<String> |
enabledFeatureKey |
protected LicenseSource |
source |
| Constructor and Description |
|---|
HostLicenseSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDisabledFeatureKey()
Gets the value of the disabledFeatureKey property.
|
String |
getEditionKey()
Gets the value of the editionKey property.
|
List<String> |
getEnabledFeatureKey()
Gets the value of the enabledFeatureKey property.
|
LicenseSource |
getSource()
Gets the value of the source property.
|
void |
setEditionKey(String value)
Sets the value of the editionKey property.
|
void |
setSource(LicenseSource value)
Sets the value of the source property.
|
protected LicenseSource source
protected String editionKey
public LicenseSource getSource()
LicenseSourcepublic void setSource(LicenseSource value)
value - allowed object is
LicenseSourcepublic String getEditionKey()
Stringpublic void setEditionKey(String value)
value - allowed object is
Stringpublic List<String> getDisabledFeatureKey()
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 disabledFeatureKey property.
For example, to add a new item, do as follows:
getDisabledFeatureKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getEnabledFeatureKey()
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 enabledFeatureKey property.
For example, to add a new item, do as follows:
getEnabledFeatureKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.