Uses of Interface
org.jclouds.softlayer.SoftLayerClient

Packages that use SoftLayerClient
org.jclouds.softlayer.compute.config   
org.jclouds.softlayer.compute.functions   
org.jclouds.softlayer.compute.strategy   
 

Uses of SoftLayerClient in org.jclouds.softlayer.compute.config
 

Methods in org.jclouds.softlayer.compute.config with parameters of type SoftLayerClient
 com.google.common.base.Supplier<ProductPackage> SoftLayerComputeServiceContextModule.getProductPackage(long seconds, SoftLayerClient client, String virtualGuestPackageName)
          Many requests need the same productPackage, which is in this case the package for virtual guests.
 

Uses of SoftLayerClient in org.jclouds.softlayer.compute.functions
 

Constructors in org.jclouds.softlayer.compute.functions with parameters of type SoftLayerClient
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest(SoftLayerClient client, com.google.common.base.Function<Iterable<ProductItem>,Hardware> productItemsToHardware)
           
VirtualGuestToNodeMetadata.GetImageForVirtualGuest(SoftLayerClient client)
           
 

Uses of SoftLayerClient in org.jclouds.softlayer.compute.strategy
 

Constructors in org.jclouds.softlayer.compute.strategy with parameters of type SoftLayerClient
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent(SoftLayerClient client)
           
SoftLayerComputeServiceAdapter(SoftLayerClient client, SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent virtualGuestHasLoginDetailsPresent, com.google.common.base.Supplier<ProductPackage> productPackageSupplier, Iterable<ProductItemPrice> prices, String cpuRegex, String disk0Type, float portSpeed, long guestLoginDelay)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.