| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Supplier<ProductPackage> |
SoftLayerComputeServiceContextModule.getProductPackage(AtomicReference<AuthorizationException> authException,
long seconds,
SoftLayerApi client,
String virtualGuestPackageName)
Many requests need the same productPackage, which is in this case the package for virtual
guests.
|
| Constructor and Description |
|---|
SoftLayerComputeServiceAdapter(SoftLayerApi 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 |
ProductPackageApi.getProductPackage(long id) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProductPackage> |
AccountApi.getActivePackages() |
| 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-2014 The Apache Software Foundation. All Rights Reserved.