Documentation ¶
Index ¶
- type Client
- func (a *Client) ExecuteCommand(params *ExecuteCommandParams, opts ...ClientOption) (*ExecuteCommandOK, error)
- func (a *Client) ExecuteCommandProxy(params *ExecuteCommandProxyParams, opts ...ClientOption) (*ExecuteCommandProxyOK, error)
- func (a *Client) GetCombinedPluginConfigs(params *GetCombinedPluginConfigsParams, opts ...ClientOption) (*GetCombinedPluginConfigsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ExecuteCommandBadRequest
- func (o *ExecuteCommandBadRequest) Code() int
- func (o *ExecuteCommandBadRequest) Error() string
- func (o *ExecuteCommandBadRequest) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandBadRequest) IsClientError() bool
- func (o *ExecuteCommandBadRequest) IsCode(code int) bool
- func (o *ExecuteCommandBadRequest) IsRedirect() bool
- func (o *ExecuteCommandBadRequest) IsServerError() bool
- func (o *ExecuteCommandBadRequest) IsSuccess() bool
- func (o *ExecuteCommandBadRequest) String() string
- type ExecuteCommandForbidden
- func (o *ExecuteCommandForbidden) Code() int
- func (o *ExecuteCommandForbidden) Error() string
- func (o *ExecuteCommandForbidden) GetPayload() *models.MsaspecResponseFields
- func (o *ExecuteCommandForbidden) IsClientError() bool
- func (o *ExecuteCommandForbidden) IsCode(code int) bool
- func (o *ExecuteCommandForbidden) IsRedirect() bool
- func (o *ExecuteCommandForbidden) IsServerError() bool
- func (o *ExecuteCommandForbidden) IsSuccess() bool
- func (o *ExecuteCommandForbidden) String() string
- type ExecuteCommandInternalServerError
- func (o *ExecuteCommandInternalServerError) Code() int
- func (o *ExecuteCommandInternalServerError) Error() string
- func (o *ExecuteCommandInternalServerError) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandInternalServerError) IsClientError() bool
- func (o *ExecuteCommandInternalServerError) IsCode(code int) bool
- func (o *ExecuteCommandInternalServerError) IsRedirect() bool
- func (o *ExecuteCommandInternalServerError) IsServerError() bool
- func (o *ExecuteCommandInternalServerError) IsSuccess() bool
- func (o *ExecuteCommandInternalServerError) String() string
- type ExecuteCommandNotFound
- func (o *ExecuteCommandNotFound) Code() int
- func (o *ExecuteCommandNotFound) Error() string
- func (o *ExecuteCommandNotFound) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandNotFound) IsClientError() bool
- func (o *ExecuteCommandNotFound) IsCode(code int) bool
- func (o *ExecuteCommandNotFound) IsRedirect() bool
- func (o *ExecuteCommandNotFound) IsServerError() bool
- func (o *ExecuteCommandNotFound) IsSuccess() bool
- func (o *ExecuteCommandNotFound) String() string
- type ExecuteCommandOK
- func (o *ExecuteCommandOK) Code() int
- func (o *ExecuteCommandOK) Error() string
- func (o *ExecuteCommandOK) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandOK) IsClientError() bool
- func (o *ExecuteCommandOK) IsCode(code int) bool
- func (o *ExecuteCommandOK) IsRedirect() bool
- func (o *ExecuteCommandOK) IsServerError() bool
- func (o *ExecuteCommandOK) IsSuccess() bool
- func (o *ExecuteCommandOK) String() string
- type ExecuteCommandParams
- func NewExecuteCommandParams() *ExecuteCommandParams
- func NewExecuteCommandParamsWithContext(ctx context.Context) *ExecuteCommandParams
- func NewExecuteCommandParamsWithHTTPClient(client *http.Client) *ExecuteCommandParams
- func NewExecuteCommandParamsWithTimeout(timeout time.Duration) *ExecuteCommandParams
- func (o *ExecuteCommandParams) SetBody(body *models.DomainExecuteCommandRequestV1)
- func (o *ExecuteCommandParams) SetContext(ctx context.Context)
- func (o *ExecuteCommandParams) SetDefaults()
- func (o *ExecuteCommandParams) SetHTTPClient(client *http.Client)
- func (o *ExecuteCommandParams) SetTimeout(timeout time.Duration)
- func (o *ExecuteCommandParams) WithBody(body *models.DomainExecuteCommandRequestV1) *ExecuteCommandParams
- func (o *ExecuteCommandParams) WithContext(ctx context.Context) *ExecuteCommandParams
- func (o *ExecuteCommandParams) WithDefaults() *ExecuteCommandParams
- func (o *ExecuteCommandParams) WithHTTPClient(client *http.Client) *ExecuteCommandParams
- func (o *ExecuteCommandParams) WithTimeout(timeout time.Duration) *ExecuteCommandParams
- func (o *ExecuteCommandParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExecuteCommandProxyBadRequest
- func (o *ExecuteCommandProxyBadRequest) Code() int
- func (o *ExecuteCommandProxyBadRequest) Error() string
- func (o *ExecuteCommandProxyBadRequest) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandProxyBadRequest) IsClientError() bool
- func (o *ExecuteCommandProxyBadRequest) IsCode(code int) bool
- func (o *ExecuteCommandProxyBadRequest) IsRedirect() bool
- func (o *ExecuteCommandProxyBadRequest) IsServerError() bool
- func (o *ExecuteCommandProxyBadRequest) IsSuccess() bool
- func (o *ExecuteCommandProxyBadRequest) String() string
- type ExecuteCommandProxyForbidden
- func (o *ExecuteCommandProxyForbidden) Code() int
- func (o *ExecuteCommandProxyForbidden) Error() string
- func (o *ExecuteCommandProxyForbidden) GetPayload() *models.MsaspecResponseFields
- func (o *ExecuteCommandProxyForbidden) IsClientError() bool
- func (o *ExecuteCommandProxyForbidden) IsCode(code int) bool
- func (o *ExecuteCommandProxyForbidden) IsRedirect() bool
- func (o *ExecuteCommandProxyForbidden) IsServerError() bool
- func (o *ExecuteCommandProxyForbidden) IsSuccess() bool
- func (o *ExecuteCommandProxyForbidden) String() string
- type ExecuteCommandProxyInternalServerError
- func (o *ExecuteCommandProxyInternalServerError) Code() int
- func (o *ExecuteCommandProxyInternalServerError) Error() string
- func (o *ExecuteCommandProxyInternalServerError) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandProxyInternalServerError) IsClientError() bool
- func (o *ExecuteCommandProxyInternalServerError) IsCode(code int) bool
- func (o *ExecuteCommandProxyInternalServerError) IsRedirect() bool
- func (o *ExecuteCommandProxyInternalServerError) IsServerError() bool
- func (o *ExecuteCommandProxyInternalServerError) IsSuccess() bool
- func (o *ExecuteCommandProxyInternalServerError) String() string
- type ExecuteCommandProxyNotFound
- func (o *ExecuteCommandProxyNotFound) Code() int
- func (o *ExecuteCommandProxyNotFound) Error() string
- func (o *ExecuteCommandProxyNotFound) GetPayload() *models.DomainExecuteCommandResultsV1
- func (o *ExecuteCommandProxyNotFound) IsClientError() bool
- func (o *ExecuteCommandProxyNotFound) IsCode(code int) bool
- func (o *ExecuteCommandProxyNotFound) IsRedirect() bool
- func (o *ExecuteCommandProxyNotFound) IsServerError() bool
- func (o *ExecuteCommandProxyNotFound) IsSuccess() bool
- func (o *ExecuteCommandProxyNotFound) String() string
- type ExecuteCommandProxyOK
- func (o *ExecuteCommandProxyOK) Code() int
- func (o *ExecuteCommandProxyOK) Error() string
- func (o *ExecuteCommandProxyOK) GetPayload() models.CustomType3352885422
- func (o *ExecuteCommandProxyOK) IsClientError() bool
- func (o *ExecuteCommandProxyOK) IsCode(code int) bool
- func (o *ExecuteCommandProxyOK) IsRedirect() bool
- func (o *ExecuteCommandProxyOK) IsServerError() bool
- func (o *ExecuteCommandProxyOK) IsSuccess() bool
- func (o *ExecuteCommandProxyOK) String() string
- type ExecuteCommandProxyParams
- func NewExecuteCommandProxyParams() *ExecuteCommandProxyParams
- func NewExecuteCommandProxyParamsWithContext(ctx context.Context) *ExecuteCommandProxyParams
- func NewExecuteCommandProxyParamsWithHTTPClient(client *http.Client) *ExecuteCommandProxyParams
- func NewExecuteCommandProxyParamsWithTimeout(timeout time.Duration) *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) SetBody(body *models.DomainExecuteCommandRequestV1)
- func (o *ExecuteCommandProxyParams) SetContext(ctx context.Context)
- func (o *ExecuteCommandProxyParams) SetDefaults()
- func (o *ExecuteCommandProxyParams) SetHTTPClient(client *http.Client)
- func (o *ExecuteCommandProxyParams) SetTimeout(timeout time.Duration)
- func (o *ExecuteCommandProxyParams) WithBody(body *models.DomainExecuteCommandRequestV1) *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) WithContext(ctx context.Context) *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) WithDefaults() *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) WithHTTPClient(client *http.Client) *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) WithTimeout(timeout time.Duration) *ExecuteCommandProxyParams
- func (o *ExecuteCommandProxyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExecuteCommandProxyReader
- type ExecuteCommandProxyTooManyRequests
- func (o *ExecuteCommandProxyTooManyRequests) Code() int
- func (o *ExecuteCommandProxyTooManyRequests) Error() string
- func (o *ExecuteCommandProxyTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteCommandProxyTooManyRequests) IsClientError() bool
- func (o *ExecuteCommandProxyTooManyRequests) IsCode(code int) bool
- func (o *ExecuteCommandProxyTooManyRequests) IsRedirect() bool
- func (o *ExecuteCommandProxyTooManyRequests) IsServerError() bool
- func (o *ExecuteCommandProxyTooManyRequests) IsSuccess() bool
- func (o *ExecuteCommandProxyTooManyRequests) String() string
- type ExecuteCommandReader
- type ExecuteCommandTooManyRequests
- func (o *ExecuteCommandTooManyRequests) Code() int
- func (o *ExecuteCommandTooManyRequests) Error() string
- func (o *ExecuteCommandTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteCommandTooManyRequests) IsClientError() bool
- func (o *ExecuteCommandTooManyRequests) IsCode(code int) bool
- func (o *ExecuteCommandTooManyRequests) IsRedirect() bool
- func (o *ExecuteCommandTooManyRequests) IsServerError() bool
- func (o *ExecuteCommandTooManyRequests) IsSuccess() bool
- func (o *ExecuteCommandTooManyRequests) String() string
- type GetCombinedPluginConfigsBadRequest
- func (o *GetCombinedPluginConfigsBadRequest) Code() int
- func (o *GetCombinedPluginConfigsBadRequest) Error() string
- func (o *GetCombinedPluginConfigsBadRequest) GetPayload() *models.DomainConfigsV1
- func (o *GetCombinedPluginConfigsBadRequest) IsClientError() bool
- func (o *GetCombinedPluginConfigsBadRequest) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsBadRequest) IsRedirect() bool
- func (o *GetCombinedPluginConfigsBadRequest) IsServerError() bool
- func (o *GetCombinedPluginConfigsBadRequest) IsSuccess() bool
- func (o *GetCombinedPluginConfigsBadRequest) String() string
- type GetCombinedPluginConfigsForbidden
- func (o *GetCombinedPluginConfigsForbidden) Code() int
- func (o *GetCombinedPluginConfigsForbidden) Error() string
- func (o *GetCombinedPluginConfigsForbidden) GetPayload() *models.MsaspecResponseFields
- func (o *GetCombinedPluginConfigsForbidden) IsClientError() bool
- func (o *GetCombinedPluginConfigsForbidden) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsForbidden) IsRedirect() bool
- func (o *GetCombinedPluginConfigsForbidden) IsServerError() bool
- func (o *GetCombinedPluginConfigsForbidden) IsSuccess() bool
- func (o *GetCombinedPluginConfigsForbidden) String() string
- type GetCombinedPluginConfigsInternalServerError
- func (o *GetCombinedPluginConfigsInternalServerError) Code() int
- func (o *GetCombinedPluginConfigsInternalServerError) Error() string
- func (o *GetCombinedPluginConfigsInternalServerError) GetPayload() *models.DomainConfigsV1
- func (o *GetCombinedPluginConfigsInternalServerError) IsClientError() bool
- func (o *GetCombinedPluginConfigsInternalServerError) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsInternalServerError) IsRedirect() bool
- func (o *GetCombinedPluginConfigsInternalServerError) IsServerError() bool
- func (o *GetCombinedPluginConfigsInternalServerError) IsSuccess() bool
- func (o *GetCombinedPluginConfigsInternalServerError) String() string
- type GetCombinedPluginConfigsNotFound
- func (o *GetCombinedPluginConfigsNotFound) Code() int
- func (o *GetCombinedPluginConfigsNotFound) Error() string
- func (o *GetCombinedPluginConfigsNotFound) GetPayload() *models.DomainConfigsV1
- func (o *GetCombinedPluginConfigsNotFound) IsClientError() bool
- func (o *GetCombinedPluginConfigsNotFound) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsNotFound) IsRedirect() bool
- func (o *GetCombinedPluginConfigsNotFound) IsServerError() bool
- func (o *GetCombinedPluginConfigsNotFound) IsSuccess() bool
- func (o *GetCombinedPluginConfigsNotFound) String() string
- type GetCombinedPluginConfigsOK
- func (o *GetCombinedPluginConfigsOK) Code() int
- func (o *GetCombinedPluginConfigsOK) Error() string
- func (o *GetCombinedPluginConfigsOK) GetPayload() *models.DomainConfigsV1
- func (o *GetCombinedPluginConfigsOK) IsClientError() bool
- func (o *GetCombinedPluginConfigsOK) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsOK) IsRedirect() bool
- func (o *GetCombinedPluginConfigsOK) IsServerError() bool
- func (o *GetCombinedPluginConfigsOK) IsSuccess() bool
- func (o *GetCombinedPluginConfigsOK) String() string
- type GetCombinedPluginConfigsParams
- func NewGetCombinedPluginConfigsParams() *GetCombinedPluginConfigsParams
- func NewGetCombinedPluginConfigsParamsWithContext(ctx context.Context) *GetCombinedPluginConfigsParams
- func NewGetCombinedPluginConfigsParamsWithHTTPClient(client *http.Client) *GetCombinedPluginConfigsParams
- func NewGetCombinedPluginConfigsParamsWithTimeout(timeout time.Duration) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) SetContext(ctx context.Context)
- func (o *GetCombinedPluginConfigsParams) SetDefaults()
- func (o *GetCombinedPluginConfigsParams) SetFilter(filter *string)
- func (o *GetCombinedPluginConfigsParams) SetHTTPClient(client *http.Client)
- func (o *GetCombinedPluginConfigsParams) SetLimit(limit *int64)
- func (o *GetCombinedPluginConfigsParams) SetOffset(offset *int64)
- func (o *GetCombinedPluginConfigsParams) SetSort(sort *string)
- func (o *GetCombinedPluginConfigsParams) SetTimeout(timeout time.Duration)
- func (o *GetCombinedPluginConfigsParams) WithContext(ctx context.Context) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithDefaults() *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithFilter(filter *string) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithHTTPClient(client *http.Client) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithLimit(limit *int64) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithOffset(offset *int64) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithSort(sort *string) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WithTimeout(timeout time.Duration) *GetCombinedPluginConfigsParams
- func (o *GetCombinedPluginConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCombinedPluginConfigsReader
- type GetCombinedPluginConfigsTooManyRequests
- func (o *GetCombinedPluginConfigsTooManyRequests) Code() int
- func (o *GetCombinedPluginConfigsTooManyRequests) Error() string
- func (o *GetCombinedPluginConfigsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetCombinedPluginConfigsTooManyRequests) IsClientError() bool
- func (o *GetCombinedPluginConfigsTooManyRequests) IsCode(code int) bool
- func (o *GetCombinedPluginConfigsTooManyRequests) IsRedirect() bool
- func (o *GetCombinedPluginConfigsTooManyRequests) IsServerError() bool
- func (o *GetCombinedPluginConfigsTooManyRequests) IsSuccess() bool
- func (o *GetCombinedPluginConfigsTooManyRequests) 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 api integrations API
func (*Client) ExecuteCommand ¶
func (a *Client) ExecuteCommand(params *ExecuteCommandParams, opts ...ClientOption) (*ExecuteCommandOK, error)
ExecuteCommand executes a command
func (*Client) ExecuteCommandProxy ¶ added in v0.9.0
func (a *Client) ExecuteCommandProxy(params *ExecuteCommandProxyParams, opts ...ClientOption) (*ExecuteCommandProxyOK, error)
ExecuteCommandProxy executes a command and proxy the response directly
func (*Client) GetCombinedPluginConfigs ¶
func (a *Client) GetCombinedPluginConfigs(params *GetCombinedPluginConfigsParams, opts ...ClientOption) (*GetCombinedPluginConfigsOK, error)
GetCombinedPluginConfigs queries for config resources and returns details
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { ExecuteCommand(params *ExecuteCommandParams, opts ...ClientOption) (*ExecuteCommandOK, error) ExecuteCommandProxy(params *ExecuteCommandProxyParams, opts ...ClientOption) (*ExecuteCommandProxyOK, error) GetCombinedPluginConfigs(params *GetCombinedPluginConfigsParams, opts ...ClientOption) (*GetCombinedPluginConfigsOK, 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 api integrations API client.
type ExecuteCommandBadRequest ¶
type ExecuteCommandBadRequest struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExecuteCommandBadRequest ¶
func NewExecuteCommandBadRequest() *ExecuteCommandBadRequest
NewExecuteCommandBadRequest creates a ExecuteCommandBadRequest with default headers values
func (*ExecuteCommandBadRequest) Code ¶
func (o *ExecuteCommandBadRequest) Code() int
Code gets the status code for the execute command bad request response
func (*ExecuteCommandBadRequest) Error ¶
func (o *ExecuteCommandBadRequest) Error() string
func (*ExecuteCommandBadRequest) GetPayload ¶
func (o *ExecuteCommandBadRequest) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandBadRequest) IsClientError ¶
func (o *ExecuteCommandBadRequest) IsClientError() bool
IsClientError returns true when this execute command bad request response has a 4xx status code
func (*ExecuteCommandBadRequest) IsCode ¶
func (o *ExecuteCommandBadRequest) IsCode(code int) bool
IsCode returns true when this execute command bad request response a status code equal to that given
func (*ExecuteCommandBadRequest) IsRedirect ¶
func (o *ExecuteCommandBadRequest) IsRedirect() bool
IsRedirect returns true when this execute command bad request response has a 3xx status code
func (*ExecuteCommandBadRequest) IsServerError ¶
func (o *ExecuteCommandBadRequest) IsServerError() bool
IsServerError returns true when this execute command bad request response has a 5xx status code
func (*ExecuteCommandBadRequest) IsSuccess ¶
func (o *ExecuteCommandBadRequest) IsSuccess() bool
IsSuccess returns true when this execute command bad request response has a 2xx status code
func (*ExecuteCommandBadRequest) String ¶
func (o *ExecuteCommandBadRequest) String() string
type ExecuteCommandForbidden ¶
type ExecuteCommandForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaspecResponseFields }
ExecuteCommandForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExecuteCommandForbidden ¶
func NewExecuteCommandForbidden() *ExecuteCommandForbidden
NewExecuteCommandForbidden creates a ExecuteCommandForbidden with default headers values
func (*ExecuteCommandForbidden) Code ¶
func (o *ExecuteCommandForbidden) Code() int
Code gets the status code for the execute command forbidden response
func (*ExecuteCommandForbidden) Error ¶
func (o *ExecuteCommandForbidden) Error() string
func (*ExecuteCommandForbidden) GetPayload ¶
func (o *ExecuteCommandForbidden) GetPayload() *models.MsaspecResponseFields
func (*ExecuteCommandForbidden) IsClientError ¶
func (o *ExecuteCommandForbidden) IsClientError() bool
IsClientError returns true when this execute command forbidden response has a 4xx status code
func (*ExecuteCommandForbidden) IsCode ¶
func (o *ExecuteCommandForbidden) IsCode(code int) bool
IsCode returns true when this execute command forbidden response a status code equal to that given
func (*ExecuteCommandForbidden) IsRedirect ¶
func (o *ExecuteCommandForbidden) IsRedirect() bool
IsRedirect returns true when this execute command forbidden response has a 3xx status code
func (*ExecuteCommandForbidden) IsServerError ¶
func (o *ExecuteCommandForbidden) IsServerError() bool
IsServerError returns true when this execute command forbidden response has a 5xx status code
func (*ExecuteCommandForbidden) IsSuccess ¶
func (o *ExecuteCommandForbidden) IsSuccess() bool
IsSuccess returns true when this execute command forbidden response has a 2xx status code
func (*ExecuteCommandForbidden) String ¶
func (o *ExecuteCommandForbidden) String() string
type ExecuteCommandInternalServerError ¶
type ExecuteCommandInternalServerError struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExecuteCommandInternalServerError ¶
func NewExecuteCommandInternalServerError() *ExecuteCommandInternalServerError
NewExecuteCommandInternalServerError creates a ExecuteCommandInternalServerError with default headers values
func (*ExecuteCommandInternalServerError) Code ¶
func (o *ExecuteCommandInternalServerError) Code() int
Code gets the status code for the execute command internal server error response
func (*ExecuteCommandInternalServerError) Error ¶
func (o *ExecuteCommandInternalServerError) Error() string
func (*ExecuteCommandInternalServerError) GetPayload ¶
func (o *ExecuteCommandInternalServerError) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandInternalServerError) IsClientError ¶
func (o *ExecuteCommandInternalServerError) IsClientError() bool
IsClientError returns true when this execute command internal server error response has a 4xx status code
func (*ExecuteCommandInternalServerError) IsCode ¶
func (o *ExecuteCommandInternalServerError) IsCode(code int) bool
IsCode returns true when this execute command internal server error response a status code equal to that given
func (*ExecuteCommandInternalServerError) IsRedirect ¶
func (o *ExecuteCommandInternalServerError) IsRedirect() bool
IsRedirect returns true when this execute command internal server error response has a 3xx status code
func (*ExecuteCommandInternalServerError) IsServerError ¶
func (o *ExecuteCommandInternalServerError) IsServerError() bool
IsServerError returns true when this execute command internal server error response has a 5xx status code
func (*ExecuteCommandInternalServerError) IsSuccess ¶
func (o *ExecuteCommandInternalServerError) IsSuccess() bool
IsSuccess returns true when this execute command internal server error response has a 2xx status code
func (*ExecuteCommandInternalServerError) String ¶
func (o *ExecuteCommandInternalServerError) String() string
type ExecuteCommandNotFound ¶
type ExecuteCommandNotFound struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandNotFound describes a response with status code 404, with default header values.
Not Found
func NewExecuteCommandNotFound ¶
func NewExecuteCommandNotFound() *ExecuteCommandNotFound
NewExecuteCommandNotFound creates a ExecuteCommandNotFound with default headers values
func (*ExecuteCommandNotFound) Code ¶
func (o *ExecuteCommandNotFound) Code() int
Code gets the status code for the execute command not found response
func (*ExecuteCommandNotFound) Error ¶
func (o *ExecuteCommandNotFound) Error() string
func (*ExecuteCommandNotFound) GetPayload ¶
func (o *ExecuteCommandNotFound) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandNotFound) IsClientError ¶
func (o *ExecuteCommandNotFound) IsClientError() bool
IsClientError returns true when this execute command not found response has a 4xx status code
func (*ExecuteCommandNotFound) IsCode ¶
func (o *ExecuteCommandNotFound) IsCode(code int) bool
IsCode returns true when this execute command not found response a status code equal to that given
func (*ExecuteCommandNotFound) IsRedirect ¶
func (o *ExecuteCommandNotFound) IsRedirect() bool
IsRedirect returns true when this execute command not found response has a 3xx status code
func (*ExecuteCommandNotFound) IsServerError ¶
func (o *ExecuteCommandNotFound) IsServerError() bool
IsServerError returns true when this execute command not found response has a 5xx status code
func (*ExecuteCommandNotFound) IsSuccess ¶
func (o *ExecuteCommandNotFound) IsSuccess() bool
IsSuccess returns true when this execute command not found response has a 2xx status code
func (*ExecuteCommandNotFound) String ¶
func (o *ExecuteCommandNotFound) String() string
type ExecuteCommandOK ¶
type ExecuteCommandOK struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandOK describes a response with status code 200, with default header values.
OK
func NewExecuteCommandOK ¶
func NewExecuteCommandOK() *ExecuteCommandOK
NewExecuteCommandOK creates a ExecuteCommandOK with default headers values
func (*ExecuteCommandOK) Code ¶
func (o *ExecuteCommandOK) Code() int
Code gets the status code for the execute command o k response
func (*ExecuteCommandOK) Error ¶
func (o *ExecuteCommandOK) Error() string
func (*ExecuteCommandOK) GetPayload ¶
func (o *ExecuteCommandOK) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandOK) IsClientError ¶
func (o *ExecuteCommandOK) IsClientError() bool
IsClientError returns true when this execute command o k response has a 4xx status code
func (*ExecuteCommandOK) IsCode ¶
func (o *ExecuteCommandOK) IsCode(code int) bool
IsCode returns true when this execute command o k response a status code equal to that given
func (*ExecuteCommandOK) IsRedirect ¶
func (o *ExecuteCommandOK) IsRedirect() bool
IsRedirect returns true when this execute command o k response has a 3xx status code
func (*ExecuteCommandOK) IsServerError ¶
func (o *ExecuteCommandOK) IsServerError() bool
IsServerError returns true when this execute command o k response has a 5xx status code
func (*ExecuteCommandOK) IsSuccess ¶
func (o *ExecuteCommandOK) IsSuccess() bool
IsSuccess returns true when this execute command o k response has a 2xx status code
func (*ExecuteCommandOK) String ¶
func (o *ExecuteCommandOK) String() string
type ExecuteCommandParams ¶
type ExecuteCommandParams struct { // Body. Body *models.DomainExecuteCommandRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExecuteCommandParams contains all the parameters to send to the API endpoint
for the execute command operation. Typically these are written to a http.Request.
func NewExecuteCommandParams ¶
func NewExecuteCommandParams() *ExecuteCommandParams
NewExecuteCommandParams creates a new ExecuteCommandParams 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 NewExecuteCommandParamsWithContext ¶
func NewExecuteCommandParamsWithContext(ctx context.Context) *ExecuteCommandParams
NewExecuteCommandParamsWithContext creates a new ExecuteCommandParams object with the ability to set a context for a request.
func NewExecuteCommandParamsWithHTTPClient ¶
func NewExecuteCommandParamsWithHTTPClient(client *http.Client) *ExecuteCommandParams
NewExecuteCommandParamsWithHTTPClient creates a new ExecuteCommandParams object with the ability to set a custom HTTPClient for a request.
func NewExecuteCommandParamsWithTimeout ¶
func NewExecuteCommandParamsWithTimeout(timeout time.Duration) *ExecuteCommandParams
NewExecuteCommandParamsWithTimeout creates a new ExecuteCommandParams object with the ability to set a timeout on a request.
func (*ExecuteCommandParams) SetBody ¶
func (o *ExecuteCommandParams) SetBody(body *models.DomainExecuteCommandRequestV1)
SetBody adds the body to the execute command params
func (*ExecuteCommandParams) SetContext ¶
func (o *ExecuteCommandParams) SetContext(ctx context.Context)
SetContext adds the context to the execute command params
func (*ExecuteCommandParams) SetDefaults ¶
func (o *ExecuteCommandParams) SetDefaults()
SetDefaults hydrates default values in the execute command params (not the query body).
All values with no default are reset to their zero value.
func (*ExecuteCommandParams) SetHTTPClient ¶
func (o *ExecuteCommandParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the execute command params
func (*ExecuteCommandParams) SetTimeout ¶
func (o *ExecuteCommandParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the execute command params
func (*ExecuteCommandParams) WithBody ¶
func (o *ExecuteCommandParams) WithBody(body *models.DomainExecuteCommandRequestV1) *ExecuteCommandParams
WithBody adds the body to the execute command params
func (*ExecuteCommandParams) WithContext ¶
func (o *ExecuteCommandParams) WithContext(ctx context.Context) *ExecuteCommandParams
WithContext adds the context to the execute command params
func (*ExecuteCommandParams) WithDefaults ¶
func (o *ExecuteCommandParams) WithDefaults() *ExecuteCommandParams
WithDefaults hydrates default values in the execute command params (not the query body).
All values with no default are reset to their zero value.
func (*ExecuteCommandParams) WithHTTPClient ¶
func (o *ExecuteCommandParams) WithHTTPClient(client *http.Client) *ExecuteCommandParams
WithHTTPClient adds the HTTPClient to the execute command params
func (*ExecuteCommandParams) WithTimeout ¶
func (o *ExecuteCommandParams) WithTimeout(timeout time.Duration) *ExecuteCommandParams
WithTimeout adds the timeout to the execute command params
func (*ExecuteCommandParams) WriteToRequest ¶
func (o *ExecuteCommandParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExecuteCommandProxyBadRequest ¶ added in v0.9.0
type ExecuteCommandProxyBadRequest struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandProxyBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewExecuteCommandProxyBadRequest ¶ added in v0.9.0
func NewExecuteCommandProxyBadRequest() *ExecuteCommandProxyBadRequest
NewExecuteCommandProxyBadRequest creates a ExecuteCommandProxyBadRequest with default headers values
func (*ExecuteCommandProxyBadRequest) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) Code() int
Code gets the status code for the execute command proxy bad request response
func (*ExecuteCommandProxyBadRequest) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) Error() string
func (*ExecuteCommandProxyBadRequest) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandProxyBadRequest) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) IsClientError() bool
IsClientError returns true when this execute command proxy bad request response has a 4xx status code
func (*ExecuteCommandProxyBadRequest) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) IsCode(code int) bool
IsCode returns true when this execute command proxy bad request response a status code equal to that given
func (*ExecuteCommandProxyBadRequest) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) IsRedirect() bool
IsRedirect returns true when this execute command proxy bad request response has a 3xx status code
func (*ExecuteCommandProxyBadRequest) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) IsServerError() bool
IsServerError returns true when this execute command proxy bad request response has a 5xx status code
func (*ExecuteCommandProxyBadRequest) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) IsSuccess() bool
IsSuccess returns true when this execute command proxy bad request response has a 2xx status code
func (*ExecuteCommandProxyBadRequest) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyBadRequest) String() string
type ExecuteCommandProxyForbidden ¶ added in v0.9.0
type ExecuteCommandProxyForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaspecResponseFields }
ExecuteCommandProxyForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExecuteCommandProxyForbidden ¶ added in v0.9.0
func NewExecuteCommandProxyForbidden() *ExecuteCommandProxyForbidden
NewExecuteCommandProxyForbidden creates a ExecuteCommandProxyForbidden with default headers values
func (*ExecuteCommandProxyForbidden) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) Code() int
Code gets the status code for the execute command proxy forbidden response
func (*ExecuteCommandProxyForbidden) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) Error() string
func (*ExecuteCommandProxyForbidden) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) GetPayload() *models.MsaspecResponseFields
func (*ExecuteCommandProxyForbidden) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) IsClientError() bool
IsClientError returns true when this execute command proxy forbidden response has a 4xx status code
func (*ExecuteCommandProxyForbidden) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) IsCode(code int) bool
IsCode returns true when this execute command proxy forbidden response a status code equal to that given
func (*ExecuteCommandProxyForbidden) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) IsRedirect() bool
IsRedirect returns true when this execute command proxy forbidden response has a 3xx status code
func (*ExecuteCommandProxyForbidden) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) IsServerError() bool
IsServerError returns true when this execute command proxy forbidden response has a 5xx status code
func (*ExecuteCommandProxyForbidden) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) IsSuccess() bool
IsSuccess returns true when this execute command proxy forbidden response has a 2xx status code
func (*ExecuteCommandProxyForbidden) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyForbidden) String() string
type ExecuteCommandProxyInternalServerError ¶ added in v0.9.0
type ExecuteCommandProxyInternalServerError struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandProxyInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewExecuteCommandProxyInternalServerError ¶ added in v0.9.0
func NewExecuteCommandProxyInternalServerError() *ExecuteCommandProxyInternalServerError
NewExecuteCommandProxyInternalServerError creates a ExecuteCommandProxyInternalServerError with default headers values
func (*ExecuteCommandProxyInternalServerError) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) Code() int
Code gets the status code for the execute command proxy internal server error response
func (*ExecuteCommandProxyInternalServerError) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) Error() string
func (*ExecuteCommandProxyInternalServerError) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandProxyInternalServerError) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) IsClientError() bool
IsClientError returns true when this execute command proxy internal server error response has a 4xx status code
func (*ExecuteCommandProxyInternalServerError) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) IsCode(code int) bool
IsCode returns true when this execute command proxy internal server error response a status code equal to that given
func (*ExecuteCommandProxyInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) IsRedirect() bool
IsRedirect returns true when this execute command proxy internal server error response has a 3xx status code
func (*ExecuteCommandProxyInternalServerError) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) IsServerError() bool
IsServerError returns true when this execute command proxy internal server error response has a 5xx status code
func (*ExecuteCommandProxyInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) IsSuccess() bool
IsSuccess returns true when this execute command proxy internal server error response has a 2xx status code
func (*ExecuteCommandProxyInternalServerError) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyInternalServerError) String() string
type ExecuteCommandProxyNotFound ¶ added in v0.9.0
type ExecuteCommandProxyNotFound struct { /* Trace-ID: submit to support if 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.DomainExecuteCommandResultsV1 }
ExecuteCommandProxyNotFound describes a response with status code 404, with default header values.
Not Found
func NewExecuteCommandProxyNotFound ¶ added in v0.9.0
func NewExecuteCommandProxyNotFound() *ExecuteCommandProxyNotFound
NewExecuteCommandProxyNotFound creates a ExecuteCommandProxyNotFound with default headers values
func (*ExecuteCommandProxyNotFound) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) Code() int
Code gets the status code for the execute command proxy not found response
func (*ExecuteCommandProxyNotFound) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) Error() string
func (*ExecuteCommandProxyNotFound) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) GetPayload() *models.DomainExecuteCommandResultsV1
func (*ExecuteCommandProxyNotFound) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) IsClientError() bool
IsClientError returns true when this execute command proxy not found response has a 4xx status code
func (*ExecuteCommandProxyNotFound) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) IsCode(code int) bool
IsCode returns true when this execute command proxy not found response a status code equal to that given
func (*ExecuteCommandProxyNotFound) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) IsRedirect() bool
IsRedirect returns true when this execute command proxy not found response has a 3xx status code
func (*ExecuteCommandProxyNotFound) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) IsServerError() bool
IsServerError returns true when this execute command proxy not found response has a 5xx status code
func (*ExecuteCommandProxyNotFound) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) IsSuccess() bool
IsSuccess returns true when this execute command proxy not found response has a 2xx status code
func (*ExecuteCommandProxyNotFound) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyNotFound) String() string
type ExecuteCommandProxyOK ¶ added in v0.9.0
type ExecuteCommandProxyOK struct { /* Trace-ID: submit to support if 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.CustomType3352885422 }
ExecuteCommandProxyOK describes a response with status code 200, with default header values.
OK
func NewExecuteCommandProxyOK ¶ added in v0.9.0
func NewExecuteCommandProxyOK() *ExecuteCommandProxyOK
NewExecuteCommandProxyOK creates a ExecuteCommandProxyOK with default headers values
func (*ExecuteCommandProxyOK) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) Code() int
Code gets the status code for the execute command proxy o k response
func (*ExecuteCommandProxyOK) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) Error() string
func (*ExecuteCommandProxyOK) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) GetPayload() models.CustomType3352885422
func (*ExecuteCommandProxyOK) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) IsClientError() bool
IsClientError returns true when this execute command proxy o k response has a 4xx status code
func (*ExecuteCommandProxyOK) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) IsCode(code int) bool
IsCode returns true when this execute command proxy o k response a status code equal to that given
func (*ExecuteCommandProxyOK) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) IsRedirect() bool
IsRedirect returns true when this execute command proxy o k response has a 3xx status code
func (*ExecuteCommandProxyOK) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) IsServerError() bool
IsServerError returns true when this execute command proxy o k response has a 5xx status code
func (*ExecuteCommandProxyOK) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) IsSuccess() bool
IsSuccess returns true when this execute command proxy o k response has a 2xx status code
func (*ExecuteCommandProxyOK) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyOK) String() string
type ExecuteCommandProxyParams ¶ added in v0.9.0
type ExecuteCommandProxyParams struct { // Body. Body *models.DomainExecuteCommandRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExecuteCommandProxyParams contains all the parameters to send to the API endpoint
for the execute command proxy operation. Typically these are written to a http.Request.
func NewExecuteCommandProxyParams ¶ added in v0.9.0
func NewExecuteCommandProxyParams() *ExecuteCommandProxyParams
NewExecuteCommandProxyParams creates a new ExecuteCommandProxyParams 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 NewExecuteCommandProxyParamsWithContext ¶ added in v0.9.0
func NewExecuteCommandProxyParamsWithContext(ctx context.Context) *ExecuteCommandProxyParams
NewExecuteCommandProxyParamsWithContext creates a new ExecuteCommandProxyParams object with the ability to set a context for a request.
func NewExecuteCommandProxyParamsWithHTTPClient ¶ added in v0.9.0
func NewExecuteCommandProxyParamsWithHTTPClient(client *http.Client) *ExecuteCommandProxyParams
NewExecuteCommandProxyParamsWithHTTPClient creates a new ExecuteCommandProxyParams object with the ability to set a custom HTTPClient for a request.
func NewExecuteCommandProxyParamsWithTimeout ¶ added in v0.9.0
func NewExecuteCommandProxyParamsWithTimeout(timeout time.Duration) *ExecuteCommandProxyParams
NewExecuteCommandProxyParamsWithTimeout creates a new ExecuteCommandProxyParams object with the ability to set a timeout on a request.
func (*ExecuteCommandProxyParams) SetBody ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) SetBody(body *models.DomainExecuteCommandRequestV1)
SetBody adds the body to the execute command proxy params
func (*ExecuteCommandProxyParams) SetContext ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) SetContext(ctx context.Context)
SetContext adds the context to the execute command proxy params
func (*ExecuteCommandProxyParams) SetDefaults ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) SetDefaults()
SetDefaults hydrates default values in the execute command proxy params (not the query body).
All values with no default are reset to their zero value.
func (*ExecuteCommandProxyParams) SetHTTPClient ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the execute command proxy params
func (*ExecuteCommandProxyParams) SetTimeout ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the execute command proxy params
func (*ExecuteCommandProxyParams) WithBody ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WithBody(body *models.DomainExecuteCommandRequestV1) *ExecuteCommandProxyParams
WithBody adds the body to the execute command proxy params
func (*ExecuteCommandProxyParams) WithContext ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WithContext(ctx context.Context) *ExecuteCommandProxyParams
WithContext adds the context to the execute command proxy params
func (*ExecuteCommandProxyParams) WithDefaults ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WithDefaults() *ExecuteCommandProxyParams
WithDefaults hydrates default values in the execute command proxy params (not the query body).
All values with no default are reset to their zero value.
func (*ExecuteCommandProxyParams) WithHTTPClient ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WithHTTPClient(client *http.Client) *ExecuteCommandProxyParams
WithHTTPClient adds the HTTPClient to the execute command proxy params
func (*ExecuteCommandProxyParams) WithTimeout ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WithTimeout(timeout time.Duration) *ExecuteCommandProxyParams
WithTimeout adds the timeout to the execute command proxy params
func (*ExecuteCommandProxyParams) WriteToRequest ¶ added in v0.9.0
func (o *ExecuteCommandProxyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExecuteCommandProxyReader ¶ added in v0.9.0
type ExecuteCommandProxyReader struct {
// contains filtered or unexported fields
}
ExecuteCommandProxyReader is a Reader for the ExecuteCommandProxy structure.
func (*ExecuteCommandProxyReader) ReadResponse ¶ added in v0.9.0
func (o *ExecuteCommandProxyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExecuteCommandProxyTooManyRequests ¶ added in v0.9.0
type ExecuteCommandProxyTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExecuteCommandProxyTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExecuteCommandProxyTooManyRequests ¶ added in v0.9.0
func NewExecuteCommandProxyTooManyRequests() *ExecuteCommandProxyTooManyRequests
NewExecuteCommandProxyTooManyRequests creates a ExecuteCommandProxyTooManyRequests with default headers values
func (*ExecuteCommandProxyTooManyRequests) Code ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) Code() int
Code gets the status code for the execute command proxy too many requests response
func (*ExecuteCommandProxyTooManyRequests) Error ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) Error() string
func (*ExecuteCommandProxyTooManyRequests) GetPayload ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExecuteCommandProxyTooManyRequests) IsClientError ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) IsClientError() bool
IsClientError returns true when this execute command proxy too many requests response has a 4xx status code
func (*ExecuteCommandProxyTooManyRequests) IsCode ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) IsCode(code int) bool
IsCode returns true when this execute command proxy too many requests response a status code equal to that given
func (*ExecuteCommandProxyTooManyRequests) IsRedirect ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) IsRedirect() bool
IsRedirect returns true when this execute command proxy too many requests response has a 3xx status code
func (*ExecuteCommandProxyTooManyRequests) IsServerError ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) IsServerError() bool
IsServerError returns true when this execute command proxy too many requests response has a 5xx status code
func (*ExecuteCommandProxyTooManyRequests) IsSuccess ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) IsSuccess() bool
IsSuccess returns true when this execute command proxy too many requests response has a 2xx status code
func (*ExecuteCommandProxyTooManyRequests) String ¶ added in v0.9.0
func (o *ExecuteCommandProxyTooManyRequests) String() string
type ExecuteCommandReader ¶
type ExecuteCommandReader struct {
// contains filtered or unexported fields
}
ExecuteCommandReader is a Reader for the ExecuteCommand structure.
func (*ExecuteCommandReader) ReadResponse ¶
func (o *ExecuteCommandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExecuteCommandTooManyRequests ¶
type ExecuteCommandTooManyRequests struct { /* Trace-ID: submit to support if 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 }
ExecuteCommandTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewExecuteCommandTooManyRequests ¶
func NewExecuteCommandTooManyRequests() *ExecuteCommandTooManyRequests
NewExecuteCommandTooManyRequests creates a ExecuteCommandTooManyRequests with default headers values
func (*ExecuteCommandTooManyRequests) Code ¶
func (o *ExecuteCommandTooManyRequests) Code() int
Code gets the status code for the execute command too many requests response
func (*ExecuteCommandTooManyRequests) Error ¶
func (o *ExecuteCommandTooManyRequests) Error() string
func (*ExecuteCommandTooManyRequests) GetPayload ¶
func (o *ExecuteCommandTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ExecuteCommandTooManyRequests) IsClientError ¶
func (o *ExecuteCommandTooManyRequests) IsClientError() bool
IsClientError returns true when this execute command too many requests response has a 4xx status code
func (*ExecuteCommandTooManyRequests) IsCode ¶
func (o *ExecuteCommandTooManyRequests) IsCode(code int) bool
IsCode returns true when this execute command too many requests response a status code equal to that given
func (*ExecuteCommandTooManyRequests) IsRedirect ¶
func (o *ExecuteCommandTooManyRequests) IsRedirect() bool
IsRedirect returns true when this execute command too many requests response has a 3xx status code
func (*ExecuteCommandTooManyRequests) IsServerError ¶
func (o *ExecuteCommandTooManyRequests) IsServerError() bool
IsServerError returns true when this execute command too many requests response has a 5xx status code
func (*ExecuteCommandTooManyRequests) IsSuccess ¶
func (o *ExecuteCommandTooManyRequests) IsSuccess() bool
IsSuccess returns true when this execute command too many requests response has a 2xx status code
func (*ExecuteCommandTooManyRequests) String ¶
func (o *ExecuteCommandTooManyRequests) String() string
type GetCombinedPluginConfigsBadRequest ¶
type GetCombinedPluginConfigsBadRequest struct { /* Trace-ID: submit to support if 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.DomainConfigsV1 }
GetCombinedPluginConfigsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetCombinedPluginConfigsBadRequest ¶
func NewGetCombinedPluginConfigsBadRequest() *GetCombinedPluginConfigsBadRequest
NewGetCombinedPluginConfigsBadRequest creates a GetCombinedPluginConfigsBadRequest with default headers values
func (*GetCombinedPluginConfigsBadRequest) Code ¶
func (o *GetCombinedPluginConfigsBadRequest) Code() int
Code gets the status code for the get combined plugin configs bad request response
func (*GetCombinedPluginConfigsBadRequest) Error ¶
func (o *GetCombinedPluginConfigsBadRequest) Error() string
func (*GetCombinedPluginConfigsBadRequest) GetPayload ¶
func (o *GetCombinedPluginConfigsBadRequest) GetPayload() *models.DomainConfigsV1
func (*GetCombinedPluginConfigsBadRequest) IsClientError ¶
func (o *GetCombinedPluginConfigsBadRequest) IsClientError() bool
IsClientError returns true when this get combined plugin configs bad request response has a 4xx status code
func (*GetCombinedPluginConfigsBadRequest) IsCode ¶
func (o *GetCombinedPluginConfigsBadRequest) IsCode(code int) bool
IsCode returns true when this get combined plugin configs bad request response a status code equal to that given
func (*GetCombinedPluginConfigsBadRequest) IsRedirect ¶
func (o *GetCombinedPluginConfigsBadRequest) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs bad request response has a 3xx status code
func (*GetCombinedPluginConfigsBadRequest) IsServerError ¶
func (o *GetCombinedPluginConfigsBadRequest) IsServerError() bool
IsServerError returns true when this get combined plugin configs bad request response has a 5xx status code
func (*GetCombinedPluginConfigsBadRequest) IsSuccess ¶
func (o *GetCombinedPluginConfigsBadRequest) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs bad request response has a 2xx status code
func (*GetCombinedPluginConfigsBadRequest) String ¶
func (o *GetCombinedPluginConfigsBadRequest) String() string
type GetCombinedPluginConfigsForbidden ¶
type GetCombinedPluginConfigsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaspecResponseFields }
GetCombinedPluginConfigsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetCombinedPluginConfigsForbidden ¶
func NewGetCombinedPluginConfigsForbidden() *GetCombinedPluginConfigsForbidden
NewGetCombinedPluginConfigsForbidden creates a GetCombinedPluginConfigsForbidden with default headers values
func (*GetCombinedPluginConfigsForbidden) Code ¶
func (o *GetCombinedPluginConfigsForbidden) Code() int
Code gets the status code for the get combined plugin configs forbidden response
func (*GetCombinedPluginConfigsForbidden) Error ¶
func (o *GetCombinedPluginConfigsForbidden) Error() string
func (*GetCombinedPluginConfigsForbidden) GetPayload ¶
func (o *GetCombinedPluginConfigsForbidden) GetPayload() *models.MsaspecResponseFields
func (*GetCombinedPluginConfigsForbidden) IsClientError ¶
func (o *GetCombinedPluginConfigsForbidden) IsClientError() bool
IsClientError returns true when this get combined plugin configs forbidden response has a 4xx status code
func (*GetCombinedPluginConfigsForbidden) IsCode ¶
func (o *GetCombinedPluginConfigsForbidden) IsCode(code int) bool
IsCode returns true when this get combined plugin configs forbidden response a status code equal to that given
func (*GetCombinedPluginConfigsForbidden) IsRedirect ¶
func (o *GetCombinedPluginConfigsForbidden) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs forbidden response has a 3xx status code
func (*GetCombinedPluginConfigsForbidden) IsServerError ¶
func (o *GetCombinedPluginConfigsForbidden) IsServerError() bool
IsServerError returns true when this get combined plugin configs forbidden response has a 5xx status code
func (*GetCombinedPluginConfigsForbidden) IsSuccess ¶
func (o *GetCombinedPluginConfigsForbidden) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs forbidden response has a 2xx status code
func (*GetCombinedPluginConfigsForbidden) String ¶
func (o *GetCombinedPluginConfigsForbidden) String() string
type GetCombinedPluginConfigsInternalServerError ¶
type GetCombinedPluginConfigsInternalServerError struct { /* Trace-ID: submit to support if 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.DomainConfigsV1 }
GetCombinedPluginConfigsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetCombinedPluginConfigsInternalServerError ¶
func NewGetCombinedPluginConfigsInternalServerError() *GetCombinedPluginConfigsInternalServerError
NewGetCombinedPluginConfigsInternalServerError creates a GetCombinedPluginConfigsInternalServerError with default headers values
func (*GetCombinedPluginConfigsInternalServerError) Code ¶
func (o *GetCombinedPluginConfigsInternalServerError) Code() int
Code gets the status code for the get combined plugin configs internal server error response
func (*GetCombinedPluginConfigsInternalServerError) Error ¶
func (o *GetCombinedPluginConfigsInternalServerError) Error() string
func (*GetCombinedPluginConfigsInternalServerError) GetPayload ¶
func (o *GetCombinedPluginConfigsInternalServerError) GetPayload() *models.DomainConfigsV1
func (*GetCombinedPluginConfigsInternalServerError) IsClientError ¶
func (o *GetCombinedPluginConfigsInternalServerError) IsClientError() bool
IsClientError returns true when this get combined plugin configs internal server error response has a 4xx status code
func (*GetCombinedPluginConfigsInternalServerError) IsCode ¶
func (o *GetCombinedPluginConfigsInternalServerError) IsCode(code int) bool
IsCode returns true when this get combined plugin configs internal server error response a status code equal to that given
func (*GetCombinedPluginConfigsInternalServerError) IsRedirect ¶
func (o *GetCombinedPluginConfigsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs internal server error response has a 3xx status code
func (*GetCombinedPluginConfigsInternalServerError) IsServerError ¶
func (o *GetCombinedPluginConfigsInternalServerError) IsServerError() bool
IsServerError returns true when this get combined plugin configs internal server error response has a 5xx status code
func (*GetCombinedPluginConfigsInternalServerError) IsSuccess ¶
func (o *GetCombinedPluginConfigsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs internal server error response has a 2xx status code
func (*GetCombinedPluginConfigsInternalServerError) String ¶
func (o *GetCombinedPluginConfigsInternalServerError) String() string
type GetCombinedPluginConfigsNotFound ¶
type GetCombinedPluginConfigsNotFound struct { /* Trace-ID: submit to support if 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.DomainConfigsV1 }
GetCombinedPluginConfigsNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetCombinedPluginConfigsNotFound ¶
func NewGetCombinedPluginConfigsNotFound() *GetCombinedPluginConfigsNotFound
NewGetCombinedPluginConfigsNotFound creates a GetCombinedPluginConfigsNotFound with default headers values
func (*GetCombinedPluginConfigsNotFound) Code ¶
func (o *GetCombinedPluginConfigsNotFound) Code() int
Code gets the status code for the get combined plugin configs not found response
func (*GetCombinedPluginConfigsNotFound) Error ¶
func (o *GetCombinedPluginConfigsNotFound) Error() string
func (*GetCombinedPluginConfigsNotFound) GetPayload ¶
func (o *GetCombinedPluginConfigsNotFound) GetPayload() *models.DomainConfigsV1
func (*GetCombinedPluginConfigsNotFound) IsClientError ¶
func (o *GetCombinedPluginConfigsNotFound) IsClientError() bool
IsClientError returns true when this get combined plugin configs not found response has a 4xx status code
func (*GetCombinedPluginConfigsNotFound) IsCode ¶
func (o *GetCombinedPluginConfigsNotFound) IsCode(code int) bool
IsCode returns true when this get combined plugin configs not found response a status code equal to that given
func (*GetCombinedPluginConfigsNotFound) IsRedirect ¶
func (o *GetCombinedPluginConfigsNotFound) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs not found response has a 3xx status code
func (*GetCombinedPluginConfigsNotFound) IsServerError ¶
func (o *GetCombinedPluginConfigsNotFound) IsServerError() bool
IsServerError returns true when this get combined plugin configs not found response has a 5xx status code
func (*GetCombinedPluginConfigsNotFound) IsSuccess ¶
func (o *GetCombinedPluginConfigsNotFound) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs not found response has a 2xx status code
func (*GetCombinedPluginConfigsNotFound) String ¶
func (o *GetCombinedPluginConfigsNotFound) String() string
type GetCombinedPluginConfigsOK ¶
type GetCombinedPluginConfigsOK struct { /* Trace-ID: submit to support if 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.DomainConfigsV1 }
GetCombinedPluginConfigsOK describes a response with status code 200, with default header values.
OK
func NewGetCombinedPluginConfigsOK ¶
func NewGetCombinedPluginConfigsOK() *GetCombinedPluginConfigsOK
NewGetCombinedPluginConfigsOK creates a GetCombinedPluginConfigsOK with default headers values
func (*GetCombinedPluginConfigsOK) Code ¶
func (o *GetCombinedPluginConfigsOK) Code() int
Code gets the status code for the get combined plugin configs o k response
func (*GetCombinedPluginConfigsOK) Error ¶
func (o *GetCombinedPluginConfigsOK) Error() string
func (*GetCombinedPluginConfigsOK) GetPayload ¶
func (o *GetCombinedPluginConfigsOK) GetPayload() *models.DomainConfigsV1
func (*GetCombinedPluginConfigsOK) IsClientError ¶
func (o *GetCombinedPluginConfigsOK) IsClientError() bool
IsClientError returns true when this get combined plugin configs o k response has a 4xx status code
func (*GetCombinedPluginConfigsOK) IsCode ¶
func (o *GetCombinedPluginConfigsOK) IsCode(code int) bool
IsCode returns true when this get combined plugin configs o k response a status code equal to that given
func (*GetCombinedPluginConfigsOK) IsRedirect ¶
func (o *GetCombinedPluginConfigsOK) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs o k response has a 3xx status code
func (*GetCombinedPluginConfigsOK) IsServerError ¶
func (o *GetCombinedPluginConfigsOK) IsServerError() bool
IsServerError returns true when this get combined plugin configs o k response has a 5xx status code
func (*GetCombinedPluginConfigsOK) IsSuccess ¶
func (o *GetCombinedPluginConfigsOK) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs o k response has a 2xx status code
func (*GetCombinedPluginConfigsOK) String ¶
func (o *GetCombinedPluginConfigsOK) String() string
type GetCombinedPluginConfigsParams ¶
type GetCombinedPluginConfigsParams struct { /* Filter. Filter items using a query in Falcon Query Language (FQL). */ Filter *string /* Limit. The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results. Default: 100 */ Limit *int64 /* Offset. The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results. */ Offset *int64 /* Sort. Sort items using their properties. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCombinedPluginConfigsParams contains all the parameters to send to the API endpoint
for the get combined plugin configs operation. Typically these are written to a http.Request.
func NewGetCombinedPluginConfigsParams ¶
func NewGetCombinedPluginConfigsParams() *GetCombinedPluginConfigsParams
NewGetCombinedPluginConfigsParams creates a new GetCombinedPluginConfigsParams 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 NewGetCombinedPluginConfigsParamsWithContext ¶
func NewGetCombinedPluginConfigsParamsWithContext(ctx context.Context) *GetCombinedPluginConfigsParams
NewGetCombinedPluginConfigsParamsWithContext creates a new GetCombinedPluginConfigsParams object with the ability to set a context for a request.
func NewGetCombinedPluginConfigsParamsWithHTTPClient ¶
func NewGetCombinedPluginConfigsParamsWithHTTPClient(client *http.Client) *GetCombinedPluginConfigsParams
NewGetCombinedPluginConfigsParamsWithHTTPClient creates a new GetCombinedPluginConfigsParams object with the ability to set a custom HTTPClient for a request.
func NewGetCombinedPluginConfigsParamsWithTimeout ¶
func NewGetCombinedPluginConfigsParamsWithTimeout(timeout time.Duration) *GetCombinedPluginConfigsParams
NewGetCombinedPluginConfigsParamsWithTimeout creates a new GetCombinedPluginConfigsParams object with the ability to set a timeout on a request.
func (*GetCombinedPluginConfigsParams) SetContext ¶
func (o *GetCombinedPluginConfigsParams) SetContext(ctx context.Context)
SetContext adds the context to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetDefaults ¶
func (o *GetCombinedPluginConfigsParams) SetDefaults()
SetDefaults hydrates default values in the get combined plugin configs params (not the query body).
All values with no default are reset to their zero value.
func (*GetCombinedPluginConfigsParams) SetFilter ¶
func (o *GetCombinedPluginConfigsParams) SetFilter(filter *string)
SetFilter adds the filter to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetHTTPClient ¶
func (o *GetCombinedPluginConfigsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetLimit ¶
func (o *GetCombinedPluginConfigsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetOffset ¶
func (o *GetCombinedPluginConfigsParams) SetOffset(offset *int64)
SetOffset adds the offset to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetSort ¶
func (o *GetCombinedPluginConfigsParams) SetSort(sort *string)
SetSort adds the sort to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) SetTimeout ¶
func (o *GetCombinedPluginConfigsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithContext ¶
func (o *GetCombinedPluginConfigsParams) WithContext(ctx context.Context) *GetCombinedPluginConfigsParams
WithContext adds the context to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithDefaults ¶
func (o *GetCombinedPluginConfigsParams) WithDefaults() *GetCombinedPluginConfigsParams
WithDefaults hydrates default values in the get combined plugin configs params (not the query body).
All values with no default are reset to their zero value.
func (*GetCombinedPluginConfigsParams) WithFilter ¶
func (o *GetCombinedPluginConfigsParams) WithFilter(filter *string) *GetCombinedPluginConfigsParams
WithFilter adds the filter to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithHTTPClient ¶
func (o *GetCombinedPluginConfigsParams) WithHTTPClient(client *http.Client) *GetCombinedPluginConfigsParams
WithHTTPClient adds the HTTPClient to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithLimit ¶
func (o *GetCombinedPluginConfigsParams) WithLimit(limit *int64) *GetCombinedPluginConfigsParams
WithLimit adds the limit to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithOffset ¶
func (o *GetCombinedPluginConfigsParams) WithOffset(offset *int64) *GetCombinedPluginConfigsParams
WithOffset adds the offset to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithSort ¶
func (o *GetCombinedPluginConfigsParams) WithSort(sort *string) *GetCombinedPluginConfigsParams
WithSort adds the sort to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WithTimeout ¶
func (o *GetCombinedPluginConfigsParams) WithTimeout(timeout time.Duration) *GetCombinedPluginConfigsParams
WithTimeout adds the timeout to the get combined plugin configs params
func (*GetCombinedPluginConfigsParams) WriteToRequest ¶
func (o *GetCombinedPluginConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCombinedPluginConfigsReader ¶
type GetCombinedPluginConfigsReader struct {
// contains filtered or unexported fields
}
GetCombinedPluginConfigsReader is a Reader for the GetCombinedPluginConfigs structure.
func (*GetCombinedPluginConfigsReader) ReadResponse ¶
func (o *GetCombinedPluginConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCombinedPluginConfigsTooManyRequests ¶
type GetCombinedPluginConfigsTooManyRequests struct { /* Trace-ID: submit to support if 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 }
GetCombinedPluginConfigsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetCombinedPluginConfigsTooManyRequests ¶
func NewGetCombinedPluginConfigsTooManyRequests() *GetCombinedPluginConfigsTooManyRequests
NewGetCombinedPluginConfigsTooManyRequests creates a GetCombinedPluginConfigsTooManyRequests with default headers values
func (*GetCombinedPluginConfigsTooManyRequests) Code ¶
func (o *GetCombinedPluginConfigsTooManyRequests) Code() int
Code gets the status code for the get combined plugin configs too many requests response
func (*GetCombinedPluginConfigsTooManyRequests) Error ¶
func (o *GetCombinedPluginConfigsTooManyRequests) Error() string
func (*GetCombinedPluginConfigsTooManyRequests) GetPayload ¶
func (o *GetCombinedPluginConfigsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetCombinedPluginConfigsTooManyRequests) IsClientError ¶
func (o *GetCombinedPluginConfigsTooManyRequests) IsClientError() bool
IsClientError returns true when this get combined plugin configs too many requests response has a 4xx status code
func (*GetCombinedPluginConfigsTooManyRequests) IsCode ¶
func (o *GetCombinedPluginConfigsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get combined plugin configs too many requests response a status code equal to that given
func (*GetCombinedPluginConfigsTooManyRequests) IsRedirect ¶
func (o *GetCombinedPluginConfigsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get combined plugin configs too many requests response has a 3xx status code
func (*GetCombinedPluginConfigsTooManyRequests) IsServerError ¶
func (o *GetCombinedPluginConfigsTooManyRequests) IsServerError() bool
IsServerError returns true when this get combined plugin configs too many requests response has a 5xx status code
func (*GetCombinedPluginConfigsTooManyRequests) IsSuccess ¶
func (o *GetCombinedPluginConfigsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get combined plugin configs too many requests response has a 2xx status code
func (*GetCombinedPluginConfigsTooManyRequests) String ¶
func (o *GetCombinedPluginConfigsTooManyRequests) String() string