java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.hardware.server.Details

@ApiType("SoftLayer_Container_Hardware_Server_Details")
public class Details
extends Entity
The SoftLayer_Container_Hardware_Server_Details data type contains information relating to a server's component information, network information, and software information.
See Also:
SoftLayer_Container_Hardware_Server_Details
  • Field Details

  • Constructor Details

    • Details

      public Details()
  • Method Details

    • getComponents

      public List<Component> getComponents()
    • isComponentsSpecified

      public boolean isComponentsSpecified()
    • unsetComponents

      public void unsetComponents()
    • getNetworkComponents

      public List<Component> getNetworkComponents()
    • isNetworkComponentsSpecified

      public boolean isNetworkComponentsSpecified()
    • unsetNetworkComponents

      public void unsetNetworkComponents()
    • getSoftware

      public List<Component> getSoftware()
    • isSoftwareSpecified

      public boolean isSoftwareSpecified()
    • unsetSoftware

      public void unsetSoftware()