public class PbmDefaultProfileInfo extends DynamicData
Java class for PbmDefaultProfileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmDefaultProfileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="datastores" type="{urn:pbm}PbmPlacementHub" maxOccurs="unbounded"/>
<element name="defaultProfile" type="{urn:pbm}PbmProfile" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PbmPlacementHub> |
datastores |
protected PbmProfile |
defaultProfile |
| Constructor and Description |
|---|
PbmDefaultProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<PbmPlacementHub> |
getDatastores()
Gets the value of the datastores property.
|
PbmProfile |
getDefaultProfile()
Gets the value of the defaultProfile property.
|
void |
setDefaultProfile(PbmProfile value)
Sets the value of the defaultProfile property.
|
protected List<PbmPlacementHub> datastores
protected PbmProfile defaultProfile
public List<PbmPlacementHub> getDatastores()
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 datastores property.
For example, to add a new item, do as follows:
getDatastores().add(newItem);
Objects of the following type(s) are allowed in the list
PbmPlacementHub
public PbmProfile getDefaultProfile()
PbmProfilepublic void setDefaultProfile(PbmProfile value)
value - allowed object is
PbmProfileCopyright © 2018. All rights reserved.