alertable_event_type_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for alertable event type controller API

func (*Client) ListAlertableEventType

func (a *Client) ListAlertableEventType(params *ListAlertableEventTypeParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlertableEventTypeOK, error)

ListAlertableEventType lists

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListAlertableEventType(params *ListAlertableEventTypeParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlertableEventTypeOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new alertable event type controller API client.

type ListAlertableEventTypeBadRequest

type ListAlertableEventTypeBadRequest struct {
	Payload *models.APIResult
}

ListAlertableEventTypeBadRequest handles this case with default header values.

Bad Request

func NewListAlertableEventTypeBadRequest

func NewListAlertableEventTypeBadRequest() *ListAlertableEventTypeBadRequest

NewListAlertableEventTypeBadRequest creates a ListAlertableEventTypeBadRequest with default headers values

func (*ListAlertableEventTypeBadRequest) Error

func (*ListAlertableEventTypeBadRequest) GetPayload

type ListAlertableEventTypeConflict

type ListAlertableEventTypeConflict struct {
	Payload *models.APIResult
}

ListAlertableEventTypeConflict handles this case with default header values.

Conflict

func NewListAlertableEventTypeConflict

func NewListAlertableEventTypeConflict() *ListAlertableEventTypeConflict

NewListAlertableEventTypeConflict creates a ListAlertableEventTypeConflict with default headers values

func (*ListAlertableEventTypeConflict) Error

func (*ListAlertableEventTypeConflict) GetPayload

type ListAlertableEventTypeForbidden

type ListAlertableEventTypeForbidden struct {
	Payload *models.APIResult
}

ListAlertableEventTypeForbidden handles this case with default header values.

Forbidden

func NewListAlertableEventTypeForbidden

func NewListAlertableEventTypeForbidden() *ListAlertableEventTypeForbidden

NewListAlertableEventTypeForbidden creates a ListAlertableEventTypeForbidden with default headers values

func (*ListAlertableEventTypeForbidden) Error

func (*ListAlertableEventTypeForbidden) GetPayload

type ListAlertableEventTypeInternalServerError

type ListAlertableEventTypeInternalServerError struct {
	Payload *models.APIResult
}

ListAlertableEventTypeInternalServerError handles this case with default header values.

Internal Server Error

func NewListAlertableEventTypeInternalServerError

func NewListAlertableEventTypeInternalServerError() *ListAlertableEventTypeInternalServerError

NewListAlertableEventTypeInternalServerError creates a ListAlertableEventTypeInternalServerError with default headers values

func (*ListAlertableEventTypeInternalServerError) Error

func (*ListAlertableEventTypeInternalServerError) GetPayload

type ListAlertableEventTypeNotFound

type ListAlertableEventTypeNotFound struct {
	Payload *models.APIResult
}

ListAlertableEventTypeNotFound handles this case with default header values.

Not Found

func NewListAlertableEventTypeNotFound

func NewListAlertableEventTypeNotFound() *ListAlertableEventTypeNotFound

NewListAlertableEventTypeNotFound creates a ListAlertableEventTypeNotFound with default headers values

func (*ListAlertableEventTypeNotFound) Error

func (*ListAlertableEventTypeNotFound) GetPayload

type ListAlertableEventTypeOK

type ListAlertableEventTypeOK struct {
	Payload *models.APIResultListAlertableEventType
}

ListAlertableEventTypeOK handles this case with default header values.

OK

func NewListAlertableEventTypeOK

func NewListAlertableEventTypeOK() *ListAlertableEventTypeOK

NewListAlertableEventTypeOK creates a ListAlertableEventTypeOK with default headers values

func (*ListAlertableEventTypeOK) Error

func (o *ListAlertableEventTypeOK) Error() string

func (*ListAlertableEventTypeOK) GetPayload

type ListAlertableEventTypeParams

type ListAlertableEventTypeParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAlertableEventTypeParams contains all the parameters to send to the API endpoint for the list alertable event type operation typically these are written to a http.Request

func NewListAlertableEventTypeParams

func NewListAlertableEventTypeParams() *ListAlertableEventTypeParams

NewListAlertableEventTypeParams creates a new ListAlertableEventTypeParams object with the default values initialized.

func NewListAlertableEventTypeParamsWithContext

func NewListAlertableEventTypeParamsWithContext(ctx context.Context) *ListAlertableEventTypeParams

NewListAlertableEventTypeParamsWithContext creates a new ListAlertableEventTypeParams object with the default values initialized, and the ability to set a context for a request

func NewListAlertableEventTypeParamsWithHTTPClient

func NewListAlertableEventTypeParamsWithHTTPClient(client *http.Client) *ListAlertableEventTypeParams

NewListAlertableEventTypeParamsWithHTTPClient creates a new ListAlertableEventTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAlertableEventTypeParamsWithTimeout

func NewListAlertableEventTypeParamsWithTimeout(timeout time.Duration) *ListAlertableEventTypeParams

NewListAlertableEventTypeParamsWithTimeout creates a new ListAlertableEventTypeParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAlertableEventTypeParams) SetContext

func (o *ListAlertableEventTypeParams) SetContext(ctx context.Context)

SetContext adds the context to the list alertable event type params

func (*ListAlertableEventTypeParams) SetFields

func (o *ListAlertableEventTypeParams) SetFields(fields *string)

SetFields adds the fields to the list alertable event type params

func (*ListAlertableEventTypeParams) SetHTTPClient

func (o *ListAlertableEventTypeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list alertable event type params

func (*ListAlertableEventTypeParams) SetTimeout

func (o *ListAlertableEventTypeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list alertable event type params

func (*ListAlertableEventTypeParams) WithContext

WithContext adds the context to the list alertable event type params

func (*ListAlertableEventTypeParams) WithFields

WithFields adds the fields to the list alertable event type params

func (*ListAlertableEventTypeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list alertable event type params

func (*ListAlertableEventTypeParams) WithTimeout

WithTimeout adds the timeout to the list alertable event type params

func (*ListAlertableEventTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlertableEventTypeReader

type ListAlertableEventTypeReader struct {
	// contains filtered or unexported fields
}

ListAlertableEventTypeReader is a Reader for the ListAlertableEventType structure.

func (*ListAlertableEventTypeReader) ReadResponse

func (o *ListAlertableEventTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListAlertableEventTypeUnauthorized

type ListAlertableEventTypeUnauthorized struct {
	Payload *models.APIResult
}

ListAlertableEventTypeUnauthorized handles this case with default header values.

Unauthorized

func NewListAlertableEventTypeUnauthorized

func NewListAlertableEventTypeUnauthorized() *ListAlertableEventTypeUnauthorized

NewListAlertableEventTypeUnauthorized creates a ListAlertableEventTypeUnauthorized with default headers values

func (*ListAlertableEventTypeUnauthorized) Error

func (*ListAlertableEventTypeUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL