Package | Description |
---|---|
org.jclouds.softlayer.domain | |
org.jclouds.softlayer.features |
Modifier and Type | Field and Description |
---|---|
protected ProductOrder |
ProductOrderReceipt.Builder.orderDetails |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
T |
ProductOrder.Builder.fromProductOrder(ProductOrder in) |
T |
ProductOrderReceipt.Builder.orderDetails(ProductOrder orderDetails) |
Constructor and Description |
---|
ProductOrderReceipt(int orderId,
ProductOrder orderDetails) |
Modifier and Type | Method and Description |
---|---|
ProductOrder |
VirtualGuestApi.getOrderTemplate(long id)
Obtain an order container that is ready to be sent to the orderVirtualGuest method.
|
Modifier and Type | Method and Description |
---|---|
ProductOrderReceipt |
VirtualGuestApi.orderVirtualGuest(ProductOrder order)
Use this method for placing server orders and additional services orders.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.