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