prefilter

package
v1.20.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2026 License: Apache-2.0 Imports: 12 Imported by: 10

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 prefilter API.

func (*Client) DeletePrefilter

func (a *Client) DeletePrefilter(params *DeletePrefilterParams, opts ...ClientOption) (*DeletePrefilterOK, error)

DeletePrefilterdeletes list of c ID rs.

This method does not support injected context. However, timeout and opentracing contexts are honored whenever enabled.

If you need to pass a specific context, use Client.DeletePrefilterContext instead.

func (*Client) DeletePrefilterContext added in v1.20.0

func (a *Client) DeletePrefilterContext(ctx context.Context, params *DeletePrefilterParams, opts ...ClientOption) (*DeletePrefilterOK, error)

DeletePrefilterContextdeletes list of c ID rs.

Do not use the deprecated [DeletePrefilterParams.Context] with this method: it would be ignored.

func (*Client) GetPrefilter

func (a *Client) GetPrefilter(params *GetPrefilterParams, opts ...ClientOption) (*GetPrefilterOK, error)

GetPrefilterretrieves list of c ID rs.

This method does not support injected context. However, timeout and opentracing contexts are honored whenever enabled.

If you need to pass a specific context, use Client.GetPrefilterContext instead.

func (*Client) GetPrefilterContext added in v1.20.0

func (a *Client) GetPrefilterContext(ctx context.Context, params *GetPrefilterParams, opts ...ClientOption) (*GetPrefilterOK, error)

GetPrefilterContextretrieves list of c ID rs.

Do not use the deprecated [GetPrefilterParams.Context] with this method: it would be ignored.

func (*Client) PatchPrefilter

func (a *Client) PatchPrefilter(params *PatchPrefilterParams, opts ...ClientOption) (*PatchPrefilterOK, error)

PatchPrefilterupdates list of c ID rs.

This method does not support injected context. However, timeout and opentracing contexts are honored whenever enabled.

If you need to pass a specific context, use Client.PatchPrefilterContext instead.

func (*Client) PatchPrefilterContext added in v1.20.0

func (a *Client) PatchPrefilterContext(ctx context.Context, params *PatchPrefilterParams, opts ...ClientOption) (*PatchPrefilterOK, error)

PatchPrefilterContextupdates list of c ID rs.

Do not use the deprecated [PatchPrefilterParams.Context] with this method: it would be ignored.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {

	// DeletePrefilter delete list of c ID rs.
	DeletePrefilter(params *DeletePrefilterParams, opts ...ClientOption) (*DeletePrefilterOK, error)

	// DeletePrefilterContext delete list of c ID rs.
	DeletePrefilterContext(ctx context.Context, params *DeletePrefilterParams, opts ...ClientOption) (*DeletePrefilterOK, error)

	// GetPrefilter retrieve list of c ID rs.
	GetPrefilter(params *GetPrefilterParams, opts ...ClientOption) (*GetPrefilterOK, error)

	// GetPrefilterContext retrieve list of c ID rs.
	GetPrefilterContext(ctx context.Context, params *GetPrefilterParams, opts ...ClientOption) (*GetPrefilterOK, error)

	// PatchPrefilter update list of c ID rs.
	PatchPrefilter(params *PatchPrefilterParams, opts ...ClientOption) (*PatchPrefilterOK, error)

	// PatchPrefilterContext update list of c ID rs.
	PatchPrefilterContext(ctx context.Context, params *PatchPrefilterParams, opts ...ClientOption) (*PatchPrefilterOK, error)

	SetTransport(transport runtime.ContextualTransport)
}

ClientService is the interface for Client methods.

func New

New creates a new prefilter API client.

func NewClientWithBasicAuth added in v1.16.5

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new prefilter API client with basic auth credentials.

It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken added in v1.16.5

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new prefilter API client with a bearer token for authentication.

It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type DeletePrefilterFailure

type DeletePrefilterFailure struct {
	Payload models.Error
}

DeletePrefilterFailure describes a response with status code 500, with default header values.

Prefilter delete failed

func NewDeletePrefilterFailure

func NewDeletePrefilterFailure() *DeletePrefilterFailure

NewDeletePrefilterFailure creates a DeletePrefilterFailure with default headers values

func (*DeletePrefilterFailure) Code added in v1.16.0

func (o *DeletePrefilterFailure) Code() int

Code gets the status code for the delete prefilter failure response

func (*DeletePrefilterFailure) Error

func (o *DeletePrefilterFailure) Error() string

func (*DeletePrefilterFailure) GetPayload

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

func (*DeletePrefilterFailure) IsClientError

func (o *DeletePrefilterFailure) IsClientError() bool

IsClientError returns true when this delete prefilter failure response has a 4xx status code

func (*DeletePrefilterFailure) IsCode

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

IsCode returns true when this delete prefilter failure response a status code equal to that given

func (*DeletePrefilterFailure) IsRedirect

func (o *DeletePrefilterFailure) IsRedirect() bool

IsRedirect returns true when this delete prefilter failure response has a 3xx status code

func (*DeletePrefilterFailure) IsServerError

func (o *DeletePrefilterFailure) IsServerError() bool

IsServerError returns true when this delete prefilter failure response has a 5xx status code

func (*DeletePrefilterFailure) IsSuccess

func (o *DeletePrefilterFailure) IsSuccess() bool

IsSuccess returns true when this delete prefilter failure response has a 2xx status code

func (*DeletePrefilterFailure) String

func (o *DeletePrefilterFailure) String() string

type DeletePrefilterForbidden

type DeletePrefilterForbidden struct {
}

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

Forbidden

func NewDeletePrefilterForbidden

func NewDeletePrefilterForbidden() *DeletePrefilterForbidden

NewDeletePrefilterForbidden creates a DeletePrefilterForbidden with default headers values

func (*DeletePrefilterForbidden) Code added in v1.16.0

func (o *DeletePrefilterForbidden) Code() int

Code gets the status code for the delete prefilter forbidden response

func (*DeletePrefilterForbidden) Error

func (o *DeletePrefilterForbidden) Error() string

func (*DeletePrefilterForbidden) IsClientError

func (o *DeletePrefilterForbidden) IsClientError() bool

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

func (*DeletePrefilterForbidden) IsCode

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

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

func (*DeletePrefilterForbidden) IsRedirect

func (o *DeletePrefilterForbidden) IsRedirect() bool

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

func (*DeletePrefilterForbidden) IsServerError

func (o *DeletePrefilterForbidden) IsServerError() bool

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

func (*DeletePrefilterForbidden) IsSuccess

func (o *DeletePrefilterForbidden) IsSuccess() bool

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

func (*DeletePrefilterForbidden) String

func (o *DeletePrefilterForbidden) String() string

type DeletePrefilterInvalidCIDR

type DeletePrefilterInvalidCIDR struct {
	Payload models.Error
}

DeletePrefilterInvalidCIDR describes a response with status code 461, with default header values.

Invalid CIDR prefix

func NewDeletePrefilterInvalidCIDR

func NewDeletePrefilterInvalidCIDR() *DeletePrefilterInvalidCIDR

NewDeletePrefilterInvalidCIDR creates a DeletePrefilterInvalidCIDR with default headers values

func (*DeletePrefilterInvalidCIDR) Code added in v1.16.0

func (o *DeletePrefilterInvalidCIDR) Code() int

Code gets the status code for the delete prefilter invalid c Id r response

func (*DeletePrefilterInvalidCIDR) Error

func (*DeletePrefilterInvalidCIDR) GetPayload

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

func (*DeletePrefilterInvalidCIDR) IsClientError

func (o *DeletePrefilterInvalidCIDR) IsClientError() bool

IsClientError returns true when this delete prefilter invalid c Id r response has a 4xx status code

func (*DeletePrefilterInvalidCIDR) IsCode

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

IsCode returns true when this delete prefilter invalid c Id r response a status code equal to that given

func (*DeletePrefilterInvalidCIDR) IsRedirect

func (o *DeletePrefilterInvalidCIDR) IsRedirect() bool

IsRedirect returns true when this delete prefilter invalid c Id r response has a 3xx status code

func (*DeletePrefilterInvalidCIDR) IsServerError

func (o *DeletePrefilterInvalidCIDR) IsServerError() bool

IsServerError returns true when this delete prefilter invalid c Id r response has a 5xx status code

func (*DeletePrefilterInvalidCIDR) IsSuccess

func (o *DeletePrefilterInvalidCIDR) IsSuccess() bool

IsSuccess returns true when this delete prefilter invalid c Id r response has a 2xx status code

func (*DeletePrefilterInvalidCIDR) String

func (o *DeletePrefilterInvalidCIDR) String() string

type DeletePrefilterOK

type DeletePrefilterOK struct {
	Payload *models.Prefilter
}

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

Deleted

func NewDeletePrefilterOK

func NewDeletePrefilterOK() *DeletePrefilterOK

NewDeletePrefilterOK creates a DeletePrefilterOK with default headers values

func (*DeletePrefilterOK) Code added in v1.16.0

func (o *DeletePrefilterOK) Code() int

Code gets the status code for the delete prefilter o k response

func (*DeletePrefilterOK) Error

func (o *DeletePrefilterOK) Error() string

func (*DeletePrefilterOK) GetPayload

func (o *DeletePrefilterOK) GetPayload() *models.Prefilter

func (*DeletePrefilterOK) IsClientError

func (o *DeletePrefilterOK) IsClientError() bool

IsClientError returns true when this delete prefilter o k response has a 4xx status code

func (*DeletePrefilterOK) IsCode

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

IsCode returns true when this delete prefilter o k response a status code equal to that given

func (*DeletePrefilterOK) IsRedirect

func (o *DeletePrefilterOK) IsRedirect() bool

IsRedirect returns true when this delete prefilter o k response has a 3xx status code

func (*DeletePrefilterOK) IsServerError

func (o *DeletePrefilterOK) IsServerError() bool

IsServerError returns true when this delete prefilter o k response has a 5xx status code

func (*DeletePrefilterOK) IsSuccess

func (o *DeletePrefilterOK) IsSuccess() bool

IsSuccess returns true when this delete prefilter o k response has a 2xx status code

func (*DeletePrefilterOK) String

func (o *DeletePrefilterOK) String() string

type DeletePrefilterParams

type DeletePrefilterParams struct {

	/* PrefilterSpec.

	   List of CIDR ranges for filter table
	*/
	PrefilterSpec *models.PrefilterSpec

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

DeletePrefilterParams contains all the parameters to send to the API endpoint

for the delete prefilter operation.

Typically these are written to a http.Request.

func NewDeletePrefilterParams

func NewDeletePrefilterParams() *DeletePrefilterParams

NewDeletePrefilterParams creates a new DeletePrefilterParams 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 NewDeletePrefilterParamsWithContext deprecated

func NewDeletePrefilterParamsWithContext(ctx context.Context) *DeletePrefilterParams

NewDeletePrefilterParamsWithContext creates a new DeletePrefilterParams object with the ability to set a context for a request.

Deprecated: use the operation call with context to pass the context instead of DeletePrefilterParams.

func NewDeletePrefilterParamsWithHTTPClient

func NewDeletePrefilterParamsWithHTTPClient(client *http.Client) *DeletePrefilterParams

NewDeletePrefilterParamsWithHTTPClient creates a new DeletePrefilterParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePrefilterParamsWithTimeout

func NewDeletePrefilterParamsWithTimeout(timeout time.Duration) *DeletePrefilterParams

NewDeletePrefilterParamsWithTimeout creates a new DeletePrefilterParams object with the ability to set a timeout on a request.

func (*DeletePrefilterParams) SetContext deprecated

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

SetContext adds the context to the delete prefilter params.

Deprecated: use the operation call with context to pass the context instead of DeletePrefilterParams.

func (*DeletePrefilterParams) SetDefaults

func (o *DeletePrefilterParams) SetDefaults()

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

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

func (*DeletePrefilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete prefilter params.

func (*DeletePrefilterParams) SetPrefilterSpec

func (o *DeletePrefilterParams) SetPrefilterSpec(prefilterSpec *models.PrefilterSpec)

SetPrefilterSpec adds the prefilterSpec to the delete prefilter params.

func (*DeletePrefilterParams) SetTimeout

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

SetTimeout adds the timeout to the delete prefilter params.

func (*DeletePrefilterParams) WithContext deprecated

WithContext adds the context to the delete prefilter params.

Deprecated: use the operation call with context to pass the context instead of DeletePrefilterParams.

func (*DeletePrefilterParams) WithDefaults

func (o *DeletePrefilterParams) WithDefaults() *DeletePrefilterParams

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

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

func (*DeletePrefilterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete prefilter params.

func (*DeletePrefilterParams) WithPrefilterSpec

func (o *DeletePrefilterParams) WithPrefilterSpec(prefilterSpec *models.PrefilterSpec) *DeletePrefilterParams

WithPrefilterSpec adds the prefilterSpec to the delete prefilter params.

func (*DeletePrefilterParams) WithTimeout

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

WithTimeout adds the timeout to the delete prefilter params.

func (*DeletePrefilterParams) WriteToRequest

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

WriteToRequest writes these params to a runtime.ClientRequest.

type DeletePrefilterReader

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

DeletePrefilterReader is a Reader for the DeletePrefilter structure.

func (*DeletePrefilterReader) ReadResponse

func (o *DeletePrefilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetPrefilterFailure

type GetPrefilterFailure struct {
	Payload models.Error
}

GetPrefilterFailure describes a response with status code 500, with default header values.

Prefilter get failed

func NewGetPrefilterFailure

func NewGetPrefilterFailure() *GetPrefilterFailure

NewGetPrefilterFailure creates a GetPrefilterFailure with default headers values

func (*GetPrefilterFailure) Code added in v1.16.0

func (o *GetPrefilterFailure) Code() int

Code gets the status code for the get prefilter failure response

func (*GetPrefilterFailure) Error

func (o *GetPrefilterFailure) Error() string

func (*GetPrefilterFailure) GetPayload

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

func (*GetPrefilterFailure) IsClientError

func (o *GetPrefilterFailure) IsClientError() bool

IsClientError returns true when this get prefilter failure response has a 4xx status code

func (*GetPrefilterFailure) IsCode

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

IsCode returns true when this get prefilter failure response a status code equal to that given

func (*GetPrefilterFailure) IsRedirect

func (o *GetPrefilterFailure) IsRedirect() bool

IsRedirect returns true when this get prefilter failure response has a 3xx status code

func (*GetPrefilterFailure) IsServerError

func (o *GetPrefilterFailure) IsServerError() bool

IsServerError returns true when this get prefilter failure response has a 5xx status code

func (*GetPrefilterFailure) IsSuccess

func (o *GetPrefilterFailure) IsSuccess() bool

IsSuccess returns true when this get prefilter failure response has a 2xx status code

func (*GetPrefilterFailure) String

func (o *GetPrefilterFailure) String() string

type GetPrefilterOK

type GetPrefilterOK struct {
	Payload *models.Prefilter
}

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

Success

func NewGetPrefilterOK

func NewGetPrefilterOK() *GetPrefilterOK

NewGetPrefilterOK creates a GetPrefilterOK with default headers values

func (*GetPrefilterOK) Code added in v1.16.0

func (o *GetPrefilterOK) Code() int

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

func (*GetPrefilterOK) Error

func (o *GetPrefilterOK) Error() string

func (*GetPrefilterOK) GetPayload

func (o *GetPrefilterOK) GetPayload() *models.Prefilter

func (*GetPrefilterOK) IsClientError

func (o *GetPrefilterOK) IsClientError() bool

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

func (*GetPrefilterOK) IsCode

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

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

func (*GetPrefilterOK) IsRedirect

func (o *GetPrefilterOK) IsRedirect() bool

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

func (*GetPrefilterOK) IsServerError

func (o *GetPrefilterOK) IsServerError() bool

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

func (*GetPrefilterOK) IsSuccess

func (o *GetPrefilterOK) IsSuccess() bool

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

func (*GetPrefilterOK) String

func (o *GetPrefilterOK) String() string

type GetPrefilterParams

type GetPrefilterParams struct {
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPrefilterParams contains all the parameters to send to the API endpoint

for the get prefilter operation.

Typically these are written to a http.Request.

func NewGetPrefilterParams

func NewGetPrefilterParams() *GetPrefilterParams

NewGetPrefilterParams creates a new GetPrefilterParams 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 NewGetPrefilterParamsWithContext deprecated

func NewGetPrefilterParamsWithContext(ctx context.Context) *GetPrefilterParams

NewGetPrefilterParamsWithContext creates a new GetPrefilterParams object with the ability to set a context for a request.

Deprecated: use the operation call with context to pass the context instead of GetPrefilterParams.

func NewGetPrefilterParamsWithHTTPClient

func NewGetPrefilterParamsWithHTTPClient(client *http.Client) *GetPrefilterParams

NewGetPrefilterParamsWithHTTPClient creates a new GetPrefilterParams object with the ability to set a custom HTTPClient for a request.

func NewGetPrefilterParamsWithTimeout

func NewGetPrefilterParamsWithTimeout(timeout time.Duration) *GetPrefilterParams

NewGetPrefilterParamsWithTimeout creates a new GetPrefilterParams object with the ability to set a timeout on a request.

func (*GetPrefilterParams) SetContext deprecated

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

SetContext adds the context to the get prefilter params.

Deprecated: use the operation call with context to pass the context instead of GetPrefilterParams.

func (*GetPrefilterParams) SetDefaults

func (o *GetPrefilterParams) SetDefaults()

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

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

func (*GetPrefilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get prefilter params.

func (*GetPrefilterParams) SetTimeout

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

SetTimeout adds the timeout to the get prefilter params.

func (*GetPrefilterParams) WithContext deprecated

WithContext adds the context to the get prefilter params.

Deprecated: use the operation call with context to pass the context instead of GetPrefilterParams.

func (*GetPrefilterParams) WithDefaults

func (o *GetPrefilterParams) WithDefaults() *GetPrefilterParams

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

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

func (*GetPrefilterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get prefilter params.

func (*GetPrefilterParams) WithTimeout

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

WithTimeout adds the timeout to the get prefilter params.

func (*GetPrefilterParams) WriteToRequest

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

WriteToRequest writes these params to a runtime.ClientRequest.

type GetPrefilterReader

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

GetPrefilterReader is a Reader for the GetPrefilter structure.

func (*GetPrefilterReader) ReadResponse

func (o *GetPrefilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchPrefilterFailure

type PatchPrefilterFailure struct {
	Payload models.Error
}

PatchPrefilterFailure describes a response with status code 500, with default header values.

Prefilter update failed

func NewPatchPrefilterFailure

func NewPatchPrefilterFailure() *PatchPrefilterFailure

NewPatchPrefilterFailure creates a PatchPrefilterFailure with default headers values

func (*PatchPrefilterFailure) Code added in v1.16.0

func (o *PatchPrefilterFailure) Code() int

Code gets the status code for the patch prefilter failure response

func (*PatchPrefilterFailure) Error

func (o *PatchPrefilterFailure) Error() string

func (*PatchPrefilterFailure) GetPayload

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

func (*PatchPrefilterFailure) IsClientError

func (o *PatchPrefilterFailure) IsClientError() bool

IsClientError returns true when this patch prefilter failure response has a 4xx status code

func (*PatchPrefilterFailure) IsCode

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

IsCode returns true when this patch prefilter failure response a status code equal to that given

func (*PatchPrefilterFailure) IsRedirect

func (o *PatchPrefilterFailure) IsRedirect() bool

IsRedirect returns true when this patch prefilter failure response has a 3xx status code

func (*PatchPrefilterFailure) IsServerError

func (o *PatchPrefilterFailure) IsServerError() bool

IsServerError returns true when this patch prefilter failure response has a 5xx status code

func (*PatchPrefilterFailure) IsSuccess

func (o *PatchPrefilterFailure) IsSuccess() bool

IsSuccess returns true when this patch prefilter failure response has a 2xx status code

func (*PatchPrefilterFailure) String

func (o *PatchPrefilterFailure) String() string

type PatchPrefilterForbidden

type PatchPrefilterForbidden struct {
}

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

Forbidden

func NewPatchPrefilterForbidden

func NewPatchPrefilterForbidden() *PatchPrefilterForbidden

NewPatchPrefilterForbidden creates a PatchPrefilterForbidden with default headers values

func (*PatchPrefilterForbidden) Code added in v1.16.0

func (o *PatchPrefilterForbidden) Code() int

Code gets the status code for the patch prefilter forbidden response

func (*PatchPrefilterForbidden) Error

func (o *PatchPrefilterForbidden) Error() string

func (*PatchPrefilterForbidden) IsClientError

func (o *PatchPrefilterForbidden) IsClientError() bool

IsClientError returns true when this patch prefilter forbidden response has a 4xx status code

func (*PatchPrefilterForbidden) IsCode

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

IsCode returns true when this patch prefilter forbidden response a status code equal to that given

func (*PatchPrefilterForbidden) IsRedirect

func (o *PatchPrefilterForbidden) IsRedirect() bool

IsRedirect returns true when this patch prefilter forbidden response has a 3xx status code

func (*PatchPrefilterForbidden) IsServerError

func (o *PatchPrefilterForbidden) IsServerError() bool

IsServerError returns true when this patch prefilter forbidden response has a 5xx status code

func (*PatchPrefilterForbidden) IsSuccess

func (o *PatchPrefilterForbidden) IsSuccess() bool

IsSuccess returns true when this patch prefilter forbidden response has a 2xx status code

func (*PatchPrefilterForbidden) String

func (o *PatchPrefilterForbidden) String() string

type PatchPrefilterInvalidCIDR

type PatchPrefilterInvalidCIDR struct {
	Payload models.Error
}

PatchPrefilterInvalidCIDR describes a response with status code 461, with default header values.

Invalid CIDR prefix

func NewPatchPrefilterInvalidCIDR

func NewPatchPrefilterInvalidCIDR() *PatchPrefilterInvalidCIDR

NewPatchPrefilterInvalidCIDR creates a PatchPrefilterInvalidCIDR with default headers values

func (*PatchPrefilterInvalidCIDR) Code added in v1.16.0

func (o *PatchPrefilterInvalidCIDR) Code() int

Code gets the status code for the patch prefilter invalid c Id r response

func (*PatchPrefilterInvalidCIDR) Error

func (o *PatchPrefilterInvalidCIDR) Error() string

func (*PatchPrefilterInvalidCIDR) GetPayload

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

func (*PatchPrefilterInvalidCIDR) IsClientError

func (o *PatchPrefilterInvalidCIDR) IsClientError() bool

IsClientError returns true when this patch prefilter invalid c Id r response has a 4xx status code

func (*PatchPrefilterInvalidCIDR) IsCode

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

IsCode returns true when this patch prefilter invalid c Id r response a status code equal to that given

func (*PatchPrefilterInvalidCIDR) IsRedirect

func (o *PatchPrefilterInvalidCIDR) IsRedirect() bool

IsRedirect returns true when this patch prefilter invalid c Id r response has a 3xx status code

func (*PatchPrefilterInvalidCIDR) IsServerError

func (o *PatchPrefilterInvalidCIDR) IsServerError() bool

IsServerError returns true when this patch prefilter invalid c Id r response has a 5xx status code

func (*PatchPrefilterInvalidCIDR) IsSuccess

func (o *PatchPrefilterInvalidCIDR) IsSuccess() bool

IsSuccess returns true when this patch prefilter invalid c Id r response has a 2xx status code

func (*PatchPrefilterInvalidCIDR) String

func (o *PatchPrefilterInvalidCIDR) String() string

type PatchPrefilterOK

type PatchPrefilterOK struct {
	Payload *models.Prefilter
}

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

Updated

func NewPatchPrefilterOK

func NewPatchPrefilterOK() *PatchPrefilterOK

NewPatchPrefilterOK creates a PatchPrefilterOK with default headers values

func (*PatchPrefilterOK) Code added in v1.16.0

func (o *PatchPrefilterOK) Code() int

Code gets the status code for the patch prefilter o k response

func (*PatchPrefilterOK) Error

func (o *PatchPrefilterOK) Error() string

func (*PatchPrefilterOK) GetPayload

func (o *PatchPrefilterOK) GetPayload() *models.Prefilter

func (*PatchPrefilterOK) IsClientError

func (o *PatchPrefilterOK) IsClientError() bool

IsClientError returns true when this patch prefilter o k response has a 4xx status code

func (*PatchPrefilterOK) IsCode

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

IsCode returns true when this patch prefilter o k response a status code equal to that given

func (*PatchPrefilterOK) IsRedirect

func (o *PatchPrefilterOK) IsRedirect() bool

IsRedirect returns true when this patch prefilter o k response has a 3xx status code

func (*PatchPrefilterOK) IsServerError

func (o *PatchPrefilterOK) IsServerError() bool

IsServerError returns true when this patch prefilter o k response has a 5xx status code

func (*PatchPrefilterOK) IsSuccess

func (o *PatchPrefilterOK) IsSuccess() bool

IsSuccess returns true when this patch prefilter o k response has a 2xx status code

func (*PatchPrefilterOK) String

func (o *PatchPrefilterOK) String() string

type PatchPrefilterParams

type PatchPrefilterParams struct {

	/* PrefilterSpec.

	   List of CIDR ranges for filter table
	*/
	PrefilterSpec *models.PrefilterSpec

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

PatchPrefilterParams contains all the parameters to send to the API endpoint

for the patch prefilter operation.

Typically these are written to a http.Request.

func NewPatchPrefilterParams

func NewPatchPrefilterParams() *PatchPrefilterParams

NewPatchPrefilterParams creates a new PatchPrefilterParams 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 NewPatchPrefilterParamsWithContext deprecated

func NewPatchPrefilterParamsWithContext(ctx context.Context) *PatchPrefilterParams

NewPatchPrefilterParamsWithContext creates a new PatchPrefilterParams object with the ability to set a context for a request.

Deprecated: use the operation call with context to pass the context instead of PatchPrefilterParams.

func NewPatchPrefilterParamsWithHTTPClient

func NewPatchPrefilterParamsWithHTTPClient(client *http.Client) *PatchPrefilterParams

NewPatchPrefilterParamsWithHTTPClient creates a new PatchPrefilterParams object with the ability to set a custom HTTPClient for a request.

func NewPatchPrefilterParamsWithTimeout

func NewPatchPrefilterParamsWithTimeout(timeout time.Duration) *PatchPrefilterParams

NewPatchPrefilterParamsWithTimeout creates a new PatchPrefilterParams object with the ability to set a timeout on a request.

func (*PatchPrefilterParams) SetContext deprecated

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

SetContext adds the context to the patch prefilter params.

Deprecated: use the operation call with context to pass the context instead of PatchPrefilterParams.

func (*PatchPrefilterParams) SetDefaults

func (o *PatchPrefilterParams) SetDefaults()

SetDefaults hydrates default values in the patch prefilter params (not the query body).

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

func (*PatchPrefilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch prefilter params.

func (*PatchPrefilterParams) SetPrefilterSpec

func (o *PatchPrefilterParams) SetPrefilterSpec(prefilterSpec *models.PrefilterSpec)

SetPrefilterSpec adds the prefilterSpec to the patch prefilter params.

func (*PatchPrefilterParams) SetTimeout

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

SetTimeout adds the timeout to the patch prefilter params.

func (*PatchPrefilterParams) WithContext deprecated

WithContext adds the context to the patch prefilter params.

Deprecated: use the operation call with context to pass the context instead of PatchPrefilterParams.

func (*PatchPrefilterParams) WithDefaults

func (o *PatchPrefilterParams) WithDefaults() *PatchPrefilterParams

WithDefaults hydrates default values in the patch prefilter params (not the query body).

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

func (*PatchPrefilterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch prefilter params.

func (*PatchPrefilterParams) WithPrefilterSpec

func (o *PatchPrefilterParams) WithPrefilterSpec(prefilterSpec *models.PrefilterSpec) *PatchPrefilterParams

WithPrefilterSpec adds the prefilterSpec to the patch prefilter params.

func (*PatchPrefilterParams) WithTimeout

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

WithTimeout adds the timeout to the patch prefilter params.

func (*PatchPrefilterParams) WriteToRequest

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

WriteToRequest writes these params to a runtime.ClientRequest.

type PatchPrefilterReader

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

PatchPrefilterReader is a Reader for the PatchPrefilter structure.

func (*PatchPrefilterReader) ReadResponse

func (o *PatchPrefilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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