Class External

    • Field Detail

      • 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 Detail

      • External

        public External()
    • Method Detail

      • getExternalResources

        public List<Resource> getExternalResources()
      • isExternalResourcesSpecified

        public boolean isExternalResourcesSpecified()
      • unsetExternalResources

        public void unsetExternalResources()