endpoint

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 13 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 endpoint API

func (*Client) DeleteEndpointEndpointID

func (a *Client) DeleteEndpointEndpointID(params *DeleteEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEndpointEndpointIDAccepted, error)

DeleteEndpointEndpointID removes an existing endpoint

func (*Client) GetEndpoint

func (a *Client) GetEndpoint(params *GetEndpointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEndpointOK, error)

GetEndpoint lists existing service endpoints

func (*Client) GetEndpointEndpointID

func (a *Client) GetEndpointEndpointID(params *GetEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEndpointEndpointIDOK, error)

GetEndpointEndpointID shows existing service endpoint

func (*Client) PostEndpoint

func (a *Client) PostEndpoint(params *PostEndpointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostEndpointCreated, error)

PostEndpoint creates endpoint for accessing a service

func (*Client) PutEndpointEndpointID

func (a *Client) PutEndpointEndpointID(params *PutEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutEndpointEndpointIDOK, error)

PutEndpointEndpointID updates an existing endpoint

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteEndpointEndpointID(params *DeleteEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEndpointEndpointIDAccepted, error)

	GetEndpoint(params *GetEndpointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEndpointOK, error)

	GetEndpointEndpointID(params *GetEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEndpointEndpointIDOK, error)

	PostEndpoint(params *PostEndpointParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostEndpointCreated, error)

	PutEndpointEndpointID(params *PutEndpointEndpointIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutEndpointEndpointIDOK, 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 endpoint API client.

type DeleteEndpointEndpointIDAccepted

type DeleteEndpointEndpointIDAccepted struct {
}

DeleteEndpointEndpointIDAccepted describes a response with status code 202, with default header values.

Delete request successfully accepted.

func NewDeleteEndpointEndpointIDAccepted

func NewDeleteEndpointEndpointIDAccepted() *DeleteEndpointEndpointIDAccepted

NewDeleteEndpointEndpointIDAccepted creates a DeleteEndpointEndpointIDAccepted with default headers values

func (*DeleteEndpointEndpointIDAccepted) Code

Code gets the status code for the delete endpoint endpoint Id accepted response

func (*DeleteEndpointEndpointIDAccepted) Error

func (*DeleteEndpointEndpointIDAccepted) IsClientError

func (o *DeleteEndpointEndpointIDAccepted) IsClientError() bool

IsClientError returns true when this delete endpoint endpoint Id accepted response has a 4xx status code

func (*DeleteEndpointEndpointIDAccepted) IsCode

func (o *DeleteEndpointEndpointIDAccepted) IsCode(code int) bool

IsCode returns true when this delete endpoint endpoint Id accepted response a status code equal to that given

func (*DeleteEndpointEndpointIDAccepted) IsRedirect

func (o *DeleteEndpointEndpointIDAccepted) IsRedirect() bool

IsRedirect returns true when this delete endpoint endpoint Id accepted response has a 3xx status code

func (*DeleteEndpointEndpointIDAccepted) IsServerError

func (o *DeleteEndpointEndpointIDAccepted) IsServerError() bool

IsServerError returns true when this delete endpoint endpoint Id accepted response has a 5xx status code

func (*DeleteEndpointEndpointIDAccepted) IsSuccess

func (o *DeleteEndpointEndpointIDAccepted) IsSuccess() bool

IsSuccess returns true when this delete endpoint endpoint Id accepted response has a 2xx status code

func (*DeleteEndpointEndpointIDAccepted) String

type DeleteEndpointEndpointIDForbidden

type DeleteEndpointEndpointIDForbidden struct {
	Payload *models.Error
}

DeleteEndpointEndpointIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteEndpointEndpointIDForbidden

func NewDeleteEndpointEndpointIDForbidden() *DeleteEndpointEndpointIDForbidden

NewDeleteEndpointEndpointIDForbidden creates a DeleteEndpointEndpointIDForbidden with default headers values

func (*DeleteEndpointEndpointIDForbidden) Code

Code gets the status code for the delete endpoint endpoint Id forbidden response

func (*DeleteEndpointEndpointIDForbidden) Error

func (*DeleteEndpointEndpointIDForbidden) GetPayload

func (*DeleteEndpointEndpointIDForbidden) IsClientError

func (o *DeleteEndpointEndpointIDForbidden) IsClientError() bool

IsClientError returns true when this delete endpoint endpoint Id forbidden response has a 4xx status code

func (*DeleteEndpointEndpointIDForbidden) IsCode

func (o *DeleteEndpointEndpointIDForbidden) IsCode(code int) bool

IsCode returns true when this delete endpoint endpoint Id forbidden response a status code equal to that given

func (*DeleteEndpointEndpointIDForbidden) IsRedirect

func (o *DeleteEndpointEndpointIDForbidden) IsRedirect() bool

IsRedirect returns true when this delete endpoint endpoint Id forbidden response has a 3xx status code

func (*DeleteEndpointEndpointIDForbidden) IsServerError

func (o *DeleteEndpointEndpointIDForbidden) IsServerError() bool

IsServerError returns true when this delete endpoint endpoint Id forbidden response has a 5xx status code

func (*DeleteEndpointEndpointIDForbidden) IsSuccess

func (o *DeleteEndpointEndpointIDForbidden) IsSuccess() bool

IsSuccess returns true when this delete endpoint endpoint Id forbidden response has a 2xx status code

func (*DeleteEndpointEndpointIDForbidden) String

type DeleteEndpointEndpointIDNotFound

type DeleteEndpointEndpointIDNotFound struct {
}

DeleteEndpointEndpointIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteEndpointEndpointIDNotFound

func NewDeleteEndpointEndpointIDNotFound() *DeleteEndpointEndpointIDNotFound

NewDeleteEndpointEndpointIDNotFound creates a DeleteEndpointEndpointIDNotFound with default headers values

func (*DeleteEndpointEndpointIDNotFound) Code

Code gets the status code for the delete endpoint endpoint Id not found response

func (*DeleteEndpointEndpointIDNotFound) Error

func (*DeleteEndpointEndpointIDNotFound) IsClientError

func (o *DeleteEndpointEndpointIDNotFound) IsClientError() bool

IsClientError returns true when this delete endpoint endpoint Id not found response has a 4xx status code

func (*DeleteEndpointEndpointIDNotFound) IsCode

func (o *DeleteEndpointEndpointIDNotFound) IsCode(code int) bool

IsCode returns true when this delete endpoint endpoint Id not found response a status code equal to that given

func (*DeleteEndpointEndpointIDNotFound) IsRedirect

func (o *DeleteEndpointEndpointIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete endpoint endpoint Id not found response has a 3xx status code

func (*DeleteEndpointEndpointIDNotFound) IsServerError

func (o *DeleteEndpointEndpointIDNotFound) IsServerError() bool

IsServerError returns true when this delete endpoint endpoint Id not found response has a 5xx status code

func (*DeleteEndpointEndpointIDNotFound) IsSuccess

func (o *DeleteEndpointEndpointIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete endpoint endpoint Id not found response has a 2xx status code

func (*DeleteEndpointEndpointIDNotFound) String

type DeleteEndpointEndpointIDParams

type DeleteEndpointEndpointIDParams struct {

	/* EndpointID.

	   The UUID of the endpoint

	   Format: uuid
	*/
	EndpointID strfmt.UUID

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

DeleteEndpointEndpointIDParams contains all the parameters to send to the API endpoint

for the delete endpoint endpoint ID operation.

Typically these are written to a http.Request.

func NewDeleteEndpointEndpointIDParams

func NewDeleteEndpointEndpointIDParams() *DeleteEndpointEndpointIDParams

NewDeleteEndpointEndpointIDParams creates a new DeleteEndpointEndpointIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteEndpointEndpointIDParamsWithContext

func NewDeleteEndpointEndpointIDParamsWithContext(ctx context.Context) *DeleteEndpointEndpointIDParams

NewDeleteEndpointEndpointIDParamsWithContext creates a new DeleteEndpointEndpointIDParams object with the ability to set a context for a request.

func NewDeleteEndpointEndpointIDParamsWithHTTPClient

func NewDeleteEndpointEndpointIDParamsWithHTTPClient(client *http.Client) *DeleteEndpointEndpointIDParams

NewDeleteEndpointEndpointIDParamsWithHTTPClient creates a new DeleteEndpointEndpointIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEndpointEndpointIDParamsWithTimeout

func NewDeleteEndpointEndpointIDParamsWithTimeout(timeout time.Duration) *DeleteEndpointEndpointIDParams

NewDeleteEndpointEndpointIDParamsWithTimeout creates a new DeleteEndpointEndpointIDParams object with the ability to set a timeout on a request.

func (*DeleteEndpointEndpointIDParams) SetContext

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

SetContext adds the context to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) SetDefaults

func (o *DeleteEndpointEndpointIDParams) SetDefaults()

SetDefaults hydrates default values in the delete endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteEndpointEndpointIDParams) SetEndpointID

func (o *DeleteEndpointEndpointIDParams) SetEndpointID(endpointID strfmt.UUID)

SetEndpointID adds the endpointId to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) WithContext

WithContext adds the context to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) WithDefaults

WithDefaults hydrates default values in the delete endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteEndpointEndpointIDParams) WithEndpointID

WithEndpointID adds the endpointID to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) WithTimeout

WithTimeout adds the timeout to the delete endpoint endpoint ID params

func (*DeleteEndpointEndpointIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEndpointEndpointIDReader

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

DeleteEndpointEndpointIDReader is a Reader for the DeleteEndpointEndpointID structure.

func (*DeleteEndpointEndpointIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEndpointEndpointIDUnauthorized

type DeleteEndpointEndpointIDUnauthorized struct {
	Payload *models.Error
}

DeleteEndpointEndpointIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteEndpointEndpointIDUnauthorized

func NewDeleteEndpointEndpointIDUnauthorized() *DeleteEndpointEndpointIDUnauthorized

NewDeleteEndpointEndpointIDUnauthorized creates a DeleteEndpointEndpointIDUnauthorized with default headers values

func (*DeleteEndpointEndpointIDUnauthorized) Code

Code gets the status code for the delete endpoint endpoint Id unauthorized response

func (*DeleteEndpointEndpointIDUnauthorized) Error

func (*DeleteEndpointEndpointIDUnauthorized) GetPayload

func (*DeleteEndpointEndpointIDUnauthorized) IsClientError

func (o *DeleteEndpointEndpointIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete endpoint endpoint Id unauthorized response has a 4xx status code

func (*DeleteEndpointEndpointIDUnauthorized) IsCode

IsCode returns true when this delete endpoint endpoint Id unauthorized response a status code equal to that given

func (*DeleteEndpointEndpointIDUnauthorized) IsRedirect

IsRedirect returns true when this delete endpoint endpoint Id unauthorized response has a 3xx status code

func (*DeleteEndpointEndpointIDUnauthorized) IsServerError

func (o *DeleteEndpointEndpointIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete endpoint endpoint Id unauthorized response has a 5xx status code

func (*DeleteEndpointEndpointIDUnauthorized) IsSuccess

IsSuccess returns true when this delete endpoint endpoint Id unauthorized response has a 2xx status code

func (*DeleteEndpointEndpointIDUnauthorized) String

type DeleteEndpointEndpointIDUnprocessableEntity

type DeleteEndpointEndpointIDUnprocessableEntity struct {
	Payload *models.Error
}

DeleteEndpointEndpointIDUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Content

func NewDeleteEndpointEndpointIDUnprocessableEntity

func NewDeleteEndpointEndpointIDUnprocessableEntity() *DeleteEndpointEndpointIDUnprocessableEntity

NewDeleteEndpointEndpointIDUnprocessableEntity creates a DeleteEndpointEndpointIDUnprocessableEntity with default headers values

func (*DeleteEndpointEndpointIDUnprocessableEntity) Code

Code gets the status code for the delete endpoint endpoint Id unprocessable entity response

func (*DeleteEndpointEndpointIDUnprocessableEntity) Error

func (*DeleteEndpointEndpointIDUnprocessableEntity) GetPayload

func (*DeleteEndpointEndpointIDUnprocessableEntity) IsClientError

IsClientError returns true when this delete endpoint endpoint Id unprocessable entity response has a 4xx status code

func (*DeleteEndpointEndpointIDUnprocessableEntity) IsCode

IsCode returns true when this delete endpoint endpoint Id unprocessable entity response a status code equal to that given

func (*DeleteEndpointEndpointIDUnprocessableEntity) IsRedirect

IsRedirect returns true when this delete endpoint endpoint Id unprocessable entity response has a 3xx status code

func (*DeleteEndpointEndpointIDUnprocessableEntity) IsServerError

IsServerError returns true when this delete endpoint endpoint Id unprocessable entity response has a 5xx status code

func (*DeleteEndpointEndpointIDUnprocessableEntity) IsSuccess

IsSuccess returns true when this delete endpoint endpoint Id unprocessable entity response has a 2xx status code

func (*DeleteEndpointEndpointIDUnprocessableEntity) String

type GetEndpointBadRequest

type GetEndpointBadRequest struct {
	Payload *models.Error
}

GetEndpointBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetEndpointBadRequest

func NewGetEndpointBadRequest() *GetEndpointBadRequest

NewGetEndpointBadRequest creates a GetEndpointBadRequest with default headers values

func (*GetEndpointBadRequest) Code

func (o *GetEndpointBadRequest) Code() int

Code gets the status code for the get endpoint bad request response

func (*GetEndpointBadRequest) Error

func (o *GetEndpointBadRequest) Error() string

func (*GetEndpointBadRequest) GetPayload

func (o *GetEndpointBadRequest) GetPayload() *models.Error

func (*GetEndpointBadRequest) IsClientError

func (o *GetEndpointBadRequest) IsClientError() bool

IsClientError returns true when this get endpoint bad request response has a 4xx status code

func (*GetEndpointBadRequest) IsCode

func (o *GetEndpointBadRequest) IsCode(code int) bool

IsCode returns true when this get endpoint bad request response a status code equal to that given

func (*GetEndpointBadRequest) IsRedirect

func (o *GetEndpointBadRequest) IsRedirect() bool

IsRedirect returns true when this get endpoint bad request response has a 3xx status code

func (*GetEndpointBadRequest) IsServerError

func (o *GetEndpointBadRequest) IsServerError() bool

IsServerError returns true when this get endpoint bad request response has a 5xx status code

func (*GetEndpointBadRequest) IsSuccess

func (o *GetEndpointBadRequest) IsSuccess() bool

IsSuccess returns true when this get endpoint bad request response has a 2xx status code

func (*GetEndpointBadRequest) String

func (o *GetEndpointBadRequest) String() string

type GetEndpointEndpointIDForbidden

type GetEndpointEndpointIDForbidden struct {
	Payload *models.Error
}

GetEndpointEndpointIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetEndpointEndpointIDForbidden

func NewGetEndpointEndpointIDForbidden() *GetEndpointEndpointIDForbidden

NewGetEndpointEndpointIDForbidden creates a GetEndpointEndpointIDForbidden with default headers values

func (*GetEndpointEndpointIDForbidden) Code

Code gets the status code for the get endpoint endpoint Id forbidden response

func (*GetEndpointEndpointIDForbidden) Error

func (*GetEndpointEndpointIDForbidden) GetPayload

func (o *GetEndpointEndpointIDForbidden) GetPayload() *models.Error

func (*GetEndpointEndpointIDForbidden) IsClientError

func (o *GetEndpointEndpointIDForbidden) IsClientError() bool

IsClientError returns true when this get endpoint endpoint Id forbidden response has a 4xx status code

func (*GetEndpointEndpointIDForbidden) IsCode

func (o *GetEndpointEndpointIDForbidden) IsCode(code int) bool

IsCode returns true when this get endpoint endpoint Id forbidden response a status code equal to that given

func (*GetEndpointEndpointIDForbidden) IsRedirect

func (o *GetEndpointEndpointIDForbidden) IsRedirect() bool

IsRedirect returns true when this get endpoint endpoint Id forbidden response has a 3xx status code

func (*GetEndpointEndpointIDForbidden) IsServerError

func (o *GetEndpointEndpointIDForbidden) IsServerError() bool

IsServerError returns true when this get endpoint endpoint Id forbidden response has a 5xx status code

func (*GetEndpointEndpointIDForbidden) IsSuccess

func (o *GetEndpointEndpointIDForbidden) IsSuccess() bool

IsSuccess returns true when this get endpoint endpoint Id forbidden response has a 2xx status code

func (*GetEndpointEndpointIDForbidden) String

type GetEndpointEndpointIDNotFound

type GetEndpointEndpointIDNotFound struct {
}

GetEndpointEndpointIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetEndpointEndpointIDNotFound

func NewGetEndpointEndpointIDNotFound() *GetEndpointEndpointIDNotFound

NewGetEndpointEndpointIDNotFound creates a GetEndpointEndpointIDNotFound with default headers values

func (*GetEndpointEndpointIDNotFound) Code

Code gets the status code for the get endpoint endpoint Id not found response

func (*GetEndpointEndpointIDNotFound) Error

func (*GetEndpointEndpointIDNotFound) IsClientError

func (o *GetEndpointEndpointIDNotFound) IsClientError() bool

IsClientError returns true when this get endpoint endpoint Id not found response has a 4xx status code

func (*GetEndpointEndpointIDNotFound) IsCode

func (o *GetEndpointEndpointIDNotFound) IsCode(code int) bool

IsCode returns true when this get endpoint endpoint Id not found response a status code equal to that given

func (*GetEndpointEndpointIDNotFound) IsRedirect

func (o *GetEndpointEndpointIDNotFound) IsRedirect() bool

IsRedirect returns true when this get endpoint endpoint Id not found response has a 3xx status code

func (*GetEndpointEndpointIDNotFound) IsServerError

func (o *GetEndpointEndpointIDNotFound) IsServerError() bool

IsServerError returns true when this get endpoint endpoint Id not found response has a 5xx status code

func (*GetEndpointEndpointIDNotFound) IsSuccess

func (o *GetEndpointEndpointIDNotFound) IsSuccess() bool

IsSuccess returns true when this get endpoint endpoint Id not found response has a 2xx status code

func (*GetEndpointEndpointIDNotFound) String

type GetEndpointEndpointIDOK

type GetEndpointEndpointIDOK struct {
	Payload *models.Endpoint
}

GetEndpointEndpointIDOK describes a response with status code 200, with default header values.

An endpoint detail.

func NewGetEndpointEndpointIDOK

func NewGetEndpointEndpointIDOK() *GetEndpointEndpointIDOK

NewGetEndpointEndpointIDOK creates a GetEndpointEndpointIDOK with default headers values

func (*GetEndpointEndpointIDOK) Code

func (o *GetEndpointEndpointIDOK) Code() int

Code gets the status code for the get endpoint endpoint Id o k response

func (*GetEndpointEndpointIDOK) Error

func (o *GetEndpointEndpointIDOK) Error() string

func (*GetEndpointEndpointIDOK) GetPayload

func (o *GetEndpointEndpointIDOK) GetPayload() *models.Endpoint

func (*GetEndpointEndpointIDOK) IsClientError

func (o *GetEndpointEndpointIDOK) IsClientError() bool

IsClientError returns true when this get endpoint endpoint Id o k response has a 4xx status code

func (*GetEndpointEndpointIDOK) IsCode

func (o *GetEndpointEndpointIDOK) IsCode(code int) bool

IsCode returns true when this get endpoint endpoint Id o k response a status code equal to that given

func (*GetEndpointEndpointIDOK) IsRedirect

func (o *GetEndpointEndpointIDOK) IsRedirect() bool

IsRedirect returns true when this get endpoint endpoint Id o k response has a 3xx status code

func (*GetEndpointEndpointIDOK) IsServerError

func (o *GetEndpointEndpointIDOK) IsServerError() bool

IsServerError returns true when this get endpoint endpoint Id o k response has a 5xx status code

func (*GetEndpointEndpointIDOK) IsSuccess

func (o *GetEndpointEndpointIDOK) IsSuccess() bool

IsSuccess returns true when this get endpoint endpoint Id o k response has a 2xx status code

func (*GetEndpointEndpointIDOK) String

func (o *GetEndpointEndpointIDOK) String() string

type GetEndpointEndpointIDParams

type GetEndpointEndpointIDParams struct {

	/* EndpointID.

	   The UUID of the endpoint

	   Format: uuid
	*/
	EndpointID strfmt.UUID

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

GetEndpointEndpointIDParams contains all the parameters to send to the API endpoint

for the get endpoint endpoint ID operation.

Typically these are written to a http.Request.

func NewGetEndpointEndpointIDParams

func NewGetEndpointEndpointIDParams() *GetEndpointEndpointIDParams

NewGetEndpointEndpointIDParams creates a new GetEndpointEndpointIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetEndpointEndpointIDParamsWithContext

func NewGetEndpointEndpointIDParamsWithContext(ctx context.Context) *GetEndpointEndpointIDParams

NewGetEndpointEndpointIDParamsWithContext creates a new GetEndpointEndpointIDParams object with the ability to set a context for a request.

func NewGetEndpointEndpointIDParamsWithHTTPClient

func NewGetEndpointEndpointIDParamsWithHTTPClient(client *http.Client) *GetEndpointEndpointIDParams

NewGetEndpointEndpointIDParamsWithHTTPClient creates a new GetEndpointEndpointIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetEndpointEndpointIDParamsWithTimeout

func NewGetEndpointEndpointIDParamsWithTimeout(timeout time.Duration) *GetEndpointEndpointIDParams

NewGetEndpointEndpointIDParamsWithTimeout creates a new GetEndpointEndpointIDParams object with the ability to set a timeout on a request.

func (*GetEndpointEndpointIDParams) SetContext

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

SetContext adds the context to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) SetDefaults

func (o *GetEndpointEndpointIDParams) SetDefaults()

SetDefaults hydrates default values in the get endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetEndpointEndpointIDParams) SetEndpointID

func (o *GetEndpointEndpointIDParams) SetEndpointID(endpointID strfmt.UUID)

SetEndpointID adds the endpointId to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) SetTimeout

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

SetTimeout adds the timeout to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) WithContext

WithContext adds the context to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) WithDefaults

WithDefaults hydrates default values in the get endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetEndpointEndpointIDParams) WithEndpointID

func (o *GetEndpointEndpointIDParams) WithEndpointID(endpointID strfmt.UUID) *GetEndpointEndpointIDParams

WithEndpointID adds the endpointID to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) WithTimeout

WithTimeout adds the timeout to the get endpoint endpoint ID params

func (*GetEndpointEndpointIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEndpointEndpointIDReader

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

GetEndpointEndpointIDReader is a Reader for the GetEndpointEndpointID structure.

func (*GetEndpointEndpointIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEndpointEndpointIDUnauthorized

type GetEndpointEndpointIDUnauthorized struct {
	Payload *models.Error
}

GetEndpointEndpointIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetEndpointEndpointIDUnauthorized

func NewGetEndpointEndpointIDUnauthorized() *GetEndpointEndpointIDUnauthorized

NewGetEndpointEndpointIDUnauthorized creates a GetEndpointEndpointIDUnauthorized with default headers values

func (*GetEndpointEndpointIDUnauthorized) Code

Code gets the status code for the get endpoint endpoint Id unauthorized response

func (*GetEndpointEndpointIDUnauthorized) Error

func (*GetEndpointEndpointIDUnauthorized) GetPayload

func (*GetEndpointEndpointIDUnauthorized) IsClientError

func (o *GetEndpointEndpointIDUnauthorized) IsClientError() bool

IsClientError returns true when this get endpoint endpoint Id unauthorized response has a 4xx status code

func (*GetEndpointEndpointIDUnauthorized) IsCode

func (o *GetEndpointEndpointIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get endpoint endpoint Id unauthorized response a status code equal to that given

func (*GetEndpointEndpointIDUnauthorized) IsRedirect

func (o *GetEndpointEndpointIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get endpoint endpoint Id unauthorized response has a 3xx status code

func (*GetEndpointEndpointIDUnauthorized) IsServerError

func (o *GetEndpointEndpointIDUnauthorized) IsServerError() bool

IsServerError returns true when this get endpoint endpoint Id unauthorized response has a 5xx status code

func (*GetEndpointEndpointIDUnauthorized) IsSuccess

func (o *GetEndpointEndpointIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get endpoint endpoint Id unauthorized response has a 2xx status code

func (*GetEndpointEndpointIDUnauthorized) String

type GetEndpointEndpointIDUnprocessableEntity

type GetEndpointEndpointIDUnprocessableEntity struct {
	Payload *models.Error
}

GetEndpointEndpointIDUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Content

func NewGetEndpointEndpointIDUnprocessableEntity

func NewGetEndpointEndpointIDUnprocessableEntity() *GetEndpointEndpointIDUnprocessableEntity

NewGetEndpointEndpointIDUnprocessableEntity creates a GetEndpointEndpointIDUnprocessableEntity with default headers values

func (*GetEndpointEndpointIDUnprocessableEntity) Code

Code gets the status code for the get endpoint endpoint Id unprocessable entity response

func (*GetEndpointEndpointIDUnprocessableEntity) Error

func (*GetEndpointEndpointIDUnprocessableEntity) GetPayload

func (*GetEndpointEndpointIDUnprocessableEntity) IsClientError

IsClientError returns true when this get endpoint endpoint Id unprocessable entity response has a 4xx status code

func (*GetEndpointEndpointIDUnprocessableEntity) IsCode

IsCode returns true when this get endpoint endpoint Id unprocessable entity response a status code equal to that given

func (*GetEndpointEndpointIDUnprocessableEntity) IsRedirect

IsRedirect returns true when this get endpoint endpoint Id unprocessable entity response has a 3xx status code

func (*GetEndpointEndpointIDUnprocessableEntity) IsServerError

IsServerError returns true when this get endpoint endpoint Id unprocessable entity response has a 5xx status code

func (*GetEndpointEndpointIDUnprocessableEntity) IsSuccess

IsSuccess returns true when this get endpoint endpoint Id unprocessable entity response has a 2xx status code

func (*GetEndpointEndpointIDUnprocessableEntity) String

type GetEndpointForbidden

type GetEndpointForbidden struct {
}

GetEndpointForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetEndpointForbidden

func NewGetEndpointForbidden() *GetEndpointForbidden

NewGetEndpointForbidden creates a GetEndpointForbidden with default headers values

func (*GetEndpointForbidden) Code

func (o *GetEndpointForbidden) Code() int

Code gets the status code for the get endpoint forbidden response

func (*GetEndpointForbidden) Error

func (o *GetEndpointForbidden) Error() string

func (*GetEndpointForbidden) IsClientError

func (o *GetEndpointForbidden) IsClientError() bool

IsClientError returns true when this get endpoint forbidden response has a 4xx status code

func (*GetEndpointForbidden) IsCode

func (o *GetEndpointForbidden) IsCode(code int) bool

IsCode returns true when this get endpoint forbidden response a status code equal to that given

func (*GetEndpointForbidden) IsRedirect

func (o *GetEndpointForbidden) IsRedirect() bool

IsRedirect returns true when this get endpoint forbidden response has a 3xx status code

func (*GetEndpointForbidden) IsServerError

func (o *GetEndpointForbidden) IsServerError() bool

IsServerError returns true when this get endpoint forbidden response has a 5xx status code

func (*GetEndpointForbidden) IsSuccess

func (o *GetEndpointForbidden) IsSuccess() bool

IsSuccess returns true when this get endpoint forbidden response has a 2xx status code

func (*GetEndpointForbidden) String

func (o *GetEndpointForbidden) String() string

type GetEndpointOK

type GetEndpointOK struct {
	Payload *GetEndpointOKBody
}

GetEndpointOK describes a response with status code 200, with default header values.

An array of endpoints.

func NewGetEndpointOK

func NewGetEndpointOK() *GetEndpointOK

NewGetEndpointOK creates a GetEndpointOK with default headers values

func (*GetEndpointOK) Code

func (o *GetEndpointOK) Code() int

Code gets the status code for the get endpoint o k response

func (*GetEndpointOK) Error

func (o *GetEndpointOK) Error() string

func (*GetEndpointOK) GetPayload

func (o *GetEndpointOK) GetPayload() *GetEndpointOKBody

func (*GetEndpointOK) IsClientError

func (o *GetEndpointOK) IsClientError() bool

IsClientError returns true when this get endpoint o k response has a 4xx status code

func (*GetEndpointOK) IsCode

func (o *GetEndpointOK) IsCode(code int) bool

IsCode returns true when this get endpoint o k response a status code equal to that given

func (*GetEndpointOK) IsRedirect

func (o *GetEndpointOK) IsRedirect() bool

IsRedirect returns true when this get endpoint o k response has a 3xx status code

func (*GetEndpointOK) IsServerError

func (o *GetEndpointOK) IsServerError() bool

IsServerError returns true when this get endpoint o k response has a 5xx status code

func (*GetEndpointOK) IsSuccess

func (o *GetEndpointOK) IsSuccess() bool

IsSuccess returns true when this get endpoint o k response has a 2xx status code

func (*GetEndpointOK) String

func (o *GetEndpointOK) String() string

type GetEndpointOKBody

type GetEndpointOKBody struct {

	// items
	Items []*models.Endpoint `json:"items"`

	// links
	Links []*models.Link `json:"links,omitempty"`
}

GetEndpointOKBody get endpoint o k body swagger:model GetEndpointOKBody

func (*GetEndpointOKBody) ContextValidate

func (o *GetEndpointOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get endpoint o k body based on the context it is used

func (*GetEndpointOKBody) MarshalBinary

func (o *GetEndpointOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetEndpointOKBody) UnmarshalBinary

func (o *GetEndpointOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetEndpointOKBody) Validate

func (o *GetEndpointOKBody) Validate(formats strfmt.Registry) error

Validate validates this get endpoint o k body

type GetEndpointParams

type GetEndpointParams struct {

	/* Limit.

	   Sets the page size.
	*/
	Limit *int64

	/* Marker.

	   Pagination ID of the last item in the previous list.

	   Format: uuid
	*/
	Marker *strfmt.UUID

	/* NotTags.

	     Filter for resources not having tags, multiple not-tags are considered as logical AND.
	Should be provided in a comma separated list.

	*/
	NotTags []string

	/* NotTagsAny.

	     Filter for resources not having tags, multiple tags are considered as logical OR.
	Should be provided in a comma separated list.

	*/
	NotTagsAny []string

	/* PageReverse.

	   Sets the page direction.
	*/
	PageReverse *bool

	/* ProjectID.

	   Filter for resources belonging or accessible by a specific project.

	*/
	ProjectID *string

	/* Sort.

	   Comma-separated list of sort keys, optionally prefix with - to reverse sort order.
	*/
	Sort *string

	/* Tags.

	     Filter for tags, multiple tags are considered as logical AND.
	Should be provided in a comma separated list.

	*/
	Tags []string

	/* TagsAny.

	     Filter for tags, multiple tags are considered as logical OR.
	Should be provided in a comma separated list.

	*/
	TagsAny []string

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

GetEndpointParams contains all the parameters to send to the API endpoint

for the get endpoint operation.

Typically these are written to a http.Request.

func NewGetEndpointParams

func NewGetEndpointParams() *GetEndpointParams

NewGetEndpointParams creates a new GetEndpointParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetEndpointParamsWithContext

func NewGetEndpointParamsWithContext(ctx context.Context) *GetEndpointParams

NewGetEndpointParamsWithContext creates a new GetEndpointParams object with the ability to set a context for a request.

func NewGetEndpointParamsWithHTTPClient

func NewGetEndpointParamsWithHTTPClient(client *http.Client) *GetEndpointParams

NewGetEndpointParamsWithHTTPClient creates a new GetEndpointParams object with the ability to set a custom HTTPClient for a request.

func NewGetEndpointParamsWithTimeout

func NewGetEndpointParamsWithTimeout(timeout time.Duration) *GetEndpointParams

NewGetEndpointParamsWithTimeout creates a new GetEndpointParams object with the ability to set a timeout on a request.

func (*GetEndpointParams) SetContext

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

SetContext adds the context to the get endpoint params

func (*GetEndpointParams) SetDefaults

func (o *GetEndpointParams) SetDefaults()

SetDefaults hydrates default values in the get endpoint params (not the query body).

All values with no default are reset to their zero value.

func (*GetEndpointParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get endpoint params

func (*GetEndpointParams) SetLimit

func (o *GetEndpointParams) SetLimit(limit *int64)

SetLimit adds the limit to the get endpoint params

func (*GetEndpointParams) SetMarker

func (o *GetEndpointParams) SetMarker(marker *strfmt.UUID)

SetMarker adds the marker to the get endpoint params

func (*GetEndpointParams) SetNotTags

func (o *GetEndpointParams) SetNotTags(notTags []string)

SetNotTags adds the notTags to the get endpoint params

func (*GetEndpointParams) SetNotTagsAny

func (o *GetEndpointParams) SetNotTagsAny(notTagsAny []string)

SetNotTagsAny adds the notTagsAny to the get endpoint params

func (*GetEndpointParams) SetPageReverse

func (o *GetEndpointParams) SetPageReverse(pageReverse *bool)

SetPageReverse adds the pageReverse to the get endpoint params

func (*GetEndpointParams) SetProjectID

func (o *GetEndpointParams) SetProjectID(projectID *string)

SetProjectID adds the projectId to the get endpoint params

func (*GetEndpointParams) SetSort

func (o *GetEndpointParams) SetSort(sort *string)

SetSort adds the sort to the get endpoint params

func (*GetEndpointParams) SetTags

func (o *GetEndpointParams) SetTags(tags []string)

SetTags adds the tags to the get endpoint params

func (*GetEndpointParams) SetTagsAny

func (o *GetEndpointParams) SetTagsAny(tagsAny []string)

SetTagsAny adds the tagsAny to the get endpoint params

func (*GetEndpointParams) SetTimeout

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

SetTimeout adds the timeout to the get endpoint params

func (*GetEndpointParams) WithContext

func (o *GetEndpointParams) WithContext(ctx context.Context) *GetEndpointParams

WithContext adds the context to the get endpoint params

func (*GetEndpointParams) WithDefaults

func (o *GetEndpointParams) WithDefaults() *GetEndpointParams

WithDefaults hydrates default values in the get endpoint params (not the query body).

All values with no default are reset to their zero value.

func (*GetEndpointParams) WithHTTPClient

func (o *GetEndpointParams) WithHTTPClient(client *http.Client) *GetEndpointParams

WithHTTPClient adds the HTTPClient to the get endpoint params

func (*GetEndpointParams) WithLimit

func (o *GetEndpointParams) WithLimit(limit *int64) *GetEndpointParams

WithLimit adds the limit to the get endpoint params

func (*GetEndpointParams) WithMarker

func (o *GetEndpointParams) WithMarker(marker *strfmt.UUID) *GetEndpointParams

WithMarker adds the marker to the get endpoint params

func (*GetEndpointParams) WithNotTags

func (o *GetEndpointParams) WithNotTags(notTags []string) *GetEndpointParams

WithNotTags adds the notTags to the get endpoint params

func (*GetEndpointParams) WithNotTagsAny

func (o *GetEndpointParams) WithNotTagsAny(notTagsAny []string) *GetEndpointParams

WithNotTagsAny adds the notTagsAny to the get endpoint params

func (*GetEndpointParams) WithPageReverse

func (o *GetEndpointParams) WithPageReverse(pageReverse *bool) *GetEndpointParams

WithPageReverse adds the pageReverse to the get endpoint params

func (*GetEndpointParams) WithProjectID

func (o *GetEndpointParams) WithProjectID(projectID *string) *GetEndpointParams

WithProjectID adds the projectID to the get endpoint params

func (*GetEndpointParams) WithSort

func (o *GetEndpointParams) WithSort(sort *string) *GetEndpointParams

WithSort adds the sort to the get endpoint params

func (*GetEndpointParams) WithTags

func (o *GetEndpointParams) WithTags(tags []string) *GetEndpointParams

WithTags adds the tags to the get endpoint params

func (*GetEndpointParams) WithTagsAny

func (o *GetEndpointParams) WithTagsAny(tagsAny []string) *GetEndpointParams

WithTagsAny adds the tagsAny to the get endpoint params

func (*GetEndpointParams) WithTimeout

func (o *GetEndpointParams) WithTimeout(timeout time.Duration) *GetEndpointParams

WithTimeout adds the timeout to the get endpoint params

func (*GetEndpointParams) WriteToRequest

func (o *GetEndpointParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetEndpointReader

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

GetEndpointReader is a Reader for the GetEndpoint structure.

func (*GetEndpointReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEndpointUnauthorized

type GetEndpointUnauthorized struct {
	Payload *models.Error
}

GetEndpointUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetEndpointUnauthorized

func NewGetEndpointUnauthorized() *GetEndpointUnauthorized

NewGetEndpointUnauthorized creates a GetEndpointUnauthorized with default headers values

func (*GetEndpointUnauthorized) Code

func (o *GetEndpointUnauthorized) Code() int

Code gets the status code for the get endpoint unauthorized response

func (*GetEndpointUnauthorized) Error

func (o *GetEndpointUnauthorized) Error() string

func (*GetEndpointUnauthorized) GetPayload

func (o *GetEndpointUnauthorized) GetPayload() *models.Error

func (*GetEndpointUnauthorized) IsClientError

func (o *GetEndpointUnauthorized) IsClientError() bool

IsClientError returns true when this get endpoint unauthorized response has a 4xx status code

func (*GetEndpointUnauthorized) IsCode

func (o *GetEndpointUnauthorized) IsCode(code int) bool

IsCode returns true when this get endpoint unauthorized response a status code equal to that given

func (*GetEndpointUnauthorized) IsRedirect

func (o *GetEndpointUnauthorized) IsRedirect() bool

IsRedirect returns true when this get endpoint unauthorized response has a 3xx status code

func (*GetEndpointUnauthorized) IsServerError

func (o *GetEndpointUnauthorized) IsServerError() bool

IsServerError returns true when this get endpoint unauthorized response has a 5xx status code

func (*GetEndpointUnauthorized) IsSuccess

func (o *GetEndpointUnauthorized) IsSuccess() bool

IsSuccess returns true when this get endpoint unauthorized response has a 2xx status code

func (*GetEndpointUnauthorized) String

func (o *GetEndpointUnauthorized) String() string

type GetEndpointUnprocessableEntity

type GetEndpointUnprocessableEntity struct {
	Payload *models.Error
}

GetEndpointUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Content

func NewGetEndpointUnprocessableEntity

func NewGetEndpointUnprocessableEntity() *GetEndpointUnprocessableEntity

NewGetEndpointUnprocessableEntity creates a GetEndpointUnprocessableEntity with default headers values

func (*GetEndpointUnprocessableEntity) Code

Code gets the status code for the get endpoint unprocessable entity response

func (*GetEndpointUnprocessableEntity) Error

func (*GetEndpointUnprocessableEntity) GetPayload

func (o *GetEndpointUnprocessableEntity) GetPayload() *models.Error

func (*GetEndpointUnprocessableEntity) IsClientError

func (o *GetEndpointUnprocessableEntity) IsClientError() bool

IsClientError returns true when this get endpoint unprocessable entity response has a 4xx status code

func (*GetEndpointUnprocessableEntity) IsCode

func (o *GetEndpointUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this get endpoint unprocessable entity response a status code equal to that given

func (*GetEndpointUnprocessableEntity) IsRedirect

func (o *GetEndpointUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this get endpoint unprocessable entity response has a 3xx status code

func (*GetEndpointUnprocessableEntity) IsServerError

func (o *GetEndpointUnprocessableEntity) IsServerError() bool

IsServerError returns true when this get endpoint unprocessable entity response has a 5xx status code

func (*GetEndpointUnprocessableEntity) IsSuccess

func (o *GetEndpointUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this get endpoint unprocessable entity response has a 2xx status code

func (*GetEndpointUnprocessableEntity) String

type PostEndpointBadRequest

type PostEndpointBadRequest struct {
	Payload *models.Error
}

PostEndpointBadRequest describes a response with status code 400, with default header values.

Bad request

func NewPostEndpointBadRequest

func NewPostEndpointBadRequest() *PostEndpointBadRequest

NewPostEndpointBadRequest creates a PostEndpointBadRequest with default headers values

func (*PostEndpointBadRequest) Code

func (o *PostEndpointBadRequest) Code() int

Code gets the status code for the post endpoint bad request response

func (*PostEndpointBadRequest) Error

func (o *PostEndpointBadRequest) Error() string

func (*PostEndpointBadRequest) GetPayload

func (o *PostEndpointBadRequest) GetPayload() *models.Error

func (*PostEndpointBadRequest) IsClientError

func (o *PostEndpointBadRequest) IsClientError() bool

IsClientError returns true when this post endpoint bad request response has a 4xx status code

func (*PostEndpointBadRequest) IsCode

func (o *PostEndpointBadRequest) IsCode(code int) bool

IsCode returns true when this post endpoint bad request response a status code equal to that given

func (*PostEndpointBadRequest) IsRedirect

func (o *PostEndpointBadRequest) IsRedirect() bool

IsRedirect returns true when this post endpoint bad request response has a 3xx status code

func (*PostEndpointBadRequest) IsServerError

func (o *PostEndpointBadRequest) IsServerError() bool

IsServerError returns true when this post endpoint bad request response has a 5xx status code

func (*PostEndpointBadRequest) IsSuccess

func (o *PostEndpointBadRequest) IsSuccess() bool

IsSuccess returns true when this post endpoint bad request response has a 2xx status code

func (*PostEndpointBadRequest) String

func (o *PostEndpointBadRequest) String() string

type PostEndpointCreated

type PostEndpointCreated struct {
	Payload *models.Endpoint
}

PostEndpointCreated describes a response with status code 201, with default header values.

Endpoint

func NewPostEndpointCreated

func NewPostEndpointCreated() *PostEndpointCreated

NewPostEndpointCreated creates a PostEndpointCreated with default headers values

func (*PostEndpointCreated) Code

func (o *PostEndpointCreated) Code() int

Code gets the status code for the post endpoint created response

func (*PostEndpointCreated) Error

func (o *PostEndpointCreated) Error() string

func (*PostEndpointCreated) GetPayload

func (o *PostEndpointCreated) GetPayload() *models.Endpoint

func (*PostEndpointCreated) IsClientError

func (o *PostEndpointCreated) IsClientError() bool

IsClientError returns true when this post endpoint created response has a 4xx status code

func (*PostEndpointCreated) IsCode

func (o *PostEndpointCreated) IsCode(code int) bool

IsCode returns true when this post endpoint created response a status code equal to that given

func (*PostEndpointCreated) IsRedirect

func (o *PostEndpointCreated) IsRedirect() bool

IsRedirect returns true when this post endpoint created response has a 3xx status code

func (*PostEndpointCreated) IsServerError

func (o *PostEndpointCreated) IsServerError() bool

IsServerError returns true when this post endpoint created response has a 5xx status code

func (*PostEndpointCreated) IsSuccess

func (o *PostEndpointCreated) IsSuccess() bool

IsSuccess returns true when this post endpoint created response has a 2xx status code

func (*PostEndpointCreated) String

func (o *PostEndpointCreated) String() string

type PostEndpointForbidden

type PostEndpointForbidden struct {
	Payload *models.Error
}

PostEndpointForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostEndpointForbidden

func NewPostEndpointForbidden() *PostEndpointForbidden

NewPostEndpointForbidden creates a PostEndpointForbidden with default headers values

func (*PostEndpointForbidden) Code

func (o *PostEndpointForbidden) Code() int

Code gets the status code for the post endpoint forbidden response

func (*PostEndpointForbidden) Error

func (o *PostEndpointForbidden) Error() string

func (*PostEndpointForbidden) GetPayload

func (o *PostEndpointForbidden) GetPayload() *models.Error

func (*PostEndpointForbidden) IsClientError

func (o *PostEndpointForbidden) IsClientError() bool

IsClientError returns true when this post endpoint forbidden response has a 4xx status code

func (*PostEndpointForbidden) IsCode

func (o *PostEndpointForbidden) IsCode(code int) bool

IsCode returns true when this post endpoint forbidden response a status code equal to that given

func (*PostEndpointForbidden) IsRedirect

func (o *PostEndpointForbidden) IsRedirect() bool

IsRedirect returns true when this post endpoint forbidden response has a 3xx status code

func (*PostEndpointForbidden) IsServerError

func (o *PostEndpointForbidden) IsServerError() bool

IsServerError returns true when this post endpoint forbidden response has a 5xx status code

func (*PostEndpointForbidden) IsSuccess

func (o *PostEndpointForbidden) IsSuccess() bool

IsSuccess returns true when this post endpoint forbidden response has a 2xx status code

func (*PostEndpointForbidden) String

func (o *PostEndpointForbidden) String() string

type PostEndpointParams

type PostEndpointParams struct {

	/* Body.

	   Service and target network to inject. Only one of `target_network`, `target_subnet` or `target_port` must be specified.
	*/
	Body *models.Endpoint

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

PostEndpointParams contains all the parameters to send to the API endpoint

for the post endpoint operation.

Typically these are written to a http.Request.

func NewPostEndpointParams

func NewPostEndpointParams() *PostEndpointParams

NewPostEndpointParams creates a new PostEndpointParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostEndpointParamsWithContext

func NewPostEndpointParamsWithContext(ctx context.Context) *PostEndpointParams

NewPostEndpointParamsWithContext creates a new PostEndpointParams object with the ability to set a context for a request.

func NewPostEndpointParamsWithHTTPClient

func NewPostEndpointParamsWithHTTPClient(client *http.Client) *PostEndpointParams

NewPostEndpointParamsWithHTTPClient creates a new PostEndpointParams object with the ability to set a custom HTTPClient for a request.

func NewPostEndpointParamsWithTimeout

func NewPostEndpointParamsWithTimeout(timeout time.Duration) *PostEndpointParams

NewPostEndpointParamsWithTimeout creates a new PostEndpointParams object with the ability to set a timeout on a request.

func (*PostEndpointParams) SetBody

func (o *PostEndpointParams) SetBody(body *models.Endpoint)

SetBody adds the body to the post endpoint params

func (*PostEndpointParams) SetContext

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

SetContext adds the context to the post endpoint params

func (*PostEndpointParams) SetDefaults

func (o *PostEndpointParams) SetDefaults()

SetDefaults hydrates default values in the post endpoint params (not the query body).

All values with no default are reset to their zero value.

func (*PostEndpointParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post endpoint params

func (*PostEndpointParams) SetTimeout

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

SetTimeout adds the timeout to the post endpoint params

func (*PostEndpointParams) WithBody

WithBody adds the body to the post endpoint params

func (*PostEndpointParams) WithContext

WithContext adds the context to the post endpoint params

func (*PostEndpointParams) WithDefaults

func (o *PostEndpointParams) WithDefaults() *PostEndpointParams

WithDefaults hydrates default values in the post endpoint params (not the query body).

All values with no default are reset to their zero value.

func (*PostEndpointParams) WithHTTPClient

func (o *PostEndpointParams) WithHTTPClient(client *http.Client) *PostEndpointParams

WithHTTPClient adds the HTTPClient to the post endpoint params

func (*PostEndpointParams) WithTimeout

func (o *PostEndpointParams) WithTimeout(timeout time.Duration) *PostEndpointParams

WithTimeout adds the timeout to the post endpoint params

func (*PostEndpointParams) WriteToRequest

func (o *PostEndpointParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostEndpointReader

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

PostEndpointReader is a Reader for the PostEndpoint structure.

func (*PostEndpointReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostEndpointUnauthorized

type PostEndpointUnauthorized struct {
	Payload *models.Error
}

PostEndpointUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostEndpointUnauthorized

func NewPostEndpointUnauthorized() *PostEndpointUnauthorized

NewPostEndpointUnauthorized creates a PostEndpointUnauthorized with default headers values

func (*PostEndpointUnauthorized) Code

func (o *PostEndpointUnauthorized) Code() int

Code gets the status code for the post endpoint unauthorized response

func (*PostEndpointUnauthorized) Error

func (o *PostEndpointUnauthorized) Error() string

func (*PostEndpointUnauthorized) GetPayload

func (o *PostEndpointUnauthorized) GetPayload() *models.Error

func (*PostEndpointUnauthorized) IsClientError

func (o *PostEndpointUnauthorized) IsClientError() bool

IsClientError returns true when this post endpoint unauthorized response has a 4xx status code

func (*PostEndpointUnauthorized) IsCode

func (o *PostEndpointUnauthorized) IsCode(code int) bool

IsCode returns true when this post endpoint unauthorized response a status code equal to that given

func (*PostEndpointUnauthorized) IsRedirect

func (o *PostEndpointUnauthorized) IsRedirect() bool

IsRedirect returns true when this post endpoint unauthorized response has a 3xx status code

func (*PostEndpointUnauthorized) IsServerError

func (o *PostEndpointUnauthorized) IsServerError() bool

IsServerError returns true when this post endpoint unauthorized response has a 5xx status code

func (*PostEndpointUnauthorized) IsSuccess

func (o *PostEndpointUnauthorized) IsSuccess() bool

IsSuccess returns true when this post endpoint unauthorized response has a 2xx status code

func (*PostEndpointUnauthorized) String

func (o *PostEndpointUnauthorized) String() string

type PostEndpointUnprocessableEntity

type PostEndpointUnprocessableEntity struct {
	Payload *models.Error
}

PostEndpointUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Content

func NewPostEndpointUnprocessableEntity

func NewPostEndpointUnprocessableEntity() *PostEndpointUnprocessableEntity

NewPostEndpointUnprocessableEntity creates a PostEndpointUnprocessableEntity with default headers values

func (*PostEndpointUnprocessableEntity) Code

Code gets the status code for the post endpoint unprocessable entity response

func (*PostEndpointUnprocessableEntity) Error

func (*PostEndpointUnprocessableEntity) GetPayload

func (o *PostEndpointUnprocessableEntity) GetPayload() *models.Error

func (*PostEndpointUnprocessableEntity) IsClientError

func (o *PostEndpointUnprocessableEntity) IsClientError() bool

IsClientError returns true when this post endpoint unprocessable entity response has a 4xx status code

func (*PostEndpointUnprocessableEntity) IsCode

func (o *PostEndpointUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this post endpoint unprocessable entity response a status code equal to that given

func (*PostEndpointUnprocessableEntity) IsRedirect

func (o *PostEndpointUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this post endpoint unprocessable entity response has a 3xx status code

func (*PostEndpointUnprocessableEntity) IsServerError

func (o *PostEndpointUnprocessableEntity) IsServerError() bool

IsServerError returns true when this post endpoint unprocessable entity response has a 5xx status code

func (*PostEndpointUnprocessableEntity) IsSuccess

func (o *PostEndpointUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this post endpoint unprocessable entity response has a 2xx status code

func (*PostEndpointUnprocessableEntity) String

type PutEndpointEndpointIDBody

type PutEndpointEndpointIDBody struct {

	// Description of the endpoint.
	// Example: An example of an endpoint.
	// Max Length: 255
	Description *string `json:"description,omitempty"`

	// Name of the endpoint.
	// Example: Example endpoint.
	// Max Length: 64
	Name *string `json:"name,omitempty"`

	// The list of tags on the resource.
	Tags []string `json:"tags"`
}

PutEndpointEndpointIDBody put endpoint endpoint ID body swagger:model PutEndpointEndpointIDBody

func (*PutEndpointEndpointIDBody) ContextValidate

func (o *PutEndpointEndpointIDBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this put endpoint endpoint ID body based on context it is used

func (*PutEndpointEndpointIDBody) MarshalBinary

func (o *PutEndpointEndpointIDBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutEndpointEndpointIDBody) UnmarshalBinary

func (o *PutEndpointEndpointIDBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutEndpointEndpointIDBody) Validate

func (o *PutEndpointEndpointIDBody) Validate(formats strfmt.Registry) error

Validate validates this put endpoint endpoint ID body

type PutEndpointEndpointIDForbidden

type PutEndpointEndpointIDForbidden struct {
	Payload *models.Error
}

PutEndpointEndpointIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutEndpointEndpointIDForbidden

func NewPutEndpointEndpointIDForbidden() *PutEndpointEndpointIDForbidden

NewPutEndpointEndpointIDForbidden creates a PutEndpointEndpointIDForbidden with default headers values

func (*PutEndpointEndpointIDForbidden) Code

Code gets the status code for the put endpoint endpoint Id forbidden response

func (*PutEndpointEndpointIDForbidden) Error

func (*PutEndpointEndpointIDForbidden) GetPayload

func (o *PutEndpointEndpointIDForbidden) GetPayload() *models.Error

func (*PutEndpointEndpointIDForbidden) IsClientError

func (o *PutEndpointEndpointIDForbidden) IsClientError() bool

IsClientError returns true when this put endpoint endpoint Id forbidden response has a 4xx status code

func (*PutEndpointEndpointIDForbidden) IsCode

func (o *PutEndpointEndpointIDForbidden) IsCode(code int) bool

IsCode returns true when this put endpoint endpoint Id forbidden response a status code equal to that given

func (*PutEndpointEndpointIDForbidden) IsRedirect

func (o *PutEndpointEndpointIDForbidden) IsRedirect() bool

IsRedirect returns true when this put endpoint endpoint Id forbidden response has a 3xx status code

func (*PutEndpointEndpointIDForbidden) IsServerError

func (o *PutEndpointEndpointIDForbidden) IsServerError() bool

IsServerError returns true when this put endpoint endpoint Id forbidden response has a 5xx status code

func (*PutEndpointEndpointIDForbidden) IsSuccess

func (o *PutEndpointEndpointIDForbidden) IsSuccess() bool

IsSuccess returns true when this put endpoint endpoint Id forbidden response has a 2xx status code

func (*PutEndpointEndpointIDForbidden) String

type PutEndpointEndpointIDNotFound

type PutEndpointEndpointIDNotFound struct {
	Payload *models.Error
}

PutEndpointEndpointIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutEndpointEndpointIDNotFound

func NewPutEndpointEndpointIDNotFound() *PutEndpointEndpointIDNotFound

NewPutEndpointEndpointIDNotFound creates a PutEndpointEndpointIDNotFound with default headers values

func (*PutEndpointEndpointIDNotFound) Code

Code gets the status code for the put endpoint endpoint Id not found response

func (*PutEndpointEndpointIDNotFound) Error

func (*PutEndpointEndpointIDNotFound) GetPayload

func (o *PutEndpointEndpointIDNotFound) GetPayload() *models.Error

func (*PutEndpointEndpointIDNotFound) IsClientError

func (o *PutEndpointEndpointIDNotFound) IsClientError() bool

IsClientError returns true when this put endpoint endpoint Id not found response has a 4xx status code

func (*PutEndpointEndpointIDNotFound) IsCode

func (o *PutEndpointEndpointIDNotFound) IsCode(code int) bool

IsCode returns true when this put endpoint endpoint Id not found response a status code equal to that given

func (*PutEndpointEndpointIDNotFound) IsRedirect

func (o *PutEndpointEndpointIDNotFound) IsRedirect() bool

IsRedirect returns true when this put endpoint endpoint Id not found response has a 3xx status code

func (*PutEndpointEndpointIDNotFound) IsServerError

func (o *PutEndpointEndpointIDNotFound) IsServerError() bool

IsServerError returns true when this put endpoint endpoint Id not found response has a 5xx status code

func (*PutEndpointEndpointIDNotFound) IsSuccess

func (o *PutEndpointEndpointIDNotFound) IsSuccess() bool

IsSuccess returns true when this put endpoint endpoint Id not found response has a 2xx status code

func (*PutEndpointEndpointIDNotFound) String

type PutEndpointEndpointIDOK

type PutEndpointEndpointIDOK struct {
	Payload *models.Endpoint
}

PutEndpointEndpointIDOK describes a response with status code 200, with default header values.

Endpoint

func NewPutEndpointEndpointIDOK

func NewPutEndpointEndpointIDOK() *PutEndpointEndpointIDOK

NewPutEndpointEndpointIDOK creates a PutEndpointEndpointIDOK with default headers values

func (*PutEndpointEndpointIDOK) Code

func (o *PutEndpointEndpointIDOK) Code() int

Code gets the status code for the put endpoint endpoint Id o k response

func (*PutEndpointEndpointIDOK) Error

func (o *PutEndpointEndpointIDOK) Error() string

func (*PutEndpointEndpointIDOK) GetPayload

func (o *PutEndpointEndpointIDOK) GetPayload() *models.Endpoint

func (*PutEndpointEndpointIDOK) IsClientError

func (o *PutEndpointEndpointIDOK) IsClientError() bool

IsClientError returns true when this put endpoint endpoint Id o k response has a 4xx status code

func (*PutEndpointEndpointIDOK) IsCode

func (o *PutEndpointEndpointIDOK) IsCode(code int) bool

IsCode returns true when this put endpoint endpoint Id o k response a status code equal to that given

func (*PutEndpointEndpointIDOK) IsRedirect

func (o *PutEndpointEndpointIDOK) IsRedirect() bool

IsRedirect returns true when this put endpoint endpoint Id o k response has a 3xx status code

func (*PutEndpointEndpointIDOK) IsServerError

func (o *PutEndpointEndpointIDOK) IsServerError() bool

IsServerError returns true when this put endpoint endpoint Id o k response has a 5xx status code

func (*PutEndpointEndpointIDOK) IsSuccess

func (o *PutEndpointEndpointIDOK) IsSuccess() bool

IsSuccess returns true when this put endpoint endpoint Id o k response has a 2xx status code

func (*PutEndpointEndpointIDOK) String

func (o *PutEndpointEndpointIDOK) String() string

type PutEndpointEndpointIDParams

type PutEndpointEndpointIDParams struct {

	/* Body.

	   Endpoint object that needs to be updated
	*/
	Body PutEndpointEndpointIDBody

	/* EndpointID.

	   The UUID of the endpoint

	   Format: uuid
	*/
	EndpointID strfmt.UUID

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

PutEndpointEndpointIDParams contains all the parameters to send to the API endpoint

for the put endpoint endpoint ID operation.

Typically these are written to a http.Request.

func NewPutEndpointEndpointIDParams

func NewPutEndpointEndpointIDParams() *PutEndpointEndpointIDParams

NewPutEndpointEndpointIDParams creates a new PutEndpointEndpointIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutEndpointEndpointIDParamsWithContext

func NewPutEndpointEndpointIDParamsWithContext(ctx context.Context) *PutEndpointEndpointIDParams

NewPutEndpointEndpointIDParamsWithContext creates a new PutEndpointEndpointIDParams object with the ability to set a context for a request.

func NewPutEndpointEndpointIDParamsWithHTTPClient

func NewPutEndpointEndpointIDParamsWithHTTPClient(client *http.Client) *PutEndpointEndpointIDParams

NewPutEndpointEndpointIDParamsWithHTTPClient creates a new PutEndpointEndpointIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutEndpointEndpointIDParamsWithTimeout

func NewPutEndpointEndpointIDParamsWithTimeout(timeout time.Duration) *PutEndpointEndpointIDParams

NewPutEndpointEndpointIDParamsWithTimeout creates a new PutEndpointEndpointIDParams object with the ability to set a timeout on a request.

func (*PutEndpointEndpointIDParams) SetBody

SetBody adds the body to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) SetContext

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

SetContext adds the context to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) SetDefaults

func (o *PutEndpointEndpointIDParams) SetDefaults()

SetDefaults hydrates default values in the put endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutEndpointEndpointIDParams) SetEndpointID

func (o *PutEndpointEndpointIDParams) SetEndpointID(endpointID strfmt.UUID)

SetEndpointID adds the endpointId to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) SetTimeout

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

SetTimeout adds the timeout to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WithBody

WithBody adds the body to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WithContext

WithContext adds the context to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WithDefaults

WithDefaults hydrates default values in the put endpoint endpoint ID params (not the query body).

All values with no default are reset to their zero value.

func (*PutEndpointEndpointIDParams) WithEndpointID

func (o *PutEndpointEndpointIDParams) WithEndpointID(endpointID strfmt.UUID) *PutEndpointEndpointIDParams

WithEndpointID adds the endpointID to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WithTimeout

WithTimeout adds the timeout to the put endpoint endpoint ID params

func (*PutEndpointEndpointIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutEndpointEndpointIDReader

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

PutEndpointEndpointIDReader is a Reader for the PutEndpointEndpointID structure.

func (*PutEndpointEndpointIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutEndpointEndpointIDUnauthorized

type PutEndpointEndpointIDUnauthorized struct {
	Payload *models.Error
}

PutEndpointEndpointIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutEndpointEndpointIDUnauthorized

func NewPutEndpointEndpointIDUnauthorized() *PutEndpointEndpointIDUnauthorized

NewPutEndpointEndpointIDUnauthorized creates a PutEndpointEndpointIDUnauthorized with default headers values

func (*PutEndpointEndpointIDUnauthorized) Code

Code gets the status code for the put endpoint endpoint Id unauthorized response

func (*PutEndpointEndpointIDUnauthorized) Error

func (*PutEndpointEndpointIDUnauthorized) GetPayload

func (*PutEndpointEndpointIDUnauthorized) IsClientError

func (o *PutEndpointEndpointIDUnauthorized) IsClientError() bool

IsClientError returns true when this put endpoint endpoint Id unauthorized response has a 4xx status code

func (*PutEndpointEndpointIDUnauthorized) IsCode

func (o *PutEndpointEndpointIDUnauthorized) IsCode(code int) bool

IsCode returns true when this put endpoint endpoint Id unauthorized response a status code equal to that given

func (*PutEndpointEndpointIDUnauthorized) IsRedirect

func (o *PutEndpointEndpointIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this put endpoint endpoint Id unauthorized response has a 3xx status code

func (*PutEndpointEndpointIDUnauthorized) IsServerError

func (o *PutEndpointEndpointIDUnauthorized) IsServerError() bool

IsServerError returns true when this put endpoint endpoint Id unauthorized response has a 5xx status code

func (*PutEndpointEndpointIDUnauthorized) IsSuccess

func (o *PutEndpointEndpointIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this put endpoint endpoint Id unauthorized response has a 2xx status code

func (*PutEndpointEndpointIDUnauthorized) String

type PutEndpointEndpointIDUnprocessableEntity

type PutEndpointEndpointIDUnprocessableEntity struct {
	Payload *models.Error
}

PutEndpointEndpointIDUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Content

func NewPutEndpointEndpointIDUnprocessableEntity

func NewPutEndpointEndpointIDUnprocessableEntity() *PutEndpointEndpointIDUnprocessableEntity

NewPutEndpointEndpointIDUnprocessableEntity creates a PutEndpointEndpointIDUnprocessableEntity with default headers values

func (*PutEndpointEndpointIDUnprocessableEntity) Code

Code gets the status code for the put endpoint endpoint Id unprocessable entity response

func (*PutEndpointEndpointIDUnprocessableEntity) Error

func (*PutEndpointEndpointIDUnprocessableEntity) GetPayload

func (*PutEndpointEndpointIDUnprocessableEntity) IsClientError

IsClientError returns true when this put endpoint endpoint Id unprocessable entity response has a 4xx status code

func (*PutEndpointEndpointIDUnprocessableEntity) IsCode

IsCode returns true when this put endpoint endpoint Id unprocessable entity response a status code equal to that given

func (*PutEndpointEndpointIDUnprocessableEntity) IsRedirect

IsRedirect returns true when this put endpoint endpoint Id unprocessable entity response has a 3xx status code

func (*PutEndpointEndpointIDUnprocessableEntity) IsServerError

IsServerError returns true when this put endpoint endpoint Id unprocessable entity response has a 5xx status code

func (*PutEndpointEndpointIDUnprocessableEntity) IsSuccess

IsSuccess returns true when this put endpoint endpoint Id unprocessable entity response has a 2xx status code

func (*PutEndpointEndpointIDUnprocessableEntity) String

Jump to

Keyboard shortcuts

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