public class HostLicenseConnectInfo extends DynamicData
Java class for HostLicenseConnectInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLicenseConnectInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="license" type="{urn:vim25}LicenseManagerLicenseInfo"/>
<element name="evaluation" type="{urn:vim25}LicenseManagerEvaluationInfo"/>
<element name="resource" type="{urn:vim25}HostLicensableResourceInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LicenseManagerEvaluationInfo |
evaluation |
protected LicenseManagerLicenseInfo |
license |
protected HostLicensableResourceInfo |
resource |
| Constructor and Description |
|---|
HostLicenseConnectInfo() |
| Modifier and Type | Method and Description |
|---|---|
LicenseManagerEvaluationInfo |
getEvaluation()
Gets the value of the evaluation property.
|
LicenseManagerLicenseInfo |
getLicense()
Gets the value of the license property.
|
HostLicensableResourceInfo |
getResource()
Gets the value of the resource property.
|
void |
setEvaluation(LicenseManagerEvaluationInfo value)
Sets the value of the evaluation property.
|
void |
setLicense(LicenseManagerLicenseInfo value)
Sets the value of the license property.
|
void |
setResource(HostLicensableResourceInfo value)
Sets the value of the resource property.
|
protected LicenseManagerLicenseInfo license
protected LicenseManagerEvaluationInfo evaluation
protected HostLicensableResourceInfo resource
public LicenseManagerLicenseInfo getLicense()
LicenseManagerLicenseInfopublic void setLicense(LicenseManagerLicenseInfo value)
value - allowed object is
LicenseManagerLicenseInfopublic LicenseManagerEvaluationInfo getEvaluation()
LicenseManagerEvaluationInfopublic void setEvaluation(LicenseManagerEvaluationInfo value)
value - allowed object is
LicenseManagerEvaluationInfopublic HostLicensableResourceInfo getResource()
HostLicensableResourceInfopublic void setResource(HostLicensableResourceInfo value)
value - allowed object is
HostLicensableResourceInfoCopyright © 2018. All rights reserved.