java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.resource.metadata.ServiceResource

@ApiType("SoftLayer_Container_Resource_Metadata_ServiceResource")
public class ServiceResource
extends Entity
The metadata service resource container is used to store information about a single service resource.
See Also:
SoftLayer_Container_Resource_Metadata_ServiceResource
  • Field Details

    • backendIpAddress

      @ApiProperty(canBeNullOrNotSet=true) protected String backendIpAddress
      The backend IP address for this resource
    • backendIpAddressSpecified

      protected boolean backendIpAddressSpecified
    • type

      @ApiProperty(canBeNullOrNotSet=true) protected Type type
      The type for this resource
    • typeSpecified

      protected boolean typeSpecified
  • Constructor Details

    • ServiceResource

      public ServiceResource()
  • Method Details

    • getBackendIpAddress

      public String getBackendIpAddress()
    • setBackendIpAddress

      public void setBackendIpAddress​(String backendIpAddress)
    • isBackendIpAddressSpecified

      public boolean isBackendIpAddressSpecified()
    • unsetBackendIpAddress

      public void unsetBackendIpAddress()
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • isTypeSpecified

      public boolean isTypeSpecified()
    • unsetType

      public void unsetType()