Class Guest


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

      • resource

        @ApiProperty
        protected Guest resource
        The virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
      • virtualGuest

        @ApiProperty
        protected Guest virtualGuest
        The virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
      • virtualGuestId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long virtualGuestId
        The internal identifier of the virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
      • virtualGuestIdSpecified

        protected boolean virtualGuestIdSpecified
    • Constructor Detail

      • Guest

        public Guest()
    • Method Detail

      • getResource

        public Guest getResource()
      • setResource

        public void setResource​(Guest resource)
      • getVirtualGuest

        public Guest getVirtualGuest()
      • setVirtualGuest

        public void setVirtualGuest​(Guest virtualGuest)
      • getVirtualGuestId

        public Long getVirtualGuestId()
      • setVirtualGuestId

        public void setVirtualGuestId​(Long virtualGuestId)
      • isVirtualGuestIdSpecified

        public boolean isVirtualGuestIdSpecified()
      • unsetVirtualGuestId

        public void unsetVirtualGuestId()