java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.billing.Item
com.softlayer.api.service.billing.item.network.application.delivery.Controller

@ApiType("SoftLayer_Billing_Item_Network_Application_Delivery_Controller")
public class Controller
extends Item
The SoftLayer_Billing_Item_Network_Application_Delivery_Controller data type describes the billing item related to a NetScaler VPX
See Also:
SoftLayer_Billing_Item_Network_Application_Delivery_Controller
  • Field Details

    • bandwidthAllotmentDetail

      @ApiProperty protected Detail bandwidthAllotmentDetail
      The bandwidth allotment detail for a billing item.
    • resource

      @ApiProperty protected Controller resource
      The network application controller that a billing item is associated with.
  • Constructor Details

    • Controller

      public Controller()
  • Method Details

    • getBandwidthAllotmentDetail

      public Detail getBandwidthAllotmentDetail()
    • setBandwidthAllotmentDetail

      public void setBandwidthAllotmentDetail​(Detail bandwidthAllotmentDetail)
    • getResource

      public Controller getResource()
    • setResource

      public void setResource​(Controller resource)