@ApiType("SoftLayer_Container_Product_Order_Service_External")
public class External
extends Order
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder.
See Also:
SoftLayer_Container_Product_Order_Service_External
  • Field Details

    • externalResources

      @ApiProperty(canBeNullOrNotSet=true) protected List<Resource> externalResources
      For orders that contain servers (bare metal, virtual server, big data, etc.), the hardware property is required. This property is an array of [[SoftLayer_Hardware]] objects. The hostname and domain properties are required for each hardware object. Note that virtual server ([[SoftLayer_Container_Product_Order_Virtual_Guest]]) orders may populate this field instead of the virtualGuests property.
    • externalResourcesSpecified

      protected boolean externalResourcesSpecified
  • Constructor Details

    • External

      public External()
  • Method Details

    • getExternalResources

      public List<Resource> getExternalResources()
    • isExternalResourcesSpecified

      public boolean isExternalResourcesSpecified()
    • unsetExternalResources

      public void unsetExternalResources()