Uses of Class
com.hyper9.simdk.stubs.dao.ResourceAllocationInfo

Packages that use ResourceAllocationInfo
com.hyper9.simdk.stubs.dao   
 

Uses of ResourceAllocationInfo in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return ResourceAllocationInfo
 ResourceAllocationInfo VirtualMachineConfigSpec.getCpuAllocation()
           
 ResourceAllocationInfo VirtualMachineConfigInfo.getCpuAllocation()
           
 ResourceAllocationInfo ResourceConfigSpec.getCpuAllocation()
           
 ResourceAllocationInfo VirtualMachineConfigSpec.getMemoryAllocation()
           
 ResourceAllocationInfo VirtualMachineConfigInfo.getMemoryAllocation()
           
 ResourceAllocationInfo ResourceConfigSpec.getMemoryAllocation()
           
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type ResourceAllocationInfo
 List<ResourceAllocationInfo> ArrayOfResourceAllocationInfo.getData()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type ResourceAllocationInfo
 void VirtualMachineConfigSpec.setCpuAllocation(ResourceAllocationInfo toSet)
           
 void VirtualMachineConfigInfo.setCpuAllocation(ResourceAllocationInfo toSet)
           
 void ResourceConfigSpec.setCpuAllocation(ResourceAllocationInfo toSet)
           
 void VirtualMachineConfigSpec.setMemoryAllocation(ResourceAllocationInfo toSet)
           
 void VirtualMachineConfigInfo.setMemoryAllocation(ResourceAllocationInfo toSet)
           
 void ResourceConfigSpec.setMemoryAllocation(ResourceAllocationInfo toSet)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.