public class FailToEnableSPBM extends NotEnoughLicenses
Java class for FailToEnableSPBM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FailToEnableSPBM">
<complexContent>
<extension base="{urn:vim25}NotEnoughLicenses">
<sequence>
<element name="cs" type="{urn:vim25}ManagedObjectReference"/>
<element name="csName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostLicenseStates" type="{urn:vim25}ComputeResourceHostSPBMLicenseInfo" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
cs |
protected String |
csName |
protected List<ComputeResourceHostSPBMLicenseInfo> |
hostLicenseStates |
faultCause, faultMessage| Constructor and Description |
|---|
FailToEnableSPBM() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getCs()
Gets the value of the cs property.
|
String |
getCsName()
Gets the value of the csName property.
|
List<ComputeResourceHostSPBMLicenseInfo> |
getHostLicenseStates()
Gets the value of the hostLicenseStates property.
|
void |
setCs(ManagedObjectReference value)
Sets the value of the cs property.
|
void |
setCsName(String value)
Sets the value of the csName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference cs
protected String csName
protected List<ComputeResourceHostSPBMLicenseInfo> hostLicenseStates
public ManagedObjectReference getCs()
ManagedObjectReferencepublic void setCs(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getCsName()
Stringpublic void setCsName(String value)
value - allowed object is
Stringpublic List<ComputeResourceHostSPBMLicenseInfo> getHostLicenseStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hostLicenseStates property.
For example, to add a new item, do as follows:
getHostLicenseStates().add(newItem);
Objects of the following type(s) are allowed in the list
ComputeResourceHostSPBMLicenseInfo
Copyright © 2018. All rights reserved.