Uses of Class
org.jclouds.deltacloud.domain.HardwareProfile

Packages that use HardwareProfile
org.jclouds.deltacloud   
org.jclouds.deltacloud.compute.functions   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.deltacloud.xml   
 

Uses of HardwareProfile in org.jclouds.deltacloud
 

Methods in org.jclouds.deltacloud that return HardwareProfile
 HardwareProfile DeltacloudClient.getHardwareProfile(URI profileHref)
           
 

Methods in org.jclouds.deltacloud that return types with arguments of type HardwareProfile
 com.google.common.util.concurrent.ListenableFuture<HardwareProfile> DeltacloudAsyncClient.getHardwareProfile(URI profileHref)
           
 com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> DeltacloudAsyncClient.listHardwareProfiles()
           
 Set<HardwareProfile> DeltacloudClient.listHardwareProfiles()
          The hardware profiles collection will return a set of all hardware profiles available to the current user.
 

Uses of HardwareProfile in org.jclouds.deltacloud.compute.functions
 

Methods in org.jclouds.deltacloud.compute.functions with parameters of type HardwareProfile
 Hardware HardwareProfileToHardware.apply(HardwareProfile from)
           
 

Uses of HardwareProfile in org.jclouds.deltacloud.compute.strategy
 

Methods in org.jclouds.deltacloud.compute.strategy that return types with arguments of type HardwareProfile
 Iterable<HardwareProfile> DeltacloudComputeServiceAdapter.listHardwareProfiles()
           
 

Uses of HardwareProfile in org.jclouds.deltacloud.xml
 

Methods in org.jclouds.deltacloud.xml that return HardwareProfile
 HardwareProfile HardwareProfileHandler.getResult()
           
 

Methods in org.jclouds.deltacloud.xml that return types with arguments of type HardwareProfile
 Set<? extends HardwareProfile> HardwareProfilesHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.