@ApiType("SoftLayer_Ticket_Attachment_Dedicated_Host")
public class Host
extends Attachment
SoftLayer tickets have the ability to be associated with specific dedicated hosts in a customer's inventory. Attaching a dedicated host to a ticket can greatly increase response time from SoftLayer for issues that are related to one or more specific hosts on a customer's account. The SoftLayer_Ticket_Attachment_Dedicated_Host data type models the relationship between a dedicated host and a ticket. Only one attachment record can exist per dedicated host item per ticket.
See Also:
SoftLayer_Ticket_Attachment_Dedicated_Host
  • Field Details

    • dedicatedHost

      @ApiProperty protected DedicatedHost dedicatedHost
      The dedicated dost that is attached to a ticket.
    • resource

      @ApiProperty protected DedicatedHost resource
      The Dedicated Host that is attached to a ticket.
    • dedicatedHostId

      @ApiProperty(canBeNullOrNotSet=true) protected Long dedicatedHostId
      The internal identifier of the Dedicated Host that is attached to a ticket.
    • dedicatedHostIdSpecified

      protected boolean dedicatedHostIdSpecified
  • Constructor Details

    • Host

      public Host()
  • Method Details

    • getDedicatedHost

      public DedicatedHost getDedicatedHost()
    • setDedicatedHost

      public void setDedicatedHost​(DedicatedHost dedicatedHost)
    • getResource

      public DedicatedHost getResource()
    • setResource

      public void setResource​(DedicatedHost resource)
    • getDedicatedHostId

      public Long getDedicatedHostId()
    • setDedicatedHostId

      public void setDedicatedHostId​(Long dedicatedHostId)
    • isDedicatedHostIdSpecified

      public boolean isDedicatedHostIdSpecified()
    • unsetDedicatedHostId

      public void unsetDedicatedHostId()