public class ResourceConfigSpec extends DynamicData
Java class for ResourceConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="changeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="cpuAllocation" type="{urn:vim25}ResourceAllocationInfo"/>
<element name="memoryAllocation" type="{urn:vim25}ResourceAllocationInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeVersion |
protected ResourceAllocationInfo |
cpuAllocation |
protected ManagedObjectReference |
entity |
protected XMLGregorianCalendar |
lastModified |
protected ResourceAllocationInfo |
memoryAllocation |
| Constructor and Description |
|---|
ResourceConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeVersion()
Gets the value of the changeVersion property.
|
ResourceAllocationInfo |
getCpuAllocation()
Gets the value of the cpuAllocation property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
ResourceAllocationInfo |
getMemoryAllocation()
Gets the value of the memoryAllocation property.
|
void |
setChangeVersion(String value)
Sets the value of the changeVersion property.
|
void |
setCpuAllocation(ResourceAllocationInfo value)
Sets the value of the cpuAllocation property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setMemoryAllocation(ResourceAllocationInfo value)
Sets the value of the memoryAllocation property.
|
protected ManagedObjectReference entity
protected String changeVersion
protected XMLGregorianCalendar lastModified
protected ResourceAllocationInfo cpuAllocation
protected ResourceAllocationInfo memoryAllocation
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getChangeVersion()
Stringpublic void setChangeVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ResourceAllocationInfo getCpuAllocation()
ResourceAllocationInfopublic void setCpuAllocation(ResourceAllocationInfo value)
value - allowed object is
ResourceAllocationInfopublic ResourceAllocationInfo getMemoryAllocation()
ResourceAllocationInfopublic void setMemoryAllocation(ResourceAllocationInfo value)
value - allowed object is
ResourceAllocationInfoCopyright © 2018. All rights reserved.