Package | Description |
---|---|
org.jclouds.softlayer.compute.config | |
org.jclouds.softlayer.compute.functions | |
org.jclouds.softlayer.compute.strategy | |
org.jclouds.softlayer.domain |
Modifier and Type | Method and Description |
---|---|
Iterable<ProductItemPrice> |
SoftLayerComputeServiceContextModule.prices(String prices) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
ProductItemPrice |
ProductItemPrice.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<ProductItemPrice> |
ProductOrder.getPrices()
Gets the item prices in this order.
|
Set<ProductItemPrice> |
ProductItem.getPrices() |
Modifier and Type | Method and Description |
---|---|
int |
ProductItemPrice.compareTo(ProductItemPrice arg0) |
static ProductItemPrice.Builder |
ProductItemPrice.Builder.fromPrice(ProductItemPrice in) |
ProductOrder.Builder |
ProductOrder.Builder.price(ProductItemPrice prices)
Adds a price to the order
All that is required to send in is the price ID of each item desired to be ordered.
|
ProductItem.Builder |
ProductItem.Builder.price(ProductItemPrice prices) |
Modifier and Type | Method and Description |
---|---|
ProductOrder.Builder |
ProductOrder.Builder.prices(Iterable<ProductItemPrice> prices)
Adds multiple prices to the order, overwriting any existing ones
All that is required to send in is the price ID of each item desired to be ordered.
|
ProductItem.Builder |
ProductItem.Builder.prices(Iterable<ProductItemPrice> prices) |
Constructor and Description |
---|
ProductItem(int id,
String description,
String units,
Float capacity,
Iterable<ProductItemPrice> prices,
Iterable<ProductItemCategory> categories) |
ProductOrder(int packageId,
String location,
Iterable<ProductItemPrice> prices,
Iterable<VirtualGuest> virtualGuest,
int quantity,
boolean useHourlyPricing) |
Copyright © 2009-2012 jclouds. All Rights Reserved.