Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<ProductPackage> |
SoftLayerComputeServiceContextModule.getProductPackage(AtomicReference<AuthorizationException> authException,
long seconds,
SoftLayerClient client,
String virtualGuestPackageName)
Many requests need the same productPackage, which is in this case the package for virtual
guests.
|
Constructor and Description |
---|
SoftLayerComputeServiceAdapter(SoftLayerClient client,
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent virtualGuestHasLoginDetailsPresent,
com.google.common.base.Supplier<ProductPackage> productPackageSupplier,
Iterable<ProductItemPrice> prices,
String cpuRegex,
String disk0Type,
float portSpeed,
long guestLoginDelay) |
Modifier and Type | Method and Description |
---|---|
ProductPackage |
ProductPackage.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
ProductPackage.Builder.fromProductPackage(ProductPackage in) |
Modifier and Type | Method and Description |
---|---|
ProductPackage |
ProductPackageClient.getProductPackage(long id) |
Modifier and Type | Method and Description |
---|---|
Set<ProductPackage> |
AccountClient.getActivePackages() |
com.google.common.util.concurrent.ListenableFuture<Set<ProductPackage>> |
AccountAsyncClient.getActivePackages() |
com.google.common.util.concurrent.ListenableFuture<ProductPackage> |
ProductPackageAsyncClient.getProductPackage(long id) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<ProductPackage> |
ProductPackagePredicates.named(String packageName)
Tests if the product package name equals the packageName
|
Copyright © 2009-2013 jclouds. All Rights Reserved.