public class NoLicenseEvent extends LicenseEvent
Java class for NoLicenseEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoLicenseEvent">
<complexContent>
<extension base="{urn:vim25}LicenseEvent">
<sequence>
<element name="feature" type="{urn:vim25}LicenseFeatureInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LicenseFeatureInfo |
feature |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
NoLicenseEvent() |
| Modifier and Type | Method and Description |
|---|---|
LicenseFeatureInfo |
getFeature()
Gets the value of the feature property.
|
void |
setFeature(LicenseFeatureInfo value)
Sets the value of the feature property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected LicenseFeatureInfo feature
public LicenseFeatureInfo getFeature()
LicenseFeatureInfopublic void setFeature(LicenseFeatureInfo value)
value - allowed object is
LicenseFeatureInfoCopyright © 2018. All rights reserved.