public class ComputeResourceHostSPBMLicenseInfo extends DynamicData
Java class for ComputeResourceHostSPBMLicenseInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComputeResourceHostSPBMLicenseInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="licenseState" type="{urn:vim25}ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState |
licenseState |
| Constructor and Description |
|---|
ComputeResourceHostSPBMLicenseInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState |
getLicenseState()
Gets the value of the licenseState property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setLicenseState(ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState value)
Sets the value of the licenseState property.
|
protected ManagedObjectReference host
protected ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState licenseState
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState getLicenseState()
ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseStatepublic void setLicenseState(ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseState value)
value - allowed object is
ComputeResourceHostSPBMLicenseInfoHostSPBMLicenseStateCopyright © 2018. All rights reserved.