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.gateway.appliance.Upgrade

@ApiType("SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade")
public class Upgrade
extends Order
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. This datatype has everything required to upgrade a [[SoftLayer_Network_Gateway (type)|network gateway]].
See Also:
SoftLayer_Container_Product_Order_Gateway_Appliance_Upgrade
  • Field Details

    • gatewayId

      @ApiProperty(canBeNullOrNotSet=true) protected Long gatewayId
      Identifier for the [[SoftLayer_Network_Gateway (type)|network gateway]] being upgraded.
    • gatewayIdSpecified

      protected boolean gatewayIdSpecified
  • Constructor Details

    • Upgrade

      public Upgrade()
  • Method Details

    • getGatewayId

      public Long getGatewayId()
    • setGatewayId

      public void setGatewayId​(Long gatewayId)
    • isGatewayIdSpecified

      public boolean isGatewayIdSpecified()
    • unsetGatewayId

      public void unsetGatewayId()