|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductItemPrice | |
---|---|
org.jclouds.softlayer.compute.config | |
org.jclouds.softlayer.compute.functions | |
org.jclouds.softlayer.compute.strategy | |
org.jclouds.softlayer.domain |
Uses of ProductItemPrice in org.jclouds.softlayer.compute.config |
---|
Methods in org.jclouds.softlayer.compute.config that return types with arguments of type ProductItemPrice | |
---|---|
Iterable<ProductItemPrice> |
SoftLayerComputeServiceContextModule.prices(String prices)
|
Uses of ProductItemPrice in org.jclouds.softlayer.compute.functions |
---|
Methods in org.jclouds.softlayer.compute.functions that return types with arguments of type ProductItemPrice | |
---|---|
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. |
Uses of ProductItemPrice in org.jclouds.softlayer.compute.strategy |
---|
Constructor parameters in org.jclouds.softlayer.compute.strategy with type arguments of type ProductItemPrice | |
---|---|
SoftLayerComputeServiceAdapter(SoftLayerClient client,
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent virtualGuestHasLoginDetailsPresent,
com.google.common.base.Supplier<ProductPackage> productPackageSupplier,
Iterable<ProductItemPrice> prices,
String cpuRegex,
String disk0Type,
float portSpeed,
long guestLoginDelay)
|
Uses of ProductItemPrice in org.jclouds.softlayer.domain |
---|
Methods in org.jclouds.softlayer.domain that return ProductItemPrice | |
---|---|
ProductItemPrice |
ProductItemPrice.Builder.build()
|
Methods in org.jclouds.softlayer.domain that return types with arguments of type ProductItemPrice | |
---|---|
Set<ProductItemPrice> |
ProductItem.getPrices()
|
Set<ProductItemPrice> |
ProductOrder.getPrices()
Gets the item prices in this order. |
Methods in org.jclouds.softlayer.domain with parameters of type ProductItemPrice | |
---|---|
int |
ProductItemPrice.compareTo(ProductItemPrice arg0)
|
static ProductItemPrice.Builder |
ProductItemPrice.Builder.fromPrice(ProductItemPrice in)
|
ProductItem.Builder |
ProductItem.Builder.price(ProductItemPrice prices)
|
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. |
Method parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemPrice | |
---|---|
ProductItem.Builder |
ProductItem.Builder.prices(Iterable<ProductItemPrice> prices)
|
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. |
Constructor parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemPrice | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |