Package com.vmware.vim25
Class UnlicensedVirtualMachinesEvent
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.Event
com.vmware.vim25.LicenseEvent
com.vmware.vim25.UnlicensedVirtualMachinesEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.Event
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vmFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetAvailable(int available) voidsetUnlicensed(int unlicensed) Methods inherited from class com.vmware.vim25.Event
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, setVmMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
unlicensed
public int unlicensed -
available
public int available
-
-
Constructor Details
-
UnlicensedVirtualMachinesEvent
public UnlicensedVirtualMachinesEvent()
-
-
Method Details
-
getUnlicensed
public int getUnlicensed() -
getAvailable
public int getAvailable() -
setUnlicensed
public void setUnlicensed(int unlicensed) -
setAvailable
public void setAvailable(int available)
-