response_policies

package
v0.0.0-...-4dc3446 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 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 Client

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

Client for response policies API

func (*Client) CreateRTResponsePolicies

func (a *Client) CreateRTResponsePolicies(params *CreateRTResponsePoliciesParams, opts ...ClientOption) (*CreateRTResponsePoliciesCreated, error)

CreateRTResponsePolicies creates response policies by specifying details about the policy to create

func (*Client) DeleteRTResponsePolicies

func (a *Client) DeleteRTResponsePolicies(params *DeleteRTResponsePoliciesParams, opts ...ClientOption) (*DeleteRTResponsePoliciesOK, error)

DeleteRTResponsePolicies deletes a set of response policies by specifying their i ds

func (*Client) GetRTResponsePolicies

func (a *Client) GetRTResponsePolicies(params *GetRTResponsePoliciesParams, opts ...ClientOption) (*GetRTResponsePoliciesOK, error)

GetRTResponsePolicies retrieves a set of response policies by specifying their i ds

func (*Client) PerformRTResponsePoliciesAction

func (a *Client) PerformRTResponsePoliciesAction(params *PerformRTResponsePoliciesActionParams, opts ...ClientOption) (*PerformRTResponsePoliciesActionOK, error)

PerformRTResponsePoliciesAction performs the specified action on the response policies specified in the request

func (*Client) QueryCombinedRTResponsePolicies

func (a *Client) QueryCombinedRTResponsePolicies(params *QueryCombinedRTResponsePoliciesParams, opts ...ClientOption) (*QueryCombinedRTResponsePoliciesOK, error)

QueryCombinedRTResponsePolicies searches for response policies in your environment by providing an f q l filter and paging details returns a set of response policies which match the filter criteria

func (*Client) QueryCombinedRTResponsePolicyMembers

func (a *Client) QueryCombinedRTResponsePolicyMembers(params *QueryCombinedRTResponsePolicyMembersParams, opts ...ClientOption) (*QueryCombinedRTResponsePolicyMembersOK, error)

QueryCombinedRTResponsePolicyMembers searches for members of a response policy in your environment by providing an f q l filter and paging details returns a set of host details which match the filter criteria

func (*Client) QueryRTResponsePolicies

func (a *Client) QueryRTResponsePolicies(params *QueryRTResponsePoliciesParams, opts ...ClientOption) (*QueryRTResponsePoliciesOK, error)

QueryRTResponsePolicies searches for response policies in your environment by providing an f q l filter with sort and or paging details this returns a set of response policy i ds that match the given criteria

func (*Client) QueryRTResponsePolicyMembers

func (a *Client) QueryRTResponsePolicyMembers(params *QueryRTResponsePolicyMembersParams, opts ...ClientOption) (*QueryRTResponsePolicyMembersOK, error)

QueryRTResponsePolicyMembers searches for members of a response policy in your environment by providing an f q l filter and paging details returns a set of agent i ds which match the filter criteria

func (*Client) SetRTResponsePoliciesPrecedence

func (a *Client) SetRTResponsePoliciesPrecedence(params *SetRTResponsePoliciesPrecedenceParams, opts ...ClientOption) (*SetRTResponsePoliciesPrecedenceOK, error)

SetRTResponsePoliciesPrecedence sets the precedence of response policies based on the order of i ds specified in the request the first ID specified will have the highest precedence and the last ID specified will have the lowest you must specify all non default policies for a platform when updating precedence

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateRTResponsePolicies

func (a *Client) UpdateRTResponsePolicies(params *UpdateRTResponsePoliciesParams, opts ...ClientOption) (*UpdateRTResponsePoliciesOK, error)

UpdateRTResponsePolicies updates response policies by specifying the ID of the policy and details to update

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateRTResponsePolicies(params *CreateRTResponsePoliciesParams, opts ...ClientOption) (*CreateRTResponsePoliciesCreated, error)

	DeleteRTResponsePolicies(params *DeleteRTResponsePoliciesParams, opts ...ClientOption) (*DeleteRTResponsePoliciesOK, error)

	GetRTResponsePolicies(params *GetRTResponsePoliciesParams, opts ...ClientOption) (*GetRTResponsePoliciesOK, error)

	PerformRTResponsePoliciesAction(params *PerformRTResponsePoliciesActionParams, opts ...ClientOption) (*PerformRTResponsePoliciesActionOK, error)

	QueryCombinedRTResponsePolicies(params *QueryCombinedRTResponsePoliciesParams, opts ...ClientOption) (*QueryCombinedRTResponsePoliciesOK, error)

	QueryCombinedRTResponsePolicyMembers(params *QueryCombinedRTResponsePolicyMembersParams, opts ...ClientOption) (*QueryCombinedRTResponsePolicyMembersOK, error)

	QueryRTResponsePolicies(params *QueryRTResponsePoliciesParams, opts ...ClientOption) (*QueryRTResponsePoliciesOK, error)

	QueryRTResponsePolicyMembers(params *QueryRTResponsePolicyMembersParams, opts ...ClientOption) (*QueryRTResponsePolicyMembersOK, error)

	SetRTResponsePoliciesPrecedence(params *SetRTResponsePoliciesPrecedenceParams, opts ...ClientOption) (*SetRTResponsePoliciesPrecedenceOK, error)

	UpdateRTResponsePolicies(params *UpdateRTResponsePoliciesParams, opts ...ClientOption) (*UpdateRTResponsePoliciesOK, 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 response policies API client.

type CreateRTResponsePoliciesBadRequest

type CreateRTResponsePoliciesBadRequest 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.RemoteResponseRespV1
}

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

Bad Request

func NewCreateRTResponsePoliciesBadRequest

func NewCreateRTResponsePoliciesBadRequest() *CreateRTResponsePoliciesBadRequest

NewCreateRTResponsePoliciesBadRequest creates a CreateRTResponsePoliciesBadRequest with default headers values

func (*CreateRTResponsePoliciesBadRequest) Code

Code gets the status code for the create r t response policies bad request response

func (*CreateRTResponsePoliciesBadRequest) Error

func (*CreateRTResponsePoliciesBadRequest) GetPayload

func (*CreateRTResponsePoliciesBadRequest) IsClientError

func (o *CreateRTResponsePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this create r t response policies bad request response has a 4xx status code

func (*CreateRTResponsePoliciesBadRequest) IsCode

IsCode returns true when this create r t response policies bad request response a status code equal to that given

func (*CreateRTResponsePoliciesBadRequest) IsRedirect

func (o *CreateRTResponsePoliciesBadRequest) IsRedirect() bool

IsRedirect returns true when this create r t response policies bad request response has a 3xx status code

func (*CreateRTResponsePoliciesBadRequest) IsServerError

func (o *CreateRTResponsePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this create r t response policies bad request response has a 5xx status code

func (*CreateRTResponsePoliciesBadRequest) IsSuccess

IsSuccess returns true when this create r t response policies bad request response has a 2xx status code

func (*CreateRTResponsePoliciesBadRequest) String

type CreateRTResponsePoliciesCreated

type CreateRTResponsePoliciesCreated 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.RemoteResponseRespV1
}

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

Created

func NewCreateRTResponsePoliciesCreated

func NewCreateRTResponsePoliciesCreated() *CreateRTResponsePoliciesCreated

NewCreateRTResponsePoliciesCreated creates a CreateRTResponsePoliciesCreated with default headers values

func (*CreateRTResponsePoliciesCreated) Code

Code gets the status code for the create r t response policies created response

func (*CreateRTResponsePoliciesCreated) Error

func (*CreateRTResponsePoliciesCreated) GetPayload

func (*CreateRTResponsePoliciesCreated) IsClientError

func (o *CreateRTResponsePoliciesCreated) IsClientError() bool

IsClientError returns true when this create r t response policies created response has a 4xx status code

func (*CreateRTResponsePoliciesCreated) IsCode

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

IsCode returns true when this create r t response policies created response a status code equal to that given

func (*CreateRTResponsePoliciesCreated) IsRedirect

func (o *CreateRTResponsePoliciesCreated) IsRedirect() bool

IsRedirect returns true when this create r t response policies created response has a 3xx status code

func (*CreateRTResponsePoliciesCreated) IsServerError

func (o *CreateRTResponsePoliciesCreated) IsServerError() bool

IsServerError returns true when this create r t response policies created response has a 5xx status code

func (*CreateRTResponsePoliciesCreated) IsSuccess

func (o *CreateRTResponsePoliciesCreated) IsSuccess() bool

IsSuccess returns true when this create r t response policies created response has a 2xx status code

func (*CreateRTResponsePoliciesCreated) String

type CreateRTResponsePoliciesForbidden

type CreateRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewCreateRTResponsePoliciesForbidden

func NewCreateRTResponsePoliciesForbidden() *CreateRTResponsePoliciesForbidden

NewCreateRTResponsePoliciesForbidden creates a CreateRTResponsePoliciesForbidden with default headers values

func (*CreateRTResponsePoliciesForbidden) Code

Code gets the status code for the create r t response policies forbidden response

func (*CreateRTResponsePoliciesForbidden) Error

func (*CreateRTResponsePoliciesForbidden) GetPayload

func (*CreateRTResponsePoliciesForbidden) IsClientError

func (o *CreateRTResponsePoliciesForbidden) IsClientError() bool

IsClientError returns true when this create r t response policies forbidden response has a 4xx status code

func (*CreateRTResponsePoliciesForbidden) IsCode

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

IsCode returns true when this create r t response policies forbidden response a status code equal to that given

func (*CreateRTResponsePoliciesForbidden) IsRedirect

func (o *CreateRTResponsePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this create r t response policies forbidden response has a 3xx status code

func (*CreateRTResponsePoliciesForbidden) IsServerError

func (o *CreateRTResponsePoliciesForbidden) IsServerError() bool

IsServerError returns true when this create r t response policies forbidden response has a 5xx status code

func (*CreateRTResponsePoliciesForbidden) IsSuccess

func (o *CreateRTResponsePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this create r t response policies forbidden response has a 2xx status code

func (*CreateRTResponsePoliciesForbidden) String

type CreateRTResponsePoliciesInternalServerError

type CreateRTResponsePoliciesInternalServerError 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.RemoteResponseRespV1
}

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

Internal Server Error

func NewCreateRTResponsePoliciesInternalServerError

func NewCreateRTResponsePoliciesInternalServerError() *CreateRTResponsePoliciesInternalServerError

NewCreateRTResponsePoliciesInternalServerError creates a CreateRTResponsePoliciesInternalServerError with default headers values

func (*CreateRTResponsePoliciesInternalServerError) Code

Code gets the status code for the create r t response policies internal server error response

func (*CreateRTResponsePoliciesInternalServerError) Error

func (*CreateRTResponsePoliciesInternalServerError) GetPayload

func (*CreateRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this create r t response policies internal server error response has a 4xx status code

func (*CreateRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this create r t response policies internal server error response a status code equal to that given

func (*CreateRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this create r t response policies internal server error response has a 3xx status code

func (*CreateRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this create r t response policies internal server error response has a 5xx status code

func (*CreateRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this create r t response policies internal server error response has a 2xx status code

func (*CreateRTResponsePoliciesInternalServerError) String

type CreateRTResponsePoliciesNotFound

type CreateRTResponsePoliciesNotFound 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.RemoteResponseRespV1
}

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

Not Found

func NewCreateRTResponsePoliciesNotFound

func NewCreateRTResponsePoliciesNotFound() *CreateRTResponsePoliciesNotFound

NewCreateRTResponsePoliciesNotFound creates a CreateRTResponsePoliciesNotFound with default headers values

func (*CreateRTResponsePoliciesNotFound) Code

Code gets the status code for the create r t response policies not found response

func (*CreateRTResponsePoliciesNotFound) Error

func (*CreateRTResponsePoliciesNotFound) GetPayload

func (*CreateRTResponsePoliciesNotFound) IsClientError

func (o *CreateRTResponsePoliciesNotFound) IsClientError() bool

IsClientError returns true when this create r t response policies not found response has a 4xx status code

func (*CreateRTResponsePoliciesNotFound) IsCode

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

IsCode returns true when this create r t response policies not found response a status code equal to that given

func (*CreateRTResponsePoliciesNotFound) IsRedirect

func (o *CreateRTResponsePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this create r t response policies not found response has a 3xx status code

func (*CreateRTResponsePoliciesNotFound) IsServerError

func (o *CreateRTResponsePoliciesNotFound) IsServerError() bool

IsServerError returns true when this create r t response policies not found response has a 5xx status code

func (*CreateRTResponsePoliciesNotFound) IsSuccess

func (o *CreateRTResponsePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this create r t response policies not found response has a 2xx status code

func (*CreateRTResponsePoliciesNotFound) String

type CreateRTResponsePoliciesParams

type CreateRTResponsePoliciesParams struct {

	// Body.
	Body *models.RemoteResponseCreatePoliciesV1

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

CreateRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the create r t response policies operation.

Typically these are written to a http.Request.

func NewCreateRTResponsePoliciesParams

func NewCreateRTResponsePoliciesParams() *CreateRTResponsePoliciesParams

NewCreateRTResponsePoliciesParams creates a new CreateRTResponsePoliciesParams 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 NewCreateRTResponsePoliciesParamsWithContext

func NewCreateRTResponsePoliciesParamsWithContext(ctx context.Context) *CreateRTResponsePoliciesParams

NewCreateRTResponsePoliciesParamsWithContext creates a new CreateRTResponsePoliciesParams object with the ability to set a context for a request.

func NewCreateRTResponsePoliciesParamsWithHTTPClient

func NewCreateRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *CreateRTResponsePoliciesParams

NewCreateRTResponsePoliciesParamsWithHTTPClient creates a new CreateRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateRTResponsePoliciesParamsWithTimeout

func NewCreateRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *CreateRTResponsePoliciesParams

NewCreateRTResponsePoliciesParamsWithTimeout creates a new CreateRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*CreateRTResponsePoliciesParams) SetBody

SetBody adds the body to the create r t response policies params

func (*CreateRTResponsePoliciesParams) SetContext

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

SetContext adds the context to the create r t response policies params

func (*CreateRTResponsePoliciesParams) SetDefaults

func (o *CreateRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the create r t response policies params (not the query body).

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

func (*CreateRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create r t response policies params

func (*CreateRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the create r t response policies params

func (*CreateRTResponsePoliciesParams) WithBody

WithBody adds the body to the create r t response policies params

func (*CreateRTResponsePoliciesParams) WithContext

WithContext adds the context to the create r t response policies params

func (*CreateRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the create r t response policies params (not the query body).

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

func (*CreateRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create r t response policies params

func (*CreateRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the create r t response policies params

func (*CreateRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRTResponsePoliciesReader

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

CreateRTResponsePoliciesReader is a Reader for the CreateRTResponsePolicies structure.

func (*CreateRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateRTResponsePoliciesTooManyRequests

type CreateRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewCreateRTResponsePoliciesTooManyRequests

func NewCreateRTResponsePoliciesTooManyRequests() *CreateRTResponsePoliciesTooManyRequests

NewCreateRTResponsePoliciesTooManyRequests creates a CreateRTResponsePoliciesTooManyRequests with default headers values

func (*CreateRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the create r t response policies too many requests response

func (*CreateRTResponsePoliciesTooManyRequests) Error

func (*CreateRTResponsePoliciesTooManyRequests) GetPayload

func (*CreateRTResponsePoliciesTooManyRequests) IsClientError

func (o *CreateRTResponsePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this create r t response policies too many requests response has a 4xx status code

func (*CreateRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this create r t response policies too many requests response a status code equal to that given

func (*CreateRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this create r t response policies too many requests response has a 3xx status code

func (*CreateRTResponsePoliciesTooManyRequests) IsServerError

func (o *CreateRTResponsePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this create r t response policies too many requests response has a 5xx status code

func (*CreateRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this create r t response policies too many requests response has a 2xx status code

func (*CreateRTResponsePoliciesTooManyRequests) String

type DeleteRTResponsePoliciesForbidden

type DeleteRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewDeleteRTResponsePoliciesForbidden

func NewDeleteRTResponsePoliciesForbidden() *DeleteRTResponsePoliciesForbidden

NewDeleteRTResponsePoliciesForbidden creates a DeleteRTResponsePoliciesForbidden with default headers values

func (*DeleteRTResponsePoliciesForbidden) Code

Code gets the status code for the delete r t response policies forbidden response

func (*DeleteRTResponsePoliciesForbidden) Error

func (*DeleteRTResponsePoliciesForbidden) GetPayload

func (*DeleteRTResponsePoliciesForbidden) IsClientError

func (o *DeleteRTResponsePoliciesForbidden) IsClientError() bool

IsClientError returns true when this delete r t response policies forbidden response has a 4xx status code

func (*DeleteRTResponsePoliciesForbidden) IsCode

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

IsCode returns true when this delete r t response policies forbidden response a status code equal to that given

func (*DeleteRTResponsePoliciesForbidden) IsRedirect

func (o *DeleteRTResponsePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this delete r t response policies forbidden response has a 3xx status code

func (*DeleteRTResponsePoliciesForbidden) IsServerError

func (o *DeleteRTResponsePoliciesForbidden) IsServerError() bool

IsServerError returns true when this delete r t response policies forbidden response has a 5xx status code

func (*DeleteRTResponsePoliciesForbidden) IsSuccess

func (o *DeleteRTResponsePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this delete r t response policies forbidden response has a 2xx status code

func (*DeleteRTResponsePoliciesForbidden) String

type DeleteRTResponsePoliciesInternalServerError

type DeleteRTResponsePoliciesInternalServerError 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.MsaQueryResponse
}

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

Internal Server Error

func NewDeleteRTResponsePoliciesInternalServerError

func NewDeleteRTResponsePoliciesInternalServerError() *DeleteRTResponsePoliciesInternalServerError

NewDeleteRTResponsePoliciesInternalServerError creates a DeleteRTResponsePoliciesInternalServerError with default headers values

func (*DeleteRTResponsePoliciesInternalServerError) Code

Code gets the status code for the delete r t response policies internal server error response

func (*DeleteRTResponsePoliciesInternalServerError) Error

func (*DeleteRTResponsePoliciesInternalServerError) GetPayload

func (*DeleteRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this delete r t response policies internal server error response has a 4xx status code

func (*DeleteRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this delete r t response policies internal server error response a status code equal to that given

func (*DeleteRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this delete r t response policies internal server error response has a 3xx status code

func (*DeleteRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this delete r t response policies internal server error response has a 5xx status code

func (*DeleteRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this delete r t response policies internal server error response has a 2xx status code

func (*DeleteRTResponsePoliciesInternalServerError) String

type DeleteRTResponsePoliciesNotFound

type DeleteRTResponsePoliciesNotFound 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.MsaQueryResponse
}

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

Not Found

func NewDeleteRTResponsePoliciesNotFound

func NewDeleteRTResponsePoliciesNotFound() *DeleteRTResponsePoliciesNotFound

NewDeleteRTResponsePoliciesNotFound creates a DeleteRTResponsePoliciesNotFound with default headers values

func (*DeleteRTResponsePoliciesNotFound) Code

Code gets the status code for the delete r t response policies not found response

func (*DeleteRTResponsePoliciesNotFound) Error

func (*DeleteRTResponsePoliciesNotFound) GetPayload

func (*DeleteRTResponsePoliciesNotFound) IsClientError

func (o *DeleteRTResponsePoliciesNotFound) IsClientError() bool

IsClientError returns true when this delete r t response policies not found response has a 4xx status code

func (*DeleteRTResponsePoliciesNotFound) IsCode

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

IsCode returns true when this delete r t response policies not found response a status code equal to that given

func (*DeleteRTResponsePoliciesNotFound) IsRedirect

func (o *DeleteRTResponsePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this delete r t response policies not found response has a 3xx status code

func (*DeleteRTResponsePoliciesNotFound) IsServerError

func (o *DeleteRTResponsePoliciesNotFound) IsServerError() bool

IsServerError returns true when this delete r t response policies not found response has a 5xx status code

func (*DeleteRTResponsePoliciesNotFound) IsSuccess

func (o *DeleteRTResponsePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this delete r t response policies not found response has a 2xx status code

func (*DeleteRTResponsePoliciesNotFound) String

type DeleteRTResponsePoliciesOK

type DeleteRTResponsePoliciesOK 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.MsaQueryResponse
}

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

OK

func NewDeleteRTResponsePoliciesOK

func NewDeleteRTResponsePoliciesOK() *DeleteRTResponsePoliciesOK

NewDeleteRTResponsePoliciesOK creates a DeleteRTResponsePoliciesOK with default headers values

func (*DeleteRTResponsePoliciesOK) Code

func (o *DeleteRTResponsePoliciesOK) Code() int

Code gets the status code for the delete r t response policies o k response

func (*DeleteRTResponsePoliciesOK) Error

func (*DeleteRTResponsePoliciesOK) GetPayload

func (*DeleteRTResponsePoliciesOK) IsClientError

func (o *DeleteRTResponsePoliciesOK) IsClientError() bool

IsClientError returns true when this delete r t response policies o k response has a 4xx status code

func (*DeleteRTResponsePoliciesOK) IsCode

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

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

func (*DeleteRTResponsePoliciesOK) IsRedirect

func (o *DeleteRTResponsePoliciesOK) IsRedirect() bool

IsRedirect returns true when this delete r t response policies o k response has a 3xx status code

func (*DeleteRTResponsePoliciesOK) IsServerError

func (o *DeleteRTResponsePoliciesOK) IsServerError() bool

IsServerError returns true when this delete r t response policies o k response has a 5xx status code

func (*DeleteRTResponsePoliciesOK) IsSuccess

func (o *DeleteRTResponsePoliciesOK) IsSuccess() bool

IsSuccess returns true when this delete r t response policies o k response has a 2xx status code

func (*DeleteRTResponsePoliciesOK) String

func (o *DeleteRTResponsePoliciesOK) String() string

type DeleteRTResponsePoliciesParams

type DeleteRTResponsePoliciesParams struct {

	/* Ids.

	   The IDs of the Response Policies to delete
	*/
	Ids []string

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

DeleteRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the delete r t response policies operation.

Typically these are written to a http.Request.

func NewDeleteRTResponsePoliciesParams

func NewDeleteRTResponsePoliciesParams() *DeleteRTResponsePoliciesParams

NewDeleteRTResponsePoliciesParams creates a new DeleteRTResponsePoliciesParams 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 NewDeleteRTResponsePoliciesParamsWithContext

func NewDeleteRTResponsePoliciesParamsWithContext(ctx context.Context) *DeleteRTResponsePoliciesParams

NewDeleteRTResponsePoliciesParamsWithContext creates a new DeleteRTResponsePoliciesParams object with the ability to set a context for a request.

func NewDeleteRTResponsePoliciesParamsWithHTTPClient

func NewDeleteRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *DeleteRTResponsePoliciesParams

NewDeleteRTResponsePoliciesParamsWithHTTPClient creates a new DeleteRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRTResponsePoliciesParamsWithTimeout

func NewDeleteRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *DeleteRTResponsePoliciesParams

NewDeleteRTResponsePoliciesParamsWithTimeout creates a new DeleteRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*DeleteRTResponsePoliciesParams) SetContext

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

SetContext adds the context to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) SetDefaults

func (o *DeleteRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the delete r t response policies params (not the query body).

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

func (*DeleteRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) SetIds

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

SetIds adds the ids to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) WithContext

WithContext adds the context to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete r t response policies params (not the query body).

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

func (*DeleteRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) WithIds

WithIds adds the ids to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete r t response policies params

func (*DeleteRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRTResponsePoliciesReader

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

DeleteRTResponsePoliciesReader is a Reader for the DeleteRTResponsePolicies structure.

func (*DeleteRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRTResponsePoliciesTooManyRequests

type DeleteRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewDeleteRTResponsePoliciesTooManyRequests

func NewDeleteRTResponsePoliciesTooManyRequests() *DeleteRTResponsePoliciesTooManyRequests

NewDeleteRTResponsePoliciesTooManyRequests creates a DeleteRTResponsePoliciesTooManyRequests with default headers values

func (*DeleteRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the delete r t response policies too many requests response

func (*DeleteRTResponsePoliciesTooManyRequests) Error

func (*DeleteRTResponsePoliciesTooManyRequests) GetPayload

func (*DeleteRTResponsePoliciesTooManyRequests) IsClientError

func (o *DeleteRTResponsePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this delete r t response policies too many requests response has a 4xx status code

func (*DeleteRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this delete r t response policies too many requests response a status code equal to that given

func (*DeleteRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this delete r t response policies too many requests response has a 3xx status code

func (*DeleteRTResponsePoliciesTooManyRequests) IsServerError

func (o *DeleteRTResponsePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this delete r t response policies too many requests response has a 5xx status code

func (*DeleteRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this delete r t response policies too many requests response has a 2xx status code

func (*DeleteRTResponsePoliciesTooManyRequests) String

type GetRTResponsePoliciesForbidden

type GetRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewGetRTResponsePoliciesForbidden

func NewGetRTResponsePoliciesForbidden() *GetRTResponsePoliciesForbidden

NewGetRTResponsePoliciesForbidden creates a GetRTResponsePoliciesForbidden with default headers values

func (*GetRTResponsePoliciesForbidden) Code

Code gets the status code for the get r t response policies forbidden response

func (*GetRTResponsePoliciesForbidden) Error

func (*GetRTResponsePoliciesForbidden) GetPayload

func (*GetRTResponsePoliciesForbidden) IsClientError

func (o *GetRTResponsePoliciesForbidden) IsClientError() bool

IsClientError returns true when this get r t response policies forbidden response has a 4xx status code

func (*GetRTResponsePoliciesForbidden) IsCode

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

IsCode returns true when this get r t response policies forbidden response a status code equal to that given

func (*GetRTResponsePoliciesForbidden) IsRedirect

func (o *GetRTResponsePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this get r t response policies forbidden response has a 3xx status code

func (*GetRTResponsePoliciesForbidden) IsServerError

func (o *GetRTResponsePoliciesForbidden) IsServerError() bool

IsServerError returns true when this get r t response policies forbidden response has a 5xx status code

func (*GetRTResponsePoliciesForbidden) IsSuccess

func (o *GetRTResponsePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this get r t response policies forbidden response has a 2xx status code

func (*GetRTResponsePoliciesForbidden) String

type GetRTResponsePoliciesInternalServerError

type GetRTResponsePoliciesInternalServerError 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.RemoteResponseRespV1
}

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

Internal Server Error

func NewGetRTResponsePoliciesInternalServerError

func NewGetRTResponsePoliciesInternalServerError() *GetRTResponsePoliciesInternalServerError

NewGetRTResponsePoliciesInternalServerError creates a GetRTResponsePoliciesInternalServerError with default headers values

func (*GetRTResponsePoliciesInternalServerError) Code

Code gets the status code for the get r t response policies internal server error response

func (*GetRTResponsePoliciesInternalServerError) Error

func (*GetRTResponsePoliciesInternalServerError) GetPayload

func (*GetRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this get r t response policies internal server error response has a 4xx status code

func (*GetRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this get r t response policies internal server error response a status code equal to that given

func (*GetRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this get r t response policies internal server error response has a 3xx status code

func (*GetRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this get r t response policies internal server error response has a 5xx status code

func (*GetRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this get r t response policies internal server error response has a 2xx status code

func (*GetRTResponsePoliciesInternalServerError) String

type GetRTResponsePoliciesNotFound

type GetRTResponsePoliciesNotFound 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.RemoteResponseRespV1
}

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

Not Found

func NewGetRTResponsePoliciesNotFound

func NewGetRTResponsePoliciesNotFound() *GetRTResponsePoliciesNotFound

NewGetRTResponsePoliciesNotFound creates a GetRTResponsePoliciesNotFound with default headers values

func (*GetRTResponsePoliciesNotFound) Code

Code gets the status code for the get r t response policies not found response

func (*GetRTResponsePoliciesNotFound) Error

func (*GetRTResponsePoliciesNotFound) GetPayload

func (*GetRTResponsePoliciesNotFound) IsClientError

func (o *GetRTResponsePoliciesNotFound) IsClientError() bool

IsClientError returns true when this get r t response policies not found response has a 4xx status code

func (*GetRTResponsePoliciesNotFound) IsCode

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

IsCode returns true when this get r t response policies not found response a status code equal to that given

func (*GetRTResponsePoliciesNotFound) IsRedirect

func (o *GetRTResponsePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this get r t response policies not found response has a 3xx status code

func (*GetRTResponsePoliciesNotFound) IsServerError

func (o *GetRTResponsePoliciesNotFound) IsServerError() bool

IsServerError returns true when this get r t response policies not found response has a 5xx status code

func (*GetRTResponsePoliciesNotFound) IsSuccess

func (o *GetRTResponsePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this get r t response policies not found response has a 2xx status code

func (*GetRTResponsePoliciesNotFound) String

type GetRTResponsePoliciesOK

type GetRTResponsePoliciesOK 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.RemoteResponseRespV1
}

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

OK

func NewGetRTResponsePoliciesOK

func NewGetRTResponsePoliciesOK() *GetRTResponsePoliciesOK

NewGetRTResponsePoliciesOK creates a GetRTResponsePoliciesOK with default headers values

func (*GetRTResponsePoliciesOK) Code

func (o *GetRTResponsePoliciesOK) Code() int

Code gets the status code for the get r t response policies o k response

func (*GetRTResponsePoliciesOK) Error

func (o *GetRTResponsePoliciesOK) Error() string

func (*GetRTResponsePoliciesOK) GetPayload

func (*GetRTResponsePoliciesOK) IsClientError

func (o *GetRTResponsePoliciesOK) IsClientError() bool

IsClientError returns true when this get r t response policies o k response has a 4xx status code

func (*GetRTResponsePoliciesOK) IsCode

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

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

func (*GetRTResponsePoliciesOK) IsRedirect

func (o *GetRTResponsePoliciesOK) IsRedirect() bool

IsRedirect returns true when this get r t response policies o k response has a 3xx status code

func (*GetRTResponsePoliciesOK) IsServerError

func (o *GetRTResponsePoliciesOK) IsServerError() bool

IsServerError returns true when this get r t response policies o k response has a 5xx status code

func (*GetRTResponsePoliciesOK) IsSuccess

func (o *GetRTResponsePoliciesOK) IsSuccess() bool

IsSuccess returns true when this get r t response policies o k response has a 2xx status code

func (*GetRTResponsePoliciesOK) String

func (o *GetRTResponsePoliciesOK) String() string

type GetRTResponsePoliciesParams

type GetRTResponsePoliciesParams struct {

	/* Ids.

	   The IDs of the RTR Policies to return
	*/
	Ids []string

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

GetRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the get r t response policies operation.

Typically these are written to a http.Request.

func NewGetRTResponsePoliciesParams

func NewGetRTResponsePoliciesParams() *GetRTResponsePoliciesParams

NewGetRTResponsePoliciesParams creates a new GetRTResponsePoliciesParams 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 NewGetRTResponsePoliciesParamsWithContext

func NewGetRTResponsePoliciesParamsWithContext(ctx context.Context) *GetRTResponsePoliciesParams

NewGetRTResponsePoliciesParamsWithContext creates a new GetRTResponsePoliciesParams object with the ability to set a context for a request.

func NewGetRTResponsePoliciesParamsWithHTTPClient

func NewGetRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *GetRTResponsePoliciesParams

NewGetRTResponsePoliciesParamsWithHTTPClient creates a new GetRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRTResponsePoliciesParamsWithTimeout

func NewGetRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *GetRTResponsePoliciesParams

NewGetRTResponsePoliciesParamsWithTimeout creates a new GetRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*GetRTResponsePoliciesParams) SetContext

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

SetContext adds the context to the get r t response policies params

func (*GetRTResponsePoliciesParams) SetDefaults

func (o *GetRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the get r t response policies params (not the query body).

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

func (*GetRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get r t response policies params

func (*GetRTResponsePoliciesParams) SetIds

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

SetIds adds the ids to the get r t response policies params

func (*GetRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the get r t response policies params

func (*GetRTResponsePoliciesParams) WithContext

WithContext adds the context to the get r t response policies params

func (*GetRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the get r t response policies params (not the query body).

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

func (*GetRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get r t response policies params

func (*GetRTResponsePoliciesParams) WithIds

WithIds adds the ids to the get r t response policies params

func (*GetRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the get r t response policies params

func (*GetRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRTResponsePoliciesReader

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

GetRTResponsePoliciesReader is a Reader for the GetRTResponsePolicies structure.

func (*GetRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRTResponsePoliciesTooManyRequests

type GetRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewGetRTResponsePoliciesTooManyRequests

func NewGetRTResponsePoliciesTooManyRequests() *GetRTResponsePoliciesTooManyRequests

NewGetRTResponsePoliciesTooManyRequests creates a GetRTResponsePoliciesTooManyRequests with default headers values

func (*GetRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the get r t response policies too many requests response

func (*GetRTResponsePoliciesTooManyRequests) Error

func (*GetRTResponsePoliciesTooManyRequests) GetPayload

func (*GetRTResponsePoliciesTooManyRequests) IsClientError

func (o *GetRTResponsePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this get r t response policies too many requests response has a 4xx status code

func (*GetRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this get r t response policies too many requests response a status code equal to that given

func (*GetRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this get r t response policies too many requests response has a 3xx status code

func (*GetRTResponsePoliciesTooManyRequests) IsServerError

func (o *GetRTResponsePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this get r t response policies too many requests response has a 5xx status code

func (*GetRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this get r t response policies too many requests response has a 2xx status code

func (*GetRTResponsePoliciesTooManyRequests) String

type PerformRTResponsePoliciesActionBadRequest

type PerformRTResponsePoliciesActionBadRequest 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.RemoteResponseRespV1
}

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

Bad Request

func NewPerformRTResponsePoliciesActionBadRequest

func NewPerformRTResponsePoliciesActionBadRequest() *PerformRTResponsePoliciesActionBadRequest

NewPerformRTResponsePoliciesActionBadRequest creates a PerformRTResponsePoliciesActionBadRequest with default headers values

func (*PerformRTResponsePoliciesActionBadRequest) Code

Code gets the status code for the perform r t response policies action bad request response

func (*PerformRTResponsePoliciesActionBadRequest) Error

func (*PerformRTResponsePoliciesActionBadRequest) GetPayload

func (*PerformRTResponsePoliciesActionBadRequest) IsClientError

IsClientError returns true when this perform r t response policies action bad request response has a 4xx status code

func (*PerformRTResponsePoliciesActionBadRequest) IsCode

IsCode returns true when this perform r t response policies action bad request response a status code equal to that given

func (*PerformRTResponsePoliciesActionBadRequest) IsRedirect

IsRedirect returns true when this perform r t response policies action bad request response has a 3xx status code

func (*PerformRTResponsePoliciesActionBadRequest) IsServerError

IsServerError returns true when this perform r t response policies action bad request response has a 5xx status code

func (*PerformRTResponsePoliciesActionBadRequest) IsSuccess

IsSuccess returns true when this perform r t response policies action bad request response has a 2xx status code

func (*PerformRTResponsePoliciesActionBadRequest) String

type PerformRTResponsePoliciesActionForbidden

type PerformRTResponsePoliciesActionForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewPerformRTResponsePoliciesActionForbidden

func NewPerformRTResponsePoliciesActionForbidden() *PerformRTResponsePoliciesActionForbidden

NewPerformRTResponsePoliciesActionForbidden creates a PerformRTResponsePoliciesActionForbidden with default headers values

func (*PerformRTResponsePoliciesActionForbidden) Code

Code gets the status code for the perform r t response policies action forbidden response

func (*PerformRTResponsePoliciesActionForbidden) Error

func (*PerformRTResponsePoliciesActionForbidden) GetPayload

func (*PerformRTResponsePoliciesActionForbidden) IsClientError

IsClientError returns true when this perform r t response policies action forbidden response has a 4xx status code

func (*PerformRTResponsePoliciesActionForbidden) IsCode

IsCode returns true when this perform r t response policies action forbidden response a status code equal to that given

func (*PerformRTResponsePoliciesActionForbidden) IsRedirect

IsRedirect returns true when this perform r t response policies action forbidden response has a 3xx status code

func (*PerformRTResponsePoliciesActionForbidden) IsServerError

IsServerError returns true when this perform r t response policies action forbidden response has a 5xx status code

func (*PerformRTResponsePoliciesActionForbidden) IsSuccess

IsSuccess returns true when this perform r t response policies action forbidden response has a 2xx status code

func (*PerformRTResponsePoliciesActionForbidden) String

type PerformRTResponsePoliciesActionInternalServerError

type PerformRTResponsePoliciesActionInternalServerError 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.RemoteResponseRespV1
}

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

Internal Server Error

func NewPerformRTResponsePoliciesActionInternalServerError

func NewPerformRTResponsePoliciesActionInternalServerError() *PerformRTResponsePoliciesActionInternalServerError

NewPerformRTResponsePoliciesActionInternalServerError creates a PerformRTResponsePoliciesActionInternalServerError with default headers values

func (*PerformRTResponsePoliciesActionInternalServerError) Code

Code gets the status code for the perform r t response policies action internal server error response

func (*PerformRTResponsePoliciesActionInternalServerError) Error

func (*PerformRTResponsePoliciesActionInternalServerError) GetPayload

func (*PerformRTResponsePoliciesActionInternalServerError) IsClientError

IsClientError returns true when this perform r t response policies action internal server error response has a 4xx status code

func (*PerformRTResponsePoliciesActionInternalServerError) IsCode

IsCode returns true when this perform r t response policies action internal server error response a status code equal to that given

func (*PerformRTResponsePoliciesActionInternalServerError) IsRedirect

IsRedirect returns true when this perform r t response policies action internal server error response has a 3xx status code

func (*PerformRTResponsePoliciesActionInternalServerError) IsServerError

IsServerError returns true when this perform r t response policies action internal server error response has a 5xx status code

func (*PerformRTResponsePoliciesActionInternalServerError) IsSuccess

IsSuccess returns true when this perform r t response policies action internal server error response has a 2xx status code

func (*PerformRTResponsePoliciesActionInternalServerError) String

type PerformRTResponsePoliciesActionNotFound

type PerformRTResponsePoliciesActionNotFound 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.RemoteResponseRespV1
}

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

Not Found

func NewPerformRTResponsePoliciesActionNotFound

func NewPerformRTResponsePoliciesActionNotFound() *PerformRTResponsePoliciesActionNotFound

NewPerformRTResponsePoliciesActionNotFound creates a PerformRTResponsePoliciesActionNotFound with default headers values

func (*PerformRTResponsePoliciesActionNotFound) Code

Code gets the status code for the perform r t response policies action not found response

func (*PerformRTResponsePoliciesActionNotFound) Error

func (*PerformRTResponsePoliciesActionNotFound) GetPayload

func (*PerformRTResponsePoliciesActionNotFound) IsClientError

func (o *PerformRTResponsePoliciesActionNotFound) IsClientError() bool

IsClientError returns true when this perform r t response policies action not found response has a 4xx status code

func (*PerformRTResponsePoliciesActionNotFound) IsCode

IsCode returns true when this perform r t response policies action not found response a status code equal to that given

func (*PerformRTResponsePoliciesActionNotFound) IsRedirect

IsRedirect returns true when this perform r t response policies action not found response has a 3xx status code

func (*PerformRTResponsePoliciesActionNotFound) IsServerError

func (o *PerformRTResponsePoliciesActionNotFound) IsServerError() bool

IsServerError returns true when this perform r t response policies action not found response has a 5xx status code

func (*PerformRTResponsePoliciesActionNotFound) IsSuccess

IsSuccess returns true when this perform r t response policies action not found response has a 2xx status code

func (*PerformRTResponsePoliciesActionNotFound) String

type PerformRTResponsePoliciesActionOK

type PerformRTResponsePoliciesActionOK 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.RemoteResponseRespV1
}

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

OK

func NewPerformRTResponsePoliciesActionOK

func NewPerformRTResponsePoliciesActionOK() *PerformRTResponsePoliciesActionOK

NewPerformRTResponsePoliciesActionOK creates a PerformRTResponsePoliciesActionOK with default headers values

func (*PerformRTResponsePoliciesActionOK) Code

Code gets the status code for the perform r t response policies action o k response

func (*PerformRTResponsePoliciesActionOK) Error

func (*PerformRTResponsePoliciesActionOK) GetPayload

func (*PerformRTResponsePoliciesActionOK) IsClientError

func (o *PerformRTResponsePoliciesActionOK) IsClientError() bool

IsClientError returns true when this perform r t response policies action o k response has a 4xx status code

func (*PerformRTResponsePoliciesActionOK) IsCode

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

IsCode returns true when this perform r t response policies action o k response a status code equal to that given

func (*PerformRTResponsePoliciesActionOK) IsRedirect

func (o *PerformRTResponsePoliciesActionOK) IsRedirect() bool

IsRedirect returns true when this perform r t response policies action o k response has a 3xx status code

func (*PerformRTResponsePoliciesActionOK) IsServerError

func (o *PerformRTResponsePoliciesActionOK) IsServerError() bool

IsServerError returns true when this perform r t response policies action o k response has a 5xx status code

func (*PerformRTResponsePoliciesActionOK) IsSuccess

func (o *PerformRTResponsePoliciesActionOK) IsSuccess() bool

IsSuccess returns true when this perform r t response policies action o k response has a 2xx status code

func (*PerformRTResponsePoliciesActionOK) String

type PerformRTResponsePoliciesActionParams

type PerformRTResponsePoliciesActionParams struct {

	/* ActionName.

	   The action to perform
	*/
	ActionName string

	// Body.
	Body *models.MsaEntityActionRequestV2

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

PerformRTResponsePoliciesActionParams contains all the parameters to send to the API endpoint

for the perform r t response policies action operation.

Typically these are written to a http.Request.

func NewPerformRTResponsePoliciesActionParams

func NewPerformRTResponsePoliciesActionParams() *PerformRTResponsePoliciesActionParams

NewPerformRTResponsePoliciesActionParams creates a new PerformRTResponsePoliciesActionParams 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 NewPerformRTResponsePoliciesActionParamsWithContext

func NewPerformRTResponsePoliciesActionParamsWithContext(ctx context.Context) *PerformRTResponsePoliciesActionParams

NewPerformRTResponsePoliciesActionParamsWithContext creates a new PerformRTResponsePoliciesActionParams object with the ability to set a context for a request.

func NewPerformRTResponsePoliciesActionParamsWithHTTPClient

func NewPerformRTResponsePoliciesActionParamsWithHTTPClient(client *http.Client) *PerformRTResponsePoliciesActionParams

NewPerformRTResponsePoliciesActionParamsWithHTTPClient creates a new PerformRTResponsePoliciesActionParams object with the ability to set a custom HTTPClient for a request.

func NewPerformRTResponsePoliciesActionParamsWithTimeout

func NewPerformRTResponsePoliciesActionParamsWithTimeout(timeout time.Duration) *PerformRTResponsePoliciesActionParams

NewPerformRTResponsePoliciesActionParamsWithTimeout creates a new PerformRTResponsePoliciesActionParams object with the ability to set a timeout on a request.

func (*PerformRTResponsePoliciesActionParams) SetActionName

func (o *PerformRTResponsePoliciesActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) SetBody

SetBody adds the body to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) SetContext

SetContext adds the context to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) SetDefaults

func (o *PerformRTResponsePoliciesActionParams) SetDefaults()

SetDefaults hydrates default values in the perform r t response policies action params (not the query body).

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

func (*PerformRTResponsePoliciesActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) SetTimeout

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

SetTimeout adds the timeout to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WithActionName

WithActionName adds the actionName to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WithBody

WithBody adds the body to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WithContext

WithContext adds the context to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WithDefaults

WithDefaults hydrates default values in the perform r t response policies action params (not the query body).

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

func (*PerformRTResponsePoliciesActionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WithTimeout

WithTimeout adds the timeout to the perform r t response policies action params

func (*PerformRTResponsePoliciesActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PerformRTResponsePoliciesActionReader

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

PerformRTResponsePoliciesActionReader is a Reader for the PerformRTResponsePoliciesAction structure.

func (*PerformRTResponsePoliciesActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PerformRTResponsePoliciesActionTooManyRequests

type PerformRTResponsePoliciesActionTooManyRequests 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
}

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

Too Many Requests

func NewPerformRTResponsePoliciesActionTooManyRequests

func NewPerformRTResponsePoliciesActionTooManyRequests() *PerformRTResponsePoliciesActionTooManyRequests

NewPerformRTResponsePoliciesActionTooManyRequests creates a PerformRTResponsePoliciesActionTooManyRequests with default headers values

func (*PerformRTResponsePoliciesActionTooManyRequests) Code

Code gets the status code for the perform r t response policies action too many requests response

func (*PerformRTResponsePoliciesActionTooManyRequests) Error

func (*PerformRTResponsePoliciesActionTooManyRequests) GetPayload

func (*PerformRTResponsePoliciesActionTooManyRequests) IsClientError

IsClientError returns true when this perform r t response policies action too many requests response has a 4xx status code

func (*PerformRTResponsePoliciesActionTooManyRequests) IsCode

IsCode returns true when this perform r t response policies action too many requests response a status code equal to that given

func (*PerformRTResponsePoliciesActionTooManyRequests) IsRedirect

IsRedirect returns true when this perform r t response policies action too many requests response has a 3xx status code

func (*PerformRTResponsePoliciesActionTooManyRequests) IsServerError

IsServerError returns true when this perform r t response policies action too many requests response has a 5xx status code

func (*PerformRTResponsePoliciesActionTooManyRequests) IsSuccess

IsSuccess returns true when this perform r t response policies action too many requests response has a 2xx status code

func (*PerformRTResponsePoliciesActionTooManyRequests) String

type QueryCombinedRTResponsePoliciesBadRequest

type QueryCombinedRTResponsePoliciesBadRequest 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.RemoteResponseRespV1
}

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

Bad Request

func NewQueryCombinedRTResponsePoliciesBadRequest

func NewQueryCombinedRTResponsePoliciesBadRequest() *QueryCombinedRTResponsePoliciesBadRequest

NewQueryCombinedRTResponsePoliciesBadRequest creates a QueryCombinedRTResponsePoliciesBadRequest with default headers values

func (*QueryCombinedRTResponsePoliciesBadRequest) Code

Code gets the status code for the query combined r t response policies bad request response

func (*QueryCombinedRTResponsePoliciesBadRequest) Error

func (*QueryCombinedRTResponsePoliciesBadRequest) GetPayload

func (*QueryCombinedRTResponsePoliciesBadRequest) IsClientError

IsClientError returns true when this query combined r t response policies bad request response has a 4xx status code

func (*QueryCombinedRTResponsePoliciesBadRequest) IsCode

IsCode returns true when this query combined r t response policies bad request response a status code equal to that given

func (*QueryCombinedRTResponsePoliciesBadRequest) IsRedirect

IsRedirect returns true when this query combined r t response policies bad request response has a 3xx status code

func (*QueryCombinedRTResponsePoliciesBadRequest) IsServerError

IsServerError returns true when this query combined r t response policies bad request response has a 5xx status code

func (*QueryCombinedRTResponsePoliciesBadRequest) IsSuccess

IsSuccess returns true when this query combined r t response policies bad request response has a 2xx status code

func (*QueryCombinedRTResponsePoliciesBadRequest) String

type QueryCombinedRTResponsePoliciesForbidden

type QueryCombinedRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewQueryCombinedRTResponsePoliciesForbidden

func NewQueryCombinedRTResponsePoliciesForbidden() *QueryCombinedRTResponsePoliciesForbidden

NewQueryCombinedRTResponsePoliciesForbidden creates a QueryCombinedRTResponsePoliciesForbidden with default headers values

func (*QueryCombinedRTResponsePoliciesForbidden) Code

Code gets the status code for the query combined r t response policies forbidden response

func (*QueryCombinedRTResponsePoliciesForbidden) Error

func (*QueryCombinedRTResponsePoliciesForbidden) GetPayload

func (*QueryCombinedRTResponsePoliciesForbidden) IsClientError

IsClientError returns true when this query combined r t response policies forbidden response has a 4xx status code

func (*QueryCombinedRTResponsePoliciesForbidden) IsCode

IsCode returns true when this query combined r t response policies forbidden response a status code equal to that given

func (*QueryCombinedRTResponsePoliciesForbidden) IsRedirect

IsRedirect returns true when this query combined r t response policies forbidden response has a 3xx status code

func (*QueryCombinedRTResponsePoliciesForbidden) IsServerError

IsServerError returns true when this query combined r t response policies forbidden response has a 5xx status code

func (*QueryCombinedRTResponsePoliciesForbidden) IsSuccess

IsSuccess returns true when this query combined r t response policies forbidden response has a 2xx status code

func (*QueryCombinedRTResponsePoliciesForbidden) String

type QueryCombinedRTResponsePoliciesInternalServerError

type QueryCombinedRTResponsePoliciesInternalServerError 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.RemoteResponseRespV1
}

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

Internal Server Error

func NewQueryCombinedRTResponsePoliciesInternalServerError

func NewQueryCombinedRTResponsePoliciesInternalServerError() *QueryCombinedRTResponsePoliciesInternalServerError

NewQueryCombinedRTResponsePoliciesInternalServerError creates a QueryCombinedRTResponsePoliciesInternalServerError with default headers values

func (*QueryCombinedRTResponsePoliciesInternalServerError) Code

Code gets the status code for the query combined r t response policies internal server error response

func (*QueryCombinedRTResponsePoliciesInternalServerError) Error

func (*QueryCombinedRTResponsePoliciesInternalServerError) GetPayload

func (*QueryCombinedRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this query combined r t response policies internal server error response has a 4xx status code

func (*QueryCombinedRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this query combined r t response policies internal server error response a status code equal to that given

func (*QueryCombinedRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query combined r t response policies internal server error response has a 3xx status code

func (*QueryCombinedRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this query combined r t response policies internal server error response has a 5xx status code

func (*QueryCombinedRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query combined r t response policies internal server error response has a 2xx status code

func (*QueryCombinedRTResponsePoliciesInternalServerError) String

type QueryCombinedRTResponsePoliciesOK

type QueryCombinedRTResponsePoliciesOK 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.RemoteResponseRespV1
}

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

OK

func NewQueryCombinedRTResponsePoliciesOK

func NewQueryCombinedRTResponsePoliciesOK() *QueryCombinedRTResponsePoliciesOK

NewQueryCombinedRTResponsePoliciesOK creates a QueryCombinedRTResponsePoliciesOK with default headers values

func (*QueryCombinedRTResponsePoliciesOK) Code

Code gets the status code for the query combined r t response policies o k response

func (*QueryCombinedRTResponsePoliciesOK) Error

func (*QueryCombinedRTResponsePoliciesOK) GetPayload

func (*QueryCombinedRTResponsePoliciesOK) IsClientError

func (o *QueryCombinedRTResponsePoliciesOK) IsClientError() bool

IsClientError returns true when this query combined r t response policies o k response has a 4xx status code

func (*QueryCombinedRTResponsePoliciesOK) IsCode

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

IsCode returns true when this query combined r t response policies o k response a status code equal to that given

func (*QueryCombinedRTResponsePoliciesOK) IsRedirect

func (o *QueryCombinedRTResponsePoliciesOK) IsRedirect() bool

IsRedirect returns true when this query combined r t response policies o k response has a 3xx status code

func (*QueryCombinedRTResponsePoliciesOK) IsServerError

func (o *QueryCombinedRTResponsePoliciesOK) IsServerError() bool

IsServerError returns true when this query combined r t response policies o k response has a 5xx status code

func (*QueryCombinedRTResponsePoliciesOK) IsSuccess

func (o *QueryCombinedRTResponsePoliciesOK) IsSuccess() bool

IsSuccess returns true when this query combined r t response policies o k response has a 2xx status code

func (*QueryCombinedRTResponsePoliciesOK) String

type QueryCombinedRTResponsePoliciesParams

type QueryCombinedRTResponsePoliciesParams struct {

	/* Filter.

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

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the query combined r t response policies operation.

Typically these are written to a http.Request.

func NewQueryCombinedRTResponsePoliciesParams

func NewQueryCombinedRTResponsePoliciesParams() *QueryCombinedRTResponsePoliciesParams

NewQueryCombinedRTResponsePoliciesParams creates a new QueryCombinedRTResponsePoliciesParams 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 NewQueryCombinedRTResponsePoliciesParamsWithContext

func NewQueryCombinedRTResponsePoliciesParamsWithContext(ctx context.Context) *QueryCombinedRTResponsePoliciesParams

NewQueryCombinedRTResponsePoliciesParamsWithContext creates a new QueryCombinedRTResponsePoliciesParams object with the ability to set a context for a request.

func NewQueryCombinedRTResponsePoliciesParamsWithHTTPClient

func NewQueryCombinedRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedRTResponsePoliciesParams

NewQueryCombinedRTResponsePoliciesParamsWithHTTPClient creates a new QueryCombinedRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedRTResponsePoliciesParamsWithTimeout

func NewQueryCombinedRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedRTResponsePoliciesParams

NewQueryCombinedRTResponsePoliciesParamsWithTimeout creates a new QueryCombinedRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*QueryCombinedRTResponsePoliciesParams) SetContext

SetContext adds the context to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetDefaults

func (o *QueryCombinedRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query combined r t response policies params (not the query body).

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

func (*QueryCombinedRTResponsePoliciesParams) SetFilter

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

SetFilter adds the filter to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetLimit

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

SetLimit adds the limit to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetOffset

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

SetOffset adds the offset to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetSort

SetSort adds the sort to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithContext

WithContext adds the context to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query combined r t response policies params (not the query body).

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

func (*QueryCombinedRTResponsePoliciesParams) WithFilter

WithFilter adds the filter to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithLimit

WithLimit adds the limit to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithOffset

WithOffset adds the offset to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithSort

WithSort adds the sort to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query combined r t response policies params

func (*QueryCombinedRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedRTResponsePoliciesReader

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

QueryCombinedRTResponsePoliciesReader is a Reader for the QueryCombinedRTResponsePolicies structure.

func (*QueryCombinedRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedRTResponsePoliciesTooManyRequests

type QueryCombinedRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewQueryCombinedRTResponsePoliciesTooManyRequests

func NewQueryCombinedRTResponsePoliciesTooManyRequests() *QueryCombinedRTResponsePoliciesTooManyRequests

NewQueryCombinedRTResponsePoliciesTooManyRequests creates a QueryCombinedRTResponsePoliciesTooManyRequests with default headers values

func (*QueryCombinedRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the query combined r t response policies too many requests response

func (*QueryCombinedRTResponsePoliciesTooManyRequests) Error

func (*QueryCombinedRTResponsePoliciesTooManyRequests) GetPayload

func (*QueryCombinedRTResponsePoliciesTooManyRequests) IsClientError

IsClientError returns true when this query combined r t response policies too many requests response has a 4xx status code

func (*QueryCombinedRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this query combined r t response policies too many requests response a status code equal to that given

func (*QueryCombinedRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query combined r t response policies too many requests response has a 3xx status code

func (*QueryCombinedRTResponsePoliciesTooManyRequests) IsServerError

IsServerError returns true when this query combined r t response policies too many requests response has a 5xx status code

func (*QueryCombinedRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query combined r t response policies too many requests response has a 2xx status code

func (*QueryCombinedRTResponsePoliciesTooManyRequests) String

type QueryCombinedRTResponsePolicyMembersBadRequest

type QueryCombinedRTResponsePolicyMembersBadRequest 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.BasePolicyMembersRespV1
}

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

Bad Request

func NewQueryCombinedRTResponsePolicyMembersBadRequest

func NewQueryCombinedRTResponsePolicyMembersBadRequest() *QueryCombinedRTResponsePolicyMembersBadRequest

NewQueryCombinedRTResponsePolicyMembersBadRequest creates a QueryCombinedRTResponsePolicyMembersBadRequest with default headers values

func (*QueryCombinedRTResponsePolicyMembersBadRequest) Code

Code gets the status code for the query combined r t response policy members bad request response

func (*QueryCombinedRTResponsePolicyMembersBadRequest) Error

func (*QueryCombinedRTResponsePolicyMembersBadRequest) GetPayload

func (*QueryCombinedRTResponsePolicyMembersBadRequest) IsClientError

IsClientError returns true when this query combined r t response policy members bad request response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersBadRequest) IsCode

IsCode returns true when this query combined r t response policy members bad request response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query combined r t response policy members bad request response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersBadRequest) IsServerError

IsServerError returns true when this query combined r t response policy members bad request response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query combined r t response policy members bad request response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersBadRequest) String

type QueryCombinedRTResponsePolicyMembersForbidden

type QueryCombinedRTResponsePolicyMembersForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewQueryCombinedRTResponsePolicyMembersForbidden

func NewQueryCombinedRTResponsePolicyMembersForbidden() *QueryCombinedRTResponsePolicyMembersForbidden

NewQueryCombinedRTResponsePolicyMembersForbidden creates a QueryCombinedRTResponsePolicyMembersForbidden with default headers values

func (*QueryCombinedRTResponsePolicyMembersForbidden) Code

Code gets the status code for the query combined r t response policy members forbidden response

func (*QueryCombinedRTResponsePolicyMembersForbidden) Error

func (*QueryCombinedRTResponsePolicyMembersForbidden) GetPayload

func (*QueryCombinedRTResponsePolicyMembersForbidden) IsClientError

IsClientError returns true when this query combined r t response policy members forbidden response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersForbidden) IsCode

IsCode returns true when this query combined r t response policy members forbidden response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query combined r t response policy members forbidden response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersForbidden) IsServerError

IsServerError returns true when this query combined r t response policy members forbidden response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query combined r t response policy members forbidden response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersForbidden) String

type QueryCombinedRTResponsePolicyMembersInternalServerError

type QueryCombinedRTResponsePolicyMembersInternalServerError 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.BasePolicyMembersRespV1
}

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

Internal Server Error

func NewQueryCombinedRTResponsePolicyMembersInternalServerError

func NewQueryCombinedRTResponsePolicyMembersInternalServerError() *QueryCombinedRTResponsePolicyMembersInternalServerError

NewQueryCombinedRTResponsePolicyMembersInternalServerError creates a QueryCombinedRTResponsePolicyMembersInternalServerError with default headers values

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) Code

Code gets the status code for the query combined r t response policy members internal server error response

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) Error

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) GetPayload

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query combined r t response policy members internal server error response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) IsCode

IsCode returns true when this query combined r t response policy members internal server error response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query combined r t response policy members internal server error response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query combined r t response policy members internal server error response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query combined r t response policy members internal server error response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersInternalServerError) String

type QueryCombinedRTResponsePolicyMembersNotFound

type QueryCombinedRTResponsePolicyMembersNotFound 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.BasePolicyMembersRespV1
}

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

Not Found

func NewQueryCombinedRTResponsePolicyMembersNotFound

func NewQueryCombinedRTResponsePolicyMembersNotFound() *QueryCombinedRTResponsePolicyMembersNotFound

NewQueryCombinedRTResponsePolicyMembersNotFound creates a QueryCombinedRTResponsePolicyMembersNotFound with default headers values

func (*QueryCombinedRTResponsePolicyMembersNotFound) Code

Code gets the status code for the query combined r t response policy members not found response

func (*QueryCombinedRTResponsePolicyMembersNotFound) Error

func (*QueryCombinedRTResponsePolicyMembersNotFound) GetPayload

func (*QueryCombinedRTResponsePolicyMembersNotFound) IsClientError

IsClientError returns true when this query combined r t response policy members not found response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersNotFound) IsCode

IsCode returns true when this query combined r t response policy members not found response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query combined r t response policy members not found response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersNotFound) IsServerError

IsServerError returns true when this query combined r t response policy members not found response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query combined r t response policy members not found response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersNotFound) String

type QueryCombinedRTResponsePolicyMembersOK

type QueryCombinedRTResponsePolicyMembersOK 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.BasePolicyMembersRespV1
}

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

OK

func NewQueryCombinedRTResponsePolicyMembersOK

func NewQueryCombinedRTResponsePolicyMembersOK() *QueryCombinedRTResponsePolicyMembersOK

NewQueryCombinedRTResponsePolicyMembersOK creates a QueryCombinedRTResponsePolicyMembersOK with default headers values

func (*QueryCombinedRTResponsePolicyMembersOK) Code

Code gets the status code for the query combined r t response policy members o k response

func (*QueryCombinedRTResponsePolicyMembersOK) Error

func (*QueryCombinedRTResponsePolicyMembersOK) GetPayload

func (*QueryCombinedRTResponsePolicyMembersOK) IsClientError

func (o *QueryCombinedRTResponsePolicyMembersOK) IsClientError() bool

IsClientError returns true when this query combined r t response policy members o k response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersOK) IsCode

IsCode returns true when this query combined r t response policy members o k response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersOK) IsRedirect

IsRedirect returns true when this query combined r t response policy members o k response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersOK) IsServerError

func (o *QueryCombinedRTResponsePolicyMembersOK) IsServerError() bool

IsServerError returns true when this query combined r t response policy members o k response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersOK) IsSuccess

IsSuccess returns true when this query combined r t response policy members o k response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersOK) String

type QueryCombinedRTResponsePolicyMembersParams

type QueryCombinedRTResponsePolicyMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Response policy to search for members of
	*/
	ID *string

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedRTResponsePolicyMembersParams contains all the parameters to send to the API endpoint

for the query combined r t response policy members operation.

Typically these are written to a http.Request.

func NewQueryCombinedRTResponsePolicyMembersParams

func NewQueryCombinedRTResponsePolicyMembersParams() *QueryCombinedRTResponsePolicyMembersParams

NewQueryCombinedRTResponsePolicyMembersParams creates a new QueryCombinedRTResponsePolicyMembersParams 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 NewQueryCombinedRTResponsePolicyMembersParamsWithContext

func NewQueryCombinedRTResponsePolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedRTResponsePolicyMembersParams

NewQueryCombinedRTResponsePolicyMembersParamsWithContext creates a new QueryCombinedRTResponsePolicyMembersParams object with the ability to set a context for a request.

func NewQueryCombinedRTResponsePolicyMembersParamsWithHTTPClient

func NewQueryCombinedRTResponsePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedRTResponsePolicyMembersParams

NewQueryCombinedRTResponsePolicyMembersParamsWithHTTPClient creates a new QueryCombinedRTResponsePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedRTResponsePolicyMembersParamsWithTimeout

func NewQueryCombinedRTResponsePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedRTResponsePolicyMembersParams

NewQueryCombinedRTResponsePolicyMembersParamsWithTimeout creates a new QueryCombinedRTResponsePolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryCombinedRTResponsePolicyMembersParams) SetContext

SetContext adds the context to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetDefaults

SetDefaults hydrates default values in the query combined r t response policy members params (not the query body).

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

func (*QueryCombinedRTResponsePolicyMembersParams) SetFilter

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

SetFilter adds the filter to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetID

SetID adds the id to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetLimit

SetLimit adds the limit to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetOffset

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

SetOffset adds the offset to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetSort

SetSort adds the sort to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) SetTimeout

SetTimeout adds the timeout to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithContext

WithContext adds the context to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query combined r t response policy members params (not the query body).

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

func (*QueryCombinedRTResponsePolicyMembersParams) WithFilter

WithFilter adds the filter to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithID

WithID adds the id to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithLimit

WithLimit adds the limit to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithOffset

WithOffset adds the offset to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithSort

WithSort adds the sort to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query combined r t response policy members params

func (*QueryCombinedRTResponsePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedRTResponsePolicyMembersReader

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

QueryCombinedRTResponsePolicyMembersReader is a Reader for the QueryCombinedRTResponsePolicyMembers structure.

func (*QueryCombinedRTResponsePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedRTResponsePolicyMembersTooManyRequests

type QueryCombinedRTResponsePolicyMembersTooManyRequests 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
}

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

Too Many Requests

func NewQueryCombinedRTResponsePolicyMembersTooManyRequests

func NewQueryCombinedRTResponsePolicyMembersTooManyRequests() *QueryCombinedRTResponsePolicyMembersTooManyRequests

NewQueryCombinedRTResponsePolicyMembersTooManyRequests creates a QueryCombinedRTResponsePolicyMembersTooManyRequests with default headers values

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) Code

Code gets the status code for the query combined r t response policy members too many requests response

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) Error

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) GetPayload

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query combined r t response policy members too many requests response has a 4xx status code

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query combined r t response policy members too many requests response a status code equal to that given

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query combined r t response policy members too many requests response has a 3xx status code

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query combined r t response policy members too many requests response has a 5xx status code

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query combined r t response policy members too many requests response has a 2xx status code

func (*QueryCombinedRTResponsePolicyMembersTooManyRequests) String

type QueryRTResponsePoliciesBadRequest

type QueryRTResponsePoliciesBadRequest 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.MsaQueryResponse
}

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

Bad Request

func NewQueryRTResponsePoliciesBadRequest

func NewQueryRTResponsePoliciesBadRequest() *QueryRTResponsePoliciesBadRequest

NewQueryRTResponsePoliciesBadRequest creates a QueryRTResponsePoliciesBadRequest with default headers values

func (*QueryRTResponsePoliciesBadRequest) Code

Code gets the status code for the query r t response policies bad request response

func (*QueryRTResponsePoliciesBadRequest) Error

func (*QueryRTResponsePoliciesBadRequest) GetPayload

func (*QueryRTResponsePoliciesBadRequest) IsClientError

func (o *QueryRTResponsePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this query r t response policies bad request response has a 4xx status code

func (*QueryRTResponsePoliciesBadRequest) IsCode

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

IsCode returns true when this query r t response policies bad request response a status code equal to that given

func (*QueryRTResponsePoliciesBadRequest) IsRedirect

func (o *QueryRTResponsePoliciesBadRequest) IsRedirect() bool

IsRedirect returns true when this query r t response policies bad request response has a 3xx status code

func (*QueryRTResponsePoliciesBadRequest) IsServerError

func (o *QueryRTResponsePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this query r t response policies bad request response has a 5xx status code

func (*QueryRTResponsePoliciesBadRequest) IsSuccess

func (o *QueryRTResponsePoliciesBadRequest) IsSuccess() bool

IsSuccess returns true when this query r t response policies bad request response has a 2xx status code

func (*QueryRTResponsePoliciesBadRequest) String

type QueryRTResponsePoliciesForbidden

type QueryRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewQueryRTResponsePoliciesForbidden

func NewQueryRTResponsePoliciesForbidden() *QueryRTResponsePoliciesForbidden

NewQueryRTResponsePoliciesForbidden creates a QueryRTResponsePoliciesForbidden with default headers values

func (*QueryRTResponsePoliciesForbidden) Code

Code gets the status code for the query r t response policies forbidden response

func (*QueryRTResponsePoliciesForbidden) Error

func (*QueryRTResponsePoliciesForbidden) GetPayload

func (*QueryRTResponsePoliciesForbidden) IsClientError

func (o *QueryRTResponsePoliciesForbidden) IsClientError() bool

IsClientError returns true when this query r t response policies forbidden response has a 4xx status code

func (*QueryRTResponsePoliciesForbidden) IsCode

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

IsCode returns true when this query r t response policies forbidden response a status code equal to that given

func (*QueryRTResponsePoliciesForbidden) IsRedirect

func (o *QueryRTResponsePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this query r t response policies forbidden response has a 3xx status code

func (*QueryRTResponsePoliciesForbidden) IsServerError

func (o *QueryRTResponsePoliciesForbidden) IsServerError() bool

IsServerError returns true when this query r t response policies forbidden response has a 5xx status code

func (*QueryRTResponsePoliciesForbidden) IsSuccess

func (o *QueryRTResponsePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this query r t response policies forbidden response has a 2xx status code

func (*QueryRTResponsePoliciesForbidden) String

type QueryRTResponsePoliciesInternalServerError

type QueryRTResponsePoliciesInternalServerError 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.MsaQueryResponse
}

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

Internal Server Error

func NewQueryRTResponsePoliciesInternalServerError

func NewQueryRTResponsePoliciesInternalServerError() *QueryRTResponsePoliciesInternalServerError

NewQueryRTResponsePoliciesInternalServerError creates a QueryRTResponsePoliciesInternalServerError with default headers values

func (*QueryRTResponsePoliciesInternalServerError) Code

Code gets the status code for the query r t response policies internal server error response

func (*QueryRTResponsePoliciesInternalServerError) Error

func (*QueryRTResponsePoliciesInternalServerError) GetPayload

func (*QueryRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this query r t response policies internal server error response has a 4xx status code

func (*QueryRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this query r t response policies internal server error response a status code equal to that given

func (*QueryRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query r t response policies internal server error response has a 3xx status code

func (*QueryRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this query r t response policies internal server error response has a 5xx status code

func (*QueryRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query r t response policies internal server error response has a 2xx status code

func (*QueryRTResponsePoliciesInternalServerError) String

type QueryRTResponsePoliciesOK

type QueryRTResponsePoliciesOK 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.MsaQueryResponse
}

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

OK

func NewQueryRTResponsePoliciesOK

func NewQueryRTResponsePoliciesOK() *QueryRTResponsePoliciesOK

NewQueryRTResponsePoliciesOK creates a QueryRTResponsePoliciesOK with default headers values

func (*QueryRTResponsePoliciesOK) Code

func (o *QueryRTResponsePoliciesOK) Code() int

Code gets the status code for the query r t response policies o k response

func (*QueryRTResponsePoliciesOK) Error

func (o *QueryRTResponsePoliciesOK) Error() string

func (*QueryRTResponsePoliciesOK) GetPayload

func (*QueryRTResponsePoliciesOK) IsClientError

func (o *QueryRTResponsePoliciesOK) IsClientError() bool

IsClientError returns true when this query r t response policies o k response has a 4xx status code

func (*QueryRTResponsePoliciesOK) IsCode

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

IsCode returns true when this query r t response policies o k response a status code equal to that given

func (*QueryRTResponsePoliciesOK) IsRedirect

func (o *QueryRTResponsePoliciesOK) IsRedirect() bool

IsRedirect returns true when this query r t response policies o k response has a 3xx status code

func (*QueryRTResponsePoliciesOK) IsServerError

func (o *QueryRTResponsePoliciesOK) IsServerError() bool

IsServerError returns true when this query r t response policies o k response has a 5xx status code

func (*QueryRTResponsePoliciesOK) IsSuccess

func (o *QueryRTResponsePoliciesOK) IsSuccess() bool

IsSuccess returns true when this query r t response policies o k response has a 2xx status code

func (*QueryRTResponsePoliciesOK) String

func (o *QueryRTResponsePoliciesOK) String() string

type QueryRTResponsePoliciesParams

type QueryRTResponsePoliciesParams struct {

	/* Filter.

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

	/* Limit.

	   The maximum number of records to return [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset of the first record to retrieve from
	*/
	Offset *int64

	/* Sort.

	   The property to sort results by
	*/
	Sort *string

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

QueryRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the query r t response policies operation.

Typically these are written to a http.Request.

func NewQueryRTResponsePoliciesParams

func NewQueryRTResponsePoliciesParams() *QueryRTResponsePoliciesParams

NewQueryRTResponsePoliciesParams creates a new QueryRTResponsePoliciesParams 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 NewQueryRTResponsePoliciesParamsWithContext

func NewQueryRTResponsePoliciesParamsWithContext(ctx context.Context) *QueryRTResponsePoliciesParams

NewQueryRTResponsePoliciesParamsWithContext creates a new QueryRTResponsePoliciesParams object with the ability to set a context for a request.

func NewQueryRTResponsePoliciesParamsWithHTTPClient

func NewQueryRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *QueryRTResponsePoliciesParams

NewQueryRTResponsePoliciesParamsWithHTTPClient creates a new QueryRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRTResponsePoliciesParamsWithTimeout

func NewQueryRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *QueryRTResponsePoliciesParams

NewQueryRTResponsePoliciesParamsWithTimeout creates a new QueryRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*QueryRTResponsePoliciesParams) SetContext

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

SetContext adds the context to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetDefaults

func (o *QueryRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query r t response policies params (not the query body).

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

func (*QueryRTResponsePoliciesParams) SetFilter

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

SetFilter adds the filter to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetLimit

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

SetLimit adds the limit to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetOffset

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

SetOffset adds the offset to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetSort

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

SetSort adds the sort to the query r t response policies params

func (*QueryRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithContext

WithContext adds the context to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query r t response policies params (not the query body).

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

func (*QueryRTResponsePoliciesParams) WithFilter

WithFilter adds the filter to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithLimit

WithLimit adds the limit to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithOffset

WithOffset adds the offset to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithSort

WithSort adds the sort to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query r t response policies params

func (*QueryRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryRTResponsePoliciesReader

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

QueryRTResponsePoliciesReader is a Reader for the QueryRTResponsePolicies structure.

func (*QueryRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryRTResponsePoliciesTooManyRequests

type QueryRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewQueryRTResponsePoliciesTooManyRequests

func NewQueryRTResponsePoliciesTooManyRequests() *QueryRTResponsePoliciesTooManyRequests

NewQueryRTResponsePoliciesTooManyRequests creates a QueryRTResponsePoliciesTooManyRequests with default headers values

func (*QueryRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the query r t response policies too many requests response

func (*QueryRTResponsePoliciesTooManyRequests) Error

func (*QueryRTResponsePoliciesTooManyRequests) GetPayload

func (*QueryRTResponsePoliciesTooManyRequests) IsClientError

func (o *QueryRTResponsePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this query r t response policies too many requests response has a 4xx status code

func (*QueryRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this query r t response policies too many requests response a status code equal to that given

func (*QueryRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query r t response policies too many requests response has a 3xx status code

func (*QueryRTResponsePoliciesTooManyRequests) IsServerError

func (o *QueryRTResponsePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this query r t response policies too many requests response has a 5xx status code

func (*QueryRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query r t response policies too many requests response has a 2xx status code

func (*QueryRTResponsePoliciesTooManyRequests) String

type QueryRTResponsePolicyMembersBadRequest

type QueryRTResponsePolicyMembersBadRequest 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.MsaQueryResponse
}

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

Bad Request

func NewQueryRTResponsePolicyMembersBadRequest

func NewQueryRTResponsePolicyMembersBadRequest() *QueryRTResponsePolicyMembersBadRequest

NewQueryRTResponsePolicyMembersBadRequest creates a QueryRTResponsePolicyMembersBadRequest with default headers values

func (*QueryRTResponsePolicyMembersBadRequest) Code

Code gets the status code for the query r t response policy members bad request response

func (*QueryRTResponsePolicyMembersBadRequest) Error

func (*QueryRTResponsePolicyMembersBadRequest) GetPayload

func (*QueryRTResponsePolicyMembersBadRequest) IsClientError

func (o *QueryRTResponsePolicyMembersBadRequest) IsClientError() bool

IsClientError returns true when this query r t response policy members bad request response has a 4xx status code

func (*QueryRTResponsePolicyMembersBadRequest) IsCode

IsCode returns true when this query r t response policy members bad request response a status code equal to that given

func (*QueryRTResponsePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query r t response policy members bad request response has a 3xx status code

func (*QueryRTResponsePolicyMembersBadRequest) IsServerError

func (o *QueryRTResponsePolicyMembersBadRequest) IsServerError() bool

IsServerError returns true when this query r t response policy members bad request response has a 5xx status code

func (*QueryRTResponsePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query r t response policy members bad request response has a 2xx status code

func (*QueryRTResponsePolicyMembersBadRequest) String

type QueryRTResponsePolicyMembersForbidden

type QueryRTResponsePolicyMembersForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewQueryRTResponsePolicyMembersForbidden

func NewQueryRTResponsePolicyMembersForbidden() *QueryRTResponsePolicyMembersForbidden

NewQueryRTResponsePolicyMembersForbidden creates a QueryRTResponsePolicyMembersForbidden with default headers values

func (*QueryRTResponsePolicyMembersForbidden) Code

Code gets the status code for the query r t response policy members forbidden response

func (*QueryRTResponsePolicyMembersForbidden) Error

func (*QueryRTResponsePolicyMembersForbidden) GetPayload

func (*QueryRTResponsePolicyMembersForbidden) IsClientError

func (o *QueryRTResponsePolicyMembersForbidden) IsClientError() bool

IsClientError returns true when this query r t response policy members forbidden response has a 4xx status code

func (*QueryRTResponsePolicyMembersForbidden) IsCode

IsCode returns true when this query r t response policy members forbidden response a status code equal to that given

func (*QueryRTResponsePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query r t response policy members forbidden response has a 3xx status code

func (*QueryRTResponsePolicyMembersForbidden) IsServerError

func (o *QueryRTResponsePolicyMembersForbidden) IsServerError() bool

IsServerError returns true when this query r t response policy members forbidden response has a 5xx status code

func (*QueryRTResponsePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query r t response policy members forbidden response has a 2xx status code

func (*QueryRTResponsePolicyMembersForbidden) String

type QueryRTResponsePolicyMembersInternalServerError

type QueryRTResponsePolicyMembersInternalServerError 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.MsaQueryResponse
}

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

Internal Server Error

func NewQueryRTResponsePolicyMembersInternalServerError

func NewQueryRTResponsePolicyMembersInternalServerError() *QueryRTResponsePolicyMembersInternalServerError

NewQueryRTResponsePolicyMembersInternalServerError creates a QueryRTResponsePolicyMembersInternalServerError with default headers values

func (*QueryRTResponsePolicyMembersInternalServerError) Code

Code gets the status code for the query r t response policy members internal server error response

func (*QueryRTResponsePolicyMembersInternalServerError) Error

func (*QueryRTResponsePolicyMembersInternalServerError) GetPayload

func (*QueryRTResponsePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query r t response policy members internal server error response has a 4xx status code

func (*QueryRTResponsePolicyMembersInternalServerError) IsCode

IsCode returns true when this query r t response policy members internal server error response a status code equal to that given

func (*QueryRTResponsePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query r t response policy members internal server error response has a 3xx status code

func (*QueryRTResponsePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query r t response policy members internal server error response has a 5xx status code

func (*QueryRTResponsePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query r t response policy members internal server error response has a 2xx status code

func (*QueryRTResponsePolicyMembersInternalServerError) String

type QueryRTResponsePolicyMembersNotFound

type QueryRTResponsePolicyMembersNotFound 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.MsaQueryResponse
}

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

Not Found

func NewQueryRTResponsePolicyMembersNotFound

func NewQueryRTResponsePolicyMembersNotFound() *QueryRTResponsePolicyMembersNotFound

NewQueryRTResponsePolicyMembersNotFound creates a QueryRTResponsePolicyMembersNotFound with default headers values

func (*QueryRTResponsePolicyMembersNotFound) Code

Code gets the status code for the query r t response policy members not found response

func (*QueryRTResponsePolicyMembersNotFound) Error

func (*QueryRTResponsePolicyMembersNotFound) GetPayload

func (*QueryRTResponsePolicyMembersNotFound) IsClientError

func (o *QueryRTResponsePolicyMembersNotFound) IsClientError() bool

IsClientError returns true when this query r t response policy members not found response has a 4xx status code

func (*QueryRTResponsePolicyMembersNotFound) IsCode

IsCode returns true when this query r t response policy members not found response a status code equal to that given

func (*QueryRTResponsePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query r t response policy members not found response has a 3xx status code

func (*QueryRTResponsePolicyMembersNotFound) IsServerError

func (o *QueryRTResponsePolicyMembersNotFound) IsServerError() bool

IsServerError returns true when this query r t response policy members not found response has a 5xx status code

func (*QueryRTResponsePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query r t response policy members not found response has a 2xx status code

func (*QueryRTResponsePolicyMembersNotFound) String

type QueryRTResponsePolicyMembersOK

type QueryRTResponsePolicyMembersOK 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.MsaQueryResponse
}

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

OK

func NewQueryRTResponsePolicyMembersOK

func NewQueryRTResponsePolicyMembersOK() *QueryRTResponsePolicyMembersOK

NewQueryRTResponsePolicyMembersOK creates a QueryRTResponsePolicyMembersOK with default headers values

func (*QueryRTResponsePolicyMembersOK) Code

Code gets the status code for the query r t response policy members o k response

func (*QueryRTResponsePolicyMembersOK) Error

func (*QueryRTResponsePolicyMembersOK) GetPayload

func (*QueryRTResponsePolicyMembersOK) IsClientError

func (o *QueryRTResponsePolicyMembersOK) IsClientError() bool

IsClientError returns true when this query r t response policy members o k response has a 4xx status code

func (*QueryRTResponsePolicyMembersOK) IsCode

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

IsCode returns true when this query r t response policy members o k response a status code equal to that given

func (*QueryRTResponsePolicyMembersOK) IsRedirect

func (o *QueryRTResponsePolicyMembersOK) IsRedirect() bool

IsRedirect returns true when this query r t response policy members o k response has a 3xx status code

func (*QueryRTResponsePolicyMembersOK) IsServerError

func (o *QueryRTResponsePolicyMembersOK) IsServerError() bool

IsServerError returns true when this query r t response policy members o k response has a 5xx status code

func (*QueryRTResponsePolicyMembersOK) IsSuccess

func (o *QueryRTResponsePolicyMembersOK) IsSuccess() bool

IsSuccess returns true when this query r t response policy members o k response has a 2xx status code

func (*QueryRTResponsePolicyMembersOK) String

type QueryRTResponsePolicyMembersParams

type QueryRTResponsePolicyMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Response policy to search for members of
	*/
	ID *string

	/* Limit.

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

	/* Offset.

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

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryRTResponsePolicyMembersParams contains all the parameters to send to the API endpoint

for the query r t response policy members operation.

Typically these are written to a http.Request.

func NewQueryRTResponsePolicyMembersParams

func NewQueryRTResponsePolicyMembersParams() *QueryRTResponsePolicyMembersParams

NewQueryRTResponsePolicyMembersParams creates a new QueryRTResponsePolicyMembersParams 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 NewQueryRTResponsePolicyMembersParamsWithContext

func NewQueryRTResponsePolicyMembersParamsWithContext(ctx context.Context) *QueryRTResponsePolicyMembersParams

NewQueryRTResponsePolicyMembersParamsWithContext creates a new QueryRTResponsePolicyMembersParams object with the ability to set a context for a request.

func NewQueryRTResponsePolicyMembersParamsWithHTTPClient

func NewQueryRTResponsePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryRTResponsePolicyMembersParams

NewQueryRTResponsePolicyMembersParamsWithHTTPClient creates a new QueryRTResponsePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRTResponsePolicyMembersParamsWithTimeout

func NewQueryRTResponsePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryRTResponsePolicyMembersParams

NewQueryRTResponsePolicyMembersParamsWithTimeout creates a new QueryRTResponsePolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryRTResponsePolicyMembersParams) SetContext

SetContext adds the context to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetDefaults

func (o *QueryRTResponsePolicyMembersParams) SetDefaults()

SetDefaults hydrates default values in the query r t response policy members params (not the query body).

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

func (*QueryRTResponsePolicyMembersParams) SetFilter

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

SetFilter adds the filter to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetID

SetID adds the id to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetLimit

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

SetLimit adds the limit to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetOffset

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

SetOffset adds the offset to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetSort

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

SetSort adds the sort to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithContext

WithContext adds the context to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query r t response policy members params (not the query body).

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

func (*QueryRTResponsePolicyMembersParams) WithFilter

WithFilter adds the filter to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithID

WithID adds the id to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithLimit

WithLimit adds the limit to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithOffset

WithOffset adds the offset to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithSort

WithSort adds the sort to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query r t response policy members params

func (*QueryRTResponsePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryRTResponsePolicyMembersReader

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

QueryRTResponsePolicyMembersReader is a Reader for the QueryRTResponsePolicyMembers structure.

func (*QueryRTResponsePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryRTResponsePolicyMembersTooManyRequests

type QueryRTResponsePolicyMembersTooManyRequests 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
}

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

Too Many Requests

func NewQueryRTResponsePolicyMembersTooManyRequests

func NewQueryRTResponsePolicyMembersTooManyRequests() *QueryRTResponsePolicyMembersTooManyRequests

NewQueryRTResponsePolicyMembersTooManyRequests creates a QueryRTResponsePolicyMembersTooManyRequests with default headers values

func (*QueryRTResponsePolicyMembersTooManyRequests) Code

Code gets the status code for the query r t response policy members too many requests response

func (*QueryRTResponsePolicyMembersTooManyRequests) Error

func (*QueryRTResponsePolicyMembersTooManyRequests) GetPayload

func (*QueryRTResponsePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query r t response policy members too many requests response has a 4xx status code

func (*QueryRTResponsePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query r t response policy members too many requests response a status code equal to that given

func (*QueryRTResponsePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query r t response policy members too many requests response has a 3xx status code

func (*QueryRTResponsePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query r t response policy members too many requests response has a 5xx status code

func (*QueryRTResponsePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query r t response policy members too many requests response has a 2xx status code

func (*QueryRTResponsePolicyMembersTooManyRequests) String

type SetRTResponsePoliciesPrecedenceBadRequest

type SetRTResponsePoliciesPrecedenceBadRequest 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.MsaQueryResponse
}

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

Bad Request

func NewSetRTResponsePoliciesPrecedenceBadRequest

func NewSetRTResponsePoliciesPrecedenceBadRequest() *SetRTResponsePoliciesPrecedenceBadRequest

NewSetRTResponsePoliciesPrecedenceBadRequest creates a SetRTResponsePoliciesPrecedenceBadRequest with default headers values

func (*SetRTResponsePoliciesPrecedenceBadRequest) Code

Code gets the status code for the set r t response policies precedence bad request response

func (*SetRTResponsePoliciesPrecedenceBadRequest) Error

func (*SetRTResponsePoliciesPrecedenceBadRequest) GetPayload

func (*SetRTResponsePoliciesPrecedenceBadRequest) IsClientError

IsClientError returns true when this set r t response policies precedence bad request response has a 4xx status code

func (*SetRTResponsePoliciesPrecedenceBadRequest) IsCode

IsCode returns true when this set r t response policies precedence bad request response a status code equal to that given

func (*SetRTResponsePoliciesPrecedenceBadRequest) IsRedirect

IsRedirect returns true when this set r t response policies precedence bad request response has a 3xx status code

func (*SetRTResponsePoliciesPrecedenceBadRequest) IsServerError

IsServerError returns true when this set r t response policies precedence bad request response has a 5xx status code

func (*SetRTResponsePoliciesPrecedenceBadRequest) IsSuccess

IsSuccess returns true when this set r t response policies precedence bad request response has a 2xx status code

func (*SetRTResponsePoliciesPrecedenceBadRequest) String

type SetRTResponsePoliciesPrecedenceForbidden

type SetRTResponsePoliciesPrecedenceForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewSetRTResponsePoliciesPrecedenceForbidden

func NewSetRTResponsePoliciesPrecedenceForbidden() *SetRTResponsePoliciesPrecedenceForbidden

NewSetRTResponsePoliciesPrecedenceForbidden creates a SetRTResponsePoliciesPrecedenceForbidden with default headers values

func (*SetRTResponsePoliciesPrecedenceForbidden) Code

Code gets the status code for the set r t response policies precedence forbidden response

func (*SetRTResponsePoliciesPrecedenceForbidden) Error

func (*SetRTResponsePoliciesPrecedenceForbidden) GetPayload

func (*SetRTResponsePoliciesPrecedenceForbidden) IsClientError

IsClientError returns true when this set r t response policies precedence forbidden response has a 4xx status code

func (*SetRTResponsePoliciesPrecedenceForbidden) IsCode

IsCode returns true when this set r t response policies precedence forbidden response a status code equal to that given

func (*SetRTResponsePoliciesPrecedenceForbidden) IsRedirect

IsRedirect returns true when this set r t response policies precedence forbidden response has a 3xx status code

func (*SetRTResponsePoliciesPrecedenceForbidden) IsServerError

IsServerError returns true when this set r t response policies precedence forbidden response has a 5xx status code

func (*SetRTResponsePoliciesPrecedenceForbidden) IsSuccess

IsSuccess returns true when this set r t response policies precedence forbidden response has a 2xx status code

func (*SetRTResponsePoliciesPrecedenceForbidden) String

type SetRTResponsePoliciesPrecedenceInternalServerError

type SetRTResponsePoliciesPrecedenceInternalServerError 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.MsaQueryResponse
}

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

Internal Server Error

func NewSetRTResponsePoliciesPrecedenceInternalServerError

func NewSetRTResponsePoliciesPrecedenceInternalServerError() *SetRTResponsePoliciesPrecedenceInternalServerError

NewSetRTResponsePoliciesPrecedenceInternalServerError creates a SetRTResponsePoliciesPrecedenceInternalServerError with default headers values

func (*SetRTResponsePoliciesPrecedenceInternalServerError) Code

Code gets the status code for the set r t response policies precedence internal server error response

func (*SetRTResponsePoliciesPrecedenceInternalServerError) Error

func (*SetRTResponsePoliciesPrecedenceInternalServerError) GetPayload

func (*SetRTResponsePoliciesPrecedenceInternalServerError) IsClientError

IsClientError returns true when this set r t response policies precedence internal server error response has a 4xx status code

func (*SetRTResponsePoliciesPrecedenceInternalServerError) IsCode

IsCode returns true when this set r t response policies precedence internal server error response a status code equal to that given

func (*SetRTResponsePoliciesPrecedenceInternalServerError) IsRedirect

IsRedirect returns true when this set r t response policies precedence internal server error response has a 3xx status code

func (*SetRTResponsePoliciesPrecedenceInternalServerError) IsServerError

IsServerError returns true when this set r t response policies precedence internal server error response has a 5xx status code

func (*SetRTResponsePoliciesPrecedenceInternalServerError) IsSuccess

IsSuccess returns true when this set r t response policies precedence internal server error response has a 2xx status code

func (*SetRTResponsePoliciesPrecedenceInternalServerError) String

type SetRTResponsePoliciesPrecedenceOK

type SetRTResponsePoliciesPrecedenceOK 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.MsaQueryResponse
}

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

OK

func NewSetRTResponsePoliciesPrecedenceOK

func NewSetRTResponsePoliciesPrecedenceOK() *SetRTResponsePoliciesPrecedenceOK

NewSetRTResponsePoliciesPrecedenceOK creates a SetRTResponsePoliciesPrecedenceOK with default headers values

func (*SetRTResponsePoliciesPrecedenceOK) Code

Code gets the status code for the set r t response policies precedence o k response

func (*SetRTResponsePoliciesPrecedenceOK) Error

func (*SetRTResponsePoliciesPrecedenceOK) GetPayload

func (*SetRTResponsePoliciesPrecedenceOK) IsClientError

func (o *SetRTResponsePoliciesPrecedenceOK) IsClientError() bool

IsClientError returns true when this set r t response policies precedence o k response has a 4xx status code

func (*SetRTResponsePoliciesPrecedenceOK) IsCode

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

IsCode returns true when this set r t response policies precedence o k response a status code equal to that given

func (*SetRTResponsePoliciesPrecedenceOK) IsRedirect

func (o *SetRTResponsePoliciesPrecedenceOK) IsRedirect() bool

IsRedirect returns true when this set r t response policies precedence o k response has a 3xx status code

func (*SetRTResponsePoliciesPrecedenceOK) IsServerError

func (o *SetRTResponsePoliciesPrecedenceOK) IsServerError() bool

IsServerError returns true when this set r t response policies precedence o k response has a 5xx status code

func (*SetRTResponsePoliciesPrecedenceOK) IsSuccess

func (o *SetRTResponsePoliciesPrecedenceOK) IsSuccess() bool

IsSuccess returns true when this set r t response policies precedence o k response has a 2xx status code

func (*SetRTResponsePoliciesPrecedenceOK) String

type SetRTResponsePoliciesPrecedenceParams

type SetRTResponsePoliciesPrecedenceParams struct {

	// Body.
	Body *models.BaseSetPolicyPrecedenceReqV1

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

SetRTResponsePoliciesPrecedenceParams contains all the parameters to send to the API endpoint

for the set r t response policies precedence operation.

Typically these are written to a http.Request.

func NewSetRTResponsePoliciesPrecedenceParams

func NewSetRTResponsePoliciesPrecedenceParams() *SetRTResponsePoliciesPrecedenceParams

NewSetRTResponsePoliciesPrecedenceParams creates a new SetRTResponsePoliciesPrecedenceParams 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 NewSetRTResponsePoliciesPrecedenceParamsWithContext

func NewSetRTResponsePoliciesPrecedenceParamsWithContext(ctx context.Context) *SetRTResponsePoliciesPrecedenceParams

NewSetRTResponsePoliciesPrecedenceParamsWithContext creates a new SetRTResponsePoliciesPrecedenceParams object with the ability to set a context for a request.

func NewSetRTResponsePoliciesPrecedenceParamsWithHTTPClient

func NewSetRTResponsePoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetRTResponsePoliciesPrecedenceParams

NewSetRTResponsePoliciesPrecedenceParamsWithHTTPClient creates a new SetRTResponsePoliciesPrecedenceParams object with the ability to set a custom HTTPClient for a request.

func NewSetRTResponsePoliciesPrecedenceParamsWithTimeout

func NewSetRTResponsePoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetRTResponsePoliciesPrecedenceParams

NewSetRTResponsePoliciesPrecedenceParamsWithTimeout creates a new SetRTResponsePoliciesPrecedenceParams object with the ability to set a timeout on a request.

func (*SetRTResponsePoliciesPrecedenceParams) SetBody

SetBody adds the body to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) SetContext

SetContext adds the context to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) SetDefaults

func (o *SetRTResponsePoliciesPrecedenceParams) SetDefaults()

SetDefaults hydrates default values in the set r t response policies precedence params (not the query body).

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

func (*SetRTResponsePoliciesPrecedenceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) SetTimeout

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

SetTimeout adds the timeout to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) WithBody

WithBody adds the body to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) WithContext

WithContext adds the context to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) WithDefaults

WithDefaults hydrates default values in the set r t response policies precedence params (not the query body).

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

func (*SetRTResponsePoliciesPrecedenceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) WithTimeout

WithTimeout adds the timeout to the set r t response policies precedence params

func (*SetRTResponsePoliciesPrecedenceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetRTResponsePoliciesPrecedenceReader

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

SetRTResponsePoliciesPrecedenceReader is a Reader for the SetRTResponsePoliciesPrecedence structure.

func (*SetRTResponsePoliciesPrecedenceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetRTResponsePoliciesPrecedenceTooManyRequests

type SetRTResponsePoliciesPrecedenceTooManyRequests 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
}

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

Too Many Requests

func NewSetRTResponsePoliciesPrecedenceTooManyRequests

func NewSetRTResponsePoliciesPrecedenceTooManyRequests() *SetRTResponsePoliciesPrecedenceTooManyRequests

NewSetRTResponsePoliciesPrecedenceTooManyRequests creates a SetRTResponsePoliciesPrecedenceTooManyRequests with default headers values

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) Code

Code gets the status code for the set r t response policies precedence too many requests response

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) Error

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) GetPayload

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) IsClientError

IsClientError returns true when this set r t response policies precedence too many requests response has a 4xx status code

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) IsCode

IsCode returns true when this set r t response policies precedence too many requests response a status code equal to that given

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) IsRedirect

IsRedirect returns true when this set r t response policies precedence too many requests response has a 3xx status code

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) IsServerError

IsServerError returns true when this set r t response policies precedence too many requests response has a 5xx status code

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) IsSuccess

IsSuccess returns true when this set r t response policies precedence too many requests response has a 2xx status code

func (*SetRTResponsePoliciesPrecedenceTooManyRequests) String

type UpdateRTResponsePoliciesBadRequest

type UpdateRTResponsePoliciesBadRequest 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.RemoteResponseRespV1
}

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

Bad Request

func NewUpdateRTResponsePoliciesBadRequest

func NewUpdateRTResponsePoliciesBadRequest() *UpdateRTResponsePoliciesBadRequest

NewUpdateRTResponsePoliciesBadRequest creates a UpdateRTResponsePoliciesBadRequest with default headers values

func (*UpdateRTResponsePoliciesBadRequest) Code

Code gets the status code for the update r t response policies bad request response

func (*UpdateRTResponsePoliciesBadRequest) Error

func (*UpdateRTResponsePoliciesBadRequest) GetPayload

func (*UpdateRTResponsePoliciesBadRequest) IsClientError

func (o *UpdateRTResponsePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this update r t response policies bad request response has a 4xx status code

func (*UpdateRTResponsePoliciesBadRequest) IsCode

IsCode returns true when this update r t response policies bad request response a status code equal to that given

func (*UpdateRTResponsePoliciesBadRequest) IsRedirect

func (o *UpdateRTResponsePoliciesBadRequest) IsRedirect() bool

IsRedirect returns true when this update r t response policies bad request response has a 3xx status code

func (*UpdateRTResponsePoliciesBadRequest) IsServerError

func (o *UpdateRTResponsePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this update r t response policies bad request response has a 5xx status code

func (*UpdateRTResponsePoliciesBadRequest) IsSuccess

IsSuccess returns true when this update r t response policies bad request response has a 2xx status code

func (*UpdateRTResponsePoliciesBadRequest) String

type UpdateRTResponsePoliciesForbidden

type UpdateRTResponsePoliciesForbidden 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.MsaErrorsOnly
}

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

Forbidden

func NewUpdateRTResponsePoliciesForbidden

func NewUpdateRTResponsePoliciesForbidden() *UpdateRTResponsePoliciesForbidden

NewUpdateRTResponsePoliciesForbidden creates a UpdateRTResponsePoliciesForbidden with default headers values

func (*UpdateRTResponsePoliciesForbidden) Code

Code gets the status code for the update r t response policies forbidden response

func (*UpdateRTResponsePoliciesForbidden) Error

func (*UpdateRTResponsePoliciesForbidden) GetPayload

func (*UpdateRTResponsePoliciesForbidden) IsClientError

func (o *UpdateRTResponsePoliciesForbidden) IsClientError() bool

IsClientError returns true when this update r t response policies forbidden response has a 4xx status code

func (*UpdateRTResponsePoliciesForbidden) IsCode

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

IsCode returns true when this update r t response policies forbidden response a status code equal to that given

func (*UpdateRTResponsePoliciesForbidden) IsRedirect

func (o *UpdateRTResponsePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this update r t response policies forbidden response has a 3xx status code

func (*UpdateRTResponsePoliciesForbidden) IsServerError

func (o *UpdateRTResponsePoliciesForbidden) IsServerError() bool

IsServerError returns true when this update r t response policies forbidden response has a 5xx status code

func (*UpdateRTResponsePoliciesForbidden) IsSuccess

func (o *UpdateRTResponsePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this update r t response policies forbidden response has a 2xx status code

func (*UpdateRTResponsePoliciesForbidden) String

type UpdateRTResponsePoliciesInternalServerError

type UpdateRTResponsePoliciesInternalServerError 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.RemoteResponseRespV1
}

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

Internal Server Error

func NewUpdateRTResponsePoliciesInternalServerError

func NewUpdateRTResponsePoliciesInternalServerError() *UpdateRTResponsePoliciesInternalServerError

NewUpdateRTResponsePoliciesInternalServerError creates a UpdateRTResponsePoliciesInternalServerError with default headers values

func (*UpdateRTResponsePoliciesInternalServerError) Code

Code gets the status code for the update r t response policies internal server error response

func (*UpdateRTResponsePoliciesInternalServerError) Error

func (*UpdateRTResponsePoliciesInternalServerError) GetPayload

func (*UpdateRTResponsePoliciesInternalServerError) IsClientError

IsClientError returns true when this update r t response policies internal server error response has a 4xx status code

func (*UpdateRTResponsePoliciesInternalServerError) IsCode

IsCode returns true when this update r t response policies internal server error response a status code equal to that given

func (*UpdateRTResponsePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this update r t response policies internal server error response has a 3xx status code

func (*UpdateRTResponsePoliciesInternalServerError) IsServerError

IsServerError returns true when this update r t response policies internal server error response has a 5xx status code

func (*UpdateRTResponsePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this update r t response policies internal server error response has a 2xx status code

func (*UpdateRTResponsePoliciesInternalServerError) String

type UpdateRTResponsePoliciesNotFound

type UpdateRTResponsePoliciesNotFound 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.RemoteResponseRespV1
}

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

Not Found

func NewUpdateRTResponsePoliciesNotFound

func NewUpdateRTResponsePoliciesNotFound() *UpdateRTResponsePoliciesNotFound

NewUpdateRTResponsePoliciesNotFound creates a UpdateRTResponsePoliciesNotFound with default headers values

func (*UpdateRTResponsePoliciesNotFound) Code

Code gets the status code for the update r t response policies not found response

func (*UpdateRTResponsePoliciesNotFound) Error

func (*UpdateRTResponsePoliciesNotFound) GetPayload

func (*UpdateRTResponsePoliciesNotFound) IsClientError

func (o *UpdateRTResponsePoliciesNotFound) IsClientError() bool

IsClientError returns true when this update r t response policies not found response has a 4xx status code

func (*UpdateRTResponsePoliciesNotFound) IsCode

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

IsCode returns true when this update r t response policies not found response a status code equal to that given

func (*UpdateRTResponsePoliciesNotFound) IsRedirect

func (o *UpdateRTResponsePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this update r t response policies not found response has a 3xx status code

func (*UpdateRTResponsePoliciesNotFound) IsServerError

func (o *UpdateRTResponsePoliciesNotFound) IsServerError() bool

IsServerError returns true when this update r t response policies not found response has a 5xx status code

func (*UpdateRTResponsePoliciesNotFound) IsSuccess

func (o *UpdateRTResponsePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this update r t response policies not found response has a 2xx status code

func (*UpdateRTResponsePoliciesNotFound) String

type UpdateRTResponsePoliciesOK

type UpdateRTResponsePoliciesOK 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.RemoteResponseRespV1
}

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

OK

func NewUpdateRTResponsePoliciesOK

func NewUpdateRTResponsePoliciesOK() *UpdateRTResponsePoliciesOK

NewUpdateRTResponsePoliciesOK creates a UpdateRTResponsePoliciesOK with default headers values

func (*UpdateRTResponsePoliciesOK) Code

func (o *UpdateRTResponsePoliciesOK) Code() int

Code gets the status code for the update r t response policies o k response

func (*UpdateRTResponsePoliciesOK) Error

func (*UpdateRTResponsePoliciesOK) GetPayload

func (*UpdateRTResponsePoliciesOK) IsClientError

func (o *UpdateRTResponsePoliciesOK) IsClientError() bool

IsClientError returns true when this update r t response policies o k response has a 4xx status code

func (*UpdateRTResponsePoliciesOK) IsCode

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

IsCode returns true when this update r t response policies o k response a status code equal to that given

func (*UpdateRTResponsePoliciesOK) IsRedirect

func (o *UpdateRTResponsePoliciesOK) IsRedirect() bool

IsRedirect returns true when this update r t response policies o k response has a 3xx status code

func (*UpdateRTResponsePoliciesOK) IsServerError

func (o *UpdateRTResponsePoliciesOK) IsServerError() bool

IsServerError returns true when this update r t response policies o k response has a 5xx status code

func (*UpdateRTResponsePoliciesOK) IsSuccess

func (o *UpdateRTResponsePoliciesOK) IsSuccess() bool

IsSuccess returns true when this update r t response policies o k response has a 2xx status code

func (*UpdateRTResponsePoliciesOK) String

func (o *UpdateRTResponsePoliciesOK) String() string

type UpdateRTResponsePoliciesParams

type UpdateRTResponsePoliciesParams struct {

	// Body.
	Body *models.RemoteResponseUpdatePoliciesReqV1

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

UpdateRTResponsePoliciesParams contains all the parameters to send to the API endpoint

for the update r t response policies operation.

Typically these are written to a http.Request.

func NewUpdateRTResponsePoliciesParams

func NewUpdateRTResponsePoliciesParams() *UpdateRTResponsePoliciesParams

NewUpdateRTResponsePoliciesParams creates a new UpdateRTResponsePoliciesParams 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 NewUpdateRTResponsePoliciesParamsWithContext

func NewUpdateRTResponsePoliciesParamsWithContext(ctx context.Context) *UpdateRTResponsePoliciesParams

NewUpdateRTResponsePoliciesParamsWithContext creates a new UpdateRTResponsePoliciesParams object with the ability to set a context for a request.

func NewUpdateRTResponsePoliciesParamsWithHTTPClient

func NewUpdateRTResponsePoliciesParamsWithHTTPClient(client *http.Client) *UpdateRTResponsePoliciesParams

NewUpdateRTResponsePoliciesParamsWithHTTPClient creates a new UpdateRTResponsePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateRTResponsePoliciesParamsWithTimeout

func NewUpdateRTResponsePoliciesParamsWithTimeout(timeout time.Duration) *UpdateRTResponsePoliciesParams

NewUpdateRTResponsePoliciesParamsWithTimeout creates a new UpdateRTResponsePoliciesParams object with the ability to set a timeout on a request.

func (*UpdateRTResponsePoliciesParams) SetBody

SetBody adds the body to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) SetContext

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

SetContext adds the context to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) SetDefaults

func (o *UpdateRTResponsePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the update r t response policies params (not the query body).

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

func (*UpdateRTResponsePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) WithBody

WithBody adds the body to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) WithContext

WithContext adds the context to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) WithDefaults

WithDefaults hydrates default values in the update r t response policies params (not the query body).

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

func (*UpdateRTResponsePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) WithTimeout

WithTimeout adds the timeout to the update r t response policies params

func (*UpdateRTResponsePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateRTResponsePoliciesReader

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

UpdateRTResponsePoliciesReader is a Reader for the UpdateRTResponsePolicies structure.

func (*UpdateRTResponsePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateRTResponsePoliciesTooManyRequests

type UpdateRTResponsePoliciesTooManyRequests 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
}

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

Too Many Requests

func NewUpdateRTResponsePoliciesTooManyRequests

func NewUpdateRTResponsePoliciesTooManyRequests() *UpdateRTResponsePoliciesTooManyRequests

NewUpdateRTResponsePoliciesTooManyRequests creates a UpdateRTResponsePoliciesTooManyRequests with default headers values

func (*UpdateRTResponsePoliciesTooManyRequests) Code

Code gets the status code for the update r t response policies too many requests response

func (*UpdateRTResponsePoliciesTooManyRequests) Error

func (*UpdateRTResponsePoliciesTooManyRequests) GetPayload

func (*UpdateRTResponsePoliciesTooManyRequests) IsClientError

func (o *UpdateRTResponsePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this update r t response policies too many requests response has a 4xx status code

func (*UpdateRTResponsePoliciesTooManyRequests) IsCode

IsCode returns true when this update r t response policies too many requests response a status code equal to that given

func (*UpdateRTResponsePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this update r t response policies too many requests response has a 3xx status code

func (*UpdateRTResponsePoliciesTooManyRequests) IsServerError

func (o *UpdateRTResponsePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this update r t response policies too many requests response has a 5xx status code

func (*UpdateRTResponsePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this update r t response policies too many requests response has a 2xx status code

func (*UpdateRTResponsePoliciesTooManyRequests) String

Jump to

Keyboard shortcuts

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