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 | Field and Description |
---|---|
protected Set<ProductItemPrice> |
ProductOrder.Builder.prices |
protected Set<ProductItemPrice> |
ProductItem.Builder.prices |
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 |
---|---|
T |
ProductItemPrice.Builder.fromProductItemPrice(ProductItemPrice in) |
T |
ProductOrder.Builder.prices(ProductItemPrice... in) |
T |
ProductItem.Builder.prices(ProductItemPrice... in) |
Modifier and Type | Method and Description |
---|---|
T |
ProductOrder.Builder.prices(Iterable<ProductItemPrice> prices) |
T |
ProductItem.Builder.prices(Set<ProductItemPrice> prices) |
Constructor and Description |
---|
ProductItem(int id,
String description,
String units,
Float capacity,
Set<ProductItemPrice> prices,
Set<ProductItemCategory> categories) |
ProductOrder(int packageId,
String location,
Set<ProductItemPrice> prices,
Set<VirtualGuest> virtualGuests,
int quantity,
boolean useHourlyPricing) |
Copyright © 2009-2013 jclouds. All Rights Reserved.