Interface TroubleTickets
- All Known Implementing Classes:
TroubleTicketsImpl
public interface TroubleTickets
Client interface for managing trouble tickets in the Equinix Customer Portal.
Provides operations to list, retrieve, and create trouble tickets for reporting
and tracking infrastructure issues.
-
Method Details
-
list
PaginatedList<TroubleTicket> list()Lists all trouble tickets for the current account.- Returns:
- a paginated list of trouble tickets
-
getByUuid
Retrieves a specific trouble ticket by its unique identifier.- Parameters:
uuid- the unique identifier of the trouble ticket- Returns:
- the matching trouble ticket
-
define
Returns a builder for defining a new trouble ticket.- Returns:
- a new TroubleTicketBuilder instance
-