Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateFirewallPolicies(params *CreateFirewallPoliciesParams, opts ...ClientOption) (*CreateFirewallPoliciesCreated, error)
- func (a *Client) DeleteFirewallPolicies(params *DeleteFirewallPoliciesParams, opts ...ClientOption) (*DeleteFirewallPoliciesOK, error)
- func (a *Client) GetFirewallPolicies(params *GetFirewallPoliciesParams, opts ...ClientOption) (*GetFirewallPoliciesOK, error)
- func (a *Client) PerformFirewallPoliciesAction(params *PerformFirewallPoliciesActionParams, opts ...ClientOption) (*PerformFirewallPoliciesActionOK, error)
- func (a *Client) QueryCombinedFirewallPolicies(params *QueryCombinedFirewallPoliciesParams, opts ...ClientOption) (*QueryCombinedFirewallPoliciesOK, error)
- func (a *Client) QueryCombinedFirewallPolicyMembers(params *QueryCombinedFirewallPolicyMembersParams, opts ...ClientOption) (*QueryCombinedFirewallPolicyMembersOK, error)
- func (a *Client) QueryFirewallPolicies(params *QueryFirewallPoliciesParams, opts ...ClientOption) (*QueryFirewallPoliciesOK, error)
- func (a *Client) QueryFirewallPolicyMembers(params *QueryFirewallPolicyMembersParams, opts ...ClientOption) (*QueryFirewallPolicyMembersOK, error)
- func (a *Client) SetFirewallPoliciesPrecedence(params *SetFirewallPoliciesPrecedenceParams, opts ...ClientOption) (*SetFirewallPoliciesPrecedenceOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateFirewallPolicies(params *UpdateFirewallPoliciesParams, opts ...ClientOption) (*UpdateFirewallPoliciesOK, error)
- type ClientOption
- type ClientService
- type CreateFirewallPoliciesBadRequest
- func (o *CreateFirewallPoliciesBadRequest) Code() int
- func (o *CreateFirewallPoliciesBadRequest) Error() string
- func (o *CreateFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
- func (o *CreateFirewallPoliciesBadRequest) IsClientError() bool
- func (o *CreateFirewallPoliciesBadRequest) IsCode(code int) bool
- func (o *CreateFirewallPoliciesBadRequest) IsRedirect() bool
- func (o *CreateFirewallPoliciesBadRequest) IsServerError() bool
- func (o *CreateFirewallPoliciesBadRequest) IsSuccess() bool
- func (o *CreateFirewallPoliciesBadRequest) String() string
- type CreateFirewallPoliciesCreated
- func (o *CreateFirewallPoliciesCreated) Code() int
- func (o *CreateFirewallPoliciesCreated) Error() string
- func (o *CreateFirewallPoliciesCreated) GetPayload() *models.FirewallRespV1
- func (o *CreateFirewallPoliciesCreated) IsClientError() bool
- func (o *CreateFirewallPoliciesCreated) IsCode(code int) bool
- func (o *CreateFirewallPoliciesCreated) IsRedirect() bool
- func (o *CreateFirewallPoliciesCreated) IsServerError() bool
- func (o *CreateFirewallPoliciesCreated) IsSuccess() bool
- func (o *CreateFirewallPoliciesCreated) String() string
- type CreateFirewallPoliciesForbidden
- func (o *CreateFirewallPoliciesForbidden) Code() int
- func (o *CreateFirewallPoliciesForbidden) Error() string
- func (o *CreateFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *CreateFirewallPoliciesForbidden) IsClientError() bool
- func (o *CreateFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *CreateFirewallPoliciesForbidden) IsRedirect() bool
- func (o *CreateFirewallPoliciesForbidden) IsServerError() bool
- func (o *CreateFirewallPoliciesForbidden) IsSuccess() bool
- func (o *CreateFirewallPoliciesForbidden) String() string
- type CreateFirewallPoliciesInternalServerError
- func (o *CreateFirewallPoliciesInternalServerError) Code() int
- func (o *CreateFirewallPoliciesInternalServerError) Error() string
- func (o *CreateFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
- func (o *CreateFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *CreateFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *CreateFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *CreateFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *CreateFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *CreateFirewallPoliciesInternalServerError) String() string
- type CreateFirewallPoliciesNotFound
- func (o *CreateFirewallPoliciesNotFound) Code() int
- func (o *CreateFirewallPoliciesNotFound) Error() string
- func (o *CreateFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
- func (o *CreateFirewallPoliciesNotFound) IsClientError() bool
- func (o *CreateFirewallPoliciesNotFound) IsCode(code int) bool
- func (o *CreateFirewallPoliciesNotFound) IsRedirect() bool
- func (o *CreateFirewallPoliciesNotFound) IsServerError() bool
- func (o *CreateFirewallPoliciesNotFound) IsSuccess() bool
- func (o *CreateFirewallPoliciesNotFound) String() string
- type CreateFirewallPoliciesParams
- func NewCreateFirewallPoliciesParams() *CreateFirewallPoliciesParams
- func NewCreateFirewallPoliciesParamsWithContext(ctx context.Context) *CreateFirewallPoliciesParams
- func NewCreateFirewallPoliciesParamsWithHTTPClient(client *http.Client) *CreateFirewallPoliciesParams
- func NewCreateFirewallPoliciesParamsWithTimeout(timeout time.Duration) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) SetBody(body *models.FirewallCreateFirewallPoliciesReqV1)
- func (o *CreateFirewallPoliciesParams) SetCloneID(cloneID *string)
- func (o *CreateFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *CreateFirewallPoliciesParams) SetDefaults()
- func (o *CreateFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *CreateFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *CreateFirewallPoliciesParams) WithBody(body *models.FirewallCreateFirewallPoliciesReqV1) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WithCloneID(cloneID *string) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WithContext(ctx context.Context) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WithDefaults() *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WithHTTPClient(client *http.Client) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WithTimeout(timeout time.Duration) *CreateFirewallPoliciesParams
- func (o *CreateFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFirewallPoliciesReader
- type CreateFirewallPoliciesTooManyRequests
- func (o *CreateFirewallPoliciesTooManyRequests) Code() int
- func (o *CreateFirewallPoliciesTooManyRequests) Error() string
- func (o *CreateFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *CreateFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *CreateFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *CreateFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *CreateFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *CreateFirewallPoliciesTooManyRequests) String() string
- type DeleteFirewallPoliciesForbidden
- func (o *DeleteFirewallPoliciesForbidden) Code() int
- func (o *DeleteFirewallPoliciesForbidden) Error() string
- func (o *DeleteFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *DeleteFirewallPoliciesForbidden) IsClientError() bool
- func (o *DeleteFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *DeleteFirewallPoliciesForbidden) IsRedirect() bool
- func (o *DeleteFirewallPoliciesForbidden) IsServerError() bool
- func (o *DeleteFirewallPoliciesForbidden) IsSuccess() bool
- func (o *DeleteFirewallPoliciesForbidden) String() string
- type DeleteFirewallPoliciesInternalServerError
- func (o *DeleteFirewallPoliciesInternalServerError) Code() int
- func (o *DeleteFirewallPoliciesInternalServerError) Error() string
- func (o *DeleteFirewallPoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *DeleteFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *DeleteFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *DeleteFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *DeleteFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *DeleteFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *DeleteFirewallPoliciesInternalServerError) String() string
- type DeleteFirewallPoliciesNotFound
- func (o *DeleteFirewallPoliciesNotFound) Code() int
- func (o *DeleteFirewallPoliciesNotFound) Error() string
- func (o *DeleteFirewallPoliciesNotFound) GetPayload() *models.MsaQueryResponse
- func (o *DeleteFirewallPoliciesNotFound) IsClientError() bool
- func (o *DeleteFirewallPoliciesNotFound) IsCode(code int) bool
- func (o *DeleteFirewallPoliciesNotFound) IsRedirect() bool
- func (o *DeleteFirewallPoliciesNotFound) IsServerError() bool
- func (o *DeleteFirewallPoliciesNotFound) IsSuccess() bool
- func (o *DeleteFirewallPoliciesNotFound) String() string
- type DeleteFirewallPoliciesOK
- func (o *DeleteFirewallPoliciesOK) Code() int
- func (o *DeleteFirewallPoliciesOK) Error() string
- func (o *DeleteFirewallPoliciesOK) GetPayload() *models.MsaQueryResponse
- func (o *DeleteFirewallPoliciesOK) IsClientError() bool
- func (o *DeleteFirewallPoliciesOK) IsCode(code int) bool
- func (o *DeleteFirewallPoliciesOK) IsRedirect() bool
- func (o *DeleteFirewallPoliciesOK) IsServerError() bool
- func (o *DeleteFirewallPoliciesOK) IsSuccess() bool
- func (o *DeleteFirewallPoliciesOK) String() string
- type DeleteFirewallPoliciesParams
- func NewDeleteFirewallPoliciesParams() *DeleteFirewallPoliciesParams
- func NewDeleteFirewallPoliciesParamsWithContext(ctx context.Context) *DeleteFirewallPoliciesParams
- func NewDeleteFirewallPoliciesParamsWithHTTPClient(client *http.Client) *DeleteFirewallPoliciesParams
- func NewDeleteFirewallPoliciesParamsWithTimeout(timeout time.Duration) *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *DeleteFirewallPoliciesParams) SetDefaults()
- func (o *DeleteFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFirewallPoliciesParams) SetIds(ids []string)
- func (o *DeleteFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFirewallPoliciesParams) WithContext(ctx context.Context) *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) WithDefaults() *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) WithHTTPClient(client *http.Client) *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) WithIds(ids []string) *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) WithTimeout(timeout time.Duration) *DeleteFirewallPoliciesParams
- func (o *DeleteFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFirewallPoliciesReader
- type DeleteFirewallPoliciesTooManyRequests
- func (o *DeleteFirewallPoliciesTooManyRequests) Code() int
- func (o *DeleteFirewallPoliciesTooManyRequests) Error() string
- func (o *DeleteFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *DeleteFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *DeleteFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *DeleteFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *DeleteFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *DeleteFirewallPoliciesTooManyRequests) String() string
- type GetFirewallPoliciesForbidden
- func (o *GetFirewallPoliciesForbidden) Code() int
- func (o *GetFirewallPoliciesForbidden) Error() string
- func (o *GetFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *GetFirewallPoliciesForbidden) IsClientError() bool
- func (o *GetFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *GetFirewallPoliciesForbidden) IsRedirect() bool
- func (o *GetFirewallPoliciesForbidden) IsServerError() bool
- func (o *GetFirewallPoliciesForbidden) IsSuccess() bool
- func (o *GetFirewallPoliciesForbidden) String() string
- type GetFirewallPoliciesInternalServerError
- func (o *GetFirewallPoliciesInternalServerError) Code() int
- func (o *GetFirewallPoliciesInternalServerError) Error() string
- func (o *GetFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
- func (o *GetFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *GetFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *GetFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *GetFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *GetFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *GetFirewallPoliciesInternalServerError) String() string
- type GetFirewallPoliciesNotFound
- func (o *GetFirewallPoliciesNotFound) Code() int
- func (o *GetFirewallPoliciesNotFound) Error() string
- func (o *GetFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
- func (o *GetFirewallPoliciesNotFound) IsClientError() bool
- func (o *GetFirewallPoliciesNotFound) IsCode(code int) bool
- func (o *GetFirewallPoliciesNotFound) IsRedirect() bool
- func (o *GetFirewallPoliciesNotFound) IsServerError() bool
- func (o *GetFirewallPoliciesNotFound) IsSuccess() bool
- func (o *GetFirewallPoliciesNotFound) String() string
- type GetFirewallPoliciesOK
- func (o *GetFirewallPoliciesOK) Code() int
- func (o *GetFirewallPoliciesOK) Error() string
- func (o *GetFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
- func (o *GetFirewallPoliciesOK) IsClientError() bool
- func (o *GetFirewallPoliciesOK) IsCode(code int) bool
- func (o *GetFirewallPoliciesOK) IsRedirect() bool
- func (o *GetFirewallPoliciesOK) IsServerError() bool
- func (o *GetFirewallPoliciesOK) IsSuccess() bool
- func (o *GetFirewallPoliciesOK) String() string
- type GetFirewallPoliciesParams
- func NewGetFirewallPoliciesParams() *GetFirewallPoliciesParams
- func NewGetFirewallPoliciesParamsWithContext(ctx context.Context) *GetFirewallPoliciesParams
- func NewGetFirewallPoliciesParamsWithHTTPClient(client *http.Client) *GetFirewallPoliciesParams
- func NewGetFirewallPoliciesParamsWithTimeout(timeout time.Duration) *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *GetFirewallPoliciesParams) SetDefaults()
- func (o *GetFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *GetFirewallPoliciesParams) SetIds(ids []string)
- func (o *GetFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *GetFirewallPoliciesParams) WithContext(ctx context.Context) *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) WithDefaults() *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) WithHTTPClient(client *http.Client) *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) WithIds(ids []string) *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) WithTimeout(timeout time.Duration) *GetFirewallPoliciesParams
- func (o *GetFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFirewallPoliciesReader
- type GetFirewallPoliciesTooManyRequests
- func (o *GetFirewallPoliciesTooManyRequests) Code() int
- func (o *GetFirewallPoliciesTooManyRequests) Error() string
- func (o *GetFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *GetFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *GetFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *GetFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *GetFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *GetFirewallPoliciesTooManyRequests) String() string
- type PerformFirewallPoliciesActionBadRequest
- func (o *PerformFirewallPoliciesActionBadRequest) Code() int
- func (o *PerformFirewallPoliciesActionBadRequest) Error() string
- func (o *PerformFirewallPoliciesActionBadRequest) GetPayload() *models.FirewallRespV1
- func (o *PerformFirewallPoliciesActionBadRequest) IsClientError() bool
- func (o *PerformFirewallPoliciesActionBadRequest) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionBadRequest) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionBadRequest) IsServerError() bool
- func (o *PerformFirewallPoliciesActionBadRequest) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionBadRequest) String() string
- type PerformFirewallPoliciesActionForbidden
- func (o *PerformFirewallPoliciesActionForbidden) Code() int
- func (o *PerformFirewallPoliciesActionForbidden) Error() string
- func (o *PerformFirewallPoliciesActionForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *PerformFirewallPoliciesActionForbidden) IsClientError() bool
- func (o *PerformFirewallPoliciesActionForbidden) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionForbidden) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionForbidden) IsServerError() bool
- func (o *PerformFirewallPoliciesActionForbidden) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionForbidden) String() string
- type PerformFirewallPoliciesActionInternalServerError
- func (o *PerformFirewallPoliciesActionInternalServerError) Code() int
- func (o *PerformFirewallPoliciesActionInternalServerError) Error() string
- func (o *PerformFirewallPoliciesActionInternalServerError) GetPayload() *models.FirewallRespV1
- func (o *PerformFirewallPoliciesActionInternalServerError) IsClientError() bool
- func (o *PerformFirewallPoliciesActionInternalServerError) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionInternalServerError) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionInternalServerError) IsServerError() bool
- func (o *PerformFirewallPoliciesActionInternalServerError) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionInternalServerError) String() string
- type PerformFirewallPoliciesActionNotFound
- func (o *PerformFirewallPoliciesActionNotFound) Code() int
- func (o *PerformFirewallPoliciesActionNotFound) Error() string
- func (o *PerformFirewallPoliciesActionNotFound) GetPayload() *models.FirewallRespV1
- func (o *PerformFirewallPoliciesActionNotFound) IsClientError() bool
- func (o *PerformFirewallPoliciesActionNotFound) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionNotFound) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionNotFound) IsServerError() bool
- func (o *PerformFirewallPoliciesActionNotFound) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionNotFound) String() string
- type PerformFirewallPoliciesActionOK
- func (o *PerformFirewallPoliciesActionOK) Code() int
- func (o *PerformFirewallPoliciesActionOK) Error() string
- func (o *PerformFirewallPoliciesActionOK) GetPayload() *models.FirewallRespV1
- func (o *PerformFirewallPoliciesActionOK) IsClientError() bool
- func (o *PerformFirewallPoliciesActionOK) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionOK) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionOK) IsServerError() bool
- func (o *PerformFirewallPoliciesActionOK) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionOK) String() string
- type PerformFirewallPoliciesActionParams
- func NewPerformFirewallPoliciesActionParams() *PerformFirewallPoliciesActionParams
- func NewPerformFirewallPoliciesActionParamsWithContext(ctx context.Context) *PerformFirewallPoliciesActionParams
- func NewPerformFirewallPoliciesActionParamsWithHTTPClient(client *http.Client) *PerformFirewallPoliciesActionParams
- func NewPerformFirewallPoliciesActionParamsWithTimeout(timeout time.Duration) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) SetActionName(actionName string)
- func (o *PerformFirewallPoliciesActionParams) SetBody(body *models.MsaEntityActionRequestV2)
- func (o *PerformFirewallPoliciesActionParams) SetContext(ctx context.Context)
- func (o *PerformFirewallPoliciesActionParams) SetDefaults()
- func (o *PerformFirewallPoliciesActionParams) SetHTTPClient(client *http.Client)
- func (o *PerformFirewallPoliciesActionParams) SetTimeout(timeout time.Duration)
- func (o *PerformFirewallPoliciesActionParams) WithActionName(actionName string) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WithContext(ctx context.Context) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WithDefaults() *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WithHTTPClient(client *http.Client) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WithTimeout(timeout time.Duration) *PerformFirewallPoliciesActionParams
- func (o *PerformFirewallPoliciesActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PerformFirewallPoliciesActionReader
- type PerformFirewallPoliciesActionTooManyRequests
- func (o *PerformFirewallPoliciesActionTooManyRequests) Code() int
- func (o *PerformFirewallPoliciesActionTooManyRequests) Error() string
- func (o *PerformFirewallPoliciesActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformFirewallPoliciesActionTooManyRequests) IsClientError() bool
- func (o *PerformFirewallPoliciesActionTooManyRequests) IsCode(code int) bool
- func (o *PerformFirewallPoliciesActionTooManyRequests) IsRedirect() bool
- func (o *PerformFirewallPoliciesActionTooManyRequests) IsServerError() bool
- func (o *PerformFirewallPoliciesActionTooManyRequests) IsSuccess() bool
- func (o *PerformFirewallPoliciesActionTooManyRequests) String() string
- type QueryCombinedFirewallPoliciesBadRequest
- func (o *QueryCombinedFirewallPoliciesBadRequest) Code() int
- func (o *QueryCombinedFirewallPoliciesBadRequest) Error() string
- func (o *QueryCombinedFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
- func (o *QueryCombinedFirewallPoliciesBadRequest) IsClientError() bool
- func (o *QueryCombinedFirewallPoliciesBadRequest) IsCode(code int) bool
- func (o *QueryCombinedFirewallPoliciesBadRequest) IsRedirect() bool
- func (o *QueryCombinedFirewallPoliciesBadRequest) IsServerError() bool
- func (o *QueryCombinedFirewallPoliciesBadRequest) IsSuccess() bool
- func (o *QueryCombinedFirewallPoliciesBadRequest) String() string
- type QueryCombinedFirewallPoliciesForbidden
- func (o *QueryCombinedFirewallPoliciesForbidden) Code() int
- func (o *QueryCombinedFirewallPoliciesForbidden) Error() string
- func (o *QueryCombinedFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryCombinedFirewallPoliciesForbidden) IsClientError() bool
- func (o *QueryCombinedFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *QueryCombinedFirewallPoliciesForbidden) IsRedirect() bool
- func (o *QueryCombinedFirewallPoliciesForbidden) IsServerError() bool
- func (o *QueryCombinedFirewallPoliciesForbidden) IsSuccess() bool
- func (o *QueryCombinedFirewallPoliciesForbidden) String() string
- type QueryCombinedFirewallPoliciesInternalServerError
- func (o *QueryCombinedFirewallPoliciesInternalServerError) Code() int
- func (o *QueryCombinedFirewallPoliciesInternalServerError) Error() string
- func (o *QueryCombinedFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
- func (o *QueryCombinedFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *QueryCombinedFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *QueryCombinedFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *QueryCombinedFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *QueryCombinedFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *QueryCombinedFirewallPoliciesInternalServerError) String() string
- type QueryCombinedFirewallPoliciesOK
- func (o *QueryCombinedFirewallPoliciesOK) Code() int
- func (o *QueryCombinedFirewallPoliciesOK) Error() string
- func (o *QueryCombinedFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
- func (o *QueryCombinedFirewallPoliciesOK) IsClientError() bool
- func (o *QueryCombinedFirewallPoliciesOK) IsCode(code int) bool
- func (o *QueryCombinedFirewallPoliciesOK) IsRedirect() bool
- func (o *QueryCombinedFirewallPoliciesOK) IsServerError() bool
- func (o *QueryCombinedFirewallPoliciesOK) IsSuccess() bool
- func (o *QueryCombinedFirewallPoliciesOK) String() string
- type QueryCombinedFirewallPoliciesParams
- func NewQueryCombinedFirewallPoliciesParams() *QueryCombinedFirewallPoliciesParams
- func NewQueryCombinedFirewallPoliciesParamsWithContext(ctx context.Context) *QueryCombinedFirewallPoliciesParams
- func NewQueryCombinedFirewallPoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedFirewallPoliciesParams
- func NewQueryCombinedFirewallPoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *QueryCombinedFirewallPoliciesParams) SetDefaults()
- func (o *QueryCombinedFirewallPoliciesParams) SetFilter(filter *string)
- func (o *QueryCombinedFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedFirewallPoliciesParams) SetLimit(limit *int64)
- func (o *QueryCombinedFirewallPoliciesParams) SetOffset(offset *int64)
- func (o *QueryCombinedFirewallPoliciesParams) SetSort(sort *string)
- func (o *QueryCombinedFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedFirewallPoliciesParams) WithContext(ctx context.Context) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithDefaults() *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithFilter(filter *string) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithHTTPClient(client *http.Client) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithLimit(limit *int64) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithOffset(offset *int64) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithSort(sort *string) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WithTimeout(timeout time.Duration) *QueryCombinedFirewallPoliciesParams
- func (o *QueryCombinedFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedFirewallPoliciesReader
- type QueryCombinedFirewallPoliciesTooManyRequests
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) Code() int
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) Error() string
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *QueryCombinedFirewallPoliciesTooManyRequests) String() string
- type QueryCombinedFirewallPolicyMembersBadRequest
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) Code() int
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) Error() string
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersBadRequest) String() string
- type QueryCombinedFirewallPolicyMembersForbidden
- func (o *QueryCombinedFirewallPolicyMembersForbidden) Code() int
- func (o *QueryCombinedFirewallPolicyMembersForbidden) Error() string
- func (o *QueryCombinedFirewallPolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryCombinedFirewallPolicyMembersForbidden) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersForbidden) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersForbidden) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersForbidden) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersForbidden) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersForbidden) String() string
- type QueryCombinedFirewallPolicyMembersInternalServerError
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) Code() int
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) Error() string
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersInternalServerError) String() string
- type QueryCombinedFirewallPolicyMembersNotFound
- func (o *QueryCombinedFirewallPolicyMembersNotFound) Code() int
- func (o *QueryCombinedFirewallPolicyMembersNotFound) Error() string
- func (o *QueryCombinedFirewallPolicyMembersNotFound) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedFirewallPolicyMembersNotFound) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersNotFound) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersNotFound) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersNotFound) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersNotFound) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersNotFound) String() string
- type QueryCombinedFirewallPolicyMembersOK
- func (o *QueryCombinedFirewallPolicyMembersOK) Code() int
- func (o *QueryCombinedFirewallPolicyMembersOK) Error() string
- func (o *QueryCombinedFirewallPolicyMembersOK) GetPayload() *models.BasePolicyMembersRespV1
- func (o *QueryCombinedFirewallPolicyMembersOK) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersOK) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersOK) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersOK) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersOK) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersOK) String() string
- type QueryCombinedFirewallPolicyMembersParams
- func NewQueryCombinedFirewallPolicyMembersParams() *QueryCombinedFirewallPolicyMembersParams
- func NewQueryCombinedFirewallPolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedFirewallPolicyMembersParams
- func NewQueryCombinedFirewallPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedFirewallPolicyMembersParams
- func NewQueryCombinedFirewallPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) SetContext(ctx context.Context)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetDefaults()
- func (o *QueryCombinedFirewallPolicyMembersParams) SetFilter(filter *string)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetID(id *string)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetLimit(limit *int64)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetOffset(offset *int64)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetSort(sort *string)
- func (o *QueryCombinedFirewallPolicyMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedFirewallPolicyMembersParams) WithContext(ctx context.Context) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithDefaults() *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithFilter(filter *string) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithID(id *string) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithLimit(limit *int64) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithOffset(offset *int64) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithSort(sort *string) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedFirewallPolicyMembersParams
- func (o *QueryCombinedFirewallPolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedFirewallPolicyMembersReader
- type QueryCombinedFirewallPolicyMembersTooManyRequests
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) Code() int
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) Error() string
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsClientError() bool
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsCode(code int) bool
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsRedirect() bool
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsServerError() bool
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsSuccess() bool
- func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) String() string
- type QueryFirewallPoliciesBadRequest
- func (o *QueryFirewallPoliciesBadRequest) Code() int
- func (o *QueryFirewallPoliciesBadRequest) Error() string
- func (o *QueryFirewallPoliciesBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPoliciesBadRequest) IsClientError() bool
- func (o *QueryFirewallPoliciesBadRequest) IsCode(code int) bool
- func (o *QueryFirewallPoliciesBadRequest) IsRedirect() bool
- func (o *QueryFirewallPoliciesBadRequest) IsServerError() bool
- func (o *QueryFirewallPoliciesBadRequest) IsSuccess() bool
- func (o *QueryFirewallPoliciesBadRequest) String() string
- type QueryFirewallPoliciesForbidden
- func (o *QueryFirewallPoliciesForbidden) Code() int
- func (o *QueryFirewallPoliciesForbidden) Error() string
- func (o *QueryFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryFirewallPoliciesForbidden) IsClientError() bool
- func (o *QueryFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *QueryFirewallPoliciesForbidden) IsRedirect() bool
- func (o *QueryFirewallPoliciesForbidden) IsServerError() bool
- func (o *QueryFirewallPoliciesForbidden) IsSuccess() bool
- func (o *QueryFirewallPoliciesForbidden) String() string
- type QueryFirewallPoliciesInternalServerError
- func (o *QueryFirewallPoliciesInternalServerError) Code() int
- func (o *QueryFirewallPoliciesInternalServerError) Error() string
- func (o *QueryFirewallPoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *QueryFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *QueryFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *QueryFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *QueryFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *QueryFirewallPoliciesInternalServerError) String() string
- type QueryFirewallPoliciesOK
- func (o *QueryFirewallPoliciesOK) Code() int
- func (o *QueryFirewallPoliciesOK) Error() string
- func (o *QueryFirewallPoliciesOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPoliciesOK) IsClientError() bool
- func (o *QueryFirewallPoliciesOK) IsCode(code int) bool
- func (o *QueryFirewallPoliciesOK) IsRedirect() bool
- func (o *QueryFirewallPoliciesOK) IsServerError() bool
- func (o *QueryFirewallPoliciesOK) IsSuccess() bool
- func (o *QueryFirewallPoliciesOK) String() string
- type QueryFirewallPoliciesParams
- func NewQueryFirewallPoliciesParams() *QueryFirewallPoliciesParams
- func NewQueryFirewallPoliciesParamsWithContext(ctx context.Context) *QueryFirewallPoliciesParams
- func NewQueryFirewallPoliciesParamsWithHTTPClient(client *http.Client) *QueryFirewallPoliciesParams
- func NewQueryFirewallPoliciesParamsWithTimeout(timeout time.Duration) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *QueryFirewallPoliciesParams) SetDefaults()
- func (o *QueryFirewallPoliciesParams) SetFilter(filter *string)
- func (o *QueryFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *QueryFirewallPoliciesParams) SetLimit(limit *int64)
- func (o *QueryFirewallPoliciesParams) SetOffset(offset *int64)
- func (o *QueryFirewallPoliciesParams) SetSort(sort *string)
- func (o *QueryFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *QueryFirewallPoliciesParams) WithContext(ctx context.Context) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithDefaults() *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithFilter(filter *string) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithHTTPClient(client *http.Client) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithLimit(limit *int64) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithOffset(offset *int64) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithSort(sort *string) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WithTimeout(timeout time.Duration) *QueryFirewallPoliciesParams
- func (o *QueryFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryFirewallPoliciesReader
- type QueryFirewallPoliciesTooManyRequests
- func (o *QueryFirewallPoliciesTooManyRequests) Code() int
- func (o *QueryFirewallPoliciesTooManyRequests) Error() string
- func (o *QueryFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *QueryFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *QueryFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *QueryFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *QueryFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *QueryFirewallPoliciesTooManyRequests) String() string
- type QueryFirewallPolicyMembersBadRequest
- func (o *QueryFirewallPolicyMembersBadRequest) Code() int
- func (o *QueryFirewallPolicyMembersBadRequest) Error() string
- func (o *QueryFirewallPolicyMembersBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPolicyMembersBadRequest) IsClientError() bool
- func (o *QueryFirewallPolicyMembersBadRequest) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersBadRequest) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersBadRequest) IsServerError() bool
- func (o *QueryFirewallPolicyMembersBadRequest) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersBadRequest) String() string
- type QueryFirewallPolicyMembersForbidden
- func (o *QueryFirewallPolicyMembersForbidden) Code() int
- func (o *QueryFirewallPolicyMembersForbidden) Error() string
- func (o *QueryFirewallPolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *QueryFirewallPolicyMembersForbidden) IsClientError() bool
- func (o *QueryFirewallPolicyMembersForbidden) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersForbidden) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersForbidden) IsServerError() bool
- func (o *QueryFirewallPolicyMembersForbidden) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersForbidden) String() string
- type QueryFirewallPolicyMembersInternalServerError
- func (o *QueryFirewallPolicyMembersInternalServerError) Code() int
- func (o *QueryFirewallPolicyMembersInternalServerError) Error() string
- func (o *QueryFirewallPolicyMembersInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPolicyMembersInternalServerError) IsClientError() bool
- func (o *QueryFirewallPolicyMembersInternalServerError) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersInternalServerError) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersInternalServerError) IsServerError() bool
- func (o *QueryFirewallPolicyMembersInternalServerError) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersInternalServerError) String() string
- type QueryFirewallPolicyMembersNotFound
- func (o *QueryFirewallPolicyMembersNotFound) Code() int
- func (o *QueryFirewallPolicyMembersNotFound) Error() string
- func (o *QueryFirewallPolicyMembersNotFound) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPolicyMembersNotFound) IsClientError() bool
- func (o *QueryFirewallPolicyMembersNotFound) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersNotFound) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersNotFound) IsServerError() bool
- func (o *QueryFirewallPolicyMembersNotFound) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersNotFound) String() string
- type QueryFirewallPolicyMembersOK
- func (o *QueryFirewallPolicyMembersOK) Code() int
- func (o *QueryFirewallPolicyMembersOK) Error() string
- func (o *QueryFirewallPolicyMembersOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryFirewallPolicyMembersOK) IsClientError() bool
- func (o *QueryFirewallPolicyMembersOK) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersOK) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersOK) IsServerError() bool
- func (o *QueryFirewallPolicyMembersOK) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersOK) String() string
- type QueryFirewallPolicyMembersParams
- func NewQueryFirewallPolicyMembersParams() *QueryFirewallPolicyMembersParams
- func NewQueryFirewallPolicyMembersParamsWithContext(ctx context.Context) *QueryFirewallPolicyMembersParams
- func NewQueryFirewallPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryFirewallPolicyMembersParams
- func NewQueryFirewallPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) SetContext(ctx context.Context)
- func (o *QueryFirewallPolicyMembersParams) SetDefaults()
- func (o *QueryFirewallPolicyMembersParams) SetFilter(filter *string)
- func (o *QueryFirewallPolicyMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryFirewallPolicyMembersParams) SetID(id *string)
- func (o *QueryFirewallPolicyMembersParams) SetLimit(limit *int64)
- func (o *QueryFirewallPolicyMembersParams) SetOffset(offset *int64)
- func (o *QueryFirewallPolicyMembersParams) SetSort(sort *string)
- func (o *QueryFirewallPolicyMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryFirewallPolicyMembersParams) WithContext(ctx context.Context) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithDefaults() *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithFilter(filter *string) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithHTTPClient(client *http.Client) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithID(id *string) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithLimit(limit *int64) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithOffset(offset *int64) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithSort(sort *string) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WithTimeout(timeout time.Duration) *QueryFirewallPolicyMembersParams
- func (o *QueryFirewallPolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryFirewallPolicyMembersReader
- type QueryFirewallPolicyMembersTooManyRequests
- func (o *QueryFirewallPolicyMembersTooManyRequests) Code() int
- func (o *QueryFirewallPolicyMembersTooManyRequests) Error() string
- func (o *QueryFirewallPolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryFirewallPolicyMembersTooManyRequests) IsClientError() bool
- func (o *QueryFirewallPolicyMembersTooManyRequests) IsCode(code int) bool
- func (o *QueryFirewallPolicyMembersTooManyRequests) IsRedirect() bool
- func (o *QueryFirewallPolicyMembersTooManyRequests) IsServerError() bool
- func (o *QueryFirewallPolicyMembersTooManyRequests) IsSuccess() bool
- func (o *QueryFirewallPolicyMembersTooManyRequests) String() string
- type SetFirewallPoliciesPrecedenceBadRequest
- func (o *SetFirewallPoliciesPrecedenceBadRequest) Code() int
- func (o *SetFirewallPoliciesPrecedenceBadRequest) Error() string
- func (o *SetFirewallPoliciesPrecedenceBadRequest) GetPayload() *models.MsaQueryResponse
- func (o *SetFirewallPoliciesPrecedenceBadRequest) IsClientError() bool
- func (o *SetFirewallPoliciesPrecedenceBadRequest) IsCode(code int) bool
- func (o *SetFirewallPoliciesPrecedenceBadRequest) IsRedirect() bool
- func (o *SetFirewallPoliciesPrecedenceBadRequest) IsServerError() bool
- func (o *SetFirewallPoliciesPrecedenceBadRequest) IsSuccess() bool
- func (o *SetFirewallPoliciesPrecedenceBadRequest) String() string
- type SetFirewallPoliciesPrecedenceForbidden
- func (o *SetFirewallPoliciesPrecedenceForbidden) Code() int
- func (o *SetFirewallPoliciesPrecedenceForbidden) Error() string
- func (o *SetFirewallPoliciesPrecedenceForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *SetFirewallPoliciesPrecedenceForbidden) IsClientError() bool
- func (o *SetFirewallPoliciesPrecedenceForbidden) IsCode(code int) bool
- func (o *SetFirewallPoliciesPrecedenceForbidden) IsRedirect() bool
- func (o *SetFirewallPoliciesPrecedenceForbidden) IsServerError() bool
- func (o *SetFirewallPoliciesPrecedenceForbidden) IsSuccess() bool
- func (o *SetFirewallPoliciesPrecedenceForbidden) String() string
- type SetFirewallPoliciesPrecedenceInternalServerError
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) Code() int
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) Error() string
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) GetPayload() *models.MsaQueryResponse
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsClientError() bool
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsCode(code int) bool
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsRedirect() bool
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsServerError() bool
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsSuccess() bool
- func (o *SetFirewallPoliciesPrecedenceInternalServerError) String() string
- type SetFirewallPoliciesPrecedenceOK
- func (o *SetFirewallPoliciesPrecedenceOK) Code() int
- func (o *SetFirewallPoliciesPrecedenceOK) Error() string
- func (o *SetFirewallPoliciesPrecedenceOK) GetPayload() *models.MsaQueryResponse
- func (o *SetFirewallPoliciesPrecedenceOK) IsClientError() bool
- func (o *SetFirewallPoliciesPrecedenceOK) IsCode(code int) bool
- func (o *SetFirewallPoliciesPrecedenceOK) IsRedirect() bool
- func (o *SetFirewallPoliciesPrecedenceOK) IsServerError() bool
- func (o *SetFirewallPoliciesPrecedenceOK) IsSuccess() bool
- func (o *SetFirewallPoliciesPrecedenceOK) String() string
- type SetFirewallPoliciesPrecedenceParams
- func NewSetFirewallPoliciesPrecedenceParams() *SetFirewallPoliciesPrecedenceParams
- func NewSetFirewallPoliciesPrecedenceParamsWithContext(ctx context.Context) *SetFirewallPoliciesPrecedenceParams
- func NewSetFirewallPoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetFirewallPoliciesPrecedenceParams
- func NewSetFirewallPoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) SetBody(body *models.BaseSetPolicyPrecedenceReqV1)
- func (o *SetFirewallPoliciesPrecedenceParams) SetContext(ctx context.Context)
- func (o *SetFirewallPoliciesPrecedenceParams) SetDefaults()
- func (o *SetFirewallPoliciesPrecedenceParams) SetHTTPClient(client *http.Client)
- func (o *SetFirewallPoliciesPrecedenceParams) SetTimeout(timeout time.Duration)
- func (o *SetFirewallPoliciesPrecedenceParams) WithBody(body *models.BaseSetPolicyPrecedenceReqV1) *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) WithContext(ctx context.Context) *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) WithDefaults() *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) WithHTTPClient(client *http.Client) *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) WithTimeout(timeout time.Duration) *SetFirewallPoliciesPrecedenceParams
- func (o *SetFirewallPoliciesPrecedenceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetFirewallPoliciesPrecedenceReader
- type SetFirewallPoliciesPrecedenceTooManyRequests
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) Code() int
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) Error() string
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsClientError() bool
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsCode(code int) bool
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsRedirect() bool
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsServerError() bool
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsSuccess() bool
- func (o *SetFirewallPoliciesPrecedenceTooManyRequests) String() string
- type UpdateFirewallPoliciesBadRequest
- func (o *UpdateFirewallPoliciesBadRequest) Code() int
- func (o *UpdateFirewallPoliciesBadRequest) Error() string
- func (o *UpdateFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
- func (o *UpdateFirewallPoliciesBadRequest) IsClientError() bool
- func (o *UpdateFirewallPoliciesBadRequest) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesBadRequest) IsRedirect() bool
- func (o *UpdateFirewallPoliciesBadRequest) IsServerError() bool
- func (o *UpdateFirewallPoliciesBadRequest) IsSuccess() bool
- func (o *UpdateFirewallPoliciesBadRequest) String() string
- type UpdateFirewallPoliciesForbidden
- func (o *UpdateFirewallPoliciesForbidden) Code() int
- func (o *UpdateFirewallPoliciesForbidden) Error() string
- func (o *UpdateFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *UpdateFirewallPoliciesForbidden) IsClientError() bool
- func (o *UpdateFirewallPoliciesForbidden) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesForbidden) IsRedirect() bool
- func (o *UpdateFirewallPoliciesForbidden) IsServerError() bool
- func (o *UpdateFirewallPoliciesForbidden) IsSuccess() bool
- func (o *UpdateFirewallPoliciesForbidden) String() string
- type UpdateFirewallPoliciesInternalServerError
- func (o *UpdateFirewallPoliciesInternalServerError) Code() int
- func (o *UpdateFirewallPoliciesInternalServerError) Error() string
- func (o *UpdateFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
- func (o *UpdateFirewallPoliciesInternalServerError) IsClientError() bool
- func (o *UpdateFirewallPoliciesInternalServerError) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesInternalServerError) IsRedirect() bool
- func (o *UpdateFirewallPoliciesInternalServerError) IsServerError() bool
- func (o *UpdateFirewallPoliciesInternalServerError) IsSuccess() bool
- func (o *UpdateFirewallPoliciesInternalServerError) String() string
- type UpdateFirewallPoliciesNotFound
- func (o *UpdateFirewallPoliciesNotFound) Code() int
- func (o *UpdateFirewallPoliciesNotFound) Error() string
- func (o *UpdateFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
- func (o *UpdateFirewallPoliciesNotFound) IsClientError() bool
- func (o *UpdateFirewallPoliciesNotFound) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesNotFound) IsRedirect() bool
- func (o *UpdateFirewallPoliciesNotFound) IsServerError() bool
- func (o *UpdateFirewallPoliciesNotFound) IsSuccess() bool
- func (o *UpdateFirewallPoliciesNotFound) String() string
- type UpdateFirewallPoliciesOK
- func (o *UpdateFirewallPoliciesOK) Code() int
- func (o *UpdateFirewallPoliciesOK) Error() string
- func (o *UpdateFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
- func (o *UpdateFirewallPoliciesOK) IsClientError() bool
- func (o *UpdateFirewallPoliciesOK) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesOK) IsRedirect() bool
- func (o *UpdateFirewallPoliciesOK) IsServerError() bool
- func (o *UpdateFirewallPoliciesOK) IsSuccess() bool
- func (o *UpdateFirewallPoliciesOK) String() string
- type UpdateFirewallPoliciesParams
- func NewUpdateFirewallPoliciesParams() *UpdateFirewallPoliciesParams
- func NewUpdateFirewallPoliciesParamsWithContext(ctx context.Context) *UpdateFirewallPoliciesParams
- func NewUpdateFirewallPoliciesParamsWithHTTPClient(client *http.Client) *UpdateFirewallPoliciesParams
- func NewUpdateFirewallPoliciesParamsWithTimeout(timeout time.Duration) *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) SetBody(body *models.FirewallUpdateFirewallPoliciesReqV1)
- func (o *UpdateFirewallPoliciesParams) SetContext(ctx context.Context)
- func (o *UpdateFirewallPoliciesParams) SetDefaults()
- func (o *UpdateFirewallPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateFirewallPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateFirewallPoliciesParams) WithBody(body *models.FirewallUpdateFirewallPoliciesReqV1) *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) WithContext(ctx context.Context) *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) WithDefaults() *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) WithHTTPClient(client *http.Client) *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) WithTimeout(timeout time.Duration) *UpdateFirewallPoliciesParams
- func (o *UpdateFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateFirewallPoliciesReader
- type UpdateFirewallPoliciesTooManyRequests
- func (o *UpdateFirewallPoliciesTooManyRequests) Code() int
- func (o *UpdateFirewallPoliciesTooManyRequests) Error() string
- func (o *UpdateFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateFirewallPoliciesTooManyRequests) IsClientError() bool
- func (o *UpdateFirewallPoliciesTooManyRequests) IsCode(code int) bool
- func (o *UpdateFirewallPoliciesTooManyRequests) IsRedirect() bool
- func (o *UpdateFirewallPoliciesTooManyRequests) IsServerError() bool
- func (o *UpdateFirewallPoliciesTooManyRequests) IsSuccess() bool
- func (o *UpdateFirewallPoliciesTooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for firewall policies API
func (*Client) CreateFirewallPolicies ¶
func (a *Client) CreateFirewallPolicies(params *CreateFirewallPoliciesParams, opts ...ClientOption) (*CreateFirewallPoliciesCreated, error)
CreateFirewallPolicies creates firewall policies by specifying details about the policy to create
func (*Client) DeleteFirewallPolicies ¶
func (a *Client) DeleteFirewallPolicies(params *DeleteFirewallPoliciesParams, opts ...ClientOption) (*DeleteFirewallPoliciesOK, error)
DeleteFirewallPolicies deletes a set of firewall policies by specifying their i ds
func (*Client) GetFirewallPolicies ¶
func (a *Client) GetFirewallPolicies(params *GetFirewallPoliciesParams, opts ...ClientOption) (*GetFirewallPoliciesOK, error)
GetFirewallPolicies retrieves a set of firewall policies by specifying their i ds
func (*Client) PerformFirewallPoliciesAction ¶
func (a *Client) PerformFirewallPoliciesAction(params *PerformFirewallPoliciesActionParams, opts ...ClientOption) (*PerformFirewallPoliciesActionOK, error)
PerformFirewallPoliciesAction performs the specified action on the firewall policies specified in the request
func (*Client) QueryCombinedFirewallPolicies ¶
func (a *Client) QueryCombinedFirewallPolicies(params *QueryCombinedFirewallPoliciesParams, opts ...ClientOption) (*QueryCombinedFirewallPoliciesOK, error)
QueryCombinedFirewallPolicies searches for firewall policies in your environment by providing an f q l filter and paging details returns a set of firewall policies which match the filter criteria
func (*Client) QueryCombinedFirewallPolicyMembers ¶
func (a *Client) QueryCombinedFirewallPolicyMembers(params *QueryCombinedFirewallPolicyMembersParams, opts ...ClientOption) (*QueryCombinedFirewallPolicyMembersOK, error)
QueryCombinedFirewallPolicyMembers searches for members of a firewall policy in your environment by providing an f q l filter and paging details returns a set of host details which match the filter criteria
func (*Client) QueryFirewallPolicies ¶
func (a *Client) QueryFirewallPolicies(params *QueryFirewallPoliciesParams, opts ...ClientOption) (*QueryFirewallPoliciesOK, error)
QueryFirewallPolicies searches for firewall policies in your environment by providing an f q l filter and paging details returns a set of firewall policy i ds which match the filter criteria
func (*Client) QueryFirewallPolicyMembers ¶
func (a *Client) QueryFirewallPolicyMembers(params *QueryFirewallPolicyMembersParams, opts ...ClientOption) (*QueryFirewallPolicyMembersOK, error)
QueryFirewallPolicyMembers searches for members of a firewall policy in your environment by providing an f q l filter and paging details returns a set of agent i ds which match the filter criteria
func (*Client) SetFirewallPoliciesPrecedence ¶
func (a *Client) SetFirewallPoliciesPrecedence(params *SetFirewallPoliciesPrecedenceParams, opts ...ClientOption) (*SetFirewallPoliciesPrecedenceOK, error)
SetFirewallPoliciesPrecedence sets the precedence of firewall policies based on the order of i ds specified in the request the first ID specified will have the highest precedence and the last ID specified will have the lowest you must specify all non default policies for a platform when updating precedence
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateFirewallPolicies ¶
func (a *Client) UpdateFirewallPolicies(params *UpdateFirewallPoliciesParams, opts ...ClientOption) (*UpdateFirewallPoliciesOK, error)
UpdateFirewallPolicies updates firewall policies by specifying the ID of the policy and details to update
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateFirewallPolicies(params *CreateFirewallPoliciesParams, opts ...ClientOption) (*CreateFirewallPoliciesCreated, error) DeleteFirewallPolicies(params *DeleteFirewallPoliciesParams, opts ...ClientOption) (*DeleteFirewallPoliciesOK, error) GetFirewallPolicies(params *GetFirewallPoliciesParams, opts ...ClientOption) (*GetFirewallPoliciesOK, error) PerformFirewallPoliciesAction(params *PerformFirewallPoliciesActionParams, opts ...ClientOption) (*PerformFirewallPoliciesActionOK, error) QueryCombinedFirewallPolicies(params *QueryCombinedFirewallPoliciesParams, opts ...ClientOption) (*QueryCombinedFirewallPoliciesOK, error) QueryCombinedFirewallPolicyMembers(params *QueryCombinedFirewallPolicyMembersParams, opts ...ClientOption) (*QueryCombinedFirewallPolicyMembersOK, error) QueryFirewallPolicies(params *QueryFirewallPoliciesParams, opts ...ClientOption) (*QueryFirewallPoliciesOK, error) QueryFirewallPolicyMembers(params *QueryFirewallPolicyMembersParams, opts ...ClientOption) (*QueryFirewallPolicyMembersOK, error) SetFirewallPoliciesPrecedence(params *SetFirewallPoliciesPrecedenceParams, opts ...ClientOption) (*SetFirewallPoliciesPrecedenceOK, error) UpdateFirewallPolicies(params *UpdateFirewallPoliciesParams, opts ...ClientOption) (*UpdateFirewallPoliciesOK, 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 policies API client.
type CreateFirewallPoliciesBadRequest ¶
type CreateFirewallPoliciesBadRequest 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.FirewallRespV1 }
CreateFirewallPoliciesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateFirewallPoliciesBadRequest ¶
func NewCreateFirewallPoliciesBadRequest() *CreateFirewallPoliciesBadRequest
NewCreateFirewallPoliciesBadRequest creates a CreateFirewallPoliciesBadRequest with default headers values
func (*CreateFirewallPoliciesBadRequest) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesBadRequest) Code() int
Code gets the status code for the create firewall policies bad request response
func (*CreateFirewallPoliciesBadRequest) Error ¶
func (o *CreateFirewallPoliciesBadRequest) Error() string
func (*CreateFirewallPoliciesBadRequest) GetPayload ¶
func (o *CreateFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
func (*CreateFirewallPoliciesBadRequest) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) IsClientError() bool
IsClientError returns true when this create firewall policies bad request response has a 4xx status code
func (*CreateFirewallPoliciesBadRequest) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this create firewall policies bad request response a status code equal to that given
func (*CreateFirewallPoliciesBadRequest) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this create firewall policies bad request response has a 3xx status code
func (*CreateFirewallPoliciesBadRequest) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) IsServerError() bool
IsServerError returns true when this create firewall policies bad request response has a 5xx status code
func (*CreateFirewallPoliciesBadRequest) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this create firewall policies bad request response has a 2xx status code
func (*CreateFirewallPoliciesBadRequest) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesBadRequest) String() string
type CreateFirewallPoliciesCreated ¶
type CreateFirewallPoliciesCreated 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.FirewallRespV1 }
CreateFirewallPoliciesCreated describes a response with status code 201, with default header values.
Created
func NewCreateFirewallPoliciesCreated ¶
func NewCreateFirewallPoliciesCreated() *CreateFirewallPoliciesCreated
NewCreateFirewallPoliciesCreated creates a CreateFirewallPoliciesCreated with default headers values
func (*CreateFirewallPoliciesCreated) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesCreated) Code() int
Code gets the status code for the create firewall policies created response
func (*CreateFirewallPoliciesCreated) Error ¶
func (o *CreateFirewallPoliciesCreated) Error() string
func (*CreateFirewallPoliciesCreated) GetPayload ¶
func (o *CreateFirewallPoliciesCreated) GetPayload() *models.FirewallRespV1
func (*CreateFirewallPoliciesCreated) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) IsClientError() bool
IsClientError returns true when this create firewall policies created response has a 4xx status code
func (*CreateFirewallPoliciesCreated) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) IsCode(code int) bool
IsCode returns true when this create firewall policies created response a status code equal to that given
func (*CreateFirewallPoliciesCreated) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) IsRedirect() bool
IsRedirect returns true when this create firewall policies created response has a 3xx status code
func (*CreateFirewallPoliciesCreated) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) IsServerError() bool
IsServerError returns true when this create firewall policies created response has a 5xx status code
func (*CreateFirewallPoliciesCreated) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) IsSuccess() bool
IsSuccess returns true when this create firewall policies created response has a 2xx status code
func (*CreateFirewallPoliciesCreated) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesCreated) String() string
type CreateFirewallPoliciesForbidden ¶
type CreateFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
CreateFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateFirewallPoliciesForbidden ¶
func NewCreateFirewallPoliciesForbidden() *CreateFirewallPoliciesForbidden
NewCreateFirewallPoliciesForbidden creates a CreateFirewallPoliciesForbidden with default headers values
func (*CreateFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesForbidden) Code() int
Code gets the status code for the create firewall policies forbidden response
func (*CreateFirewallPoliciesForbidden) Error ¶
func (o *CreateFirewallPoliciesForbidden) Error() string
func (*CreateFirewallPoliciesForbidden) GetPayload ¶
func (o *CreateFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*CreateFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this create firewall policies forbidden response has a 4xx status code
func (*CreateFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this create firewall policies forbidden response a status code equal to that given
func (*CreateFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this create firewall policies forbidden response has a 3xx status code
func (*CreateFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this create firewall policies forbidden response has a 5xx status code
func (*CreateFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this create firewall policies forbidden response has a 2xx status code
func (*CreateFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesForbidden) String() string
type CreateFirewallPoliciesInternalServerError ¶
type CreateFirewallPoliciesInternalServerError 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.FirewallRespV1 }
CreateFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateFirewallPoliciesInternalServerError ¶
func NewCreateFirewallPoliciesInternalServerError() *CreateFirewallPoliciesInternalServerError
NewCreateFirewallPoliciesInternalServerError creates a CreateFirewallPoliciesInternalServerError with default headers values
func (*CreateFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the create firewall policies internal server error response
func (*CreateFirewallPoliciesInternalServerError) Error ¶
func (o *CreateFirewallPoliciesInternalServerError) Error() string
func (*CreateFirewallPoliciesInternalServerError) GetPayload ¶
func (o *CreateFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
func (*CreateFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this create firewall policies internal server error response has a 4xx status code
func (*CreateFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this create firewall policies internal server error response a status code equal to that given
func (*CreateFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this create firewall policies internal server error response has a 3xx status code
func (*CreateFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this create firewall policies internal server error response has a 5xx status code
func (*CreateFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this create firewall policies internal server error response has a 2xx status code
func (*CreateFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesInternalServerError) String() string
type CreateFirewallPoliciesNotFound ¶
type CreateFirewallPoliciesNotFound 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.FirewallRespV1 }
CreateFirewallPoliciesNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateFirewallPoliciesNotFound ¶
func NewCreateFirewallPoliciesNotFound() *CreateFirewallPoliciesNotFound
NewCreateFirewallPoliciesNotFound creates a CreateFirewallPoliciesNotFound with default headers values
func (*CreateFirewallPoliciesNotFound) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesNotFound) Code() int
Code gets the status code for the create firewall policies not found response
func (*CreateFirewallPoliciesNotFound) Error ¶
func (o *CreateFirewallPoliciesNotFound) Error() string
func (*CreateFirewallPoliciesNotFound) GetPayload ¶
func (o *CreateFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
func (*CreateFirewallPoliciesNotFound) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) IsClientError() bool
IsClientError returns true when this create firewall policies not found response has a 4xx status code
func (*CreateFirewallPoliciesNotFound) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) IsCode(code int) bool
IsCode returns true when this create firewall policies not found response a status code equal to that given
func (*CreateFirewallPoliciesNotFound) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) IsRedirect() bool
IsRedirect returns true when this create firewall policies not found response has a 3xx status code
func (*CreateFirewallPoliciesNotFound) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) IsServerError() bool
IsServerError returns true when this create firewall policies not found response has a 5xx status code
func (*CreateFirewallPoliciesNotFound) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this create firewall policies not found response has a 2xx status code
func (*CreateFirewallPoliciesNotFound) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesNotFound) String() string
type CreateFirewallPoliciesParams ¶
type CreateFirewallPoliciesParams struct { // Body. Body *models.FirewallCreateFirewallPoliciesReqV1 /* CloneID. The policy ID to be cloned from */ CloneID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the create firewall policies operation. Typically these are written to a http.Request.
func NewCreateFirewallPoliciesParams ¶
func NewCreateFirewallPoliciesParams() *CreateFirewallPoliciesParams
NewCreateFirewallPoliciesParams creates a new CreateFirewallPoliciesParams 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 NewCreateFirewallPoliciesParamsWithContext ¶
func NewCreateFirewallPoliciesParamsWithContext(ctx context.Context) *CreateFirewallPoliciesParams
NewCreateFirewallPoliciesParamsWithContext creates a new CreateFirewallPoliciesParams object with the ability to set a context for a request.
func NewCreateFirewallPoliciesParamsWithHTTPClient ¶
func NewCreateFirewallPoliciesParamsWithHTTPClient(client *http.Client) *CreateFirewallPoliciesParams
NewCreateFirewallPoliciesParamsWithHTTPClient creates a new CreateFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewCreateFirewallPoliciesParamsWithTimeout ¶
func NewCreateFirewallPoliciesParamsWithTimeout(timeout time.Duration) *CreateFirewallPoliciesParams
NewCreateFirewallPoliciesParamsWithTimeout creates a new CreateFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*CreateFirewallPoliciesParams) SetBody ¶
func (o *CreateFirewallPoliciesParams) SetBody(body *models.FirewallCreateFirewallPoliciesReqV1)
SetBody adds the body to the create firewall policies params
func (*CreateFirewallPoliciesParams) SetCloneID ¶
func (o *CreateFirewallPoliciesParams) SetCloneID(cloneID *string)
SetCloneID adds the cloneId to the create firewall policies params
func (*CreateFirewallPoliciesParams) SetContext ¶
func (o *CreateFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the create firewall policies params
func (*CreateFirewallPoliciesParams) SetDefaults ¶
func (o *CreateFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the create firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFirewallPoliciesParams) SetHTTPClient ¶
func (o *CreateFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create firewall policies params
func (*CreateFirewallPoliciesParams) SetTimeout ¶
func (o *CreateFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create firewall policies params
func (*CreateFirewallPoliciesParams) WithBody ¶
func (o *CreateFirewallPoliciesParams) WithBody(body *models.FirewallCreateFirewallPoliciesReqV1) *CreateFirewallPoliciesParams
WithBody adds the body to the create firewall policies params
func (*CreateFirewallPoliciesParams) WithCloneID ¶
func (o *CreateFirewallPoliciesParams) WithCloneID(cloneID *string) *CreateFirewallPoliciesParams
WithCloneID adds the cloneID to the create firewall policies params
func (*CreateFirewallPoliciesParams) WithContext ¶
func (o *CreateFirewallPoliciesParams) WithContext(ctx context.Context) *CreateFirewallPoliciesParams
WithContext adds the context to the create firewall policies params
func (*CreateFirewallPoliciesParams) WithDefaults ¶
func (o *CreateFirewallPoliciesParams) WithDefaults() *CreateFirewallPoliciesParams
WithDefaults hydrates default values in the create firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*CreateFirewallPoliciesParams) WithHTTPClient ¶
func (o *CreateFirewallPoliciesParams) WithHTTPClient(client *http.Client) *CreateFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the create firewall policies params
func (*CreateFirewallPoliciesParams) WithTimeout ¶
func (o *CreateFirewallPoliciesParams) WithTimeout(timeout time.Duration) *CreateFirewallPoliciesParams
WithTimeout adds the timeout to the create firewall policies params
func (*CreateFirewallPoliciesParams) WriteToRequest ¶
func (o *CreateFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateFirewallPoliciesReader ¶
type CreateFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
CreateFirewallPoliciesReader is a Reader for the CreateFirewallPolicies structure.
func (*CreateFirewallPoliciesReader) ReadResponse ¶
func (o *CreateFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateFirewallPoliciesTooManyRequests ¶
type CreateFirewallPoliciesTooManyRequests 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 }
CreateFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateFirewallPoliciesTooManyRequests ¶
func NewCreateFirewallPoliciesTooManyRequests() *CreateFirewallPoliciesTooManyRequests
NewCreateFirewallPoliciesTooManyRequests creates a CreateFirewallPoliciesTooManyRequests with default headers values
func (*CreateFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *CreateFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the create firewall policies too many requests response
func (*CreateFirewallPoliciesTooManyRequests) Error ¶
func (o *CreateFirewallPoliciesTooManyRequests) Error() string
func (*CreateFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *CreateFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CreateFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this create firewall policies too many requests response has a 4xx status code
func (*CreateFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this create firewall policies too many requests response a status code equal to that given
func (*CreateFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create firewall policies too many requests response has a 3xx status code
func (*CreateFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this create firewall policies too many requests response has a 5xx status code
func (*CreateFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create firewall policies too many requests response has a 2xx status code
func (*CreateFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *CreateFirewallPoliciesTooManyRequests) String() string
type DeleteFirewallPoliciesForbidden ¶
type DeleteFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
DeleteFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteFirewallPoliciesForbidden ¶
func NewDeleteFirewallPoliciesForbidden() *DeleteFirewallPoliciesForbidden
NewDeleteFirewallPoliciesForbidden creates a DeleteFirewallPoliciesForbidden with default headers values
func (*DeleteFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *DeleteFirewallPoliciesForbidden) Code() int
Code gets the status code for the delete firewall policies forbidden response
func (*DeleteFirewallPoliciesForbidden) Error ¶
func (o *DeleteFirewallPoliciesForbidden) Error() string
func (*DeleteFirewallPoliciesForbidden) GetPayload ¶
func (o *DeleteFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*DeleteFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this delete firewall policies forbidden response has a 4xx status code
func (*DeleteFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this delete firewall policies forbidden response a status code equal to that given
func (*DeleteFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this delete firewall policies forbidden response has a 3xx status code
func (*DeleteFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this delete firewall policies forbidden response has a 5xx status code
func (*DeleteFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this delete firewall policies forbidden response has a 2xx status code
func (*DeleteFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesForbidden) String() string
type DeleteFirewallPoliciesInternalServerError ¶
type DeleteFirewallPoliciesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
DeleteFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDeleteFirewallPoliciesInternalServerError ¶
func NewDeleteFirewallPoliciesInternalServerError() *DeleteFirewallPoliciesInternalServerError
NewDeleteFirewallPoliciesInternalServerError creates a DeleteFirewallPoliciesInternalServerError with default headers values
func (*DeleteFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *DeleteFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the delete firewall policies internal server error response
func (*DeleteFirewallPoliciesInternalServerError) Error ¶
func (o *DeleteFirewallPoliciesInternalServerError) Error() string
func (*DeleteFirewallPoliciesInternalServerError) GetPayload ¶
func (o *DeleteFirewallPoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
func (*DeleteFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this delete firewall policies internal server error response has a 4xx status code
func (*DeleteFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this delete firewall policies internal server error response a status code equal to that given
func (*DeleteFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete firewall policies internal server error response has a 3xx status code
func (*DeleteFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this delete firewall policies internal server error response has a 5xx status code
func (*DeleteFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete firewall policies internal server error response has a 2xx status code
func (*DeleteFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesInternalServerError) String() string
type DeleteFirewallPoliciesNotFound ¶
type DeleteFirewallPoliciesNotFound struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
DeleteFirewallPoliciesNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteFirewallPoliciesNotFound ¶
func NewDeleteFirewallPoliciesNotFound() *DeleteFirewallPoliciesNotFound
NewDeleteFirewallPoliciesNotFound creates a DeleteFirewallPoliciesNotFound with default headers values
func (*DeleteFirewallPoliciesNotFound) Code ¶ added in v0.2.33
func (o *DeleteFirewallPoliciesNotFound) Code() int
Code gets the status code for the delete firewall policies not found response
func (*DeleteFirewallPoliciesNotFound) Error ¶
func (o *DeleteFirewallPoliciesNotFound) Error() string
func (*DeleteFirewallPoliciesNotFound) GetPayload ¶
func (o *DeleteFirewallPoliciesNotFound) GetPayload() *models.MsaQueryResponse
func (*DeleteFirewallPoliciesNotFound) IsClientError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) IsClientError() bool
IsClientError returns true when this delete firewall policies not found response has a 4xx status code
func (*DeleteFirewallPoliciesNotFound) IsCode ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) IsCode(code int) bool
IsCode returns true when this delete firewall policies not found response a status code equal to that given
func (*DeleteFirewallPoliciesNotFound) IsRedirect ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) IsRedirect() bool
IsRedirect returns true when this delete firewall policies not found response has a 3xx status code
func (*DeleteFirewallPoliciesNotFound) IsServerError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) IsServerError() bool
IsServerError returns true when this delete firewall policies not found response has a 5xx status code
func (*DeleteFirewallPoliciesNotFound) IsSuccess ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this delete firewall policies not found response has a 2xx status code
func (*DeleteFirewallPoliciesNotFound) String ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesNotFound) String() string
type DeleteFirewallPoliciesOK ¶
type DeleteFirewallPoliciesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
DeleteFirewallPoliciesOK describes a response with status code 200, with default header values.
OK
func NewDeleteFirewallPoliciesOK ¶
func NewDeleteFirewallPoliciesOK() *DeleteFirewallPoliciesOK
NewDeleteFirewallPoliciesOK creates a DeleteFirewallPoliciesOK with default headers values
func (*DeleteFirewallPoliciesOK) Code ¶ added in v0.2.33
func (o *DeleteFirewallPoliciesOK) Code() int
Code gets the status code for the delete firewall policies o k response
func (*DeleteFirewallPoliciesOK) Error ¶
func (o *DeleteFirewallPoliciesOK) Error() string
func (*DeleteFirewallPoliciesOK) GetPayload ¶
func (o *DeleteFirewallPoliciesOK) GetPayload() *models.MsaQueryResponse
func (*DeleteFirewallPoliciesOK) IsClientError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) IsClientError() bool
IsClientError returns true when this delete firewall policies o k response has a 4xx status code
func (*DeleteFirewallPoliciesOK) IsCode ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) IsCode(code int) bool
IsCode returns true when this delete firewall policies o k response a status code equal to that given
func (*DeleteFirewallPoliciesOK) IsRedirect ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) IsRedirect() bool
IsRedirect returns true when this delete firewall policies o k response has a 3xx status code
func (*DeleteFirewallPoliciesOK) IsServerError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) IsServerError() bool
IsServerError returns true when this delete firewall policies o k response has a 5xx status code
func (*DeleteFirewallPoliciesOK) IsSuccess ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) IsSuccess() bool
IsSuccess returns true when this delete firewall policies o k response has a 2xx status code
func (*DeleteFirewallPoliciesOK) String ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesOK) String() string
type DeleteFirewallPoliciesParams ¶
type DeleteFirewallPoliciesParams struct { /* Ids. The IDs of the Firewall Policies to delete */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the delete firewall policies operation. Typically these are written to a http.Request.
func NewDeleteFirewallPoliciesParams ¶
func NewDeleteFirewallPoliciesParams() *DeleteFirewallPoliciesParams
NewDeleteFirewallPoliciesParams creates a new DeleteFirewallPoliciesParams 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 NewDeleteFirewallPoliciesParamsWithContext ¶
func NewDeleteFirewallPoliciesParamsWithContext(ctx context.Context) *DeleteFirewallPoliciesParams
NewDeleteFirewallPoliciesParamsWithContext creates a new DeleteFirewallPoliciesParams object with the ability to set a context for a request.
func NewDeleteFirewallPoliciesParamsWithHTTPClient ¶
func NewDeleteFirewallPoliciesParamsWithHTTPClient(client *http.Client) *DeleteFirewallPoliciesParams
NewDeleteFirewallPoliciesParamsWithHTTPClient creates a new DeleteFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteFirewallPoliciesParamsWithTimeout ¶
func NewDeleteFirewallPoliciesParamsWithTimeout(timeout time.Duration) *DeleteFirewallPoliciesParams
NewDeleteFirewallPoliciesParamsWithTimeout creates a new DeleteFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*DeleteFirewallPoliciesParams) SetContext ¶
func (o *DeleteFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) SetDefaults ¶
func (o *DeleteFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the delete firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFirewallPoliciesParams) SetHTTPClient ¶
func (o *DeleteFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) SetIds ¶
func (o *DeleteFirewallPoliciesParams) SetIds(ids []string)
SetIds adds the ids to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) SetTimeout ¶
func (o *DeleteFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) WithContext ¶
func (o *DeleteFirewallPoliciesParams) WithContext(ctx context.Context) *DeleteFirewallPoliciesParams
WithContext adds the context to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) WithDefaults ¶
func (o *DeleteFirewallPoliciesParams) WithDefaults() *DeleteFirewallPoliciesParams
WithDefaults hydrates default values in the delete firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteFirewallPoliciesParams) WithHTTPClient ¶
func (o *DeleteFirewallPoliciesParams) WithHTTPClient(client *http.Client) *DeleteFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) WithIds ¶
func (o *DeleteFirewallPoliciesParams) WithIds(ids []string) *DeleteFirewallPoliciesParams
WithIds adds the ids to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) WithTimeout ¶
func (o *DeleteFirewallPoliciesParams) WithTimeout(timeout time.Duration) *DeleteFirewallPoliciesParams
WithTimeout adds the timeout to the delete firewall policies params
func (*DeleteFirewallPoliciesParams) WriteToRequest ¶
func (o *DeleteFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteFirewallPoliciesReader ¶
type DeleteFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
DeleteFirewallPoliciesReader is a Reader for the DeleteFirewallPolicies structure.
func (*DeleteFirewallPoliciesReader) ReadResponse ¶
func (o *DeleteFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteFirewallPoliciesTooManyRequests ¶
type DeleteFirewallPoliciesTooManyRequests 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 }
DeleteFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteFirewallPoliciesTooManyRequests ¶
func NewDeleteFirewallPoliciesTooManyRequests() *DeleteFirewallPoliciesTooManyRequests
NewDeleteFirewallPoliciesTooManyRequests creates a DeleteFirewallPoliciesTooManyRequests with default headers values
func (*DeleteFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *DeleteFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the delete firewall policies too many requests response
func (*DeleteFirewallPoliciesTooManyRequests) Error ¶
func (o *DeleteFirewallPoliciesTooManyRequests) Error() string
func (*DeleteFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *DeleteFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this delete firewall policies too many requests response has a 4xx status code
func (*DeleteFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete firewall policies too many requests response a status code equal to that given
func (*DeleteFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete firewall policies too many requests response has a 3xx status code
func (*DeleteFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this delete firewall policies too many requests response has a 5xx status code
func (*DeleteFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete firewall policies too many requests response has a 2xx status code
func (*DeleteFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *DeleteFirewallPoliciesTooManyRequests) String() string
type GetFirewallPoliciesForbidden ¶
type GetFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
GetFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetFirewallPoliciesForbidden ¶
func NewGetFirewallPoliciesForbidden() *GetFirewallPoliciesForbidden
NewGetFirewallPoliciesForbidden creates a GetFirewallPoliciesForbidden with default headers values
func (*GetFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *GetFirewallPoliciesForbidden) Code() int
Code gets the status code for the get firewall policies forbidden response
func (*GetFirewallPoliciesForbidden) Error ¶
func (o *GetFirewallPoliciesForbidden) Error() string
func (*GetFirewallPoliciesForbidden) GetPayload ¶
func (o *GetFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*GetFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this get firewall policies forbidden response has a 4xx status code
func (*GetFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this get firewall policies forbidden response a status code equal to that given
func (*GetFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this get firewall policies forbidden response has a 3xx status code
func (*GetFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this get firewall policies forbidden response has a 5xx status code
func (*GetFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this get firewall policies forbidden response has a 2xx status code
func (*GetFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *GetFirewallPoliciesForbidden) String() string
type GetFirewallPoliciesInternalServerError ¶
type GetFirewallPoliciesInternalServerError 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.FirewallRespV1 }
GetFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetFirewallPoliciesInternalServerError ¶
func NewGetFirewallPoliciesInternalServerError() *GetFirewallPoliciesInternalServerError
NewGetFirewallPoliciesInternalServerError creates a GetFirewallPoliciesInternalServerError with default headers values
func (*GetFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *GetFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the get firewall policies internal server error response
func (*GetFirewallPoliciesInternalServerError) Error ¶
func (o *GetFirewallPoliciesInternalServerError) Error() string
func (*GetFirewallPoliciesInternalServerError) GetPayload ¶
func (o *GetFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
func (*GetFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this get firewall policies internal server error response has a 4xx status code
func (*GetFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this get firewall policies internal server error response a status code equal to that given
func (*GetFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get firewall policies internal server error response has a 3xx status code
func (*GetFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this get firewall policies internal server error response has a 5xx status code
func (*GetFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get firewall policies internal server error response has a 2xx status code
func (*GetFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *GetFirewallPoliciesInternalServerError) String() string
type GetFirewallPoliciesNotFound ¶
type GetFirewallPoliciesNotFound 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.FirewallRespV1 }
GetFirewallPoliciesNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetFirewallPoliciesNotFound ¶
func NewGetFirewallPoliciesNotFound() *GetFirewallPoliciesNotFound
NewGetFirewallPoliciesNotFound creates a GetFirewallPoliciesNotFound with default headers values
func (*GetFirewallPoliciesNotFound) Code ¶ added in v0.2.33
func (o *GetFirewallPoliciesNotFound) Code() int
Code gets the status code for the get firewall policies not found response
func (*GetFirewallPoliciesNotFound) Error ¶
func (o *GetFirewallPoliciesNotFound) Error() string
func (*GetFirewallPoliciesNotFound) GetPayload ¶
func (o *GetFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
func (*GetFirewallPoliciesNotFound) IsClientError ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) IsClientError() bool
IsClientError returns true when this get firewall policies not found response has a 4xx status code
func (*GetFirewallPoliciesNotFound) IsCode ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) IsCode(code int) bool
IsCode returns true when this get firewall policies not found response a status code equal to that given
func (*GetFirewallPoliciesNotFound) IsRedirect ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) IsRedirect() bool
IsRedirect returns true when this get firewall policies not found response has a 3xx status code
func (*GetFirewallPoliciesNotFound) IsServerError ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) IsServerError() bool
IsServerError returns true when this get firewall policies not found response has a 5xx status code
func (*GetFirewallPoliciesNotFound) IsSuccess ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this get firewall policies not found response has a 2xx status code
func (*GetFirewallPoliciesNotFound) String ¶ added in v0.2.27
func (o *GetFirewallPoliciesNotFound) String() string
type GetFirewallPoliciesOK ¶
type GetFirewallPoliciesOK 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.FirewallRespV1 }
GetFirewallPoliciesOK describes a response with status code 200, with default header values.
OK
func NewGetFirewallPoliciesOK ¶
func NewGetFirewallPoliciesOK() *GetFirewallPoliciesOK
NewGetFirewallPoliciesOK creates a GetFirewallPoliciesOK with default headers values
func (*GetFirewallPoliciesOK) Code ¶ added in v0.2.33
func (o *GetFirewallPoliciesOK) Code() int
Code gets the status code for the get firewall policies o k response
func (*GetFirewallPoliciesOK) Error ¶
func (o *GetFirewallPoliciesOK) Error() string
func (*GetFirewallPoliciesOK) GetPayload ¶
func (o *GetFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
func (*GetFirewallPoliciesOK) IsClientError ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) IsClientError() bool
IsClientError returns true when this get firewall policies o k response has a 4xx status code
func (*GetFirewallPoliciesOK) IsCode ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) IsCode(code int) bool
IsCode returns true when this get firewall policies o k response a status code equal to that given
func (*GetFirewallPoliciesOK) IsRedirect ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) IsRedirect() bool
IsRedirect returns true when this get firewall policies o k response has a 3xx status code
func (*GetFirewallPoliciesOK) IsServerError ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) IsServerError() bool
IsServerError returns true when this get firewall policies o k response has a 5xx status code
func (*GetFirewallPoliciesOK) IsSuccess ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) IsSuccess() bool
IsSuccess returns true when this get firewall policies o k response has a 2xx status code
func (*GetFirewallPoliciesOK) String ¶ added in v0.2.27
func (o *GetFirewallPoliciesOK) String() string
type GetFirewallPoliciesParams ¶
type GetFirewallPoliciesParams struct { /* Ids. The IDs of the Firewall Policies to return */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the get firewall policies operation. Typically these are written to a http.Request.
func NewGetFirewallPoliciesParams ¶
func NewGetFirewallPoliciesParams() *GetFirewallPoliciesParams
NewGetFirewallPoliciesParams creates a new GetFirewallPoliciesParams 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 NewGetFirewallPoliciesParamsWithContext ¶
func NewGetFirewallPoliciesParamsWithContext(ctx context.Context) *GetFirewallPoliciesParams
NewGetFirewallPoliciesParamsWithContext creates a new GetFirewallPoliciesParams object with the ability to set a context for a request.
func NewGetFirewallPoliciesParamsWithHTTPClient ¶
func NewGetFirewallPoliciesParamsWithHTTPClient(client *http.Client) *GetFirewallPoliciesParams
NewGetFirewallPoliciesParamsWithHTTPClient creates a new GetFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewGetFirewallPoliciesParamsWithTimeout ¶
func NewGetFirewallPoliciesParamsWithTimeout(timeout time.Duration) *GetFirewallPoliciesParams
NewGetFirewallPoliciesParamsWithTimeout creates a new GetFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*GetFirewallPoliciesParams) SetContext ¶
func (o *GetFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the get firewall policies params
func (*GetFirewallPoliciesParams) SetDefaults ¶
func (o *GetFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the get firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*GetFirewallPoliciesParams) SetHTTPClient ¶
func (o *GetFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get firewall policies params
func (*GetFirewallPoliciesParams) SetIds ¶
func (o *GetFirewallPoliciesParams) SetIds(ids []string)
SetIds adds the ids to the get firewall policies params
func (*GetFirewallPoliciesParams) SetTimeout ¶
func (o *GetFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get firewall policies params
func (*GetFirewallPoliciesParams) WithContext ¶
func (o *GetFirewallPoliciesParams) WithContext(ctx context.Context) *GetFirewallPoliciesParams
WithContext adds the context to the get firewall policies params
func (*GetFirewallPoliciesParams) WithDefaults ¶
func (o *GetFirewallPoliciesParams) WithDefaults() *GetFirewallPoliciesParams
WithDefaults hydrates default values in the get firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*GetFirewallPoliciesParams) WithHTTPClient ¶
func (o *GetFirewallPoliciesParams) WithHTTPClient(client *http.Client) *GetFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the get firewall policies params
func (*GetFirewallPoliciesParams) WithIds ¶
func (o *GetFirewallPoliciesParams) WithIds(ids []string) *GetFirewallPoliciesParams
WithIds adds the ids to the get firewall policies params
func (*GetFirewallPoliciesParams) WithTimeout ¶
func (o *GetFirewallPoliciesParams) WithTimeout(timeout time.Duration) *GetFirewallPoliciesParams
WithTimeout adds the timeout to the get firewall policies params
func (*GetFirewallPoliciesParams) WriteToRequest ¶
func (o *GetFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetFirewallPoliciesReader ¶
type GetFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
GetFirewallPoliciesReader is a Reader for the GetFirewallPolicies structure.
func (*GetFirewallPoliciesReader) ReadResponse ¶
func (o *GetFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetFirewallPoliciesTooManyRequests ¶
type GetFirewallPoliciesTooManyRequests 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 }
GetFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetFirewallPoliciesTooManyRequests ¶
func NewGetFirewallPoliciesTooManyRequests() *GetFirewallPoliciesTooManyRequests
NewGetFirewallPoliciesTooManyRequests creates a GetFirewallPoliciesTooManyRequests with default headers values
func (*GetFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *GetFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the get firewall policies too many requests response
func (*GetFirewallPoliciesTooManyRequests) Error ¶
func (o *GetFirewallPoliciesTooManyRequests) Error() string
func (*GetFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *GetFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this get firewall policies too many requests response has a 4xx status code
func (*GetFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get firewall policies too many requests response a status code equal to that given
func (*GetFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get firewall policies too many requests response has a 3xx status code
func (*GetFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this get firewall policies too many requests response has a 5xx status code
func (*GetFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get firewall policies too many requests response has a 2xx status code
func (*GetFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *GetFirewallPoliciesTooManyRequests) String() string
type PerformFirewallPoliciesActionBadRequest ¶
type PerformFirewallPoliciesActionBadRequest 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.FirewallRespV1 }
PerformFirewallPoliciesActionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPerformFirewallPoliciesActionBadRequest ¶
func NewPerformFirewallPoliciesActionBadRequest() *PerformFirewallPoliciesActionBadRequest
NewPerformFirewallPoliciesActionBadRequest creates a PerformFirewallPoliciesActionBadRequest with default headers values
func (*PerformFirewallPoliciesActionBadRequest) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionBadRequest) Code() int
Code gets the status code for the perform firewall policies action bad request response
func (*PerformFirewallPoliciesActionBadRequest) Error ¶
func (o *PerformFirewallPoliciesActionBadRequest) Error() string
func (*PerformFirewallPoliciesActionBadRequest) GetPayload ¶
func (o *PerformFirewallPoliciesActionBadRequest) GetPayload() *models.FirewallRespV1
func (*PerformFirewallPoliciesActionBadRequest) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) IsClientError() bool
IsClientError returns true when this perform firewall policies action bad request response has a 4xx status code
func (*PerformFirewallPoliciesActionBadRequest) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) IsCode(code int) bool
IsCode returns true when this perform firewall policies action bad request response a status code equal to that given
func (*PerformFirewallPoliciesActionBadRequest) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action bad request response has a 3xx status code
func (*PerformFirewallPoliciesActionBadRequest) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) IsServerError() bool
IsServerError returns true when this perform firewall policies action bad request response has a 5xx status code
func (*PerformFirewallPoliciesActionBadRequest) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action bad request response has a 2xx status code
func (*PerformFirewallPoliciesActionBadRequest) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionBadRequest) String() string
type PerformFirewallPoliciesActionForbidden ¶
type PerformFirewallPoliciesActionForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
PerformFirewallPoliciesActionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPerformFirewallPoliciesActionForbidden ¶
func NewPerformFirewallPoliciesActionForbidden() *PerformFirewallPoliciesActionForbidden
NewPerformFirewallPoliciesActionForbidden creates a PerformFirewallPoliciesActionForbidden with default headers values
func (*PerformFirewallPoliciesActionForbidden) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionForbidden) Code() int
Code gets the status code for the perform firewall policies action forbidden response
func (*PerformFirewallPoliciesActionForbidden) Error ¶
func (o *PerformFirewallPoliciesActionForbidden) Error() string
func (*PerformFirewallPoliciesActionForbidden) GetPayload ¶
func (o *PerformFirewallPoliciesActionForbidden) GetPayload() *models.MsaErrorsOnly
func (*PerformFirewallPoliciesActionForbidden) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) IsClientError() bool
IsClientError returns true when this perform firewall policies action forbidden response has a 4xx status code
func (*PerformFirewallPoliciesActionForbidden) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) IsCode(code int) bool
IsCode returns true when this perform firewall policies action forbidden response a status code equal to that given
func (*PerformFirewallPoliciesActionForbidden) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action forbidden response has a 3xx status code
func (*PerformFirewallPoliciesActionForbidden) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) IsServerError() bool
IsServerError returns true when this perform firewall policies action forbidden response has a 5xx status code
func (*PerformFirewallPoliciesActionForbidden) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action forbidden response has a 2xx status code
func (*PerformFirewallPoliciesActionForbidden) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionForbidden) String() string
type PerformFirewallPoliciesActionInternalServerError ¶
type PerformFirewallPoliciesActionInternalServerError 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.FirewallRespV1 }
PerformFirewallPoliciesActionInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPerformFirewallPoliciesActionInternalServerError ¶
func NewPerformFirewallPoliciesActionInternalServerError() *PerformFirewallPoliciesActionInternalServerError
NewPerformFirewallPoliciesActionInternalServerError creates a PerformFirewallPoliciesActionInternalServerError with default headers values
func (*PerformFirewallPoliciesActionInternalServerError) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionInternalServerError) Code() int
Code gets the status code for the perform firewall policies action internal server error response
func (*PerformFirewallPoliciesActionInternalServerError) Error ¶
func (o *PerformFirewallPoliciesActionInternalServerError) Error() string
func (*PerformFirewallPoliciesActionInternalServerError) GetPayload ¶
func (o *PerformFirewallPoliciesActionInternalServerError) GetPayload() *models.FirewallRespV1
func (*PerformFirewallPoliciesActionInternalServerError) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) IsClientError() bool
IsClientError returns true when this perform firewall policies action internal server error response has a 4xx status code
func (*PerformFirewallPoliciesActionInternalServerError) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) IsCode(code int) bool
IsCode returns true when this perform firewall policies action internal server error response a status code equal to that given
func (*PerformFirewallPoliciesActionInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action internal server error response has a 3xx status code
func (*PerformFirewallPoliciesActionInternalServerError) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) IsServerError() bool
IsServerError returns true when this perform firewall policies action internal server error response has a 5xx status code
func (*PerformFirewallPoliciesActionInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action internal server error response has a 2xx status code
func (*PerformFirewallPoliciesActionInternalServerError) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionInternalServerError) String() string
type PerformFirewallPoliciesActionNotFound ¶
type PerformFirewallPoliciesActionNotFound 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.FirewallRespV1 }
PerformFirewallPoliciesActionNotFound describes a response with status code 404, with default header values.
Not Found
func NewPerformFirewallPoliciesActionNotFound ¶
func NewPerformFirewallPoliciesActionNotFound() *PerformFirewallPoliciesActionNotFound
NewPerformFirewallPoliciesActionNotFound creates a PerformFirewallPoliciesActionNotFound with default headers values
func (*PerformFirewallPoliciesActionNotFound) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionNotFound) Code() int
Code gets the status code for the perform firewall policies action not found response
func (*PerformFirewallPoliciesActionNotFound) Error ¶
func (o *PerformFirewallPoliciesActionNotFound) Error() string
func (*PerformFirewallPoliciesActionNotFound) GetPayload ¶
func (o *PerformFirewallPoliciesActionNotFound) GetPayload() *models.FirewallRespV1
func (*PerformFirewallPoliciesActionNotFound) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) IsClientError() bool
IsClientError returns true when this perform firewall policies action not found response has a 4xx status code
func (*PerformFirewallPoliciesActionNotFound) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) IsCode(code int) bool
IsCode returns true when this perform firewall policies action not found response a status code equal to that given
func (*PerformFirewallPoliciesActionNotFound) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action not found response has a 3xx status code
func (*PerformFirewallPoliciesActionNotFound) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) IsServerError() bool
IsServerError returns true when this perform firewall policies action not found response has a 5xx status code
func (*PerformFirewallPoliciesActionNotFound) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action not found response has a 2xx status code
func (*PerformFirewallPoliciesActionNotFound) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionNotFound) String() string
type PerformFirewallPoliciesActionOK ¶
type PerformFirewallPoliciesActionOK 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.FirewallRespV1 }
PerformFirewallPoliciesActionOK describes a response with status code 200, with default header values.
OK
func NewPerformFirewallPoliciesActionOK ¶
func NewPerformFirewallPoliciesActionOK() *PerformFirewallPoliciesActionOK
NewPerformFirewallPoliciesActionOK creates a PerformFirewallPoliciesActionOK with default headers values
func (*PerformFirewallPoliciesActionOK) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionOK) Code() int
Code gets the status code for the perform firewall policies action o k response
func (*PerformFirewallPoliciesActionOK) Error ¶
func (o *PerformFirewallPoliciesActionOK) Error() string
func (*PerformFirewallPoliciesActionOK) GetPayload ¶
func (o *PerformFirewallPoliciesActionOK) GetPayload() *models.FirewallRespV1
func (*PerformFirewallPoliciesActionOK) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) IsClientError() bool
IsClientError returns true when this perform firewall policies action o k response has a 4xx status code
func (*PerformFirewallPoliciesActionOK) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) IsCode(code int) bool
IsCode returns true when this perform firewall policies action o k response a status code equal to that given
func (*PerformFirewallPoliciesActionOK) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action o k response has a 3xx status code
func (*PerformFirewallPoliciesActionOK) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) IsServerError() bool
IsServerError returns true when this perform firewall policies action o k response has a 5xx status code
func (*PerformFirewallPoliciesActionOK) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action o k response has a 2xx status code
func (*PerformFirewallPoliciesActionOK) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionOK) String() string
type PerformFirewallPoliciesActionParams ¶
type PerformFirewallPoliciesActionParams struct { /* ActionName. The action to perform */ ActionName string // Body. Body *models.MsaEntityActionRequestV2 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PerformFirewallPoliciesActionParams contains all the parameters to send to the API endpoint
for the perform firewall policies action operation. Typically these are written to a http.Request.
func NewPerformFirewallPoliciesActionParams ¶
func NewPerformFirewallPoliciesActionParams() *PerformFirewallPoliciesActionParams
NewPerformFirewallPoliciesActionParams creates a new PerformFirewallPoliciesActionParams 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 NewPerformFirewallPoliciesActionParamsWithContext ¶
func NewPerformFirewallPoliciesActionParamsWithContext(ctx context.Context) *PerformFirewallPoliciesActionParams
NewPerformFirewallPoliciesActionParamsWithContext creates a new PerformFirewallPoliciesActionParams object with the ability to set a context for a request.
func NewPerformFirewallPoliciesActionParamsWithHTTPClient ¶
func NewPerformFirewallPoliciesActionParamsWithHTTPClient(client *http.Client) *PerformFirewallPoliciesActionParams
NewPerformFirewallPoliciesActionParamsWithHTTPClient creates a new PerformFirewallPoliciesActionParams object with the ability to set a custom HTTPClient for a request.
func NewPerformFirewallPoliciesActionParamsWithTimeout ¶
func NewPerformFirewallPoliciesActionParamsWithTimeout(timeout time.Duration) *PerformFirewallPoliciesActionParams
NewPerformFirewallPoliciesActionParamsWithTimeout creates a new PerformFirewallPoliciesActionParams object with the ability to set a timeout on a request.
func (*PerformFirewallPoliciesActionParams) SetActionName ¶
func (o *PerformFirewallPoliciesActionParams) SetActionName(actionName string)
SetActionName adds the actionName to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) SetBody ¶
func (o *PerformFirewallPoliciesActionParams) SetBody(body *models.MsaEntityActionRequestV2)
SetBody adds the body to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) SetContext ¶
func (o *PerformFirewallPoliciesActionParams) SetContext(ctx context.Context)
SetContext adds the context to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) SetDefaults ¶
func (o *PerformFirewallPoliciesActionParams) SetDefaults()
SetDefaults hydrates default values in the perform firewall policies action params (not the query body).
All values with no default are reset to their zero value.
func (*PerformFirewallPoliciesActionParams) SetHTTPClient ¶
func (o *PerformFirewallPoliciesActionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) SetTimeout ¶
func (o *PerformFirewallPoliciesActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WithActionName ¶
func (o *PerformFirewallPoliciesActionParams) WithActionName(actionName string) *PerformFirewallPoliciesActionParams
WithActionName adds the actionName to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WithBody ¶
func (o *PerformFirewallPoliciesActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformFirewallPoliciesActionParams
WithBody adds the body to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WithContext ¶
func (o *PerformFirewallPoliciesActionParams) WithContext(ctx context.Context) *PerformFirewallPoliciesActionParams
WithContext adds the context to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WithDefaults ¶
func (o *PerformFirewallPoliciesActionParams) WithDefaults() *PerformFirewallPoliciesActionParams
WithDefaults hydrates default values in the perform firewall policies action params (not the query body).
All values with no default are reset to their zero value.
func (*PerformFirewallPoliciesActionParams) WithHTTPClient ¶
func (o *PerformFirewallPoliciesActionParams) WithHTTPClient(client *http.Client) *PerformFirewallPoliciesActionParams
WithHTTPClient adds the HTTPClient to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WithTimeout ¶
func (o *PerformFirewallPoliciesActionParams) WithTimeout(timeout time.Duration) *PerformFirewallPoliciesActionParams
WithTimeout adds the timeout to the perform firewall policies action params
func (*PerformFirewallPoliciesActionParams) WriteToRequest ¶
func (o *PerformFirewallPoliciesActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PerformFirewallPoliciesActionReader ¶
type PerformFirewallPoliciesActionReader struct {
// contains filtered or unexported fields
}
PerformFirewallPoliciesActionReader is a Reader for the PerformFirewallPoliciesAction structure.
func (*PerformFirewallPoliciesActionReader) ReadResponse ¶
func (o *PerformFirewallPoliciesActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PerformFirewallPoliciesActionTooManyRequests ¶
type PerformFirewallPoliciesActionTooManyRequests 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 }
PerformFirewallPoliciesActionTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPerformFirewallPoliciesActionTooManyRequests ¶
func NewPerformFirewallPoliciesActionTooManyRequests() *PerformFirewallPoliciesActionTooManyRequests
NewPerformFirewallPoliciesActionTooManyRequests creates a PerformFirewallPoliciesActionTooManyRequests with default headers values
func (*PerformFirewallPoliciesActionTooManyRequests) Code ¶ added in v0.2.33
func (o *PerformFirewallPoliciesActionTooManyRequests) Code() int
Code gets the status code for the perform firewall policies action too many requests response
func (*PerformFirewallPoliciesActionTooManyRequests) Error ¶
func (o *PerformFirewallPoliciesActionTooManyRequests) Error() string
func (*PerformFirewallPoliciesActionTooManyRequests) GetPayload ¶
func (o *PerformFirewallPoliciesActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PerformFirewallPoliciesActionTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) IsClientError() bool
IsClientError returns true when this perform firewall policies action too many requests response has a 4xx status code
func (*PerformFirewallPoliciesActionTooManyRequests) IsCode ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) IsCode(code int) bool
IsCode returns true when this perform firewall policies action too many requests response a status code equal to that given
func (*PerformFirewallPoliciesActionTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this perform firewall policies action too many requests response has a 3xx status code
func (*PerformFirewallPoliciesActionTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) IsServerError() bool
IsServerError returns true when this perform firewall policies action too many requests response has a 5xx status code
func (*PerformFirewallPoliciesActionTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this perform firewall policies action too many requests response has a 2xx status code
func (*PerformFirewallPoliciesActionTooManyRequests) String ¶ added in v0.2.27
func (o *PerformFirewallPoliciesActionTooManyRequests) String() string
type QueryCombinedFirewallPoliciesBadRequest ¶
type QueryCombinedFirewallPoliciesBadRequest 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.FirewallRespV1 }
QueryCombinedFirewallPoliciesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryCombinedFirewallPoliciesBadRequest ¶
func NewQueryCombinedFirewallPoliciesBadRequest() *QueryCombinedFirewallPoliciesBadRequest
NewQueryCombinedFirewallPoliciesBadRequest creates a QueryCombinedFirewallPoliciesBadRequest with default headers values
func (*QueryCombinedFirewallPoliciesBadRequest) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPoliciesBadRequest) Code() int
Code gets the status code for the query combined firewall policies bad request response
func (*QueryCombinedFirewallPoliciesBadRequest) Error ¶
func (o *QueryCombinedFirewallPoliciesBadRequest) Error() string
func (*QueryCombinedFirewallPoliciesBadRequest) GetPayload ¶
func (o *QueryCombinedFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
func (*QueryCombinedFirewallPoliciesBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) IsClientError() bool
IsClientError returns true when this query combined firewall policies bad request response has a 4xx status code
func (*QueryCombinedFirewallPoliciesBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this query combined firewall policies bad request response a status code equal to that given
func (*QueryCombinedFirewallPoliciesBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this query combined firewall policies bad request response has a 3xx status code
func (*QueryCombinedFirewallPoliciesBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) IsServerError() bool
IsServerError returns true when this query combined firewall policies bad request response has a 5xx status code
func (*QueryCombinedFirewallPoliciesBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this query combined firewall policies bad request response has a 2xx status code
func (*QueryCombinedFirewallPoliciesBadRequest) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesBadRequest) String() string
type QueryCombinedFirewallPoliciesForbidden ¶
type QueryCombinedFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryCombinedFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryCombinedFirewallPoliciesForbidden ¶
func NewQueryCombinedFirewallPoliciesForbidden() *QueryCombinedFirewallPoliciesForbidden
NewQueryCombinedFirewallPoliciesForbidden creates a QueryCombinedFirewallPoliciesForbidden with default headers values
func (*QueryCombinedFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPoliciesForbidden) Code() int
Code gets the status code for the query combined firewall policies forbidden response
func (*QueryCombinedFirewallPoliciesForbidden) Error ¶
func (o *QueryCombinedFirewallPoliciesForbidden) Error() string
func (*QueryCombinedFirewallPoliciesForbidden) GetPayload ¶
func (o *QueryCombinedFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryCombinedFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this query combined firewall policies forbidden response has a 4xx status code
func (*QueryCombinedFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this query combined firewall policies forbidden response a status code equal to that given
func (*QueryCombinedFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this query combined firewall policies forbidden response has a 3xx status code
func (*QueryCombinedFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this query combined firewall policies forbidden response has a 5xx status code
func (*QueryCombinedFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this query combined firewall policies forbidden response has a 2xx status code
func (*QueryCombinedFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesForbidden) String() string
type QueryCombinedFirewallPoliciesInternalServerError ¶
type QueryCombinedFirewallPoliciesInternalServerError 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.FirewallRespV1 }
QueryCombinedFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryCombinedFirewallPoliciesInternalServerError ¶
func NewQueryCombinedFirewallPoliciesInternalServerError() *QueryCombinedFirewallPoliciesInternalServerError
NewQueryCombinedFirewallPoliciesInternalServerError creates a QueryCombinedFirewallPoliciesInternalServerError with default headers values
func (*QueryCombinedFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the query combined firewall policies internal server error response
func (*QueryCombinedFirewallPoliciesInternalServerError) Error ¶
func (o *QueryCombinedFirewallPoliciesInternalServerError) Error() string
func (*QueryCombinedFirewallPoliciesInternalServerError) GetPayload ¶
func (o *QueryCombinedFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
func (*QueryCombinedFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this query combined firewall policies internal server error response has a 4xx status code
func (*QueryCombinedFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this query combined firewall policies internal server error response a status code equal to that given
func (*QueryCombinedFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this query combined firewall policies internal server error response has a 3xx status code
func (*QueryCombinedFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this query combined firewall policies internal server error response has a 5xx status code
func (*QueryCombinedFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this query combined firewall policies internal server error response has a 2xx status code
func (*QueryCombinedFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesInternalServerError) String() string
type QueryCombinedFirewallPoliciesOK ¶
type QueryCombinedFirewallPoliciesOK 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.FirewallRespV1 }
QueryCombinedFirewallPoliciesOK describes a response with status code 200, with default header values.
OK
func NewQueryCombinedFirewallPoliciesOK ¶
func NewQueryCombinedFirewallPoliciesOK() *QueryCombinedFirewallPoliciesOK
NewQueryCombinedFirewallPoliciesOK creates a QueryCombinedFirewallPoliciesOK with default headers values
func (*QueryCombinedFirewallPoliciesOK) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPoliciesOK) Code() int
Code gets the status code for the query combined firewall policies o k response
func (*QueryCombinedFirewallPoliciesOK) Error ¶
func (o *QueryCombinedFirewallPoliciesOK) Error() string
func (*QueryCombinedFirewallPoliciesOK) GetPayload ¶
func (o *QueryCombinedFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
func (*QueryCombinedFirewallPoliciesOK) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) IsClientError() bool
IsClientError returns true when this query combined firewall policies o k response has a 4xx status code
func (*QueryCombinedFirewallPoliciesOK) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) IsCode(code int) bool
IsCode returns true when this query combined firewall policies o k response a status code equal to that given
func (*QueryCombinedFirewallPoliciesOK) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) IsRedirect() bool
IsRedirect returns true when this query combined firewall policies o k response has a 3xx status code
func (*QueryCombinedFirewallPoliciesOK) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) IsServerError() bool
IsServerError returns true when this query combined firewall policies o k response has a 5xx status code
func (*QueryCombinedFirewallPoliciesOK) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) IsSuccess() bool
IsSuccess returns true when this query combined firewall policies o k response has a 2xx status code
func (*QueryCombinedFirewallPoliciesOK) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesOK) String() string
type QueryCombinedFirewallPoliciesParams ¶
type QueryCombinedFirewallPoliciesParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryCombinedFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the query combined firewall policies operation. Typically these are written to a http.Request.
func NewQueryCombinedFirewallPoliciesParams ¶
func NewQueryCombinedFirewallPoliciesParams() *QueryCombinedFirewallPoliciesParams
NewQueryCombinedFirewallPoliciesParams creates a new QueryCombinedFirewallPoliciesParams 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 NewQueryCombinedFirewallPoliciesParamsWithContext ¶
func NewQueryCombinedFirewallPoliciesParamsWithContext(ctx context.Context) *QueryCombinedFirewallPoliciesParams
NewQueryCombinedFirewallPoliciesParamsWithContext creates a new QueryCombinedFirewallPoliciesParams object with the ability to set a context for a request.
func NewQueryCombinedFirewallPoliciesParamsWithHTTPClient ¶
func NewQueryCombinedFirewallPoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedFirewallPoliciesParams
NewQueryCombinedFirewallPoliciesParamsWithHTTPClient creates a new QueryCombinedFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryCombinedFirewallPoliciesParamsWithTimeout ¶
func NewQueryCombinedFirewallPoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedFirewallPoliciesParams
NewQueryCombinedFirewallPoliciesParamsWithTimeout creates a new QueryCombinedFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*QueryCombinedFirewallPoliciesParams) SetContext ¶
func (o *QueryCombinedFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetDefaults ¶
func (o *QueryCombinedFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the query combined firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*QueryCombinedFirewallPoliciesParams) SetFilter ¶
func (o *QueryCombinedFirewallPoliciesParams) SetFilter(filter *string)
SetFilter adds the filter to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetHTTPClient ¶
func (o *QueryCombinedFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetLimit ¶
func (o *QueryCombinedFirewallPoliciesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetOffset ¶
func (o *QueryCombinedFirewallPoliciesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetSort ¶
func (o *QueryCombinedFirewallPoliciesParams) SetSort(sort *string)
SetSort adds the sort to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) SetTimeout ¶
func (o *QueryCombinedFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithContext ¶
func (o *QueryCombinedFirewallPoliciesParams) WithContext(ctx context.Context) *QueryCombinedFirewallPoliciesParams
WithContext adds the context to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithDefaults ¶
func (o *QueryCombinedFirewallPoliciesParams) WithDefaults() *QueryCombinedFirewallPoliciesParams
WithDefaults hydrates default values in the query combined firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*QueryCombinedFirewallPoliciesParams) WithFilter ¶
func (o *QueryCombinedFirewallPoliciesParams) WithFilter(filter *string) *QueryCombinedFirewallPoliciesParams
WithFilter adds the filter to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithHTTPClient ¶
func (o *QueryCombinedFirewallPoliciesParams) WithHTTPClient(client *http.Client) *QueryCombinedFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithLimit ¶
func (o *QueryCombinedFirewallPoliciesParams) WithLimit(limit *int64) *QueryCombinedFirewallPoliciesParams
WithLimit adds the limit to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithOffset ¶
func (o *QueryCombinedFirewallPoliciesParams) WithOffset(offset *int64) *QueryCombinedFirewallPoliciesParams
WithOffset adds the offset to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithSort ¶
func (o *QueryCombinedFirewallPoliciesParams) WithSort(sort *string) *QueryCombinedFirewallPoliciesParams
WithSort adds the sort to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WithTimeout ¶
func (o *QueryCombinedFirewallPoliciesParams) WithTimeout(timeout time.Duration) *QueryCombinedFirewallPoliciesParams
WithTimeout adds the timeout to the query combined firewall policies params
func (*QueryCombinedFirewallPoliciesParams) WriteToRequest ¶
func (o *QueryCombinedFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryCombinedFirewallPoliciesReader ¶
type QueryCombinedFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
QueryCombinedFirewallPoliciesReader is a Reader for the QueryCombinedFirewallPolicies structure.
func (*QueryCombinedFirewallPoliciesReader) ReadResponse ¶
func (o *QueryCombinedFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryCombinedFirewallPoliciesTooManyRequests ¶
type QueryCombinedFirewallPoliciesTooManyRequests 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 }
QueryCombinedFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryCombinedFirewallPoliciesTooManyRequests ¶
func NewQueryCombinedFirewallPoliciesTooManyRequests() *QueryCombinedFirewallPoliciesTooManyRequests
NewQueryCombinedFirewallPoliciesTooManyRequests creates a QueryCombinedFirewallPoliciesTooManyRequests with default headers values
func (*QueryCombinedFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the query combined firewall policies too many requests response
func (*QueryCombinedFirewallPoliciesTooManyRequests) Error ¶
func (o *QueryCombinedFirewallPoliciesTooManyRequests) Error() string
func (*QueryCombinedFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *QueryCombinedFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryCombinedFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this query combined firewall policies too many requests response has a 4xx status code
func (*QueryCombinedFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query combined firewall policies too many requests response a status code equal to that given
func (*QueryCombinedFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query combined firewall policies too many requests response has a 3xx status code
func (*QueryCombinedFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this query combined firewall policies too many requests response has a 5xx status code
func (*QueryCombinedFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query combined firewall policies too many requests response has a 2xx status code
func (*QueryCombinedFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPoliciesTooManyRequests) String() string
type QueryCombinedFirewallPolicyMembersBadRequest ¶
type QueryCombinedFirewallPolicyMembersBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.BasePolicyMembersRespV1 }
QueryCombinedFirewallPolicyMembersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryCombinedFirewallPolicyMembersBadRequest ¶
func NewQueryCombinedFirewallPolicyMembersBadRequest() *QueryCombinedFirewallPolicyMembersBadRequest
NewQueryCombinedFirewallPolicyMembersBadRequest creates a QueryCombinedFirewallPolicyMembersBadRequest with default headers values
func (*QueryCombinedFirewallPolicyMembersBadRequest) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersBadRequest) Code() int
Code gets the status code for the query combined firewall policy members bad request response
func (*QueryCombinedFirewallPolicyMembersBadRequest) Error ¶
func (o *QueryCombinedFirewallPolicyMembersBadRequest) Error() string
func (*QueryCombinedFirewallPolicyMembersBadRequest) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersBadRequest) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedFirewallPolicyMembersBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsClientError() bool
IsClientError returns true when this query combined firewall policy members bad request response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members bad request response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members bad request response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsServerError() bool
IsServerError returns true when this query combined firewall policy members bad request response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members bad request response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersBadRequest) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersBadRequest) String() string
type QueryCombinedFirewallPolicyMembersForbidden ¶
type QueryCombinedFirewallPolicyMembersForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryCombinedFirewallPolicyMembersForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryCombinedFirewallPolicyMembersForbidden ¶
func NewQueryCombinedFirewallPolicyMembersForbidden() *QueryCombinedFirewallPolicyMembersForbidden
NewQueryCombinedFirewallPolicyMembersForbidden creates a QueryCombinedFirewallPolicyMembersForbidden with default headers values
func (*QueryCombinedFirewallPolicyMembersForbidden) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersForbidden) Code() int
Code gets the status code for the query combined firewall policy members forbidden response
func (*QueryCombinedFirewallPolicyMembersForbidden) Error ¶
func (o *QueryCombinedFirewallPolicyMembersForbidden) Error() string
func (*QueryCombinedFirewallPolicyMembersForbidden) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryCombinedFirewallPolicyMembersForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) IsClientError() bool
IsClientError returns true when this query combined firewall policy members forbidden response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersForbidden) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members forbidden response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members forbidden response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) IsServerError() bool
IsServerError returns true when this query combined firewall policy members forbidden response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members forbidden response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersForbidden) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersForbidden) String() string
type QueryCombinedFirewallPolicyMembersInternalServerError ¶
type QueryCombinedFirewallPolicyMembersInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.BasePolicyMembersRespV1 }
QueryCombinedFirewallPolicyMembersInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryCombinedFirewallPolicyMembersInternalServerError ¶
func NewQueryCombinedFirewallPolicyMembersInternalServerError() *QueryCombinedFirewallPolicyMembersInternalServerError
NewQueryCombinedFirewallPolicyMembersInternalServerError creates a QueryCombinedFirewallPolicyMembersInternalServerError with default headers values
func (*QueryCombinedFirewallPolicyMembersInternalServerError) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) Code() int
Code gets the status code for the query combined firewall policy members internal server error response
func (*QueryCombinedFirewallPolicyMembersInternalServerError) Error ¶
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) Error() string
func (*QueryCombinedFirewallPolicyMembersInternalServerError) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedFirewallPolicyMembersInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsClientError() bool
IsClientError returns true when this query combined firewall policy members internal server error response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members internal server error response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members internal server error response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsServerError() bool
IsServerError returns true when this query combined firewall policy members internal server error response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members internal server error response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersInternalServerError) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersInternalServerError) String() string
type QueryCombinedFirewallPolicyMembersNotFound ¶
type QueryCombinedFirewallPolicyMembersNotFound struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.BasePolicyMembersRespV1 }
QueryCombinedFirewallPolicyMembersNotFound describes a response with status code 404, with default header values.
Not Found
func NewQueryCombinedFirewallPolicyMembersNotFound ¶
func NewQueryCombinedFirewallPolicyMembersNotFound() *QueryCombinedFirewallPolicyMembersNotFound
NewQueryCombinedFirewallPolicyMembersNotFound creates a QueryCombinedFirewallPolicyMembersNotFound with default headers values
func (*QueryCombinedFirewallPolicyMembersNotFound) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersNotFound) Code() int
Code gets the status code for the query combined firewall policy members not found response
func (*QueryCombinedFirewallPolicyMembersNotFound) Error ¶
func (o *QueryCombinedFirewallPolicyMembersNotFound) Error() string
func (*QueryCombinedFirewallPolicyMembersNotFound) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersNotFound) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedFirewallPolicyMembersNotFound) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) IsClientError() bool
IsClientError returns true when this query combined firewall policy members not found response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersNotFound) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members not found response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersNotFound) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members not found response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersNotFound) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) IsServerError() bool
IsServerError returns true when this query combined firewall policy members not found response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersNotFound) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members not found response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersNotFound) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersNotFound) String() string
type QueryCombinedFirewallPolicyMembersOK ¶
type QueryCombinedFirewallPolicyMembersOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.BasePolicyMembersRespV1 }
QueryCombinedFirewallPolicyMembersOK describes a response with status code 200, with default header values.
OK
func NewQueryCombinedFirewallPolicyMembersOK ¶
func NewQueryCombinedFirewallPolicyMembersOK() *QueryCombinedFirewallPolicyMembersOK
NewQueryCombinedFirewallPolicyMembersOK creates a QueryCombinedFirewallPolicyMembersOK with default headers values
func (*QueryCombinedFirewallPolicyMembersOK) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersOK) Code() int
Code gets the status code for the query combined firewall policy members o k response
func (*QueryCombinedFirewallPolicyMembersOK) Error ¶
func (o *QueryCombinedFirewallPolicyMembersOK) Error() string
func (*QueryCombinedFirewallPolicyMembersOK) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersOK) GetPayload() *models.BasePolicyMembersRespV1
func (*QueryCombinedFirewallPolicyMembersOK) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) IsClientError() bool
IsClientError returns true when this query combined firewall policy members o k response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersOK) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members o k response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersOK) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members o k response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersOK) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) IsServerError() bool
IsServerError returns true when this query combined firewall policy members o k response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersOK) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members o k response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersOK) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersOK) String() string
type QueryCombinedFirewallPolicyMembersParams ¶
type QueryCombinedFirewallPolicyMembersParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* ID. The ID of the Firewall Policy to search for members of */ ID *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryCombinedFirewallPolicyMembersParams contains all the parameters to send to the API endpoint
for the query combined firewall policy members operation. Typically these are written to a http.Request.
func NewQueryCombinedFirewallPolicyMembersParams ¶
func NewQueryCombinedFirewallPolicyMembersParams() *QueryCombinedFirewallPolicyMembersParams
NewQueryCombinedFirewallPolicyMembersParams creates a new QueryCombinedFirewallPolicyMembersParams 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 NewQueryCombinedFirewallPolicyMembersParamsWithContext ¶
func NewQueryCombinedFirewallPolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedFirewallPolicyMembersParams
NewQueryCombinedFirewallPolicyMembersParamsWithContext creates a new QueryCombinedFirewallPolicyMembersParams object with the ability to set a context for a request.
func NewQueryCombinedFirewallPolicyMembersParamsWithHTTPClient ¶
func NewQueryCombinedFirewallPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedFirewallPolicyMembersParams
NewQueryCombinedFirewallPolicyMembersParamsWithHTTPClient creates a new QueryCombinedFirewallPolicyMembersParams object with the ability to set a custom HTTPClient for a request.
func NewQueryCombinedFirewallPolicyMembersParamsWithTimeout ¶
func NewQueryCombinedFirewallPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedFirewallPolicyMembersParams
NewQueryCombinedFirewallPolicyMembersParamsWithTimeout creates a new QueryCombinedFirewallPolicyMembersParams object with the ability to set a timeout on a request.
func (*QueryCombinedFirewallPolicyMembersParams) SetContext ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetDefaults ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetDefaults()
SetDefaults hydrates default values in the query combined firewall policy members params (not the query body).
All values with no default are reset to their zero value.
func (*QueryCombinedFirewallPolicyMembersParams) SetFilter ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetFilter(filter *string)
SetFilter adds the filter to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetHTTPClient ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetID ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetID(id *string)
SetID adds the id to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetLimit ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetLimit(limit *int64)
SetLimit adds the limit to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetOffset ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetOffset(offset *int64)
SetOffset adds the offset to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetSort ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetSort(sort *string)
SetSort adds the sort to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) SetTimeout ¶
func (o *QueryCombinedFirewallPolicyMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithContext ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithContext(ctx context.Context) *QueryCombinedFirewallPolicyMembersParams
WithContext adds the context to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithDefaults ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithDefaults() *QueryCombinedFirewallPolicyMembersParams
WithDefaults hydrates default values in the query combined firewall policy members params (not the query body).
All values with no default are reset to their zero value.
func (*QueryCombinedFirewallPolicyMembersParams) WithFilter ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithFilter(filter *string) *QueryCombinedFirewallPolicyMembersParams
WithFilter adds the filter to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithHTTPClient ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedFirewallPolicyMembersParams
WithHTTPClient adds the HTTPClient to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithID ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithID(id *string) *QueryCombinedFirewallPolicyMembersParams
WithID adds the id to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithLimit ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithLimit(limit *int64) *QueryCombinedFirewallPolicyMembersParams
WithLimit adds the limit to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithOffset ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithOffset(offset *int64) *QueryCombinedFirewallPolicyMembersParams
WithOffset adds the offset to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithSort ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithSort(sort *string) *QueryCombinedFirewallPolicyMembersParams
WithSort adds the sort to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WithTimeout ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedFirewallPolicyMembersParams
WithTimeout adds the timeout to the query combined firewall policy members params
func (*QueryCombinedFirewallPolicyMembersParams) WriteToRequest ¶
func (o *QueryCombinedFirewallPolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryCombinedFirewallPolicyMembersReader ¶
type QueryCombinedFirewallPolicyMembersReader struct {
// contains filtered or unexported fields
}
QueryCombinedFirewallPolicyMembersReader is a Reader for the QueryCombinedFirewallPolicyMembers structure.
func (*QueryCombinedFirewallPolicyMembersReader) ReadResponse ¶
func (o *QueryCombinedFirewallPolicyMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryCombinedFirewallPolicyMembersTooManyRequests ¶
type QueryCombinedFirewallPolicyMembersTooManyRequests 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 }
QueryCombinedFirewallPolicyMembersTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryCombinedFirewallPolicyMembersTooManyRequests ¶
func NewQueryCombinedFirewallPolicyMembersTooManyRequests() *QueryCombinedFirewallPolicyMembersTooManyRequests
NewQueryCombinedFirewallPolicyMembersTooManyRequests creates a QueryCombinedFirewallPolicyMembersTooManyRequests with default headers values
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) Code() int
Code gets the status code for the query combined firewall policy members too many requests response
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) Error ¶
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) Error() string
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) GetPayload ¶
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsClientError() bool
IsClientError returns true when this query combined firewall policy members too many requests response has a 4xx status code
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsCode(code int) bool
IsCode returns true when this query combined firewall policy members too many requests response a status code equal to that given
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query combined firewall policy members too many requests response has a 3xx status code
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsServerError() bool
IsServerError returns true when this query combined firewall policy members too many requests response has a 5xx status code
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query combined firewall policy members too many requests response has a 2xx status code
func (*QueryCombinedFirewallPolicyMembersTooManyRequests) String ¶ added in v0.2.27
func (o *QueryCombinedFirewallPolicyMembersTooManyRequests) String() string
type QueryFirewallPoliciesBadRequest ¶
type QueryFirewallPoliciesBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPoliciesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryFirewallPoliciesBadRequest ¶
func NewQueryFirewallPoliciesBadRequest() *QueryFirewallPoliciesBadRequest
NewQueryFirewallPoliciesBadRequest creates a QueryFirewallPoliciesBadRequest with default headers values
func (*QueryFirewallPoliciesBadRequest) Code ¶ added in v0.2.33
func (o *QueryFirewallPoliciesBadRequest) Code() int
Code gets the status code for the query firewall policies bad request response
func (*QueryFirewallPoliciesBadRequest) Error ¶
func (o *QueryFirewallPoliciesBadRequest) Error() string
func (*QueryFirewallPoliciesBadRequest) GetPayload ¶
func (o *QueryFirewallPoliciesBadRequest) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPoliciesBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) IsClientError() bool
IsClientError returns true when this query firewall policies bad request response has a 4xx status code
func (*QueryFirewallPoliciesBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this query firewall policies bad request response a status code equal to that given
func (*QueryFirewallPoliciesBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this query firewall policies bad request response has a 3xx status code
func (*QueryFirewallPoliciesBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) IsServerError() bool
IsServerError returns true when this query firewall policies bad request response has a 5xx status code
func (*QueryFirewallPoliciesBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this query firewall policies bad request response has a 2xx status code
func (*QueryFirewallPoliciesBadRequest) String ¶ added in v0.2.27
func (o *QueryFirewallPoliciesBadRequest) String() string
type QueryFirewallPoliciesForbidden ¶
type QueryFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryFirewallPoliciesForbidden ¶
func NewQueryFirewallPoliciesForbidden() *QueryFirewallPoliciesForbidden
NewQueryFirewallPoliciesForbidden creates a QueryFirewallPoliciesForbidden with default headers values
func (*QueryFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *QueryFirewallPoliciesForbidden) Code() int
Code gets the status code for the query firewall policies forbidden response
func (*QueryFirewallPoliciesForbidden) Error ¶
func (o *QueryFirewallPoliciesForbidden) Error() string
func (*QueryFirewallPoliciesForbidden) GetPayload ¶
func (o *QueryFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this query firewall policies forbidden response has a 4xx status code
func (*QueryFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this query firewall policies forbidden response a status code equal to that given
func (*QueryFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this query firewall policies forbidden response has a 3xx status code
func (*QueryFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this query firewall policies forbidden response has a 5xx status code
func (*QueryFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this query firewall policies forbidden response has a 2xx status code
func (*QueryFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *QueryFirewallPoliciesForbidden) String() string
type QueryFirewallPoliciesInternalServerError ¶
type QueryFirewallPoliciesInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryFirewallPoliciesInternalServerError ¶
func NewQueryFirewallPoliciesInternalServerError() *QueryFirewallPoliciesInternalServerError
NewQueryFirewallPoliciesInternalServerError creates a QueryFirewallPoliciesInternalServerError with default headers values
func (*QueryFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *QueryFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the query firewall policies internal server error response
func (*QueryFirewallPoliciesInternalServerError) Error ¶
func (o *QueryFirewallPoliciesInternalServerError) Error() string
func (*QueryFirewallPoliciesInternalServerError) GetPayload ¶
func (o *QueryFirewallPoliciesInternalServerError) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this query firewall policies internal server error response has a 4xx status code
func (*QueryFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this query firewall policies internal server error response a status code equal to that given
func (*QueryFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this query firewall policies internal server error response has a 3xx status code
func (*QueryFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this query firewall policies internal server error response has a 5xx status code
func (*QueryFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this query firewall policies internal server error response has a 2xx status code
func (*QueryFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *QueryFirewallPoliciesInternalServerError) String() string
type QueryFirewallPoliciesOK ¶
type QueryFirewallPoliciesOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPoliciesOK describes a response with status code 200, with default header values.
OK
func NewQueryFirewallPoliciesOK ¶
func NewQueryFirewallPoliciesOK() *QueryFirewallPoliciesOK
NewQueryFirewallPoliciesOK creates a QueryFirewallPoliciesOK with default headers values
func (*QueryFirewallPoliciesOK) Code ¶ added in v0.2.33
func (o *QueryFirewallPoliciesOK) Code() int
Code gets the status code for the query firewall policies o k response
func (*QueryFirewallPoliciesOK) Error ¶
func (o *QueryFirewallPoliciesOK) Error() string
func (*QueryFirewallPoliciesOK) GetPayload ¶
func (o *QueryFirewallPoliciesOK) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPoliciesOK) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) IsClientError() bool
IsClientError returns true when this query firewall policies o k response has a 4xx status code
func (*QueryFirewallPoliciesOK) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) IsCode(code int) bool
IsCode returns true when this query firewall policies o k response a status code equal to that given
func (*QueryFirewallPoliciesOK) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) IsRedirect() bool
IsRedirect returns true when this query firewall policies o k response has a 3xx status code
func (*QueryFirewallPoliciesOK) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) IsServerError() bool
IsServerError returns true when this query firewall policies o k response has a 5xx status code
func (*QueryFirewallPoliciesOK) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) IsSuccess() bool
IsSuccess returns true when this query firewall policies o k response has a 2xx status code
func (*QueryFirewallPoliciesOK) String ¶ added in v0.2.27
func (o *QueryFirewallPoliciesOK) String() string
type QueryFirewallPoliciesParams ¶
type QueryFirewallPoliciesParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the query firewall policies operation. Typically these are written to a http.Request.
func NewQueryFirewallPoliciesParams ¶
func NewQueryFirewallPoliciesParams() *QueryFirewallPoliciesParams
NewQueryFirewallPoliciesParams creates a new QueryFirewallPoliciesParams 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 NewQueryFirewallPoliciesParamsWithContext ¶
func NewQueryFirewallPoliciesParamsWithContext(ctx context.Context) *QueryFirewallPoliciesParams
NewQueryFirewallPoliciesParamsWithContext creates a new QueryFirewallPoliciesParams object with the ability to set a context for a request.
func NewQueryFirewallPoliciesParamsWithHTTPClient ¶
func NewQueryFirewallPoliciesParamsWithHTTPClient(client *http.Client) *QueryFirewallPoliciesParams
NewQueryFirewallPoliciesParamsWithHTTPClient creates a new QueryFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryFirewallPoliciesParamsWithTimeout ¶
func NewQueryFirewallPoliciesParamsWithTimeout(timeout time.Duration) *QueryFirewallPoliciesParams
NewQueryFirewallPoliciesParamsWithTimeout creates a new QueryFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*QueryFirewallPoliciesParams) SetContext ¶
func (o *QueryFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetDefaults ¶
func (o *QueryFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the query firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*QueryFirewallPoliciesParams) SetFilter ¶
func (o *QueryFirewallPoliciesParams) SetFilter(filter *string)
SetFilter adds the filter to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetHTTPClient ¶
func (o *QueryFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetLimit ¶
func (o *QueryFirewallPoliciesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetOffset ¶
func (o *QueryFirewallPoliciesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetSort ¶
func (o *QueryFirewallPoliciesParams) SetSort(sort *string)
SetSort adds the sort to the query firewall policies params
func (*QueryFirewallPoliciesParams) SetTimeout ¶
func (o *QueryFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithContext ¶
func (o *QueryFirewallPoliciesParams) WithContext(ctx context.Context) *QueryFirewallPoliciesParams
WithContext adds the context to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithDefaults ¶
func (o *QueryFirewallPoliciesParams) WithDefaults() *QueryFirewallPoliciesParams
WithDefaults hydrates default values in the query firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*QueryFirewallPoliciesParams) WithFilter ¶
func (o *QueryFirewallPoliciesParams) WithFilter(filter *string) *QueryFirewallPoliciesParams
WithFilter adds the filter to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithHTTPClient ¶
func (o *QueryFirewallPoliciesParams) WithHTTPClient(client *http.Client) *QueryFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithLimit ¶
func (o *QueryFirewallPoliciesParams) WithLimit(limit *int64) *QueryFirewallPoliciesParams
WithLimit adds the limit to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithOffset ¶
func (o *QueryFirewallPoliciesParams) WithOffset(offset *int64) *QueryFirewallPoliciesParams
WithOffset adds the offset to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithSort ¶
func (o *QueryFirewallPoliciesParams) WithSort(sort *string) *QueryFirewallPoliciesParams
WithSort adds the sort to the query firewall policies params
func (*QueryFirewallPoliciesParams) WithTimeout ¶
func (o *QueryFirewallPoliciesParams) WithTimeout(timeout time.Duration) *QueryFirewallPoliciesParams
WithTimeout adds the timeout to the query firewall policies params
func (*QueryFirewallPoliciesParams) WriteToRequest ¶
func (o *QueryFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryFirewallPoliciesReader ¶
type QueryFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
QueryFirewallPoliciesReader is a Reader for the QueryFirewallPolicies structure.
func (*QueryFirewallPoliciesReader) ReadResponse ¶
func (o *QueryFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryFirewallPoliciesTooManyRequests ¶
type QueryFirewallPoliciesTooManyRequests 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 }
QueryFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryFirewallPoliciesTooManyRequests ¶
func NewQueryFirewallPoliciesTooManyRequests() *QueryFirewallPoliciesTooManyRequests
NewQueryFirewallPoliciesTooManyRequests creates a QueryFirewallPoliciesTooManyRequests with default headers values
func (*QueryFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the query firewall policies too many requests response
func (*QueryFirewallPoliciesTooManyRequests) Error ¶
func (o *QueryFirewallPoliciesTooManyRequests) Error() string
func (*QueryFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *QueryFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this query firewall policies too many requests response has a 4xx status code
func (*QueryFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query firewall policies too many requests response a status code equal to that given
func (*QueryFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query firewall policies too many requests response has a 3xx status code
func (*QueryFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this query firewall policies too many requests response has a 5xx status code
func (*QueryFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query firewall policies too many requests response has a 2xx status code
func (*QueryFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *QueryFirewallPoliciesTooManyRequests) String() string
type QueryFirewallPolicyMembersBadRequest ¶
type QueryFirewallPolicyMembersBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPolicyMembersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryFirewallPolicyMembersBadRequest ¶
func NewQueryFirewallPolicyMembersBadRequest() *QueryFirewallPolicyMembersBadRequest
NewQueryFirewallPolicyMembersBadRequest creates a QueryFirewallPolicyMembersBadRequest with default headers values
func (*QueryFirewallPolicyMembersBadRequest) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersBadRequest) Code() int
Code gets the status code for the query firewall policy members bad request response
func (*QueryFirewallPolicyMembersBadRequest) Error ¶
func (o *QueryFirewallPolicyMembersBadRequest) Error() string
func (*QueryFirewallPolicyMembersBadRequest) GetPayload ¶
func (o *QueryFirewallPolicyMembersBadRequest) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPolicyMembersBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) IsClientError() bool
IsClientError returns true when this query firewall policy members bad request response has a 4xx status code
func (*QueryFirewallPolicyMembersBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) IsCode(code int) bool
IsCode returns true when this query firewall policy members bad request response a status code equal to that given
func (*QueryFirewallPolicyMembersBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) IsRedirect() bool
IsRedirect returns true when this query firewall policy members bad request response has a 3xx status code
func (*QueryFirewallPolicyMembersBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) IsServerError() bool
IsServerError returns true when this query firewall policy members bad request response has a 5xx status code
func (*QueryFirewallPolicyMembersBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) IsSuccess() bool
IsSuccess returns true when this query firewall policy members bad request response has a 2xx status code
func (*QueryFirewallPolicyMembersBadRequest) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersBadRequest) String() string
type QueryFirewallPolicyMembersForbidden ¶
type QueryFirewallPolicyMembersForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
QueryFirewallPolicyMembersForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryFirewallPolicyMembersForbidden ¶
func NewQueryFirewallPolicyMembersForbidden() *QueryFirewallPolicyMembersForbidden
NewQueryFirewallPolicyMembersForbidden creates a QueryFirewallPolicyMembersForbidden with default headers values
func (*QueryFirewallPolicyMembersForbidden) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersForbidden) Code() int
Code gets the status code for the query firewall policy members forbidden response
func (*QueryFirewallPolicyMembersForbidden) Error ¶
func (o *QueryFirewallPolicyMembersForbidden) Error() string
func (*QueryFirewallPolicyMembersForbidden) GetPayload ¶
func (o *QueryFirewallPolicyMembersForbidden) GetPayload() *models.MsaErrorsOnly
func (*QueryFirewallPolicyMembersForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) IsClientError() bool
IsClientError returns true when this query firewall policy members forbidden response has a 4xx status code
func (*QueryFirewallPolicyMembersForbidden) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) IsCode(code int) bool
IsCode returns true when this query firewall policy members forbidden response a status code equal to that given
func (*QueryFirewallPolicyMembersForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) IsRedirect() bool
IsRedirect returns true when this query firewall policy members forbidden response has a 3xx status code
func (*QueryFirewallPolicyMembersForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) IsServerError() bool
IsServerError returns true when this query firewall policy members forbidden response has a 5xx status code
func (*QueryFirewallPolicyMembersForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) IsSuccess() bool
IsSuccess returns true when this query firewall policy members forbidden response has a 2xx status code
func (*QueryFirewallPolicyMembersForbidden) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersForbidden) String() string
type QueryFirewallPolicyMembersInternalServerError ¶
type QueryFirewallPolicyMembersInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPolicyMembersInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryFirewallPolicyMembersInternalServerError ¶
func NewQueryFirewallPolicyMembersInternalServerError() *QueryFirewallPolicyMembersInternalServerError
NewQueryFirewallPolicyMembersInternalServerError creates a QueryFirewallPolicyMembersInternalServerError with default headers values
func (*QueryFirewallPolicyMembersInternalServerError) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersInternalServerError) Code() int
Code gets the status code for the query firewall policy members internal server error response
func (*QueryFirewallPolicyMembersInternalServerError) Error ¶
func (o *QueryFirewallPolicyMembersInternalServerError) Error() string
func (*QueryFirewallPolicyMembersInternalServerError) GetPayload ¶
func (o *QueryFirewallPolicyMembersInternalServerError) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPolicyMembersInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) IsClientError() bool
IsClientError returns true when this query firewall policy members internal server error response has a 4xx status code
func (*QueryFirewallPolicyMembersInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) IsCode(code int) bool
IsCode returns true when this query firewall policy members internal server error response a status code equal to that given
func (*QueryFirewallPolicyMembersInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) IsRedirect() bool
IsRedirect returns true when this query firewall policy members internal server error response has a 3xx status code
func (*QueryFirewallPolicyMembersInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) IsServerError() bool
IsServerError returns true when this query firewall policy members internal server error response has a 5xx status code
func (*QueryFirewallPolicyMembersInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) IsSuccess() bool
IsSuccess returns true when this query firewall policy members internal server error response has a 2xx status code
func (*QueryFirewallPolicyMembersInternalServerError) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersInternalServerError) String() string
type QueryFirewallPolicyMembersNotFound ¶
type QueryFirewallPolicyMembersNotFound struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPolicyMembersNotFound describes a response with status code 404, with default header values.
Not Found
func NewQueryFirewallPolicyMembersNotFound ¶
func NewQueryFirewallPolicyMembersNotFound() *QueryFirewallPolicyMembersNotFound
NewQueryFirewallPolicyMembersNotFound creates a QueryFirewallPolicyMembersNotFound with default headers values
func (*QueryFirewallPolicyMembersNotFound) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersNotFound) Code() int
Code gets the status code for the query firewall policy members not found response
func (*QueryFirewallPolicyMembersNotFound) Error ¶
func (o *QueryFirewallPolicyMembersNotFound) Error() string
func (*QueryFirewallPolicyMembersNotFound) GetPayload ¶
func (o *QueryFirewallPolicyMembersNotFound) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPolicyMembersNotFound) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) IsClientError() bool
IsClientError returns true when this query firewall policy members not found response has a 4xx status code
func (*QueryFirewallPolicyMembersNotFound) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) IsCode(code int) bool
IsCode returns true when this query firewall policy members not found response a status code equal to that given
func (*QueryFirewallPolicyMembersNotFound) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) IsRedirect() bool
IsRedirect returns true when this query firewall policy members not found response has a 3xx status code
func (*QueryFirewallPolicyMembersNotFound) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) IsServerError() bool
IsServerError returns true when this query firewall policy members not found response has a 5xx status code
func (*QueryFirewallPolicyMembersNotFound) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) IsSuccess() bool
IsSuccess returns true when this query firewall policy members not found response has a 2xx status code
func (*QueryFirewallPolicyMembersNotFound) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersNotFound) String() string
type QueryFirewallPolicyMembersOK ¶
type QueryFirewallPolicyMembersOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryFirewallPolicyMembersOK describes a response with status code 200, with default header values.
OK
func NewQueryFirewallPolicyMembersOK ¶
func NewQueryFirewallPolicyMembersOK() *QueryFirewallPolicyMembersOK
NewQueryFirewallPolicyMembersOK creates a QueryFirewallPolicyMembersOK with default headers values
func (*QueryFirewallPolicyMembersOK) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersOK) Code() int
Code gets the status code for the query firewall policy members o k response
func (*QueryFirewallPolicyMembersOK) Error ¶
func (o *QueryFirewallPolicyMembersOK) Error() string
func (*QueryFirewallPolicyMembersOK) GetPayload ¶
func (o *QueryFirewallPolicyMembersOK) GetPayload() *models.MsaQueryResponse
func (*QueryFirewallPolicyMembersOK) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) IsClientError() bool
IsClientError returns true when this query firewall policy members o k response has a 4xx status code
func (*QueryFirewallPolicyMembersOK) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) IsCode(code int) bool
IsCode returns true when this query firewall policy members o k response a status code equal to that given
func (*QueryFirewallPolicyMembersOK) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) IsRedirect() bool
IsRedirect returns true when this query firewall policy members o k response has a 3xx status code
func (*QueryFirewallPolicyMembersOK) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) IsServerError() bool
IsServerError returns true when this query firewall policy members o k response has a 5xx status code
func (*QueryFirewallPolicyMembersOK) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) IsSuccess() bool
IsSuccess returns true when this query firewall policy members o k response has a 2xx status code
func (*QueryFirewallPolicyMembersOK) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersOK) String() string
type QueryFirewallPolicyMembersParams ¶
type QueryFirewallPolicyMembersParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* ID. The ID of the Firewall Policy to search for members of */ ID *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryFirewallPolicyMembersParams contains all the parameters to send to the API endpoint
for the query firewall policy members operation. Typically these are written to a http.Request.
func NewQueryFirewallPolicyMembersParams ¶
func NewQueryFirewallPolicyMembersParams() *QueryFirewallPolicyMembersParams
NewQueryFirewallPolicyMembersParams creates a new QueryFirewallPolicyMembersParams 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 NewQueryFirewallPolicyMembersParamsWithContext ¶
func NewQueryFirewallPolicyMembersParamsWithContext(ctx context.Context) *QueryFirewallPolicyMembersParams
NewQueryFirewallPolicyMembersParamsWithContext creates a new QueryFirewallPolicyMembersParams object with the ability to set a context for a request.
func NewQueryFirewallPolicyMembersParamsWithHTTPClient ¶
func NewQueryFirewallPolicyMembersParamsWithHTTPClient(client *http.Client) *QueryFirewallPolicyMembersParams
NewQueryFirewallPolicyMembersParamsWithHTTPClient creates a new QueryFirewallPolicyMembersParams object with the ability to set a custom HTTPClient for a request.
func NewQueryFirewallPolicyMembersParamsWithTimeout ¶
func NewQueryFirewallPolicyMembersParamsWithTimeout(timeout time.Duration) *QueryFirewallPolicyMembersParams
NewQueryFirewallPolicyMembersParamsWithTimeout creates a new QueryFirewallPolicyMembersParams object with the ability to set a timeout on a request.
func (*QueryFirewallPolicyMembersParams) SetContext ¶
func (o *QueryFirewallPolicyMembersParams) SetContext(ctx context.Context)
SetContext adds the context to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetDefaults ¶
func (o *QueryFirewallPolicyMembersParams) SetDefaults()
SetDefaults hydrates default values in the query firewall policy members params (not the query body).
All values with no default are reset to their zero value.
func (*QueryFirewallPolicyMembersParams) SetFilter ¶
func (o *QueryFirewallPolicyMembersParams) SetFilter(filter *string)
SetFilter adds the filter to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetHTTPClient ¶
func (o *QueryFirewallPolicyMembersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetID ¶
func (o *QueryFirewallPolicyMembersParams) SetID(id *string)
SetID adds the id to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetLimit ¶
func (o *QueryFirewallPolicyMembersParams) SetLimit(limit *int64)
SetLimit adds the limit to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetOffset ¶
func (o *QueryFirewallPolicyMembersParams) SetOffset(offset *int64)
SetOffset adds the offset to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetSort ¶
func (o *QueryFirewallPolicyMembersParams) SetSort(sort *string)
SetSort adds the sort to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) SetTimeout ¶
func (o *QueryFirewallPolicyMembersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithContext ¶
func (o *QueryFirewallPolicyMembersParams) WithContext(ctx context.Context) *QueryFirewallPolicyMembersParams
WithContext adds the context to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithDefaults ¶
func (o *QueryFirewallPolicyMembersParams) WithDefaults() *QueryFirewallPolicyMembersParams
WithDefaults hydrates default values in the query firewall policy members params (not the query body).
All values with no default are reset to their zero value.
func (*QueryFirewallPolicyMembersParams) WithFilter ¶
func (o *QueryFirewallPolicyMembersParams) WithFilter(filter *string) *QueryFirewallPolicyMembersParams
WithFilter adds the filter to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithHTTPClient ¶
func (o *QueryFirewallPolicyMembersParams) WithHTTPClient(client *http.Client) *QueryFirewallPolicyMembersParams
WithHTTPClient adds the HTTPClient to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithID ¶
func (o *QueryFirewallPolicyMembersParams) WithID(id *string) *QueryFirewallPolicyMembersParams
WithID adds the id to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithLimit ¶
func (o *QueryFirewallPolicyMembersParams) WithLimit(limit *int64) *QueryFirewallPolicyMembersParams
WithLimit adds the limit to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithOffset ¶
func (o *QueryFirewallPolicyMembersParams) WithOffset(offset *int64) *QueryFirewallPolicyMembersParams
WithOffset adds the offset to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithSort ¶
func (o *QueryFirewallPolicyMembersParams) WithSort(sort *string) *QueryFirewallPolicyMembersParams
WithSort adds the sort to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WithTimeout ¶
func (o *QueryFirewallPolicyMembersParams) WithTimeout(timeout time.Duration) *QueryFirewallPolicyMembersParams
WithTimeout adds the timeout to the query firewall policy members params
func (*QueryFirewallPolicyMembersParams) WriteToRequest ¶
func (o *QueryFirewallPolicyMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryFirewallPolicyMembersReader ¶
type QueryFirewallPolicyMembersReader struct {
// contains filtered or unexported fields
}
QueryFirewallPolicyMembersReader is a Reader for the QueryFirewallPolicyMembers structure.
func (*QueryFirewallPolicyMembersReader) ReadResponse ¶
func (o *QueryFirewallPolicyMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryFirewallPolicyMembersTooManyRequests ¶
type QueryFirewallPolicyMembersTooManyRequests 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 }
QueryFirewallPolicyMembersTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryFirewallPolicyMembersTooManyRequests ¶
func NewQueryFirewallPolicyMembersTooManyRequests() *QueryFirewallPolicyMembersTooManyRequests
NewQueryFirewallPolicyMembersTooManyRequests creates a QueryFirewallPolicyMembersTooManyRequests with default headers values
func (*QueryFirewallPolicyMembersTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryFirewallPolicyMembersTooManyRequests) Code() int
Code gets the status code for the query firewall policy members too many requests response
func (*QueryFirewallPolicyMembersTooManyRequests) Error ¶
func (o *QueryFirewallPolicyMembersTooManyRequests) Error() string
func (*QueryFirewallPolicyMembersTooManyRequests) GetPayload ¶
func (o *QueryFirewallPolicyMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryFirewallPolicyMembersTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) IsClientError() bool
IsClientError returns true when this query firewall policy members too many requests response has a 4xx status code
func (*QueryFirewallPolicyMembersTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) IsCode(code int) bool
IsCode returns true when this query firewall policy members too many requests response a status code equal to that given
func (*QueryFirewallPolicyMembersTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query firewall policy members too many requests response has a 3xx status code
func (*QueryFirewallPolicyMembersTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) IsServerError() bool
IsServerError returns true when this query firewall policy members too many requests response has a 5xx status code
func (*QueryFirewallPolicyMembersTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query firewall policy members too many requests response has a 2xx status code
func (*QueryFirewallPolicyMembersTooManyRequests) String ¶ added in v0.2.27
func (o *QueryFirewallPolicyMembersTooManyRequests) String() string
type SetFirewallPoliciesPrecedenceBadRequest ¶
type SetFirewallPoliciesPrecedenceBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
SetFirewallPoliciesPrecedenceBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSetFirewallPoliciesPrecedenceBadRequest ¶
func NewSetFirewallPoliciesPrecedenceBadRequest() *SetFirewallPoliciesPrecedenceBadRequest
NewSetFirewallPoliciesPrecedenceBadRequest creates a SetFirewallPoliciesPrecedenceBadRequest with default headers values
func (*SetFirewallPoliciesPrecedenceBadRequest) Code ¶ added in v0.2.33
func (o *SetFirewallPoliciesPrecedenceBadRequest) Code() int
Code gets the status code for the set firewall policies precedence bad request response
func (*SetFirewallPoliciesPrecedenceBadRequest) Error ¶
func (o *SetFirewallPoliciesPrecedenceBadRequest) Error() string
func (*SetFirewallPoliciesPrecedenceBadRequest) GetPayload ¶
func (o *SetFirewallPoliciesPrecedenceBadRequest) GetPayload() *models.MsaQueryResponse
func (*SetFirewallPoliciesPrecedenceBadRequest) IsClientError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) IsClientError() bool
IsClientError returns true when this set firewall policies precedence bad request response has a 4xx status code
func (*SetFirewallPoliciesPrecedenceBadRequest) IsCode ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) IsCode(code int) bool
IsCode returns true when this set firewall policies precedence bad request response a status code equal to that given
func (*SetFirewallPoliciesPrecedenceBadRequest) IsRedirect ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) IsRedirect() bool
IsRedirect returns true when this set firewall policies precedence bad request response has a 3xx status code
func (*SetFirewallPoliciesPrecedenceBadRequest) IsServerError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) IsServerError() bool
IsServerError returns true when this set firewall policies precedence bad request response has a 5xx status code
func (*SetFirewallPoliciesPrecedenceBadRequest) IsSuccess ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) IsSuccess() bool
IsSuccess returns true when this set firewall policies precedence bad request response has a 2xx status code
func (*SetFirewallPoliciesPrecedenceBadRequest) String ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceBadRequest) String() string
type SetFirewallPoliciesPrecedenceForbidden ¶
type SetFirewallPoliciesPrecedenceForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
SetFirewallPoliciesPrecedenceForbidden describes a response with status code 403, with default header values.
Forbidden
func NewSetFirewallPoliciesPrecedenceForbidden ¶
func NewSetFirewallPoliciesPrecedenceForbidden() *SetFirewallPoliciesPrecedenceForbidden
NewSetFirewallPoliciesPrecedenceForbidden creates a SetFirewallPoliciesPrecedenceForbidden with default headers values
func (*SetFirewallPoliciesPrecedenceForbidden) Code ¶ added in v0.2.33
func (o *SetFirewallPoliciesPrecedenceForbidden) Code() int
Code gets the status code for the set firewall policies precedence forbidden response
func (*SetFirewallPoliciesPrecedenceForbidden) Error ¶
func (o *SetFirewallPoliciesPrecedenceForbidden) Error() string
func (*SetFirewallPoliciesPrecedenceForbidden) GetPayload ¶
func (o *SetFirewallPoliciesPrecedenceForbidden) GetPayload() *models.MsaErrorsOnly
func (*SetFirewallPoliciesPrecedenceForbidden) IsClientError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) IsClientError() bool
IsClientError returns true when this set firewall policies precedence forbidden response has a 4xx status code
func (*SetFirewallPoliciesPrecedenceForbidden) IsCode ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) IsCode(code int) bool
IsCode returns true when this set firewall policies precedence forbidden response a status code equal to that given
func (*SetFirewallPoliciesPrecedenceForbidden) IsRedirect ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) IsRedirect() bool
IsRedirect returns true when this set firewall policies precedence forbidden response has a 3xx status code
func (*SetFirewallPoliciesPrecedenceForbidden) IsServerError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) IsServerError() bool
IsServerError returns true when this set firewall policies precedence forbidden response has a 5xx status code
func (*SetFirewallPoliciesPrecedenceForbidden) IsSuccess ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) IsSuccess() bool
IsSuccess returns true when this set firewall policies precedence forbidden response has a 2xx status code
func (*SetFirewallPoliciesPrecedenceForbidden) String ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceForbidden) String() string
type SetFirewallPoliciesPrecedenceInternalServerError ¶
type SetFirewallPoliciesPrecedenceInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
SetFirewallPoliciesPrecedenceInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSetFirewallPoliciesPrecedenceInternalServerError ¶
func NewSetFirewallPoliciesPrecedenceInternalServerError() *SetFirewallPoliciesPrecedenceInternalServerError
NewSetFirewallPoliciesPrecedenceInternalServerError creates a SetFirewallPoliciesPrecedenceInternalServerError with default headers values
func (*SetFirewallPoliciesPrecedenceInternalServerError) Code ¶ added in v0.2.33
func (o *SetFirewallPoliciesPrecedenceInternalServerError) Code() int
Code gets the status code for the set firewall policies precedence internal server error response
func (*SetFirewallPoliciesPrecedenceInternalServerError) Error ¶
func (o *SetFirewallPoliciesPrecedenceInternalServerError) Error() string
func (*SetFirewallPoliciesPrecedenceInternalServerError) GetPayload ¶
func (o *SetFirewallPoliciesPrecedenceInternalServerError) GetPayload() *models.MsaQueryResponse
func (*SetFirewallPoliciesPrecedenceInternalServerError) IsClientError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsClientError() bool
IsClientError returns true when this set firewall policies precedence internal server error response has a 4xx status code
func (*SetFirewallPoliciesPrecedenceInternalServerError) IsCode ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsCode(code int) bool
IsCode returns true when this set firewall policies precedence internal server error response a status code equal to that given
func (*SetFirewallPoliciesPrecedenceInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsRedirect() bool
IsRedirect returns true when this set firewall policies precedence internal server error response has a 3xx status code
func (*SetFirewallPoliciesPrecedenceInternalServerError) IsServerError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsServerError() bool
IsServerError returns true when this set firewall policies precedence internal server error response has a 5xx status code
func (*SetFirewallPoliciesPrecedenceInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) IsSuccess() bool
IsSuccess returns true when this set firewall policies precedence internal server error response has a 2xx status code
func (*SetFirewallPoliciesPrecedenceInternalServerError) String ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceInternalServerError) String() string
type SetFirewallPoliciesPrecedenceOK ¶
type SetFirewallPoliciesPrecedenceOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
SetFirewallPoliciesPrecedenceOK describes a response with status code 200, with default header values.
OK
func NewSetFirewallPoliciesPrecedenceOK ¶
func NewSetFirewallPoliciesPrecedenceOK() *SetFirewallPoliciesPrecedenceOK
NewSetFirewallPoliciesPrecedenceOK creates a SetFirewallPoliciesPrecedenceOK with default headers values
func (*SetFirewallPoliciesPrecedenceOK) Code ¶ added in v0.2.33
func (o *SetFirewallPoliciesPrecedenceOK) Code() int
Code gets the status code for the set firewall policies precedence o k response
func (*SetFirewallPoliciesPrecedenceOK) Error ¶
func (o *SetFirewallPoliciesPrecedenceOK) Error() string
func (*SetFirewallPoliciesPrecedenceOK) GetPayload ¶
func (o *SetFirewallPoliciesPrecedenceOK) GetPayload() *models.MsaQueryResponse
func (*SetFirewallPoliciesPrecedenceOK) IsClientError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) IsClientError() bool
IsClientError returns true when this set firewall policies precedence o k response has a 4xx status code
func (*SetFirewallPoliciesPrecedenceOK) IsCode ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) IsCode(code int) bool
IsCode returns true when this set firewall policies precedence o k response a status code equal to that given
func (*SetFirewallPoliciesPrecedenceOK) IsRedirect ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) IsRedirect() bool
IsRedirect returns true when this set firewall policies precedence o k response has a 3xx status code
func (*SetFirewallPoliciesPrecedenceOK) IsServerError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) IsServerError() bool
IsServerError returns true when this set firewall policies precedence o k response has a 5xx status code
func (*SetFirewallPoliciesPrecedenceOK) IsSuccess ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) IsSuccess() bool
IsSuccess returns true when this set firewall policies precedence o k response has a 2xx status code
func (*SetFirewallPoliciesPrecedenceOK) String ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceOK) String() string
type SetFirewallPoliciesPrecedenceParams ¶
type SetFirewallPoliciesPrecedenceParams struct { // Body. Body *models.BaseSetPolicyPrecedenceReqV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetFirewallPoliciesPrecedenceParams contains all the parameters to send to the API endpoint
for the set firewall policies precedence operation. Typically these are written to a http.Request.
func NewSetFirewallPoliciesPrecedenceParams ¶
func NewSetFirewallPoliciesPrecedenceParams() *SetFirewallPoliciesPrecedenceParams
NewSetFirewallPoliciesPrecedenceParams creates a new SetFirewallPoliciesPrecedenceParams 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 NewSetFirewallPoliciesPrecedenceParamsWithContext ¶
func NewSetFirewallPoliciesPrecedenceParamsWithContext(ctx context.Context) *SetFirewallPoliciesPrecedenceParams
NewSetFirewallPoliciesPrecedenceParamsWithContext creates a new SetFirewallPoliciesPrecedenceParams object with the ability to set a context for a request.
func NewSetFirewallPoliciesPrecedenceParamsWithHTTPClient ¶
func NewSetFirewallPoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetFirewallPoliciesPrecedenceParams
NewSetFirewallPoliciesPrecedenceParamsWithHTTPClient creates a new SetFirewallPoliciesPrecedenceParams object with the ability to set a custom HTTPClient for a request.
func NewSetFirewallPoliciesPrecedenceParamsWithTimeout ¶
func NewSetFirewallPoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetFirewallPoliciesPrecedenceParams
NewSetFirewallPoliciesPrecedenceParamsWithTimeout creates a new SetFirewallPoliciesPrecedenceParams object with the ability to set a timeout on a request.
func (*SetFirewallPoliciesPrecedenceParams) SetBody ¶
func (o *SetFirewallPoliciesPrecedenceParams) SetBody(body *models.BaseSetPolicyPrecedenceReqV1)
SetBody adds the body to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) SetContext ¶
func (o *SetFirewallPoliciesPrecedenceParams) SetContext(ctx context.Context)
SetContext adds the context to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) SetDefaults ¶
func (o *SetFirewallPoliciesPrecedenceParams) SetDefaults()
SetDefaults hydrates default values in the set firewall policies precedence params (not the query body).
All values with no default are reset to their zero value.
func (*SetFirewallPoliciesPrecedenceParams) SetHTTPClient ¶
func (o *SetFirewallPoliciesPrecedenceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) SetTimeout ¶
func (o *SetFirewallPoliciesPrecedenceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) WithBody ¶
func (o *SetFirewallPoliciesPrecedenceParams) WithBody(body *models.BaseSetPolicyPrecedenceReqV1) *SetFirewallPoliciesPrecedenceParams
WithBody adds the body to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) WithContext ¶
func (o *SetFirewallPoliciesPrecedenceParams) WithContext(ctx context.Context) *SetFirewallPoliciesPrecedenceParams
WithContext adds the context to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) WithDefaults ¶
func (o *SetFirewallPoliciesPrecedenceParams) WithDefaults() *SetFirewallPoliciesPrecedenceParams
WithDefaults hydrates default values in the set firewall policies precedence params (not the query body).
All values with no default are reset to their zero value.
func (*SetFirewallPoliciesPrecedenceParams) WithHTTPClient ¶
func (o *SetFirewallPoliciesPrecedenceParams) WithHTTPClient(client *http.Client) *SetFirewallPoliciesPrecedenceParams
WithHTTPClient adds the HTTPClient to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) WithTimeout ¶
func (o *SetFirewallPoliciesPrecedenceParams) WithTimeout(timeout time.Duration) *SetFirewallPoliciesPrecedenceParams
WithTimeout adds the timeout to the set firewall policies precedence params
func (*SetFirewallPoliciesPrecedenceParams) WriteToRequest ¶
func (o *SetFirewallPoliciesPrecedenceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetFirewallPoliciesPrecedenceReader ¶
type SetFirewallPoliciesPrecedenceReader struct {
// contains filtered or unexported fields
}
SetFirewallPoliciesPrecedenceReader is a Reader for the SetFirewallPoliciesPrecedence structure.
func (*SetFirewallPoliciesPrecedenceReader) ReadResponse ¶
func (o *SetFirewallPoliciesPrecedenceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetFirewallPoliciesPrecedenceTooManyRequests ¶
type SetFirewallPoliciesPrecedenceTooManyRequests 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 }
SetFirewallPoliciesPrecedenceTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewSetFirewallPoliciesPrecedenceTooManyRequests ¶
func NewSetFirewallPoliciesPrecedenceTooManyRequests() *SetFirewallPoliciesPrecedenceTooManyRequests
NewSetFirewallPoliciesPrecedenceTooManyRequests creates a SetFirewallPoliciesPrecedenceTooManyRequests with default headers values
func (*SetFirewallPoliciesPrecedenceTooManyRequests) Code ¶ added in v0.2.33
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) Code() int
Code gets the status code for the set firewall policies precedence too many requests response
func (*SetFirewallPoliciesPrecedenceTooManyRequests) Error ¶
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) Error() string
func (*SetFirewallPoliciesPrecedenceTooManyRequests) GetPayload ¶
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*SetFirewallPoliciesPrecedenceTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsClientError() bool
IsClientError returns true when this set firewall policies precedence too many requests response has a 4xx status code
func (*SetFirewallPoliciesPrecedenceTooManyRequests) IsCode ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsCode(code int) bool
IsCode returns true when this set firewall policies precedence too many requests response a status code equal to that given
func (*SetFirewallPoliciesPrecedenceTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this set firewall policies precedence too many requests response has a 3xx status code
func (*SetFirewallPoliciesPrecedenceTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsServerError() bool
IsServerError returns true when this set firewall policies precedence too many requests response has a 5xx status code
func (*SetFirewallPoliciesPrecedenceTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this set firewall policies precedence too many requests response has a 2xx status code
func (*SetFirewallPoliciesPrecedenceTooManyRequests) String ¶ added in v0.2.27
func (o *SetFirewallPoliciesPrecedenceTooManyRequests) String() string
type UpdateFirewallPoliciesBadRequest ¶
type UpdateFirewallPoliciesBadRequest 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.FirewallRespV1 }
UpdateFirewallPoliciesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateFirewallPoliciesBadRequest ¶
func NewUpdateFirewallPoliciesBadRequest() *UpdateFirewallPoliciesBadRequest
NewUpdateFirewallPoliciesBadRequest creates a UpdateFirewallPoliciesBadRequest with default headers values
func (*UpdateFirewallPoliciesBadRequest) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesBadRequest) Code() int
Code gets the status code for the update firewall policies bad request response
func (*UpdateFirewallPoliciesBadRequest) Error ¶
func (o *UpdateFirewallPoliciesBadRequest) Error() string
func (*UpdateFirewallPoliciesBadRequest) GetPayload ¶
func (o *UpdateFirewallPoliciesBadRequest) GetPayload() *models.FirewallRespV1
func (*UpdateFirewallPoliciesBadRequest) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) IsClientError() bool
IsClientError returns true when this update firewall policies bad request response has a 4xx status code
func (*UpdateFirewallPoliciesBadRequest) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this update firewall policies bad request response a status code equal to that given
func (*UpdateFirewallPoliciesBadRequest) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this update firewall policies bad request response has a 3xx status code
func (*UpdateFirewallPoliciesBadRequest) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) IsServerError() bool
IsServerError returns true when this update firewall policies bad request response has a 5xx status code
func (*UpdateFirewallPoliciesBadRequest) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this update firewall policies bad request response has a 2xx status code
func (*UpdateFirewallPoliciesBadRequest) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesBadRequest) String() string
type UpdateFirewallPoliciesForbidden ¶
type UpdateFirewallPoliciesForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaErrorsOnly }
UpdateFirewallPoliciesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateFirewallPoliciesForbidden ¶
func NewUpdateFirewallPoliciesForbidden() *UpdateFirewallPoliciesForbidden
NewUpdateFirewallPoliciesForbidden creates a UpdateFirewallPoliciesForbidden with default headers values
func (*UpdateFirewallPoliciesForbidden) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesForbidden) Code() int
Code gets the status code for the update firewall policies forbidden response
func (*UpdateFirewallPoliciesForbidden) Error ¶
func (o *UpdateFirewallPoliciesForbidden) Error() string
func (*UpdateFirewallPoliciesForbidden) GetPayload ¶
func (o *UpdateFirewallPoliciesForbidden) GetPayload() *models.MsaErrorsOnly
func (*UpdateFirewallPoliciesForbidden) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) IsClientError() bool
IsClientError returns true when this update firewall policies forbidden response has a 4xx status code
func (*UpdateFirewallPoliciesForbidden) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) IsCode(code int) bool
IsCode returns true when this update firewall policies forbidden response a status code equal to that given
func (*UpdateFirewallPoliciesForbidden) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) IsRedirect() bool
IsRedirect returns true when this update firewall policies forbidden response has a 3xx status code
func (*UpdateFirewallPoliciesForbidden) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) IsServerError() bool
IsServerError returns true when this update firewall policies forbidden response has a 5xx status code
func (*UpdateFirewallPoliciesForbidden) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) IsSuccess() bool
IsSuccess returns true when this update firewall policies forbidden response has a 2xx status code
func (*UpdateFirewallPoliciesForbidden) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesForbidden) String() string
type UpdateFirewallPoliciesInternalServerError ¶
type UpdateFirewallPoliciesInternalServerError 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.FirewallRespV1 }
UpdateFirewallPoliciesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateFirewallPoliciesInternalServerError ¶
func NewUpdateFirewallPoliciesInternalServerError() *UpdateFirewallPoliciesInternalServerError
NewUpdateFirewallPoliciesInternalServerError creates a UpdateFirewallPoliciesInternalServerError with default headers values
func (*UpdateFirewallPoliciesInternalServerError) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesInternalServerError) Code() int
Code gets the status code for the update firewall policies internal server error response
func (*UpdateFirewallPoliciesInternalServerError) Error ¶
func (o *UpdateFirewallPoliciesInternalServerError) Error() string
func (*UpdateFirewallPoliciesInternalServerError) GetPayload ¶
func (o *UpdateFirewallPoliciesInternalServerError) GetPayload() *models.FirewallRespV1
func (*UpdateFirewallPoliciesInternalServerError) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) IsClientError() bool
IsClientError returns true when this update firewall policies internal server error response has a 4xx status code
func (*UpdateFirewallPoliciesInternalServerError) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) IsCode(code int) bool
IsCode returns true when this update firewall policies internal server error response a status code equal to that given
func (*UpdateFirewallPoliciesInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) IsRedirect() bool
IsRedirect returns true when this update firewall policies internal server error response has a 3xx status code
func (*UpdateFirewallPoliciesInternalServerError) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) IsServerError() bool
IsServerError returns true when this update firewall policies internal server error response has a 5xx status code
func (*UpdateFirewallPoliciesInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) IsSuccess() bool
IsSuccess returns true when this update firewall policies internal server error response has a 2xx status code
func (*UpdateFirewallPoliciesInternalServerError) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesInternalServerError) String() string
type UpdateFirewallPoliciesNotFound ¶
type UpdateFirewallPoliciesNotFound 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.FirewallRespV1 }
UpdateFirewallPoliciesNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateFirewallPoliciesNotFound ¶
func NewUpdateFirewallPoliciesNotFound() *UpdateFirewallPoliciesNotFound
NewUpdateFirewallPoliciesNotFound creates a UpdateFirewallPoliciesNotFound with default headers values
func (*UpdateFirewallPoliciesNotFound) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesNotFound) Code() int
Code gets the status code for the update firewall policies not found response
func (*UpdateFirewallPoliciesNotFound) Error ¶
func (o *UpdateFirewallPoliciesNotFound) Error() string
func (*UpdateFirewallPoliciesNotFound) GetPayload ¶
func (o *UpdateFirewallPoliciesNotFound) GetPayload() *models.FirewallRespV1
func (*UpdateFirewallPoliciesNotFound) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) IsClientError() bool
IsClientError returns true when this update firewall policies not found response has a 4xx status code
func (*UpdateFirewallPoliciesNotFound) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) IsCode(code int) bool
IsCode returns true when this update firewall policies not found response a status code equal to that given
func (*UpdateFirewallPoliciesNotFound) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) IsRedirect() bool
IsRedirect returns true when this update firewall policies not found response has a 3xx status code
func (*UpdateFirewallPoliciesNotFound) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) IsServerError() bool
IsServerError returns true when this update firewall policies not found response has a 5xx status code
func (*UpdateFirewallPoliciesNotFound) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) IsSuccess() bool
IsSuccess returns true when this update firewall policies not found response has a 2xx status code
func (*UpdateFirewallPoliciesNotFound) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesNotFound) String() string
type UpdateFirewallPoliciesOK ¶
type UpdateFirewallPoliciesOK 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.FirewallRespV1 }
UpdateFirewallPoliciesOK describes a response with status code 200, with default header values.
OK
func NewUpdateFirewallPoliciesOK ¶
func NewUpdateFirewallPoliciesOK() *UpdateFirewallPoliciesOK
NewUpdateFirewallPoliciesOK creates a UpdateFirewallPoliciesOK with default headers values
func (*UpdateFirewallPoliciesOK) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesOK) Code() int
Code gets the status code for the update firewall policies o k response
func (*UpdateFirewallPoliciesOK) Error ¶
func (o *UpdateFirewallPoliciesOK) Error() string
func (*UpdateFirewallPoliciesOK) GetPayload ¶
func (o *UpdateFirewallPoliciesOK) GetPayload() *models.FirewallRespV1
func (*UpdateFirewallPoliciesOK) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) IsClientError() bool
IsClientError returns true when this update firewall policies o k response has a 4xx status code
func (*UpdateFirewallPoliciesOK) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) IsCode(code int) bool
IsCode returns true when this update firewall policies o k response a status code equal to that given
func (*UpdateFirewallPoliciesOK) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) IsRedirect() bool
IsRedirect returns true when this update firewall policies o k response has a 3xx status code
func (*UpdateFirewallPoliciesOK) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) IsServerError() bool
IsServerError returns true when this update firewall policies o k response has a 5xx status code
func (*UpdateFirewallPoliciesOK) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) IsSuccess() bool
IsSuccess returns true when this update firewall policies o k response has a 2xx status code
func (*UpdateFirewallPoliciesOK) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesOK) String() string
type UpdateFirewallPoliciesParams ¶
type UpdateFirewallPoliciesParams struct { // Body. Body *models.FirewallUpdateFirewallPoliciesReqV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateFirewallPoliciesParams contains all the parameters to send to the API endpoint
for the update firewall policies operation. Typically these are written to a http.Request.
func NewUpdateFirewallPoliciesParams ¶
func NewUpdateFirewallPoliciesParams() *UpdateFirewallPoliciesParams
NewUpdateFirewallPoliciesParams creates a new UpdateFirewallPoliciesParams 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 NewUpdateFirewallPoliciesParamsWithContext ¶
func NewUpdateFirewallPoliciesParamsWithContext(ctx context.Context) *UpdateFirewallPoliciesParams
NewUpdateFirewallPoliciesParamsWithContext creates a new UpdateFirewallPoliciesParams object with the ability to set a context for a request.
func NewUpdateFirewallPoliciesParamsWithHTTPClient ¶
func NewUpdateFirewallPoliciesParamsWithHTTPClient(client *http.Client) *UpdateFirewallPoliciesParams
NewUpdateFirewallPoliciesParamsWithHTTPClient creates a new UpdateFirewallPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateFirewallPoliciesParamsWithTimeout ¶
func NewUpdateFirewallPoliciesParamsWithTimeout(timeout time.Duration) *UpdateFirewallPoliciesParams
NewUpdateFirewallPoliciesParamsWithTimeout creates a new UpdateFirewallPoliciesParams object with the ability to set a timeout on a request.
func (*UpdateFirewallPoliciesParams) SetBody ¶
func (o *UpdateFirewallPoliciesParams) SetBody(body *models.FirewallUpdateFirewallPoliciesReqV1)
SetBody adds the body to the update firewall policies params
func (*UpdateFirewallPoliciesParams) SetContext ¶
func (o *UpdateFirewallPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the update firewall policies params
func (*UpdateFirewallPoliciesParams) SetDefaults ¶
func (o *UpdateFirewallPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the update firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateFirewallPoliciesParams) SetHTTPClient ¶
func (o *UpdateFirewallPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update firewall policies params
func (*UpdateFirewallPoliciesParams) SetTimeout ¶
func (o *UpdateFirewallPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update firewall policies params
func (*UpdateFirewallPoliciesParams) WithBody ¶
func (o *UpdateFirewallPoliciesParams) WithBody(body *models.FirewallUpdateFirewallPoliciesReqV1) *UpdateFirewallPoliciesParams
WithBody adds the body to the update firewall policies params
func (*UpdateFirewallPoliciesParams) WithContext ¶
func (o *UpdateFirewallPoliciesParams) WithContext(ctx context.Context) *UpdateFirewallPoliciesParams
WithContext adds the context to the update firewall policies params
func (*UpdateFirewallPoliciesParams) WithDefaults ¶
func (o *UpdateFirewallPoliciesParams) WithDefaults() *UpdateFirewallPoliciesParams
WithDefaults hydrates default values in the update firewall policies params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateFirewallPoliciesParams) WithHTTPClient ¶
func (o *UpdateFirewallPoliciesParams) WithHTTPClient(client *http.Client) *UpdateFirewallPoliciesParams
WithHTTPClient adds the HTTPClient to the update firewall policies params
func (*UpdateFirewallPoliciesParams) WithTimeout ¶
func (o *UpdateFirewallPoliciesParams) WithTimeout(timeout time.Duration) *UpdateFirewallPoliciesParams
WithTimeout adds the timeout to the update firewall policies params
func (*UpdateFirewallPoliciesParams) WriteToRequest ¶
func (o *UpdateFirewallPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateFirewallPoliciesReader ¶
type UpdateFirewallPoliciesReader struct {
// contains filtered or unexported fields
}
UpdateFirewallPoliciesReader is a Reader for the UpdateFirewallPolicies structure.
func (*UpdateFirewallPoliciesReader) ReadResponse ¶
func (o *UpdateFirewallPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateFirewallPoliciesTooManyRequests ¶
type UpdateFirewallPoliciesTooManyRequests 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 }
UpdateFirewallPoliciesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateFirewallPoliciesTooManyRequests ¶
func NewUpdateFirewallPoliciesTooManyRequests() *UpdateFirewallPoliciesTooManyRequests
NewUpdateFirewallPoliciesTooManyRequests creates a UpdateFirewallPoliciesTooManyRequests with default headers values
func (*UpdateFirewallPoliciesTooManyRequests) Code ¶ added in v0.2.33
func (o *UpdateFirewallPoliciesTooManyRequests) Code() int
Code gets the status code for the update firewall policies too many requests response
func (*UpdateFirewallPoliciesTooManyRequests) Error ¶
func (o *UpdateFirewallPoliciesTooManyRequests) Error() string
func (*UpdateFirewallPoliciesTooManyRequests) GetPayload ¶
func (o *UpdateFirewallPoliciesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateFirewallPoliciesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this update firewall policies too many requests response has a 4xx status code
func (*UpdateFirewallPoliciesTooManyRequests) IsCode ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this update firewall policies too many requests response a status code equal to that given
func (*UpdateFirewallPoliciesTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update firewall policies too many requests response has a 3xx status code
func (*UpdateFirewallPoliciesTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this update firewall policies too many requests response has a 5xx status code
func (*UpdateFirewallPoliciesTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update firewall policies too many requests response has a 2xx status code
func (*UpdateFirewallPoliciesTooManyRequests) String ¶ added in v0.2.27
func (o *UpdateFirewallPoliciesTooManyRequests) String() string
Source Files ¶
- create_firewall_policies_parameters.go
- create_firewall_policies_responses.go
- delete_firewall_policies_parameters.go
- delete_firewall_policies_responses.go
- firewall_policies_client.go
- get_firewall_policies_parameters.go
- get_firewall_policies_responses.go
- perform_firewall_policies_action_parameters.go
- perform_firewall_policies_action_responses.go
- query_combined_firewall_policies_parameters.go
- query_combined_firewall_policies_responses.go
- query_combined_firewall_policy_members_parameters.go
- query_combined_firewall_policy_members_responses.go
- query_firewall_policies_parameters.go
- query_firewall_policies_responses.go
- query_firewall_policy_members_parameters.go
- query_firewall_policy_members_responses.go
- set_firewall_policies_precedence_parameters.go
- set_firewall_policies_precedence_responses.go
- update_firewall_policies_parameters.go
- update_firewall_policies_responses.go