public class PodStorageDrsEntry extends DynamicData
Java class for PodStorageDrsEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PodStorageDrsEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="storageDrsConfig" type="{urn:vim25}StorageDrsConfigInfo"/>
<element name="recommendation" type="{urn:vim25}ClusterRecommendation" maxOccurs="unbounded" minOccurs="0"/>
<element name="drsFault" type="{urn:vim25}ClusterDrsFaults" maxOccurs="unbounded" minOccurs="0"/>
<element name="actionHistory" type="{urn:vim25}ClusterActionHistory" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClusterActionHistory> |
actionHistory |
protected List<ClusterDrsFaults> |
drsFault |
protected List<ClusterRecommendation> |
recommendation |
protected StorageDrsConfigInfo |
storageDrsConfig |
| Constructor and Description |
|---|
PodStorageDrsEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterActionHistory> |
getActionHistory()
Gets the value of the actionHistory property.
|
List<ClusterDrsFaults> |
getDrsFault()
Gets the value of the drsFault property.
|
List<ClusterRecommendation> |
getRecommendation()
Gets the value of the recommendation property.
|
StorageDrsConfigInfo |
getStorageDrsConfig()
Gets the value of the storageDrsConfig property.
|
void |
setStorageDrsConfig(StorageDrsConfigInfo value)
Sets the value of the storageDrsConfig property.
|
protected StorageDrsConfigInfo storageDrsConfig
protected List<ClusterRecommendation> recommendation
protected List<ClusterDrsFaults> drsFault
protected List<ClusterActionHistory> actionHistory
public StorageDrsConfigInfo getStorageDrsConfig()
StorageDrsConfigInfopublic void setStorageDrsConfig(StorageDrsConfigInfo value)
value - allowed object is
StorageDrsConfigInfopublic List<ClusterRecommendation> getRecommendation()
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 recommendation property.
For example, to add a new item, do as follows:
getRecommendation().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRecommendation
public List<ClusterDrsFaults> getDrsFault()
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 drsFault property.
For example, to add a new item, do as follows:
getDrsFault().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDrsFaults
public List<ClusterActionHistory> getActionHistory()
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 actionHistory property.
For example, to add a new item, do as follows:
getActionHistory().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterActionHistory
Copyright © 2018. All rights reserved.