public class ResourceConfigOption extends DynamicData
Java class for ResourceConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="cpuAllocationOption" type="{urn:vim25}ResourceAllocationOption"/>
<element name="memoryAllocationOption" type="{urn:vim25}ResourceAllocationOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ResourceAllocationOption |
cpuAllocationOption |
protected ResourceAllocationOption |
memoryAllocationOption |
| Constructor and Description |
|---|
ResourceConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationOption |
getCpuAllocationOption()
Gets the value of the cpuAllocationOption property.
|
ResourceAllocationOption |
getMemoryAllocationOption()
Gets the value of the memoryAllocationOption property.
|
void |
setCpuAllocationOption(ResourceAllocationOption value)
Sets the value of the cpuAllocationOption property.
|
void |
setMemoryAllocationOption(ResourceAllocationOption value)
Sets the value of the memoryAllocationOption property.
|
protected ResourceAllocationOption cpuAllocationOption
protected ResourceAllocationOption memoryAllocationOption
public ResourceAllocationOption getCpuAllocationOption()
ResourceAllocationOptionpublic void setCpuAllocationOption(ResourceAllocationOption value)
value - allowed object is
ResourceAllocationOptionpublic ResourceAllocationOption getMemoryAllocationOption()
ResourceAllocationOptionpublic void setMemoryAllocationOption(ResourceAllocationOption value)
value - allowed object is
ResourceAllocationOptionCopyright © 2018. All rights reserved.