firewall_management

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 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 AggregateEventsBadRequest

type AggregateEventsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewAggregateEventsBadRequest

func NewAggregateEventsBadRequest() *AggregateEventsBadRequest

NewAggregateEventsBadRequest creates a AggregateEventsBadRequest with default headers values

func (*AggregateEventsBadRequest) Code added in v0.2.33

func (o *AggregateEventsBadRequest) Code() int

Code gets the status code for the aggregate events bad request response

func (*AggregateEventsBadRequest) Error

func (o *AggregateEventsBadRequest) Error() string

func (*AggregateEventsBadRequest) GetPayload

func (*AggregateEventsBadRequest) IsClientError added in v0.2.27

func (o *AggregateEventsBadRequest) IsClientError() bool

IsClientError returns true when this aggregate events bad request response has a 4xx status code

func (*AggregateEventsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this aggregate events bad request response a status code equal to that given

func (*AggregateEventsBadRequest) IsRedirect added in v0.2.27

func (o *AggregateEventsBadRequest) IsRedirect() bool

IsRedirect returns true when this aggregate events bad request response has a 3xx status code

func (*AggregateEventsBadRequest) IsServerError added in v0.2.27

func (o *AggregateEventsBadRequest) IsServerError() bool

IsServerError returns true when this aggregate events bad request response has a 5xx status code

func (*AggregateEventsBadRequest) IsSuccess added in v0.2.27

func (o *AggregateEventsBadRequest) IsSuccess() bool

IsSuccess returns true when this aggregate events bad request response has a 2xx status code

func (*AggregateEventsBadRequest) String added in v0.2.27

func (o *AggregateEventsBadRequest) String() string

type AggregateEventsForbidden

type AggregateEventsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateEventsForbidden

func NewAggregateEventsForbidden() *AggregateEventsForbidden

NewAggregateEventsForbidden creates a AggregateEventsForbidden with default headers values

func (*AggregateEventsForbidden) Code added in v0.2.33

func (o *AggregateEventsForbidden) Code() int

Code gets the status code for the aggregate events forbidden response

func (*AggregateEventsForbidden) Error

func (o *AggregateEventsForbidden) Error() string

func (*AggregateEventsForbidden) GetPayload

func (*AggregateEventsForbidden) IsClientError added in v0.2.27

func (o *AggregateEventsForbidden) IsClientError() bool

IsClientError returns true when this aggregate events forbidden response has a 4xx status code

func (*AggregateEventsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate events forbidden response a status code equal to that given

func (*AggregateEventsForbidden) IsRedirect added in v0.2.27

func (o *AggregateEventsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate events forbidden response has a 3xx status code

func (*AggregateEventsForbidden) IsServerError added in v0.2.27

func (o *AggregateEventsForbidden) IsServerError() bool

IsServerError returns true when this aggregate events forbidden response has a 5xx status code

func (*AggregateEventsForbidden) IsSuccess added in v0.2.27

func (o *AggregateEventsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate events forbidden response has a 2xx status code

func (*AggregateEventsForbidden) String added in v0.2.27

func (o *AggregateEventsForbidden) String() string

type AggregateEventsOK

type AggregateEventsOK 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.FwmgrAPIAggregatesResponse
}

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

OK

func NewAggregateEventsOK

func NewAggregateEventsOK() *AggregateEventsOK

NewAggregateEventsOK creates a AggregateEventsOK with default headers values

func (*AggregateEventsOK) Code added in v0.2.33

func (o *AggregateEventsOK) Code() int

Code gets the status code for the aggregate events o k response

func (*AggregateEventsOK) Error

func (o *AggregateEventsOK) Error() string

func (*AggregateEventsOK) GetPayload

func (*AggregateEventsOK) IsClientError added in v0.2.27

func (o *AggregateEventsOK) IsClientError() bool

IsClientError returns true when this aggregate events o k response has a 4xx status code

func (*AggregateEventsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate events o k response a status code equal to that given

func (*AggregateEventsOK) IsRedirect added in v0.2.27

func (o *AggregateEventsOK) IsRedirect() bool

IsRedirect returns true when this aggregate events o k response has a 3xx status code

func (*AggregateEventsOK) IsServerError added in v0.2.27

func (o *AggregateEventsOK) IsServerError() bool

IsServerError returns true when this aggregate events o k response has a 5xx status code

func (*AggregateEventsOK) IsSuccess added in v0.2.27

func (o *AggregateEventsOK) IsSuccess() bool

IsSuccess returns true when this aggregate events o k response has a 2xx status code

func (*AggregateEventsOK) String added in v0.2.27

func (o *AggregateEventsOK) String() string

type AggregateEventsParams

type AggregateEventsParams struct {

	/* Body.

	   Query criteria and settings
	*/
	Body []*models.FwmgrMsaAggregateQueryRequest

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

AggregateEventsParams contains all the parameters to send to the API endpoint

for the aggregate events operation.

Typically these are written to a http.Request.

func NewAggregateEventsParams

func NewAggregateEventsParams() *AggregateEventsParams

NewAggregateEventsParams creates a new AggregateEventsParams 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 NewAggregateEventsParamsWithContext

func NewAggregateEventsParamsWithContext(ctx context.Context) *AggregateEventsParams

NewAggregateEventsParamsWithContext creates a new AggregateEventsParams object with the ability to set a context for a request.

func NewAggregateEventsParamsWithHTTPClient

func NewAggregateEventsParamsWithHTTPClient(client *http.Client) *AggregateEventsParams

NewAggregateEventsParamsWithHTTPClient creates a new AggregateEventsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateEventsParamsWithTimeout

func NewAggregateEventsParamsWithTimeout(timeout time.Duration) *AggregateEventsParams

NewAggregateEventsParamsWithTimeout creates a new AggregateEventsParams object with the ability to set a timeout on a request.

func (*AggregateEventsParams) SetBody

SetBody adds the body to the aggregate events params

func (*AggregateEventsParams) SetContext

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

SetContext adds the context to the aggregate events params

func (*AggregateEventsParams) SetDefaults

func (o *AggregateEventsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate events params (not the query body).

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

func (*AggregateEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate events params

func (*AggregateEventsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate events params

func (*AggregateEventsParams) WithBody

WithBody adds the body to the aggregate events params

func (*AggregateEventsParams) WithContext

WithContext adds the context to the aggregate events params

func (*AggregateEventsParams) WithDefaults

func (o *AggregateEventsParams) WithDefaults() *AggregateEventsParams

WithDefaults hydrates default values in the aggregate events params (not the query body).

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

func (*AggregateEventsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate events params

func (*AggregateEventsParams) WithTimeout

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

WithTimeout adds the timeout to the aggregate events params

func (*AggregateEventsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AggregateEventsReader

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

AggregateEventsReader is a Reader for the AggregateEvents structure.

func (*AggregateEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateEventsTooManyRequests

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

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

Too Many Requests

func NewAggregateEventsTooManyRequests

func NewAggregateEventsTooManyRequests() *AggregateEventsTooManyRequests

NewAggregateEventsTooManyRequests creates a AggregateEventsTooManyRequests with default headers values

func (*AggregateEventsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate events too many requests response

func (*AggregateEventsTooManyRequests) Error

func (*AggregateEventsTooManyRequests) GetPayload

func (*AggregateEventsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateEventsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate events too many requests response has a 4xx status code

func (*AggregateEventsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this aggregate events too many requests response a status code equal to that given

func (*AggregateEventsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateEventsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate events too many requests response has a 3xx status code

func (*AggregateEventsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateEventsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate events too many requests response has a 5xx status code

func (*AggregateEventsTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregateEventsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregate events too many requests response has a 2xx status code

func (*AggregateEventsTooManyRequests) String added in v0.2.27

type AggregatePolicyRulesBadRequest

type AggregatePolicyRulesBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewAggregatePolicyRulesBadRequest

func NewAggregatePolicyRulesBadRequest() *AggregatePolicyRulesBadRequest

NewAggregatePolicyRulesBadRequest creates a AggregatePolicyRulesBadRequest with default headers values

func (*AggregatePolicyRulesBadRequest) Code added in v0.2.33

Code gets the status code for the aggregate policy rules bad request response

func (*AggregatePolicyRulesBadRequest) Error

func (*AggregatePolicyRulesBadRequest) GetPayload

func (*AggregatePolicyRulesBadRequest) IsClientError added in v0.2.27

func (o *AggregatePolicyRulesBadRequest) IsClientError() bool

IsClientError returns true when this aggregate policy rules bad request response has a 4xx status code

func (*AggregatePolicyRulesBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this aggregate policy rules bad request response a status code equal to that given

func (*AggregatePolicyRulesBadRequest) IsRedirect added in v0.2.27

func (o *AggregatePolicyRulesBadRequest) IsRedirect() bool

IsRedirect returns true when this aggregate policy rules bad request response has a 3xx status code

func (*AggregatePolicyRulesBadRequest) IsServerError added in v0.2.27

func (o *AggregatePolicyRulesBadRequest) IsServerError() bool

IsServerError returns true when this aggregate policy rules bad request response has a 5xx status code

func (*AggregatePolicyRulesBadRequest) IsSuccess added in v0.2.27

func (o *AggregatePolicyRulesBadRequest) IsSuccess() bool

IsSuccess returns true when this aggregate policy rules bad request response has a 2xx status code

func (*AggregatePolicyRulesBadRequest) String added in v0.2.27

type AggregatePolicyRulesForbidden

type AggregatePolicyRulesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregatePolicyRulesForbidden

func NewAggregatePolicyRulesForbidden() *AggregatePolicyRulesForbidden

NewAggregatePolicyRulesForbidden creates a AggregatePolicyRulesForbidden with default headers values

func (*AggregatePolicyRulesForbidden) Code added in v0.2.33

Code gets the status code for the aggregate policy rules forbidden response

func (*AggregatePolicyRulesForbidden) Error

func (*AggregatePolicyRulesForbidden) GetPayload

func (*AggregatePolicyRulesForbidden) IsClientError added in v0.2.27

func (o *AggregatePolicyRulesForbidden) IsClientError() bool

IsClientError returns true when this aggregate policy rules forbidden response has a 4xx status code

func (*AggregatePolicyRulesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate policy rules forbidden response a status code equal to that given

func (*AggregatePolicyRulesForbidden) IsRedirect added in v0.2.27

func (o *AggregatePolicyRulesForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate policy rules forbidden response has a 3xx status code

func (*AggregatePolicyRulesForbidden) IsServerError added in v0.2.27

func (o *AggregatePolicyRulesForbidden) IsServerError() bool

IsServerError returns true when this aggregate policy rules forbidden response has a 5xx status code

func (*AggregatePolicyRulesForbidden) IsSuccess added in v0.2.27

func (o *AggregatePolicyRulesForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate policy rules forbidden response has a 2xx status code

func (*AggregatePolicyRulesForbidden) String added in v0.2.27

type AggregatePolicyRulesOK

type AggregatePolicyRulesOK 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.FwmgrAPIAggregatesResponse
}

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

OK

func NewAggregatePolicyRulesOK

func NewAggregatePolicyRulesOK() *AggregatePolicyRulesOK

NewAggregatePolicyRulesOK creates a AggregatePolicyRulesOK with default headers values

func (*AggregatePolicyRulesOK) Code added in v0.2.33

func (o *AggregatePolicyRulesOK) Code() int

Code gets the status code for the aggregate policy rules o k response

func (*AggregatePolicyRulesOK) Error

func (o *AggregatePolicyRulesOK) Error() string

func (*AggregatePolicyRulesOK) GetPayload

func (*AggregatePolicyRulesOK) IsClientError added in v0.2.27

func (o *AggregatePolicyRulesOK) IsClientError() bool

IsClientError returns true when this aggregate policy rules o k response has a 4xx status code

func (*AggregatePolicyRulesOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate policy rules o k response a status code equal to that given

func (*AggregatePolicyRulesOK) IsRedirect added in v0.2.27

func (o *AggregatePolicyRulesOK) IsRedirect() bool

IsRedirect returns true when this aggregate policy rules o k response has a 3xx status code

func (*AggregatePolicyRulesOK) IsServerError added in v0.2.27

func (o *AggregatePolicyRulesOK) IsServerError() bool

IsServerError returns true when this aggregate policy rules o k response has a 5xx status code

func (*AggregatePolicyRulesOK) IsSuccess added in v0.2.27

func (o *AggregatePolicyRulesOK) IsSuccess() bool

IsSuccess returns true when this aggregate policy rules o k response has a 2xx status code

func (*AggregatePolicyRulesOK) String added in v0.2.27

func (o *AggregatePolicyRulesOK) String() string

type AggregatePolicyRulesParams

type AggregatePolicyRulesParams struct {

	/* Body.

	   Query criteria and settings
	*/
	Body []*models.FwmgrMsaAggregateQueryRequest

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

AggregatePolicyRulesParams contains all the parameters to send to the API endpoint

for the aggregate policy rules operation.

Typically these are written to a http.Request.

func NewAggregatePolicyRulesParams

func NewAggregatePolicyRulesParams() *AggregatePolicyRulesParams

NewAggregatePolicyRulesParams creates a new AggregatePolicyRulesParams 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 NewAggregatePolicyRulesParamsWithContext

func NewAggregatePolicyRulesParamsWithContext(ctx context.Context) *AggregatePolicyRulesParams

NewAggregatePolicyRulesParamsWithContext creates a new AggregatePolicyRulesParams object with the ability to set a context for a request.

func NewAggregatePolicyRulesParamsWithHTTPClient

func NewAggregatePolicyRulesParamsWithHTTPClient(client *http.Client) *AggregatePolicyRulesParams

NewAggregatePolicyRulesParamsWithHTTPClient creates a new AggregatePolicyRulesParams object with the ability to set a custom HTTPClient for a request.

func NewAggregatePolicyRulesParamsWithTimeout

func NewAggregatePolicyRulesParamsWithTimeout(timeout time.Duration) *AggregatePolicyRulesParams

NewAggregatePolicyRulesParamsWithTimeout creates a new AggregatePolicyRulesParams object with the ability to set a timeout on a request.

func (*AggregatePolicyRulesParams) SetBody

SetBody adds the body to the aggregate policy rules params

func (*AggregatePolicyRulesParams) SetContext

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

SetContext adds the context to the aggregate policy rules params

func (*AggregatePolicyRulesParams) SetDefaults

func (o *AggregatePolicyRulesParams) SetDefaults()

SetDefaults hydrates default values in the aggregate policy rules params (not the query body).

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

func (*AggregatePolicyRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate policy rules params

func (*AggregatePolicyRulesParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate policy rules params

func (*AggregatePolicyRulesParams) WithBody

WithBody adds the body to the aggregate policy rules params

func (*AggregatePolicyRulesParams) WithContext

WithContext adds the context to the aggregate policy rules params

func (*AggregatePolicyRulesParams) WithDefaults

WithDefaults hydrates default values in the aggregate policy rules params (not the query body).

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

func (*AggregatePolicyRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the aggregate policy rules params

func (*AggregatePolicyRulesParams) WithTimeout

WithTimeout adds the timeout to the aggregate policy rules params

func (*AggregatePolicyRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregatePolicyRulesReader

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

AggregatePolicyRulesReader is a Reader for the AggregatePolicyRules structure.

func (*AggregatePolicyRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregatePolicyRulesTooManyRequests

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

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

Too Many Requests

func NewAggregatePolicyRulesTooManyRequests

func NewAggregatePolicyRulesTooManyRequests() *AggregatePolicyRulesTooManyRequests

NewAggregatePolicyRulesTooManyRequests creates a AggregatePolicyRulesTooManyRequests with default headers values

func (*AggregatePolicyRulesTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate policy rules too many requests response

func (*AggregatePolicyRulesTooManyRequests) Error

func (*AggregatePolicyRulesTooManyRequests) GetPayload

func (*AggregatePolicyRulesTooManyRequests) IsClientError added in v0.2.27

func (o *AggregatePolicyRulesTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate policy rules too many requests response has a 4xx status code

func (*AggregatePolicyRulesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregate policy rules too many requests response a status code equal to that given

func (*AggregatePolicyRulesTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregatePolicyRulesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate policy rules too many requests response has a 3xx status code

func (*AggregatePolicyRulesTooManyRequests) IsServerError added in v0.2.27

func (o *AggregatePolicyRulesTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate policy rules too many requests response has a 5xx status code

func (*AggregatePolicyRulesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate policy rules too many requests response has a 2xx status code

func (*AggregatePolicyRulesTooManyRequests) String added in v0.2.27

type AggregateRuleGroupsBadRequest

type AggregateRuleGroupsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewAggregateRuleGroupsBadRequest

func NewAggregateRuleGroupsBadRequest() *AggregateRuleGroupsBadRequest

NewAggregateRuleGroupsBadRequest creates a AggregateRuleGroupsBadRequest with default headers values

func (*AggregateRuleGroupsBadRequest) Code added in v0.2.33

Code gets the status code for the aggregate rule groups bad request response

func (*AggregateRuleGroupsBadRequest) Error

func (*AggregateRuleGroupsBadRequest) GetPayload

func (*AggregateRuleGroupsBadRequest) IsClientError added in v0.2.27

func (o *AggregateRuleGroupsBadRequest) IsClientError() bool

IsClientError returns true when this aggregate rule groups bad request response has a 4xx status code

func (*AggregateRuleGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rule groups bad request response a status code equal to that given

func (*AggregateRuleGroupsBadRequest) IsRedirect added in v0.2.27

func (o *AggregateRuleGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this aggregate rule groups bad request response has a 3xx status code

func (*AggregateRuleGroupsBadRequest) IsServerError added in v0.2.27

func (o *AggregateRuleGroupsBadRequest) IsServerError() bool

IsServerError returns true when this aggregate rule groups bad request response has a 5xx status code

func (*AggregateRuleGroupsBadRequest) IsSuccess added in v0.2.27

func (o *AggregateRuleGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this aggregate rule groups bad request response has a 2xx status code

func (*AggregateRuleGroupsBadRequest) String added in v0.2.27

type AggregateRuleGroupsForbidden

type AggregateRuleGroupsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateRuleGroupsForbidden

func NewAggregateRuleGroupsForbidden() *AggregateRuleGroupsForbidden

NewAggregateRuleGroupsForbidden creates a AggregateRuleGroupsForbidden with default headers values

func (*AggregateRuleGroupsForbidden) Code added in v0.2.33

Code gets the status code for the aggregate rule groups forbidden response

func (*AggregateRuleGroupsForbidden) Error

func (*AggregateRuleGroupsForbidden) GetPayload

func (*AggregateRuleGroupsForbidden) IsClientError added in v0.2.27

func (o *AggregateRuleGroupsForbidden) IsClientError() bool

IsClientError returns true when this aggregate rule groups forbidden response has a 4xx status code

func (*AggregateRuleGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rule groups forbidden response a status code equal to that given

func (*AggregateRuleGroupsForbidden) IsRedirect added in v0.2.27

func (o *AggregateRuleGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate rule groups forbidden response has a 3xx status code

func (*AggregateRuleGroupsForbidden) IsServerError added in v0.2.27

func (o *AggregateRuleGroupsForbidden) IsServerError() bool

IsServerError returns true when this aggregate rule groups forbidden response has a 5xx status code

func (*AggregateRuleGroupsForbidden) IsSuccess added in v0.2.27

func (o *AggregateRuleGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate rule groups forbidden response has a 2xx status code

func (*AggregateRuleGroupsForbidden) String added in v0.2.27

type AggregateRuleGroupsInternalServerError

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

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

Internal Server Error

func NewAggregateRuleGroupsInternalServerError

func NewAggregateRuleGroupsInternalServerError() *AggregateRuleGroupsInternalServerError

NewAggregateRuleGroupsInternalServerError creates a AggregateRuleGroupsInternalServerError with default headers values

func (*AggregateRuleGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the aggregate rule groups internal server error response

func (*AggregateRuleGroupsInternalServerError) Error

func (*AggregateRuleGroupsInternalServerError) IsClientError added in v0.2.27

func (o *AggregateRuleGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this aggregate rule groups internal server error response has a 4xx status code

func (*AggregateRuleGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this aggregate rule groups internal server error response a status code equal to that given

func (*AggregateRuleGroupsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this aggregate rule groups internal server error response has a 3xx status code

func (*AggregateRuleGroupsInternalServerError) IsServerError added in v0.2.27

func (o *AggregateRuleGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this aggregate rule groups internal server error response has a 5xx status code

func (*AggregateRuleGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate rule groups internal server error response has a 2xx status code

func (*AggregateRuleGroupsInternalServerError) String added in v0.2.27

type AggregateRuleGroupsOK

type AggregateRuleGroupsOK 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.FwmgrAPIAggregatesResponse
}

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

OK

func NewAggregateRuleGroupsOK

func NewAggregateRuleGroupsOK() *AggregateRuleGroupsOK

NewAggregateRuleGroupsOK creates a AggregateRuleGroupsOK with default headers values

func (*AggregateRuleGroupsOK) Code added in v0.2.33

func (o *AggregateRuleGroupsOK) Code() int

Code gets the status code for the aggregate rule groups o k response

func (*AggregateRuleGroupsOK) Error

func (o *AggregateRuleGroupsOK) Error() string

func (*AggregateRuleGroupsOK) GetPayload

func (*AggregateRuleGroupsOK) IsClientError added in v0.2.27

func (o *AggregateRuleGroupsOK) IsClientError() bool

IsClientError returns true when this aggregate rule groups o k response has a 4xx status code

func (*AggregateRuleGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rule groups o k response a status code equal to that given

func (*AggregateRuleGroupsOK) IsRedirect added in v0.2.27

func (o *AggregateRuleGroupsOK) IsRedirect() bool

IsRedirect returns true when this aggregate rule groups o k response has a 3xx status code

func (*AggregateRuleGroupsOK) IsServerError added in v0.2.27

func (o *AggregateRuleGroupsOK) IsServerError() bool

IsServerError returns true when this aggregate rule groups o k response has a 5xx status code

func (*AggregateRuleGroupsOK) IsSuccess added in v0.2.27

func (o *AggregateRuleGroupsOK) IsSuccess() bool

IsSuccess returns true when this aggregate rule groups o k response has a 2xx status code

func (*AggregateRuleGroupsOK) String added in v0.2.27

func (o *AggregateRuleGroupsOK) String() string

type AggregateRuleGroupsParams

type AggregateRuleGroupsParams struct {

	/* Body.

	   Query criteria and settings
	*/
	Body []*models.FwmgrMsaAggregateQueryRequest

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

AggregateRuleGroupsParams contains all the parameters to send to the API endpoint

for the aggregate rule groups operation.

Typically these are written to a http.Request.

func NewAggregateRuleGroupsParams

func NewAggregateRuleGroupsParams() *AggregateRuleGroupsParams

NewAggregateRuleGroupsParams creates a new AggregateRuleGroupsParams 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 NewAggregateRuleGroupsParamsWithContext

func NewAggregateRuleGroupsParamsWithContext(ctx context.Context) *AggregateRuleGroupsParams

NewAggregateRuleGroupsParamsWithContext creates a new AggregateRuleGroupsParams object with the ability to set a context for a request.

func NewAggregateRuleGroupsParamsWithHTTPClient

func NewAggregateRuleGroupsParamsWithHTTPClient(client *http.Client) *AggregateRuleGroupsParams

NewAggregateRuleGroupsParamsWithHTTPClient creates a new AggregateRuleGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateRuleGroupsParamsWithTimeout

func NewAggregateRuleGroupsParamsWithTimeout(timeout time.Duration) *AggregateRuleGroupsParams

NewAggregateRuleGroupsParamsWithTimeout creates a new AggregateRuleGroupsParams object with the ability to set a timeout on a request.

func (*AggregateRuleGroupsParams) SetBody

SetBody adds the body to the aggregate rule groups params

func (*AggregateRuleGroupsParams) SetContext

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

SetContext adds the context to the aggregate rule groups params

func (*AggregateRuleGroupsParams) SetDefaults

func (o *AggregateRuleGroupsParams) SetDefaults()

SetDefaults hydrates default values in the aggregate rule groups params (not the query body).

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

func (*AggregateRuleGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate rule groups params

func (*AggregateRuleGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate rule groups params

func (*AggregateRuleGroupsParams) WithBody

WithBody adds the body to the aggregate rule groups params

func (*AggregateRuleGroupsParams) WithContext

WithContext adds the context to the aggregate rule groups params

func (*AggregateRuleGroupsParams) WithDefaults

WithDefaults hydrates default values in the aggregate rule groups params (not the query body).

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

func (*AggregateRuleGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate rule groups params

func (*AggregateRuleGroupsParams) WithTimeout

WithTimeout adds the timeout to the aggregate rule groups params

func (*AggregateRuleGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AggregateRuleGroupsReader

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

AggregateRuleGroupsReader is a Reader for the AggregateRuleGroups structure.

func (*AggregateRuleGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateRuleGroupsTooManyRequests

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

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

Too Many Requests

func NewAggregateRuleGroupsTooManyRequests

func NewAggregateRuleGroupsTooManyRequests() *AggregateRuleGroupsTooManyRequests

NewAggregateRuleGroupsTooManyRequests creates a AggregateRuleGroupsTooManyRequests with default headers values

func (*AggregateRuleGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate rule groups too many requests response

func (*AggregateRuleGroupsTooManyRequests) Error

func (*AggregateRuleGroupsTooManyRequests) GetPayload

func (*AggregateRuleGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateRuleGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate rule groups too many requests response has a 4xx status code

func (*AggregateRuleGroupsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this aggregate rule groups too many requests response a status code equal to that given

func (*AggregateRuleGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateRuleGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate rule groups too many requests response has a 3xx status code

func (*AggregateRuleGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateRuleGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate rule groups too many requests response has a 5xx status code

func (*AggregateRuleGroupsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this aggregate rule groups too many requests response has a 2xx status code

func (*AggregateRuleGroupsTooManyRequests) String added in v0.2.27

type AggregateRulesBadRequest

type AggregateRulesBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewAggregateRulesBadRequest

func NewAggregateRulesBadRequest() *AggregateRulesBadRequest

NewAggregateRulesBadRequest creates a AggregateRulesBadRequest with default headers values

func (*AggregateRulesBadRequest) Code added in v0.2.33

func (o *AggregateRulesBadRequest) Code() int

Code gets the status code for the aggregate rules bad request response

func (*AggregateRulesBadRequest) Error

func (o *AggregateRulesBadRequest) Error() string

func (*AggregateRulesBadRequest) GetPayload

func (*AggregateRulesBadRequest) IsClientError added in v0.2.27

func (o *AggregateRulesBadRequest) IsClientError() bool

IsClientError returns true when this aggregate rules bad request response has a 4xx status code

func (*AggregateRulesBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rules bad request response a status code equal to that given

func (*AggregateRulesBadRequest) IsRedirect added in v0.2.27

func (o *AggregateRulesBadRequest) IsRedirect() bool

IsRedirect returns true when this aggregate rules bad request response has a 3xx status code

func (*AggregateRulesBadRequest) IsServerError added in v0.2.27

func (o *AggregateRulesBadRequest) IsServerError() bool

IsServerError returns true when this aggregate rules bad request response has a 5xx status code

func (*AggregateRulesBadRequest) IsSuccess added in v0.2.27

func (o *AggregateRulesBadRequest) IsSuccess() bool

IsSuccess returns true when this aggregate rules bad request response has a 2xx status code

func (*AggregateRulesBadRequest) String added in v0.2.27

func (o *AggregateRulesBadRequest) String() string

type AggregateRulesForbidden

type AggregateRulesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewAggregateRulesForbidden

func NewAggregateRulesForbidden() *AggregateRulesForbidden

NewAggregateRulesForbidden creates a AggregateRulesForbidden with default headers values

func (*AggregateRulesForbidden) Code added in v0.2.33

func (o *AggregateRulesForbidden) Code() int

Code gets the status code for the aggregate rules forbidden response

func (*AggregateRulesForbidden) Error

func (o *AggregateRulesForbidden) Error() string

func (*AggregateRulesForbidden) GetPayload

func (*AggregateRulesForbidden) IsClientError added in v0.2.27

func (o *AggregateRulesForbidden) IsClientError() bool

IsClientError returns true when this aggregate rules forbidden response has a 4xx status code

func (*AggregateRulesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rules forbidden response a status code equal to that given

func (*AggregateRulesForbidden) IsRedirect added in v0.2.27

func (o *AggregateRulesForbidden) IsRedirect() bool

IsRedirect returns true when this aggregate rules forbidden response has a 3xx status code

func (*AggregateRulesForbidden) IsServerError added in v0.2.27

func (o *AggregateRulesForbidden) IsServerError() bool

IsServerError returns true when this aggregate rules forbidden response has a 5xx status code

func (*AggregateRulesForbidden) IsSuccess added in v0.2.27

func (o *AggregateRulesForbidden) IsSuccess() bool

IsSuccess returns true when this aggregate rules forbidden response has a 2xx status code

func (*AggregateRulesForbidden) String added in v0.2.27

func (o *AggregateRulesForbidden) String() string

type AggregateRulesOK

type AggregateRulesOK 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.FwmgrAPIAggregatesResponse
}

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

OK

func NewAggregateRulesOK

func NewAggregateRulesOK() *AggregateRulesOK

NewAggregateRulesOK creates a AggregateRulesOK with default headers values

func (*AggregateRulesOK) Code added in v0.2.33

func (o *AggregateRulesOK) Code() int

Code gets the status code for the aggregate rules o k response

func (*AggregateRulesOK) Error

func (o *AggregateRulesOK) Error() string

func (*AggregateRulesOK) GetPayload

func (*AggregateRulesOK) IsClientError added in v0.2.27

func (o *AggregateRulesOK) IsClientError() bool

IsClientError returns true when this aggregate rules o k response has a 4xx status code

func (*AggregateRulesOK) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rules o k response a status code equal to that given

func (*AggregateRulesOK) IsRedirect added in v0.2.27

func (o *AggregateRulesOK) IsRedirect() bool

IsRedirect returns true when this aggregate rules o k response has a 3xx status code

func (*AggregateRulesOK) IsServerError added in v0.2.27

func (o *AggregateRulesOK) IsServerError() bool

IsServerError returns true when this aggregate rules o k response has a 5xx status code

func (*AggregateRulesOK) IsSuccess added in v0.2.27

func (o *AggregateRulesOK) IsSuccess() bool

IsSuccess returns true when this aggregate rules o k response has a 2xx status code

func (*AggregateRulesOK) String added in v0.2.27

func (o *AggregateRulesOK) String() string

type AggregateRulesParams

type AggregateRulesParams struct {

	/* Body.

	   Query criteria and settings
	*/
	Body []*models.FwmgrMsaAggregateQueryRequest

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

AggregateRulesParams contains all the parameters to send to the API endpoint

for the aggregate rules operation.

Typically these are written to a http.Request.

func NewAggregateRulesParams

func NewAggregateRulesParams() *AggregateRulesParams

NewAggregateRulesParams creates a new AggregateRulesParams 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 NewAggregateRulesParamsWithContext

func NewAggregateRulesParamsWithContext(ctx context.Context) *AggregateRulesParams

NewAggregateRulesParamsWithContext creates a new AggregateRulesParams object with the ability to set a context for a request.

func NewAggregateRulesParamsWithHTTPClient

func NewAggregateRulesParamsWithHTTPClient(client *http.Client) *AggregateRulesParams

NewAggregateRulesParamsWithHTTPClient creates a new AggregateRulesParams object with the ability to set a custom HTTPClient for a request.

func NewAggregateRulesParamsWithTimeout

func NewAggregateRulesParamsWithTimeout(timeout time.Duration) *AggregateRulesParams

NewAggregateRulesParamsWithTimeout creates a new AggregateRulesParams object with the ability to set a timeout on a request.

func (*AggregateRulesParams) SetBody

SetBody adds the body to the aggregate rules params

func (*AggregateRulesParams) SetContext

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

SetContext adds the context to the aggregate rules params

func (*AggregateRulesParams) SetDefaults

func (o *AggregateRulesParams) SetDefaults()

SetDefaults hydrates default values in the aggregate rules params (not the query body).

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

func (*AggregateRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the aggregate rules params

func (*AggregateRulesParams) SetTimeout

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

SetTimeout adds the timeout to the aggregate rules params

func (*AggregateRulesParams) WithBody

WithBody adds the body to the aggregate rules params

func (*AggregateRulesParams) WithContext

WithContext adds the context to the aggregate rules params

func (*AggregateRulesParams) WithDefaults

func (o *AggregateRulesParams) WithDefaults() *AggregateRulesParams

WithDefaults hydrates default values in the aggregate rules params (not the query body).

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

func (*AggregateRulesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the aggregate rules params

func (*AggregateRulesParams) WithTimeout

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

WithTimeout adds the timeout to the aggregate rules params

func (*AggregateRulesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AggregateRulesReader

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

AggregateRulesReader is a Reader for the AggregateRules structure.

func (*AggregateRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AggregateRulesTooManyRequests

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

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

Too Many Requests

func NewAggregateRulesTooManyRequests

func NewAggregateRulesTooManyRequests() *AggregateRulesTooManyRequests

NewAggregateRulesTooManyRequests creates a AggregateRulesTooManyRequests with default headers values

func (*AggregateRulesTooManyRequests) Code added in v0.2.33

Code gets the status code for the aggregate rules too many requests response

func (*AggregateRulesTooManyRequests) Error

func (*AggregateRulesTooManyRequests) GetPayload

func (*AggregateRulesTooManyRequests) IsClientError added in v0.2.27

func (o *AggregateRulesTooManyRequests) IsClientError() bool

IsClientError returns true when this aggregate rules too many requests response has a 4xx status code

func (*AggregateRulesTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this aggregate rules too many requests response a status code equal to that given

func (*AggregateRulesTooManyRequests) IsRedirect added in v0.2.27

func (o *AggregateRulesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this aggregate rules too many requests response has a 3xx status code

func (*AggregateRulesTooManyRequests) IsServerError added in v0.2.27

func (o *AggregateRulesTooManyRequests) IsServerError() bool

IsServerError returns true when this aggregate rules too many requests response has a 5xx status code

func (*AggregateRulesTooManyRequests) IsSuccess added in v0.2.27

func (o *AggregateRulesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this aggregate rules too many requests response has a 2xx status code

func (*AggregateRulesTooManyRequests) String added in v0.2.27

type Client

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

Client for firewall management API

func (*Client) AggregateEvents

func (a *Client) AggregateEvents(params *AggregateEventsParams, opts ...ClientOption) (*AggregateEventsOK, error)

AggregateEvents aggregates events for customer

func (*Client) AggregatePolicyRules

func (a *Client) AggregatePolicyRules(params *AggregatePolicyRulesParams, opts ...ClientOption) (*AggregatePolicyRulesOK, error)

AggregatePolicyRules aggregates rules within a policy for customer

func (*Client) AggregateRuleGroups

func (a *Client) AggregateRuleGroups(params *AggregateRuleGroupsParams, opts ...ClientOption) (*AggregateRuleGroupsOK, error)

AggregateRuleGroups aggregates rule groups for customer

func (*Client) AggregateRules

func (a *Client) AggregateRules(params *AggregateRulesParams, opts ...ClientOption) (*AggregateRulesOK, error)

AggregateRules aggregates rules for customer

func (*Client) CreateNetworkLocations added in v0.2.32

func (a *Client) CreateNetworkLocations(params *CreateNetworkLocationsParams, opts ...ClientOption) (*CreateNetworkLocationsCreated, error)

CreateNetworkLocations creates new network locations provided and return the ID

func (*Client) CreateRuleGroup

func (a *Client) CreateRuleGroup(params *CreateRuleGroupParams, opts ...ClientOption) (*CreateRuleGroupCreated, error)

CreateRuleGroup creates new rule group on a platform for a customer with a name and description and return the ID

func (*Client) CreateRuleGroupValidation added in v0.2.29

func (a *Client) CreateRuleGroupValidation(params *CreateRuleGroupValidationParams, opts ...ClientOption) (*CreateRuleGroupValidationCreated, error)

CreateRuleGroupValidation validates the request of creating a new rule group on a platform for a customer with a name and description

func (*Client) DeleteNetworkLocations added in v0.2.32

func (a *Client) DeleteNetworkLocations(params *DeleteNetworkLocationsParams, opts ...ClientOption) (*DeleteNetworkLocationsOK, error)

DeleteNetworkLocations deletes network location entities by ID

func (*Client) DeleteRuleGroups

func (a *Client) DeleteRuleGroups(params *DeleteRuleGroupsParams, opts ...ClientOption) (*DeleteRuleGroupsOK, error)

DeleteRuleGroups deletes rule group entities by ID

func (*Client) GetEvents

func (a *Client) GetEvents(params *GetEventsParams, opts ...ClientOption) (*GetEventsOK, error)

GetEvents gets events entities by ID and optionally version

func (*Client) GetFirewallFields

func (a *Client) GetFirewallFields(params *GetFirewallFieldsParams, opts ...ClientOption) (*GetFirewallFieldsOK, error)

GetFirewallFields gets the firewall field specifications by ID

func (*Client) GetNetworkLocations added in v0.2.32

func (a *Client) GetNetworkLocations(params *GetNetworkLocationsParams, opts ...ClientOption) (*GetNetworkLocationsOK, error)

GetNetworkLocations gets a summary of network locations entities by ID

This endpoint returns a summary of network locations that includes name, description, enabled/disabled status, a count of associated rules etc

func (*Client) GetNetworkLocationsDetails added in v0.2.32

func (a *Client) GetNetworkLocationsDetails(params *GetNetworkLocationsDetailsParams, opts ...ClientOption) (*GetNetworkLocationsDetailsOK, error)

GetNetworkLocationsDetails gets network locations entities by ID

This endpoint returns the complete network locations objects that includes all the network location conditions.

func (*Client) GetPlatforms

func (a *Client) GetPlatforms(params *GetPlatformsParams, opts ...ClientOption) (*GetPlatformsOK, error)

GetPlatforms gets platforms by ID e g windows or mac or droid

func (*Client) GetPolicyContainers

func (a *Client) GetPolicyContainers(params *GetPolicyContainersParams, opts ...ClientOption) (*GetPolicyContainersOK, error)

GetPolicyContainers gets policy container entities by policy ID

func (*Client) GetRuleGroups

func (a *Client) GetRuleGroups(params *GetRuleGroupsParams, opts ...ClientOption) (*GetRuleGroupsOK, error)

GetRuleGroups gets rule group entities by ID these groups do not contain their rule entites just the rule i ds in precedence order

func (*Client) GetRules

func (a *Client) GetRules(params *GetRulesParams, opts ...ClientOption) (*GetRulesOK, error)

GetRules gets rule entities by ID 64 bit unsigned int as decimal string or family ID 32 character hexadecimal string

func (*Client) QueryEvents

func (a *Client) QueryEvents(params *QueryEventsParams, opts ...ClientOption) (*QueryEventsOK, error)

QueryEvents finds all event i ds matching the query with filter

func (*Client) QueryFirewallFields

func (a *Client) QueryFirewallFields(params *QueryFirewallFieldsParams, opts ...ClientOption) (*QueryFirewallFieldsOK, error)

QueryFirewallFields gets the firewall field specification i ds for the provided platform

func (*Client) QueryNetworkLocations added in v0.2.32

func (a *Client) QueryNetworkLocations(params *QueryNetworkLocationsParams, opts ...ClientOption) (*QueryNetworkLocationsOK, error)

QueryNetworkLocations gets a list of network location i ds

This endpoint returns a list of network location IDs based of query parameter.

func (*Client) QueryPlatforms

func (a *Client) QueryPlatforms(params *QueryPlatformsParams, opts ...ClientOption) (*QueryPlatformsOK, error)

QueryPlatforms gets the list of platform names

func (*Client) QueryPolicyRules

func (a *Client) QueryPolicyRules(params *QueryPolicyRulesParams, opts ...ClientOption) (*QueryPolicyRulesOK, error)

QueryPolicyRules finds all firewall rule i ds matching the query with filter and return them in precedence order

func (*Client) QueryRuleGroups

func (a *Client) QueryRuleGroups(params *QueryRuleGroupsParams, opts ...ClientOption) (*QueryRuleGroupsOK, error)

QueryRuleGroups finds all rule group i ds matching the query with filter

func (*Client) QueryRules

func (a *Client) QueryRules(params *QueryRulesParams, opts ...ClientOption) (*QueryRulesOK, error)

QueryRules finds all rule i ds matching the query with filter

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkLocations added in v0.2.32

func (a *Client) UpdateNetworkLocations(params *UpdateNetworkLocationsParams, opts ...ClientOption) (*UpdateNetworkLocationsOK, error)

UpdateNetworkLocations updates the network locations provided and return the ID

func (*Client) UpdateNetworkLocationsMetadata added in v0.2.32

func (a *Client) UpdateNetworkLocationsMetadata(params *UpdateNetworkLocationsMetadataParams, opts ...ClientOption) (*UpdateNetworkLocationsMetadataOK, error)

UpdateNetworkLocationsMetadata updates the network locations metadata such as polling intervals for the cid

func (*Client) UpdateNetworkLocationsPrecedence added in v0.2.32

func (a *Client) UpdateNetworkLocationsPrecedence(params *UpdateNetworkLocationsPrecedenceParams, opts ...ClientOption) (*UpdateNetworkLocationsPrecedenceOK, error)

UpdateNetworkLocationsPrecedence updates the network locations precedence according to the list of ids provided

func (*Client) UpdatePolicyContainer

UpdatePolicyContainer updates an identified policy container including local logging functionality

func (*Client) UpdatePolicyContainerV1 added in v0.2.29

UpdatePolicyContainerV1 updates an identified policy container w a r n i n g this endpoint is deprecated in favor of v2 using this endpoint could disable your local logging setting

func (*Client) UpdateRuleGroup

func (a *Client) UpdateRuleGroup(params *UpdateRuleGroupParams, opts ...ClientOption) (*UpdateRuleGroupOK, error)

UpdateRuleGroup updates name description or enabled status of a rule group or create edit delete or reorder rules

func (*Client) UpdateRuleGroupValidation added in v0.2.29

func (a *Client) UpdateRuleGroupValidation(params *UpdateRuleGroupValidationParams, opts ...ClientOption) (*UpdateRuleGroupValidationOK, error)

UpdateRuleGroupValidation validates the request of updating name description or enabled status of a rule group or create edit delete or reorder rules

func (*Client) UpsertNetworkLocations added in v0.2.32

func (a *Client) UpsertNetworkLocations(params *UpsertNetworkLocationsParams, opts ...ClientOption) (*UpsertNetworkLocationsOK, error)

UpsertNetworkLocations updates the network locations provided and return the ID

func (*Client) ValidateFilepathPattern added in v0.2.29

func (a *Client) ValidateFilepathPattern(params *ValidateFilepathPatternParams, opts ...ClientOption) (*ValidateFilepathPatternOK, error)

ValidateFilepathPattern validates that the test pattern matches the executable filepath glob pattern

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AggregateEvents(params *AggregateEventsParams, opts ...ClientOption) (*AggregateEventsOK, error)

	AggregatePolicyRules(params *AggregatePolicyRulesParams, opts ...ClientOption) (*AggregatePolicyRulesOK, error)

	AggregateRuleGroups(params *AggregateRuleGroupsParams, opts ...ClientOption) (*AggregateRuleGroupsOK, error)

	AggregateRules(params *AggregateRulesParams, opts ...ClientOption) (*AggregateRulesOK, error)

	CreateNetworkLocations(params *CreateNetworkLocationsParams, opts ...ClientOption) (*CreateNetworkLocationsCreated, error)

	CreateRuleGroup(params *CreateRuleGroupParams, opts ...ClientOption) (*CreateRuleGroupCreated, error)

	CreateRuleGroupValidation(params *CreateRuleGroupValidationParams, opts ...ClientOption) (*CreateRuleGroupValidationCreated, error)

	DeleteNetworkLocations(params *DeleteNetworkLocationsParams, opts ...ClientOption) (*DeleteNetworkLocationsOK, error)

	DeleteRuleGroups(params *DeleteRuleGroupsParams, opts ...ClientOption) (*DeleteRuleGroupsOK, error)

	GetEvents(params *GetEventsParams, opts ...ClientOption) (*GetEventsOK, error)

	GetFirewallFields(params *GetFirewallFieldsParams, opts ...ClientOption) (*GetFirewallFieldsOK, error)

	GetNetworkLocations(params *GetNetworkLocationsParams, opts ...ClientOption) (*GetNetworkLocationsOK, error)

	GetNetworkLocationsDetails(params *GetNetworkLocationsDetailsParams, opts ...ClientOption) (*GetNetworkLocationsDetailsOK, error)

	GetPlatforms(params *GetPlatformsParams, opts ...ClientOption) (*GetPlatformsOK, error)

	GetPolicyContainers(params *GetPolicyContainersParams, opts ...ClientOption) (*GetPolicyContainersOK, error)

	GetRuleGroups(params *GetRuleGroupsParams, opts ...ClientOption) (*GetRuleGroupsOK, error)

	GetRules(params *GetRulesParams, opts ...ClientOption) (*GetRulesOK, error)

	QueryEvents(params *QueryEventsParams, opts ...ClientOption) (*QueryEventsOK, error)

	QueryFirewallFields(params *QueryFirewallFieldsParams, opts ...ClientOption) (*QueryFirewallFieldsOK, error)

	QueryNetworkLocations(params *QueryNetworkLocationsParams, opts ...ClientOption) (*QueryNetworkLocationsOK, error)

	QueryPlatforms(params *QueryPlatformsParams, opts ...ClientOption) (*QueryPlatformsOK, error)

	QueryPolicyRules(params *QueryPolicyRulesParams, opts ...ClientOption) (*QueryPolicyRulesOK, error)

	QueryRuleGroups(params *QueryRuleGroupsParams, opts ...ClientOption) (*QueryRuleGroupsOK, error)

	QueryRules(params *QueryRulesParams, opts ...ClientOption) (*QueryRulesOK, error)

	UpdateNetworkLocations(params *UpdateNetworkLocationsParams, opts ...ClientOption) (*UpdateNetworkLocationsOK, error)

	UpdateNetworkLocationsMetadata(params *UpdateNetworkLocationsMetadataParams, opts ...ClientOption) (*UpdateNetworkLocationsMetadataOK, error)

	UpdateNetworkLocationsPrecedence(params *UpdateNetworkLocationsPrecedenceParams, opts ...ClientOption) (*UpdateNetworkLocationsPrecedenceOK, error)

	UpdatePolicyContainer(params *UpdatePolicyContainerParams, opts ...ClientOption) (*UpdatePolicyContainerOK, *UpdatePolicyContainerCreated, error)

	UpdatePolicyContainerV1(params *UpdatePolicyContainerV1Params, opts ...ClientOption) (*UpdatePolicyContainerV1OK, *UpdatePolicyContainerV1Created, error)

	UpdateRuleGroup(params *UpdateRuleGroupParams, opts ...ClientOption) (*UpdateRuleGroupOK, error)

	UpdateRuleGroupValidation(params *UpdateRuleGroupValidationParams, opts ...ClientOption) (*UpdateRuleGroupValidationOK, error)

	UpsertNetworkLocations(params *UpsertNetworkLocationsParams, opts ...ClientOption) (*UpsertNetworkLocationsOK, error)

	ValidateFilepathPattern(params *ValidateFilepathPatternParams, opts ...ClientOption) (*ValidateFilepathPatternOK, 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 firewall management API client.

type CreateNetworkLocationsBadRequest added in v0.2.32

type CreateNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewCreateNetworkLocationsBadRequest added in v0.2.32

func NewCreateNetworkLocationsBadRequest() *CreateNetworkLocationsBadRequest

NewCreateNetworkLocationsBadRequest creates a CreateNetworkLocationsBadRequest with default headers values

func (*CreateNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the create network locations bad request response

func (*CreateNetworkLocationsBadRequest) Error added in v0.2.32

func (*CreateNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*CreateNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *CreateNetworkLocationsBadRequest) IsClientError() bool

IsClientError returns true when this create network locations bad request response has a 4xx status code

func (*CreateNetworkLocationsBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this create network locations bad request response a status code equal to that given

func (*CreateNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *CreateNetworkLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this create network locations bad request response has a 3xx status code

func (*CreateNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *CreateNetworkLocationsBadRequest) IsServerError() bool

IsServerError returns true when this create network locations bad request response has a 5xx status code

func (*CreateNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *CreateNetworkLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this create network locations bad request response has a 2xx status code

func (*CreateNetworkLocationsBadRequest) String added in v0.2.32

type CreateNetworkLocationsCreated added in v0.2.32

type CreateNetworkLocationsCreated 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.FwmgrAPINetworkLocationsResponse
}

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

Created

func NewCreateNetworkLocationsCreated added in v0.2.32

func NewCreateNetworkLocationsCreated() *CreateNetworkLocationsCreated

NewCreateNetworkLocationsCreated creates a CreateNetworkLocationsCreated with default headers values

func (*CreateNetworkLocationsCreated) Code added in v0.2.33

Code gets the status code for the create network locations created response

func (*CreateNetworkLocationsCreated) Error added in v0.2.32

func (*CreateNetworkLocationsCreated) GetPayload added in v0.2.32

func (*CreateNetworkLocationsCreated) IsClientError added in v0.2.32

func (o *CreateNetworkLocationsCreated) IsClientError() bool

IsClientError returns true when this create network locations created response has a 4xx status code

func (*CreateNetworkLocationsCreated) IsCode added in v0.2.32

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

IsCode returns true when this create network locations created response a status code equal to that given

func (*CreateNetworkLocationsCreated) IsRedirect added in v0.2.32

func (o *CreateNetworkLocationsCreated) IsRedirect() bool

IsRedirect returns true when this create network locations created response has a 3xx status code

func (*CreateNetworkLocationsCreated) IsServerError added in v0.2.32

func (o *CreateNetworkLocationsCreated) IsServerError() bool

IsServerError returns true when this create network locations created response has a 5xx status code

func (*CreateNetworkLocationsCreated) IsSuccess added in v0.2.32

func (o *CreateNetworkLocationsCreated) IsSuccess() bool

IsSuccess returns true when this create network locations created response has a 2xx status code

func (*CreateNetworkLocationsCreated) String added in v0.2.32

type CreateNetworkLocationsForbidden added in v0.2.32

type CreateNetworkLocationsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateNetworkLocationsForbidden added in v0.2.32

func NewCreateNetworkLocationsForbidden() *CreateNetworkLocationsForbidden

NewCreateNetworkLocationsForbidden creates a CreateNetworkLocationsForbidden with default headers values

func (*CreateNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the create network locations forbidden response

func (*CreateNetworkLocationsForbidden) Error added in v0.2.32

func (*CreateNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*CreateNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *CreateNetworkLocationsForbidden) IsClientError() bool

IsClientError returns true when this create network locations forbidden response has a 4xx status code

func (*CreateNetworkLocationsForbidden) IsCode added in v0.2.32

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

IsCode returns true when this create network locations forbidden response a status code equal to that given

func (*CreateNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *CreateNetworkLocationsForbidden) IsRedirect() bool

IsRedirect returns true when this create network locations forbidden response has a 3xx status code

func (*CreateNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *CreateNetworkLocationsForbidden) IsServerError() bool

IsServerError returns true when this create network locations forbidden response has a 5xx status code

func (*CreateNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *CreateNetworkLocationsForbidden) IsSuccess() bool

IsSuccess returns true when this create network locations forbidden response has a 2xx status code

func (*CreateNetworkLocationsForbidden) String added in v0.2.32

type CreateNetworkLocationsParams added in v0.2.32

type CreateNetworkLocationsParams struct {

	/* AddFwRules.

	   A boolean to determine whether the cloned location needs to be added to the same firewall rules that original location is added to.
	*/
	AddFwRules *bool

	// Body.
	Body *models.FwmgrAPINetworkLocationCreateRequestV1

	/* CloneID.

	   A network location ID from which to copy location. If this is provided then the body of the request is ignored.
	*/
	CloneID *string

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

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

CreateNetworkLocationsParams contains all the parameters to send to the API endpoint

for the create network locations operation.

Typically these are written to a http.Request.

func NewCreateNetworkLocationsParams added in v0.2.32

func NewCreateNetworkLocationsParams() *CreateNetworkLocationsParams

NewCreateNetworkLocationsParams creates a new CreateNetworkLocationsParams 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 NewCreateNetworkLocationsParamsWithContext added in v0.2.32

func NewCreateNetworkLocationsParamsWithContext(ctx context.Context) *CreateNetworkLocationsParams

NewCreateNetworkLocationsParamsWithContext creates a new CreateNetworkLocationsParams object with the ability to set a context for a request.

func NewCreateNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewCreateNetworkLocationsParamsWithHTTPClient(client *http.Client) *CreateNetworkLocationsParams

NewCreateNetworkLocationsParamsWithHTTPClient creates a new CreateNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNetworkLocationsParamsWithTimeout added in v0.2.32

func NewCreateNetworkLocationsParamsWithTimeout(timeout time.Duration) *CreateNetworkLocationsParams

NewCreateNetworkLocationsParamsWithTimeout creates a new CreateNetworkLocationsParams object with the ability to set a timeout on a request.

func (*CreateNetworkLocationsParams) SetAddFwRules added in v0.2.32

func (o *CreateNetworkLocationsParams) SetAddFwRules(addFwRules *bool)

SetAddFwRules adds the addFwRules to the create network locations params

func (*CreateNetworkLocationsParams) SetBody added in v0.2.32

SetBody adds the body to the create network locations params

func (*CreateNetworkLocationsParams) SetCloneID added in v0.2.32

func (o *CreateNetworkLocationsParams) SetCloneID(cloneID *string)

SetCloneID adds the cloneId to the create network locations params

func (*CreateNetworkLocationsParams) SetComment added in v0.2.32

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

SetComment adds the comment to the create network locations params

func (*CreateNetworkLocationsParams) SetContext added in v0.2.32

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

SetContext adds the context to the create network locations params

func (*CreateNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *CreateNetworkLocationsParams) SetDefaults()

SetDefaults hydrates default values in the create network locations params (not the query body).

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

func (*CreateNetworkLocationsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the create network locations params

func (*CreateNetworkLocationsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the create network locations params

func (*CreateNetworkLocationsParams) WithAddFwRules added in v0.2.32

func (o *CreateNetworkLocationsParams) WithAddFwRules(addFwRules *bool) *CreateNetworkLocationsParams

WithAddFwRules adds the addFwRules to the create network locations params

func (*CreateNetworkLocationsParams) WithBody added in v0.2.32

WithBody adds the body to the create network locations params

func (*CreateNetworkLocationsParams) WithCloneID added in v0.2.32

WithCloneID adds the cloneID to the create network locations params

func (*CreateNetworkLocationsParams) WithComment added in v0.2.32

WithComment adds the comment to the create network locations params

func (*CreateNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the create network locations params

func (*CreateNetworkLocationsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the create network locations params (not the query body).

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

func (*CreateNetworkLocationsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the create network locations params

func (*CreateNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the create network locations params

func (*CreateNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type CreateNetworkLocationsReader added in v0.2.32

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

CreateNetworkLocationsReader is a Reader for the CreateNetworkLocations structure.

func (*CreateNetworkLocationsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type CreateNetworkLocationsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewCreateNetworkLocationsTooManyRequests added in v0.2.32

func NewCreateNetworkLocationsTooManyRequests() *CreateNetworkLocationsTooManyRequests

NewCreateNetworkLocationsTooManyRequests creates a CreateNetworkLocationsTooManyRequests with default headers values

func (*CreateNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the create network locations too many requests response

func (*CreateNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*CreateNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*CreateNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *CreateNetworkLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this create network locations too many requests response has a 4xx status code

func (*CreateNetworkLocationsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this create network locations too many requests response a status code equal to that given

func (*CreateNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this create network locations too many requests response has a 3xx status code

func (*CreateNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *CreateNetworkLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this create network locations too many requests response has a 5xx status code

func (*CreateNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this create network locations too many requests response has a 2xx status code

func (*CreateNetworkLocationsTooManyRequests) String added in v0.2.32

type CreateRuleGroupBadRequest

type CreateRuleGroupBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewCreateRuleGroupBadRequest

func NewCreateRuleGroupBadRequest() *CreateRuleGroupBadRequest

NewCreateRuleGroupBadRequest creates a CreateRuleGroupBadRequest with default headers values

func (*CreateRuleGroupBadRequest) Code added in v0.2.33

func (o *CreateRuleGroupBadRequest) Code() int

Code gets the status code for the create rule group bad request response

func (*CreateRuleGroupBadRequest) Error

func (o *CreateRuleGroupBadRequest) Error() string

func (*CreateRuleGroupBadRequest) GetPayload

func (*CreateRuleGroupBadRequest) IsClientError added in v0.2.27

func (o *CreateRuleGroupBadRequest) IsClientError() bool

IsClientError returns true when this create rule group bad request response has a 4xx status code

func (*CreateRuleGroupBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this create rule group bad request response a status code equal to that given

func (*CreateRuleGroupBadRequest) IsRedirect added in v0.2.27

func (o *CreateRuleGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this create rule group bad request response has a 3xx status code

func (*CreateRuleGroupBadRequest) IsServerError added in v0.2.27

func (o *CreateRuleGroupBadRequest) IsServerError() bool

IsServerError returns true when this create rule group bad request response has a 5xx status code

func (*CreateRuleGroupBadRequest) IsSuccess added in v0.2.27

func (o *CreateRuleGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this create rule group bad request response has a 2xx status code

func (*CreateRuleGroupBadRequest) String added in v0.2.27

func (o *CreateRuleGroupBadRequest) String() string

type CreateRuleGroupCreated

type CreateRuleGroupCreated 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.FwmgrAPIQueryResponse
}

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

Created

func NewCreateRuleGroupCreated

func NewCreateRuleGroupCreated() *CreateRuleGroupCreated

NewCreateRuleGroupCreated creates a CreateRuleGroupCreated with default headers values

func (*CreateRuleGroupCreated) Code added in v0.2.33

func (o *CreateRuleGroupCreated) Code() int

Code gets the status code for the create rule group created response

func (*CreateRuleGroupCreated) Error

func (o *CreateRuleGroupCreated) Error() string

func (*CreateRuleGroupCreated) GetPayload

func (*CreateRuleGroupCreated) IsClientError added in v0.2.27

func (o *CreateRuleGroupCreated) IsClientError() bool

IsClientError returns true when this create rule group created response has a 4xx status code

func (*CreateRuleGroupCreated) IsCode added in v0.2.27

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

IsCode returns true when this create rule group created response a status code equal to that given

func (*CreateRuleGroupCreated) IsRedirect added in v0.2.27

func (o *CreateRuleGroupCreated) IsRedirect() bool

IsRedirect returns true when this create rule group created response has a 3xx status code

func (*CreateRuleGroupCreated) IsServerError added in v0.2.27

func (o *CreateRuleGroupCreated) IsServerError() bool

IsServerError returns true when this create rule group created response has a 5xx status code

func (*CreateRuleGroupCreated) IsSuccess added in v0.2.27

func (o *CreateRuleGroupCreated) IsSuccess() bool

IsSuccess returns true when this create rule group created response has a 2xx status code

func (*CreateRuleGroupCreated) String added in v0.2.27

func (o *CreateRuleGroupCreated) String() string

type CreateRuleGroupForbidden

type CreateRuleGroupForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateRuleGroupForbidden

func NewCreateRuleGroupForbidden() *CreateRuleGroupForbidden

NewCreateRuleGroupForbidden creates a CreateRuleGroupForbidden with default headers values

func (*CreateRuleGroupForbidden) Code added in v0.2.33

func (o *CreateRuleGroupForbidden) Code() int

Code gets the status code for the create rule group forbidden response

func (*CreateRuleGroupForbidden) Error

func (o *CreateRuleGroupForbidden) Error() string

func (*CreateRuleGroupForbidden) GetPayload

func (*CreateRuleGroupForbidden) IsClientError added in v0.2.27

func (o *CreateRuleGroupForbidden) IsClientError() bool

IsClientError returns true when this create rule group forbidden response has a 4xx status code

func (*CreateRuleGroupForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create rule group forbidden response a status code equal to that given

func (*CreateRuleGroupForbidden) IsRedirect added in v0.2.27

func (o *CreateRuleGroupForbidden) IsRedirect() bool

IsRedirect returns true when this create rule group forbidden response has a 3xx status code

func (*CreateRuleGroupForbidden) IsServerError added in v0.2.27

func (o *CreateRuleGroupForbidden) IsServerError() bool

IsServerError returns true when this create rule group forbidden response has a 5xx status code

func (*CreateRuleGroupForbidden) IsSuccess added in v0.2.27

func (o *CreateRuleGroupForbidden) IsSuccess() bool

IsSuccess returns true when this create rule group forbidden response has a 2xx status code

func (*CreateRuleGroupForbidden) String added in v0.2.27

func (o *CreateRuleGroupForbidden) String() string

type CreateRuleGroupParams

type CreateRuleGroupParams struct {

	// Body.
	Body *models.FwmgrAPIRuleGroupCreateRequestV1

	/* CloneID.

	   A rule group ID from which to copy rules. If this is provided then the 'rules' property of the body is ignored.
	*/
	CloneID *string

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	/* Library.

	   If this flag is set to true then the rules will be cloned from the clone_id from the CrowdStrike Firewal Rule Groups Library.
	*/
	Library *string

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

CreateRuleGroupParams contains all the parameters to send to the API endpoint

for the create rule group operation.

Typically these are written to a http.Request.

func NewCreateRuleGroupParams

func NewCreateRuleGroupParams() *CreateRuleGroupParams

NewCreateRuleGroupParams creates a new CreateRuleGroupParams 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 NewCreateRuleGroupParamsWithContext

func NewCreateRuleGroupParamsWithContext(ctx context.Context) *CreateRuleGroupParams

NewCreateRuleGroupParamsWithContext creates a new CreateRuleGroupParams object with the ability to set a context for a request.

func NewCreateRuleGroupParamsWithHTTPClient

func NewCreateRuleGroupParamsWithHTTPClient(client *http.Client) *CreateRuleGroupParams

NewCreateRuleGroupParamsWithHTTPClient creates a new CreateRuleGroupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateRuleGroupParamsWithTimeout

func NewCreateRuleGroupParamsWithTimeout(timeout time.Duration) *CreateRuleGroupParams

NewCreateRuleGroupParamsWithTimeout creates a new CreateRuleGroupParams object with the ability to set a timeout on a request.

func (*CreateRuleGroupParams) SetBody

SetBody adds the body to the create rule group params

func (*CreateRuleGroupParams) SetCloneID

func (o *CreateRuleGroupParams) SetCloneID(cloneID *string)

SetCloneID adds the cloneId to the create rule group params

func (*CreateRuleGroupParams) SetComment

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

SetComment adds the comment to the create rule group params

func (*CreateRuleGroupParams) SetContext

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

SetContext adds the context to the create rule group params

func (*CreateRuleGroupParams) SetDefaults

func (o *CreateRuleGroupParams) SetDefaults()

SetDefaults hydrates default values in the create rule group params (not the query body).

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

func (*CreateRuleGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create rule group params

func (*CreateRuleGroupParams) SetLibrary

func (o *CreateRuleGroupParams) SetLibrary(library *string)

SetLibrary adds the library to the create rule group params

func (*CreateRuleGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create rule group params

func (*CreateRuleGroupParams) WithBody

WithBody adds the body to the create rule group params

func (*CreateRuleGroupParams) WithCloneID

func (o *CreateRuleGroupParams) WithCloneID(cloneID *string) *CreateRuleGroupParams

WithCloneID adds the cloneID to the create rule group params

func (*CreateRuleGroupParams) WithComment

func (o *CreateRuleGroupParams) WithComment(comment *string) *CreateRuleGroupParams

WithComment adds the comment to the create rule group params

func (*CreateRuleGroupParams) WithContext

WithContext adds the context to the create rule group params

func (*CreateRuleGroupParams) WithDefaults

func (o *CreateRuleGroupParams) WithDefaults() *CreateRuleGroupParams

WithDefaults hydrates default values in the create rule group params (not the query body).

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

func (*CreateRuleGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create rule group params

func (*CreateRuleGroupParams) WithLibrary

func (o *CreateRuleGroupParams) WithLibrary(library *string) *CreateRuleGroupParams

WithLibrary adds the library to the create rule group params

func (*CreateRuleGroupParams) WithTimeout

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

WithTimeout adds the timeout to the create rule group params

func (*CreateRuleGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateRuleGroupReader

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

CreateRuleGroupReader is a Reader for the CreateRuleGroup structure.

func (*CreateRuleGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateRuleGroupTooManyRequests

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

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

Too Many Requests

func NewCreateRuleGroupTooManyRequests

func NewCreateRuleGroupTooManyRequests() *CreateRuleGroupTooManyRequests

NewCreateRuleGroupTooManyRequests creates a CreateRuleGroupTooManyRequests with default headers values

func (*CreateRuleGroupTooManyRequests) Code added in v0.2.33

Code gets the status code for the create rule group too many requests response

func (*CreateRuleGroupTooManyRequests) Error

func (*CreateRuleGroupTooManyRequests) GetPayload

func (*CreateRuleGroupTooManyRequests) IsClientError added in v0.2.27

func (o *CreateRuleGroupTooManyRequests) IsClientError() bool

IsClientError returns true when this create rule group too many requests response has a 4xx status code

func (*CreateRuleGroupTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this create rule group too many requests response a status code equal to that given

func (*CreateRuleGroupTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateRuleGroupTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create rule group too many requests response has a 3xx status code

func (*CreateRuleGroupTooManyRequests) IsServerError added in v0.2.27

func (o *CreateRuleGroupTooManyRequests) IsServerError() bool

IsServerError returns true when this create rule group too many requests response has a 5xx status code

func (*CreateRuleGroupTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateRuleGroupTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create rule group too many requests response has a 2xx status code

func (*CreateRuleGroupTooManyRequests) String added in v0.2.27

type CreateRuleGroupValidationBadRequest added in v0.2.29

type CreateRuleGroupValidationBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewCreateRuleGroupValidationBadRequest added in v0.2.29

func NewCreateRuleGroupValidationBadRequest() *CreateRuleGroupValidationBadRequest

NewCreateRuleGroupValidationBadRequest creates a CreateRuleGroupValidationBadRequest with default headers values

func (*CreateRuleGroupValidationBadRequest) Code added in v0.2.33

Code gets the status code for the create rule group validation bad request response

func (*CreateRuleGroupValidationBadRequest) Error added in v0.2.29

func (*CreateRuleGroupValidationBadRequest) GetPayload added in v0.2.29

func (*CreateRuleGroupValidationBadRequest) IsClientError added in v0.2.29

func (o *CreateRuleGroupValidationBadRequest) IsClientError() bool

IsClientError returns true when this create rule group validation bad request response has a 4xx status code

func (*CreateRuleGroupValidationBadRequest) IsCode added in v0.2.29

IsCode returns true when this create rule group validation bad request response a status code equal to that given

func (*CreateRuleGroupValidationBadRequest) IsRedirect added in v0.2.29

func (o *CreateRuleGroupValidationBadRequest) IsRedirect() bool

IsRedirect returns true when this create rule group validation bad request response has a 3xx status code

func (*CreateRuleGroupValidationBadRequest) IsServerError added in v0.2.29

func (o *CreateRuleGroupValidationBadRequest) IsServerError() bool

IsServerError returns true when this create rule group validation bad request response has a 5xx status code

func (*CreateRuleGroupValidationBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this create rule group validation bad request response has a 2xx status code

func (*CreateRuleGroupValidationBadRequest) String added in v0.2.29

type CreateRuleGroupValidationCreated added in v0.2.29

type CreateRuleGroupValidationCreated 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.FwmgrMsaspecQueryResponse
}

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

Created

func NewCreateRuleGroupValidationCreated added in v0.2.29

func NewCreateRuleGroupValidationCreated() *CreateRuleGroupValidationCreated

NewCreateRuleGroupValidationCreated creates a CreateRuleGroupValidationCreated with default headers values

func (*CreateRuleGroupValidationCreated) Code added in v0.2.33

Code gets the status code for the create rule group validation created response

func (*CreateRuleGroupValidationCreated) Error added in v0.2.29

func (*CreateRuleGroupValidationCreated) GetPayload added in v0.2.29

func (*CreateRuleGroupValidationCreated) IsClientError added in v0.2.29

func (o *CreateRuleGroupValidationCreated) IsClientError() bool

IsClientError returns true when this create rule group validation created response has a 4xx status code

func (*CreateRuleGroupValidationCreated) IsCode added in v0.2.29

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

IsCode returns true when this create rule group validation created response a status code equal to that given

func (*CreateRuleGroupValidationCreated) IsRedirect added in v0.2.29

func (o *CreateRuleGroupValidationCreated) IsRedirect() bool

IsRedirect returns true when this create rule group validation created response has a 3xx status code

func (*CreateRuleGroupValidationCreated) IsServerError added in v0.2.29

func (o *CreateRuleGroupValidationCreated) IsServerError() bool

IsServerError returns true when this create rule group validation created response has a 5xx status code

func (*CreateRuleGroupValidationCreated) IsSuccess added in v0.2.29

func (o *CreateRuleGroupValidationCreated) IsSuccess() bool

IsSuccess returns true when this create rule group validation created response has a 2xx status code

func (*CreateRuleGroupValidationCreated) String added in v0.2.29

type CreateRuleGroupValidationForbidden added in v0.2.29

type CreateRuleGroupValidationForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateRuleGroupValidationForbidden added in v0.2.29

func NewCreateRuleGroupValidationForbidden() *CreateRuleGroupValidationForbidden

NewCreateRuleGroupValidationForbidden creates a CreateRuleGroupValidationForbidden with default headers values

func (*CreateRuleGroupValidationForbidden) Code added in v0.2.33

Code gets the status code for the create rule group validation forbidden response

func (*CreateRuleGroupValidationForbidden) Error added in v0.2.29

func (*CreateRuleGroupValidationForbidden) GetPayload added in v0.2.29

func (*CreateRuleGroupValidationForbidden) IsClientError added in v0.2.29

func (o *CreateRuleGroupValidationForbidden) IsClientError() bool

IsClientError returns true when this create rule group validation forbidden response has a 4xx status code

func (*CreateRuleGroupValidationForbidden) IsCode added in v0.2.29

IsCode returns true when this create rule group validation forbidden response a status code equal to that given

func (*CreateRuleGroupValidationForbidden) IsRedirect added in v0.2.29

func (o *CreateRuleGroupValidationForbidden) IsRedirect() bool

IsRedirect returns true when this create rule group validation forbidden response has a 3xx status code

func (*CreateRuleGroupValidationForbidden) IsServerError added in v0.2.29

func (o *CreateRuleGroupValidationForbidden) IsServerError() bool

IsServerError returns true when this create rule group validation forbidden response has a 5xx status code

func (*CreateRuleGroupValidationForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this create rule group validation forbidden response has a 2xx status code

func (*CreateRuleGroupValidationForbidden) String added in v0.2.29

type CreateRuleGroupValidationParams added in v0.2.29

type CreateRuleGroupValidationParams struct {

	// Body.
	Body *models.FwmgrAPIRuleGroupCreateRequestV1

	/* CloneID.

	   A rule group ID from which to copy rules. If this is provided then the 'rules' property of the body is ignored.
	*/
	CloneID *string

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	/* Library.

	   If this flag is set to true then the rules will be cloned from the clone_id from the CrowdStrike Firewall Rule Groups Library.
	*/
	Library *string

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

CreateRuleGroupValidationParams contains all the parameters to send to the API endpoint

for the create rule group validation operation.

Typically these are written to a http.Request.

func NewCreateRuleGroupValidationParams added in v0.2.29

func NewCreateRuleGroupValidationParams() *CreateRuleGroupValidationParams

NewCreateRuleGroupValidationParams creates a new CreateRuleGroupValidationParams 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 NewCreateRuleGroupValidationParamsWithContext added in v0.2.29

func NewCreateRuleGroupValidationParamsWithContext(ctx context.Context) *CreateRuleGroupValidationParams

NewCreateRuleGroupValidationParamsWithContext creates a new CreateRuleGroupValidationParams object with the ability to set a context for a request.

func NewCreateRuleGroupValidationParamsWithHTTPClient added in v0.2.29

func NewCreateRuleGroupValidationParamsWithHTTPClient(client *http.Client) *CreateRuleGroupValidationParams

NewCreateRuleGroupValidationParamsWithHTTPClient creates a new CreateRuleGroupValidationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateRuleGroupValidationParamsWithTimeout added in v0.2.29

func NewCreateRuleGroupValidationParamsWithTimeout(timeout time.Duration) *CreateRuleGroupValidationParams

NewCreateRuleGroupValidationParamsWithTimeout creates a new CreateRuleGroupValidationParams object with the ability to set a timeout on a request.

func (*CreateRuleGroupValidationParams) SetBody added in v0.2.29

SetBody adds the body to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetCloneID added in v0.2.29

func (o *CreateRuleGroupValidationParams) SetCloneID(cloneID *string)

SetCloneID adds the cloneId to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetComment added in v0.2.29

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

SetComment adds the comment to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetContext added in v0.2.29

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

SetContext adds the context to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetDefaults added in v0.2.29

func (o *CreateRuleGroupValidationParams) SetDefaults()

SetDefaults hydrates default values in the create rule group validation params (not the query body).

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

func (*CreateRuleGroupValidationParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetLibrary added in v0.2.29

func (o *CreateRuleGroupValidationParams) SetLibrary(library *string)

SetLibrary adds the library to the create rule group validation params

func (*CreateRuleGroupValidationParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithBody added in v0.2.29

WithBody adds the body to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithCloneID added in v0.2.29

WithCloneID adds the cloneID to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithComment added in v0.2.29

WithComment adds the comment to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithContext added in v0.2.29

WithContext adds the context to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the create rule group validation params (not the query body).

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

func (*CreateRuleGroupValidationParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithLibrary added in v0.2.29

WithLibrary adds the library to the create rule group validation params

func (*CreateRuleGroupValidationParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the create rule group validation params

func (*CreateRuleGroupValidationParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type CreateRuleGroupValidationReader added in v0.2.29

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

CreateRuleGroupValidationReader is a Reader for the CreateRuleGroupValidation structure.

func (*CreateRuleGroupValidationReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type CreateRuleGroupValidationTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewCreateRuleGroupValidationTooManyRequests added in v0.2.29

func NewCreateRuleGroupValidationTooManyRequests() *CreateRuleGroupValidationTooManyRequests

NewCreateRuleGroupValidationTooManyRequests creates a CreateRuleGroupValidationTooManyRequests with default headers values

func (*CreateRuleGroupValidationTooManyRequests) Code added in v0.2.33

Code gets the status code for the create rule group validation too many requests response

func (*CreateRuleGroupValidationTooManyRequests) Error added in v0.2.29

func (*CreateRuleGroupValidationTooManyRequests) GetPayload added in v0.2.29

func (*CreateRuleGroupValidationTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this create rule group validation too many requests response has a 4xx status code

func (*CreateRuleGroupValidationTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this create rule group validation too many requests response a status code equal to that given

func (*CreateRuleGroupValidationTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this create rule group validation too many requests response has a 3xx status code

func (*CreateRuleGroupValidationTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this create rule group validation too many requests response has a 5xx status code

func (*CreateRuleGroupValidationTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this create rule group validation too many requests response has a 2xx status code

func (*CreateRuleGroupValidationTooManyRequests) String added in v0.2.29

type DeleteNetworkLocationsBadRequest added in v0.2.32

type DeleteNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewDeleteNetworkLocationsBadRequest added in v0.2.32

func NewDeleteNetworkLocationsBadRequest() *DeleteNetworkLocationsBadRequest

NewDeleteNetworkLocationsBadRequest creates a DeleteNetworkLocationsBadRequest with default headers values

func (*DeleteNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the delete network locations bad request response

func (*DeleteNetworkLocationsBadRequest) Error added in v0.2.32

func (*DeleteNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*DeleteNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *DeleteNetworkLocationsBadRequest) IsClientError() bool

IsClientError returns true when this delete network locations bad request response has a 4xx status code

func (*DeleteNetworkLocationsBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this delete network locations bad request response a status code equal to that given

func (*DeleteNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *DeleteNetworkLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete network locations bad request response has a 3xx status code

func (*DeleteNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *DeleteNetworkLocationsBadRequest) IsServerError() bool

IsServerError returns true when this delete network locations bad request response has a 5xx status code

func (*DeleteNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *DeleteNetworkLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete network locations bad request response has a 2xx status code

func (*DeleteNetworkLocationsBadRequest) String added in v0.2.32

type DeleteNetworkLocationsForbidden added in v0.2.32

type DeleteNetworkLocationsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteNetworkLocationsForbidden added in v0.2.32

func NewDeleteNetworkLocationsForbidden() *DeleteNetworkLocationsForbidden

NewDeleteNetworkLocationsForbidden creates a DeleteNetworkLocationsForbidden with default headers values

func (*DeleteNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the delete network locations forbidden response

func (*DeleteNetworkLocationsForbidden) Error added in v0.2.32

func (*DeleteNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*DeleteNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *DeleteNetworkLocationsForbidden) IsClientError() bool

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

func (*DeleteNetworkLocationsForbidden) IsCode added in v0.2.32

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

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

func (*DeleteNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *DeleteNetworkLocationsForbidden) IsRedirect() bool

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

func (*DeleteNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *DeleteNetworkLocationsForbidden) IsServerError() bool

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

func (*DeleteNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *DeleteNetworkLocationsForbidden) IsSuccess() bool

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

func (*DeleteNetworkLocationsForbidden) String added in v0.2.32

type DeleteNetworkLocationsOK added in v0.2.32

type DeleteNetworkLocationsOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewDeleteNetworkLocationsOK added in v0.2.32

func NewDeleteNetworkLocationsOK() *DeleteNetworkLocationsOK

NewDeleteNetworkLocationsOK creates a DeleteNetworkLocationsOK with default headers values

func (*DeleteNetworkLocationsOK) Code added in v0.2.33

func (o *DeleteNetworkLocationsOK) Code() int

Code gets the status code for the delete network locations o k response

func (*DeleteNetworkLocationsOK) Error added in v0.2.32

func (o *DeleteNetworkLocationsOK) Error() string

func (*DeleteNetworkLocationsOK) GetPayload added in v0.2.32

func (*DeleteNetworkLocationsOK) IsClientError added in v0.2.32

func (o *DeleteNetworkLocationsOK) IsClientError() bool

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

func (*DeleteNetworkLocationsOK) IsCode added in v0.2.32

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

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

func (*DeleteNetworkLocationsOK) IsRedirect added in v0.2.32

func (o *DeleteNetworkLocationsOK) IsRedirect() bool

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

func (*DeleteNetworkLocationsOK) IsServerError added in v0.2.32

func (o *DeleteNetworkLocationsOK) IsServerError() bool

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

func (*DeleteNetworkLocationsOK) IsSuccess added in v0.2.32

func (o *DeleteNetworkLocationsOK) IsSuccess() bool

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

func (*DeleteNetworkLocationsOK) String added in v0.2.32

func (o *DeleteNetworkLocationsOK) String() string

type DeleteNetworkLocationsParams added in v0.2.32

type DeleteNetworkLocationsParams struct {

	/* Ids.

	   The IDs of the network locations to be deleted
	*/
	Ids []string

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

DeleteNetworkLocationsParams contains all the parameters to send to the API endpoint

for the delete network locations operation.

Typically these are written to a http.Request.

func NewDeleteNetworkLocationsParams added in v0.2.32

func NewDeleteNetworkLocationsParams() *DeleteNetworkLocationsParams

NewDeleteNetworkLocationsParams creates a new DeleteNetworkLocationsParams 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 NewDeleteNetworkLocationsParamsWithContext added in v0.2.32

func NewDeleteNetworkLocationsParamsWithContext(ctx context.Context) *DeleteNetworkLocationsParams

NewDeleteNetworkLocationsParamsWithContext creates a new DeleteNetworkLocationsParams object with the ability to set a context for a request.

func NewDeleteNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewDeleteNetworkLocationsParamsWithHTTPClient(client *http.Client) *DeleteNetworkLocationsParams

NewDeleteNetworkLocationsParamsWithHTTPClient creates a new DeleteNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteNetworkLocationsParamsWithTimeout added in v0.2.32

func NewDeleteNetworkLocationsParamsWithTimeout(timeout time.Duration) *DeleteNetworkLocationsParams

NewDeleteNetworkLocationsParamsWithTimeout creates a new DeleteNetworkLocationsParams object with the ability to set a timeout on a request.

func (*DeleteNetworkLocationsParams) SetContext added in v0.2.32

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

SetContext adds the context to the delete network locations params

func (*DeleteNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *DeleteNetworkLocationsParams) SetDefaults()

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

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

func (*DeleteNetworkLocationsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the delete network locations params

func (*DeleteNetworkLocationsParams) SetIds added in v0.2.32

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

SetIds adds the ids to the delete network locations params

func (*DeleteNetworkLocationsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the delete network locations params

func (*DeleteNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the delete network locations params

func (*DeleteNetworkLocationsParams) WithDefaults added in v0.2.32

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

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

func (*DeleteNetworkLocationsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the delete network locations params

func (*DeleteNetworkLocationsParams) WithIds added in v0.2.32

WithIds adds the ids to the delete network locations params

func (*DeleteNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the delete network locations params

func (*DeleteNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type DeleteNetworkLocationsReader added in v0.2.32

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

DeleteNetworkLocationsReader is a Reader for the DeleteNetworkLocations structure.

func (*DeleteNetworkLocationsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type DeleteNetworkLocationsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewDeleteNetworkLocationsTooManyRequests added in v0.2.32

func NewDeleteNetworkLocationsTooManyRequests() *DeleteNetworkLocationsTooManyRequests

NewDeleteNetworkLocationsTooManyRequests creates a DeleteNetworkLocationsTooManyRequests with default headers values

func (*DeleteNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete network locations too many requests response

func (*DeleteNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*DeleteNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*DeleteNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *DeleteNetworkLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this delete network locations too many requests response has a 4xx status code

func (*DeleteNetworkLocationsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this delete network locations too many requests response a status code equal to that given

func (*DeleteNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this delete network locations too many requests response has a 3xx status code

func (*DeleteNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *DeleteNetworkLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this delete network locations too many requests response has a 5xx status code

func (*DeleteNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this delete network locations too many requests response has a 2xx status code

func (*DeleteNetworkLocationsTooManyRequests) String added in v0.2.32

type DeleteRuleGroupsBadRequest

type DeleteRuleGroupsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewDeleteRuleGroupsBadRequest

func NewDeleteRuleGroupsBadRequest() *DeleteRuleGroupsBadRequest

NewDeleteRuleGroupsBadRequest creates a DeleteRuleGroupsBadRequest with default headers values

func (*DeleteRuleGroupsBadRequest) Code added in v0.2.33

func (o *DeleteRuleGroupsBadRequest) Code() int

Code gets the status code for the delete rule groups bad request response

func (*DeleteRuleGroupsBadRequest) Error

func (*DeleteRuleGroupsBadRequest) GetPayload

func (*DeleteRuleGroupsBadRequest) IsClientError added in v0.2.27

func (o *DeleteRuleGroupsBadRequest) IsClientError() bool

IsClientError returns true when this delete rule groups bad request response has a 4xx status code

func (*DeleteRuleGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this delete rule groups bad request response a status code equal to that given

func (*DeleteRuleGroupsBadRequest) IsRedirect added in v0.2.27

func (o *DeleteRuleGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this delete rule groups bad request response has a 3xx status code

func (*DeleteRuleGroupsBadRequest) IsServerError added in v0.2.27

func (o *DeleteRuleGroupsBadRequest) IsServerError() bool

IsServerError returns true when this delete rule groups bad request response has a 5xx status code

func (*DeleteRuleGroupsBadRequest) IsSuccess added in v0.2.27

func (o *DeleteRuleGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this delete rule groups bad request response has a 2xx status code

func (*DeleteRuleGroupsBadRequest) String added in v0.2.27

func (o *DeleteRuleGroupsBadRequest) String() string

type DeleteRuleGroupsForbidden

type DeleteRuleGroupsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteRuleGroupsForbidden

func NewDeleteRuleGroupsForbidden() *DeleteRuleGroupsForbidden

NewDeleteRuleGroupsForbidden creates a DeleteRuleGroupsForbidden with default headers values

func (*DeleteRuleGroupsForbidden) Code added in v0.2.33

func (o *DeleteRuleGroupsForbidden) Code() int

Code gets the status code for the delete rule groups forbidden response

func (*DeleteRuleGroupsForbidden) Error

func (o *DeleteRuleGroupsForbidden) Error() string

func (*DeleteRuleGroupsForbidden) GetPayload

func (*DeleteRuleGroupsForbidden) IsClientError added in v0.2.27

func (o *DeleteRuleGroupsForbidden) IsClientError() bool

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

func (*DeleteRuleGroupsForbidden) IsCode added in v0.2.27

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

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

func (*DeleteRuleGroupsForbidden) IsRedirect added in v0.2.27

func (o *DeleteRuleGroupsForbidden) IsRedirect() bool

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

func (*DeleteRuleGroupsForbidden) IsServerError added in v0.2.27

func (o *DeleteRuleGroupsForbidden) IsServerError() bool

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

func (*DeleteRuleGroupsForbidden) IsSuccess added in v0.2.27

func (o *DeleteRuleGroupsForbidden) IsSuccess() bool

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

func (*DeleteRuleGroupsForbidden) String added in v0.2.27

func (o *DeleteRuleGroupsForbidden) String() string

type DeleteRuleGroupsOK

type DeleteRuleGroupsOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewDeleteRuleGroupsOK

func NewDeleteRuleGroupsOK() *DeleteRuleGroupsOK

NewDeleteRuleGroupsOK creates a DeleteRuleGroupsOK with default headers values

func (*DeleteRuleGroupsOK) Code added in v0.2.33

func (o *DeleteRuleGroupsOK) Code() int

Code gets the status code for the delete rule groups o k response

func (*DeleteRuleGroupsOK) Error

func (o *DeleteRuleGroupsOK) Error() string

func (*DeleteRuleGroupsOK) GetPayload

func (*DeleteRuleGroupsOK) IsClientError added in v0.2.27

func (o *DeleteRuleGroupsOK) IsClientError() bool

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

func (*DeleteRuleGroupsOK) IsCode added in v0.2.27

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

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

func (*DeleteRuleGroupsOK) IsRedirect added in v0.2.27

func (o *DeleteRuleGroupsOK) IsRedirect() bool

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

func (*DeleteRuleGroupsOK) IsServerError added in v0.2.27

func (o *DeleteRuleGroupsOK) IsServerError() bool

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

func (*DeleteRuleGroupsOK) IsSuccess added in v0.2.27

func (o *DeleteRuleGroupsOK) IsSuccess() bool

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

func (*DeleteRuleGroupsOK) String added in v0.2.27

func (o *DeleteRuleGroupsOK) String() string

type DeleteRuleGroupsParams

type DeleteRuleGroupsParams struct {

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	/* Ids.

	   The IDs of the rule groups to be deleted
	*/
	Ids []string

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

DeleteRuleGroupsParams contains all the parameters to send to the API endpoint

for the delete rule groups operation.

Typically these are written to a http.Request.

func NewDeleteRuleGroupsParams

func NewDeleteRuleGroupsParams() *DeleteRuleGroupsParams

NewDeleteRuleGroupsParams creates a new DeleteRuleGroupsParams 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 NewDeleteRuleGroupsParamsWithContext

func NewDeleteRuleGroupsParamsWithContext(ctx context.Context) *DeleteRuleGroupsParams

NewDeleteRuleGroupsParamsWithContext creates a new DeleteRuleGroupsParams object with the ability to set a context for a request.

func NewDeleteRuleGroupsParamsWithHTTPClient

func NewDeleteRuleGroupsParamsWithHTTPClient(client *http.Client) *DeleteRuleGroupsParams

NewDeleteRuleGroupsParamsWithHTTPClient creates a new DeleteRuleGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRuleGroupsParamsWithTimeout

func NewDeleteRuleGroupsParamsWithTimeout(timeout time.Duration) *DeleteRuleGroupsParams

NewDeleteRuleGroupsParamsWithTimeout creates a new DeleteRuleGroupsParams object with the ability to set a timeout on a request.

func (*DeleteRuleGroupsParams) SetComment

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

SetComment adds the comment to the delete rule groups params

func (*DeleteRuleGroupsParams) SetContext

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

SetContext adds the context to the delete rule groups params

func (*DeleteRuleGroupsParams) SetDefaults

func (o *DeleteRuleGroupsParams) SetDefaults()

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

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

func (*DeleteRuleGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete rule groups params

func (*DeleteRuleGroupsParams) SetIds

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

SetIds adds the ids to the delete rule groups params

func (*DeleteRuleGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the delete rule groups params

func (*DeleteRuleGroupsParams) WithComment

func (o *DeleteRuleGroupsParams) WithComment(comment *string) *DeleteRuleGroupsParams

WithComment adds the comment to the delete rule groups params

func (*DeleteRuleGroupsParams) WithContext

WithContext adds the context to the delete rule groups params

func (*DeleteRuleGroupsParams) WithDefaults

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

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

func (*DeleteRuleGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete rule groups params

func (*DeleteRuleGroupsParams) WithIds

WithIds adds the ids to the delete rule groups params

func (*DeleteRuleGroupsParams) WithTimeout

WithTimeout adds the timeout to the delete rule groups params

func (*DeleteRuleGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRuleGroupsReader

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

DeleteRuleGroupsReader is a Reader for the DeleteRuleGroups structure.

func (*DeleteRuleGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRuleGroupsTooManyRequests

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

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

Too Many Requests

func NewDeleteRuleGroupsTooManyRequests

func NewDeleteRuleGroupsTooManyRequests() *DeleteRuleGroupsTooManyRequests

NewDeleteRuleGroupsTooManyRequests creates a DeleteRuleGroupsTooManyRequests with default headers values

func (*DeleteRuleGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete rule groups too many requests response

func (*DeleteRuleGroupsTooManyRequests) Error

func (*DeleteRuleGroupsTooManyRequests) GetPayload

func (*DeleteRuleGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *DeleteRuleGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this delete rule groups too many requests response has a 4xx status code

func (*DeleteRuleGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this delete rule groups too many requests response a status code equal to that given

func (*DeleteRuleGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteRuleGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete rule groups too many requests response has a 3xx status code

func (*DeleteRuleGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *DeleteRuleGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this delete rule groups too many requests response has a 5xx status code

func (*DeleteRuleGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *DeleteRuleGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete rule groups too many requests response has a 2xx status code

func (*DeleteRuleGroupsTooManyRequests) String added in v0.2.27

type GetEventsBadRequest

type GetEventsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetEventsBadRequest

func NewGetEventsBadRequest() *GetEventsBadRequest

NewGetEventsBadRequest creates a GetEventsBadRequest with default headers values

func (*GetEventsBadRequest) Code added in v0.2.33

func (o *GetEventsBadRequest) Code() int

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

func (*GetEventsBadRequest) Error

func (o *GetEventsBadRequest) Error() string

func (*GetEventsBadRequest) GetPayload

func (*GetEventsBadRequest) IsClientError added in v0.2.27

func (o *GetEventsBadRequest) IsClientError() bool

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

func (*GetEventsBadRequest) IsCode added in v0.2.27

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

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

func (*GetEventsBadRequest) IsRedirect added in v0.2.27

func (o *GetEventsBadRequest) IsRedirect() bool

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

func (*GetEventsBadRequest) IsServerError added in v0.2.27

func (o *GetEventsBadRequest) IsServerError() bool

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

func (*GetEventsBadRequest) IsSuccess added in v0.2.27

func (o *GetEventsBadRequest) IsSuccess() bool

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

func (*GetEventsBadRequest) String added in v0.2.27

func (o *GetEventsBadRequest) String() string

type GetEventsForbidden

type GetEventsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetEventsForbidden

func NewGetEventsForbidden() *GetEventsForbidden

NewGetEventsForbidden creates a GetEventsForbidden with default headers values

func (*GetEventsForbidden) Code added in v0.2.33

func (o *GetEventsForbidden) Code() int

Code gets the status code for the get events forbidden response

func (*GetEventsForbidden) Error

func (o *GetEventsForbidden) Error() string

func (*GetEventsForbidden) GetPayload

func (o *GetEventsForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetEventsForbidden) IsClientError added in v0.2.27

func (o *GetEventsForbidden) IsClientError() bool

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

func (*GetEventsForbidden) IsCode added in v0.2.27

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

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

func (*GetEventsForbidden) IsRedirect added in v0.2.27

func (o *GetEventsForbidden) IsRedirect() bool

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

func (*GetEventsForbidden) IsServerError added in v0.2.27

func (o *GetEventsForbidden) IsServerError() bool

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

func (*GetEventsForbidden) IsSuccess added in v0.2.27

func (o *GetEventsForbidden) IsSuccess() bool

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

func (*GetEventsForbidden) String added in v0.2.27

func (o *GetEventsForbidden) String() string

type GetEventsOK

type GetEventsOK 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.FwmgrAPIEventsResponse
}

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

OK

func NewGetEventsOK

func NewGetEventsOK() *GetEventsOK

NewGetEventsOK creates a GetEventsOK with default headers values

func (*GetEventsOK) Code added in v0.2.33

func (o *GetEventsOK) Code() int

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

func (*GetEventsOK) Error

func (o *GetEventsOK) Error() string

func (*GetEventsOK) GetPayload

func (o *GetEventsOK) GetPayload() *models.FwmgrAPIEventsResponse

func (*GetEventsOK) IsClientError added in v0.2.27

func (o *GetEventsOK) IsClientError() bool

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

func (*GetEventsOK) IsCode added in v0.2.27

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

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

func (*GetEventsOK) IsRedirect added in v0.2.27

func (o *GetEventsOK) IsRedirect() bool

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

func (*GetEventsOK) IsServerError added in v0.2.27

func (o *GetEventsOK) IsServerError() bool

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

func (*GetEventsOK) IsSuccess added in v0.2.27

func (o *GetEventsOK) IsSuccess() bool

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

func (*GetEventsOK) String added in v0.2.27

func (o *GetEventsOK) String() string

type GetEventsParams

type GetEventsParams struct {

	/* Ids.

	   The events to retrieve, identified by ID
	*/
	Ids []string

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

GetEventsParams contains all the parameters to send to the API endpoint

for the get events operation.

Typically these are written to a http.Request.

func NewGetEventsParams

func NewGetEventsParams() *GetEventsParams

NewGetEventsParams creates a new GetEventsParams 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 NewGetEventsParamsWithContext

func NewGetEventsParamsWithContext(ctx context.Context) *GetEventsParams

NewGetEventsParamsWithContext creates a new GetEventsParams object with the ability to set a context for a request.

func NewGetEventsParamsWithHTTPClient

func NewGetEventsParamsWithHTTPClient(client *http.Client) *GetEventsParams

NewGetEventsParamsWithHTTPClient creates a new GetEventsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEventsParamsWithTimeout

func NewGetEventsParamsWithTimeout(timeout time.Duration) *GetEventsParams

NewGetEventsParamsWithTimeout creates a new GetEventsParams object with the ability to set a timeout on a request.

func (*GetEventsParams) SetContext

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

SetContext adds the context to the get events params

func (*GetEventsParams) SetDefaults

func (o *GetEventsParams) SetDefaults()

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

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

func (*GetEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get events params

func (*GetEventsParams) SetIds

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

SetIds adds the ids to the get events params

func (*GetEventsParams) SetTimeout

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

SetTimeout adds the timeout to the get events params

func (*GetEventsParams) WithContext

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

WithContext adds the context to the get events params

func (*GetEventsParams) WithDefaults

func (o *GetEventsParams) WithDefaults() *GetEventsParams

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

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

func (*GetEventsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get events params

func (*GetEventsParams) WithIds

func (o *GetEventsParams) WithIds(ids []string) *GetEventsParams

WithIds adds the ids to the get events params

func (*GetEventsParams) WithTimeout

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

WithTimeout adds the timeout to the get events params

func (*GetEventsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetEventsReader

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

GetEventsReader is a Reader for the GetEvents structure.

func (*GetEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventsTooManyRequests

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

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

Too Many Requests

func NewGetEventsTooManyRequests

func NewGetEventsTooManyRequests() *GetEventsTooManyRequests

NewGetEventsTooManyRequests creates a GetEventsTooManyRequests with default headers values

func (*GetEventsTooManyRequests) Code added in v0.2.33

func (o *GetEventsTooManyRequests) Code() int

Code gets the status code for the get events too many requests response

func (*GetEventsTooManyRequests) Error

func (o *GetEventsTooManyRequests) Error() string

func (*GetEventsTooManyRequests) GetPayload

func (*GetEventsTooManyRequests) IsClientError added in v0.2.27

func (o *GetEventsTooManyRequests) IsClientError() bool

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

func (*GetEventsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetEventsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetEventsTooManyRequests) IsRedirect() bool

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

func (*GetEventsTooManyRequests) IsServerError added in v0.2.27

func (o *GetEventsTooManyRequests) IsServerError() bool

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

func (*GetEventsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetEventsTooManyRequests) IsSuccess() bool

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

func (*GetEventsTooManyRequests) String added in v0.2.27

func (o *GetEventsTooManyRequests) String() string

type GetFirewallFieldsForbidden

type GetFirewallFieldsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetFirewallFieldsForbidden

func NewGetFirewallFieldsForbidden() *GetFirewallFieldsForbidden

NewGetFirewallFieldsForbidden creates a GetFirewallFieldsForbidden with default headers values

func (*GetFirewallFieldsForbidden) Code added in v0.2.33

func (o *GetFirewallFieldsForbidden) Code() int

Code gets the status code for the get firewall fields forbidden response

func (*GetFirewallFieldsForbidden) Error

func (*GetFirewallFieldsForbidden) GetPayload

func (*GetFirewallFieldsForbidden) IsClientError added in v0.2.27

func (o *GetFirewallFieldsForbidden) IsClientError() bool

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

func (*GetFirewallFieldsForbidden) IsCode added in v0.2.27

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

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

func (*GetFirewallFieldsForbidden) IsRedirect added in v0.2.27

func (o *GetFirewallFieldsForbidden) IsRedirect() bool

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

func (*GetFirewallFieldsForbidden) IsServerError added in v0.2.27

func (o *GetFirewallFieldsForbidden) IsServerError() bool

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

func (*GetFirewallFieldsForbidden) IsSuccess added in v0.2.27

func (o *GetFirewallFieldsForbidden) IsSuccess() bool

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

func (*GetFirewallFieldsForbidden) String added in v0.2.27

func (o *GetFirewallFieldsForbidden) String() string

type GetFirewallFieldsOK

type GetFirewallFieldsOK 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.FwmgrAPIFirewallFieldsResponse
}

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

OK

func NewGetFirewallFieldsOK

func NewGetFirewallFieldsOK() *GetFirewallFieldsOK

NewGetFirewallFieldsOK creates a GetFirewallFieldsOK with default headers values

func (*GetFirewallFieldsOK) Code added in v0.2.33

func (o *GetFirewallFieldsOK) Code() int

Code gets the status code for the get firewall fields o k response

func (*GetFirewallFieldsOK) Error

func (o *GetFirewallFieldsOK) Error() string

func (*GetFirewallFieldsOK) GetPayload

func (*GetFirewallFieldsOK) IsClientError added in v0.2.27

func (o *GetFirewallFieldsOK) IsClientError() bool

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

func (*GetFirewallFieldsOK) IsCode added in v0.2.27

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

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

func (*GetFirewallFieldsOK) IsRedirect added in v0.2.27

func (o *GetFirewallFieldsOK) IsRedirect() bool

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

func (*GetFirewallFieldsOK) IsServerError added in v0.2.27

func (o *GetFirewallFieldsOK) IsServerError() bool

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

func (*GetFirewallFieldsOK) IsSuccess added in v0.2.27

func (o *GetFirewallFieldsOK) IsSuccess() bool

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

func (*GetFirewallFieldsOK) String added in v0.2.27

func (o *GetFirewallFieldsOK) String() string

type GetFirewallFieldsParams

type GetFirewallFieldsParams struct {

	/* Ids.

	   The IDs of the rule types to retrieve
	*/
	Ids []string

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

GetFirewallFieldsParams contains all the parameters to send to the API endpoint

for the get firewall fields operation.

Typically these are written to a http.Request.

func NewGetFirewallFieldsParams

func NewGetFirewallFieldsParams() *GetFirewallFieldsParams

NewGetFirewallFieldsParams creates a new GetFirewallFieldsParams 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 NewGetFirewallFieldsParamsWithContext

func NewGetFirewallFieldsParamsWithContext(ctx context.Context) *GetFirewallFieldsParams

NewGetFirewallFieldsParamsWithContext creates a new GetFirewallFieldsParams object with the ability to set a context for a request.

func NewGetFirewallFieldsParamsWithHTTPClient

func NewGetFirewallFieldsParamsWithHTTPClient(client *http.Client) *GetFirewallFieldsParams

NewGetFirewallFieldsParamsWithHTTPClient creates a new GetFirewallFieldsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFirewallFieldsParamsWithTimeout

func NewGetFirewallFieldsParamsWithTimeout(timeout time.Duration) *GetFirewallFieldsParams

NewGetFirewallFieldsParamsWithTimeout creates a new GetFirewallFieldsParams object with the ability to set a timeout on a request.

func (*GetFirewallFieldsParams) SetContext

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

SetContext adds the context to the get firewall fields params

func (*GetFirewallFieldsParams) SetDefaults

func (o *GetFirewallFieldsParams) SetDefaults()

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

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

func (*GetFirewallFieldsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get firewall fields params

func (*GetFirewallFieldsParams) SetIds

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

SetIds adds the ids to the get firewall fields params

func (*GetFirewallFieldsParams) SetTimeout

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

SetTimeout adds the timeout to the get firewall fields params

func (*GetFirewallFieldsParams) WithContext

WithContext adds the context to the get firewall fields params

func (*GetFirewallFieldsParams) WithDefaults

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

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

func (*GetFirewallFieldsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get firewall fields params

func (*GetFirewallFieldsParams) WithIds

WithIds adds the ids to the get firewall fields params

func (*GetFirewallFieldsParams) WithTimeout

WithTimeout adds the timeout to the get firewall fields params

func (*GetFirewallFieldsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFirewallFieldsReader

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

GetFirewallFieldsReader is a Reader for the GetFirewallFields structure.

func (*GetFirewallFieldsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFirewallFieldsTooManyRequests

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

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

Too Many Requests

func NewGetFirewallFieldsTooManyRequests

func NewGetFirewallFieldsTooManyRequests() *GetFirewallFieldsTooManyRequests

NewGetFirewallFieldsTooManyRequests creates a GetFirewallFieldsTooManyRequests with default headers values

func (*GetFirewallFieldsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get firewall fields too many requests response

func (*GetFirewallFieldsTooManyRequests) Error

func (*GetFirewallFieldsTooManyRequests) GetPayload

func (*GetFirewallFieldsTooManyRequests) IsClientError added in v0.2.27

func (o *GetFirewallFieldsTooManyRequests) IsClientError() bool

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

func (*GetFirewallFieldsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetFirewallFieldsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetFirewallFieldsTooManyRequests) IsRedirect() bool

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

func (*GetFirewallFieldsTooManyRequests) IsServerError added in v0.2.27

func (o *GetFirewallFieldsTooManyRequests) IsServerError() bool

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

func (*GetFirewallFieldsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetFirewallFieldsTooManyRequests) IsSuccess() bool

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

func (*GetFirewallFieldsTooManyRequests) String added in v0.2.27

type GetNetworkLocationsBadRequest added in v0.2.32

type GetNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetNetworkLocationsBadRequest added in v0.2.32

func NewGetNetworkLocationsBadRequest() *GetNetworkLocationsBadRequest

NewGetNetworkLocationsBadRequest creates a GetNetworkLocationsBadRequest with default headers values

func (*GetNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the get network locations bad request response

func (*GetNetworkLocationsBadRequest) Error added in v0.2.32

func (*GetNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*GetNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *GetNetworkLocationsBadRequest) IsClientError() bool

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

func (*GetNetworkLocationsBadRequest) IsCode added in v0.2.32

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

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

func (*GetNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsBadRequest) IsRedirect() bool

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

func (*GetNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *GetNetworkLocationsBadRequest) IsServerError() bool

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

func (*GetNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *GetNetworkLocationsBadRequest) IsSuccess() bool

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

func (*GetNetworkLocationsBadRequest) String added in v0.2.32

type GetNetworkLocationsDetailsBadRequest added in v0.2.32

type GetNetworkLocationsDetailsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetNetworkLocationsDetailsBadRequest added in v0.2.32

func NewGetNetworkLocationsDetailsBadRequest() *GetNetworkLocationsDetailsBadRequest

NewGetNetworkLocationsDetailsBadRequest creates a GetNetworkLocationsDetailsBadRequest with default headers values

func (*GetNetworkLocationsDetailsBadRequest) Code added in v0.2.33

Code gets the status code for the get network locations details bad request response

func (*GetNetworkLocationsDetailsBadRequest) Error added in v0.2.32

func (*GetNetworkLocationsDetailsBadRequest) GetPayload added in v0.2.32

func (*GetNetworkLocationsDetailsBadRequest) IsClientError added in v0.2.32

func (o *GetNetworkLocationsDetailsBadRequest) IsClientError() bool

IsClientError returns true when this get network locations details bad request response has a 4xx status code

func (*GetNetworkLocationsDetailsBadRequest) IsCode added in v0.2.32

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

func (*GetNetworkLocationsDetailsBadRequest) IsRedirect added in v0.2.32

IsRedirect returns true when this get network locations details bad request response has a 3xx status code

func (*GetNetworkLocationsDetailsBadRequest) IsServerError added in v0.2.32

func (o *GetNetworkLocationsDetailsBadRequest) IsServerError() bool

IsServerError returns true when this get network locations details bad request response has a 5xx status code

func (*GetNetworkLocationsDetailsBadRequest) IsSuccess added in v0.2.32

IsSuccess returns true when this get network locations details bad request response has a 2xx status code

func (*GetNetworkLocationsDetailsBadRequest) String added in v0.2.32

type GetNetworkLocationsDetailsForbidden added in v0.2.32

type GetNetworkLocationsDetailsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetNetworkLocationsDetailsForbidden added in v0.2.32

func NewGetNetworkLocationsDetailsForbidden() *GetNetworkLocationsDetailsForbidden

NewGetNetworkLocationsDetailsForbidden creates a GetNetworkLocationsDetailsForbidden with default headers values

func (*GetNetworkLocationsDetailsForbidden) Code added in v0.2.33

Code gets the status code for the get network locations details forbidden response

func (*GetNetworkLocationsDetailsForbidden) Error added in v0.2.32

func (*GetNetworkLocationsDetailsForbidden) GetPayload added in v0.2.32

func (*GetNetworkLocationsDetailsForbidden) IsClientError added in v0.2.32

func (o *GetNetworkLocationsDetailsForbidden) IsClientError() bool

IsClientError returns true when this get network locations details forbidden response has a 4xx status code

func (*GetNetworkLocationsDetailsForbidden) IsCode added in v0.2.32

IsCode returns true when this get network locations details forbidden response a status code equal to that given

func (*GetNetworkLocationsDetailsForbidden) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsDetailsForbidden) IsRedirect() bool

IsRedirect returns true when this get network locations details forbidden response has a 3xx status code

func (*GetNetworkLocationsDetailsForbidden) IsServerError added in v0.2.32

func (o *GetNetworkLocationsDetailsForbidden) IsServerError() bool

IsServerError returns true when this get network locations details forbidden response has a 5xx status code

func (*GetNetworkLocationsDetailsForbidden) IsSuccess added in v0.2.32

IsSuccess returns true when this get network locations details forbidden response has a 2xx status code

func (*GetNetworkLocationsDetailsForbidden) String added in v0.2.32

type GetNetworkLocationsDetailsOK added in v0.2.32

type GetNetworkLocationsDetailsOK 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.FwmgrAPINetworkLocationsResponse
}

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

OK

func NewGetNetworkLocationsDetailsOK added in v0.2.32

func NewGetNetworkLocationsDetailsOK() *GetNetworkLocationsDetailsOK

NewGetNetworkLocationsDetailsOK creates a GetNetworkLocationsDetailsOK with default headers values

func (*GetNetworkLocationsDetailsOK) Code added in v0.2.33

Code gets the status code for the get network locations details o k response

func (*GetNetworkLocationsDetailsOK) Error added in v0.2.32

func (*GetNetworkLocationsDetailsOK) GetPayload added in v0.2.32

func (*GetNetworkLocationsDetailsOK) IsClientError added in v0.2.32

func (o *GetNetworkLocationsDetailsOK) IsClientError() bool

IsClientError returns true when this get network locations details o k response has a 4xx status code

func (*GetNetworkLocationsDetailsOK) IsCode added in v0.2.32

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

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

func (*GetNetworkLocationsDetailsOK) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsDetailsOK) IsRedirect() bool

IsRedirect returns true when this get network locations details o k response has a 3xx status code

func (*GetNetworkLocationsDetailsOK) IsServerError added in v0.2.32

func (o *GetNetworkLocationsDetailsOK) IsServerError() bool

IsServerError returns true when this get network locations details o k response has a 5xx status code

func (*GetNetworkLocationsDetailsOK) IsSuccess added in v0.2.32

func (o *GetNetworkLocationsDetailsOK) IsSuccess() bool

IsSuccess returns true when this get network locations details o k response has a 2xx status code

func (*GetNetworkLocationsDetailsOK) String added in v0.2.32

type GetNetworkLocationsDetailsParams added in v0.2.32

type GetNetworkLocationsDetailsParams struct {

	/* Ids.

	   The events to retrieve, identified by ID
	*/
	Ids []string

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

GetNetworkLocationsDetailsParams contains all the parameters to send to the API endpoint

for the get network locations details operation.

Typically these are written to a http.Request.

func NewGetNetworkLocationsDetailsParams added in v0.2.32

func NewGetNetworkLocationsDetailsParams() *GetNetworkLocationsDetailsParams

NewGetNetworkLocationsDetailsParams creates a new GetNetworkLocationsDetailsParams 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 NewGetNetworkLocationsDetailsParamsWithContext added in v0.2.32

func NewGetNetworkLocationsDetailsParamsWithContext(ctx context.Context) *GetNetworkLocationsDetailsParams

NewGetNetworkLocationsDetailsParamsWithContext creates a new GetNetworkLocationsDetailsParams object with the ability to set a context for a request.

func NewGetNetworkLocationsDetailsParamsWithHTTPClient added in v0.2.32

func NewGetNetworkLocationsDetailsParamsWithHTTPClient(client *http.Client) *GetNetworkLocationsDetailsParams

NewGetNetworkLocationsDetailsParamsWithHTTPClient creates a new GetNetworkLocationsDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNetworkLocationsDetailsParamsWithTimeout added in v0.2.32

func NewGetNetworkLocationsDetailsParamsWithTimeout(timeout time.Duration) *GetNetworkLocationsDetailsParams

NewGetNetworkLocationsDetailsParamsWithTimeout creates a new GetNetworkLocationsDetailsParams object with the ability to set a timeout on a request.

func (*GetNetworkLocationsDetailsParams) SetContext added in v0.2.32

SetContext adds the context to the get network locations details params

func (*GetNetworkLocationsDetailsParams) SetDefaults added in v0.2.32

func (o *GetNetworkLocationsDetailsParams) SetDefaults()

SetDefaults hydrates default values in the get network locations details params (not the query body).

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

func (*GetNetworkLocationsDetailsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the get network locations details params

func (*GetNetworkLocationsDetailsParams) SetIds added in v0.2.32

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

SetIds adds the ids to the get network locations details params

func (*GetNetworkLocationsDetailsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the get network locations details params

func (*GetNetworkLocationsDetailsParams) WithContext added in v0.2.32

WithContext adds the context to the get network locations details params

func (*GetNetworkLocationsDetailsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the get network locations details params (not the query body).

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

func (*GetNetworkLocationsDetailsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the get network locations details params

func (*GetNetworkLocationsDetailsParams) WithIds added in v0.2.32

WithIds adds the ids to the get network locations details params

func (*GetNetworkLocationsDetailsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the get network locations details params

func (*GetNetworkLocationsDetailsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type GetNetworkLocationsDetailsReader added in v0.2.32

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

GetNetworkLocationsDetailsReader is a Reader for the GetNetworkLocationsDetails structure.

func (*GetNetworkLocationsDetailsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type GetNetworkLocationsDetailsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewGetNetworkLocationsDetailsTooManyRequests added in v0.2.32

func NewGetNetworkLocationsDetailsTooManyRequests() *GetNetworkLocationsDetailsTooManyRequests

NewGetNetworkLocationsDetailsTooManyRequests creates a GetNetworkLocationsDetailsTooManyRequests with default headers values

func (*GetNetworkLocationsDetailsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get network locations details too many requests response

func (*GetNetworkLocationsDetailsTooManyRequests) Error added in v0.2.32

func (*GetNetworkLocationsDetailsTooManyRequests) GetPayload added in v0.2.32

func (*GetNetworkLocationsDetailsTooManyRequests) IsClientError added in v0.2.32

IsClientError returns true when this get network locations details too many requests response has a 4xx status code

func (*GetNetworkLocationsDetailsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this get network locations details too many requests response a status code equal to that given

func (*GetNetworkLocationsDetailsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this get network locations details too many requests response has a 3xx status code

func (*GetNetworkLocationsDetailsTooManyRequests) IsServerError added in v0.2.32

IsServerError returns true when this get network locations details too many requests response has a 5xx status code

func (*GetNetworkLocationsDetailsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this get network locations details too many requests response has a 2xx status code

func (*GetNetworkLocationsDetailsTooManyRequests) String added in v0.2.32

type GetNetworkLocationsForbidden added in v0.2.32

type GetNetworkLocationsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetNetworkLocationsForbidden added in v0.2.32

func NewGetNetworkLocationsForbidden() *GetNetworkLocationsForbidden

NewGetNetworkLocationsForbidden creates a GetNetworkLocationsForbidden with default headers values

func (*GetNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the get network locations forbidden response

func (*GetNetworkLocationsForbidden) Error added in v0.2.32

func (*GetNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*GetNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *GetNetworkLocationsForbidden) IsClientError() bool

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

func (*GetNetworkLocationsForbidden) IsCode added in v0.2.32

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

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

func (*GetNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsForbidden) IsRedirect() bool

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

func (*GetNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *GetNetworkLocationsForbidden) IsServerError() bool

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

func (*GetNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *GetNetworkLocationsForbidden) IsSuccess() bool

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

func (*GetNetworkLocationsForbidden) String added in v0.2.32

type GetNetworkLocationsOK added in v0.2.32

type GetNetworkLocationsOK 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.FwmgrAPINetworkLocationSummariesResponse
}

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

OK

func NewGetNetworkLocationsOK added in v0.2.32

func NewGetNetworkLocationsOK() *GetNetworkLocationsOK

NewGetNetworkLocationsOK creates a GetNetworkLocationsOK with default headers values

func (*GetNetworkLocationsOK) Code added in v0.2.33

func (o *GetNetworkLocationsOK) Code() int

Code gets the status code for the get network locations o k response

func (*GetNetworkLocationsOK) Error added in v0.2.32

func (o *GetNetworkLocationsOK) Error() string

func (*GetNetworkLocationsOK) GetPayload added in v0.2.32

func (*GetNetworkLocationsOK) IsClientError added in v0.2.32

func (o *GetNetworkLocationsOK) IsClientError() bool

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

func (*GetNetworkLocationsOK) IsCode added in v0.2.32

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

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

func (*GetNetworkLocationsOK) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsOK) IsRedirect() bool

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

func (*GetNetworkLocationsOK) IsServerError added in v0.2.32

func (o *GetNetworkLocationsOK) IsServerError() bool

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

func (*GetNetworkLocationsOK) IsSuccess added in v0.2.32

func (o *GetNetworkLocationsOK) IsSuccess() bool

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

func (*GetNetworkLocationsOK) String added in v0.2.32

func (o *GetNetworkLocationsOK) String() string

type GetNetworkLocationsParams added in v0.2.32

type GetNetworkLocationsParams struct {

	/* Ids.

	   The events to retrieve, identified by ID
	*/
	Ids []string

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

GetNetworkLocationsParams contains all the parameters to send to the API endpoint

for the get network locations operation.

Typically these are written to a http.Request.

func NewGetNetworkLocationsParams added in v0.2.32

func NewGetNetworkLocationsParams() *GetNetworkLocationsParams

NewGetNetworkLocationsParams creates a new GetNetworkLocationsParams 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 NewGetNetworkLocationsParamsWithContext added in v0.2.32

func NewGetNetworkLocationsParamsWithContext(ctx context.Context) *GetNetworkLocationsParams

NewGetNetworkLocationsParamsWithContext creates a new GetNetworkLocationsParams object with the ability to set a context for a request.

func NewGetNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewGetNetworkLocationsParamsWithHTTPClient(client *http.Client) *GetNetworkLocationsParams

NewGetNetworkLocationsParamsWithHTTPClient creates a new GetNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNetworkLocationsParamsWithTimeout added in v0.2.32

func NewGetNetworkLocationsParamsWithTimeout(timeout time.Duration) *GetNetworkLocationsParams

NewGetNetworkLocationsParamsWithTimeout creates a new GetNetworkLocationsParams object with the ability to set a timeout on a request.

func (*GetNetworkLocationsParams) SetContext added in v0.2.32

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

SetContext adds the context to the get network locations params

func (*GetNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *GetNetworkLocationsParams) SetDefaults()

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

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

func (*GetNetworkLocationsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the get network locations params

func (*GetNetworkLocationsParams) SetIds added in v0.2.32

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

SetIds adds the ids to the get network locations params

func (*GetNetworkLocationsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the get network locations params

func (*GetNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the get network locations params

func (*GetNetworkLocationsParams) WithDefaults added in v0.2.32

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

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

func (*GetNetworkLocationsParams) WithHTTPClient added in v0.2.32

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

WithHTTPClient adds the HTTPClient to the get network locations params

func (*GetNetworkLocationsParams) WithIds added in v0.2.32

WithIds adds the ids to the get network locations params

func (*GetNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the get network locations params

func (*GetNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type GetNetworkLocationsReader added in v0.2.32

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

GetNetworkLocationsReader is a Reader for the GetNetworkLocations structure.

func (*GetNetworkLocationsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type GetNetworkLocationsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewGetNetworkLocationsTooManyRequests added in v0.2.32

func NewGetNetworkLocationsTooManyRequests() *GetNetworkLocationsTooManyRequests

NewGetNetworkLocationsTooManyRequests creates a GetNetworkLocationsTooManyRequests with default headers values

func (*GetNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get network locations too many requests response

func (*GetNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*GetNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*GetNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *GetNetworkLocationsTooManyRequests) IsClientError() bool

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

func (*GetNetworkLocationsTooManyRequests) IsCode added in v0.2.32

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

func (*GetNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

func (o *GetNetworkLocationsTooManyRequests) IsRedirect() bool

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

func (*GetNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *GetNetworkLocationsTooManyRequests) IsServerError() bool

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

func (*GetNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

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

func (*GetNetworkLocationsTooManyRequests) String added in v0.2.32

type GetPlatformsForbidden

type GetPlatformsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetPlatformsForbidden

func NewGetPlatformsForbidden() *GetPlatformsForbidden

NewGetPlatformsForbidden creates a GetPlatformsForbidden with default headers values

func (*GetPlatformsForbidden) Code added in v0.2.33

func (o *GetPlatformsForbidden) Code() int

Code gets the status code for the get platforms forbidden response

func (*GetPlatformsForbidden) Error

func (o *GetPlatformsForbidden) Error() string

func (*GetPlatformsForbidden) GetPayload

func (*GetPlatformsForbidden) IsClientError added in v0.2.27

func (o *GetPlatformsForbidden) IsClientError() bool

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

func (*GetPlatformsForbidden) IsCode added in v0.2.27

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

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

func (*GetPlatformsForbidden) IsRedirect added in v0.2.27

func (o *GetPlatformsForbidden) IsRedirect() bool

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

func (*GetPlatformsForbidden) IsServerError added in v0.2.27

func (o *GetPlatformsForbidden) IsServerError() bool

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

func (*GetPlatformsForbidden) IsSuccess added in v0.2.27

func (o *GetPlatformsForbidden) IsSuccess() bool

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

func (*GetPlatformsForbidden) String added in v0.2.27

func (o *GetPlatformsForbidden) String() string

type GetPlatformsOK

type GetPlatformsOK 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.FwmgrAPIPlatformsResponse
}

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

OK

func NewGetPlatformsOK

func NewGetPlatformsOK() *GetPlatformsOK

NewGetPlatformsOK creates a GetPlatformsOK with default headers values

func (*GetPlatformsOK) Code added in v0.2.33

func (o *GetPlatformsOK) Code() int

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

func (*GetPlatformsOK) Error

func (o *GetPlatformsOK) Error() string

func (*GetPlatformsOK) GetPayload

func (*GetPlatformsOK) IsClientError added in v0.2.27

func (o *GetPlatformsOK) IsClientError() bool

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

func (*GetPlatformsOK) IsCode added in v0.2.27

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

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

func (*GetPlatformsOK) IsRedirect added in v0.2.27

func (o *GetPlatformsOK) IsRedirect() bool

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

func (*GetPlatformsOK) IsServerError added in v0.2.27

func (o *GetPlatformsOK) IsServerError() bool

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

func (*GetPlatformsOK) IsSuccess added in v0.2.27

func (o *GetPlatformsOK) IsSuccess() bool

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

func (*GetPlatformsOK) String added in v0.2.27

func (o *GetPlatformsOK) String() string

type GetPlatformsParams

type GetPlatformsParams struct {

	/* Ids.

	   The IDs of the platforms to retrieve
	*/
	Ids []string

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

GetPlatformsParams contains all the parameters to send to the API endpoint

for the get platforms operation.

Typically these are written to a http.Request.

func NewGetPlatformsParams

func NewGetPlatformsParams() *GetPlatformsParams

NewGetPlatformsParams creates a new GetPlatformsParams 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 NewGetPlatformsParamsWithContext

func NewGetPlatformsParamsWithContext(ctx context.Context) *GetPlatformsParams

NewGetPlatformsParamsWithContext creates a new GetPlatformsParams object with the ability to set a context for a request.

func NewGetPlatformsParamsWithHTTPClient

func NewGetPlatformsParamsWithHTTPClient(client *http.Client) *GetPlatformsParams

NewGetPlatformsParamsWithHTTPClient creates a new GetPlatformsParams object with the ability to set a custom HTTPClient for a request.

func NewGetPlatformsParamsWithTimeout

func NewGetPlatformsParamsWithTimeout(timeout time.Duration) *GetPlatformsParams

NewGetPlatformsParamsWithTimeout creates a new GetPlatformsParams object with the ability to set a timeout on a request.

func (*GetPlatformsParams) SetContext

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

SetContext adds the context to the get platforms params

func (*GetPlatformsParams) SetDefaults

func (o *GetPlatformsParams) SetDefaults()

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

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

func (*GetPlatformsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get platforms params

func (*GetPlatformsParams) SetIds

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

SetIds adds the ids to the get platforms params

func (*GetPlatformsParams) SetTimeout

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

SetTimeout adds the timeout to the get platforms params

func (*GetPlatformsParams) WithContext

WithContext adds the context to the get platforms params

func (*GetPlatformsParams) WithDefaults

func (o *GetPlatformsParams) WithDefaults() *GetPlatformsParams

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

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

func (*GetPlatformsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get platforms params

func (*GetPlatformsParams) WithIds

func (o *GetPlatformsParams) WithIds(ids []string) *GetPlatformsParams

WithIds adds the ids to the get platforms params

func (*GetPlatformsParams) WithTimeout

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

WithTimeout adds the timeout to the get platforms params

func (*GetPlatformsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPlatformsReader

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

GetPlatformsReader is a Reader for the GetPlatforms structure.

func (*GetPlatformsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlatformsTooManyRequests

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

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

Too Many Requests

func NewGetPlatformsTooManyRequests

func NewGetPlatformsTooManyRequests() *GetPlatformsTooManyRequests

NewGetPlatformsTooManyRequests creates a GetPlatformsTooManyRequests with default headers values

func (*GetPlatformsTooManyRequests) Code added in v0.2.33

func (o *GetPlatformsTooManyRequests) Code() int

Code gets the status code for the get platforms too many requests response

func (*GetPlatformsTooManyRequests) Error

func (*GetPlatformsTooManyRequests) GetPayload

func (*GetPlatformsTooManyRequests) IsClientError added in v0.2.27

func (o *GetPlatformsTooManyRequests) IsClientError() bool

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

func (*GetPlatformsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetPlatformsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetPlatformsTooManyRequests) IsRedirect() bool

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

func (*GetPlatformsTooManyRequests) IsServerError added in v0.2.27

func (o *GetPlatformsTooManyRequests) IsServerError() bool

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

func (*GetPlatformsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetPlatformsTooManyRequests) IsSuccess() bool

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

func (*GetPlatformsTooManyRequests) String added in v0.2.27

func (o *GetPlatformsTooManyRequests) String() string

type GetPolicyContainersBadRequest

type GetPolicyContainersBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetPolicyContainersBadRequest

func NewGetPolicyContainersBadRequest() *GetPolicyContainersBadRequest

NewGetPolicyContainersBadRequest creates a GetPolicyContainersBadRequest with default headers values

func (*GetPolicyContainersBadRequest) Code added in v0.2.33

Code gets the status code for the get policy containers bad request response

func (*GetPolicyContainersBadRequest) Error

func (*GetPolicyContainersBadRequest) GetPayload

func (*GetPolicyContainersBadRequest) IsClientError added in v0.2.27

func (o *GetPolicyContainersBadRequest) IsClientError() bool

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

func (*GetPolicyContainersBadRequest) IsCode added in v0.2.27

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

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

func (*GetPolicyContainersBadRequest) IsRedirect added in v0.2.27

func (o *GetPolicyContainersBadRequest) IsRedirect() bool

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

func (*GetPolicyContainersBadRequest) IsServerError added in v0.2.27

func (o *GetPolicyContainersBadRequest) IsServerError() bool

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

func (*GetPolicyContainersBadRequest) IsSuccess added in v0.2.27

func (o *GetPolicyContainersBadRequest) IsSuccess() bool

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

func (*GetPolicyContainersBadRequest) String added in v0.2.27

type GetPolicyContainersForbidden

type GetPolicyContainersForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetPolicyContainersForbidden

func NewGetPolicyContainersForbidden() *GetPolicyContainersForbidden

NewGetPolicyContainersForbidden creates a GetPolicyContainersForbidden with default headers values

func (*GetPolicyContainersForbidden) Code added in v0.2.33

Code gets the status code for the get policy containers forbidden response

func (*GetPolicyContainersForbidden) Error

func (*GetPolicyContainersForbidden) GetPayload

func (*GetPolicyContainersForbidden) IsClientError added in v0.2.27

func (o *GetPolicyContainersForbidden) IsClientError() bool

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

func (*GetPolicyContainersForbidden) IsCode added in v0.2.27

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

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

func (*GetPolicyContainersForbidden) IsRedirect added in v0.2.27

func (o *GetPolicyContainersForbidden) IsRedirect() bool

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

func (*GetPolicyContainersForbidden) IsServerError added in v0.2.27

func (o *GetPolicyContainersForbidden) IsServerError() bool

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

func (*GetPolicyContainersForbidden) IsSuccess added in v0.2.27

func (o *GetPolicyContainersForbidden) IsSuccess() bool

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

func (*GetPolicyContainersForbidden) String added in v0.2.27

type GetPolicyContainersOK

type GetPolicyContainersOK 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.FwmgrAPIPolicyContainersResponse
}

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

OK

func NewGetPolicyContainersOK

func NewGetPolicyContainersOK() *GetPolicyContainersOK

NewGetPolicyContainersOK creates a GetPolicyContainersOK with default headers values

func (*GetPolicyContainersOK) Code added in v0.2.33

func (o *GetPolicyContainersOK) Code() int

Code gets the status code for the get policy containers o k response

func (*GetPolicyContainersOK) Error

func (o *GetPolicyContainersOK) Error() string

func (*GetPolicyContainersOK) GetPayload

func (*GetPolicyContainersOK) IsClientError added in v0.2.27

func (o *GetPolicyContainersOK) IsClientError() bool

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

func (*GetPolicyContainersOK) IsCode added in v0.2.27

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

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

func (*GetPolicyContainersOK) IsRedirect added in v0.2.27

func (o *GetPolicyContainersOK) IsRedirect() bool

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

func (*GetPolicyContainersOK) IsServerError added in v0.2.27

func (o *GetPolicyContainersOK) IsServerError() bool

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

func (*GetPolicyContainersOK) IsSuccess added in v0.2.27

func (o *GetPolicyContainersOK) IsSuccess() bool

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

func (*GetPolicyContainersOK) String added in v0.2.27

func (o *GetPolicyContainersOK) String() string

type GetPolicyContainersParams

type GetPolicyContainersParams struct {

	/* Ids.

	   The policy container(s) to retrieve, identified by policy ID
	*/
	Ids []string

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

GetPolicyContainersParams contains all the parameters to send to the API endpoint

for the get policy containers operation.

Typically these are written to a http.Request.

func NewGetPolicyContainersParams

func NewGetPolicyContainersParams() *GetPolicyContainersParams

NewGetPolicyContainersParams creates a new GetPolicyContainersParams 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 NewGetPolicyContainersParamsWithContext

func NewGetPolicyContainersParamsWithContext(ctx context.Context) *GetPolicyContainersParams

NewGetPolicyContainersParamsWithContext creates a new GetPolicyContainersParams object with the ability to set a context for a request.

func NewGetPolicyContainersParamsWithHTTPClient

func NewGetPolicyContainersParamsWithHTTPClient(client *http.Client) *GetPolicyContainersParams

NewGetPolicyContainersParamsWithHTTPClient creates a new GetPolicyContainersParams object with the ability to set a custom HTTPClient for a request.

func NewGetPolicyContainersParamsWithTimeout

func NewGetPolicyContainersParamsWithTimeout(timeout time.Duration) *GetPolicyContainersParams

NewGetPolicyContainersParamsWithTimeout creates a new GetPolicyContainersParams object with the ability to set a timeout on a request.

func (*GetPolicyContainersParams) SetContext

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

SetContext adds the context to the get policy containers params

func (*GetPolicyContainersParams) SetDefaults

func (o *GetPolicyContainersParams) SetDefaults()

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

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

func (*GetPolicyContainersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get policy containers params

func (*GetPolicyContainersParams) SetIds

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

SetIds adds the ids to the get policy containers params

func (*GetPolicyContainersParams) SetTimeout

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

SetTimeout adds the timeout to the get policy containers params

func (*GetPolicyContainersParams) WithContext

WithContext adds the context to the get policy containers params

func (*GetPolicyContainersParams) WithDefaults

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

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

func (*GetPolicyContainersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get policy containers params

func (*GetPolicyContainersParams) WithIds

WithIds adds the ids to the get policy containers params

func (*GetPolicyContainersParams) WithTimeout

WithTimeout adds the timeout to the get policy containers params

func (*GetPolicyContainersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPolicyContainersReader

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

GetPolicyContainersReader is a Reader for the GetPolicyContainers structure.

func (*GetPolicyContainersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPolicyContainersTooManyRequests

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

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

Too Many Requests

func NewGetPolicyContainersTooManyRequests

func NewGetPolicyContainersTooManyRequests() *GetPolicyContainersTooManyRequests

NewGetPolicyContainersTooManyRequests creates a GetPolicyContainersTooManyRequests with default headers values

func (*GetPolicyContainersTooManyRequests) Code added in v0.2.33

Code gets the status code for the get policy containers too many requests response

func (*GetPolicyContainersTooManyRequests) Error

func (*GetPolicyContainersTooManyRequests) GetPayload

func (*GetPolicyContainersTooManyRequests) IsClientError added in v0.2.27

func (o *GetPolicyContainersTooManyRequests) IsClientError() bool

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

func (*GetPolicyContainersTooManyRequests) IsCode added in v0.2.27

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

func (*GetPolicyContainersTooManyRequests) IsRedirect added in v0.2.27

func (o *GetPolicyContainersTooManyRequests) IsRedirect() bool

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

func (*GetPolicyContainersTooManyRequests) IsServerError added in v0.2.27

func (o *GetPolicyContainersTooManyRequests) IsServerError() bool

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

func (*GetPolicyContainersTooManyRequests) IsSuccess added in v0.2.27

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

func (*GetPolicyContainersTooManyRequests) String added in v0.2.27

type GetRuleGroupsBadRequest

type GetRuleGroupsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetRuleGroupsBadRequest

func NewGetRuleGroupsBadRequest() *GetRuleGroupsBadRequest

NewGetRuleGroupsBadRequest creates a GetRuleGroupsBadRequest with default headers values

func (*GetRuleGroupsBadRequest) Code added in v0.2.33

func (o *GetRuleGroupsBadRequest) Code() int

Code gets the status code for the get rule groups bad request response

func (*GetRuleGroupsBadRequest) Error

func (o *GetRuleGroupsBadRequest) Error() string

func (*GetRuleGroupsBadRequest) GetPayload

func (*GetRuleGroupsBadRequest) IsClientError added in v0.2.27

func (o *GetRuleGroupsBadRequest) IsClientError() bool

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

func (*GetRuleGroupsBadRequest) IsCode added in v0.2.27

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

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

func (*GetRuleGroupsBadRequest) IsRedirect added in v0.2.27

func (o *GetRuleGroupsBadRequest) IsRedirect() bool

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

func (*GetRuleGroupsBadRequest) IsServerError added in v0.2.27

func (o *GetRuleGroupsBadRequest) IsServerError() bool

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

func (*GetRuleGroupsBadRequest) IsSuccess added in v0.2.27

func (o *GetRuleGroupsBadRequest) IsSuccess() bool

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

func (*GetRuleGroupsBadRequest) String added in v0.2.27

func (o *GetRuleGroupsBadRequest) String() string

type GetRuleGroupsForbidden

type GetRuleGroupsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetRuleGroupsForbidden

func NewGetRuleGroupsForbidden() *GetRuleGroupsForbidden

NewGetRuleGroupsForbidden creates a GetRuleGroupsForbidden with default headers values

func (*GetRuleGroupsForbidden) Code added in v0.2.33

func (o *GetRuleGroupsForbidden) Code() int

Code gets the status code for the get rule groups forbidden response

func (*GetRuleGroupsForbidden) Error

func (o *GetRuleGroupsForbidden) Error() string

func (*GetRuleGroupsForbidden) GetPayload

func (*GetRuleGroupsForbidden) IsClientError added in v0.2.27

func (o *GetRuleGroupsForbidden) IsClientError() bool

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

func (*GetRuleGroupsForbidden) IsCode added in v0.2.27

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

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

func (*GetRuleGroupsForbidden) IsRedirect added in v0.2.27

func (o *GetRuleGroupsForbidden) IsRedirect() bool

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

func (*GetRuleGroupsForbidden) IsServerError added in v0.2.27

func (o *GetRuleGroupsForbidden) IsServerError() bool

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

func (*GetRuleGroupsForbidden) IsSuccess added in v0.2.27

func (o *GetRuleGroupsForbidden) IsSuccess() bool

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

func (*GetRuleGroupsForbidden) String added in v0.2.27

func (o *GetRuleGroupsForbidden) String() string

type GetRuleGroupsOK

type GetRuleGroupsOK 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.FwmgrAPIRuleGroupsResponse
}

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

OK

func NewGetRuleGroupsOK

func NewGetRuleGroupsOK() *GetRuleGroupsOK

NewGetRuleGroupsOK creates a GetRuleGroupsOK with default headers values

func (*GetRuleGroupsOK) Code added in v0.2.33

func (o *GetRuleGroupsOK) Code() int

Code gets the status code for the get rule groups o k response

func (*GetRuleGroupsOK) Error

func (o *GetRuleGroupsOK) Error() string

func (*GetRuleGroupsOK) GetPayload

func (*GetRuleGroupsOK) IsClientError added in v0.2.27

func (o *GetRuleGroupsOK) IsClientError() bool

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

func (*GetRuleGroupsOK) IsCode added in v0.2.27

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

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

func (*GetRuleGroupsOK) IsRedirect added in v0.2.27

func (o *GetRuleGroupsOK) IsRedirect() bool

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

func (*GetRuleGroupsOK) IsServerError added in v0.2.27

func (o *GetRuleGroupsOK) IsServerError() bool

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

func (*GetRuleGroupsOK) IsSuccess added in v0.2.27

func (o *GetRuleGroupsOK) IsSuccess() bool

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

func (*GetRuleGroupsOK) String added in v0.2.27

func (o *GetRuleGroupsOK) String() string

type GetRuleGroupsParams

type GetRuleGroupsParams struct {

	/* Ids.

	   The IDs of the rule groups to retrieve
	*/
	Ids []string

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

GetRuleGroupsParams contains all the parameters to send to the API endpoint

for the get rule groups operation.

Typically these are written to a http.Request.

func NewGetRuleGroupsParams

func NewGetRuleGroupsParams() *GetRuleGroupsParams

NewGetRuleGroupsParams creates a new GetRuleGroupsParams 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 NewGetRuleGroupsParamsWithContext

func NewGetRuleGroupsParamsWithContext(ctx context.Context) *GetRuleGroupsParams

NewGetRuleGroupsParamsWithContext creates a new GetRuleGroupsParams object with the ability to set a context for a request.

func NewGetRuleGroupsParamsWithHTTPClient

func NewGetRuleGroupsParamsWithHTTPClient(client *http.Client) *GetRuleGroupsParams

NewGetRuleGroupsParamsWithHTTPClient creates a new GetRuleGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRuleGroupsParamsWithTimeout

func NewGetRuleGroupsParamsWithTimeout(timeout time.Duration) *GetRuleGroupsParams

NewGetRuleGroupsParamsWithTimeout creates a new GetRuleGroupsParams object with the ability to set a timeout on a request.

func (*GetRuleGroupsParams) SetContext

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

SetContext adds the context to the get rule groups params

func (*GetRuleGroupsParams) SetDefaults

func (o *GetRuleGroupsParams) SetDefaults()

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

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

func (*GetRuleGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get rule groups params

func (*GetRuleGroupsParams) SetIds

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

SetIds adds the ids to the get rule groups params

func (*GetRuleGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get rule groups params

func (*GetRuleGroupsParams) WithContext

WithContext adds the context to the get rule groups params

func (*GetRuleGroupsParams) WithDefaults

func (o *GetRuleGroupsParams) WithDefaults() *GetRuleGroupsParams

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

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

func (*GetRuleGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get rule groups params

func (*GetRuleGroupsParams) WithIds

func (o *GetRuleGroupsParams) WithIds(ids []string) *GetRuleGroupsParams

WithIds adds the ids to the get rule groups params

func (*GetRuleGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the get rule groups params

func (*GetRuleGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRuleGroupsReader

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

GetRuleGroupsReader is a Reader for the GetRuleGroups structure.

func (*GetRuleGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRuleGroupsTooManyRequests

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

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

Too Many Requests

func NewGetRuleGroupsTooManyRequests

func NewGetRuleGroupsTooManyRequests() *GetRuleGroupsTooManyRequests

NewGetRuleGroupsTooManyRequests creates a GetRuleGroupsTooManyRequests with default headers values

func (*GetRuleGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get rule groups too many requests response

func (*GetRuleGroupsTooManyRequests) Error

func (*GetRuleGroupsTooManyRequests) GetPayload

func (*GetRuleGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *GetRuleGroupsTooManyRequests) IsClientError() bool

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

func (*GetRuleGroupsTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetRuleGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetRuleGroupsTooManyRequests) IsRedirect() bool

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

func (*GetRuleGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *GetRuleGroupsTooManyRequests) IsServerError() bool

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

func (*GetRuleGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetRuleGroupsTooManyRequests) IsSuccess() bool

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

func (*GetRuleGroupsTooManyRequests) String added in v0.2.27

type GetRulesBadRequest

type GetRulesBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewGetRulesBadRequest

func NewGetRulesBadRequest() *GetRulesBadRequest

NewGetRulesBadRequest creates a GetRulesBadRequest with default headers values

func (*GetRulesBadRequest) Code added in v0.2.33

func (o *GetRulesBadRequest) Code() int

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

func (*GetRulesBadRequest) Error

func (o *GetRulesBadRequest) Error() string

func (*GetRulesBadRequest) GetPayload

func (*GetRulesBadRequest) IsClientError added in v0.2.27

func (o *GetRulesBadRequest) IsClientError() bool

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

func (*GetRulesBadRequest) IsCode added in v0.2.27

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

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

func (*GetRulesBadRequest) IsRedirect added in v0.2.27

func (o *GetRulesBadRequest) IsRedirect() bool

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

func (*GetRulesBadRequest) IsServerError added in v0.2.27

func (o *GetRulesBadRequest) IsServerError() bool

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

func (*GetRulesBadRequest) IsSuccess added in v0.2.27

func (o *GetRulesBadRequest) IsSuccess() bool

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

func (*GetRulesBadRequest) String added in v0.2.27

func (o *GetRulesBadRequest) String() string

type GetRulesForbidden

type GetRulesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetRulesForbidden

func NewGetRulesForbidden() *GetRulesForbidden

NewGetRulesForbidden creates a GetRulesForbidden with default headers values

func (*GetRulesForbidden) Code added in v0.2.33

func (o *GetRulesForbidden) Code() int

Code gets the status code for the get rules forbidden response

func (*GetRulesForbidden) Error

func (o *GetRulesForbidden) Error() string

func (*GetRulesForbidden) GetPayload

func (o *GetRulesForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetRulesForbidden) IsClientError added in v0.2.27

func (o *GetRulesForbidden) IsClientError() bool

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

func (*GetRulesForbidden) IsCode added in v0.2.27

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

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

func (*GetRulesForbidden) IsRedirect added in v0.2.27

func (o *GetRulesForbidden) IsRedirect() bool

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

func (*GetRulesForbidden) IsServerError added in v0.2.27

func (o *GetRulesForbidden) IsServerError() bool

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

func (*GetRulesForbidden) IsSuccess added in v0.2.27

func (o *GetRulesForbidden) IsSuccess() bool

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

func (*GetRulesForbidden) String added in v0.2.27

func (o *GetRulesForbidden) String() string

type GetRulesOK

type GetRulesOK 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.FwmgrAPIRulesResponse
}

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

OK

func NewGetRulesOK

func NewGetRulesOK() *GetRulesOK

NewGetRulesOK creates a GetRulesOK with default headers values

func (*GetRulesOK) Code added in v0.2.33

func (o *GetRulesOK) Code() int

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

func (*GetRulesOK) Error

func (o *GetRulesOK) Error() string

func (*GetRulesOK) GetPayload

func (o *GetRulesOK) GetPayload() *models.FwmgrAPIRulesResponse

func (*GetRulesOK) IsClientError added in v0.2.27

func (o *GetRulesOK) IsClientError() bool

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

func (*GetRulesOK) IsCode added in v0.2.27

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

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

func (*GetRulesOK) IsRedirect added in v0.2.27

func (o *GetRulesOK) IsRedirect() bool

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

func (*GetRulesOK) IsServerError added in v0.2.27

func (o *GetRulesOK) IsServerError() bool

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

func (*GetRulesOK) IsSuccess added in v0.2.27

func (o *GetRulesOK) IsSuccess() bool

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

func (*GetRulesOK) String added in v0.2.27

func (o *GetRulesOK) String() string

type GetRulesParams

type GetRulesParams struct {

	/* Ids.

	   The rules to retrieve, identified by ID
	*/
	Ids []string

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

GetRulesParams contains all the parameters to send to the API endpoint

for the get rules operation.

Typically these are written to a http.Request.

func NewGetRulesParams

func NewGetRulesParams() *GetRulesParams

NewGetRulesParams creates a new GetRulesParams 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 NewGetRulesParamsWithContext

func NewGetRulesParamsWithContext(ctx context.Context) *GetRulesParams

NewGetRulesParamsWithContext creates a new GetRulesParams object with the ability to set a context for a request.

func NewGetRulesParamsWithHTTPClient

func NewGetRulesParamsWithHTTPClient(client *http.Client) *GetRulesParams

NewGetRulesParamsWithHTTPClient creates a new GetRulesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRulesParamsWithTimeout

func NewGetRulesParamsWithTimeout(timeout time.Duration) *GetRulesParams

NewGetRulesParamsWithTimeout creates a new GetRulesParams object with the ability to set a timeout on a request.

func (*GetRulesParams) SetContext

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

SetContext adds the context to the get rules params

func (*GetRulesParams) SetDefaults

func (o *GetRulesParams) SetDefaults()

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

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

func (*GetRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get rules params

func (*GetRulesParams) SetIds

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

SetIds adds the ids to the get rules params

func (*GetRulesParams) SetTimeout

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

SetTimeout adds the timeout to the get rules params

func (*GetRulesParams) WithContext

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

WithContext adds the context to the get rules params

func (*GetRulesParams) WithDefaults

func (o *GetRulesParams) WithDefaults() *GetRulesParams

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

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

func (*GetRulesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get rules params

func (*GetRulesParams) WithIds

func (o *GetRulesParams) WithIds(ids []string) *GetRulesParams

WithIds adds the ids to the get rules params

func (*GetRulesParams) WithTimeout

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

WithTimeout adds the timeout to the get rules params

func (*GetRulesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRulesReader

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

GetRulesReader is a Reader for the GetRules structure.

func (*GetRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRulesTooManyRequests

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

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

Too Many Requests

func NewGetRulesTooManyRequests

func NewGetRulesTooManyRequests() *GetRulesTooManyRequests

NewGetRulesTooManyRequests creates a GetRulesTooManyRequests with default headers values

func (*GetRulesTooManyRequests) Code added in v0.2.33

func (o *GetRulesTooManyRequests) Code() int

Code gets the status code for the get rules too many requests response

func (*GetRulesTooManyRequests) Error

func (o *GetRulesTooManyRequests) Error() string

func (*GetRulesTooManyRequests) GetPayload

func (*GetRulesTooManyRequests) IsClientError added in v0.2.27

func (o *GetRulesTooManyRequests) IsClientError() bool

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

func (*GetRulesTooManyRequests) IsCode added in v0.2.27

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

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

func (*GetRulesTooManyRequests) IsRedirect added in v0.2.27

func (o *GetRulesTooManyRequests) IsRedirect() bool

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

func (*GetRulesTooManyRequests) IsServerError added in v0.2.27

func (o *GetRulesTooManyRequests) IsServerError() bool

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

func (*GetRulesTooManyRequests) IsSuccess added in v0.2.27

func (o *GetRulesTooManyRequests) IsSuccess() bool

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

func (*GetRulesTooManyRequests) String added in v0.2.27

func (o *GetRulesTooManyRequests) String() string

type QueryEventsBadRequest

type QueryEventsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewQueryEventsBadRequest

func NewQueryEventsBadRequest() *QueryEventsBadRequest

NewQueryEventsBadRequest creates a QueryEventsBadRequest with default headers values

func (*QueryEventsBadRequest) Code added in v0.2.33

func (o *QueryEventsBadRequest) Code() int

Code gets the status code for the query events bad request response

func (*QueryEventsBadRequest) Error

func (o *QueryEventsBadRequest) Error() string

func (*QueryEventsBadRequest) GetPayload

func (*QueryEventsBadRequest) IsClientError added in v0.2.27

func (o *QueryEventsBadRequest) IsClientError() bool

IsClientError returns true when this query events bad request response has a 4xx status code

func (*QueryEventsBadRequest) IsCode added in v0.2.27

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

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

func (*QueryEventsBadRequest) IsRedirect added in v0.2.27

func (o *QueryEventsBadRequest) IsRedirect() bool

IsRedirect returns true when this query events bad request response has a 3xx status code

func (*QueryEventsBadRequest) IsServerError added in v0.2.27

func (o *QueryEventsBadRequest) IsServerError() bool

IsServerError returns true when this query events bad request response has a 5xx status code

func (*QueryEventsBadRequest) IsSuccess added in v0.2.27

func (o *QueryEventsBadRequest) IsSuccess() bool

IsSuccess returns true when this query events bad request response has a 2xx status code

func (*QueryEventsBadRequest) String added in v0.2.27

func (o *QueryEventsBadRequest) String() string

type QueryEventsForbidden

type QueryEventsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryEventsForbidden

func NewQueryEventsForbidden() *QueryEventsForbidden

NewQueryEventsForbidden creates a QueryEventsForbidden with default headers values

func (*QueryEventsForbidden) Code added in v0.2.33

func (o *QueryEventsForbidden) Code() int

Code gets the status code for the query events forbidden response

func (*QueryEventsForbidden) Error

func (o *QueryEventsForbidden) Error() string

func (*QueryEventsForbidden) GetPayload

func (o *QueryEventsForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*QueryEventsForbidden) IsClientError added in v0.2.27

func (o *QueryEventsForbidden) IsClientError() bool

IsClientError returns true when this query events forbidden response has a 4xx status code

func (*QueryEventsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query events forbidden response a status code equal to that given

func (*QueryEventsForbidden) IsRedirect added in v0.2.27

func (o *QueryEventsForbidden) IsRedirect() bool

IsRedirect returns true when this query events forbidden response has a 3xx status code

func (*QueryEventsForbidden) IsServerError added in v0.2.27

func (o *QueryEventsForbidden) IsServerError() bool

IsServerError returns true when this query events forbidden response has a 5xx status code

func (*QueryEventsForbidden) IsSuccess added in v0.2.27

func (o *QueryEventsForbidden) IsSuccess() bool

IsSuccess returns true when this query events forbidden response has a 2xx status code

func (*QueryEventsForbidden) String added in v0.2.27

func (o *QueryEventsForbidden) String() string

type QueryEventsOK

type QueryEventsOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewQueryEventsOK

func NewQueryEventsOK() *QueryEventsOK

NewQueryEventsOK creates a QueryEventsOK with default headers values

func (*QueryEventsOK) Code added in v0.2.33

func (o *QueryEventsOK) Code() int

Code gets the status code for the query events o k response

func (*QueryEventsOK) Error

func (o *QueryEventsOK) Error() string

func (*QueryEventsOK) GetPayload

func (o *QueryEventsOK) GetPayload() *models.FwmgrAPIQueryResponse

func (*QueryEventsOK) IsClientError added in v0.2.27

func (o *QueryEventsOK) IsClientError() bool

IsClientError returns true when this query events o k response has a 4xx status code

func (*QueryEventsOK) IsCode added in v0.2.27

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

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

func (*QueryEventsOK) IsRedirect added in v0.2.27

func (o *QueryEventsOK) IsRedirect() bool

IsRedirect returns true when this query events o k response has a 3xx status code

func (*QueryEventsOK) IsServerError added in v0.2.27

func (o *QueryEventsOK) IsServerError() bool

IsServerError returns true when this query events o k response has a 5xx status code

func (*QueryEventsOK) IsSuccess added in v0.2.27

func (o *QueryEventsOK) IsSuccess() bool

IsSuccess returns true when this query events o k response has a 2xx status code

func (*QueryEventsOK) String added in v0.2.27

func (o *QueryEventsOK) String() string

type QueryEventsParams

type QueryEventsParams struct {

	/* After.

	   A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
	*/
	After *string

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: enabled, platform, name, description, etc TODO. Filter range criteria: created_on, modified_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields, plus TODO
	*/
	Q *string

	/* Sort.

	   Possible order by fields:
	*/
	Sort *string

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

QueryEventsParams contains all the parameters to send to the API endpoint

for the query events operation.

Typically these are written to a http.Request.

func NewQueryEventsParams

func NewQueryEventsParams() *QueryEventsParams

NewQueryEventsParams creates a new QueryEventsParams 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 NewQueryEventsParamsWithContext

func NewQueryEventsParamsWithContext(ctx context.Context) *QueryEventsParams

NewQueryEventsParamsWithContext creates a new QueryEventsParams object with the ability to set a context for a request.

func NewQueryEventsParamsWithHTTPClient

func NewQueryEventsParamsWithHTTPClient(client *http.Client) *QueryEventsParams

NewQueryEventsParamsWithHTTPClient creates a new QueryEventsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryEventsParamsWithTimeout

func NewQueryEventsParamsWithTimeout(timeout time.Duration) *QueryEventsParams

NewQueryEventsParamsWithTimeout creates a new QueryEventsParams object with the ability to set a timeout on a request.

func (*QueryEventsParams) SetAfter

func (o *QueryEventsParams) SetAfter(after *string)

SetAfter adds the after to the query events params

func (*QueryEventsParams) SetContext

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

SetContext adds the context to the query events params

func (*QueryEventsParams) SetDefaults

func (o *QueryEventsParams) SetDefaults()

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

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

func (*QueryEventsParams) SetFilter

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

SetFilter adds the filter to the query events params

func (*QueryEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query events params

func (*QueryEventsParams) SetLimit

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

SetLimit adds the limit to the query events params

func (*QueryEventsParams) SetOffset

func (o *QueryEventsParams) SetOffset(offset *string)

SetOffset adds the offset to the query events params

func (*QueryEventsParams) SetQ

func (o *QueryEventsParams) SetQ(q *string)

SetQ adds the q to the query events params

func (*QueryEventsParams) SetSort

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

SetSort adds the sort to the query events params

func (*QueryEventsParams) SetTimeout

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

SetTimeout adds the timeout to the query events params

func (*QueryEventsParams) WithAfter

func (o *QueryEventsParams) WithAfter(after *string) *QueryEventsParams

WithAfter adds the after to the query events params

func (*QueryEventsParams) WithContext

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

WithContext adds the context to the query events params

func (*QueryEventsParams) WithDefaults

func (o *QueryEventsParams) WithDefaults() *QueryEventsParams

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

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

func (*QueryEventsParams) WithFilter

func (o *QueryEventsParams) WithFilter(filter *string) *QueryEventsParams

WithFilter adds the filter to the query events params

func (*QueryEventsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query events params

func (*QueryEventsParams) WithLimit

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

WithLimit adds the limit to the query events params

func (*QueryEventsParams) WithOffset

func (o *QueryEventsParams) WithOffset(offset *string) *QueryEventsParams

WithOffset adds the offset to the query events params

func (*QueryEventsParams) WithQ

WithQ adds the q to the query events params

func (*QueryEventsParams) WithSort

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

WithSort adds the sort to the query events params

func (*QueryEventsParams) WithTimeout

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

WithTimeout adds the timeout to the query events params

func (*QueryEventsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryEventsReader

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

QueryEventsReader is a Reader for the QueryEvents structure.

func (*QueryEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryEventsTooManyRequests

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

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

Too Many Requests

func NewQueryEventsTooManyRequests

func NewQueryEventsTooManyRequests() *QueryEventsTooManyRequests

NewQueryEventsTooManyRequests creates a QueryEventsTooManyRequests with default headers values

func (*QueryEventsTooManyRequests) Code added in v0.2.33

func (o *QueryEventsTooManyRequests) Code() int

Code gets the status code for the query events too many requests response

func (*QueryEventsTooManyRequests) Error

func (*QueryEventsTooManyRequests) GetPayload

func (*QueryEventsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryEventsTooManyRequests) IsClientError() bool

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

func (*QueryEventsTooManyRequests) IsCode added in v0.2.27

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

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

func (*QueryEventsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryEventsTooManyRequests) IsRedirect() bool

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

func (*QueryEventsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryEventsTooManyRequests) IsServerError() bool

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

func (*QueryEventsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryEventsTooManyRequests) IsSuccess() bool

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

func (*QueryEventsTooManyRequests) String added in v0.2.27

func (o *QueryEventsTooManyRequests) String() string

type QueryFirewallFieldsForbidden

type QueryFirewallFieldsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryFirewallFieldsForbidden

func NewQueryFirewallFieldsForbidden() *QueryFirewallFieldsForbidden

NewQueryFirewallFieldsForbidden creates a QueryFirewallFieldsForbidden with default headers values

func (*QueryFirewallFieldsForbidden) Code added in v0.2.33

Code gets the status code for the query firewall fields forbidden response

func (*QueryFirewallFieldsForbidden) Error

func (*QueryFirewallFieldsForbidden) GetPayload

func (*QueryFirewallFieldsForbidden) IsClientError added in v0.2.27

func (o *QueryFirewallFieldsForbidden) IsClientError() bool

IsClientError returns true when this query firewall fields forbidden response has a 4xx status code

func (*QueryFirewallFieldsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query firewall fields forbidden response a status code equal to that given

func (*QueryFirewallFieldsForbidden) IsRedirect added in v0.2.27

func (o *QueryFirewallFieldsForbidden) IsRedirect() bool

IsRedirect returns true when this query firewall fields forbidden response has a 3xx status code

func (*QueryFirewallFieldsForbidden) IsServerError added in v0.2.27

func (o *QueryFirewallFieldsForbidden) IsServerError() bool

IsServerError returns true when this query firewall fields forbidden response has a 5xx status code

func (*QueryFirewallFieldsForbidden) IsSuccess added in v0.2.27

func (o *QueryFirewallFieldsForbidden) IsSuccess() bool

IsSuccess returns true when this query firewall fields forbidden response has a 2xx status code

func (*QueryFirewallFieldsForbidden) String added in v0.2.27

type QueryFirewallFieldsOK

type QueryFirewallFieldsOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewQueryFirewallFieldsOK

func NewQueryFirewallFieldsOK() *QueryFirewallFieldsOK

NewQueryFirewallFieldsOK creates a QueryFirewallFieldsOK with default headers values

func (*QueryFirewallFieldsOK) Code added in v0.2.33

func (o *QueryFirewallFieldsOK) Code() int

Code gets the status code for the query firewall fields o k response

func (*QueryFirewallFieldsOK) Error

func (o *QueryFirewallFieldsOK) Error() string

func (*QueryFirewallFieldsOK) GetPayload

func (*QueryFirewallFieldsOK) IsClientError added in v0.2.27

func (o *QueryFirewallFieldsOK) IsClientError() bool

IsClientError returns true when this query firewall fields o k response has a 4xx status code

func (*QueryFirewallFieldsOK) IsCode added in v0.2.27

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

IsCode returns true when this query firewall fields o k response a status code equal to that given

func (*QueryFirewallFieldsOK) IsRedirect added in v0.2.27

func (o *QueryFirewallFieldsOK) IsRedirect() bool

IsRedirect returns true when this query firewall fields o k response has a 3xx status code

func (*QueryFirewallFieldsOK) IsServerError added in v0.2.27

func (o *QueryFirewallFieldsOK) IsServerError() bool

IsServerError returns true when this query firewall fields o k response has a 5xx status code

func (*QueryFirewallFieldsOK) IsSuccess added in v0.2.27

func (o *QueryFirewallFieldsOK) IsSuccess() bool

IsSuccess returns true when this query firewall fields o k response has a 2xx status code

func (*QueryFirewallFieldsOK) String added in v0.2.27

func (o *QueryFirewallFieldsOK) String() string

type QueryFirewallFieldsParams

type QueryFirewallFieldsParams struct {

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* PlatformID.

	   Get fields configuration for this platform
	*/
	PlatformID *string

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

QueryFirewallFieldsParams contains all the parameters to send to the API endpoint

for the query firewall fields operation.

Typically these are written to a http.Request.

func NewQueryFirewallFieldsParams

func NewQueryFirewallFieldsParams() *QueryFirewallFieldsParams

NewQueryFirewallFieldsParams creates a new QueryFirewallFieldsParams 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 NewQueryFirewallFieldsParamsWithContext

func NewQueryFirewallFieldsParamsWithContext(ctx context.Context) *QueryFirewallFieldsParams

NewQueryFirewallFieldsParamsWithContext creates a new QueryFirewallFieldsParams object with the ability to set a context for a request.

func NewQueryFirewallFieldsParamsWithHTTPClient

func NewQueryFirewallFieldsParamsWithHTTPClient(client *http.Client) *QueryFirewallFieldsParams

NewQueryFirewallFieldsParamsWithHTTPClient creates a new QueryFirewallFieldsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryFirewallFieldsParamsWithTimeout

func NewQueryFirewallFieldsParamsWithTimeout(timeout time.Duration) *QueryFirewallFieldsParams

NewQueryFirewallFieldsParamsWithTimeout creates a new QueryFirewallFieldsParams object with the ability to set a timeout on a request.

func (*QueryFirewallFieldsParams) SetContext

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

SetContext adds the context to the query firewall fields params

func (*QueryFirewallFieldsParams) SetDefaults

func (o *QueryFirewallFieldsParams) SetDefaults()

SetDefaults hydrates default values in the query firewall fields params (not the query body).

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

func (*QueryFirewallFieldsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query firewall fields params

func (*QueryFirewallFieldsParams) SetLimit

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

SetLimit adds the limit to the query firewall fields params

func (*QueryFirewallFieldsParams) SetOffset

func (o *QueryFirewallFieldsParams) SetOffset(offset *string)

SetOffset adds the offset to the query firewall fields params

func (*QueryFirewallFieldsParams) SetPlatformID

func (o *QueryFirewallFieldsParams) SetPlatformID(platformID *string)

SetPlatformID adds the platformId to the query firewall fields params

func (*QueryFirewallFieldsParams) SetTimeout

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

SetTimeout adds the timeout to the query firewall fields params

func (*QueryFirewallFieldsParams) WithContext

WithContext adds the context to the query firewall fields params

func (*QueryFirewallFieldsParams) WithDefaults

WithDefaults hydrates default values in the query firewall fields params (not the query body).

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

func (*QueryFirewallFieldsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query firewall fields params

func (*QueryFirewallFieldsParams) WithLimit

WithLimit adds the limit to the query firewall fields params

func (*QueryFirewallFieldsParams) WithOffset

WithOffset adds the offset to the query firewall fields params

func (*QueryFirewallFieldsParams) WithPlatformID

func (o *QueryFirewallFieldsParams) WithPlatformID(platformID *string) *QueryFirewallFieldsParams

WithPlatformID adds the platformID to the query firewall fields params

func (*QueryFirewallFieldsParams) WithTimeout

WithTimeout adds the timeout to the query firewall fields params

func (*QueryFirewallFieldsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryFirewallFieldsReader

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

QueryFirewallFieldsReader is a Reader for the QueryFirewallFields structure.

func (*QueryFirewallFieldsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryFirewallFieldsTooManyRequests

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

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

Too Many Requests

func NewQueryFirewallFieldsTooManyRequests

func NewQueryFirewallFieldsTooManyRequests() *QueryFirewallFieldsTooManyRequests

NewQueryFirewallFieldsTooManyRequests creates a QueryFirewallFieldsTooManyRequests with default headers values

func (*QueryFirewallFieldsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query firewall fields too many requests response

func (*QueryFirewallFieldsTooManyRequests) Error

func (*QueryFirewallFieldsTooManyRequests) GetPayload

func (*QueryFirewallFieldsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryFirewallFieldsTooManyRequests) IsClientError() bool

IsClientError returns true when this query firewall fields too many requests response has a 4xx status code

func (*QueryFirewallFieldsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query firewall fields too many requests response a status code equal to that given

func (*QueryFirewallFieldsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryFirewallFieldsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query firewall fields too many requests response has a 3xx status code

func (*QueryFirewallFieldsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryFirewallFieldsTooManyRequests) IsServerError() bool

IsServerError returns true when this query firewall fields too many requests response has a 5xx status code

func (*QueryFirewallFieldsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query firewall fields too many requests response has a 2xx status code

func (*QueryFirewallFieldsTooManyRequests) String added in v0.2.27

type QueryNetworkLocationsBadRequest added in v0.2.32

type QueryNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewQueryNetworkLocationsBadRequest added in v0.2.32

func NewQueryNetworkLocationsBadRequest() *QueryNetworkLocationsBadRequest

NewQueryNetworkLocationsBadRequest creates a QueryNetworkLocationsBadRequest with default headers values

func (*QueryNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the query network locations bad request response

func (*QueryNetworkLocationsBadRequest) Error added in v0.2.32

func (*QueryNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*QueryNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *QueryNetworkLocationsBadRequest) IsClientError() bool

IsClientError returns true when this query network locations bad request response has a 4xx status code

func (*QueryNetworkLocationsBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this query network locations bad request response a status code equal to that given

func (*QueryNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *QueryNetworkLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this query network locations bad request response has a 3xx status code

func (*QueryNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *QueryNetworkLocationsBadRequest) IsServerError() bool

IsServerError returns true when this query network locations bad request response has a 5xx status code

func (*QueryNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *QueryNetworkLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this query network locations bad request response has a 2xx status code

func (*QueryNetworkLocationsBadRequest) String added in v0.2.32

type QueryNetworkLocationsForbidden added in v0.2.32

type QueryNetworkLocationsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryNetworkLocationsForbidden added in v0.2.32

func NewQueryNetworkLocationsForbidden() *QueryNetworkLocationsForbidden

NewQueryNetworkLocationsForbidden creates a QueryNetworkLocationsForbidden with default headers values

func (*QueryNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the query network locations forbidden response

func (*QueryNetworkLocationsForbidden) Error added in v0.2.32

func (*QueryNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*QueryNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *QueryNetworkLocationsForbidden) IsClientError() bool

IsClientError returns true when this query network locations forbidden response has a 4xx status code

func (*QueryNetworkLocationsForbidden) IsCode added in v0.2.32

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

IsCode returns true when this query network locations forbidden response a status code equal to that given

func (*QueryNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *QueryNetworkLocationsForbidden) IsRedirect() bool

IsRedirect returns true when this query network locations forbidden response has a 3xx status code

func (*QueryNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *QueryNetworkLocationsForbidden) IsServerError() bool

IsServerError returns true when this query network locations forbidden response has a 5xx status code

func (*QueryNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *QueryNetworkLocationsForbidden) IsSuccess() bool

IsSuccess returns true when this query network locations forbidden response has a 2xx status code

func (*QueryNetworkLocationsForbidden) String added in v0.2.32

type QueryNetworkLocationsOK added in v0.2.32

type QueryNetworkLocationsOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewQueryNetworkLocationsOK added in v0.2.32

func NewQueryNetworkLocationsOK() *QueryNetworkLocationsOK

NewQueryNetworkLocationsOK creates a QueryNetworkLocationsOK with default headers values

func (*QueryNetworkLocationsOK) Code added in v0.2.33

func (o *QueryNetworkLocationsOK) Code() int

Code gets the status code for the query network locations o k response

func (*QueryNetworkLocationsOK) Error added in v0.2.32

func (o *QueryNetworkLocationsOK) Error() string

func (*QueryNetworkLocationsOK) GetPayload added in v0.2.32

func (*QueryNetworkLocationsOK) IsClientError added in v0.2.32

func (o *QueryNetworkLocationsOK) IsClientError() bool

IsClientError returns true when this query network locations o k response has a 4xx status code

func (*QueryNetworkLocationsOK) IsCode added in v0.2.32

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

IsCode returns true when this query network locations o k response a status code equal to that given

func (*QueryNetworkLocationsOK) IsRedirect added in v0.2.32

func (o *QueryNetworkLocationsOK) IsRedirect() bool

IsRedirect returns true when this query network locations o k response has a 3xx status code

func (*QueryNetworkLocationsOK) IsServerError added in v0.2.32

func (o *QueryNetworkLocationsOK) IsServerError() bool

IsServerError returns true when this query network locations o k response has a 5xx status code

func (*QueryNetworkLocationsOK) IsSuccess added in v0.2.32

func (o *QueryNetworkLocationsOK) IsSuccess() bool

IsSuccess returns true when this query network locations o k response has a 2xx status code

func (*QueryNetworkLocationsOK) String added in v0.2.32

func (o *QueryNetworkLocationsOK) String() string

type QueryNetworkLocationsParams added in v0.2.32

type QueryNetworkLocationsParams struct {

	/* After.

	   A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
	*/
	After *string

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: name
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Possible order by fields:
	*/
	Sort *string

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

QueryNetworkLocationsParams contains all the parameters to send to the API endpoint

for the query network locations operation.

Typically these are written to a http.Request.

func NewQueryNetworkLocationsParams added in v0.2.32

func NewQueryNetworkLocationsParams() *QueryNetworkLocationsParams

NewQueryNetworkLocationsParams creates a new QueryNetworkLocationsParams 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 NewQueryNetworkLocationsParamsWithContext added in v0.2.32

func NewQueryNetworkLocationsParamsWithContext(ctx context.Context) *QueryNetworkLocationsParams

NewQueryNetworkLocationsParamsWithContext creates a new QueryNetworkLocationsParams object with the ability to set a context for a request.

func NewQueryNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewQueryNetworkLocationsParamsWithHTTPClient(client *http.Client) *QueryNetworkLocationsParams

NewQueryNetworkLocationsParamsWithHTTPClient creates a new QueryNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryNetworkLocationsParamsWithTimeout added in v0.2.32

func NewQueryNetworkLocationsParamsWithTimeout(timeout time.Duration) *QueryNetworkLocationsParams

NewQueryNetworkLocationsParamsWithTimeout creates a new QueryNetworkLocationsParams object with the ability to set a timeout on a request.

func (*QueryNetworkLocationsParams) SetAfter added in v0.2.32

func (o *QueryNetworkLocationsParams) SetAfter(after *string)

SetAfter adds the after to the query network locations params

func (*QueryNetworkLocationsParams) SetContext added in v0.2.32

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

SetContext adds the context to the query network locations params

func (*QueryNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *QueryNetworkLocationsParams) SetDefaults()

SetDefaults hydrates default values in the query network locations params (not the query body).

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

func (*QueryNetworkLocationsParams) SetFilter added in v0.2.32

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

SetFilter adds the filter to the query network locations params

func (*QueryNetworkLocationsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the query network locations params

func (*QueryNetworkLocationsParams) SetLimit added in v0.2.32

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

SetLimit adds the limit to the query network locations params

func (*QueryNetworkLocationsParams) SetOffset added in v0.2.32

func (o *QueryNetworkLocationsParams) SetOffset(offset *string)

SetOffset adds the offset to the query network locations params

func (*QueryNetworkLocationsParams) SetQ added in v0.2.32

func (o *QueryNetworkLocationsParams) SetQ(q *string)

SetQ adds the q to the query network locations params

func (*QueryNetworkLocationsParams) SetSort added in v0.2.32

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

SetSort adds the sort to the query network locations params

func (*QueryNetworkLocationsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the query network locations params

func (*QueryNetworkLocationsParams) WithAfter added in v0.2.32

WithAfter adds the after to the query network locations params

func (*QueryNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the query network locations params

func (*QueryNetworkLocationsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the query network locations params (not the query body).

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

func (*QueryNetworkLocationsParams) WithFilter added in v0.2.32

WithFilter adds the filter to the query network locations params

func (*QueryNetworkLocationsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the query network locations params

func (*QueryNetworkLocationsParams) WithLimit added in v0.2.32

WithLimit adds the limit to the query network locations params

func (*QueryNetworkLocationsParams) WithOffset added in v0.2.32

WithOffset adds the offset to the query network locations params

func (*QueryNetworkLocationsParams) WithQ added in v0.2.32

WithQ adds the q to the query network locations params

func (*QueryNetworkLocationsParams) WithSort added in v0.2.32

WithSort adds the sort to the query network locations params

func (*QueryNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the query network locations params

func (*QueryNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type QueryNetworkLocationsReader added in v0.2.32

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

QueryNetworkLocationsReader is a Reader for the QueryNetworkLocations structure.

func (*QueryNetworkLocationsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type QueryNetworkLocationsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewQueryNetworkLocationsTooManyRequests added in v0.2.32

func NewQueryNetworkLocationsTooManyRequests() *QueryNetworkLocationsTooManyRequests

NewQueryNetworkLocationsTooManyRequests creates a QueryNetworkLocationsTooManyRequests with default headers values

func (*QueryNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query network locations too many requests response

func (*QueryNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*QueryNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*QueryNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *QueryNetworkLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this query network locations too many requests response has a 4xx status code

func (*QueryNetworkLocationsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this query network locations too many requests response a status code equal to that given

func (*QueryNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this query network locations too many requests response has a 3xx status code

func (*QueryNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *QueryNetworkLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this query network locations too many requests response has a 5xx status code

func (*QueryNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this query network locations too many requests response has a 2xx status code

func (*QueryNetworkLocationsTooManyRequests) String added in v0.2.32

type QueryPlatformsForbidden

type QueryPlatformsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryPlatformsForbidden

func NewQueryPlatformsForbidden() *QueryPlatformsForbidden

NewQueryPlatformsForbidden creates a QueryPlatformsForbidden with default headers values

func (*QueryPlatformsForbidden) Code added in v0.2.33

func (o *QueryPlatformsForbidden) Code() int

Code gets the status code for the query platforms forbidden response

func (*QueryPlatformsForbidden) Error

func (o *QueryPlatformsForbidden) Error() string

func (*QueryPlatformsForbidden) GetPayload

func (*QueryPlatformsForbidden) IsClientError added in v0.2.27

func (o *QueryPlatformsForbidden) IsClientError() bool

IsClientError returns true when this query platforms forbidden response has a 4xx status code

func (*QueryPlatformsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query platforms forbidden response a status code equal to that given

func (*QueryPlatformsForbidden) IsRedirect added in v0.2.27

func (o *QueryPlatformsForbidden) IsRedirect() bool

IsRedirect returns true when this query platforms forbidden response has a 3xx status code

func (*QueryPlatformsForbidden) IsServerError added in v0.2.27

func (o *QueryPlatformsForbidden) IsServerError() bool

IsServerError returns true when this query platforms forbidden response has a 5xx status code

func (*QueryPlatformsForbidden) IsSuccess added in v0.2.27

func (o *QueryPlatformsForbidden) IsSuccess() bool

IsSuccess returns true when this query platforms forbidden response has a 2xx status code

func (*QueryPlatformsForbidden) String added in v0.2.27

func (o *QueryPlatformsForbidden) String() string

type QueryPlatformsOK

type QueryPlatformsOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewQueryPlatformsOK

func NewQueryPlatformsOK() *QueryPlatformsOK

NewQueryPlatformsOK creates a QueryPlatformsOK with default headers values

func (*QueryPlatformsOK) Code added in v0.2.33

func (o *QueryPlatformsOK) Code() int

Code gets the status code for the query platforms o k response

func (*QueryPlatformsOK) Error

func (o *QueryPlatformsOK) Error() string

func (*QueryPlatformsOK) GetPayload

func (*QueryPlatformsOK) IsClientError added in v0.2.27

func (o *QueryPlatformsOK) IsClientError() bool

IsClientError returns true when this query platforms o k response has a 4xx status code

func (*QueryPlatformsOK) IsCode added in v0.2.27

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

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

func (*QueryPlatformsOK) IsRedirect added in v0.2.27

func (o *QueryPlatformsOK) IsRedirect() bool

IsRedirect returns true when this query platforms o k response has a 3xx status code

func (*QueryPlatformsOK) IsServerError added in v0.2.27

func (o *QueryPlatformsOK) IsServerError() bool

IsServerError returns true when this query platforms o k response has a 5xx status code

func (*QueryPlatformsOK) IsSuccess added in v0.2.27

func (o *QueryPlatformsOK) IsSuccess() bool

IsSuccess returns true when this query platforms o k response has a 2xx status code

func (*QueryPlatformsOK) String added in v0.2.27

func (o *QueryPlatformsOK) String() string

type QueryPlatformsParams

type QueryPlatformsParams struct {

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

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

QueryPlatformsParams contains all the parameters to send to the API endpoint

for the query platforms operation.

Typically these are written to a http.Request.

func NewQueryPlatformsParams

func NewQueryPlatformsParams() *QueryPlatformsParams

NewQueryPlatformsParams creates a new QueryPlatformsParams 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 NewQueryPlatformsParamsWithContext

func NewQueryPlatformsParamsWithContext(ctx context.Context) *QueryPlatformsParams

NewQueryPlatformsParamsWithContext creates a new QueryPlatformsParams object with the ability to set a context for a request.

func NewQueryPlatformsParamsWithHTTPClient

func NewQueryPlatformsParamsWithHTTPClient(client *http.Client) *QueryPlatformsParams

NewQueryPlatformsParamsWithHTTPClient creates a new QueryPlatformsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryPlatformsParamsWithTimeout

func NewQueryPlatformsParamsWithTimeout(timeout time.Duration) *QueryPlatformsParams

NewQueryPlatformsParamsWithTimeout creates a new QueryPlatformsParams object with the ability to set a timeout on a request.

func (*QueryPlatformsParams) SetContext

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

SetContext adds the context to the query platforms params

func (*QueryPlatformsParams) SetDefaults

func (o *QueryPlatformsParams) SetDefaults()

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

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

func (*QueryPlatformsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query platforms params

func (*QueryPlatformsParams) SetLimit

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

SetLimit adds the limit to the query platforms params

func (*QueryPlatformsParams) SetOffset

func (o *QueryPlatformsParams) SetOffset(offset *string)

SetOffset adds the offset to the query platforms params

func (*QueryPlatformsParams) SetTimeout

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

SetTimeout adds the timeout to the query platforms params

func (*QueryPlatformsParams) WithContext

WithContext adds the context to the query platforms params

func (*QueryPlatformsParams) WithDefaults

func (o *QueryPlatformsParams) WithDefaults() *QueryPlatformsParams

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

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

func (*QueryPlatformsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query platforms params

func (*QueryPlatformsParams) WithLimit

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

WithLimit adds the limit to the query platforms params

func (*QueryPlatformsParams) WithOffset

func (o *QueryPlatformsParams) WithOffset(offset *string) *QueryPlatformsParams

WithOffset adds the offset to the query platforms params

func (*QueryPlatformsParams) WithTimeout

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

WithTimeout adds the timeout to the query platforms params

func (*QueryPlatformsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryPlatformsReader

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

QueryPlatformsReader is a Reader for the QueryPlatforms structure.

func (*QueryPlatformsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryPlatformsTooManyRequests

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

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

Too Many Requests

func NewQueryPlatformsTooManyRequests

func NewQueryPlatformsTooManyRequests() *QueryPlatformsTooManyRequests

NewQueryPlatformsTooManyRequests creates a QueryPlatformsTooManyRequests with default headers values

func (*QueryPlatformsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query platforms too many requests response

func (*QueryPlatformsTooManyRequests) Error

func (*QueryPlatformsTooManyRequests) GetPayload

func (*QueryPlatformsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryPlatformsTooManyRequests) IsClientError() bool

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

func (*QueryPlatformsTooManyRequests) IsCode added in v0.2.27

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

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

func (*QueryPlatformsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryPlatformsTooManyRequests) IsRedirect() bool

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

func (*QueryPlatformsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryPlatformsTooManyRequests) IsServerError() bool

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

func (*QueryPlatformsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryPlatformsTooManyRequests) IsSuccess() bool

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

func (*QueryPlatformsTooManyRequests) String added in v0.2.27

type QueryPolicyRulesBadRequest

type QueryPolicyRulesBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewQueryPolicyRulesBadRequest

func NewQueryPolicyRulesBadRequest() *QueryPolicyRulesBadRequest

NewQueryPolicyRulesBadRequest creates a QueryPolicyRulesBadRequest with default headers values

func (*QueryPolicyRulesBadRequest) Code added in v0.2.33

func (o *QueryPolicyRulesBadRequest) Code() int

Code gets the status code for the query policy rules bad request response

func (*QueryPolicyRulesBadRequest) Error

func (*QueryPolicyRulesBadRequest) GetPayload

func (*QueryPolicyRulesBadRequest) IsClientError added in v0.2.27

func (o *QueryPolicyRulesBadRequest) IsClientError() bool

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

func (*QueryPolicyRulesBadRequest) IsCode added in v0.2.27

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

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

func (*QueryPolicyRulesBadRequest) IsRedirect added in v0.2.27

func (o *QueryPolicyRulesBadRequest) IsRedirect() bool

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

func (*QueryPolicyRulesBadRequest) IsServerError added in v0.2.27

func (o *QueryPolicyRulesBadRequest) IsServerError() bool

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

func (*QueryPolicyRulesBadRequest) IsSuccess added in v0.2.27

func (o *QueryPolicyRulesBadRequest) IsSuccess() bool

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

func (*QueryPolicyRulesBadRequest) String added in v0.2.27

func (o *QueryPolicyRulesBadRequest) String() string

type QueryPolicyRulesForbidden

type QueryPolicyRulesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryPolicyRulesForbidden

func NewQueryPolicyRulesForbidden() *QueryPolicyRulesForbidden

NewQueryPolicyRulesForbidden creates a QueryPolicyRulesForbidden with default headers values

func (*QueryPolicyRulesForbidden) Code added in v0.2.33

func (o *QueryPolicyRulesForbidden) Code() int

Code gets the status code for the query policy rules forbidden response

func (*QueryPolicyRulesForbidden) Error

func (o *QueryPolicyRulesForbidden) Error() string

func (*QueryPolicyRulesForbidden) GetPayload

func (*QueryPolicyRulesForbidden) IsClientError added in v0.2.27

func (o *QueryPolicyRulesForbidden) IsClientError() bool

IsClientError returns true when this query policy rules forbidden response has a 4xx status code

func (*QueryPolicyRulesForbidden) IsCode added in v0.2.27

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

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

func (*QueryPolicyRulesForbidden) IsRedirect added in v0.2.27

func (o *QueryPolicyRulesForbidden) IsRedirect() bool

IsRedirect returns true when this query policy rules forbidden response has a 3xx status code

func (*QueryPolicyRulesForbidden) IsServerError added in v0.2.27

func (o *QueryPolicyRulesForbidden) IsServerError() bool

IsServerError returns true when this query policy rules forbidden response has a 5xx status code

func (*QueryPolicyRulesForbidden) IsSuccess added in v0.2.27

func (o *QueryPolicyRulesForbidden) IsSuccess() bool

IsSuccess returns true when this query policy rules forbidden response has a 2xx status code

func (*QueryPolicyRulesForbidden) String added in v0.2.27

func (o *QueryPolicyRulesForbidden) String() string

type QueryPolicyRulesOK

type QueryPolicyRulesOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewQueryPolicyRulesOK

func NewQueryPolicyRulesOK() *QueryPolicyRulesOK

NewQueryPolicyRulesOK creates a QueryPolicyRulesOK with default headers values

func (*QueryPolicyRulesOK) Code added in v0.2.33

func (o *QueryPolicyRulesOK) Code() int

Code gets the status code for the query policy rules o k response

func (*QueryPolicyRulesOK) Error

func (o *QueryPolicyRulesOK) Error() string

func (*QueryPolicyRulesOK) GetPayload

func (*QueryPolicyRulesOK) IsClientError added in v0.2.27

func (o *QueryPolicyRulesOK) IsClientError() bool

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

func (*QueryPolicyRulesOK) IsCode added in v0.2.27

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

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

func (*QueryPolicyRulesOK) IsRedirect added in v0.2.27

func (o *QueryPolicyRulesOK) IsRedirect() bool

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

func (*QueryPolicyRulesOK) IsServerError added in v0.2.27

func (o *QueryPolicyRulesOK) IsServerError() bool

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

func (*QueryPolicyRulesOK) IsSuccess added in v0.2.27

func (o *QueryPolicyRulesOK) IsSuccess() bool

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

func (*QueryPolicyRulesOK) String added in v0.2.27

func (o *QueryPolicyRulesOK) String() string

type QueryPolicyRulesParams

type QueryPolicyRulesParams struct {

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: enabled, platform, name, description, etc TODO. Filter range criteria: created_on, modified_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* ID.

	   The ID of the policy container within which to query
	*/
	ID *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields, plus TODO
	*/
	Q *string

	/* Sort.

	   Possible order by fields:
	*/
	Sort *string

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

QueryPolicyRulesParams contains all the parameters to send to the API endpoint

for the query policy rules operation.

Typically these are written to a http.Request.

func NewQueryPolicyRulesParams

func NewQueryPolicyRulesParams() *QueryPolicyRulesParams

NewQueryPolicyRulesParams creates a new QueryPolicyRulesParams 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 NewQueryPolicyRulesParamsWithContext

func NewQueryPolicyRulesParamsWithContext(ctx context.Context) *QueryPolicyRulesParams

NewQueryPolicyRulesParamsWithContext creates a new QueryPolicyRulesParams object with the ability to set a context for a request.

func NewQueryPolicyRulesParamsWithHTTPClient

func NewQueryPolicyRulesParamsWithHTTPClient(client *http.Client) *QueryPolicyRulesParams

NewQueryPolicyRulesParamsWithHTTPClient creates a new QueryPolicyRulesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryPolicyRulesParamsWithTimeout

func NewQueryPolicyRulesParamsWithTimeout(timeout time.Duration) *QueryPolicyRulesParams

NewQueryPolicyRulesParamsWithTimeout creates a new QueryPolicyRulesParams object with the ability to set a timeout on a request.

func (*QueryPolicyRulesParams) SetContext

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

SetContext adds the context to the query policy rules params

func (*QueryPolicyRulesParams) SetDefaults

func (o *QueryPolicyRulesParams) SetDefaults()

SetDefaults hydrates default values in the query policy rules params (not the query body).

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

func (*QueryPolicyRulesParams) SetFilter

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

SetFilter adds the filter to the query policy rules params

func (*QueryPolicyRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query policy rules params

func (*QueryPolicyRulesParams) SetID

func (o *QueryPolicyRulesParams) SetID(id *string)

SetID adds the id to the query policy rules params

func (*QueryPolicyRulesParams) SetLimit

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

SetLimit adds the limit to the query policy rules params

func (*QueryPolicyRulesParams) SetOffset

func (o *QueryPolicyRulesParams) SetOffset(offset *string)

SetOffset adds the offset to the query policy rules params

func (*QueryPolicyRulesParams) SetQ

func (o *QueryPolicyRulesParams) SetQ(q *string)

SetQ adds the q to the query policy rules params

func (*QueryPolicyRulesParams) SetSort

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

SetSort adds the sort to the query policy rules params

func (*QueryPolicyRulesParams) SetTimeout

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

SetTimeout adds the timeout to the query policy rules params

func (*QueryPolicyRulesParams) WithContext

WithContext adds the context to the query policy rules params

func (*QueryPolicyRulesParams) WithDefaults

WithDefaults hydrates default values in the query policy rules params (not the query body).

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

func (*QueryPolicyRulesParams) WithFilter

func (o *QueryPolicyRulesParams) WithFilter(filter *string) *QueryPolicyRulesParams

WithFilter adds the filter to the query policy rules params

func (*QueryPolicyRulesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query policy rules params

func (*QueryPolicyRulesParams) WithID

WithID adds the id to the query policy rules params

func (*QueryPolicyRulesParams) WithLimit

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

WithLimit adds the limit to the query policy rules params

func (*QueryPolicyRulesParams) WithOffset

func (o *QueryPolicyRulesParams) WithOffset(offset *string) *QueryPolicyRulesParams

WithOffset adds the offset to the query policy rules params

func (*QueryPolicyRulesParams) WithQ

WithQ adds the q to the query policy rules params

func (*QueryPolicyRulesParams) WithSort

WithSort adds the sort to the query policy rules params

func (*QueryPolicyRulesParams) WithTimeout

WithTimeout adds the timeout to the query policy rules params

func (*QueryPolicyRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryPolicyRulesReader

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

QueryPolicyRulesReader is a Reader for the QueryPolicyRules structure.

func (*QueryPolicyRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryPolicyRulesTooManyRequests

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

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

Too Many Requests

func NewQueryPolicyRulesTooManyRequests

func NewQueryPolicyRulesTooManyRequests() *QueryPolicyRulesTooManyRequests

NewQueryPolicyRulesTooManyRequests creates a QueryPolicyRulesTooManyRequests with default headers values

func (*QueryPolicyRulesTooManyRequests) Code added in v0.2.33

Code gets the status code for the query policy rules too many requests response

func (*QueryPolicyRulesTooManyRequests) Error

func (*QueryPolicyRulesTooManyRequests) GetPayload

func (*QueryPolicyRulesTooManyRequests) IsClientError added in v0.2.27

func (o *QueryPolicyRulesTooManyRequests) IsClientError() bool

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

func (*QueryPolicyRulesTooManyRequests) IsCode added in v0.2.27

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

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

func (*QueryPolicyRulesTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryPolicyRulesTooManyRequests) IsRedirect() bool

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

func (*QueryPolicyRulesTooManyRequests) IsServerError added in v0.2.27

func (o *QueryPolicyRulesTooManyRequests) IsServerError() bool

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

func (*QueryPolicyRulesTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryPolicyRulesTooManyRequests) IsSuccess() bool

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

func (*QueryPolicyRulesTooManyRequests) String added in v0.2.27

type QueryRuleGroupsBadRequest

type QueryRuleGroupsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewQueryRuleGroupsBadRequest

func NewQueryRuleGroupsBadRequest() *QueryRuleGroupsBadRequest

NewQueryRuleGroupsBadRequest creates a QueryRuleGroupsBadRequest with default headers values

func (*QueryRuleGroupsBadRequest) Code added in v0.2.33

func (o *QueryRuleGroupsBadRequest) Code() int

Code gets the status code for the query rule groups bad request response

func (*QueryRuleGroupsBadRequest) Error

func (o *QueryRuleGroupsBadRequest) Error() string

func (*QueryRuleGroupsBadRequest) GetPayload

func (*QueryRuleGroupsBadRequest) IsClientError added in v0.2.27

func (o *QueryRuleGroupsBadRequest) IsClientError() bool

IsClientError returns true when this query rule groups bad request response has a 4xx status code

func (*QueryRuleGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query rule groups bad request response a status code equal to that given

func (*QueryRuleGroupsBadRequest) IsRedirect added in v0.2.27

func (o *QueryRuleGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this query rule groups bad request response has a 3xx status code

func (*QueryRuleGroupsBadRequest) IsServerError added in v0.2.27

func (o *QueryRuleGroupsBadRequest) IsServerError() bool

IsServerError returns true when this query rule groups bad request response has a 5xx status code

func (*QueryRuleGroupsBadRequest) IsSuccess added in v0.2.27

func (o *QueryRuleGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this query rule groups bad request response has a 2xx status code

func (*QueryRuleGroupsBadRequest) String added in v0.2.27

func (o *QueryRuleGroupsBadRequest) String() string

type QueryRuleGroupsForbidden

type QueryRuleGroupsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryRuleGroupsForbidden

func NewQueryRuleGroupsForbidden() *QueryRuleGroupsForbidden

NewQueryRuleGroupsForbidden creates a QueryRuleGroupsForbidden with default headers values

func (*QueryRuleGroupsForbidden) Code added in v0.2.33

func (o *QueryRuleGroupsForbidden) Code() int

Code gets the status code for the query rule groups forbidden response

func (*QueryRuleGroupsForbidden) Error

func (o *QueryRuleGroupsForbidden) Error() string

func (*QueryRuleGroupsForbidden) GetPayload

func (*QueryRuleGroupsForbidden) IsClientError added in v0.2.27

func (o *QueryRuleGroupsForbidden) IsClientError() bool

IsClientError returns true when this query rule groups forbidden response has a 4xx status code

func (*QueryRuleGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query rule groups forbidden response a status code equal to that given

func (*QueryRuleGroupsForbidden) IsRedirect added in v0.2.27

func (o *QueryRuleGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this query rule groups forbidden response has a 3xx status code

func (*QueryRuleGroupsForbidden) IsServerError added in v0.2.27

func (o *QueryRuleGroupsForbidden) IsServerError() bool

IsServerError returns true when this query rule groups forbidden response has a 5xx status code

func (*QueryRuleGroupsForbidden) IsSuccess added in v0.2.27

func (o *QueryRuleGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this query rule groups forbidden response has a 2xx status code

func (*QueryRuleGroupsForbidden) String added in v0.2.27

func (o *QueryRuleGroupsForbidden) String() string

type QueryRuleGroupsOK

type QueryRuleGroupsOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewQueryRuleGroupsOK

func NewQueryRuleGroupsOK() *QueryRuleGroupsOK

NewQueryRuleGroupsOK creates a QueryRuleGroupsOK with default headers values

func (*QueryRuleGroupsOK) Code added in v0.2.33

func (o *QueryRuleGroupsOK) Code() int

Code gets the status code for the query rule groups o k response

func (*QueryRuleGroupsOK) Error

func (o *QueryRuleGroupsOK) Error() string

func (*QueryRuleGroupsOK) GetPayload

func (*QueryRuleGroupsOK) IsClientError added in v0.2.27

func (o *QueryRuleGroupsOK) IsClientError() bool

IsClientError returns true when this query rule groups o k response has a 4xx status code

func (*QueryRuleGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this query rule groups o k response a status code equal to that given

func (*QueryRuleGroupsOK) IsRedirect added in v0.2.27

func (o *QueryRuleGroupsOK) IsRedirect() bool

IsRedirect returns true when this query rule groups o k response has a 3xx status code

func (*QueryRuleGroupsOK) IsServerError added in v0.2.27

func (o *QueryRuleGroupsOK) IsServerError() bool

IsServerError returns true when this query rule groups o k response has a 5xx status code

func (*QueryRuleGroupsOK) IsSuccess added in v0.2.27

func (o *QueryRuleGroupsOK) IsSuccess() bool

IsSuccess returns true when this query rule groups o k response has a 2xx status code

func (*QueryRuleGroupsOK) String added in v0.2.27

func (o *QueryRuleGroupsOK) String() string

type QueryRuleGroupsParams

type QueryRuleGroupsParams struct {

	/* After.

	   A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
	*/
	After *string

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: enabled, platform, name, description, etc TODO. Filter range criteria: created_on, modified_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields, plus TODO
	*/
	Q *string

	/* Sort.

	   Possible order by fields:
	*/
	Sort *string

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

QueryRuleGroupsParams contains all the parameters to send to the API endpoint

for the query rule groups operation.

Typically these are written to a http.Request.

func NewQueryRuleGroupsParams

func NewQueryRuleGroupsParams() *QueryRuleGroupsParams

NewQueryRuleGroupsParams creates a new QueryRuleGroupsParams 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 NewQueryRuleGroupsParamsWithContext

func NewQueryRuleGroupsParamsWithContext(ctx context.Context) *QueryRuleGroupsParams

NewQueryRuleGroupsParamsWithContext creates a new QueryRuleGroupsParams object with the ability to set a context for a request.

func NewQueryRuleGroupsParamsWithHTTPClient

func NewQueryRuleGroupsParamsWithHTTPClient(client *http.Client) *QueryRuleGroupsParams

NewQueryRuleGroupsParamsWithHTTPClient creates a new QueryRuleGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRuleGroupsParamsWithTimeout

func NewQueryRuleGroupsParamsWithTimeout(timeout time.Duration) *QueryRuleGroupsParams

NewQueryRuleGroupsParamsWithTimeout creates a new QueryRuleGroupsParams object with the ability to set a timeout on a request.

func (*QueryRuleGroupsParams) SetAfter

func (o *QueryRuleGroupsParams) SetAfter(after *string)

SetAfter adds the after to the query rule groups params

func (*QueryRuleGroupsParams) SetContext

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

SetContext adds the context to the query rule groups params

func (*QueryRuleGroupsParams) SetDefaults

func (o *QueryRuleGroupsParams) SetDefaults()

SetDefaults hydrates default values in the query rule groups params (not the query body).

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

func (*QueryRuleGroupsParams) SetFilter

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

SetFilter adds the filter to the query rule groups params

func (*QueryRuleGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query rule groups params

func (*QueryRuleGroupsParams) SetLimit

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

SetLimit adds the limit to the query rule groups params

func (*QueryRuleGroupsParams) SetOffset

func (o *QueryRuleGroupsParams) SetOffset(offset *string)

SetOffset adds the offset to the query rule groups params

func (*QueryRuleGroupsParams) SetQ

func (o *QueryRuleGroupsParams) SetQ(q *string)

SetQ adds the q to the query rule groups params

func (*QueryRuleGroupsParams) SetSort

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

SetSort adds the sort to the query rule groups params

func (*QueryRuleGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the query rule groups params

func (*QueryRuleGroupsParams) WithAfter

func (o *QueryRuleGroupsParams) WithAfter(after *string) *QueryRuleGroupsParams

WithAfter adds the after to the query rule groups params

func (*QueryRuleGroupsParams) WithContext

WithContext adds the context to the query rule groups params

func (*QueryRuleGroupsParams) WithDefaults

func (o *QueryRuleGroupsParams) WithDefaults() *QueryRuleGroupsParams

WithDefaults hydrates default values in the query rule groups params (not the query body).

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

func (*QueryRuleGroupsParams) WithFilter

func (o *QueryRuleGroupsParams) WithFilter(filter *string) *QueryRuleGroupsParams

WithFilter adds the filter to the query rule groups params

func (*QueryRuleGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query rule groups params

func (*QueryRuleGroupsParams) WithLimit

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

WithLimit adds the limit to the query rule groups params

func (*QueryRuleGroupsParams) WithOffset

func (o *QueryRuleGroupsParams) WithOffset(offset *string) *QueryRuleGroupsParams

WithOffset adds the offset to the query rule groups params

func (*QueryRuleGroupsParams) WithQ

WithQ adds the q to the query rule groups params

func (*QueryRuleGroupsParams) WithSort

WithSort adds the sort to the query rule groups params

func (*QueryRuleGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the query rule groups params

func (*QueryRuleGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryRuleGroupsReader

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

QueryRuleGroupsReader is a Reader for the QueryRuleGroups structure.

func (*QueryRuleGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryRuleGroupsTooManyRequests

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

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

Too Many Requests

func NewQueryRuleGroupsTooManyRequests

func NewQueryRuleGroupsTooManyRequests() *QueryRuleGroupsTooManyRequests

NewQueryRuleGroupsTooManyRequests creates a QueryRuleGroupsTooManyRequests with default headers values

func (*QueryRuleGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query rule groups too many requests response

func (*QueryRuleGroupsTooManyRequests) Error

func (*QueryRuleGroupsTooManyRequests) GetPayload

func (*QueryRuleGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryRuleGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this query rule groups too many requests response has a 4xx status code

func (*QueryRuleGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query rule groups too many requests response a status code equal to that given

func (*QueryRuleGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryRuleGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query rule groups too many requests response has a 3xx status code

func (*QueryRuleGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryRuleGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this query rule groups too many requests response has a 5xx status code

func (*QueryRuleGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryRuleGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query rule groups too many requests response has a 2xx status code

func (*QueryRuleGroupsTooManyRequests) String added in v0.2.27

type QueryRulesBadRequest

type QueryRulesBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewQueryRulesBadRequest

func NewQueryRulesBadRequest() *QueryRulesBadRequest

NewQueryRulesBadRequest creates a QueryRulesBadRequest with default headers values

func (*QueryRulesBadRequest) Code added in v0.2.33

func (o *QueryRulesBadRequest) Code() int

Code gets the status code for the query rules bad request response

func (*QueryRulesBadRequest) Error

func (o *QueryRulesBadRequest) Error() string

func (*QueryRulesBadRequest) GetPayload

func (*QueryRulesBadRequest) IsClientError added in v0.2.27

func (o *QueryRulesBadRequest) IsClientError() bool

IsClientError returns true when this query rules bad request response has a 4xx status code

func (*QueryRulesBadRequest) IsCode added in v0.2.27

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

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

func (*QueryRulesBadRequest) IsRedirect added in v0.2.27

func (o *QueryRulesBadRequest) IsRedirect() bool

IsRedirect returns true when this query rules bad request response has a 3xx status code

func (*QueryRulesBadRequest) IsServerError added in v0.2.27

func (o *QueryRulesBadRequest) IsServerError() bool

IsServerError returns true when this query rules bad request response has a 5xx status code

func (*QueryRulesBadRequest) IsSuccess added in v0.2.27

func (o *QueryRulesBadRequest) IsSuccess() bool

IsSuccess returns true when this query rules bad request response has a 2xx status code

func (*QueryRulesBadRequest) String added in v0.2.27

func (o *QueryRulesBadRequest) String() string

type QueryRulesForbidden

type QueryRulesForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueryRulesForbidden

func NewQueryRulesForbidden() *QueryRulesForbidden

NewQueryRulesForbidden creates a QueryRulesForbidden with default headers values

func (*QueryRulesForbidden) Code added in v0.2.33

func (o *QueryRulesForbidden) Code() int

Code gets the status code for the query rules forbidden response

func (*QueryRulesForbidden) Error

func (o *QueryRulesForbidden) Error() string

func (*QueryRulesForbidden) GetPayload

func (o *QueryRulesForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*QueryRulesForbidden) IsClientError added in v0.2.27

func (o *QueryRulesForbidden) IsClientError() bool

IsClientError returns true when this query rules forbidden response has a 4xx status code

func (*QueryRulesForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query rules forbidden response a status code equal to that given

func (*QueryRulesForbidden) IsRedirect added in v0.2.27

func (o *QueryRulesForbidden) IsRedirect() bool

IsRedirect returns true when this query rules forbidden response has a 3xx status code

func (*QueryRulesForbidden) IsServerError added in v0.2.27

func (o *QueryRulesForbidden) IsServerError() bool

IsServerError returns true when this query rules forbidden response has a 5xx status code

func (*QueryRulesForbidden) IsSuccess added in v0.2.27

func (o *QueryRulesForbidden) IsSuccess() bool

IsSuccess returns true when this query rules forbidden response has a 2xx status code

func (*QueryRulesForbidden) String added in v0.2.27

func (o *QueryRulesForbidden) String() string

type QueryRulesOK

type QueryRulesOK 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.FwmgrAPIQueryResponse
}

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

OK

func NewQueryRulesOK

func NewQueryRulesOK() *QueryRulesOK

NewQueryRulesOK creates a QueryRulesOK with default headers values

func (*QueryRulesOK) Code added in v0.2.33

func (o *QueryRulesOK) Code() int

Code gets the status code for the query rules o k response

func (*QueryRulesOK) Error

func (o *QueryRulesOK) Error() string

func (*QueryRulesOK) GetPayload

func (o *QueryRulesOK) GetPayload() *models.FwmgrAPIQueryResponse

func (*QueryRulesOK) IsClientError added in v0.2.27

func (o *QueryRulesOK) IsClientError() bool

IsClientError returns true when this query rules o k response has a 4xx status code

func (*QueryRulesOK) IsCode added in v0.2.27

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

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

func (*QueryRulesOK) IsRedirect added in v0.2.27

func (o *QueryRulesOK) IsRedirect() bool

IsRedirect returns true when this query rules o k response has a 3xx status code

func (*QueryRulesOK) IsServerError added in v0.2.27

func (o *QueryRulesOK) IsServerError() bool

IsServerError returns true when this query rules o k response has a 5xx status code

func (*QueryRulesOK) IsSuccess added in v0.2.27

func (o *QueryRulesOK) IsSuccess() bool

IsSuccess returns true when this query rules o k response has a 2xx status code

func (*QueryRulesOK) String added in v0.2.27

func (o *QueryRulesOK) String() string

type QueryRulesParams

type QueryRulesParams struct {

	/* After.

	   A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results.
	*/
	After *string

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: enabled, platform, name, description, etc TODO. Filter range criteria: created_on, modified_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields, plus TODO
	*/
	Q *string

	/* Sort.

	   Possible order by fields:
	*/
	Sort *string

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

QueryRulesParams contains all the parameters to send to the API endpoint

for the query rules operation.

Typically these are written to a http.Request.

func NewQueryRulesParams

func NewQueryRulesParams() *QueryRulesParams

NewQueryRulesParams creates a new QueryRulesParams 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 NewQueryRulesParamsWithContext

func NewQueryRulesParamsWithContext(ctx context.Context) *QueryRulesParams

NewQueryRulesParamsWithContext creates a new QueryRulesParams object with the ability to set a context for a request.

func NewQueryRulesParamsWithHTTPClient

func NewQueryRulesParamsWithHTTPClient(client *http.Client) *QueryRulesParams

NewQueryRulesParamsWithHTTPClient creates a new QueryRulesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryRulesParamsWithTimeout

func NewQueryRulesParamsWithTimeout(timeout time.Duration) *QueryRulesParams

NewQueryRulesParamsWithTimeout creates a new QueryRulesParams object with the ability to set a timeout on a request.

func (*QueryRulesParams) SetAfter

func (o *QueryRulesParams) SetAfter(after *string)

SetAfter adds the after to the query rules params

func (*QueryRulesParams) SetContext

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

SetContext adds the context to the query rules params

func (*QueryRulesParams) SetDefaults

func (o *QueryRulesParams) SetDefaults()

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

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

func (*QueryRulesParams) SetFilter

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

SetFilter adds the filter to the query rules params

func (*QueryRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query rules params

func (*QueryRulesParams) SetLimit

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

SetLimit adds the limit to the query rules params

func (*QueryRulesParams) SetOffset

func (o *QueryRulesParams) SetOffset(offset *string)

SetOffset adds the offset to the query rules params

func (*QueryRulesParams) SetQ

func (o *QueryRulesParams) SetQ(q *string)

SetQ adds the q to the query rules params

func (*QueryRulesParams) SetSort

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

SetSort adds the sort to the query rules params

func (*QueryRulesParams) SetTimeout

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

SetTimeout adds the timeout to the query rules params

func (*QueryRulesParams) WithAfter

func (o *QueryRulesParams) WithAfter(after *string) *QueryRulesParams

WithAfter adds the after to the query rules params

func (*QueryRulesParams) WithContext

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

WithContext adds the context to the query rules params

func (*QueryRulesParams) WithDefaults

func (o *QueryRulesParams) WithDefaults() *QueryRulesParams

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

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

func (*QueryRulesParams) WithFilter

func (o *QueryRulesParams) WithFilter(filter *string) *QueryRulesParams

WithFilter adds the filter to the query rules params

func (*QueryRulesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query rules params

func (*QueryRulesParams) WithLimit

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

WithLimit adds the limit to the query rules params

func (*QueryRulesParams) WithOffset

func (o *QueryRulesParams) WithOffset(offset *string) *QueryRulesParams

WithOffset adds the offset to the query rules params

func (*QueryRulesParams) WithQ

WithQ adds the q to the query rules params

func (*QueryRulesParams) WithSort

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

WithSort adds the sort to the query rules params

func (*QueryRulesParams) WithTimeout

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

WithTimeout adds the timeout to the query rules params

func (*QueryRulesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryRulesReader

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

QueryRulesReader is a Reader for the QueryRules structure.

func (*QueryRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryRulesTooManyRequests

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

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

Too Many Requests

func NewQueryRulesTooManyRequests

func NewQueryRulesTooManyRequests() *QueryRulesTooManyRequests

NewQueryRulesTooManyRequests creates a QueryRulesTooManyRequests with default headers values

func (*QueryRulesTooManyRequests) Code added in v0.2.33

func (o *QueryRulesTooManyRequests) Code() int

Code gets the status code for the query rules too many requests response

func (*QueryRulesTooManyRequests) Error

func (o *QueryRulesTooManyRequests) Error() string

func (*QueryRulesTooManyRequests) GetPayload

func (*QueryRulesTooManyRequests) IsClientError added in v0.2.27

func (o *QueryRulesTooManyRequests) IsClientError() bool

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

func (*QueryRulesTooManyRequests) IsCode added in v0.2.27

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

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

func (*QueryRulesTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryRulesTooManyRequests) IsRedirect() bool

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

func (*QueryRulesTooManyRequests) IsServerError added in v0.2.27

func (o *QueryRulesTooManyRequests) IsServerError() bool

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

func (*QueryRulesTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryRulesTooManyRequests) IsSuccess() bool

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

func (*QueryRulesTooManyRequests) String added in v0.2.27

func (o *QueryRulesTooManyRequests) String() string

type UpdateNetworkLocationsBadRequest added in v0.2.32

type UpdateNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewUpdateNetworkLocationsBadRequest added in v0.2.32

func NewUpdateNetworkLocationsBadRequest() *UpdateNetworkLocationsBadRequest

NewUpdateNetworkLocationsBadRequest creates a UpdateNetworkLocationsBadRequest with default headers values

func (*UpdateNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the update network locations bad request response

func (*UpdateNetworkLocationsBadRequest) Error added in v0.2.32

func (*UpdateNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsBadRequest) IsClientError() bool

IsClientError returns true when this update network locations bad request response has a 4xx status code

func (*UpdateNetworkLocationsBadRequest) IsCode added in v0.2.32

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

IsCode returns true when this update network locations bad request response a status code equal to that given

func (*UpdateNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *UpdateNetworkLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this update network locations bad request response has a 3xx status code

func (*UpdateNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsBadRequest) IsServerError() bool

IsServerError returns true when this update network locations bad request response has a 5xx status code

func (*UpdateNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *UpdateNetworkLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this update network locations bad request response has a 2xx status code

func (*UpdateNetworkLocationsBadRequest) String added in v0.2.32

type UpdateNetworkLocationsForbidden added in v0.2.32

type UpdateNetworkLocationsForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdateNetworkLocationsForbidden added in v0.2.32

func NewUpdateNetworkLocationsForbidden() *UpdateNetworkLocationsForbidden

NewUpdateNetworkLocationsForbidden creates a UpdateNetworkLocationsForbidden with default headers values

func (*UpdateNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the update network locations forbidden response

func (*UpdateNetworkLocationsForbidden) Error added in v0.2.32

func (*UpdateNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsForbidden) IsClientError() bool

IsClientError returns true when this update network locations forbidden response has a 4xx status code

func (*UpdateNetworkLocationsForbidden) IsCode added in v0.2.32

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

IsCode returns true when this update network locations forbidden response a status code equal to that given

func (*UpdateNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *UpdateNetworkLocationsForbidden) IsRedirect() bool

IsRedirect returns true when this update network locations forbidden response has a 3xx status code

func (*UpdateNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsForbidden) IsServerError() bool

IsServerError returns true when this update network locations forbidden response has a 5xx status code

func (*UpdateNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *UpdateNetworkLocationsForbidden) IsSuccess() bool

IsSuccess returns true when this update network locations forbidden response has a 2xx status code

func (*UpdateNetworkLocationsForbidden) String added in v0.2.32

type UpdateNetworkLocationsMetadataBadRequest added in v0.2.32

type UpdateNetworkLocationsMetadataBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewUpdateNetworkLocationsMetadataBadRequest added in v0.2.32

func NewUpdateNetworkLocationsMetadataBadRequest() *UpdateNetworkLocationsMetadataBadRequest

NewUpdateNetworkLocationsMetadataBadRequest creates a UpdateNetworkLocationsMetadataBadRequest with default headers values

func (*UpdateNetworkLocationsMetadataBadRequest) Code added in v0.2.33

Code gets the status code for the update network locations metadata bad request response

func (*UpdateNetworkLocationsMetadataBadRequest) Error added in v0.2.32

func (*UpdateNetworkLocationsMetadataBadRequest) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsMetadataBadRequest) IsClientError added in v0.2.32

IsClientError returns true when this update network locations metadata bad request response has a 4xx status code

func (*UpdateNetworkLocationsMetadataBadRequest) IsCode added in v0.2.32

IsCode returns true when this update network locations metadata bad request response a status code equal to that given

func (*UpdateNetworkLocationsMetadataBadRequest) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations metadata bad request response has a 3xx status code

func (*UpdateNetworkLocationsMetadataBadRequest) IsServerError added in v0.2.32

IsServerError returns true when this update network locations metadata bad request response has a 5xx status code

func (*UpdateNetworkLocationsMetadataBadRequest) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations metadata bad request response has a 2xx status code

func (*UpdateNetworkLocationsMetadataBadRequest) String added in v0.2.32

type UpdateNetworkLocationsMetadataForbidden added in v0.2.32

type UpdateNetworkLocationsMetadataForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdateNetworkLocationsMetadataForbidden added in v0.2.32

func NewUpdateNetworkLocationsMetadataForbidden() *UpdateNetworkLocationsMetadataForbidden

NewUpdateNetworkLocationsMetadataForbidden creates a UpdateNetworkLocationsMetadataForbidden with default headers values

func (*UpdateNetworkLocationsMetadataForbidden) Code added in v0.2.33

Code gets the status code for the update network locations metadata forbidden response

func (*UpdateNetworkLocationsMetadataForbidden) Error added in v0.2.32

func (*UpdateNetworkLocationsMetadataForbidden) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsMetadataForbidden) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsMetadataForbidden) IsClientError() bool

IsClientError returns true when this update network locations metadata forbidden response has a 4xx status code

func (*UpdateNetworkLocationsMetadataForbidden) IsCode added in v0.2.32

IsCode returns true when this update network locations metadata forbidden response a status code equal to that given

func (*UpdateNetworkLocationsMetadataForbidden) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations metadata forbidden response has a 3xx status code

func (*UpdateNetworkLocationsMetadataForbidden) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsMetadataForbidden) IsServerError() bool

IsServerError returns true when this update network locations metadata forbidden response has a 5xx status code

func (*UpdateNetworkLocationsMetadataForbidden) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations metadata forbidden response has a 2xx status code

func (*UpdateNetworkLocationsMetadataForbidden) String added in v0.2.32

type UpdateNetworkLocationsMetadataOK added in v0.2.32

type UpdateNetworkLocationsMetadataOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewUpdateNetworkLocationsMetadataOK added in v0.2.32

func NewUpdateNetworkLocationsMetadataOK() *UpdateNetworkLocationsMetadataOK

NewUpdateNetworkLocationsMetadataOK creates a UpdateNetworkLocationsMetadataOK with default headers values

func (*UpdateNetworkLocationsMetadataOK) Code added in v0.2.33

Code gets the status code for the update network locations metadata o k response

func (*UpdateNetworkLocationsMetadataOK) Error added in v0.2.32

func (*UpdateNetworkLocationsMetadataOK) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsMetadataOK) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsMetadataOK) IsClientError() bool

IsClientError returns true when this update network locations metadata o k response has a 4xx status code

func (*UpdateNetworkLocationsMetadataOK) IsCode added in v0.2.32

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

IsCode returns true when this update network locations metadata o k response a status code equal to that given

func (*UpdateNetworkLocationsMetadataOK) IsRedirect added in v0.2.32

func (o *UpdateNetworkLocationsMetadataOK) IsRedirect() bool

IsRedirect returns true when this update network locations metadata o k response has a 3xx status code

func (*UpdateNetworkLocationsMetadataOK) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsMetadataOK) IsServerError() bool

IsServerError returns true when this update network locations metadata o k response has a 5xx status code

func (*UpdateNetworkLocationsMetadataOK) IsSuccess added in v0.2.32

func (o *UpdateNetworkLocationsMetadataOK) IsSuccess() bool

IsSuccess returns true when this update network locations metadata o k response has a 2xx status code

func (*UpdateNetworkLocationsMetadataOK) String added in v0.2.32

type UpdateNetworkLocationsMetadataParams added in v0.2.32

type UpdateNetworkLocationsMetadataParams struct {

	// Body.
	Body *models.FwmgrAPINetworkLocationModifyMetadataRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

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

UpdateNetworkLocationsMetadataParams contains all the parameters to send to the API endpoint

for the update network locations metadata operation.

Typically these are written to a http.Request.

func NewUpdateNetworkLocationsMetadataParams added in v0.2.32

func NewUpdateNetworkLocationsMetadataParams() *UpdateNetworkLocationsMetadataParams

NewUpdateNetworkLocationsMetadataParams creates a new UpdateNetworkLocationsMetadataParams 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 NewUpdateNetworkLocationsMetadataParamsWithContext added in v0.2.32

func NewUpdateNetworkLocationsMetadataParamsWithContext(ctx context.Context) *UpdateNetworkLocationsMetadataParams

NewUpdateNetworkLocationsMetadataParamsWithContext creates a new UpdateNetworkLocationsMetadataParams object with the ability to set a context for a request.

func NewUpdateNetworkLocationsMetadataParamsWithHTTPClient added in v0.2.32

func NewUpdateNetworkLocationsMetadataParamsWithHTTPClient(client *http.Client) *UpdateNetworkLocationsMetadataParams

NewUpdateNetworkLocationsMetadataParamsWithHTTPClient creates a new UpdateNetworkLocationsMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNetworkLocationsMetadataParamsWithTimeout added in v0.2.32

func NewUpdateNetworkLocationsMetadataParamsWithTimeout(timeout time.Duration) *UpdateNetworkLocationsMetadataParams

NewUpdateNetworkLocationsMetadataParamsWithTimeout creates a new UpdateNetworkLocationsMetadataParams object with the ability to set a timeout on a request.

func (*UpdateNetworkLocationsMetadataParams) SetBody added in v0.2.32

SetBody adds the body to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) SetComment added in v0.2.32

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

SetComment adds the comment to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) SetContext added in v0.2.32

SetContext adds the context to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) SetDefaults added in v0.2.32

func (o *UpdateNetworkLocationsMetadataParams) SetDefaults()

SetDefaults hydrates default values in the update network locations metadata params (not the query body).

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

func (*UpdateNetworkLocationsMetadataParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WithBody added in v0.2.32

WithBody adds the body to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WithComment added in v0.2.32

WithComment adds the comment to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WithContext added in v0.2.32

WithContext adds the context to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the update network locations metadata params (not the query body).

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

func (*UpdateNetworkLocationsMetadataParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the update network locations metadata params

func (*UpdateNetworkLocationsMetadataParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type UpdateNetworkLocationsMetadataReader added in v0.2.32

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

UpdateNetworkLocationsMetadataReader is a Reader for the UpdateNetworkLocationsMetadata structure.

func (*UpdateNetworkLocationsMetadataReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type UpdateNetworkLocationsMetadataTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewUpdateNetworkLocationsMetadataTooManyRequests added in v0.2.32

func NewUpdateNetworkLocationsMetadataTooManyRequests() *UpdateNetworkLocationsMetadataTooManyRequests

NewUpdateNetworkLocationsMetadataTooManyRequests creates a UpdateNetworkLocationsMetadataTooManyRequests with default headers values

func (*UpdateNetworkLocationsMetadataTooManyRequests) Code added in v0.2.33

Code gets the status code for the update network locations metadata too many requests response

func (*UpdateNetworkLocationsMetadataTooManyRequests) Error added in v0.2.32

func (*UpdateNetworkLocationsMetadataTooManyRequests) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsMetadataTooManyRequests) IsClientError added in v0.2.32

IsClientError returns true when this update network locations metadata too many requests response has a 4xx status code

func (*UpdateNetworkLocationsMetadataTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this update network locations metadata too many requests response a status code equal to that given

func (*UpdateNetworkLocationsMetadataTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations metadata too many requests response has a 3xx status code

func (*UpdateNetworkLocationsMetadataTooManyRequests) IsServerError added in v0.2.32

IsServerError returns true when this update network locations metadata too many requests response has a 5xx status code

func (*UpdateNetworkLocationsMetadataTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations metadata too many requests response has a 2xx status code

func (*UpdateNetworkLocationsMetadataTooManyRequests) String added in v0.2.32

type UpdateNetworkLocationsOK added in v0.2.32

type UpdateNetworkLocationsOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewUpdateNetworkLocationsOK added in v0.2.32

func NewUpdateNetworkLocationsOK() *UpdateNetworkLocationsOK

NewUpdateNetworkLocationsOK creates a UpdateNetworkLocationsOK with default headers values

func (*UpdateNetworkLocationsOK) Code added in v0.2.33

func (o *UpdateNetworkLocationsOK) Code() int

Code gets the status code for the update network locations o k response

func (*UpdateNetworkLocationsOK) Error added in v0.2.32

func (o *UpdateNetworkLocationsOK) Error() string

func (*UpdateNetworkLocationsOK) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsOK) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsOK) IsClientError() bool

IsClientError returns true when this update network locations o k response has a 4xx status code

func (*UpdateNetworkLocationsOK) IsCode added in v0.2.32

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

IsCode returns true when this update network locations o k response a status code equal to that given

func (*UpdateNetworkLocationsOK) IsRedirect added in v0.2.32

func (o *UpdateNetworkLocationsOK) IsRedirect() bool

IsRedirect returns true when this update network locations o k response has a 3xx status code

func (*UpdateNetworkLocationsOK) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsOK) IsServerError() bool

IsServerError returns true when this update network locations o k response has a 5xx status code

func (*UpdateNetworkLocationsOK) IsSuccess added in v0.2.32

func (o *UpdateNetworkLocationsOK) IsSuccess() bool

IsSuccess returns true when this update network locations o k response has a 2xx status code

func (*UpdateNetworkLocationsOK) String added in v0.2.32

func (o *UpdateNetworkLocationsOK) String() string

type UpdateNetworkLocationsParams added in v0.2.32

type UpdateNetworkLocationsParams struct {

	// Body.
	Body *models.FwmgrAPINetworkLocationModifyRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

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

UpdateNetworkLocationsParams contains all the parameters to send to the API endpoint

for the update network locations operation.

Typically these are written to a http.Request.

func NewUpdateNetworkLocationsParams added in v0.2.32

func NewUpdateNetworkLocationsParams() *UpdateNetworkLocationsParams

NewUpdateNetworkLocationsParams creates a new UpdateNetworkLocationsParams 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 NewUpdateNetworkLocationsParamsWithContext added in v0.2.32

func NewUpdateNetworkLocationsParamsWithContext(ctx context.Context) *UpdateNetworkLocationsParams

NewUpdateNetworkLocationsParamsWithContext creates a new UpdateNetworkLocationsParams object with the ability to set a context for a request.

func NewUpdateNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewUpdateNetworkLocationsParamsWithHTTPClient(client *http.Client) *UpdateNetworkLocationsParams

NewUpdateNetworkLocationsParamsWithHTTPClient creates a new UpdateNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNetworkLocationsParamsWithTimeout added in v0.2.32

func NewUpdateNetworkLocationsParamsWithTimeout(timeout time.Duration) *UpdateNetworkLocationsParams

NewUpdateNetworkLocationsParamsWithTimeout creates a new UpdateNetworkLocationsParams object with the ability to set a timeout on a request.

func (*UpdateNetworkLocationsParams) SetBody added in v0.2.32

SetBody adds the body to the update network locations params

func (*UpdateNetworkLocationsParams) SetComment added in v0.2.32

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

SetComment adds the comment to the update network locations params

func (*UpdateNetworkLocationsParams) SetContext added in v0.2.32

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

SetContext adds the context to the update network locations params

func (*UpdateNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *UpdateNetworkLocationsParams) SetDefaults()

SetDefaults hydrates default values in the update network locations params (not the query body).

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

func (*UpdateNetworkLocationsParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the update network locations params

func (*UpdateNetworkLocationsParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the update network locations params

func (*UpdateNetworkLocationsParams) WithBody added in v0.2.32

WithBody adds the body to the update network locations params

func (*UpdateNetworkLocationsParams) WithComment added in v0.2.32

WithComment adds the comment to the update network locations params

func (*UpdateNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the update network locations params

func (*UpdateNetworkLocationsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the update network locations params (not the query body).

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

func (*UpdateNetworkLocationsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the update network locations params

func (*UpdateNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the update network locations params

func (*UpdateNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type UpdateNetworkLocationsPrecedenceBadRequest added in v0.2.32

type UpdateNetworkLocationsPrecedenceBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewUpdateNetworkLocationsPrecedenceBadRequest added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceBadRequest() *UpdateNetworkLocationsPrecedenceBadRequest

NewUpdateNetworkLocationsPrecedenceBadRequest creates a UpdateNetworkLocationsPrecedenceBadRequest with default headers values

func (*UpdateNetworkLocationsPrecedenceBadRequest) Code added in v0.2.33

Code gets the status code for the update network locations precedence bad request response

func (*UpdateNetworkLocationsPrecedenceBadRequest) Error added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceBadRequest) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceBadRequest) IsClientError added in v0.2.32

IsClientError returns true when this update network locations precedence bad request response has a 4xx status code

func (*UpdateNetworkLocationsPrecedenceBadRequest) IsCode added in v0.2.32

IsCode returns true when this update network locations precedence bad request response a status code equal to that given

func (*UpdateNetworkLocationsPrecedenceBadRequest) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations precedence bad request response has a 3xx status code

func (*UpdateNetworkLocationsPrecedenceBadRequest) IsServerError added in v0.2.32

IsServerError returns true when this update network locations precedence bad request response has a 5xx status code

func (*UpdateNetworkLocationsPrecedenceBadRequest) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations precedence bad request response has a 2xx status code

func (*UpdateNetworkLocationsPrecedenceBadRequest) String added in v0.2.32

type UpdateNetworkLocationsPrecedenceForbidden added in v0.2.32

type UpdateNetworkLocationsPrecedenceForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdateNetworkLocationsPrecedenceForbidden added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceForbidden() *UpdateNetworkLocationsPrecedenceForbidden

NewUpdateNetworkLocationsPrecedenceForbidden creates a UpdateNetworkLocationsPrecedenceForbidden with default headers values

func (*UpdateNetworkLocationsPrecedenceForbidden) Code added in v0.2.33

Code gets the status code for the update network locations precedence forbidden response

func (*UpdateNetworkLocationsPrecedenceForbidden) Error added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceForbidden) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceForbidden) IsClientError added in v0.2.32

IsClientError returns true when this update network locations precedence forbidden response has a 4xx status code

func (*UpdateNetworkLocationsPrecedenceForbidden) IsCode added in v0.2.32

IsCode returns true when this update network locations precedence forbidden response a status code equal to that given

func (*UpdateNetworkLocationsPrecedenceForbidden) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations precedence forbidden response has a 3xx status code

func (*UpdateNetworkLocationsPrecedenceForbidden) IsServerError added in v0.2.32

IsServerError returns true when this update network locations precedence forbidden response has a 5xx status code

func (*UpdateNetworkLocationsPrecedenceForbidden) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations precedence forbidden response has a 2xx status code

func (*UpdateNetworkLocationsPrecedenceForbidden) String added in v0.2.32

type UpdateNetworkLocationsPrecedenceOK added in v0.2.32

type UpdateNetworkLocationsPrecedenceOK 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.FwmgrMsaspecQueryResponse
}

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

OK

func NewUpdateNetworkLocationsPrecedenceOK added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceOK() *UpdateNetworkLocationsPrecedenceOK

NewUpdateNetworkLocationsPrecedenceOK creates a UpdateNetworkLocationsPrecedenceOK with default headers values

func (*UpdateNetworkLocationsPrecedenceOK) Code added in v0.2.33

Code gets the status code for the update network locations precedence o k response

func (*UpdateNetworkLocationsPrecedenceOK) Error added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceOK) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceOK) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsPrecedenceOK) IsClientError() bool

IsClientError returns true when this update network locations precedence o k response has a 4xx status code

func (*UpdateNetworkLocationsPrecedenceOK) IsCode added in v0.2.32

IsCode returns true when this update network locations precedence o k response a status code equal to that given

func (*UpdateNetworkLocationsPrecedenceOK) IsRedirect added in v0.2.32

func (o *UpdateNetworkLocationsPrecedenceOK) IsRedirect() bool

IsRedirect returns true when this update network locations precedence o k response has a 3xx status code

func (*UpdateNetworkLocationsPrecedenceOK) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsPrecedenceOK) IsServerError() bool

IsServerError returns true when this update network locations precedence o k response has a 5xx status code

func (*UpdateNetworkLocationsPrecedenceOK) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations precedence o k response has a 2xx status code

func (*UpdateNetworkLocationsPrecedenceOK) String added in v0.2.32

type UpdateNetworkLocationsPrecedenceParams added in v0.2.32

type UpdateNetworkLocationsPrecedenceParams struct {

	// Body.
	Body *models.FwmgrAPINetworkLocationModifyPrecedenceRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

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

UpdateNetworkLocationsPrecedenceParams contains all the parameters to send to the API endpoint

for the update network locations precedence operation.

Typically these are written to a http.Request.

func NewUpdateNetworkLocationsPrecedenceParams added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceParams() *UpdateNetworkLocationsPrecedenceParams

NewUpdateNetworkLocationsPrecedenceParams creates a new UpdateNetworkLocationsPrecedenceParams 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 NewUpdateNetworkLocationsPrecedenceParamsWithContext added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceParamsWithContext(ctx context.Context) *UpdateNetworkLocationsPrecedenceParams

NewUpdateNetworkLocationsPrecedenceParamsWithContext creates a new UpdateNetworkLocationsPrecedenceParams object with the ability to set a context for a request.

func NewUpdateNetworkLocationsPrecedenceParamsWithHTTPClient added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceParamsWithHTTPClient(client *http.Client) *UpdateNetworkLocationsPrecedenceParams

NewUpdateNetworkLocationsPrecedenceParamsWithHTTPClient creates a new UpdateNetworkLocationsPrecedenceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNetworkLocationsPrecedenceParamsWithTimeout added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceParamsWithTimeout(timeout time.Duration) *UpdateNetworkLocationsPrecedenceParams

NewUpdateNetworkLocationsPrecedenceParamsWithTimeout creates a new UpdateNetworkLocationsPrecedenceParams object with the ability to set a timeout on a request.

func (*UpdateNetworkLocationsPrecedenceParams) SetBody added in v0.2.32

SetBody adds the body to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) SetComment added in v0.2.32

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

SetComment adds the comment to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) SetContext added in v0.2.32

SetContext adds the context to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) SetDefaults added in v0.2.32

func (o *UpdateNetworkLocationsPrecedenceParams) SetDefaults()

SetDefaults hydrates default values in the update network locations precedence params (not the query body).

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

func (*UpdateNetworkLocationsPrecedenceParams) SetHTTPClient added in v0.2.32

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

SetHTTPClient adds the HTTPClient to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) SetTimeout added in v0.2.32

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

SetTimeout adds the timeout to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WithBody added in v0.2.32

WithBody adds the body to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WithComment added in v0.2.32

WithComment adds the comment to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WithContext added in v0.2.32

WithContext adds the context to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the update network locations precedence params (not the query body).

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

func (*UpdateNetworkLocationsPrecedenceParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the update network locations precedence params

func (*UpdateNetworkLocationsPrecedenceParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type UpdateNetworkLocationsPrecedenceReader added in v0.2.32

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

UpdateNetworkLocationsPrecedenceReader is a Reader for the UpdateNetworkLocationsPrecedence structure.

func (*UpdateNetworkLocationsPrecedenceReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type UpdateNetworkLocationsPrecedenceTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewUpdateNetworkLocationsPrecedenceTooManyRequests added in v0.2.32

func NewUpdateNetworkLocationsPrecedenceTooManyRequests() *UpdateNetworkLocationsPrecedenceTooManyRequests

NewUpdateNetworkLocationsPrecedenceTooManyRequests creates a UpdateNetworkLocationsPrecedenceTooManyRequests with default headers values

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) Code added in v0.2.33

Code gets the status code for the update network locations precedence too many requests response

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) Error added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) IsClientError added in v0.2.32

IsClientError returns true when this update network locations precedence too many requests response has a 4xx status code

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this update network locations precedence too many requests response a status code equal to that given

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations precedence too many requests response has a 3xx status code

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) IsServerError added in v0.2.32

IsServerError returns true when this update network locations precedence too many requests response has a 5xx status code

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations precedence too many requests response has a 2xx status code

func (*UpdateNetworkLocationsPrecedenceTooManyRequests) String added in v0.2.32

type UpdateNetworkLocationsReader added in v0.2.32

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

UpdateNetworkLocationsReader is a Reader for the UpdateNetworkLocations structure.

func (*UpdateNetworkLocationsReader) ReadResponse added in v0.2.32

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

ReadResponse reads a server response into the received o.

type UpdateNetworkLocationsTooManyRequests added in v0.2.32

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

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

Too Many Requests

func NewUpdateNetworkLocationsTooManyRequests added in v0.2.32

func NewUpdateNetworkLocationsTooManyRequests() *UpdateNetworkLocationsTooManyRequests

NewUpdateNetworkLocationsTooManyRequests creates a UpdateNetworkLocationsTooManyRequests with default headers values

func (*UpdateNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the update network locations too many requests response

func (*UpdateNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*UpdateNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*UpdateNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *UpdateNetworkLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this update network locations too many requests response has a 4xx status code

func (*UpdateNetworkLocationsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this update network locations too many requests response a status code equal to that given

func (*UpdateNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this update network locations too many requests response has a 3xx status code

func (*UpdateNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *UpdateNetworkLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this update network locations too many requests response has a 5xx status code

func (*UpdateNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this update network locations too many requests response has a 2xx status code

func (*UpdateNetworkLocationsTooManyRequests) String added in v0.2.32

type UpdatePolicyContainerBadRequest

type UpdatePolicyContainerBadRequest 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.FwmgrMsaspecResponseFields
}

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

Bad Request

func NewUpdatePolicyContainerBadRequest

func NewUpdatePolicyContainerBadRequest() *UpdatePolicyContainerBadRequest

NewUpdatePolicyContainerBadRequest creates a UpdatePolicyContainerBadRequest with default headers values

func (*UpdatePolicyContainerBadRequest) Code added in v0.2.33

Code gets the status code for the update policy container bad request response

func (*UpdatePolicyContainerBadRequest) Error

func (*UpdatePolicyContainerBadRequest) GetPayload

func (*UpdatePolicyContainerBadRequest) IsClientError added in v0.2.27

func (o *UpdatePolicyContainerBadRequest) IsClientError() bool

IsClientError returns true when this update policy container bad request response has a 4xx status code

func (*UpdatePolicyContainerBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this update policy container bad request response a status code equal to that given

func (*UpdatePolicyContainerBadRequest) IsRedirect added in v0.2.27

func (o *UpdatePolicyContainerBadRequest) IsRedirect() bool

IsRedirect returns true when this update policy container bad request response has a 3xx status code

func (*UpdatePolicyContainerBadRequest) IsServerError added in v0.2.27

func (o *UpdatePolicyContainerBadRequest) IsServerError() bool

IsServerError returns true when this update policy container bad request response has a 5xx status code

func (*UpdatePolicyContainerBadRequest) IsSuccess added in v0.2.27

func (o *UpdatePolicyContainerBadRequest) IsSuccess() bool

IsSuccess returns true when this update policy container bad request response has a 2xx status code

func (*UpdatePolicyContainerBadRequest) String added in v0.2.27

type UpdatePolicyContainerCreated

type UpdatePolicyContainerCreated 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.FwmgrMsaspecResponseFields
}

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

Created

func NewUpdatePolicyContainerCreated

func NewUpdatePolicyContainerCreated() *UpdatePolicyContainerCreated

NewUpdatePolicyContainerCreated creates a UpdatePolicyContainerCreated with default headers values

func (*UpdatePolicyContainerCreated) Code added in v0.2.33

Code gets the status code for the update policy container created response

func (*UpdatePolicyContainerCreated) Error

func (*UpdatePolicyContainerCreated) GetPayload

func (*UpdatePolicyContainerCreated) IsClientError added in v0.2.27

func (o *UpdatePolicyContainerCreated) IsClientError() bool

IsClientError returns true when this update policy container created response has a 4xx status code

func (*UpdatePolicyContainerCreated) IsCode added in v0.2.27

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

IsCode returns true when this update policy container created response a status code equal to that given

func (*UpdatePolicyContainerCreated) IsRedirect added in v0.2.27

func (o *UpdatePolicyContainerCreated) IsRedirect() bool

IsRedirect returns true when this update policy container created response has a 3xx status code

func (*UpdatePolicyContainerCreated) IsServerError added in v0.2.27

func (o *UpdatePolicyContainerCreated) IsServerError() bool

IsServerError returns true when this update policy container created response has a 5xx status code

func (*UpdatePolicyContainerCreated) IsSuccess added in v0.2.27

func (o *UpdatePolicyContainerCreated) IsSuccess() bool

IsSuccess returns true when this update policy container created response has a 2xx status code

func (*UpdatePolicyContainerCreated) String added in v0.2.27

type UpdatePolicyContainerForbidden

type UpdatePolicyContainerForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewUpdatePolicyContainerForbidden

func NewUpdatePolicyContainerForbidden() *UpdatePolicyContainerForbidden

NewUpdatePolicyContainerForbidden creates a UpdatePolicyContainerForbidden with default headers values

func (*UpdatePolicyContainerForbidden) Code added in v0.2.33

Code gets the status code for the update policy container forbidden response

func (*UpdatePolicyContainerForbidden) Error

func (*UpdatePolicyContainerForbidden) GetPayload

func (*UpdatePolicyContainerForbidden) IsClientError added in v0.2.27

func (o *UpdatePolicyContainerForbidden) IsClientError() bool

IsClientError returns true when this update policy container forbidden response has a 4xx status code

func (*UpdatePolicyContainerForbidden) IsCode added in v0.2.27

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

IsCode returns true when this update policy container forbidden response a status code equal to that given

func (*UpdatePolicyContainerForbidden) IsRedirect added in v0.2.27

func (o *UpdatePolicyContainerForbidden) IsRedirect() bool

IsRedirect returns true when this update policy container forbidden response has a 3xx status code

func (*UpdatePolicyContainerForbidden) IsServerError added in v0.2.27

func (o *UpdatePolicyContainerForbidden) IsServerError() bool

IsServerError returns true when this update policy container forbidden response has a 5xx status code

func (*UpdatePolicyContainerForbidden) IsSuccess added in v0.2.27

func (o *UpdatePolicyContainerForbidden) IsSuccess() bool

IsSuccess returns true when this update policy container forbidden response has a 2xx status code

func (*UpdatePolicyContainerForbidden) String added in v0.2.27

type UpdatePolicyContainerOK

type UpdatePolicyContainerOK 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.FwmgrMsaspecResponseFields
}

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

OK

func NewUpdatePolicyContainerOK

func NewUpdatePolicyContainerOK() *UpdatePolicyContainerOK

NewUpdatePolicyContainerOK creates a UpdatePolicyContainerOK with default headers values

func (*UpdatePolicyContainerOK) Code added in v0.2.33

func (o *UpdatePolicyContainerOK) Code() int

Code gets the status code for the update policy container o k response

func (*UpdatePolicyContainerOK) Error

func (o *UpdatePolicyContainerOK) Error() string

func (*UpdatePolicyContainerOK) GetPayload

func (*UpdatePolicyContainerOK) IsClientError added in v0.2.27

func (o *UpdatePolicyContainerOK) IsClientError() bool

IsClientError returns true when this update policy container o k response has a 4xx status code

func (*UpdatePolicyContainerOK) IsCode added in v0.2.27

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

IsCode returns true when this update policy container o k response a status code equal to that given

func (*UpdatePolicyContainerOK) IsRedirect added in v0.2.27

func (o *UpdatePolicyContainerOK) IsRedirect() bool

IsRedirect returns true when this update policy container o k response has a 3xx status code

func (*UpdatePolicyContainerOK) IsServerError added in v0.2.27

func (o *UpdatePolicyContainerOK) IsServerError() bool

IsServerError returns true when this update policy container o k response has a 5xx status code

func (*UpdatePolicyContainerOK) IsSuccess added in v0.2.27

func (o *UpdatePolicyContainerOK) IsSuccess() bool

IsSuccess returns true when this update policy container o k response has a 2xx status code

func (*UpdatePolicyContainerOK) String added in v0.2.27

func (o *UpdatePolicyContainerOK) String() string

type UpdatePolicyContainerParams

type UpdatePolicyContainerParams struct {

	// Body.
	Body *models.FwmgrAPIPolicyContainerUpsertRequestV1

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

UpdatePolicyContainerParams contains all the parameters to send to the API endpoint

for the update policy container operation.

Typically these are written to a http.Request.

func NewUpdatePolicyContainerParams

func NewUpdatePolicyContainerParams() *UpdatePolicyContainerParams

NewUpdatePolicyContainerParams creates a new UpdatePolicyContainerParams 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 NewUpdatePolicyContainerParamsWithContext

func NewUpdatePolicyContainerParamsWithContext(ctx context.Context) *UpdatePolicyContainerParams

NewUpdatePolicyContainerParamsWithContext creates a new UpdatePolicyContainerParams object with the ability to set a context for a request.

func NewUpdatePolicyContainerParamsWithHTTPClient

func NewUpdatePolicyContainerParamsWithHTTPClient(client *http.Client) *UpdatePolicyContainerParams

NewUpdatePolicyContainerParamsWithHTTPClient creates a new UpdatePolicyContainerParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePolicyContainerParamsWithTimeout

func NewUpdatePolicyContainerParamsWithTimeout(timeout time.Duration) *UpdatePolicyContainerParams

NewUpdatePolicyContainerParamsWithTimeout creates a new UpdatePolicyContainerParams object with the ability to set a timeout on a request.

func (*UpdatePolicyContainerParams) SetBody

SetBody adds the body to the update policy container params

func (*UpdatePolicyContainerParams) SetContext

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

SetContext adds the context to the update policy container params

func (*UpdatePolicyContainerParams) SetDefaults

func (o *UpdatePolicyContainerParams) SetDefaults()

SetDefaults hydrates default values in the update policy container params (not the query body).

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

func (*UpdatePolicyContainerParams) SetHTTPClient

func (o *UpdatePolicyContainerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update policy container params

func (*UpdatePolicyContainerParams) SetTimeout

func (o *UpdatePolicyContainerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update policy container params

func (*UpdatePolicyContainerParams) WithBody

WithBody adds the body to the update policy container params

func (*UpdatePolicyContainerParams) WithContext

WithContext adds the context to the update policy container params

func (*UpdatePolicyContainerParams) WithDefaults

WithDefaults hydrates default values in the update policy container params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePolicyContainerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update policy container params

func (*UpdatePolicyContainerParams) WithTimeout

WithTimeout adds the timeout to the update policy container params

func (*UpdatePolicyContainerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePolicyContainerReader

type UpdatePolicyContainerReader struct {
	// contains filtered or unexported fields
}

UpdatePolicyContainerReader is a Reader for the UpdatePolicyContainer structure.

func (*UpdatePolicyContainerReader) ReadResponse

func (o *UpdatePolicyContainerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdatePolicyContainerTooManyRequests

type UpdatePolicyContainerTooManyRequests 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
}

UpdatePolicyContainerTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdatePolicyContainerTooManyRequests

func NewUpdatePolicyContainerTooManyRequests() *UpdatePolicyContainerTooManyRequests

NewUpdatePolicyContainerTooManyRequests creates a UpdatePolicyContainerTooManyRequests with default headers values

func (*UpdatePolicyContainerTooManyRequests) Code added in v0.2.33

Code gets the status code for the update policy container too many requests response

func (*UpdatePolicyContainerTooManyRequests) Error

func (*UpdatePolicyContainerTooManyRequests) GetPayload

func (*UpdatePolicyContainerTooManyRequests) IsClientError added in v0.2.27

func (o *UpdatePolicyContainerTooManyRequests) IsClientError() bool

IsClientError returns true when this update policy container too many requests response has a 4xx status code

func (*UpdatePolicyContainerTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this update policy container too many requests response a status code equal to that given

func (*UpdatePolicyContainerTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this update policy container too many requests response has a 3xx status code

func (*UpdatePolicyContainerTooManyRequests) IsServerError added in v0.2.27

func (o *UpdatePolicyContainerTooManyRequests) IsServerError() bool

IsServerError returns true when this update policy container too many requests response has a 5xx status code

func (*UpdatePolicyContainerTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this update policy container too many requests response has a 2xx status code

func (*UpdatePolicyContainerTooManyRequests) String added in v0.2.27

type UpdatePolicyContainerV1BadRequest added in v0.2.29

type UpdatePolicyContainerV1BadRequest 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.FwmgrMsaspecResponseFields
}

UpdatePolicyContainerV1BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdatePolicyContainerV1BadRequest added in v0.2.29

func NewUpdatePolicyContainerV1BadRequest() *UpdatePolicyContainerV1BadRequest

NewUpdatePolicyContainerV1BadRequest creates a UpdatePolicyContainerV1BadRequest with default headers values

func (*UpdatePolicyContainerV1BadRequest) Code added in v0.2.33

Code gets the status code for the update policy container v1 bad request response

func (*UpdatePolicyContainerV1BadRequest) Error added in v0.2.29

func (*UpdatePolicyContainerV1BadRequest) GetPayload added in v0.2.29

func (*UpdatePolicyContainerV1BadRequest) IsClientError added in v0.2.29

func (o *UpdatePolicyContainerV1BadRequest) IsClientError() bool

IsClientError returns true when this update policy container v1 bad request response has a 4xx status code

func (*UpdatePolicyContainerV1BadRequest) IsCode added in v0.2.29

func (o *UpdatePolicyContainerV1BadRequest) IsCode(code int) bool

IsCode returns true when this update policy container v1 bad request response a status code equal to that given

func (*UpdatePolicyContainerV1BadRequest) IsRedirect added in v0.2.29

func (o *UpdatePolicyContainerV1BadRequest) IsRedirect() bool

IsRedirect returns true when this update policy container v1 bad request response has a 3xx status code

func (*UpdatePolicyContainerV1BadRequest) IsServerError added in v0.2.29

func (o *UpdatePolicyContainerV1BadRequest) IsServerError() bool

IsServerError returns true when this update policy container v1 bad request response has a 5xx status code

func (*UpdatePolicyContainerV1BadRequest) IsSuccess added in v0.2.29

func (o *UpdatePolicyContainerV1BadRequest) IsSuccess() bool

IsSuccess returns true when this update policy container v1 bad request response has a 2xx status code

func (*UpdatePolicyContainerV1BadRequest) String added in v0.2.29

type UpdatePolicyContainerV1Created added in v0.2.29

type UpdatePolicyContainerV1Created 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.FwmgrMsaspecResponseFields
}

UpdatePolicyContainerV1Created describes a response with status code 201, with default header values.

Created

func NewUpdatePolicyContainerV1Created added in v0.2.29

func NewUpdatePolicyContainerV1Created() *UpdatePolicyContainerV1Created

NewUpdatePolicyContainerV1Created creates a UpdatePolicyContainerV1Created with default headers values

func (*UpdatePolicyContainerV1Created) Code added in v0.2.33

Code gets the status code for the update policy container v1 created response

func (*UpdatePolicyContainerV1Created) Error added in v0.2.29

func (*UpdatePolicyContainerV1Created) GetPayload added in v0.2.29

func (*UpdatePolicyContainerV1Created) IsClientError added in v0.2.29

func (o *UpdatePolicyContainerV1Created) IsClientError() bool

IsClientError returns true when this update policy container v1 created response has a 4xx status code

func (*UpdatePolicyContainerV1Created) IsCode added in v0.2.29

func (o *UpdatePolicyContainerV1Created) IsCode(code int) bool

IsCode returns true when this update policy container v1 created response a status code equal to that given

func (*UpdatePolicyContainerV1Created) IsRedirect added in v0.2.29

func (o *UpdatePolicyContainerV1Created) IsRedirect() bool

IsRedirect returns true when this update policy container v1 created response has a 3xx status code

func (*UpdatePolicyContainerV1Created) IsServerError added in v0.2.29

func (o *UpdatePolicyContainerV1Created) IsServerError() bool

IsServerError returns true when this update policy container v1 created response has a 5xx status code

func (*UpdatePolicyContainerV1Created) IsSuccess added in v0.2.29

func (o *UpdatePolicyContainerV1Created) IsSuccess() bool

IsSuccess returns true when this update policy container v1 created response has a 2xx status code

func (*UpdatePolicyContainerV1Created) String added in v0.2.29

type UpdatePolicyContainerV1Forbidden added in v0.2.29

type UpdatePolicyContainerV1Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UpdatePolicyContainerV1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdatePolicyContainerV1Forbidden added in v0.2.29

func NewUpdatePolicyContainerV1Forbidden() *UpdatePolicyContainerV1Forbidden

NewUpdatePolicyContainerV1Forbidden creates a UpdatePolicyContainerV1Forbidden with default headers values

func (*UpdatePolicyContainerV1Forbidden) Code added in v0.2.33

Code gets the status code for the update policy container v1 forbidden response

func (*UpdatePolicyContainerV1Forbidden) Error added in v0.2.29

func (*UpdatePolicyContainerV1Forbidden) GetPayload added in v0.2.29

func (*UpdatePolicyContainerV1Forbidden) IsClientError added in v0.2.29

func (o *UpdatePolicyContainerV1Forbidden) IsClientError() bool

IsClientError returns true when this update policy container v1 forbidden response has a 4xx status code

func (*UpdatePolicyContainerV1Forbidden) IsCode added in v0.2.29

func (o *UpdatePolicyContainerV1Forbidden) IsCode(code int) bool

IsCode returns true when this update policy container v1 forbidden response a status code equal to that given

func (*UpdatePolicyContainerV1Forbidden) IsRedirect added in v0.2.29

func (o *UpdatePolicyContainerV1Forbidden) IsRedirect() bool

IsRedirect returns true when this update policy container v1 forbidden response has a 3xx status code

func (*UpdatePolicyContainerV1Forbidden) IsServerError added in v0.2.29

func (o *UpdatePolicyContainerV1Forbidden) IsServerError() bool

IsServerError returns true when this update policy container v1 forbidden response has a 5xx status code

func (*UpdatePolicyContainerV1Forbidden) IsSuccess added in v0.2.29

func (o *UpdatePolicyContainerV1Forbidden) IsSuccess() bool

IsSuccess returns true when this update policy container v1 forbidden response has a 2xx status code

func (*UpdatePolicyContainerV1Forbidden) String added in v0.2.29

type UpdatePolicyContainerV1OK added in v0.2.29

type UpdatePolicyContainerV1OK 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.FwmgrMsaspecResponseFields
}

UpdatePolicyContainerV1OK describes a response with status code 200, with default header values.

OK

func NewUpdatePolicyContainerV1OK added in v0.2.29

func NewUpdatePolicyContainerV1OK() *UpdatePolicyContainerV1OK

NewUpdatePolicyContainerV1OK creates a UpdatePolicyContainerV1OK with default headers values

func (*UpdatePolicyContainerV1OK) Code added in v0.2.33

func (o *UpdatePolicyContainerV1OK) Code() int

Code gets the status code for the update policy container v1 o k response

func (*UpdatePolicyContainerV1OK) Error added in v0.2.29

func (o *UpdatePolicyContainerV1OK) Error() string

func (*UpdatePolicyContainerV1OK) GetPayload added in v0.2.29

func (*UpdatePolicyContainerV1OK) IsClientError added in v0.2.29

func (o *UpdatePolicyContainerV1OK) IsClientError() bool

IsClientError returns true when this update policy container v1 o k response has a 4xx status code

func (*UpdatePolicyContainerV1OK) IsCode added in v0.2.29

func (o *UpdatePolicyContainerV1OK) IsCode(code int) bool

IsCode returns true when this update policy container v1 o k response a status code equal to that given

func (*UpdatePolicyContainerV1OK) IsRedirect added in v0.2.29

func (o *UpdatePolicyContainerV1OK) IsRedirect() bool

IsRedirect returns true when this update policy container v1 o k response has a 3xx status code

func (*UpdatePolicyContainerV1OK) IsServerError added in v0.2.29

func (o *UpdatePolicyContainerV1OK) IsServerError() bool

IsServerError returns true when this update policy container v1 o k response has a 5xx status code

func (*UpdatePolicyContainerV1OK) IsSuccess added in v0.2.29

func (o *UpdatePolicyContainerV1OK) IsSuccess() bool

IsSuccess returns true when this update policy container v1 o k response has a 2xx status code

func (*UpdatePolicyContainerV1OK) String added in v0.2.29

func (o *UpdatePolicyContainerV1OK) String() string

type UpdatePolicyContainerV1Params added in v0.2.29

type UpdatePolicyContainerV1Params struct {

	// Body.
	Body *models.FwmgrAPIPolicyContainerUpsertRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdatePolicyContainerV1Params contains all the parameters to send to the API endpoint

for the update policy container v1 operation.

Typically these are written to a http.Request.

func NewUpdatePolicyContainerV1Params added in v0.2.29

func NewUpdatePolicyContainerV1Params() *UpdatePolicyContainerV1Params

NewUpdatePolicyContainerV1Params creates a new UpdatePolicyContainerV1Params 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 NewUpdatePolicyContainerV1ParamsWithContext added in v0.2.29

func NewUpdatePolicyContainerV1ParamsWithContext(ctx context.Context) *UpdatePolicyContainerV1Params

NewUpdatePolicyContainerV1ParamsWithContext creates a new UpdatePolicyContainerV1Params object with the ability to set a context for a request.

func NewUpdatePolicyContainerV1ParamsWithHTTPClient added in v0.2.29

func NewUpdatePolicyContainerV1ParamsWithHTTPClient(client *http.Client) *UpdatePolicyContainerV1Params

NewUpdatePolicyContainerV1ParamsWithHTTPClient creates a new UpdatePolicyContainerV1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdatePolicyContainerV1ParamsWithTimeout added in v0.2.29

func NewUpdatePolicyContainerV1ParamsWithTimeout(timeout time.Duration) *UpdatePolicyContainerV1Params

NewUpdatePolicyContainerV1ParamsWithTimeout creates a new UpdatePolicyContainerV1Params object with the ability to set a timeout on a request.

func (*UpdatePolicyContainerV1Params) SetBody added in v0.2.29

SetBody adds the body to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) SetContext added in v0.2.29

func (o *UpdatePolicyContainerV1Params) SetContext(ctx context.Context)

SetContext adds the context to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) SetDefaults added in v0.2.29

func (o *UpdatePolicyContainerV1Params) SetDefaults()

SetDefaults hydrates default values in the update policy container v1 params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePolicyContainerV1Params) SetHTTPClient added in v0.2.29

func (o *UpdatePolicyContainerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) SetTimeout added in v0.2.29

func (o *UpdatePolicyContainerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) WithBody added in v0.2.29

WithBody adds the body to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) WithContext added in v0.2.29

WithContext adds the context to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the update policy container v1 params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePolicyContainerV1Params) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the update policy container v1 params

func (*UpdatePolicyContainerV1Params) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type UpdatePolicyContainerV1Reader added in v0.2.29

type UpdatePolicyContainerV1Reader struct {
	// contains filtered or unexported fields
}

UpdatePolicyContainerV1Reader is a Reader for the UpdatePolicyContainerV1 structure.

func (*UpdatePolicyContainerV1Reader) ReadResponse added in v0.2.29

func (o *UpdatePolicyContainerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdatePolicyContainerV1TooManyRequests added in v0.2.29

type UpdatePolicyContainerV1TooManyRequests 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
}

UpdatePolicyContainerV1TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdatePolicyContainerV1TooManyRequests added in v0.2.29

func NewUpdatePolicyContainerV1TooManyRequests() *UpdatePolicyContainerV1TooManyRequests

NewUpdatePolicyContainerV1TooManyRequests creates a UpdatePolicyContainerV1TooManyRequests with default headers values

func (*UpdatePolicyContainerV1TooManyRequests) Code added in v0.2.33

Code gets the status code for the update policy container v1 too many requests response

func (*UpdatePolicyContainerV1TooManyRequests) Error added in v0.2.29

func (*UpdatePolicyContainerV1TooManyRequests) GetPayload added in v0.2.29

func (*UpdatePolicyContainerV1TooManyRequests) IsClientError added in v0.2.29

func (o *UpdatePolicyContainerV1TooManyRequests) IsClientError() bool

IsClientError returns true when this update policy container v1 too many requests response has a 4xx status code

func (*UpdatePolicyContainerV1TooManyRequests) IsCode added in v0.2.29

IsCode returns true when this update policy container v1 too many requests response a status code equal to that given

func (*UpdatePolicyContainerV1TooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this update policy container v1 too many requests response has a 3xx status code

func (*UpdatePolicyContainerV1TooManyRequests) IsServerError added in v0.2.29

func (o *UpdatePolicyContainerV1TooManyRequests) IsServerError() bool

IsServerError returns true when this update policy container v1 too many requests response has a 5xx status code

func (*UpdatePolicyContainerV1TooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this update policy container v1 too many requests response has a 2xx status code

func (*UpdatePolicyContainerV1TooManyRequests) String added in v0.2.29

type UpdateRuleGroupBadRequest

type UpdateRuleGroupBadRequest 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.FwmgrMsaspecResponseFields
}

UpdateRuleGroupBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateRuleGroupBadRequest

func NewUpdateRuleGroupBadRequest() *UpdateRuleGroupBadRequest

NewUpdateRuleGroupBadRequest creates a UpdateRuleGroupBadRequest with default headers values

func (*UpdateRuleGroupBadRequest) Code added in v0.2.33

func (o *UpdateRuleGroupBadRequest) Code() int

Code gets the status code for the update rule group bad request response

func (*UpdateRuleGroupBadRequest) Error

func (o *UpdateRuleGroupBadRequest) Error() string

func (*UpdateRuleGroupBadRequest) GetPayload

func (*UpdateRuleGroupBadRequest) IsClientError added in v0.2.27

func (o *UpdateRuleGroupBadRequest) IsClientError() bool

IsClientError returns true when this update rule group bad request response has a 4xx status code

func (*UpdateRuleGroupBadRequest) IsCode added in v0.2.27

func (o *UpdateRuleGroupBadRequest) IsCode(code int) bool

IsCode returns true when this update rule group bad request response a status code equal to that given

func (*UpdateRuleGroupBadRequest) IsRedirect added in v0.2.27

func (o *UpdateRuleGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this update rule group bad request response has a 3xx status code

func (*UpdateRuleGroupBadRequest) IsServerError added in v0.2.27

func (o *UpdateRuleGroupBadRequest) IsServerError() bool

IsServerError returns true when this update rule group bad request response has a 5xx status code

func (*UpdateRuleGroupBadRequest) IsSuccess added in v0.2.27

func (o *UpdateRuleGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this update rule group bad request response has a 2xx status code

func (*UpdateRuleGroupBadRequest) String added in v0.2.27

func (o *UpdateRuleGroupBadRequest) String() string

type UpdateRuleGroupForbidden

type UpdateRuleGroupForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UpdateRuleGroupForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateRuleGroupForbidden

func NewUpdateRuleGroupForbidden() *UpdateRuleGroupForbidden

NewUpdateRuleGroupForbidden creates a UpdateRuleGroupForbidden with default headers values

func (*UpdateRuleGroupForbidden) Code added in v0.2.33

func (o *UpdateRuleGroupForbidden) Code() int

Code gets the status code for the update rule group forbidden response

func (*UpdateRuleGroupForbidden) Error

func (o *UpdateRuleGroupForbidden) Error() string

func (*UpdateRuleGroupForbidden) GetPayload

func (*UpdateRuleGroupForbidden) IsClientError added in v0.2.27

func (o *UpdateRuleGroupForbidden) IsClientError() bool

IsClientError returns true when this update rule group forbidden response has a 4xx status code

func (*UpdateRuleGroupForbidden) IsCode added in v0.2.27

func (o *UpdateRuleGroupForbidden) IsCode(code int) bool

IsCode returns true when this update rule group forbidden response a status code equal to that given

func (*UpdateRuleGroupForbidden) IsRedirect added in v0.2.27

func (o *UpdateRuleGroupForbidden) IsRedirect() bool

IsRedirect returns true when this update rule group forbidden response has a 3xx status code

func (*UpdateRuleGroupForbidden) IsServerError added in v0.2.27

func (o *UpdateRuleGroupForbidden) IsServerError() bool

IsServerError returns true when this update rule group forbidden response has a 5xx status code

func (*UpdateRuleGroupForbidden) IsSuccess added in v0.2.27

func (o *UpdateRuleGroupForbidden) IsSuccess() bool

IsSuccess returns true when this update rule group forbidden response has a 2xx status code

func (*UpdateRuleGroupForbidden) String added in v0.2.27

func (o *UpdateRuleGroupForbidden) String() string

type UpdateRuleGroupOK

type UpdateRuleGroupOK 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.FwmgrAPIQueryResponse
}

UpdateRuleGroupOK describes a response with status code 200, with default header values.

OK

func NewUpdateRuleGroupOK

func NewUpdateRuleGroupOK() *UpdateRuleGroupOK

NewUpdateRuleGroupOK creates a UpdateRuleGroupOK with default headers values

func (*UpdateRuleGroupOK) Code added in v0.2.33

func (o *UpdateRuleGroupOK) Code() int

Code gets the status code for the update rule group o k response

func (*UpdateRuleGroupOK) Error

func (o *UpdateRuleGroupOK) Error() string

func (*UpdateRuleGroupOK) GetPayload

func (*UpdateRuleGroupOK) IsClientError added in v0.2.27

func (o *UpdateRuleGroupOK) IsClientError() bool

IsClientError returns true when this update rule group o k response has a 4xx status code

func (*UpdateRuleGroupOK) IsCode added in v0.2.27

func (o *UpdateRuleGroupOK) IsCode(code int) bool

IsCode returns true when this update rule group o k response a status code equal to that given

func (*UpdateRuleGroupOK) IsRedirect added in v0.2.27

func (o *UpdateRuleGroupOK) IsRedirect() bool

IsRedirect returns true when this update rule group o k response has a 3xx status code

func (*UpdateRuleGroupOK) IsServerError added in v0.2.27

func (o *UpdateRuleGroupOK) IsServerError() bool

IsServerError returns true when this update rule group o k response has a 5xx status code

func (*UpdateRuleGroupOK) IsSuccess added in v0.2.27

func (o *UpdateRuleGroupOK) IsSuccess() bool

IsSuccess returns true when this update rule group o k response has a 2xx status code

func (*UpdateRuleGroupOK) String added in v0.2.27

func (o *UpdateRuleGroupOK) String() string

type UpdateRuleGroupParams

type UpdateRuleGroupParams struct {

	// Body.
	Body *models.FwmgrAPIRuleGroupModifyRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateRuleGroupParams contains all the parameters to send to the API endpoint

for the update rule group operation.

Typically these are written to a http.Request.

func NewUpdateRuleGroupParams

func NewUpdateRuleGroupParams() *UpdateRuleGroupParams

NewUpdateRuleGroupParams creates a new UpdateRuleGroupParams 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 NewUpdateRuleGroupParamsWithContext

func NewUpdateRuleGroupParamsWithContext(ctx context.Context) *UpdateRuleGroupParams

NewUpdateRuleGroupParamsWithContext creates a new UpdateRuleGroupParams object with the ability to set a context for a request.

func NewUpdateRuleGroupParamsWithHTTPClient

func NewUpdateRuleGroupParamsWithHTTPClient(client *http.Client) *UpdateRuleGroupParams

NewUpdateRuleGroupParamsWithHTTPClient creates a new UpdateRuleGroupParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateRuleGroupParamsWithTimeout

func NewUpdateRuleGroupParamsWithTimeout(timeout time.Duration) *UpdateRuleGroupParams

NewUpdateRuleGroupParamsWithTimeout creates a new UpdateRuleGroupParams object with the ability to set a timeout on a request.

func (*UpdateRuleGroupParams) SetBody

SetBody adds the body to the update rule group params

func (*UpdateRuleGroupParams) SetComment

func (o *UpdateRuleGroupParams) SetComment(comment *string)

SetComment adds the comment to the update rule group params

func (*UpdateRuleGroupParams) SetContext

func (o *UpdateRuleGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the update rule group params

func (*UpdateRuleGroupParams) SetDefaults

func (o *UpdateRuleGroupParams) SetDefaults()

SetDefaults hydrates default values in the update rule group params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateRuleGroupParams) SetHTTPClient

func (o *UpdateRuleGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update rule group params

func (*UpdateRuleGroupParams) SetTimeout

func (o *UpdateRuleGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update rule group params

func (*UpdateRuleGroupParams) WithBody

WithBody adds the body to the update rule group params

func (*UpdateRuleGroupParams) WithComment

func (o *UpdateRuleGroupParams) WithComment(comment *string) *UpdateRuleGroupParams

WithComment adds the comment to the update rule group params

func (*UpdateRuleGroupParams) WithContext

WithContext adds the context to the update rule group params

func (*UpdateRuleGroupParams) WithDefaults

func (o *UpdateRuleGroupParams) WithDefaults() *UpdateRuleGroupParams

WithDefaults hydrates default values in the update rule group params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateRuleGroupParams) WithHTTPClient

func (o *UpdateRuleGroupParams) WithHTTPClient(client *http.Client) *UpdateRuleGroupParams

WithHTTPClient adds the HTTPClient to the update rule group params

func (*UpdateRuleGroupParams) WithTimeout

func (o *UpdateRuleGroupParams) WithTimeout(timeout time.Duration) *UpdateRuleGroupParams

WithTimeout adds the timeout to the update rule group params

func (*UpdateRuleGroupParams) WriteToRequest

func (o *UpdateRuleGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateRuleGroupReader

type UpdateRuleGroupReader struct {
	// contains filtered or unexported fields
}

UpdateRuleGroupReader is a Reader for the UpdateRuleGroup structure.

func (*UpdateRuleGroupReader) ReadResponse

func (o *UpdateRuleGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateRuleGroupTooManyRequests

type UpdateRuleGroupTooManyRequests 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
}

UpdateRuleGroupTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateRuleGroupTooManyRequests

func NewUpdateRuleGroupTooManyRequests() *UpdateRuleGroupTooManyRequests

NewUpdateRuleGroupTooManyRequests creates a UpdateRuleGroupTooManyRequests with default headers values

func (*UpdateRuleGroupTooManyRequests) Code added in v0.2.33

Code gets the status code for the update rule group too many requests response

func (*UpdateRuleGroupTooManyRequests) Error

func (*UpdateRuleGroupTooManyRequests) GetPayload

func (*UpdateRuleGroupTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateRuleGroupTooManyRequests) IsClientError() bool

IsClientError returns true when this update rule group too many requests response has a 4xx status code

func (*UpdateRuleGroupTooManyRequests) IsCode added in v0.2.27

func (o *UpdateRuleGroupTooManyRequests) IsCode(code int) bool

IsCode returns true when this update rule group too many requests response a status code equal to that given

func (*UpdateRuleGroupTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateRuleGroupTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update rule group too many requests response has a 3xx status code

func (*UpdateRuleGroupTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateRuleGroupTooManyRequests) IsServerError() bool

IsServerError returns true when this update rule group too many requests response has a 5xx status code

func (*UpdateRuleGroupTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateRuleGroupTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update rule group too many requests response has a 2xx status code

func (*UpdateRuleGroupTooManyRequests) String added in v0.2.27

type UpdateRuleGroupValidationBadRequest added in v0.2.29

type UpdateRuleGroupValidationBadRequest 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.FwmgrMsaspecResponseFields
}

UpdateRuleGroupValidationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateRuleGroupValidationBadRequest added in v0.2.29

func NewUpdateRuleGroupValidationBadRequest() *UpdateRuleGroupValidationBadRequest

NewUpdateRuleGroupValidationBadRequest creates a UpdateRuleGroupValidationBadRequest with default headers values

func (*UpdateRuleGroupValidationBadRequest) Code added in v0.2.33

Code gets the status code for the update rule group validation bad request response

func (*UpdateRuleGroupValidationBadRequest) Error added in v0.2.29

func (*UpdateRuleGroupValidationBadRequest) GetPayload added in v0.2.29

func (*UpdateRuleGroupValidationBadRequest) IsClientError added in v0.2.29

func (o *UpdateRuleGroupValidationBadRequest) IsClientError() bool

IsClientError returns true when this update rule group validation bad request response has a 4xx status code

func (*UpdateRuleGroupValidationBadRequest) IsCode added in v0.2.29

IsCode returns true when this update rule group validation bad request response a status code equal to that given

func (*UpdateRuleGroupValidationBadRequest) IsRedirect added in v0.2.29

func (o *UpdateRuleGroupValidationBadRequest) IsRedirect() bool

IsRedirect returns true when this update rule group validation bad request response has a 3xx status code

func (*UpdateRuleGroupValidationBadRequest) IsServerError added in v0.2.29

func (o *UpdateRuleGroupValidationBadRequest) IsServerError() bool

IsServerError returns true when this update rule group validation bad request response has a 5xx status code

func (*UpdateRuleGroupValidationBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this update rule group validation bad request response has a 2xx status code

func (*UpdateRuleGroupValidationBadRequest) String added in v0.2.29

type UpdateRuleGroupValidationForbidden added in v0.2.29

type UpdateRuleGroupValidationForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UpdateRuleGroupValidationForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateRuleGroupValidationForbidden added in v0.2.29

func NewUpdateRuleGroupValidationForbidden() *UpdateRuleGroupValidationForbidden

NewUpdateRuleGroupValidationForbidden creates a UpdateRuleGroupValidationForbidden with default headers values

func (*UpdateRuleGroupValidationForbidden) Code added in v0.2.33

Code gets the status code for the update rule group validation forbidden response

func (*UpdateRuleGroupValidationForbidden) Error added in v0.2.29

func (*UpdateRuleGroupValidationForbidden) GetPayload added in v0.2.29

func (*UpdateRuleGroupValidationForbidden) IsClientError added in v0.2.29

func (o *UpdateRuleGroupValidationForbidden) IsClientError() bool

IsClientError returns true when this update rule group validation forbidden response has a 4xx status code

func (*UpdateRuleGroupValidationForbidden) IsCode added in v0.2.29

IsCode returns true when this update rule group validation forbidden response a status code equal to that given

func (*UpdateRuleGroupValidationForbidden) IsRedirect added in v0.2.29

func (o *UpdateRuleGroupValidationForbidden) IsRedirect() bool

IsRedirect returns true when this update rule group validation forbidden response has a 3xx status code

func (*UpdateRuleGroupValidationForbidden) IsServerError added in v0.2.29

func (o *UpdateRuleGroupValidationForbidden) IsServerError() bool

IsServerError returns true when this update rule group validation forbidden response has a 5xx status code

func (*UpdateRuleGroupValidationForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this update rule group validation forbidden response has a 2xx status code

func (*UpdateRuleGroupValidationForbidden) String added in v0.2.29

type UpdateRuleGroupValidationOK added in v0.2.29

type UpdateRuleGroupValidationOK 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.FwmgrMsaspecQueryResponse
}

UpdateRuleGroupValidationOK describes a response with status code 200, with default header values.

OK

func NewUpdateRuleGroupValidationOK added in v0.2.29

func NewUpdateRuleGroupValidationOK() *UpdateRuleGroupValidationOK

NewUpdateRuleGroupValidationOK creates a UpdateRuleGroupValidationOK with default headers values

func (*UpdateRuleGroupValidationOK) Code added in v0.2.33

func (o *UpdateRuleGroupValidationOK) Code() int

Code gets the status code for the update rule group validation o k response

func (*UpdateRuleGroupValidationOK) Error added in v0.2.29

func (*UpdateRuleGroupValidationOK) GetPayload added in v0.2.29

func (*UpdateRuleGroupValidationOK) IsClientError added in v0.2.29

func (o *UpdateRuleGroupValidationOK) IsClientError() bool

IsClientError returns true when this update rule group validation o k response has a 4xx status code

func (*UpdateRuleGroupValidationOK) IsCode added in v0.2.29

func (o *UpdateRuleGroupValidationOK) IsCode(code int) bool

IsCode returns true when this update rule group validation o k response a status code equal to that given

func (*UpdateRuleGroupValidationOK) IsRedirect added in v0.2.29

func (o *UpdateRuleGroupValidationOK) IsRedirect() bool

IsRedirect returns true when this update rule group validation o k response has a 3xx status code

func (*UpdateRuleGroupValidationOK) IsServerError added in v0.2.29

func (o *UpdateRuleGroupValidationOK) IsServerError() bool

IsServerError returns true when this update rule group validation o k response has a 5xx status code

func (*UpdateRuleGroupValidationOK) IsSuccess added in v0.2.29

func (o *UpdateRuleGroupValidationOK) IsSuccess() bool

IsSuccess returns true when this update rule group validation o k response has a 2xx status code

func (*UpdateRuleGroupValidationOK) String added in v0.2.29

func (o *UpdateRuleGroupValidationOK) String() string

type UpdateRuleGroupValidationParams added in v0.2.29

type UpdateRuleGroupValidationParams struct {

	// Body.
	Body *models.FwmgrAPIRuleGroupModifyRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateRuleGroupValidationParams contains all the parameters to send to the API endpoint

for the update rule group validation operation.

Typically these are written to a http.Request.

func NewUpdateRuleGroupValidationParams added in v0.2.29

func NewUpdateRuleGroupValidationParams() *UpdateRuleGroupValidationParams

NewUpdateRuleGroupValidationParams creates a new UpdateRuleGroupValidationParams 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 NewUpdateRuleGroupValidationParamsWithContext added in v0.2.29

func NewUpdateRuleGroupValidationParamsWithContext(ctx context.Context) *UpdateRuleGroupValidationParams

NewUpdateRuleGroupValidationParamsWithContext creates a new UpdateRuleGroupValidationParams object with the ability to set a context for a request.

func NewUpdateRuleGroupValidationParamsWithHTTPClient added in v0.2.29

func NewUpdateRuleGroupValidationParamsWithHTTPClient(client *http.Client) *UpdateRuleGroupValidationParams

NewUpdateRuleGroupValidationParamsWithHTTPClient creates a new UpdateRuleGroupValidationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateRuleGroupValidationParamsWithTimeout added in v0.2.29

func NewUpdateRuleGroupValidationParamsWithTimeout(timeout time.Duration) *UpdateRuleGroupValidationParams

NewUpdateRuleGroupValidationParamsWithTimeout creates a new UpdateRuleGroupValidationParams object with the ability to set a timeout on a request.

func (*UpdateRuleGroupValidationParams) SetBody added in v0.2.29

SetBody adds the body to the update rule group validation params

func (*UpdateRuleGroupValidationParams) SetComment added in v0.2.29

func (o *UpdateRuleGroupValidationParams) SetComment(comment *string)

SetComment adds the comment to the update rule group validation params

func (*UpdateRuleGroupValidationParams) SetContext added in v0.2.29

func (o *UpdateRuleGroupValidationParams) SetContext(ctx context.Context)

SetContext adds the context to the update rule group validation params

func (*UpdateRuleGroupValidationParams) SetDefaults added in v0.2.29

func (o *UpdateRuleGroupValidationParams) SetDefaults()

SetDefaults hydrates default values in the update rule group validation params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateRuleGroupValidationParams) SetHTTPClient added in v0.2.29

func (o *UpdateRuleGroupValidationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update rule group validation params

func (*UpdateRuleGroupValidationParams) SetTimeout added in v0.2.29

func (o *UpdateRuleGroupValidationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WithBody added in v0.2.29

WithBody adds the body to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WithComment added in v0.2.29

WithComment adds the comment to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WithContext added in v0.2.29

WithContext adds the context to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the update rule group validation params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateRuleGroupValidationParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the update rule group validation params

func (*UpdateRuleGroupValidationParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type UpdateRuleGroupValidationReader added in v0.2.29

type UpdateRuleGroupValidationReader struct {
	// contains filtered or unexported fields
}

UpdateRuleGroupValidationReader is a Reader for the UpdateRuleGroupValidation structure.

func (*UpdateRuleGroupValidationReader) ReadResponse added in v0.2.29

func (o *UpdateRuleGroupValidationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateRuleGroupValidationTooManyRequests added in v0.2.29

type UpdateRuleGroupValidationTooManyRequests 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
}

UpdateRuleGroupValidationTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateRuleGroupValidationTooManyRequests added in v0.2.29

func NewUpdateRuleGroupValidationTooManyRequests() *UpdateRuleGroupValidationTooManyRequests

NewUpdateRuleGroupValidationTooManyRequests creates a UpdateRuleGroupValidationTooManyRequests with default headers values

func (*UpdateRuleGroupValidationTooManyRequests) Code added in v0.2.33

Code gets the status code for the update rule group validation too many requests response

func (*UpdateRuleGroupValidationTooManyRequests) Error added in v0.2.29

func (*UpdateRuleGroupValidationTooManyRequests) GetPayload added in v0.2.29

func (*UpdateRuleGroupValidationTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this update rule group validation too many requests response has a 4xx status code

func (*UpdateRuleGroupValidationTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this update rule group validation too many requests response a status code equal to that given

func (*UpdateRuleGroupValidationTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this update rule group validation too many requests response has a 3xx status code

func (*UpdateRuleGroupValidationTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this update rule group validation too many requests response has a 5xx status code

func (*UpdateRuleGroupValidationTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this update rule group validation too many requests response has a 2xx status code

func (*UpdateRuleGroupValidationTooManyRequests) String added in v0.2.29

type UpsertNetworkLocationsBadRequest added in v0.2.32

type UpsertNetworkLocationsBadRequest 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.FwmgrMsaspecResponseFields
}

UpsertNetworkLocationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpsertNetworkLocationsBadRequest added in v0.2.32

func NewUpsertNetworkLocationsBadRequest() *UpsertNetworkLocationsBadRequest

NewUpsertNetworkLocationsBadRequest creates a UpsertNetworkLocationsBadRequest with default headers values

func (*UpsertNetworkLocationsBadRequest) Code added in v0.2.33

Code gets the status code for the upsert network locations bad request response

func (*UpsertNetworkLocationsBadRequest) Error added in v0.2.32

func (*UpsertNetworkLocationsBadRequest) GetPayload added in v0.2.32

func (*UpsertNetworkLocationsBadRequest) IsClientError added in v0.2.32

func (o *UpsertNetworkLocationsBadRequest) IsClientError() bool

IsClientError returns true when this upsert network locations bad request response has a 4xx status code

func (*UpsertNetworkLocationsBadRequest) IsCode added in v0.2.32

func (o *UpsertNetworkLocationsBadRequest) IsCode(code int) bool

IsCode returns true when this upsert network locations bad request response a status code equal to that given

func (*UpsertNetworkLocationsBadRequest) IsRedirect added in v0.2.32

func (o *UpsertNetworkLocationsBadRequest) IsRedirect() bool

IsRedirect returns true when this upsert network locations bad request response has a 3xx status code

func (*UpsertNetworkLocationsBadRequest) IsServerError added in v0.2.32

func (o *UpsertNetworkLocationsBadRequest) IsServerError() bool

IsServerError returns true when this upsert network locations bad request response has a 5xx status code

func (*UpsertNetworkLocationsBadRequest) IsSuccess added in v0.2.32

func (o *UpsertNetworkLocationsBadRequest) IsSuccess() bool

IsSuccess returns true when this upsert network locations bad request response has a 2xx status code

func (*UpsertNetworkLocationsBadRequest) String added in v0.2.32

type UpsertNetworkLocationsForbidden added in v0.2.32

type UpsertNetworkLocationsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UpsertNetworkLocationsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpsertNetworkLocationsForbidden added in v0.2.32

func NewUpsertNetworkLocationsForbidden() *UpsertNetworkLocationsForbidden

NewUpsertNetworkLocationsForbidden creates a UpsertNetworkLocationsForbidden with default headers values

func (*UpsertNetworkLocationsForbidden) Code added in v0.2.33

Code gets the status code for the upsert network locations forbidden response

func (*UpsertNetworkLocationsForbidden) Error added in v0.2.32

func (*UpsertNetworkLocationsForbidden) GetPayload added in v0.2.32

func (*UpsertNetworkLocationsForbidden) IsClientError added in v0.2.32

func (o *UpsertNetworkLocationsForbidden) IsClientError() bool

IsClientError returns true when this upsert network locations forbidden response has a 4xx status code

func (*UpsertNetworkLocationsForbidden) IsCode added in v0.2.32

func (o *UpsertNetworkLocationsForbidden) IsCode(code int) bool

IsCode returns true when this upsert network locations forbidden response a status code equal to that given

func (*UpsertNetworkLocationsForbidden) IsRedirect added in v0.2.32

func (o *UpsertNetworkLocationsForbidden) IsRedirect() bool

IsRedirect returns true when this upsert network locations forbidden response has a 3xx status code

func (*UpsertNetworkLocationsForbidden) IsServerError added in v0.2.32

func (o *UpsertNetworkLocationsForbidden) IsServerError() bool

IsServerError returns true when this upsert network locations forbidden response has a 5xx status code

func (*UpsertNetworkLocationsForbidden) IsSuccess added in v0.2.32

func (o *UpsertNetworkLocationsForbidden) IsSuccess() bool

IsSuccess returns true when this upsert network locations forbidden response has a 2xx status code

func (*UpsertNetworkLocationsForbidden) String added in v0.2.32

type UpsertNetworkLocationsOK added in v0.2.32

type UpsertNetworkLocationsOK 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.FwmgrMsaspecQueryResponse
}

UpsertNetworkLocationsOK describes a response with status code 200, with default header values.

OK

func NewUpsertNetworkLocationsOK added in v0.2.32

func NewUpsertNetworkLocationsOK() *UpsertNetworkLocationsOK

NewUpsertNetworkLocationsOK creates a UpsertNetworkLocationsOK with default headers values

func (*UpsertNetworkLocationsOK) Code added in v0.2.33

func (o *UpsertNetworkLocationsOK) Code() int

Code gets the status code for the upsert network locations o k response

func (*UpsertNetworkLocationsOK) Error added in v0.2.32

func (o *UpsertNetworkLocationsOK) Error() string

func (*UpsertNetworkLocationsOK) GetPayload added in v0.2.32

func (*UpsertNetworkLocationsOK) IsClientError added in v0.2.32

func (o *UpsertNetworkLocationsOK) IsClientError() bool

IsClientError returns true when this upsert network locations o k response has a 4xx status code

func (*UpsertNetworkLocationsOK) IsCode added in v0.2.32

func (o *UpsertNetworkLocationsOK) IsCode(code int) bool

IsCode returns true when this upsert network locations o k response a status code equal to that given

func (*UpsertNetworkLocationsOK) IsRedirect added in v0.2.32

func (o *UpsertNetworkLocationsOK) IsRedirect() bool

IsRedirect returns true when this upsert network locations o k response has a 3xx status code

func (*UpsertNetworkLocationsOK) IsServerError added in v0.2.32

func (o *UpsertNetworkLocationsOK) IsServerError() bool

IsServerError returns true when this upsert network locations o k response has a 5xx status code

func (*UpsertNetworkLocationsOK) IsSuccess added in v0.2.32

func (o *UpsertNetworkLocationsOK) IsSuccess() bool

IsSuccess returns true when this upsert network locations o k response has a 2xx status code

func (*UpsertNetworkLocationsOK) String added in v0.2.32

func (o *UpsertNetworkLocationsOK) String() string

type UpsertNetworkLocationsParams added in v0.2.32

type UpsertNetworkLocationsParams struct {

	// Body.
	Body *models.FwmgrAPINetworkLocationModifyRequestV1

	/* Comment.

	   Audit log comment for this action
	*/
	Comment *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpsertNetworkLocationsParams contains all the parameters to send to the API endpoint

for the upsert network locations operation.

Typically these are written to a http.Request.

func NewUpsertNetworkLocationsParams added in v0.2.32

func NewUpsertNetworkLocationsParams() *UpsertNetworkLocationsParams

NewUpsertNetworkLocationsParams creates a new UpsertNetworkLocationsParams 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 NewUpsertNetworkLocationsParamsWithContext added in v0.2.32

func NewUpsertNetworkLocationsParamsWithContext(ctx context.Context) *UpsertNetworkLocationsParams

NewUpsertNetworkLocationsParamsWithContext creates a new UpsertNetworkLocationsParams object with the ability to set a context for a request.

func NewUpsertNetworkLocationsParamsWithHTTPClient added in v0.2.32

func NewUpsertNetworkLocationsParamsWithHTTPClient(client *http.Client) *UpsertNetworkLocationsParams

NewUpsertNetworkLocationsParamsWithHTTPClient creates a new UpsertNetworkLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewUpsertNetworkLocationsParamsWithTimeout added in v0.2.32

func NewUpsertNetworkLocationsParamsWithTimeout(timeout time.Duration) *UpsertNetworkLocationsParams

NewUpsertNetworkLocationsParamsWithTimeout creates a new UpsertNetworkLocationsParams object with the ability to set a timeout on a request.

func (*UpsertNetworkLocationsParams) SetBody added in v0.2.32

SetBody adds the body to the upsert network locations params

func (*UpsertNetworkLocationsParams) SetComment added in v0.2.32

func (o *UpsertNetworkLocationsParams) SetComment(comment *string)

SetComment adds the comment to the upsert network locations params

func (*UpsertNetworkLocationsParams) SetContext added in v0.2.32

func (o *UpsertNetworkLocationsParams) SetContext(ctx context.Context)

SetContext adds the context to the upsert network locations params

func (*UpsertNetworkLocationsParams) SetDefaults added in v0.2.32

func (o *UpsertNetworkLocationsParams) SetDefaults()

SetDefaults hydrates default values in the upsert network locations params (not the query body).

All values with no default are reset to their zero value.

func (*UpsertNetworkLocationsParams) SetHTTPClient added in v0.2.32

func (o *UpsertNetworkLocationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upsert network locations params

func (*UpsertNetworkLocationsParams) SetTimeout added in v0.2.32

func (o *UpsertNetworkLocationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upsert network locations params

func (*UpsertNetworkLocationsParams) WithBody added in v0.2.32

WithBody adds the body to the upsert network locations params

func (*UpsertNetworkLocationsParams) WithComment added in v0.2.32

WithComment adds the comment to the upsert network locations params

func (*UpsertNetworkLocationsParams) WithContext added in v0.2.32

WithContext adds the context to the upsert network locations params

func (*UpsertNetworkLocationsParams) WithDefaults added in v0.2.32

WithDefaults hydrates default values in the upsert network locations params (not the query body).

All values with no default are reset to their zero value.

func (*UpsertNetworkLocationsParams) WithHTTPClient added in v0.2.32

WithHTTPClient adds the HTTPClient to the upsert network locations params

func (*UpsertNetworkLocationsParams) WithTimeout added in v0.2.32

WithTimeout adds the timeout to the upsert network locations params

func (*UpsertNetworkLocationsParams) WriteToRequest added in v0.2.32

WriteToRequest writes these params to a swagger request

type UpsertNetworkLocationsReader added in v0.2.32

type UpsertNetworkLocationsReader struct {
	// contains filtered or unexported fields
}

UpsertNetworkLocationsReader is a Reader for the UpsertNetworkLocations structure.

func (*UpsertNetworkLocationsReader) ReadResponse added in v0.2.32

func (o *UpsertNetworkLocationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpsertNetworkLocationsTooManyRequests added in v0.2.32

type UpsertNetworkLocationsTooManyRequests 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
}

UpsertNetworkLocationsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpsertNetworkLocationsTooManyRequests added in v0.2.32

func NewUpsertNetworkLocationsTooManyRequests() *UpsertNetworkLocationsTooManyRequests

NewUpsertNetworkLocationsTooManyRequests creates a UpsertNetworkLocationsTooManyRequests with default headers values

func (*UpsertNetworkLocationsTooManyRequests) Code added in v0.2.33

Code gets the status code for the upsert network locations too many requests response

func (*UpsertNetworkLocationsTooManyRequests) Error added in v0.2.32

func (*UpsertNetworkLocationsTooManyRequests) GetPayload added in v0.2.32

func (*UpsertNetworkLocationsTooManyRequests) IsClientError added in v0.2.32

func (o *UpsertNetworkLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this upsert network locations too many requests response has a 4xx status code

func (*UpsertNetworkLocationsTooManyRequests) IsCode added in v0.2.32

IsCode returns true when this upsert network locations too many requests response a status code equal to that given

func (*UpsertNetworkLocationsTooManyRequests) IsRedirect added in v0.2.32

IsRedirect returns true when this upsert network locations too many requests response has a 3xx status code

func (*UpsertNetworkLocationsTooManyRequests) IsServerError added in v0.2.32

func (o *UpsertNetworkLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this upsert network locations too many requests response has a 5xx status code

func (*UpsertNetworkLocationsTooManyRequests) IsSuccess added in v0.2.32

IsSuccess returns true when this upsert network locations too many requests response has a 2xx status code

func (*UpsertNetworkLocationsTooManyRequests) String added in v0.2.32

type ValidateFilepathPatternBadRequest added in v0.2.29

type ValidateFilepathPatternBadRequest 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.FwmgrMsaspecResponseFields
}

ValidateFilepathPatternBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateFilepathPatternBadRequest added in v0.2.29

func NewValidateFilepathPatternBadRequest() *ValidateFilepathPatternBadRequest

NewValidateFilepathPatternBadRequest creates a ValidateFilepathPatternBadRequest with default headers values

func (*ValidateFilepathPatternBadRequest) Code added in v0.2.33

Code gets the status code for the validate filepath pattern bad request response

func (*ValidateFilepathPatternBadRequest) Error added in v0.2.29

func (*ValidateFilepathPatternBadRequest) GetPayload added in v0.2.29

func (*ValidateFilepathPatternBadRequest) IsClientError added in v0.2.29

func (o *ValidateFilepathPatternBadRequest) IsClientError() bool

IsClientError returns true when this validate filepath pattern bad request response has a 4xx status code

func (*ValidateFilepathPatternBadRequest) IsCode added in v0.2.29

func (o *ValidateFilepathPatternBadRequest) IsCode(code int) bool

IsCode returns true when this validate filepath pattern bad request response a status code equal to that given

func (*ValidateFilepathPatternBadRequest) IsRedirect added in v0.2.29

func (o *ValidateFilepathPatternBadRequest) IsRedirect() bool

IsRedirect returns true when this validate filepath pattern bad request response has a 3xx status code

func (*ValidateFilepathPatternBadRequest) IsServerError added in v0.2.29

func (o *ValidateFilepathPatternBadRequest) IsServerError() bool

IsServerError returns true when this validate filepath pattern bad request response has a 5xx status code

func (*ValidateFilepathPatternBadRequest) IsSuccess added in v0.2.29

func (o *ValidateFilepathPatternBadRequest) IsSuccess() bool

IsSuccess returns true when this validate filepath pattern bad request response has a 2xx status code

func (*ValidateFilepathPatternBadRequest) String added in v0.2.29

type ValidateFilepathPatternForbidden added in v0.2.29

type ValidateFilepathPatternForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

ValidateFilepathPatternForbidden describes a response with status code 403, with default header values.

Forbidden

func NewValidateFilepathPatternForbidden added in v0.2.29

func NewValidateFilepathPatternForbidden() *ValidateFilepathPatternForbidden

NewValidateFilepathPatternForbidden creates a ValidateFilepathPatternForbidden with default headers values

func (*ValidateFilepathPatternForbidden) Code added in v0.2.33

Code gets the status code for the validate filepath pattern forbidden response

func (*ValidateFilepathPatternForbidden) Error added in v0.2.29

func (*ValidateFilepathPatternForbidden) GetPayload added in v0.2.29

func (*ValidateFilepathPatternForbidden) IsClientError added in v0.2.29

func (o *ValidateFilepathPatternForbidden) IsClientError() bool

IsClientError returns true when this validate filepath pattern forbidden response has a 4xx status code

func (*ValidateFilepathPatternForbidden) IsCode added in v0.2.29

func (o *ValidateFilepathPatternForbidden) IsCode(code int) bool

IsCode returns true when this validate filepath pattern forbidden response a status code equal to that given

func (*ValidateFilepathPatternForbidden) IsRedirect added in v0.2.29

func (o *ValidateFilepathPatternForbidden) IsRedirect() bool

IsRedirect returns true when this validate filepath pattern forbidden response has a 3xx status code

func (*ValidateFilepathPatternForbidden) IsServerError added in v0.2.29

func (o *ValidateFilepathPatternForbidden) IsServerError() bool

IsServerError returns true when this validate filepath pattern forbidden response has a 5xx status code

func (*ValidateFilepathPatternForbidden) IsSuccess added in v0.2.29

func (o *ValidateFilepathPatternForbidden) IsSuccess() bool

IsSuccess returns true when this validate filepath pattern forbidden response has a 2xx status code

func (*ValidateFilepathPatternForbidden) String added in v0.2.29

type ValidateFilepathPatternOK added in v0.2.29

type ValidateFilepathPatternOK 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.FwmgrAPIValidateFilepathResponse
}

ValidateFilepathPatternOK describes a response with status code 200, with default header values.

OK

func NewValidateFilepathPatternOK added in v0.2.29

func NewValidateFilepathPatternOK() *ValidateFilepathPatternOK

NewValidateFilepathPatternOK creates a ValidateFilepathPatternOK with default headers values

func (*ValidateFilepathPatternOK) Code added in v0.2.33

func (o *ValidateFilepathPatternOK) Code() int

Code gets the status code for the validate filepath pattern o k response

func (*ValidateFilepathPatternOK) Error added in v0.2.29

func (o *ValidateFilepathPatternOK) Error() string

func (*ValidateFilepathPatternOK) GetPayload added in v0.2.29

func (*ValidateFilepathPatternOK) IsClientError added in v0.2.29

func (o *ValidateFilepathPatternOK) IsClientError() bool

IsClientError returns true when this validate filepath pattern o k response has a 4xx status code

func (*ValidateFilepathPatternOK) IsCode added in v0.2.29

func (o *ValidateFilepathPatternOK) IsCode(code int) bool

IsCode returns true when this validate filepath pattern o k response a status code equal to that given

func (*ValidateFilepathPatternOK) IsRedirect added in v0.2.29

func (o *ValidateFilepathPatternOK) IsRedirect() bool

IsRedirect returns true when this validate filepath pattern o k response has a 3xx status code

func (*ValidateFilepathPatternOK) IsServerError added in v0.2.29

func (o *ValidateFilepathPatternOK) IsServerError() bool

IsServerError returns true when this validate filepath pattern o k response has a 5xx status code

func (*ValidateFilepathPatternOK) IsSuccess added in v0.2.29

func (o *ValidateFilepathPatternOK) IsSuccess() bool

IsSuccess returns true when this validate filepath pattern o k response has a 2xx status code

func (*ValidateFilepathPatternOK) String added in v0.2.29

func (o *ValidateFilepathPatternOK) String() string

type ValidateFilepathPatternParams added in v0.2.29

type ValidateFilepathPatternParams struct {

	// Body.
	Body *models.FwmgrAPIFilepathTestRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ValidateFilepathPatternParams contains all the parameters to send to the API endpoint

for the validate filepath pattern operation.

Typically these are written to a http.Request.

func NewValidateFilepathPatternParams added in v0.2.29

func NewValidateFilepathPatternParams() *ValidateFilepathPatternParams

NewValidateFilepathPatternParams creates a new ValidateFilepathPatternParams 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 NewValidateFilepathPatternParamsWithContext added in v0.2.29

func NewValidateFilepathPatternParamsWithContext(ctx context.Context) *ValidateFilepathPatternParams

NewValidateFilepathPatternParamsWithContext creates a new ValidateFilepathPatternParams object with the ability to set a context for a request.

func NewValidateFilepathPatternParamsWithHTTPClient added in v0.2.29

func NewValidateFilepathPatternParamsWithHTTPClient(client *http.Client) *ValidateFilepathPatternParams

NewValidateFilepathPatternParamsWithHTTPClient creates a new ValidateFilepathPatternParams object with the ability to set a custom HTTPClient for a request.

func NewValidateFilepathPatternParamsWithTimeout added in v0.2.29

func NewValidateFilepathPatternParamsWithTimeout(timeout time.Duration) *ValidateFilepathPatternParams

NewValidateFilepathPatternParamsWithTimeout creates a new ValidateFilepathPatternParams object with the ability to set a timeout on a request.

func (*ValidateFilepathPatternParams) SetBody added in v0.2.29

SetBody adds the body to the validate filepath pattern params

func (*ValidateFilepathPatternParams) SetContext added in v0.2.29

func (o *ValidateFilepathPatternParams) SetContext(ctx context.Context)

SetContext adds the context to the validate filepath pattern params

func (*ValidateFilepathPatternParams) SetDefaults added in v0.2.29

func (o *ValidateFilepathPatternParams) SetDefaults()

SetDefaults hydrates default values in the validate filepath pattern params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateFilepathPatternParams) SetHTTPClient added in v0.2.29

func (o *ValidateFilepathPatternParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the validate filepath pattern params

func (*ValidateFilepathPatternParams) SetTimeout added in v0.2.29

func (o *ValidateFilepathPatternParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the validate filepath pattern params

func (*ValidateFilepathPatternParams) WithBody added in v0.2.29

WithBody adds the body to the validate filepath pattern params

func (*ValidateFilepathPatternParams) WithContext added in v0.2.29

WithContext adds the context to the validate filepath pattern params

func (*ValidateFilepathPatternParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the validate filepath pattern params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateFilepathPatternParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the validate filepath pattern params

func (*ValidateFilepathPatternParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the validate filepath pattern params

func (*ValidateFilepathPatternParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type ValidateFilepathPatternReader added in v0.2.29

type ValidateFilepathPatternReader struct {
	// contains filtered or unexported fields
}

ValidateFilepathPatternReader is a Reader for the ValidateFilepathPattern structure.

func (*ValidateFilepathPatternReader) ReadResponse added in v0.2.29

func (o *ValidateFilepathPatternReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ValidateFilepathPatternTooManyRequests added in v0.2.29

type ValidateFilepathPatternTooManyRequests 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
}

ValidateFilepathPatternTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewValidateFilepathPatternTooManyRequests added in v0.2.29

func NewValidateFilepathPatternTooManyRequests() *ValidateFilepathPatternTooManyRequests

NewValidateFilepathPatternTooManyRequests creates a ValidateFilepathPatternTooManyRequests with default headers values

func (*ValidateFilepathPatternTooManyRequests) Code added in v0.2.33

Code gets the status code for the validate filepath pattern too many requests response

func (*ValidateFilepathPatternTooManyRequests) Error added in v0.2.29

func (*ValidateFilepathPatternTooManyRequests) GetPayload added in v0.2.29

func (*ValidateFilepathPatternTooManyRequests) IsClientError added in v0.2.29

func (o *ValidateFilepathPatternTooManyRequests) IsClientError() bool

IsClientError returns true when this validate filepath pattern too many requests response has a 4xx status code

func (*ValidateFilepathPatternTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this validate filepath pattern too many requests response a status code equal to that given

func (*ValidateFilepathPatternTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this validate filepath pattern too many requests response has a 3xx status code

func (*ValidateFilepathPatternTooManyRequests) IsServerError added in v0.2.29

func (o *ValidateFilepathPatternTooManyRequests) IsServerError() bool

IsServerError returns true when this validate filepath pattern too many requests response has a 5xx status code

func (*ValidateFilepathPatternTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this validate filepath pattern too many requests response has a 2xx status code

func (*ValidateFilepathPatternTooManyRequests) String added in v0.2.29

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL