SoftLayer_Ticket_Attachment_Virtual_Guest


SoftLayer_Ticket_Attachment_Virtual_Guest

Description

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.

Local


attachmentId

The internal identifier of an item that is attached to a ticket.
Type: int


createDate

The date that an item was attached to a ticket.
Type: dateTime


id

A ticket attachment’s internal identifier.
Type: int


ticketId

The internal identifier of the ticket that an item is attached to.
Type: int


virtualGuestId

The internal identifier of the virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
Type: int

Relational


resource

The virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
Type: SoftLayer_Virtual_Guest


ticket

The ticket that an item is attached to.
Type: SoftLayer_Ticket


virtualGuest

The virtualized guest or CloudLayer Computing Instance that is attached to a ticket.
Type: SoftLayer_Virtual_Guest

Count