| Package | Description | 
|---|---|
| org.jclouds.softlayer.compute.functions | |
| org.jclouds.softlayer.compute.strategy | |
| org.jclouds.softlayer.domain | |
| org.jclouds.softlayer.predicates | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Function<ProductItem,Float> | 
ProductItems.capacity()
Creates a function to get the capacity from a product item. 
 | 
static com.google.common.base.Function<ProductItem,String> | 
ProductItems.description()
Creates a function to get the description from a product item. 
 | 
static com.google.common.base.Function<List<ProductItem>,String> | 
ProductItemsToHardware.hardwareId()
Generates a hardwareId based on the priceId's of the items in the list 
 | 
static com.google.common.base.Function<ProductItem,String> | 
ProductItemToImage.imageId()
Generates an id for an Image. 
 | 
static com.google.common.base.Function<ProductItemPrice,ProductItem> | 
ProductItems.item()
Creates a function to get the ProductItem for the ProductItemPrice. 
 | 
static com.google.common.base.Function<ProductItem,ProductItemPrice> | 
ProductItems.price()
Creates a function to get the ProductItemPrice for the ProductItem. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
ProductItemToImage.apply(ProductItem productItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
Hardware | 
ProductItemsToHardware.apply(Iterable<ProductItem> items)  | 
| Constructor and Description | 
|---|
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest(SoftLayerClient client,
                                                     com.google.common.base.Function<Iterable<ProductItem>,Hardware> productItemsToHardware)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProductItem | 
SoftLayerComputeServiceAdapter.getImage(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Iterable<ProductItem>> | 
SoftLayerComputeServiceAdapter.listHardwareProfiles()  | 
Iterable<ProductItem> | 
SoftLayerComputeServiceAdapter.listImages()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProductItem | 
ProductItemPrice.Builder.item  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<ProductItem> | 
ProductPackage.Builder.items  | 
| Modifier and Type | Method and Description | 
|---|---|
ProductItem | 
ProductItem.Builder.build()  | 
ProductItem | 
ProductItemPrice.getItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<ProductItem> | 
ProductPackage.getItems()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ProductItem.Builder.fromProductItem(ProductItem in)  | 
T | 
ProductItemPrice.Builder.item(ProductItem item)  | 
T | 
ProductPackage.Builder.items(ProductItem... in)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ProductPackage.Builder.items(Set<ProductItem> items)  | 
| Constructor and Description | 
|---|
ProductItemPrice(int id,
                long itemId,
                Float recurringFee,
                Float hourlyRecurringFee,
                ProductItem item,
                Set<ProductItemCategory> categories)  | 
| Constructor and Description | 
|---|
ProductPackage(int id,
              String name,
              String description,
              Set<ProductItem> items,
              Set<Datacenter> locations)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<ProductItem> | 
ProductItemPredicates.capacity(Float capacity)
Tests if the ProductItem has the required capacity. 
 | 
static com.google.common.base.Predicate<ProductItem> | 
ProductItemPredicates.categoryCode(String category)
Tests if the ProductItem contains the required category. 
 | 
static com.google.common.base.Predicate<ProductItem> | 
ProductItemPredicates.categoryCodeMatches(Pattern category)
Tests if the ProductItem contains a category that matches the supplied Pattern 
 | 
static com.google.common.base.Predicate<ProductItem> | 
ProductItemPredicates.matches(Pattern regex)
Tests if the ProductItem's description matches the supplied regular expression. 
 | 
static com.google.common.base.Predicate<ProductItem> | 
ProductItemPredicates.units(String units)
Tests if the ProductItem has the required units. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.