java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.Order
com.softlayer.api.service.container.product.order.network.application.delivery.Controller

@ApiType("SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller")
public class Controller
extends Order
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. This datatype has everything required to place an application delivery controller order with SoftLayer.
See Also:
SoftLayer_Container_Product_Order_Network_Application_Delivery_Controller
  • Field Details

    • applicationDeliveryControllerId

      @ApiProperty(canBeNullOrNotSet=true) protected Long applicationDeliveryControllerId
      An optional [[SoftLayer_Network_Application_Delivery_Controller]] identifier that is used for upgrading an existing application delivery controller.
    • applicationDeliveryControllerIdSpecified

      protected boolean applicationDeliveryControllerIdSpecified
  • Constructor Details

    • Controller

      public Controller()
  • Method Details

    • getApplicationDeliveryControllerId

      public Long getApplicationDeliveryControllerId()
    • setApplicationDeliveryControllerId

      public void setApplicationDeliveryControllerId​(Long applicationDeliveryControllerId)
    • isApplicationDeliveryControllerIdSpecified

      public boolean isApplicationDeliveryControllerIdSpecified()
    • unsetApplicationDeliveryControllerId

      public void unsetApplicationDeliveryControllerId()