certificate_based_exclusions

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CbExclusionsCreateV1BadRequest

type CbExclusionsCreateV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCbExclusionsCreateV1BadRequest

func NewCbExclusionsCreateV1BadRequest() *CbExclusionsCreateV1BadRequest

NewCbExclusionsCreateV1BadRequest creates a CbExclusionsCreateV1BadRequest with default headers values

func (*CbExclusionsCreateV1BadRequest) Code

Code gets the status code for the cb exclusions create v1 bad request response

func (*CbExclusionsCreateV1BadRequest) Error

func (*CbExclusionsCreateV1BadRequest) GetPayload

func (*CbExclusionsCreateV1BadRequest) IsClientError

func (o *CbExclusionsCreateV1BadRequest) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 bad request response has a 4xx status code

func (*CbExclusionsCreateV1BadRequest) IsCode

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

IsCode returns true when this cb exclusions create v1 bad request response a status code equal to that given

func (*CbExclusionsCreateV1BadRequest) IsRedirect

func (o *CbExclusionsCreateV1BadRequest) IsRedirect() bool

IsRedirect returns true when this cb exclusions create v1 bad request response has a 3xx status code

func (*CbExclusionsCreateV1BadRequest) IsServerError

func (o *CbExclusionsCreateV1BadRequest) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 bad request response has a 5xx status code

func (*CbExclusionsCreateV1BadRequest) IsSuccess

func (o *CbExclusionsCreateV1BadRequest) IsSuccess() bool

IsSuccess returns true when this cb exclusions create v1 bad request response has a 2xx status code

func (*CbExclusionsCreateV1BadRequest) String

type CbExclusionsCreateV1Created

type CbExclusionsCreateV1Created struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APICertBasedExclusionRespV1
}

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

Created

func NewCbExclusionsCreateV1Created

func NewCbExclusionsCreateV1Created() *CbExclusionsCreateV1Created

NewCbExclusionsCreateV1Created creates a CbExclusionsCreateV1Created with default headers values

func (*CbExclusionsCreateV1Created) Code

func (o *CbExclusionsCreateV1Created) Code() int

Code gets the status code for the cb exclusions create v1 created response

func (*CbExclusionsCreateV1Created) Error

func (*CbExclusionsCreateV1Created) GetPayload

func (*CbExclusionsCreateV1Created) IsClientError

func (o *CbExclusionsCreateV1Created) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 created response has a 4xx status code

func (*CbExclusionsCreateV1Created) IsCode

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

IsCode returns true when this cb exclusions create v1 created response a status code equal to that given

func (*CbExclusionsCreateV1Created) IsRedirect

func (o *CbExclusionsCreateV1Created) IsRedirect() bool

IsRedirect returns true when this cb exclusions create v1 created response has a 3xx status code

func (*CbExclusionsCreateV1Created) IsServerError

func (o *CbExclusionsCreateV1Created) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 created response has a 5xx status code

func (*CbExclusionsCreateV1Created) IsSuccess

func (o *CbExclusionsCreateV1Created) IsSuccess() bool

IsSuccess returns true when this cb exclusions create v1 created response has a 2xx status code

func (*CbExclusionsCreateV1Created) String

func (o *CbExclusionsCreateV1Created) String() string

type CbExclusionsCreateV1Forbidden

type CbExclusionsCreateV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCbExclusionsCreateV1Forbidden

func NewCbExclusionsCreateV1Forbidden() *CbExclusionsCreateV1Forbidden

NewCbExclusionsCreateV1Forbidden creates a CbExclusionsCreateV1Forbidden with default headers values

func (*CbExclusionsCreateV1Forbidden) Code

Code gets the status code for the cb exclusions create v1 forbidden response

func (*CbExclusionsCreateV1Forbidden) Error

func (*CbExclusionsCreateV1Forbidden) GetPayload

func (*CbExclusionsCreateV1Forbidden) IsClientError

func (o *CbExclusionsCreateV1Forbidden) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 forbidden response has a 4xx status code

func (*CbExclusionsCreateV1Forbidden) IsCode

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

IsCode returns true when this cb exclusions create v1 forbidden response a status code equal to that given

func (*CbExclusionsCreateV1Forbidden) IsRedirect

func (o *CbExclusionsCreateV1Forbidden) IsRedirect() bool

IsRedirect returns true when this cb exclusions create v1 forbidden response has a 3xx status code

func (*CbExclusionsCreateV1Forbidden) IsServerError

func (o *CbExclusionsCreateV1Forbidden) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 forbidden response has a 5xx status code

func (*CbExclusionsCreateV1Forbidden) IsSuccess

func (o *CbExclusionsCreateV1Forbidden) IsSuccess() bool

IsSuccess returns true when this cb exclusions create v1 forbidden response has a 2xx status code

func (*CbExclusionsCreateV1Forbidden) String

type CbExclusionsCreateV1InternalServerError added in v0.9.0

type CbExclusionsCreateV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCbExclusionsCreateV1InternalServerError added in v0.9.0

func NewCbExclusionsCreateV1InternalServerError() *CbExclusionsCreateV1InternalServerError

NewCbExclusionsCreateV1InternalServerError creates a CbExclusionsCreateV1InternalServerError with default headers values

func (*CbExclusionsCreateV1InternalServerError) Code added in v0.9.0

Code gets the status code for the cb exclusions create v1 internal server error response

func (*CbExclusionsCreateV1InternalServerError) Error added in v0.9.0

func (*CbExclusionsCreateV1InternalServerError) GetPayload added in v0.9.0

func (*CbExclusionsCreateV1InternalServerError) IsClientError added in v0.9.0

func (o *CbExclusionsCreateV1InternalServerError) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 internal server error response has a 4xx status code

func (*CbExclusionsCreateV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this cb exclusions create v1 internal server error response a status code equal to that given

func (*CbExclusionsCreateV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this cb exclusions create v1 internal server error response has a 3xx status code

func (*CbExclusionsCreateV1InternalServerError) IsServerError added in v0.9.0

func (o *CbExclusionsCreateV1InternalServerError) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 internal server error response has a 5xx status code

func (*CbExclusionsCreateV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this cb exclusions create v1 internal server error response has a 2xx status code

func (*CbExclusionsCreateV1InternalServerError) String added in v0.9.0

type CbExclusionsCreateV1Params

type CbExclusionsCreateV1Params struct {

	// Body.
	Body *models.APICertBasedExclusionsCreateReqV1

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

CbExclusionsCreateV1Params contains all the parameters to send to the API endpoint

for the cb exclusions create v1 operation.

Typically these are written to a http.Request.

func NewCbExclusionsCreateV1Params

func NewCbExclusionsCreateV1Params() *CbExclusionsCreateV1Params

NewCbExclusionsCreateV1Params creates a new CbExclusionsCreateV1Params 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 NewCbExclusionsCreateV1ParamsWithContext

func NewCbExclusionsCreateV1ParamsWithContext(ctx context.Context) *CbExclusionsCreateV1Params

NewCbExclusionsCreateV1ParamsWithContext creates a new CbExclusionsCreateV1Params object with the ability to set a context for a request.

func NewCbExclusionsCreateV1ParamsWithHTTPClient

func NewCbExclusionsCreateV1ParamsWithHTTPClient(client *http.Client) *CbExclusionsCreateV1Params

NewCbExclusionsCreateV1ParamsWithHTTPClient creates a new CbExclusionsCreateV1Params object with the ability to set a custom HTTPClient for a request.

func NewCbExclusionsCreateV1ParamsWithTimeout

func NewCbExclusionsCreateV1ParamsWithTimeout(timeout time.Duration) *CbExclusionsCreateV1Params

NewCbExclusionsCreateV1ParamsWithTimeout creates a new CbExclusionsCreateV1Params object with the ability to set a timeout on a request.

func (*CbExclusionsCreateV1Params) SetBody

SetBody adds the body to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) SetContext

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

SetContext adds the context to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) SetDefaults

func (o *CbExclusionsCreateV1Params) SetDefaults()

SetDefaults hydrates default values in the cb exclusions create v1 params (not the query body).

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

func (*CbExclusionsCreateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) SetTimeout

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

SetTimeout adds the timeout to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) WithBody

WithBody adds the body to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) WithContext

WithContext adds the context to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) WithDefaults

WithDefaults hydrates default values in the cb exclusions create v1 params (not the query body).

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

func (*CbExclusionsCreateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) WithTimeout

WithTimeout adds the timeout to the cb exclusions create v1 params

func (*CbExclusionsCreateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CbExclusionsCreateV1Reader

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

CbExclusionsCreateV1Reader is a Reader for the CbExclusionsCreateV1 structure.

func (*CbExclusionsCreateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CbExclusionsCreateV1TooManyRequests

type CbExclusionsCreateV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CbExclusionsCreateV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCbExclusionsCreateV1TooManyRequests

func NewCbExclusionsCreateV1TooManyRequests() *CbExclusionsCreateV1TooManyRequests

NewCbExclusionsCreateV1TooManyRequests creates a CbExclusionsCreateV1TooManyRequests with default headers values

func (*CbExclusionsCreateV1TooManyRequests) Code

Code gets the status code for the cb exclusions create v1 too many requests response

func (*CbExclusionsCreateV1TooManyRequests) Error

func (*CbExclusionsCreateV1TooManyRequests) GetPayload

func (*CbExclusionsCreateV1TooManyRequests) IsClientError

func (o *CbExclusionsCreateV1TooManyRequests) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 too many requests response has a 4xx status code

func (*CbExclusionsCreateV1TooManyRequests) IsCode

IsCode returns true when this cb exclusions create v1 too many requests response a status code equal to that given

func (*CbExclusionsCreateV1TooManyRequests) IsRedirect

func (o *CbExclusionsCreateV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this cb exclusions create v1 too many requests response has a 3xx status code

func (*CbExclusionsCreateV1TooManyRequests) IsServerError

func (o *CbExclusionsCreateV1TooManyRequests) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 too many requests response has a 5xx status code

func (*CbExclusionsCreateV1TooManyRequests) IsSuccess

IsSuccess returns true when this cb exclusions create v1 too many requests response has a 2xx status code

func (*CbExclusionsCreateV1TooManyRequests) String

type CbExclusionsCreateV1Unauthorized

type CbExclusionsCreateV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCbExclusionsCreateV1Unauthorized

func NewCbExclusionsCreateV1Unauthorized() *CbExclusionsCreateV1Unauthorized

NewCbExclusionsCreateV1Unauthorized creates a CbExclusionsCreateV1Unauthorized with default headers values

func (*CbExclusionsCreateV1Unauthorized) Code

Code gets the status code for the cb exclusions create v1 unauthorized response

func (*CbExclusionsCreateV1Unauthorized) Error

func (*CbExclusionsCreateV1Unauthorized) GetPayload

func (*CbExclusionsCreateV1Unauthorized) IsClientError

func (o *CbExclusionsCreateV1Unauthorized) IsClientError() bool

IsClientError returns true when this cb exclusions create v1 unauthorized response has a 4xx status code

func (*CbExclusionsCreateV1Unauthorized) IsCode

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

IsCode returns true when this cb exclusions create v1 unauthorized response a status code equal to that given

func (*CbExclusionsCreateV1Unauthorized) IsRedirect

func (o *CbExclusionsCreateV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this cb exclusions create v1 unauthorized response has a 3xx status code

func (*CbExclusionsCreateV1Unauthorized) IsServerError

func (o *CbExclusionsCreateV1Unauthorized) IsServerError() bool

IsServerError returns true when this cb exclusions create v1 unauthorized response has a 5xx status code

func (*CbExclusionsCreateV1Unauthorized) IsSuccess

func (o *CbExclusionsCreateV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this cb exclusions create v1 unauthorized response has a 2xx status code

func (*CbExclusionsCreateV1Unauthorized) String

type CbExclusionsDeleteV1BadRequest

type CbExclusionsDeleteV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCbExclusionsDeleteV1BadRequest

func NewCbExclusionsDeleteV1BadRequest() *CbExclusionsDeleteV1BadRequest

NewCbExclusionsDeleteV1BadRequest creates a CbExclusionsDeleteV1BadRequest with default headers values

func (*CbExclusionsDeleteV1BadRequest) Code

Code gets the status code for the cb exclusions delete v1 bad request response

func (*CbExclusionsDeleteV1BadRequest) Error

func (*CbExclusionsDeleteV1BadRequest) GetPayload

func (*CbExclusionsDeleteV1BadRequest) IsClientError

func (o *CbExclusionsDeleteV1BadRequest) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 bad request response has a 4xx status code

func (*CbExclusionsDeleteV1BadRequest) IsCode

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

IsCode returns true when this cb exclusions delete v1 bad request response a status code equal to that given

func (*CbExclusionsDeleteV1BadRequest) IsRedirect

func (o *CbExclusionsDeleteV1BadRequest) IsRedirect() bool

IsRedirect returns true when this cb exclusions delete v1 bad request response has a 3xx status code

func (*CbExclusionsDeleteV1BadRequest) IsServerError

func (o *CbExclusionsDeleteV1BadRequest) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 bad request response has a 5xx status code

func (*CbExclusionsDeleteV1BadRequest) IsSuccess

func (o *CbExclusionsDeleteV1BadRequest) IsSuccess() bool

IsSuccess returns true when this cb exclusions delete v1 bad request response has a 2xx status code

func (*CbExclusionsDeleteV1BadRequest) String

type CbExclusionsDeleteV1Forbidden

type CbExclusionsDeleteV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCbExclusionsDeleteV1Forbidden

func NewCbExclusionsDeleteV1Forbidden() *CbExclusionsDeleteV1Forbidden

NewCbExclusionsDeleteV1Forbidden creates a CbExclusionsDeleteV1Forbidden with default headers values

func (*CbExclusionsDeleteV1Forbidden) Code

Code gets the status code for the cb exclusions delete v1 forbidden response

func (*CbExclusionsDeleteV1Forbidden) Error

func (*CbExclusionsDeleteV1Forbidden) GetPayload

func (*CbExclusionsDeleteV1Forbidden) IsClientError

func (o *CbExclusionsDeleteV1Forbidden) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 forbidden response has a 4xx status code

func (*CbExclusionsDeleteV1Forbidden) IsCode

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

IsCode returns true when this cb exclusions delete v1 forbidden response a status code equal to that given

func (*CbExclusionsDeleteV1Forbidden) IsRedirect

func (o *CbExclusionsDeleteV1Forbidden) IsRedirect() bool

IsRedirect returns true when this cb exclusions delete v1 forbidden response has a 3xx status code

func (*CbExclusionsDeleteV1Forbidden) IsServerError

func (o *CbExclusionsDeleteV1Forbidden) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 forbidden response has a 5xx status code

func (*CbExclusionsDeleteV1Forbidden) IsSuccess

func (o *CbExclusionsDeleteV1Forbidden) IsSuccess() bool

IsSuccess returns true when this cb exclusions delete v1 forbidden response has a 2xx status code

func (*CbExclusionsDeleteV1Forbidden) String

type CbExclusionsDeleteV1InternalServerError added in v0.9.0

type CbExclusionsDeleteV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCbExclusionsDeleteV1InternalServerError added in v0.9.0

func NewCbExclusionsDeleteV1InternalServerError() *CbExclusionsDeleteV1InternalServerError

NewCbExclusionsDeleteV1InternalServerError creates a CbExclusionsDeleteV1InternalServerError with default headers values

func (*CbExclusionsDeleteV1InternalServerError) Code added in v0.9.0

Code gets the status code for the cb exclusions delete v1 internal server error response

func (*CbExclusionsDeleteV1InternalServerError) Error added in v0.9.0

func (*CbExclusionsDeleteV1InternalServerError) GetPayload added in v0.9.0

func (*CbExclusionsDeleteV1InternalServerError) IsClientError added in v0.9.0

func (o *CbExclusionsDeleteV1InternalServerError) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 internal server error response has a 4xx status code

func (*CbExclusionsDeleteV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this cb exclusions delete v1 internal server error response a status code equal to that given

func (*CbExclusionsDeleteV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this cb exclusions delete v1 internal server error response has a 3xx status code

func (*CbExclusionsDeleteV1InternalServerError) IsServerError added in v0.9.0

func (o *CbExclusionsDeleteV1InternalServerError) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 internal server error response has a 5xx status code

func (*CbExclusionsDeleteV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this cb exclusions delete v1 internal server error response has a 2xx status code

func (*CbExclusionsDeleteV1InternalServerError) String added in v0.9.0

type CbExclusionsDeleteV1OK

type CbExclusionsDeleteV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APICertBasedExclusionRespV1
}

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

OK

func NewCbExclusionsDeleteV1OK

func NewCbExclusionsDeleteV1OK() *CbExclusionsDeleteV1OK

NewCbExclusionsDeleteV1OK creates a CbExclusionsDeleteV1OK with default headers values

func (*CbExclusionsDeleteV1OK) Code

func (o *CbExclusionsDeleteV1OK) Code() int

Code gets the status code for the cb exclusions delete v1 o k response

func (*CbExclusionsDeleteV1OK) Error

func (o *CbExclusionsDeleteV1OK) Error() string

func (*CbExclusionsDeleteV1OK) GetPayload

func (*CbExclusionsDeleteV1OK) IsClientError

func (o *CbExclusionsDeleteV1OK) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 o k response has a 4xx status code

func (*CbExclusionsDeleteV1OK) IsCode

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

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

func (*CbExclusionsDeleteV1OK) IsRedirect

func (o *CbExclusionsDeleteV1OK) IsRedirect() bool

IsRedirect returns true when this cb exclusions delete v1 o k response has a 3xx status code

func (*CbExclusionsDeleteV1OK) IsServerError

func (o *CbExclusionsDeleteV1OK) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 o k response has a 5xx status code

func (*CbExclusionsDeleteV1OK) IsSuccess

func (o *CbExclusionsDeleteV1OK) IsSuccess() bool

IsSuccess returns true when this cb exclusions delete v1 o k response has a 2xx status code

func (*CbExclusionsDeleteV1OK) String

func (o *CbExclusionsDeleteV1OK) String() string

type CbExclusionsDeleteV1Params

type CbExclusionsDeleteV1Params struct {

	/* Comment.

	   The comment why these exclusions were deleted
	*/
	Comment *string

	/* Ids.

	   The ids of the exclusions to delete
	*/
	Ids []string

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

CbExclusionsDeleteV1Params contains all the parameters to send to the API endpoint

for the cb exclusions delete v1 operation.

Typically these are written to a http.Request.

func NewCbExclusionsDeleteV1Params

func NewCbExclusionsDeleteV1Params() *CbExclusionsDeleteV1Params

NewCbExclusionsDeleteV1Params creates a new CbExclusionsDeleteV1Params 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 NewCbExclusionsDeleteV1ParamsWithContext

func NewCbExclusionsDeleteV1ParamsWithContext(ctx context.Context) *CbExclusionsDeleteV1Params

NewCbExclusionsDeleteV1ParamsWithContext creates a new CbExclusionsDeleteV1Params object with the ability to set a context for a request.

func NewCbExclusionsDeleteV1ParamsWithHTTPClient

func NewCbExclusionsDeleteV1ParamsWithHTTPClient(client *http.Client) *CbExclusionsDeleteV1Params

NewCbExclusionsDeleteV1ParamsWithHTTPClient creates a new CbExclusionsDeleteV1Params object with the ability to set a custom HTTPClient for a request.

func NewCbExclusionsDeleteV1ParamsWithTimeout

func NewCbExclusionsDeleteV1ParamsWithTimeout(timeout time.Duration) *CbExclusionsDeleteV1Params

NewCbExclusionsDeleteV1ParamsWithTimeout creates a new CbExclusionsDeleteV1Params object with the ability to set a timeout on a request.

func (*CbExclusionsDeleteV1Params) SetComment

func (o *CbExclusionsDeleteV1Params) SetComment(comment *string)

SetComment adds the comment to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) SetContext

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

SetContext adds the context to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) SetDefaults

func (o *CbExclusionsDeleteV1Params) SetDefaults()

SetDefaults hydrates default values in the cb exclusions delete v1 params (not the query body).

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

func (*CbExclusionsDeleteV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) SetIds

func (o *CbExclusionsDeleteV1Params) SetIds(ids []string)

SetIds adds the ids to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) SetTimeout

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

SetTimeout adds the timeout to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WithComment

WithComment adds the comment to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WithContext

WithContext adds the context to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WithDefaults

WithDefaults hydrates default values in the cb exclusions delete v1 params (not the query body).

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

func (*CbExclusionsDeleteV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WithIds

WithIds adds the ids to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WithTimeout

WithTimeout adds the timeout to the cb exclusions delete v1 params

func (*CbExclusionsDeleteV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CbExclusionsDeleteV1Reader

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

CbExclusionsDeleteV1Reader is a Reader for the CbExclusionsDeleteV1 structure.

func (*CbExclusionsDeleteV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CbExclusionsDeleteV1TooManyRequests

type CbExclusionsDeleteV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CbExclusionsDeleteV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCbExclusionsDeleteV1TooManyRequests

func NewCbExclusionsDeleteV1TooManyRequests() *CbExclusionsDeleteV1TooManyRequests

NewCbExclusionsDeleteV1TooManyRequests creates a CbExclusionsDeleteV1TooManyRequests with default headers values

func (*CbExclusionsDeleteV1TooManyRequests) Code

Code gets the status code for the cb exclusions delete v1 too many requests response

func (*CbExclusionsDeleteV1TooManyRequests) Error

func (*CbExclusionsDeleteV1TooManyRequests) GetPayload

func (*CbExclusionsDeleteV1TooManyRequests) IsClientError

func (o *CbExclusionsDeleteV1TooManyRequests) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 too many requests response has a 4xx status code

func (*CbExclusionsDeleteV1TooManyRequests) IsCode

IsCode returns true when this cb exclusions delete v1 too many requests response a status code equal to that given

func (*CbExclusionsDeleteV1TooManyRequests) IsRedirect

func (o *CbExclusionsDeleteV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this cb exclusions delete v1 too many requests response has a 3xx status code

func (*CbExclusionsDeleteV1TooManyRequests) IsServerError

func (o *CbExclusionsDeleteV1TooManyRequests) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 too many requests response has a 5xx status code

func (*CbExclusionsDeleteV1TooManyRequests) IsSuccess

IsSuccess returns true when this cb exclusions delete v1 too many requests response has a 2xx status code

func (*CbExclusionsDeleteV1TooManyRequests) String

type CbExclusionsDeleteV1Unauthorized

type CbExclusionsDeleteV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCbExclusionsDeleteV1Unauthorized

func NewCbExclusionsDeleteV1Unauthorized() *CbExclusionsDeleteV1Unauthorized

NewCbExclusionsDeleteV1Unauthorized creates a CbExclusionsDeleteV1Unauthorized with default headers values

func (*CbExclusionsDeleteV1Unauthorized) Code

Code gets the status code for the cb exclusions delete v1 unauthorized response

func (*CbExclusionsDeleteV1Unauthorized) Error

func (*CbExclusionsDeleteV1Unauthorized) GetPayload

func (*CbExclusionsDeleteV1Unauthorized) IsClientError

func (o *CbExclusionsDeleteV1Unauthorized) IsClientError() bool

IsClientError returns true when this cb exclusions delete v1 unauthorized response has a 4xx status code

func (*CbExclusionsDeleteV1Unauthorized) IsCode

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

IsCode returns true when this cb exclusions delete v1 unauthorized response a status code equal to that given

func (*CbExclusionsDeleteV1Unauthorized) IsRedirect

func (o *CbExclusionsDeleteV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this cb exclusions delete v1 unauthorized response has a 3xx status code

func (*CbExclusionsDeleteV1Unauthorized) IsServerError

func (o *CbExclusionsDeleteV1Unauthorized) IsServerError() bool

IsServerError returns true when this cb exclusions delete v1 unauthorized response has a 5xx status code

func (*CbExclusionsDeleteV1Unauthorized) IsSuccess

func (o *CbExclusionsDeleteV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this cb exclusions delete v1 unauthorized response has a 2xx status code

func (*CbExclusionsDeleteV1Unauthorized) String

type CbExclusionsGetV1BadRequest

type CbExclusionsGetV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCbExclusionsGetV1BadRequest

func NewCbExclusionsGetV1BadRequest() *CbExclusionsGetV1BadRequest

NewCbExclusionsGetV1BadRequest creates a CbExclusionsGetV1BadRequest with default headers values

func (*CbExclusionsGetV1BadRequest) Code

func (o *CbExclusionsGetV1BadRequest) Code() int

Code gets the status code for the cb exclusions get v1 bad request response

func (*CbExclusionsGetV1BadRequest) Error

func (*CbExclusionsGetV1BadRequest) GetPayload

func (*CbExclusionsGetV1BadRequest) IsClientError

func (o *CbExclusionsGetV1BadRequest) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 bad request response has a 4xx status code

func (*CbExclusionsGetV1BadRequest) IsCode

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

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

func (*CbExclusionsGetV1BadRequest) IsRedirect

func (o *CbExclusionsGetV1BadRequest) IsRedirect() bool

IsRedirect returns true when this cb exclusions get v1 bad request response has a 3xx status code

func (*CbExclusionsGetV1BadRequest) IsServerError

func (o *CbExclusionsGetV1BadRequest) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 bad request response has a 5xx status code

func (*CbExclusionsGetV1BadRequest) IsSuccess

func (o *CbExclusionsGetV1BadRequest) IsSuccess() bool

IsSuccess returns true when this cb exclusions get v1 bad request response has a 2xx status code

func (*CbExclusionsGetV1BadRequest) String

func (o *CbExclusionsGetV1BadRequest) String() string

type CbExclusionsGetV1Forbidden

type CbExclusionsGetV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCbExclusionsGetV1Forbidden

func NewCbExclusionsGetV1Forbidden() *CbExclusionsGetV1Forbidden

NewCbExclusionsGetV1Forbidden creates a CbExclusionsGetV1Forbidden with default headers values

func (*CbExclusionsGetV1Forbidden) Code

func (o *CbExclusionsGetV1Forbidden) Code() int

Code gets the status code for the cb exclusions get v1 forbidden response

func (*CbExclusionsGetV1Forbidden) Error

func (*CbExclusionsGetV1Forbidden) GetPayload

func (*CbExclusionsGetV1Forbidden) IsClientError

func (o *CbExclusionsGetV1Forbidden) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 forbidden response has a 4xx status code

func (*CbExclusionsGetV1Forbidden) IsCode

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

IsCode returns true when this cb exclusions get v1 forbidden response a status code equal to that given

func (*CbExclusionsGetV1Forbidden) IsRedirect

func (o *CbExclusionsGetV1Forbidden) IsRedirect() bool

IsRedirect returns true when this cb exclusions get v1 forbidden response has a 3xx status code

func (*CbExclusionsGetV1Forbidden) IsServerError

func (o *CbExclusionsGetV1Forbidden) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 forbidden response has a 5xx status code

func (*CbExclusionsGetV1Forbidden) IsSuccess

func (o *CbExclusionsGetV1Forbidden) IsSuccess() bool

IsSuccess returns true when this cb exclusions get v1 forbidden response has a 2xx status code

func (*CbExclusionsGetV1Forbidden) String

func (o *CbExclusionsGetV1Forbidden) String() string

type CbExclusionsGetV1InternalServerError added in v0.9.0

type CbExclusionsGetV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCbExclusionsGetV1InternalServerError added in v0.9.0

func NewCbExclusionsGetV1InternalServerError() *CbExclusionsGetV1InternalServerError

NewCbExclusionsGetV1InternalServerError creates a CbExclusionsGetV1InternalServerError with default headers values

func (*CbExclusionsGetV1InternalServerError) Code added in v0.9.0

Code gets the status code for the cb exclusions get v1 internal server error response

func (*CbExclusionsGetV1InternalServerError) Error added in v0.9.0

func (*CbExclusionsGetV1InternalServerError) GetPayload added in v0.9.0

func (*CbExclusionsGetV1InternalServerError) IsClientError added in v0.9.0

func (o *CbExclusionsGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 internal server error response has a 4xx status code

func (*CbExclusionsGetV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this cb exclusions get v1 internal server error response a status code equal to that given

func (*CbExclusionsGetV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this cb exclusions get v1 internal server error response has a 3xx status code

func (*CbExclusionsGetV1InternalServerError) IsServerError added in v0.9.0

func (o *CbExclusionsGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 internal server error response has a 5xx status code

func (*CbExclusionsGetV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this cb exclusions get v1 internal server error response has a 2xx status code

func (*CbExclusionsGetV1InternalServerError) String added in v0.9.0

type CbExclusionsGetV1OK

type CbExclusionsGetV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APICertBasedExclusionRespV1
}

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

OK

func NewCbExclusionsGetV1OK

func NewCbExclusionsGetV1OK() *CbExclusionsGetV1OK

NewCbExclusionsGetV1OK creates a CbExclusionsGetV1OK with default headers values

func (*CbExclusionsGetV1OK) Code

func (o *CbExclusionsGetV1OK) Code() int

Code gets the status code for the cb exclusions get v1 o k response

func (*CbExclusionsGetV1OK) Error

func (o *CbExclusionsGetV1OK) Error() string

func (*CbExclusionsGetV1OK) GetPayload

func (*CbExclusionsGetV1OK) IsClientError

func (o *CbExclusionsGetV1OK) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 o k response has a 4xx status code

func (*CbExclusionsGetV1OK) IsCode

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

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

func (*CbExclusionsGetV1OK) IsRedirect

func (o *CbExclusionsGetV1OK) IsRedirect() bool

IsRedirect returns true when this cb exclusions get v1 o k response has a 3xx status code

func (*CbExclusionsGetV1OK) IsServerError

func (o *CbExclusionsGetV1OK) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 o k response has a 5xx status code

func (*CbExclusionsGetV1OK) IsSuccess

func (o *CbExclusionsGetV1OK) IsSuccess() bool

IsSuccess returns true when this cb exclusions get v1 o k response has a 2xx status code

func (*CbExclusionsGetV1OK) String

func (o *CbExclusionsGetV1OK) String() string

type CbExclusionsGetV1Params

type CbExclusionsGetV1Params struct {

	/* Ids.

	   The ids of the exclusions to retrieve
	*/
	Ids []string

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

CbExclusionsGetV1Params contains all the parameters to send to the API endpoint

for the cb exclusions get v1 operation.

Typically these are written to a http.Request.

func NewCbExclusionsGetV1Params

func NewCbExclusionsGetV1Params() *CbExclusionsGetV1Params

NewCbExclusionsGetV1Params creates a new CbExclusionsGetV1Params 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 NewCbExclusionsGetV1ParamsWithContext

func NewCbExclusionsGetV1ParamsWithContext(ctx context.Context) *CbExclusionsGetV1Params

NewCbExclusionsGetV1ParamsWithContext creates a new CbExclusionsGetV1Params object with the ability to set a context for a request.

func NewCbExclusionsGetV1ParamsWithHTTPClient

func NewCbExclusionsGetV1ParamsWithHTTPClient(client *http.Client) *CbExclusionsGetV1Params

NewCbExclusionsGetV1ParamsWithHTTPClient creates a new CbExclusionsGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewCbExclusionsGetV1ParamsWithTimeout

func NewCbExclusionsGetV1ParamsWithTimeout(timeout time.Duration) *CbExclusionsGetV1Params

NewCbExclusionsGetV1ParamsWithTimeout creates a new CbExclusionsGetV1Params object with the ability to set a timeout on a request.

func (*CbExclusionsGetV1Params) SetContext

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

SetContext adds the context to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) SetDefaults

func (o *CbExclusionsGetV1Params) SetDefaults()

SetDefaults hydrates default values in the cb exclusions get v1 params (not the query body).

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

func (*CbExclusionsGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) SetIds

func (o *CbExclusionsGetV1Params) SetIds(ids []string)

SetIds adds the ids to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) WithContext

WithContext adds the context to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) WithDefaults

WithDefaults hydrates default values in the cb exclusions get v1 params (not the query body).

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

func (*CbExclusionsGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) WithIds

WithIds adds the ids to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) WithTimeout

WithTimeout adds the timeout to the cb exclusions get v1 params

func (*CbExclusionsGetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CbExclusionsGetV1Reader

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

CbExclusionsGetV1Reader is a Reader for the CbExclusionsGetV1 structure.

func (*CbExclusionsGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CbExclusionsGetV1TooManyRequests

type CbExclusionsGetV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CbExclusionsGetV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCbExclusionsGetV1TooManyRequests

func NewCbExclusionsGetV1TooManyRequests() *CbExclusionsGetV1TooManyRequests

NewCbExclusionsGetV1TooManyRequests creates a CbExclusionsGetV1TooManyRequests with default headers values

func (*CbExclusionsGetV1TooManyRequests) Code

Code gets the status code for the cb exclusions get v1 too many requests response

func (*CbExclusionsGetV1TooManyRequests) Error

func (*CbExclusionsGetV1TooManyRequests) GetPayload

func (*CbExclusionsGetV1TooManyRequests) IsClientError

func (o *CbExclusionsGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 too many requests response has a 4xx status code

func (*CbExclusionsGetV1TooManyRequests) IsCode

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

IsCode returns true when this cb exclusions get v1 too many requests response a status code equal to that given

func (*CbExclusionsGetV1TooManyRequests) IsRedirect

func (o *CbExclusionsGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this cb exclusions get v1 too many requests response has a 3xx status code

func (*CbExclusionsGetV1TooManyRequests) IsServerError

func (o *CbExclusionsGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 too many requests response has a 5xx status code

func (*CbExclusionsGetV1TooManyRequests) IsSuccess

func (o *CbExclusionsGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this cb exclusions get v1 too many requests response has a 2xx status code

func (*CbExclusionsGetV1TooManyRequests) String

type CbExclusionsGetV1Unauthorized

type CbExclusionsGetV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCbExclusionsGetV1Unauthorized

func NewCbExclusionsGetV1Unauthorized() *CbExclusionsGetV1Unauthorized

NewCbExclusionsGetV1Unauthorized creates a CbExclusionsGetV1Unauthorized with default headers values

func (*CbExclusionsGetV1Unauthorized) Code

Code gets the status code for the cb exclusions get v1 unauthorized response

func (*CbExclusionsGetV1Unauthorized) Error

func (*CbExclusionsGetV1Unauthorized) GetPayload

func (*CbExclusionsGetV1Unauthorized) IsClientError

func (o *CbExclusionsGetV1Unauthorized) IsClientError() bool

IsClientError returns true when this cb exclusions get v1 unauthorized response has a 4xx status code

func (*CbExclusionsGetV1Unauthorized) IsCode

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

IsCode returns true when this cb exclusions get v1 unauthorized response a status code equal to that given

func (*CbExclusionsGetV1Unauthorized) IsRedirect

func (o *CbExclusionsGetV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this cb exclusions get v1 unauthorized response has a 3xx status code

func (*CbExclusionsGetV1Unauthorized) IsServerError

func (o *CbExclusionsGetV1Unauthorized) IsServerError() bool

IsServerError returns true when this cb exclusions get v1 unauthorized response has a 5xx status code

func (*CbExclusionsGetV1Unauthorized) IsSuccess

func (o *CbExclusionsGetV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this cb exclusions get v1 unauthorized response has a 2xx status code

func (*CbExclusionsGetV1Unauthorized) String

type CbExclusionsQueryV1BadRequest

type CbExclusionsQueryV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCbExclusionsQueryV1BadRequest

func NewCbExclusionsQueryV1BadRequest() *CbExclusionsQueryV1BadRequest

NewCbExclusionsQueryV1BadRequest creates a CbExclusionsQueryV1BadRequest with default headers values

func (*CbExclusionsQueryV1BadRequest) Code

Code gets the status code for the cb exclusions query v1 bad request response

func (*CbExclusionsQueryV1BadRequest) Error

func (*CbExclusionsQueryV1BadRequest) GetPayload

func (*CbExclusionsQueryV1BadRequest) IsClientError

func (o *CbExclusionsQueryV1BadRequest) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 bad request response has a 4xx status code

func (*CbExclusionsQueryV1BadRequest) IsCode

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

IsCode returns true when this cb exclusions query v1 bad request response a status code equal to that given

func (*CbExclusionsQueryV1BadRequest) IsRedirect

func (o *CbExclusionsQueryV1BadRequest) IsRedirect() bool

IsRedirect returns true when this cb exclusions query v1 bad request response has a 3xx status code

func (*CbExclusionsQueryV1BadRequest) IsServerError

func (o *CbExclusionsQueryV1BadRequest) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 bad request response has a 5xx status code

func (*CbExclusionsQueryV1BadRequest) IsSuccess

func (o *CbExclusionsQueryV1BadRequest) IsSuccess() bool

IsSuccess returns true when this cb exclusions query v1 bad request response has a 2xx status code

func (*CbExclusionsQueryV1BadRequest) String

type CbExclusionsQueryV1Forbidden

type CbExclusionsQueryV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCbExclusionsQueryV1Forbidden

func NewCbExclusionsQueryV1Forbidden() *CbExclusionsQueryV1Forbidden

NewCbExclusionsQueryV1Forbidden creates a CbExclusionsQueryV1Forbidden with default headers values

func (*CbExclusionsQueryV1Forbidden) Code

Code gets the status code for the cb exclusions query v1 forbidden response

func (*CbExclusionsQueryV1Forbidden) Error

func (*CbExclusionsQueryV1Forbidden) GetPayload

func (*CbExclusionsQueryV1Forbidden) IsClientError

func (o *CbExclusionsQueryV1Forbidden) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 forbidden response has a 4xx status code

func (*CbExclusionsQueryV1Forbidden) IsCode

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

IsCode returns true when this cb exclusions query v1 forbidden response a status code equal to that given

func (*CbExclusionsQueryV1Forbidden) IsRedirect

func (o *CbExclusionsQueryV1Forbidden) IsRedirect() bool

IsRedirect returns true when this cb exclusions query v1 forbidden response has a 3xx status code

func (*CbExclusionsQueryV1Forbidden) IsServerError

func (o *CbExclusionsQueryV1Forbidden) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 forbidden response has a 5xx status code

func (*CbExclusionsQueryV1Forbidden) IsSuccess

func (o *CbExclusionsQueryV1Forbidden) IsSuccess() bool

IsSuccess returns true when this cb exclusions query v1 forbidden response has a 2xx status code

func (*CbExclusionsQueryV1Forbidden) String

type CbExclusionsQueryV1InternalServerError added in v0.9.0

type CbExclusionsQueryV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCbExclusionsQueryV1InternalServerError added in v0.9.0

func NewCbExclusionsQueryV1InternalServerError() *CbExclusionsQueryV1InternalServerError

NewCbExclusionsQueryV1InternalServerError creates a CbExclusionsQueryV1InternalServerError with default headers values

func (*CbExclusionsQueryV1InternalServerError) Code added in v0.9.0

Code gets the status code for the cb exclusions query v1 internal server error response

func (*CbExclusionsQueryV1InternalServerError) Error added in v0.9.0

func (*CbExclusionsQueryV1InternalServerError) GetPayload added in v0.9.0

func (*CbExclusionsQueryV1InternalServerError) IsClientError added in v0.9.0

func (o *CbExclusionsQueryV1InternalServerError) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 internal server error response has a 4xx status code

func (*CbExclusionsQueryV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this cb exclusions query v1 internal server error response a status code equal to that given

func (*CbExclusionsQueryV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this cb exclusions query v1 internal server error response has a 3xx status code

func (*CbExclusionsQueryV1InternalServerError) IsServerError added in v0.9.0

func (o *CbExclusionsQueryV1InternalServerError) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 internal server error response has a 5xx status code

func (*CbExclusionsQueryV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this cb exclusions query v1 internal server error response has a 2xx status code

func (*CbExclusionsQueryV1InternalServerError) String added in v0.9.0

type CbExclusionsQueryV1OK

type CbExclusionsQueryV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

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

OK

func NewCbExclusionsQueryV1OK

func NewCbExclusionsQueryV1OK() *CbExclusionsQueryV1OK

NewCbExclusionsQueryV1OK creates a CbExclusionsQueryV1OK with default headers values

func (*CbExclusionsQueryV1OK) Code

func (o *CbExclusionsQueryV1OK) Code() int

Code gets the status code for the cb exclusions query v1 o k response

func (*CbExclusionsQueryV1OK) Error

func (o *CbExclusionsQueryV1OK) Error() string

func (*CbExclusionsQueryV1OK) GetPayload

func (*CbExclusionsQueryV1OK) IsClientError

func (o *CbExclusionsQueryV1OK) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 o k response has a 4xx status code

func (*CbExclusionsQueryV1OK) IsCode

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

IsCode returns true when this cb exclusions query v1 o k response a status code equal to that given

func (*CbExclusionsQueryV1OK) IsRedirect

func (o *CbExclusionsQueryV1OK) IsRedirect() bool

IsRedirect returns true when this cb exclusions query v1 o k response has a 3xx status code

func (*CbExclusionsQueryV1OK) IsServerError

func (o *CbExclusionsQueryV1OK) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 o k response has a 5xx status code

func (*CbExclusionsQueryV1OK) IsSuccess

func (o *CbExclusionsQueryV1OK) IsSuccess() bool

IsSuccess returns true when this cb exclusions query v1 o k response has a 2xx status code

func (*CbExclusionsQueryV1OK) String

func (o *CbExclusionsQueryV1OK) String() string

type CbExclusionsQueryV1Params

type CbExclusionsQueryV1Params struct {

	/* Filter.

	   The filter expression that should be used to limit the results.
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-100]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The sort expression that should be used to sort the results.
	*/
	Sort *string

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

CbExclusionsQueryV1Params contains all the parameters to send to the API endpoint

for the cb exclusions query v1 operation.

Typically these are written to a http.Request.

func NewCbExclusionsQueryV1Params

func NewCbExclusionsQueryV1Params() *CbExclusionsQueryV1Params

NewCbExclusionsQueryV1Params creates a new CbExclusionsQueryV1Params 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 NewCbExclusionsQueryV1ParamsWithContext

func NewCbExclusionsQueryV1ParamsWithContext(ctx context.Context) *CbExclusionsQueryV1Params

NewCbExclusionsQueryV1ParamsWithContext creates a new CbExclusionsQueryV1Params object with the ability to set a context for a request.

func NewCbExclusionsQueryV1ParamsWithHTTPClient

func NewCbExclusionsQueryV1ParamsWithHTTPClient(client *http.Client) *CbExclusionsQueryV1Params

NewCbExclusionsQueryV1ParamsWithHTTPClient creates a new CbExclusionsQueryV1Params object with the ability to set a custom HTTPClient for a request.

func NewCbExclusionsQueryV1ParamsWithTimeout

func NewCbExclusionsQueryV1ParamsWithTimeout(timeout time.Duration) *CbExclusionsQueryV1Params

NewCbExclusionsQueryV1ParamsWithTimeout creates a new CbExclusionsQueryV1Params object with the ability to set a timeout on a request.

func (*CbExclusionsQueryV1Params) SetContext

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

SetContext adds the context to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetDefaults

func (o *CbExclusionsQueryV1Params) SetDefaults()

SetDefaults hydrates default values in the cb exclusions query v1 params (not the query body).

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

func (*CbExclusionsQueryV1Params) SetFilter

func (o *CbExclusionsQueryV1Params) SetFilter(filter *string)

SetFilter adds the filter to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetLimit

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

SetLimit adds the limit to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetOffset

func (o *CbExclusionsQueryV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetSort

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

SetSort adds the sort to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) SetTimeout

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

SetTimeout adds the timeout to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithContext

WithContext adds the context to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithDefaults

WithDefaults hydrates default values in the cb exclusions query v1 params (not the query body).

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

func (*CbExclusionsQueryV1Params) WithFilter

WithFilter adds the filter to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithLimit

WithLimit adds the limit to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithOffset

WithOffset adds the offset to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithSort

WithSort adds the sort to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WithTimeout

WithTimeout adds the timeout to the cb exclusions query v1 params

func (*CbExclusionsQueryV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CbExclusionsQueryV1Reader

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

CbExclusionsQueryV1Reader is a Reader for the CbExclusionsQueryV1 structure.

func (*CbExclusionsQueryV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CbExclusionsQueryV1TooManyRequests

type CbExclusionsQueryV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CbExclusionsQueryV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCbExclusionsQueryV1TooManyRequests

func NewCbExclusionsQueryV1TooManyRequests() *CbExclusionsQueryV1TooManyRequests

NewCbExclusionsQueryV1TooManyRequests creates a CbExclusionsQueryV1TooManyRequests with default headers values

func (*CbExclusionsQueryV1TooManyRequests) Code

Code gets the status code for the cb exclusions query v1 too many requests response

func (*CbExclusionsQueryV1TooManyRequests) Error

func (*CbExclusionsQueryV1TooManyRequests) GetPayload

func (*CbExclusionsQueryV1TooManyRequests) IsClientError

func (o *CbExclusionsQueryV1TooManyRequests) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 too many requests response has a 4xx status code

func (*CbExclusionsQueryV1TooManyRequests) IsCode

IsCode returns true when this cb exclusions query v1 too many requests response a status code equal to that given

func (*CbExclusionsQueryV1TooManyRequests) IsRedirect

func (o *CbExclusionsQueryV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this cb exclusions query v1 too many requests response has a 3xx status code

func (*CbExclusionsQueryV1TooManyRequests) IsServerError

func (o *CbExclusionsQueryV1TooManyRequests) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 too many requests response has a 5xx status code

func (*CbExclusionsQueryV1TooManyRequests) IsSuccess

IsSuccess returns true when this cb exclusions query v1 too many requests response has a 2xx status code

func (*CbExclusionsQueryV1TooManyRequests) String

type CbExclusionsQueryV1Unauthorized

type CbExclusionsQueryV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCbExclusionsQueryV1Unauthorized

func NewCbExclusionsQueryV1Unauthorized() *CbExclusionsQueryV1Unauthorized

NewCbExclusionsQueryV1Unauthorized creates a CbExclusionsQueryV1Unauthorized with default headers values

func (*CbExclusionsQueryV1Unauthorized) Code

Code gets the status code for the cb exclusions query v1 unauthorized response

func (*CbExclusionsQueryV1Unauthorized) Error

func (*CbExclusionsQueryV1Unauthorized) GetPayload

func (*CbExclusionsQueryV1Unauthorized) IsClientError

func (o *CbExclusionsQueryV1Unauthorized) IsClientError() bool

IsClientError returns true when this cb exclusions query v1 unauthorized response has a 4xx status code

func (*CbExclusionsQueryV1Unauthorized) IsCode

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

IsCode returns true when this cb exclusions query v1 unauthorized response a status code equal to that given

func (*CbExclusionsQueryV1Unauthorized) IsRedirect

func (o *CbExclusionsQueryV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this cb exclusions query v1 unauthorized response has a 3xx status code

func (*CbExclusionsQueryV1Unauthorized) IsServerError

func (o *CbExclusionsQueryV1Unauthorized) IsServerError() bool

IsServerError returns true when this cb exclusions query v1 unauthorized response has a 5xx status code

func (*CbExclusionsQueryV1Unauthorized) IsSuccess

func (o *CbExclusionsQueryV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this cb exclusions query v1 unauthorized response has a 2xx status code

func (*CbExclusionsQueryV1Unauthorized) String

type CbExclusionsUpdateV1BadRequest

type CbExclusionsUpdateV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCbExclusionsUpdateV1BadRequest

func NewCbExclusionsUpdateV1BadRequest() *CbExclusionsUpdateV1BadRequest

NewCbExclusionsUpdateV1BadRequest creates a CbExclusionsUpdateV1BadRequest with default headers values

func (*CbExclusionsUpdateV1BadRequest) Code

Code gets the status code for the cb exclusions update v1 bad request response

func (*CbExclusionsUpdateV1BadRequest) Error

func (*CbExclusionsUpdateV1BadRequest) GetPayload

func (*CbExclusionsUpdateV1BadRequest) IsClientError

func (o *CbExclusionsUpdateV1BadRequest) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 bad request response has a 4xx status code

func (*CbExclusionsUpdateV1BadRequest) IsCode

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

IsCode returns true when this cb exclusions update v1 bad request response a status code equal to that given

func (*CbExclusionsUpdateV1BadRequest) IsRedirect

func (o *CbExclusionsUpdateV1BadRequest) IsRedirect() bool

IsRedirect returns true when this cb exclusions update v1 bad request response has a 3xx status code

func (*CbExclusionsUpdateV1BadRequest) IsServerError

func (o *CbExclusionsUpdateV1BadRequest) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 bad request response has a 5xx status code

func (*CbExclusionsUpdateV1BadRequest) IsSuccess

func (o *CbExclusionsUpdateV1BadRequest) IsSuccess() bool

IsSuccess returns true when this cb exclusions update v1 bad request response has a 2xx status code

func (*CbExclusionsUpdateV1BadRequest) String

type CbExclusionsUpdateV1Forbidden

type CbExclusionsUpdateV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCbExclusionsUpdateV1Forbidden

func NewCbExclusionsUpdateV1Forbidden() *CbExclusionsUpdateV1Forbidden

NewCbExclusionsUpdateV1Forbidden creates a CbExclusionsUpdateV1Forbidden with default headers values

func (*CbExclusionsUpdateV1Forbidden) Code

Code gets the status code for the cb exclusions update v1 forbidden response

func (*CbExclusionsUpdateV1Forbidden) Error

func (*CbExclusionsUpdateV1Forbidden) GetPayload

func (*CbExclusionsUpdateV1Forbidden) IsClientError

func (o *CbExclusionsUpdateV1Forbidden) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 forbidden response has a 4xx status code

func (*CbExclusionsUpdateV1Forbidden) IsCode

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

IsCode returns true when this cb exclusions update v1 forbidden response a status code equal to that given

func (*CbExclusionsUpdateV1Forbidden) IsRedirect

func (o *CbExclusionsUpdateV1Forbidden) IsRedirect() bool

IsRedirect returns true when this cb exclusions update v1 forbidden response has a 3xx status code

func (*CbExclusionsUpdateV1Forbidden) IsServerError

func (o *CbExclusionsUpdateV1Forbidden) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 forbidden response has a 5xx status code

func (*CbExclusionsUpdateV1Forbidden) IsSuccess

func (o *CbExclusionsUpdateV1Forbidden) IsSuccess() bool

IsSuccess returns true when this cb exclusions update v1 forbidden response has a 2xx status code

func (*CbExclusionsUpdateV1Forbidden) String

type CbExclusionsUpdateV1InternalServerError added in v0.9.0

type CbExclusionsUpdateV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCbExclusionsUpdateV1InternalServerError added in v0.9.0

func NewCbExclusionsUpdateV1InternalServerError() *CbExclusionsUpdateV1InternalServerError

NewCbExclusionsUpdateV1InternalServerError creates a CbExclusionsUpdateV1InternalServerError with default headers values

func (*CbExclusionsUpdateV1InternalServerError) Code added in v0.9.0

Code gets the status code for the cb exclusions update v1 internal server error response

func (*CbExclusionsUpdateV1InternalServerError) Error added in v0.9.0

func (*CbExclusionsUpdateV1InternalServerError) GetPayload added in v0.9.0

func (*CbExclusionsUpdateV1InternalServerError) IsClientError added in v0.9.0

func (o *CbExclusionsUpdateV1InternalServerError) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 internal server error response has a 4xx status code

func (*CbExclusionsUpdateV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this cb exclusions update v1 internal server error response a status code equal to that given

func (*CbExclusionsUpdateV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this cb exclusions update v1 internal server error response has a 3xx status code

func (*CbExclusionsUpdateV1InternalServerError) IsServerError added in v0.9.0

func (o *CbExclusionsUpdateV1InternalServerError) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 internal server error response has a 5xx status code

func (*CbExclusionsUpdateV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this cb exclusions update v1 internal server error response has a 2xx status code

func (*CbExclusionsUpdateV1InternalServerError) String added in v0.9.0

type CbExclusionsUpdateV1OK

type CbExclusionsUpdateV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APICertBasedExclusionRespV1
}

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

OK

func NewCbExclusionsUpdateV1OK

func NewCbExclusionsUpdateV1OK() *CbExclusionsUpdateV1OK

NewCbExclusionsUpdateV1OK creates a CbExclusionsUpdateV1OK with default headers values

func (*CbExclusionsUpdateV1OK) Code

func (o *CbExclusionsUpdateV1OK) Code() int

Code gets the status code for the cb exclusions update v1 o k response

func (*CbExclusionsUpdateV1OK) Error

func (o *CbExclusionsUpdateV1OK) Error() string

func (*CbExclusionsUpdateV1OK) GetPayload

func (*CbExclusionsUpdateV1OK) IsClientError

func (o *CbExclusionsUpdateV1OK) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 o k response has a 4xx status code

func (*CbExclusionsUpdateV1OK) IsCode

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

IsCode returns true when this cb exclusions update v1 o k response a status code equal to that given

func (*CbExclusionsUpdateV1OK) IsRedirect

func (o *CbExclusionsUpdateV1OK) IsRedirect() bool

IsRedirect returns true when this cb exclusions update v1 o k response has a 3xx status code

func (*CbExclusionsUpdateV1OK) IsServerError

func (o *CbExclusionsUpdateV1OK) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 o k response has a 5xx status code

func (*CbExclusionsUpdateV1OK) IsSuccess

func (o *CbExclusionsUpdateV1OK) IsSuccess() bool

IsSuccess returns true when this cb exclusions update v1 o k response has a 2xx status code

func (*CbExclusionsUpdateV1OK) String

func (o *CbExclusionsUpdateV1OK) String() string

type CbExclusionsUpdateV1Params

type CbExclusionsUpdateV1Params struct {

	// Body.
	Body *models.APICertBasedExclusionsUpdateReqV1

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

CbExclusionsUpdateV1Params contains all the parameters to send to the API endpoint

for the cb exclusions update v1 operation.

Typically these are written to a http.Request.

func NewCbExclusionsUpdateV1Params

func NewCbExclusionsUpdateV1Params() *CbExclusionsUpdateV1Params

NewCbExclusionsUpdateV1Params creates a new CbExclusionsUpdateV1Params 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 NewCbExclusionsUpdateV1ParamsWithContext

func NewCbExclusionsUpdateV1ParamsWithContext(ctx context.Context) *CbExclusionsUpdateV1Params

NewCbExclusionsUpdateV1ParamsWithContext creates a new CbExclusionsUpdateV1Params object with the ability to set a context for a request.

func NewCbExclusionsUpdateV1ParamsWithHTTPClient

func NewCbExclusionsUpdateV1ParamsWithHTTPClient(client *http.Client) *CbExclusionsUpdateV1Params

NewCbExclusionsUpdateV1ParamsWithHTTPClient creates a new CbExclusionsUpdateV1Params object with the ability to set a custom HTTPClient for a request.

func NewCbExclusionsUpdateV1ParamsWithTimeout

func NewCbExclusionsUpdateV1ParamsWithTimeout(timeout time.Duration) *CbExclusionsUpdateV1Params

NewCbExclusionsUpdateV1ParamsWithTimeout creates a new CbExclusionsUpdateV1Params object with the ability to set a timeout on a request.

func (*CbExclusionsUpdateV1Params) SetBody

SetBody adds the body to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) SetContext

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

SetContext adds the context to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) SetDefaults

func (o *CbExclusionsUpdateV1Params) SetDefaults()

SetDefaults hydrates default values in the cb exclusions update v1 params (not the query body).

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

func (*CbExclusionsUpdateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) SetTimeout

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

SetTimeout adds the timeout to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) WithBody

WithBody adds the body to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) WithContext

WithContext adds the context to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) WithDefaults

WithDefaults hydrates default values in the cb exclusions update v1 params (not the query body).

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

func (*CbExclusionsUpdateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) WithTimeout

WithTimeout adds the timeout to the cb exclusions update v1 params

func (*CbExclusionsUpdateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CbExclusionsUpdateV1Reader

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

CbExclusionsUpdateV1Reader is a Reader for the CbExclusionsUpdateV1 structure.

func (*CbExclusionsUpdateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CbExclusionsUpdateV1TooManyRequests

type CbExclusionsUpdateV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CbExclusionsUpdateV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCbExclusionsUpdateV1TooManyRequests

func NewCbExclusionsUpdateV1TooManyRequests() *CbExclusionsUpdateV1TooManyRequests

NewCbExclusionsUpdateV1TooManyRequests creates a CbExclusionsUpdateV1TooManyRequests with default headers values

func (*CbExclusionsUpdateV1TooManyRequests) Code

Code gets the status code for the cb exclusions update v1 too many requests response

func (*CbExclusionsUpdateV1TooManyRequests) Error

func (*CbExclusionsUpdateV1TooManyRequests) GetPayload

func (*CbExclusionsUpdateV1TooManyRequests) IsClientError

func (o *CbExclusionsUpdateV1TooManyRequests) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 too many requests response has a 4xx status code

func (*CbExclusionsUpdateV1TooManyRequests) IsCode

IsCode returns true when this cb exclusions update v1 too many requests response a status code equal to that given

func (*CbExclusionsUpdateV1TooManyRequests) IsRedirect

func (o *CbExclusionsUpdateV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this cb exclusions update v1 too many requests response has a 3xx status code

func (*CbExclusionsUpdateV1TooManyRequests) IsServerError

func (o *CbExclusionsUpdateV1TooManyRequests) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 too many requests response has a 5xx status code

func (*CbExclusionsUpdateV1TooManyRequests) IsSuccess

IsSuccess returns true when this cb exclusions update v1 too many requests response has a 2xx status code

func (*CbExclusionsUpdateV1TooManyRequests) String

type CbExclusionsUpdateV1Unauthorized

type CbExclusionsUpdateV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCbExclusionsUpdateV1Unauthorized

func NewCbExclusionsUpdateV1Unauthorized() *CbExclusionsUpdateV1Unauthorized

NewCbExclusionsUpdateV1Unauthorized creates a CbExclusionsUpdateV1Unauthorized with default headers values

func (*CbExclusionsUpdateV1Unauthorized) Code

Code gets the status code for the cb exclusions update v1 unauthorized response

func (*CbExclusionsUpdateV1Unauthorized) Error

func (*CbExclusionsUpdateV1Unauthorized) GetPayload

func (*CbExclusionsUpdateV1Unauthorized) IsClientError

func (o *CbExclusionsUpdateV1Unauthorized) IsClientError() bool

IsClientError returns true when this cb exclusions update v1 unauthorized response has a 4xx status code

func (*CbExclusionsUpdateV1Unauthorized) IsCode

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

IsCode returns true when this cb exclusions update v1 unauthorized response a status code equal to that given

func (*CbExclusionsUpdateV1Unauthorized) IsRedirect

func (o *CbExclusionsUpdateV1Unauthorized) IsRedirect() bool

IsRedirect returns true when this cb exclusions update v1 unauthorized response has a 3xx status code

func (*CbExclusionsUpdateV1Unauthorized) IsServerError

func (o *CbExclusionsUpdateV1Unauthorized) IsServerError() bool

IsServerError returns true when this cb exclusions update v1 unauthorized response has a 5xx status code

func (*CbExclusionsUpdateV1Unauthorized) IsSuccess

func (o *CbExclusionsUpdateV1Unauthorized) IsSuccess() bool

IsSuccess returns true when this cb exclusions update v1 unauthorized response has a 2xx status code

func (*CbExclusionsUpdateV1Unauthorized) String

type CertificatesGetV1BadRequest

type CertificatesGetV1BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Bad Request

func NewCertificatesGetV1BadRequest

func NewCertificatesGetV1BadRequest() *CertificatesGetV1BadRequest

NewCertificatesGetV1BadRequest creates a CertificatesGetV1BadRequest with default headers values

func (*CertificatesGetV1BadRequest) Code

func (o *CertificatesGetV1BadRequest) Code() int

Code gets the status code for the certificates get v1 bad request response

func (*CertificatesGetV1BadRequest) Error

func (*CertificatesGetV1BadRequest) GetPayload

func (*CertificatesGetV1BadRequest) IsClientError

func (o *CertificatesGetV1BadRequest) IsClientError() bool

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

func (*CertificatesGetV1BadRequest) IsCode

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

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

func (*CertificatesGetV1BadRequest) IsRedirect

func (o *CertificatesGetV1BadRequest) IsRedirect() bool

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

func (*CertificatesGetV1BadRequest) IsServerError

func (o *CertificatesGetV1BadRequest) IsServerError() bool

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

func (*CertificatesGetV1BadRequest) IsSuccess

func (o *CertificatesGetV1BadRequest) IsSuccess() bool

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

func (*CertificatesGetV1BadRequest) String

func (o *CertificatesGetV1BadRequest) String() string

type CertificatesGetV1Forbidden

type CertificatesGetV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Forbidden

func NewCertificatesGetV1Forbidden

func NewCertificatesGetV1Forbidden() *CertificatesGetV1Forbidden

NewCertificatesGetV1Forbidden creates a CertificatesGetV1Forbidden with default headers values

func (*CertificatesGetV1Forbidden) Code

func (o *CertificatesGetV1Forbidden) Code() int

Code gets the status code for the certificates get v1 forbidden response

func (*CertificatesGetV1Forbidden) Error

func (*CertificatesGetV1Forbidden) GetPayload

func (*CertificatesGetV1Forbidden) IsClientError

func (o *CertificatesGetV1Forbidden) IsClientError() bool

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

func (*CertificatesGetV1Forbidden) IsCode

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

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

func (*CertificatesGetV1Forbidden) IsRedirect

func (o *CertificatesGetV1Forbidden) IsRedirect() bool

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

func (*CertificatesGetV1Forbidden) IsServerError

func (o *CertificatesGetV1Forbidden) IsServerError() bool

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

func (*CertificatesGetV1Forbidden) IsSuccess

func (o *CertificatesGetV1Forbidden) IsSuccess() bool

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

func (*CertificatesGetV1Forbidden) String

func (o *CertificatesGetV1Forbidden) String() string

type CertificatesGetV1InternalServerError added in v0.9.0

type CertificatesGetV1InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Unexpected Error

func NewCertificatesGetV1InternalServerError added in v0.9.0

func NewCertificatesGetV1InternalServerError() *CertificatesGetV1InternalServerError

NewCertificatesGetV1InternalServerError creates a CertificatesGetV1InternalServerError with default headers values

func (*CertificatesGetV1InternalServerError) Code added in v0.9.0

Code gets the status code for the certificates get v1 internal server error response

func (*CertificatesGetV1InternalServerError) Error added in v0.9.0

func (*CertificatesGetV1InternalServerError) GetPayload added in v0.9.0

func (*CertificatesGetV1InternalServerError) IsClientError added in v0.9.0

func (o *CertificatesGetV1InternalServerError) IsClientError() bool

IsClientError returns true when this certificates get v1 internal server error response has a 4xx status code

func (*CertificatesGetV1InternalServerError) IsCode added in v0.9.0

IsCode returns true when this certificates get v1 internal server error response a status code equal to that given

func (*CertificatesGetV1InternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this certificates get v1 internal server error response has a 3xx status code

func (*CertificatesGetV1InternalServerError) IsServerError added in v0.9.0

func (o *CertificatesGetV1InternalServerError) IsServerError() bool

IsServerError returns true when this certificates get v1 internal server error response has a 5xx status code

func (*CertificatesGetV1InternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this certificates get v1 internal server error response has a 2xx status code

func (*CertificatesGetV1InternalServerError) String added in v0.9.0

type CertificatesGetV1OK

type CertificatesGetV1OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIRespCertificatesV1
}

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

OK

func NewCertificatesGetV1OK

func NewCertificatesGetV1OK() *CertificatesGetV1OK

NewCertificatesGetV1OK creates a CertificatesGetV1OK with default headers values

func (*CertificatesGetV1OK) Code

func (o *CertificatesGetV1OK) Code() int

Code gets the status code for the certificates get v1 o k response

func (*CertificatesGetV1OK) Error

func (o *CertificatesGetV1OK) Error() string

func (*CertificatesGetV1OK) GetPayload

func (*CertificatesGetV1OK) IsClientError

func (o *CertificatesGetV1OK) IsClientError() bool

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

func (*CertificatesGetV1OK) IsCode

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

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

func (*CertificatesGetV1OK) IsRedirect

func (o *CertificatesGetV1OK) IsRedirect() bool

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

func (*CertificatesGetV1OK) IsServerError

func (o *CertificatesGetV1OK) IsServerError() bool

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

func (*CertificatesGetV1OK) IsSuccess

func (o *CertificatesGetV1OK) IsSuccess() bool

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

func (*CertificatesGetV1OK) String

func (o *CertificatesGetV1OK) String() string

type CertificatesGetV1Params

type CertificatesGetV1Params struct {

	/* Ids.

	   The SHA256 Hash of the file to retrieve certificate signing info for
	*/
	Ids string

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

CertificatesGetV1Params contains all the parameters to send to the API endpoint

for the certificates get v1 operation.

Typically these are written to a http.Request.

func NewCertificatesGetV1Params

func NewCertificatesGetV1Params() *CertificatesGetV1Params

NewCertificatesGetV1Params creates a new CertificatesGetV1Params 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 NewCertificatesGetV1ParamsWithContext

func NewCertificatesGetV1ParamsWithContext(ctx context.Context) *CertificatesGetV1Params

NewCertificatesGetV1ParamsWithContext creates a new CertificatesGetV1Params object with the ability to set a context for a request.

func NewCertificatesGetV1ParamsWithHTTPClient

func NewCertificatesGetV1ParamsWithHTTPClient(client *http.Client) *CertificatesGetV1Params

NewCertificatesGetV1ParamsWithHTTPClient creates a new CertificatesGetV1Params object with the ability to set a custom HTTPClient for a request.

func NewCertificatesGetV1ParamsWithTimeout

func NewCertificatesGetV1ParamsWithTimeout(timeout time.Duration) *CertificatesGetV1Params

NewCertificatesGetV1ParamsWithTimeout creates a new CertificatesGetV1Params object with the ability to set a timeout on a request.

func (*CertificatesGetV1Params) SetContext

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

SetContext adds the context to the certificates get v1 params

func (*CertificatesGetV1Params) SetDefaults

func (o *CertificatesGetV1Params) SetDefaults()

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

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

func (*CertificatesGetV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the certificates get v1 params

func (*CertificatesGetV1Params) SetIds

func (o *CertificatesGetV1Params) SetIds(ids string)

SetIds adds the ids to the certificates get v1 params

func (*CertificatesGetV1Params) SetTimeout

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

SetTimeout adds the timeout to the certificates get v1 params

func (*CertificatesGetV1Params) WithContext

WithContext adds the context to the certificates get v1 params

func (*CertificatesGetV1Params) WithDefaults

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

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

func (*CertificatesGetV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the certificates get v1 params

func (*CertificatesGetV1Params) WithIds

WithIds adds the ids to the certificates get v1 params

func (*CertificatesGetV1Params) WithTimeout

WithTimeout adds the timeout to the certificates get v1 params

func (*CertificatesGetV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CertificatesGetV1Reader

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

CertificatesGetV1Reader is a Reader for the CertificatesGetV1 structure.

func (*CertificatesGetV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CertificatesGetV1TooManyRequests

type CertificatesGetV1TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CertificatesGetV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCertificatesGetV1TooManyRequests

func NewCertificatesGetV1TooManyRequests() *CertificatesGetV1TooManyRequests

NewCertificatesGetV1TooManyRequests creates a CertificatesGetV1TooManyRequests with default headers values

func (*CertificatesGetV1TooManyRequests) Code

Code gets the status code for the certificates get v1 too many requests response

func (*CertificatesGetV1TooManyRequests) Error

func (*CertificatesGetV1TooManyRequests) GetPayload

func (*CertificatesGetV1TooManyRequests) IsClientError

func (o *CertificatesGetV1TooManyRequests) IsClientError() bool

IsClientError returns true when this certificates get v1 too many requests response has a 4xx status code

func (*CertificatesGetV1TooManyRequests) IsCode

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

IsCode returns true when this certificates get v1 too many requests response a status code equal to that given

func (*CertificatesGetV1TooManyRequests) IsRedirect

func (o *CertificatesGetV1TooManyRequests) IsRedirect() bool

IsRedirect returns true when this certificates get v1 too many requests response has a 3xx status code

func (*CertificatesGetV1TooManyRequests) IsServerError

func (o *CertificatesGetV1TooManyRequests) IsServerError() bool

IsServerError returns true when this certificates get v1 too many requests response has a 5xx status code

func (*CertificatesGetV1TooManyRequests) IsSuccess

func (o *CertificatesGetV1TooManyRequests) IsSuccess() bool

IsSuccess returns true when this certificates get v1 too many requests response has a 2xx status code

func (*CertificatesGetV1TooManyRequests) String

type CertificatesGetV1Unauthorized

type CertificatesGetV1Unauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecResponseFields
}

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

Unauthorized

func NewCertificatesGetV1Unauthorized

func NewCertificatesGetV1Unauthorized() *CertificatesGetV1Unauthorized

NewCertificatesGetV1Unauthorized creates a CertificatesGetV1Unauthorized with default headers values

func (*CertificatesGetV1Unauthorized) Code

Code gets the status code for the certificates get v1 unauthorized response

func (*CertificatesGetV1Unauthorized) Error

func (*CertificatesGetV1Unauthorized) GetPayload

func (*CertificatesGetV1Unauthorized) IsClientError

func (o *CertificatesGetV1Unauthorized) IsClientError() bool

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

func (*CertificatesGetV1Unauthorized) IsCode

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

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

func (*CertificatesGetV1Unauthorized) IsRedirect

func (o *CertificatesGetV1Unauthorized) IsRedirect() bool

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

func (*CertificatesGetV1Unauthorized) IsServerError

func (o *CertificatesGetV1Unauthorized) IsServerError() bool

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

func (*CertificatesGetV1Unauthorized) IsSuccess

func (o *CertificatesGetV1Unauthorized) IsSuccess() bool

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

func (*CertificatesGetV1Unauthorized) String

type Client

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

Client for certificate based exclusions API

func (*Client) CbExclusionsCreateV1

func (a *Client) CbExclusionsCreateV1(params *CbExclusionsCreateV1Params, opts ...ClientOption) (*CbExclusionsCreateV1Created, error)

CbExclusionsCreateV1 creates new certificate based exclusions

func (*Client) CbExclusionsDeleteV1

func (a *Client) CbExclusionsDeleteV1(params *CbExclusionsDeleteV1Params, opts ...ClientOption) (*CbExclusionsDeleteV1OK, error)

CbExclusionsDeleteV1 deletes the exclusions by id

func (*Client) CbExclusionsGetV1

func (a *Client) CbExclusionsGetV1(params *CbExclusionsGetV1Params, opts ...ClientOption) (*CbExclusionsGetV1OK, error)

CbExclusionsGetV1 finds all exclusion i ds matching the query with filter

func (*Client) CbExclusionsQueryV1

func (a *Client) CbExclusionsQueryV1(params *CbExclusionsQueryV1Params, opts ...ClientOption) (*CbExclusionsQueryV1OK, error)

CbExclusionsQueryV1 searches for cert based exclusions

func (*Client) CbExclusionsUpdateV1

func (a *Client) CbExclusionsUpdateV1(params *CbExclusionsUpdateV1Params, opts ...ClientOption) (*CbExclusionsUpdateV1OK, error)

CbExclusionsUpdateV1 updates existing certificate based exclusions

func (*Client) CertificatesGetV1

func (a *Client) CertificatesGetV1(params *CertificatesGetV1Params, opts ...ClientOption) (*CertificatesGetV1OK, error)

CertificatesGetV1 retrieves certificate signing information for a file

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 {
	CbExclusionsCreateV1(params *CbExclusionsCreateV1Params, opts ...ClientOption) (*CbExclusionsCreateV1Created, error)

	CbExclusionsDeleteV1(params *CbExclusionsDeleteV1Params, opts ...ClientOption) (*CbExclusionsDeleteV1OK, error)

	CbExclusionsGetV1(params *CbExclusionsGetV1Params, opts ...ClientOption) (*CbExclusionsGetV1OK, error)

	CbExclusionsQueryV1(params *CbExclusionsQueryV1Params, opts ...ClientOption) (*CbExclusionsQueryV1OK, error)

	CbExclusionsUpdateV1(params *CbExclusionsUpdateV1Params, opts ...ClientOption) (*CbExclusionsUpdateV1OK, error)

	CertificatesGetV1(params *CertificatesGetV1Params, opts ...ClientOption) (*CertificatesGetV1OK, 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 certificate based exclusions API client.

Jump to

Keyboard shortcuts

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