public class LicenseAvailabilityInfo extends DynamicData
Java class for LicenseAvailabilityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseAvailabilityInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="feature" type="{urn:vim25}LicenseFeatureInfo"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
available |
protected LicenseFeatureInfo |
feature |
protected int |
total |
| Constructor and Description |
|---|
LicenseAvailabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailable()
Gets the value of the available property.
|
LicenseFeatureInfo |
getFeature()
Gets the value of the feature property.
|
int |
getTotal()
Gets the value of the total property.
|
void |
setAvailable(int value)
Sets the value of the available property.
|
void |
setFeature(LicenseFeatureInfo value)
Sets the value of the feature property.
|
void |
setTotal(int value)
Sets the value of the total property.
|
protected LicenseFeatureInfo feature
protected int total
protected int available
public LicenseFeatureInfo getFeature()
LicenseFeatureInfopublic void setFeature(LicenseFeatureInfo value)
value - allowed object is
LicenseFeatureInfopublic int getTotal()
public void setTotal(int value)
public int getAvailable()
public void setAvailable(int value)
Copyright © 2018. All rights reserved.