public class ResourceConfigSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
changeVersion |
ResourceAllocationInfo |
cpuAllocation |
ManagedObjectReference |
entity |
Calendar |
lastModified |
ResourceAllocationInfo |
memoryAllocation |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ResourceConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeVersion() |
ResourceAllocationInfo |
getCpuAllocation() |
ManagedObjectReference |
getEntity() |
Calendar |
getLastModified() |
ResourceAllocationInfo |
getMemoryAllocation() |
void |
setChangeVersion(String changeVersion) |
void |
setCpuAllocation(ResourceAllocationInfo cpuAllocation) |
void |
setEntity(ManagedObjectReference entity) |
void |
setLastModified(Calendar lastModified) |
void |
setMemoryAllocation(ResourceAllocationInfo memoryAllocation) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference entity
public String changeVersion
public Calendar lastModified
public ResourceAllocationInfo cpuAllocation
public ResourceAllocationInfo memoryAllocation
public ManagedObjectReference getEntity()
public String getChangeVersion()
public Calendar getLastModified()
public ResourceAllocationInfo getCpuAllocation()
public ResourceAllocationInfo getMemoryAllocation()
public void setEntity(ManagedObjectReference entity)
public void setChangeVersion(String changeVersion)
public void setLastModified(Calendar lastModified)
public void setCpuAllocation(ResourceAllocationInfo cpuAllocation)
public void setMemoryAllocation(ResourceAllocationInfo memoryAllocation)
Copyright © 2011-2012. All Rights Reserved.