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