Uses of Class
org.jclouds.softlayer.domain.ProductOrder

Packages that use ProductOrder
org.jclouds.softlayer.domain   
org.jclouds.softlayer.features   
 

Uses of ProductOrder in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return ProductOrder
 ProductOrder ProductOrder.Builder.build()
           
 ProductOrder ProductOrderReceipt.getOrderDetails()
          This is a copy of the SoftLayer_Container_Product_Order which holds all the data related to an order.
 

Methods in org.jclouds.softlayer.domain with parameters of type ProductOrder
static ProductOrder.Builder ProductOrder.Builder.fromProductOrder(ProductOrder in)
           
 ProductOrderReceipt.Builder ProductOrderReceipt.Builder.orderDetails(ProductOrder orderDetails)
           
 

Constructors in org.jclouds.softlayer.domain with parameters of type ProductOrder
ProductOrderReceipt(int orderId, ProductOrder orderDetails)
           
 

Uses of ProductOrder in org.jclouds.softlayer.features
 

Methods in org.jclouds.softlayer.features that return ProductOrder
 ProductOrder VirtualGuestClient.getOrderTemplate(long id)
          Obtain an order container that is ready to be sent to the orderVirtualGuest method.
 

Methods in org.jclouds.softlayer.features that return types with arguments of type ProductOrder
 com.google.common.util.concurrent.ListenableFuture<ProductOrder> VirtualGuestAsyncClient.getOrderTemplate(long id)
          Throws an Internal Server Error if called on bad orders (mapped to HttpResponseException)
 

Methods in org.jclouds.softlayer.features with parameters of type ProductOrder
 com.google.common.util.concurrent.ListenableFuture<ProductOrderReceipt> VirtualGuestAsyncClient.orderVirtualGuest(ProductOrder order)
           
 ProductOrderReceipt VirtualGuestClient.orderVirtualGuest(ProductOrder order)
          Use this method for placing server orders and additional services orders.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.