public class PbmPlacementCompatibilityResult extends DynamicData
Java class for PbmPlacementCompatibilityResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmPlacementCompatibilityResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="hub" type="{urn:pbm}PbmPlacementHub"/>
<element name="matchingResources" type="{urn:pbm}PbmPlacementMatchingResources" maxOccurs="unbounded" minOccurs="0"/>
<element name="howMany" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="utilization" type="{urn:pbm}PbmPlacementResourceUtilization" maxOccurs="unbounded" minOccurs="0"/>
<element name="warning" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedMethodFault> |
error |
protected Long |
howMany |
protected PbmPlacementHub |
hub |
protected List<PbmPlacementMatchingResources> |
matchingResources |
protected List<PbmPlacementResourceUtilization> |
utilization |
protected List<LocalizedMethodFault> |
warning |
| Constructor and Description |
|---|
PbmPlacementCompatibilityResult() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedMethodFault> |
getError()
Gets the value of the error property.
|
Long |
getHowMany()
Gets the value of the howMany property.
|
PbmPlacementHub |
getHub()
Gets the value of the hub property.
|
List<PbmPlacementMatchingResources> |
getMatchingResources()
Gets the value of the matchingResources property.
|
List<PbmPlacementResourceUtilization> |
getUtilization()
Gets the value of the utilization property.
|
List<LocalizedMethodFault> |
getWarning()
Gets the value of the warning property.
|
void |
setHowMany(Long value)
Sets the value of the howMany property.
|
void |
setHub(PbmPlacementHub value)
Sets the value of the hub property.
|
protected PbmPlacementHub hub
protected List<PbmPlacementMatchingResources> matchingResources
protected Long howMany
protected List<PbmPlacementResourceUtilization> utilization
protected List<LocalizedMethodFault> warning
protected List<LocalizedMethodFault> error
public PbmPlacementHub getHub()
PbmPlacementHubpublic void setHub(PbmPlacementHub value)
value - allowed object is
PbmPlacementHubpublic List<PbmPlacementMatchingResources> getMatchingResources()
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 matchingResources property.
For example, to add a new item, do as follows:
getMatchingResources().add(newItem);
Objects of the following type(s) are allowed in the list
PbmPlacementMatchingResources
public Long getHowMany()
Longpublic void setHowMany(Long value)
value - allowed object is
Longpublic List<PbmPlacementResourceUtilization> getUtilization()
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 utilization property.
For example, to add a new item, do as follows:
getUtilization().add(newItem);
Objects of the following type(s) are allowed in the list
PbmPlacementResourceUtilization
public List<LocalizedMethodFault> getWarning()
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 warning property.
For example, to add a new item, do as follows:
getWarning().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<LocalizedMethodFault> getError()
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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
Copyright © 2018. All rights reserved.