public class PbmDataServiceToPoliciesMap extends DynamicData
Java class for PbmDataServiceToPoliciesMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmDataServiceToPoliciesMap">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dataServicePolicy" type="{urn:pbm}PbmProfileId"/>
<element name="parentStoragePolicies" type="{urn:pbm}PbmProfileId" maxOccurs="unbounded" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmProfileId |
dataServicePolicy |
protected LocalizedMethodFault |
fault |
protected List<PbmProfileId> |
parentStoragePolicies |
| Constructor and Description |
|---|
PbmDataServiceToPoliciesMap() |
| Modifier and Type | Method and Description |
|---|---|
PbmProfileId |
getDataServicePolicy()
Gets the value of the dataServicePolicy property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
List<PbmProfileId> |
getParentStoragePolicies()
Gets the value of the parentStoragePolicies property.
|
void |
setDataServicePolicy(PbmProfileId value)
Sets the value of the dataServicePolicy property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
protected PbmProfileId dataServicePolicy
protected List<PbmProfileId> parentStoragePolicies
protected LocalizedMethodFault fault
public PbmProfileId getDataServicePolicy()
PbmProfileIdpublic void setDataServicePolicy(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic List<PbmProfileId> getParentStoragePolicies()
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 parentStoragePolicies property.
For example, to add a new item, do as follows:
getParentStoragePolicies().add(newItem);
Objects of the following type(s) are allowed in the list
PbmProfileId
public LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.