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