Class Host


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

      • dedicatedHostIdSpecified

        protected boolean dedicatedHostIdSpecified
    • Constructor Detail

      • Host

        public Host()
    • Method Detail

      • setDedicatedHost

        public void setDedicatedHost​(DedicatedHost dedicatedHost)
      • setResource

        public void setResource​(DedicatedHost resource)
      • getDedicatedHostId

        public Long getDedicatedHostId()
      • setDedicatedHostId

        public void setDedicatedHostId​(Long dedicatedHostId)
      • isDedicatedHostIdSpecified

        public boolean isDedicatedHostIdSpecified()
      • unsetDedicatedHostId

        public void unsetDedicatedHostId()