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