Documentation ¶
Index ¶
- type Client
- func (a *Client) ExportConfiguration(params *ExportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ExportConfigurationOK, error)
- func (a *Client) ImportConfiguration(params *ImportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ImportConfigurationNoContent, error)
- func (a *Client) PatchConfiguration(params *PatchConfigurationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchConfigurationNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ExportConfigurationBadRequest
- func (o *ExportConfigurationBadRequest) Code() int
- func (o *ExportConfigurationBadRequest) Error() string
- func (o *ExportConfigurationBadRequest) GetPayload() *models.Error
- func (o *ExportConfigurationBadRequest) IsClientError() bool
- func (o *ExportConfigurationBadRequest) IsCode(code int) bool
- func (o *ExportConfigurationBadRequest) IsRedirect() bool
- func (o *ExportConfigurationBadRequest) IsServerError() bool
- func (o *ExportConfigurationBadRequest) IsSuccess() bool
- func (o *ExportConfigurationBadRequest) String() string
- type ExportConfigurationForbidden
- func (o *ExportConfigurationForbidden) Code() int
- func (o *ExportConfigurationForbidden) Error() string
- func (o *ExportConfigurationForbidden) GetPayload() *models.Error
- func (o *ExportConfigurationForbidden) IsClientError() bool
- func (o *ExportConfigurationForbidden) IsCode(code int) bool
- func (o *ExportConfigurationForbidden) IsRedirect() bool
- func (o *ExportConfigurationForbidden) IsServerError() bool
- func (o *ExportConfigurationForbidden) IsSuccess() bool
- func (o *ExportConfigurationForbidden) String() string
- type ExportConfigurationNotFound
- func (o *ExportConfigurationNotFound) Code() int
- func (o *ExportConfigurationNotFound) Error() string
- func (o *ExportConfigurationNotFound) GetPayload() *models.Error
- func (o *ExportConfigurationNotFound) IsClientError() bool
- func (o *ExportConfigurationNotFound) IsCode(code int) bool
- func (o *ExportConfigurationNotFound) IsRedirect() bool
- func (o *ExportConfigurationNotFound) IsServerError() bool
- func (o *ExportConfigurationNotFound) IsSuccess() bool
- func (o *ExportConfigurationNotFound) String() string
- type ExportConfigurationOK
- func (o *ExportConfigurationOK) Code() int
- func (o *ExportConfigurationOK) Error() string
- func (o *ExportConfigurationOK) GetPayload() *models.Dump
- func (o *ExportConfigurationOK) IsClientError() bool
- func (o *ExportConfigurationOK) IsCode(code int) bool
- func (o *ExportConfigurationOK) IsRedirect() bool
- func (o *ExportConfigurationOK) IsServerError() bool
- func (o *ExportConfigurationOK) IsSuccess() bool
- func (o *ExportConfigurationOK) String() string
- type ExportConfigurationParams
- func NewExportConfigurationParams() *ExportConfigurationParams
- func NewExportConfigurationParamsWithContext(ctx context.Context) *ExportConfigurationParams
- func NewExportConfigurationParamsWithHTTPClient(client *http.Client) *ExportConfigurationParams
- func NewExportConfigurationParamsWithTimeout(timeout time.Duration) *ExportConfigurationParams
- func (o *ExportConfigurationParams) SetContext(ctx context.Context)
- func (o *ExportConfigurationParams) SetDefaults()
- func (o *ExportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ExportConfigurationParams) SetTid(tid *string)
- func (o *ExportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ExportConfigurationParams) WithContext(ctx context.Context) *ExportConfigurationParams
- func (o *ExportConfigurationParams) WithDefaults() *ExportConfigurationParams
- func (o *ExportConfigurationParams) WithHTTPClient(client *http.Client) *ExportConfigurationParams
- func (o *ExportConfigurationParams) WithTid(tid *string) *ExportConfigurationParams
- func (o *ExportConfigurationParams) WithTimeout(timeout time.Duration) *ExportConfigurationParams
- func (o *ExportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExportConfigurationReader
- type ExportConfigurationTooManyRequests
- func (o *ExportConfigurationTooManyRequests) Code() int
- func (o *ExportConfigurationTooManyRequests) Error() string
- func (o *ExportConfigurationTooManyRequests) GetPayload() *models.Error
- func (o *ExportConfigurationTooManyRequests) IsClientError() bool
- func (o *ExportConfigurationTooManyRequests) IsCode(code int) bool
- func (o *ExportConfigurationTooManyRequests) IsRedirect() bool
- func (o *ExportConfigurationTooManyRequests) IsServerError() bool
- func (o *ExportConfigurationTooManyRequests) IsSuccess() bool
- func (o *ExportConfigurationTooManyRequests) String() string
- type ExportConfigurationUnauthorized
- func (o *ExportConfigurationUnauthorized) Code() int
- func (o *ExportConfigurationUnauthorized) Error() string
- func (o *ExportConfigurationUnauthorized) GetPayload() *models.Error
- func (o *ExportConfigurationUnauthorized) IsClientError() bool
- func (o *ExportConfigurationUnauthorized) IsCode(code int) bool
- func (o *ExportConfigurationUnauthorized) IsRedirect() bool
- func (o *ExportConfigurationUnauthorized) IsServerError() bool
- func (o *ExportConfigurationUnauthorized) IsSuccess() bool
- func (o *ExportConfigurationUnauthorized) String() string
- type ExportConfigurationUnprocessableEntity
- func (o *ExportConfigurationUnprocessableEntity) Code() int
- func (o *ExportConfigurationUnprocessableEntity) Error() string
- func (o *ExportConfigurationUnprocessableEntity) GetPayload() *models.Error
- func (o *ExportConfigurationUnprocessableEntity) IsClientError() bool
- func (o *ExportConfigurationUnprocessableEntity) IsCode(code int) bool
- func (o *ExportConfigurationUnprocessableEntity) IsRedirect() bool
- func (o *ExportConfigurationUnprocessableEntity) IsServerError() bool
- func (o *ExportConfigurationUnprocessableEntity) IsSuccess() bool
- func (o *ExportConfigurationUnprocessableEntity) String() string
- type ImportConfigurationBadRequest
- func (o *ImportConfigurationBadRequest) Code() int
- func (o *ImportConfigurationBadRequest) Error() string
- func (o *ImportConfigurationBadRequest) GetPayload() *models.Error
- func (o *ImportConfigurationBadRequest) IsClientError() bool
- func (o *ImportConfigurationBadRequest) IsCode(code int) bool
- func (o *ImportConfigurationBadRequest) IsRedirect() bool
- func (o *ImportConfigurationBadRequest) IsServerError() bool
- func (o *ImportConfigurationBadRequest) IsSuccess() bool
- func (o *ImportConfigurationBadRequest) String() string
- type ImportConfigurationConflict
- func (o *ImportConfigurationConflict) Code() int
- func (o *ImportConfigurationConflict) Error() string
- func (o *ImportConfigurationConflict) GetPayload() *models.Error
- func (o *ImportConfigurationConflict) IsClientError() bool
- func (o *ImportConfigurationConflict) IsCode(code int) bool
- func (o *ImportConfigurationConflict) IsRedirect() bool
- func (o *ImportConfigurationConflict) IsServerError() bool
- func (o *ImportConfigurationConflict) IsSuccess() bool
- func (o *ImportConfigurationConflict) String() string
- type ImportConfigurationForbidden
- func (o *ImportConfigurationForbidden) Code() int
- func (o *ImportConfigurationForbidden) Error() string
- func (o *ImportConfigurationForbidden) GetPayload() *models.Error
- func (o *ImportConfigurationForbidden) IsClientError() bool
- func (o *ImportConfigurationForbidden) IsCode(code int) bool
- func (o *ImportConfigurationForbidden) IsRedirect() bool
- func (o *ImportConfigurationForbidden) IsServerError() bool
- func (o *ImportConfigurationForbidden) IsSuccess() bool
- func (o *ImportConfigurationForbidden) String() string
- type ImportConfigurationNoContent
- func (o *ImportConfigurationNoContent) Code() int
- func (o *ImportConfigurationNoContent) Error() string
- func (o *ImportConfigurationNoContent) IsClientError() bool
- func (o *ImportConfigurationNoContent) IsCode(code int) bool
- func (o *ImportConfigurationNoContent) IsRedirect() bool
- func (o *ImportConfigurationNoContent) IsServerError() bool
- func (o *ImportConfigurationNoContent) IsSuccess() bool
- func (o *ImportConfigurationNoContent) String() string
- type ImportConfigurationNotFound
- func (o *ImportConfigurationNotFound) Code() int
- func (o *ImportConfigurationNotFound) Error() string
- func (o *ImportConfigurationNotFound) GetPayload() *models.Error
- func (o *ImportConfigurationNotFound) IsClientError() bool
- func (o *ImportConfigurationNotFound) IsCode(code int) bool
- func (o *ImportConfigurationNotFound) IsRedirect() bool
- func (o *ImportConfigurationNotFound) IsServerError() bool
- func (o *ImportConfigurationNotFound) IsSuccess() bool
- func (o *ImportConfigurationNotFound) String() string
- type ImportConfigurationParams
- func NewImportConfigurationParams() *ImportConfigurationParams
- func NewImportConfigurationParamsWithContext(ctx context.Context) *ImportConfigurationParams
- func NewImportConfigurationParamsWithHTTPClient(client *http.Client) *ImportConfigurationParams
- func NewImportConfigurationParamsWithTimeout(timeout time.Duration) *ImportConfigurationParams
- func (o *ImportConfigurationParams) SetContext(ctx context.Context)
- func (o *ImportConfigurationParams) SetDefaults()
- func (o *ImportConfigurationParams) SetDump(dump *models.Dump)
- func (o *ImportConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ImportConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ImportConfigurationParams) WithContext(ctx context.Context) *ImportConfigurationParams
- func (o *ImportConfigurationParams) WithDefaults() *ImportConfigurationParams
- func (o *ImportConfigurationParams) WithDump(dump *models.Dump) *ImportConfigurationParams
- func (o *ImportConfigurationParams) WithHTTPClient(client *http.Client) *ImportConfigurationParams
- func (o *ImportConfigurationParams) WithTimeout(timeout time.Duration) *ImportConfigurationParams
- func (o *ImportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImportConfigurationReader
- type ImportConfigurationTooManyRequests
- func (o *ImportConfigurationTooManyRequests) Code() int
- func (o *ImportConfigurationTooManyRequests) Error() string
- func (o *ImportConfigurationTooManyRequests) GetPayload() *models.Error
- func (o *ImportConfigurationTooManyRequests) IsClientError() bool
- func (o *ImportConfigurationTooManyRequests) IsCode(code int) bool
- func (o *ImportConfigurationTooManyRequests) IsRedirect() bool
- func (o *ImportConfigurationTooManyRequests) IsServerError() bool
- func (o *ImportConfigurationTooManyRequests) IsSuccess() bool
- func (o *ImportConfigurationTooManyRequests) String() string
- type ImportConfigurationUnauthorized
- func (o *ImportConfigurationUnauthorized) Code() int
- func (o *ImportConfigurationUnauthorized) Error() string
- func (o *ImportConfigurationUnauthorized) GetPayload() *models.Error
- func (o *ImportConfigurationUnauthorized) IsClientError() bool
- func (o *ImportConfigurationUnauthorized) IsCode(code int) bool
- func (o *ImportConfigurationUnauthorized) IsRedirect() bool
- func (o *ImportConfigurationUnauthorized) IsServerError() bool
- func (o *ImportConfigurationUnauthorized) IsSuccess() bool
- func (o *ImportConfigurationUnauthorized) String() string
- type ImportConfigurationUnprocessableEntity
- func (o *ImportConfigurationUnprocessableEntity) Code() int
- func (o *ImportConfigurationUnprocessableEntity) Error() string
- func (o *ImportConfigurationUnprocessableEntity) GetPayload() *models.Error
- func (o *ImportConfigurationUnprocessableEntity) IsClientError() bool
- func (o *ImportConfigurationUnprocessableEntity) IsCode(code int) bool
- func (o *ImportConfigurationUnprocessableEntity) IsRedirect() bool
- func (o *ImportConfigurationUnprocessableEntity) IsServerError() bool
- func (o *ImportConfigurationUnprocessableEntity) IsSuccess() bool
- func (o *ImportConfigurationUnprocessableEntity) String() string
- type PatchConfigurationBadRequest
- func (o *PatchConfigurationBadRequest) Code() int
- func (o *PatchConfigurationBadRequest) Error() string
- func (o *PatchConfigurationBadRequest) GetPayload() *models.Error
- func (o *PatchConfigurationBadRequest) IsClientError() bool
- func (o *PatchConfigurationBadRequest) IsCode(code int) bool
- func (o *PatchConfigurationBadRequest) IsRedirect() bool
- func (o *PatchConfigurationBadRequest) IsServerError() bool
- func (o *PatchConfigurationBadRequest) IsSuccess() bool
- func (o *PatchConfigurationBadRequest) String() string
- type PatchConfigurationForbidden
- func (o *PatchConfigurationForbidden) Code() int
- func (o *PatchConfigurationForbidden) Error() string
- func (o *PatchConfigurationForbidden) GetPayload() *models.Error
- func (o *PatchConfigurationForbidden) IsClientError() bool
- func (o *PatchConfigurationForbidden) IsCode(code int) bool
- func (o *PatchConfigurationForbidden) IsRedirect() bool
- func (o *PatchConfigurationForbidden) IsServerError() bool
- func (o *PatchConfigurationForbidden) IsSuccess() bool
- func (o *PatchConfigurationForbidden) String() string
- type PatchConfigurationNoContent
- func (o *PatchConfigurationNoContent) Code() int
- func (o *PatchConfigurationNoContent) Error() string
- func (o *PatchConfigurationNoContent) IsClientError() bool
- func (o *PatchConfigurationNoContent) IsCode(code int) bool
- func (o *PatchConfigurationNoContent) IsRedirect() bool
- func (o *PatchConfigurationNoContent) IsServerError() bool
- func (o *PatchConfigurationNoContent) IsSuccess() bool
- func (o *PatchConfigurationNoContent) String() string
- type PatchConfigurationNotFound
- func (o *PatchConfigurationNotFound) Code() int
- func (o *PatchConfigurationNotFound) Error() string
- func (o *PatchConfigurationNotFound) GetPayload() *models.Error
- func (o *PatchConfigurationNotFound) IsClientError() bool
- func (o *PatchConfigurationNotFound) IsCode(code int) bool
- func (o *PatchConfigurationNotFound) IsRedirect() bool
- func (o *PatchConfigurationNotFound) IsServerError() bool
- func (o *PatchConfigurationNotFound) IsSuccess() bool
- func (o *PatchConfigurationNotFound) String() string
- type PatchConfigurationParams
- func NewPatchConfigurationParams() *PatchConfigurationParams
- func NewPatchConfigurationParamsWithContext(ctx context.Context) *PatchConfigurationParams
- func NewPatchConfigurationParamsWithHTTPClient(client *http.Client) *PatchConfigurationParams
- func NewPatchConfigurationParamsWithTimeout(timeout time.Duration) *PatchConfigurationParams
- func (o *PatchConfigurationParams) SetContext(ctx context.Context)
- func (o *PatchConfigurationParams) SetDefaults()
- func (o *PatchConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *PatchConfigurationParams) SetMode(mode *string)
- func (o *PatchConfigurationParams) SetPatch(patch models.Rfc6902PatchOperations)
- func (o *PatchConfigurationParams) SetTid(tid *string)
- func (o *PatchConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *PatchConfigurationParams) WithContext(ctx context.Context) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithDefaults() *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithHTTPClient(client *http.Client) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithMode(mode *string) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithPatch(patch models.Rfc6902PatchOperations) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithTid(tid *string) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WithTimeout(timeout time.Duration) *PatchConfigurationParams
- func (o *PatchConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchConfigurationReader
- type PatchConfigurationTooManyRequests
- func (o *PatchConfigurationTooManyRequests) Code() int
- func (o *PatchConfigurationTooManyRequests) Error() string
- func (o *PatchConfigurationTooManyRequests) GetPayload() *models.Error
- func (o *PatchConfigurationTooManyRequests) IsClientError() bool
- func (o *PatchConfigurationTooManyRequests) IsCode(code int) bool
- func (o *PatchConfigurationTooManyRequests) IsRedirect() bool
- func (o *PatchConfigurationTooManyRequests) IsServerError() bool
- func (o *PatchConfigurationTooManyRequests) IsSuccess() bool
- func (o *PatchConfigurationTooManyRequests) String() string
- type PatchConfigurationUnauthorized
- func (o *PatchConfigurationUnauthorized) Code() int
- func (o *PatchConfigurationUnauthorized) Error() string
- func (o *PatchConfigurationUnauthorized) GetPayload() *models.Error
- func (o *PatchConfigurationUnauthorized) IsClientError() bool
- func (o *PatchConfigurationUnauthorized) IsCode(code int) bool
- func (o *PatchConfigurationUnauthorized) IsRedirect() bool
- func (o *PatchConfigurationUnauthorized) IsServerError() bool
- func (o *PatchConfigurationUnauthorized) IsSuccess() bool
- func (o *PatchConfigurationUnauthorized) String() string
- type PatchConfigurationUnprocessableEntity
- func (o *PatchConfigurationUnprocessableEntity) Code() int
- func (o *PatchConfigurationUnprocessableEntity) Error() string
- func (o *PatchConfigurationUnprocessableEntity) GetPayload() *models.Error
- func (o *PatchConfigurationUnprocessableEntity) IsClientError() bool
- func (o *PatchConfigurationUnprocessableEntity) IsCode(code int) bool
- func (o *PatchConfigurationUnprocessableEntity) IsRedirect() bool
- func (o *PatchConfigurationUnprocessableEntity) IsServerError() bool
- func (o *PatchConfigurationUnprocessableEntity) IsSuccess() bool
- func (o *PatchConfigurationUnprocessableEntity) 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 configuration API
func (*Client) ExportConfiguration ¶
func (a *Client) ExportConfiguration(params *ExportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportConfigurationOK, error)
ExportConfiguration export configuration API
func (*Client) ImportConfiguration ¶
func (a *Client) ImportConfiguration(params *ImportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportConfigurationNoContent, error)
ImportConfiguration imports configuration ACP updates existing values with the values provided in the request.
API supports only full entries update, not partial, meaning if user is re-imported it should be re-imported with all subentries.
func (*Client) PatchConfiguration ¶
func (a *Client) PatchConfiguration(params *PatchConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchConfigurationNoContent, error)
PatchConfiguration patches configuration
Patch tenant configuration using RFC 6902 JSON Patch.
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 may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { ExportConfiguration(params *ExportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportConfigurationOK, error) ImportConfiguration(params *ImportConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportConfigurationNoContent, error) PatchConfiguration(params *PatchConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchConfigurationNoContent, 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 configuration API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new configuration API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new configuration API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type ExportConfigurationBadRequest ¶
ExportConfigurationBadRequest describes a response with status code 400, with default header values.
Bad request
func NewExportConfigurationBadRequest ¶
func NewExportConfigurationBadRequest() *ExportConfigurationBadRequest
NewExportConfigurationBadRequest creates a ExportConfigurationBadRequest with default headers values
func (*ExportConfigurationBadRequest) Code ¶
func (o *ExportConfigurationBadRequest) Code() int
Code gets the status code for the export configuration bad request response
func (*ExportConfigurationBadRequest) Error ¶
func (o *ExportConfigurationBadRequest) Error() string
func (*ExportConfigurationBadRequest) GetPayload ¶
func (o *ExportConfigurationBadRequest) GetPayload() *models.Error
func (*ExportConfigurationBadRequest) IsClientError ¶
func (o *ExportConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this export configuration bad request response has a 4xx status code
func (*ExportConfigurationBadRequest) IsCode ¶
func (o *ExportConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this export configuration bad request response a status code equal to that given
func (*ExportConfigurationBadRequest) IsRedirect ¶
func (o *ExportConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this export configuration bad request response has a 3xx status code
func (*ExportConfigurationBadRequest) IsServerError ¶
func (o *ExportConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this export configuration bad request response has a 5xx status code
func (*ExportConfigurationBadRequest) IsSuccess ¶
func (o *ExportConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this export configuration bad request response has a 2xx status code
func (*ExportConfigurationBadRequest) String ¶
func (o *ExportConfigurationBadRequest) String() string
type ExportConfigurationForbidden ¶
ExportConfigurationForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExportConfigurationForbidden ¶
func NewExportConfigurationForbidden() *ExportConfigurationForbidden
NewExportConfigurationForbidden creates a ExportConfigurationForbidden with default headers values
func (*ExportConfigurationForbidden) Code ¶
func (o *ExportConfigurationForbidden) Code() int
Code gets the status code for the export configuration forbidden response
func (*ExportConfigurationForbidden) Error ¶
func (o *ExportConfigurationForbidden) Error() string
func (*ExportConfigurationForbidden) GetPayload ¶
func (o *ExportConfigurationForbidden) GetPayload() *models.Error
func (*ExportConfigurationForbidden) IsClientError ¶
func (o *ExportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this export configuration forbidden response has a 4xx status code
func (*ExportConfigurationForbidden) IsCode ¶
func (o *ExportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this export configuration forbidden response a status code equal to that given
func (*ExportConfigurationForbidden) IsRedirect ¶
func (o *ExportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this export configuration forbidden response has a 3xx status code
func (*ExportConfigurationForbidden) IsServerError ¶
func (o *ExportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this export configuration forbidden response has a 5xx status code
func (*ExportConfigurationForbidden) IsSuccess ¶
func (o *ExportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this export configuration forbidden response has a 2xx status code
func (*ExportConfigurationForbidden) String ¶
func (o *ExportConfigurationForbidden) String() string
type ExportConfigurationNotFound ¶
ExportConfigurationNotFound describes a response with status code 404, with default header values.
Not found
func NewExportConfigurationNotFound ¶
func NewExportConfigurationNotFound() *ExportConfigurationNotFound
NewExportConfigurationNotFound creates a ExportConfigurationNotFound with default headers values
func (*ExportConfigurationNotFound) Code ¶
func (o *ExportConfigurationNotFound) Code() int
Code gets the status code for the export configuration not found response
func (*ExportConfigurationNotFound) Error ¶
func (o *ExportConfigurationNotFound) Error() string
func (*ExportConfigurationNotFound) GetPayload ¶
func (o *ExportConfigurationNotFound) GetPayload() *models.Error
func (*ExportConfigurationNotFound) IsClientError ¶
func (o *ExportConfigurationNotFound) IsClientError() bool
IsClientError returns true when this export configuration not found response has a 4xx status code
func (*ExportConfigurationNotFound) IsCode ¶
func (o *ExportConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this export configuration not found response a status code equal to that given
func (*ExportConfigurationNotFound) IsRedirect ¶
func (o *ExportConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this export configuration not found response has a 3xx status code
func (*ExportConfigurationNotFound) IsServerError ¶
func (o *ExportConfigurationNotFound) IsServerError() bool
IsServerError returns true when this export configuration not found response has a 5xx status code
func (*ExportConfigurationNotFound) IsSuccess ¶
func (o *ExportConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this export configuration not found response has a 2xx status code
func (*ExportConfigurationNotFound) String ¶
func (o *ExportConfigurationNotFound) String() string
type ExportConfigurationOK ¶
ExportConfigurationOK describes a response with status code 200, with default header values.
Dump
func NewExportConfigurationOK ¶
func NewExportConfigurationOK() *ExportConfigurationOK
NewExportConfigurationOK creates a ExportConfigurationOK with default headers values
func (*ExportConfigurationOK) Code ¶
func (o *ExportConfigurationOK) Code() int
Code gets the status code for the export configuration o k response
func (*ExportConfigurationOK) Error ¶
func (o *ExportConfigurationOK) Error() string
func (*ExportConfigurationOK) GetPayload ¶
func (o *ExportConfigurationOK) GetPayload() *models.Dump
func (*ExportConfigurationOK) IsClientError ¶
func (o *ExportConfigurationOK) IsClientError() bool
IsClientError returns true when this export configuration o k response has a 4xx status code
func (*ExportConfigurationOK) IsCode ¶
func (o *ExportConfigurationOK) IsCode(code int) bool
IsCode returns true when this export configuration o k response a status code equal to that given
func (*ExportConfigurationOK) IsRedirect ¶
func (o *ExportConfigurationOK) IsRedirect() bool
IsRedirect returns true when this export configuration o k response has a 3xx status code
func (*ExportConfigurationOK) IsServerError ¶
func (o *ExportConfigurationOK) IsServerError() bool
IsServerError returns true when this export configuration o k response has a 5xx status code
func (*ExportConfigurationOK) IsSuccess ¶
func (o *ExportConfigurationOK) IsSuccess() bool
IsSuccess returns true when this export configuration o k response has a 2xx status code
func (*ExportConfigurationOK) String ¶
func (o *ExportConfigurationOK) String() string
type ExportConfigurationParams ¶
type ExportConfigurationParams struct { /* Tid. Tenant id Default: "default" */ Tid *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExportConfigurationParams contains all the parameters to send to the API endpoint
for the export configuration operation. Typically these are written to a http.Request.
func NewExportConfigurationParams ¶
func NewExportConfigurationParams() *ExportConfigurationParams
NewExportConfigurationParams creates a new ExportConfigurationParams 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 NewExportConfigurationParamsWithContext ¶
func NewExportConfigurationParamsWithContext(ctx context.Context) *ExportConfigurationParams
NewExportConfigurationParamsWithContext creates a new ExportConfigurationParams object with the ability to set a context for a request.
func NewExportConfigurationParamsWithHTTPClient ¶
func NewExportConfigurationParamsWithHTTPClient(client *http.Client) *ExportConfigurationParams
NewExportConfigurationParamsWithHTTPClient creates a new ExportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewExportConfigurationParamsWithTimeout ¶
func NewExportConfigurationParamsWithTimeout(timeout time.Duration) *ExportConfigurationParams
NewExportConfigurationParamsWithTimeout creates a new ExportConfigurationParams object with the ability to set a timeout on a request.
func (*ExportConfigurationParams) SetContext ¶
func (o *ExportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the export configuration params
func (*ExportConfigurationParams) SetDefaults ¶
func (o *ExportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the export configuration params (not the query body).
All values with no default are reset to their zero value.
func (*ExportConfigurationParams) SetHTTPClient ¶
func (o *ExportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the export configuration params
func (*ExportConfigurationParams) SetTid ¶
func (o *ExportConfigurationParams) SetTid(tid *string)
SetTid adds the tid to the export configuration params
func (*ExportConfigurationParams) SetTimeout ¶
func (o *ExportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the export configuration params
func (*ExportConfigurationParams) WithContext ¶
func (o *ExportConfigurationParams) WithContext(ctx context.Context) *ExportConfigurationParams
WithContext adds the context to the export configuration params
func (*ExportConfigurationParams) WithDefaults ¶
func (o *ExportConfigurationParams) WithDefaults() *ExportConfigurationParams
WithDefaults hydrates default values in the export configuration params (not the query body).
All values with no default are reset to their zero value.
func (*ExportConfigurationParams) WithHTTPClient ¶
func (o *ExportConfigurationParams) WithHTTPClient(client *http.Client) *ExportConfigurationParams
WithHTTPClient adds the HTTPClient to the export configuration params
func (*ExportConfigurationParams) WithTid ¶
func (o *ExportConfigurationParams) WithTid(tid *string) *ExportConfigurationParams
WithTid adds the tid to the export configuration params
func (*ExportConfigurationParams) WithTimeout ¶
func (o *ExportConfigurationParams) WithTimeout(timeout time.Duration) *ExportConfigurationParams
WithTimeout adds the timeout to the export configuration params
func (*ExportConfigurationParams) WriteToRequest ¶
func (o *ExportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExportConfigurationReader ¶
type ExportConfigurationReader struct {
// contains filtered or unexported fields
}
ExportConfigurationReader is a Reader for the ExportConfiguration structure.
func (*ExportConfigurationReader) ReadResponse ¶
func (o *ExportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExportConfigurationTooManyRequests ¶
ExportConfigurationTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewExportConfigurationTooManyRequests ¶
func NewExportConfigurationTooManyRequests() *ExportConfigurationTooManyRequests
NewExportConfigurationTooManyRequests creates a ExportConfigurationTooManyRequests with default headers values
func (*ExportConfigurationTooManyRequests) Code ¶
func (o *ExportConfigurationTooManyRequests) Code() int
Code gets the status code for the export configuration too many requests response
func (*ExportConfigurationTooManyRequests) Error ¶
func (o *ExportConfigurationTooManyRequests) Error() string
func (*ExportConfigurationTooManyRequests) GetPayload ¶
func (o *ExportConfigurationTooManyRequests) GetPayload() *models.Error
func (*ExportConfigurationTooManyRequests) IsClientError ¶
func (o *ExportConfigurationTooManyRequests) IsClientError() bool
IsClientError returns true when this export configuration too many requests response has a 4xx status code
func (*ExportConfigurationTooManyRequests) IsCode ¶
func (o *ExportConfigurationTooManyRequests) IsCode(code int) bool
IsCode returns true when this export configuration too many requests response a status code equal to that given
func (*ExportConfigurationTooManyRequests) IsRedirect ¶
func (o *ExportConfigurationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this export configuration too many requests response has a 3xx status code
func (*ExportConfigurationTooManyRequests) IsServerError ¶
func (o *ExportConfigurationTooManyRequests) IsServerError() bool
IsServerError returns true when this export configuration too many requests response has a 5xx status code
func (*ExportConfigurationTooManyRequests) IsSuccess ¶
func (o *ExportConfigurationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this export configuration too many requests response has a 2xx status code
func (*ExportConfigurationTooManyRequests) String ¶
func (o *ExportConfigurationTooManyRequests) String() string
type ExportConfigurationUnauthorized ¶
type ExportConfigurationUnauthorized struct {
}ExportConfigurationUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExportConfigurationUnauthorized ¶
func NewExportConfigurationUnauthorized() *ExportConfigurationUnauthorized
NewExportConfigurationUnauthorized creates a ExportConfigurationUnauthorized with default headers values
func (*ExportConfigurationUnauthorized) Code ¶
func (o *ExportConfigurationUnauthorized) Code() int
Code gets the status code for the export configuration unauthorized response
func (*ExportConfigurationUnauthorized) Error ¶
func (o *ExportConfigurationUnauthorized) Error() string
func (*ExportConfigurationUnauthorized) GetPayload ¶
func (o *ExportConfigurationUnauthorized) GetPayload() *models.Error
func (*ExportConfigurationUnauthorized) IsClientError ¶
func (o *ExportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this export configuration unauthorized response has a 4xx status code
func (*ExportConfigurationUnauthorized) IsCode ¶
func (o *ExportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this export configuration unauthorized response a status code equal to that given
func (*ExportConfigurationUnauthorized) IsRedirect ¶
func (o *ExportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this export configuration unauthorized response has a 3xx status code
func (*ExportConfigurationUnauthorized) IsServerError ¶
func (o *ExportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this export configuration unauthorized response has a 5xx status code
func (*ExportConfigurationUnauthorized) IsSuccess ¶
func (o *ExportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this export configuration unauthorized response has a 2xx status code
func (*ExportConfigurationUnauthorized) String ¶
func (o *ExportConfigurationUnauthorized) String() string
type ExportConfigurationUnprocessableEntity ¶
ExportConfigurationUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewExportConfigurationUnprocessableEntity ¶
func NewExportConfigurationUnprocessableEntity() *ExportConfigurationUnprocessableEntity
NewExportConfigurationUnprocessableEntity creates a ExportConfigurationUnprocessableEntity with default headers values
func (*ExportConfigurationUnprocessableEntity) Code ¶
func (o *ExportConfigurationUnprocessableEntity) Code() int
Code gets the status code for the export configuration unprocessable entity response
func (*ExportConfigurationUnprocessableEntity) Error ¶
func (o *ExportConfigurationUnprocessableEntity) Error() string
func (*ExportConfigurationUnprocessableEntity) GetPayload ¶
func (o *ExportConfigurationUnprocessableEntity) GetPayload() *models.Error
func (*ExportConfigurationUnprocessableEntity) IsClientError ¶
func (o *ExportConfigurationUnprocessableEntity) IsClientError() bool
IsClientError returns true when this export configuration unprocessable entity response has a 4xx status code
func (*ExportConfigurationUnprocessableEntity) IsCode ¶
func (o *ExportConfigurationUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this export configuration unprocessable entity response a status code equal to that given
func (*ExportConfigurationUnprocessableEntity) IsRedirect ¶
func (o *ExportConfigurationUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this export configuration unprocessable entity response has a 3xx status code
func (*ExportConfigurationUnprocessableEntity) IsServerError ¶
func (o *ExportConfigurationUnprocessableEntity) IsServerError() bool
IsServerError returns true when this export configuration unprocessable entity response has a 5xx status code
func (*ExportConfigurationUnprocessableEntity) IsSuccess ¶
func (o *ExportConfigurationUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this export configuration unprocessable entity response has a 2xx status code
func (*ExportConfigurationUnprocessableEntity) String ¶
func (o *ExportConfigurationUnprocessableEntity) String() string
type ImportConfigurationBadRequest ¶
ImportConfigurationBadRequest describes a response with status code 400, with default header values.
Bad request
func NewImportConfigurationBadRequest ¶
func NewImportConfigurationBadRequest() *ImportConfigurationBadRequest
NewImportConfigurationBadRequest creates a ImportConfigurationBadRequest with default headers values
func (*ImportConfigurationBadRequest) Code ¶
func (o *ImportConfigurationBadRequest) Code() int
Code gets the status code for the import configuration bad request response
func (*ImportConfigurationBadRequest) Error ¶
func (o *ImportConfigurationBadRequest) Error() string
func (*ImportConfigurationBadRequest) GetPayload ¶
func (o *ImportConfigurationBadRequest) GetPayload() *models.Error
func (*ImportConfigurationBadRequest) IsClientError ¶
func (o *ImportConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this import configuration bad request response has a 4xx status code
func (*ImportConfigurationBadRequest) IsCode ¶
func (o *ImportConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this import configuration bad request response a status code equal to that given
func (*ImportConfigurationBadRequest) IsRedirect ¶
func (o *ImportConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this import configuration bad request response has a 3xx status code
func (*ImportConfigurationBadRequest) IsServerError ¶
func (o *ImportConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this import configuration bad request response has a 5xx status code
func (*ImportConfigurationBadRequest) IsSuccess ¶
func (o *ImportConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this import configuration bad request response has a 2xx status code
func (*ImportConfigurationBadRequest) String ¶
func (o *ImportConfigurationBadRequest) String() string
type ImportConfigurationConflict ¶
ImportConfigurationConflict describes a response with status code 409, with default header values.
Conflict
func NewImportConfigurationConflict ¶
func NewImportConfigurationConflict() *ImportConfigurationConflict
NewImportConfigurationConflict creates a ImportConfigurationConflict with default headers values
func (*ImportConfigurationConflict) Code ¶
func (o *ImportConfigurationConflict) Code() int
Code gets the status code for the import configuration conflict response
func (*ImportConfigurationConflict) Error ¶
func (o *ImportConfigurationConflict) Error() string
func (*ImportConfigurationConflict) GetPayload ¶
func (o *ImportConfigurationConflict) GetPayload() *models.Error
func (*ImportConfigurationConflict) IsClientError ¶
func (o *ImportConfigurationConflict) IsClientError() bool
IsClientError returns true when this import configuration conflict response has a 4xx status code
func (*ImportConfigurationConflict) IsCode ¶
func (o *ImportConfigurationConflict) IsCode(code int) bool
IsCode returns true when this import configuration conflict response a status code equal to that given
func (*ImportConfigurationConflict) IsRedirect ¶
func (o *ImportConfigurationConflict) IsRedirect() bool
IsRedirect returns true when this import configuration conflict response has a 3xx status code
func (*ImportConfigurationConflict) IsServerError ¶
func (o *ImportConfigurationConflict) IsServerError() bool
IsServerError returns true when this import configuration conflict response has a 5xx status code
func (*ImportConfigurationConflict) IsSuccess ¶
func (o *ImportConfigurationConflict) IsSuccess() bool
IsSuccess returns true when this import configuration conflict response has a 2xx status code
func (*ImportConfigurationConflict) String ¶
func (o *ImportConfigurationConflict) String() string
type ImportConfigurationForbidden ¶
ImportConfigurationForbidden describes a response with status code 403, with default header values.
Forbidden
func NewImportConfigurationForbidden ¶
func NewImportConfigurationForbidden() *ImportConfigurationForbidden
NewImportConfigurationForbidden creates a ImportConfigurationForbidden with default headers values
func (*ImportConfigurationForbidden) Code ¶
func (o *ImportConfigurationForbidden) Code() int
Code gets the status code for the import configuration forbidden response
func (*ImportConfigurationForbidden) Error ¶
func (o *ImportConfigurationForbidden) Error() string
func (*ImportConfigurationForbidden) GetPayload ¶
func (o *ImportConfigurationForbidden) GetPayload() *models.Error
func (*ImportConfigurationForbidden) IsClientError ¶
func (o *ImportConfigurationForbidden) IsClientError() bool
IsClientError returns true when this import configuration forbidden response has a 4xx status code
func (*ImportConfigurationForbidden) IsCode ¶
func (o *ImportConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this import configuration forbidden response a status code equal to that given
func (*ImportConfigurationForbidden) IsRedirect ¶
func (o *ImportConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this import configuration forbidden response has a 3xx status code
func (*ImportConfigurationForbidden) IsServerError ¶
func (o *ImportConfigurationForbidden) IsServerError() bool
IsServerError returns true when this import configuration forbidden response has a 5xx status code
func (*ImportConfigurationForbidden) IsSuccess ¶
func (o *ImportConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this import configuration forbidden response has a 2xx status code
func (*ImportConfigurationForbidden) String ¶
func (o *ImportConfigurationForbidden) String() string
type ImportConfigurationNoContent ¶
type ImportConfigurationNoContent struct { }
ImportConfigurationNoContent describes a response with status code 204, with default header values.
configuration has been imported
func NewImportConfigurationNoContent ¶
func NewImportConfigurationNoContent() *ImportConfigurationNoContent
NewImportConfigurationNoContent creates a ImportConfigurationNoContent with default headers values
func (*ImportConfigurationNoContent) Code ¶
func (o *ImportConfigurationNoContent) Code() int
Code gets the status code for the import configuration no content response
func (*ImportConfigurationNoContent) Error ¶
func (o *ImportConfigurationNoContent) Error() string
func (*ImportConfigurationNoContent) IsClientError ¶
func (o *ImportConfigurationNoContent) IsClientError() bool
IsClientError returns true when this import configuration no content response has a 4xx status code
func (*ImportConfigurationNoContent) IsCode ¶
func (o *ImportConfigurationNoContent) IsCode(code int) bool
IsCode returns true when this import configuration no content response a status code equal to that given
func (*ImportConfigurationNoContent) IsRedirect ¶
func (o *ImportConfigurationNoContent) IsRedirect() bool
IsRedirect returns true when this import configuration no content response has a 3xx status code
func (*ImportConfigurationNoContent) IsServerError ¶
func (o *ImportConfigurationNoContent) IsServerError() bool
IsServerError returns true when this import configuration no content response has a 5xx status code
func (*ImportConfigurationNoContent) IsSuccess ¶
func (o *ImportConfigurationNoContent) IsSuccess() bool
IsSuccess returns true when this import configuration no content response has a 2xx status code
func (*ImportConfigurationNoContent) String ¶
func (o *ImportConfigurationNoContent) String() string
type ImportConfigurationNotFound ¶
ImportConfigurationNotFound describes a response with status code 404, with default header values.
Not found
func NewImportConfigurationNotFound ¶
func NewImportConfigurationNotFound() *ImportConfigurationNotFound
NewImportConfigurationNotFound creates a ImportConfigurationNotFound with default headers values
func (*ImportConfigurationNotFound) Code ¶
func (o *ImportConfigurationNotFound) Code() int
Code gets the status code for the import configuration not found response
func (*ImportConfigurationNotFound) Error ¶
func (o *ImportConfigurationNotFound) Error() string
func (*ImportConfigurationNotFound) GetPayload ¶
func (o *ImportConfigurationNotFound) GetPayload() *models.Error
func (*ImportConfigurationNotFound) IsClientError ¶
func (o *ImportConfigurationNotFound) IsClientError() bool
IsClientError returns true when this import configuration not found response has a 4xx status code
func (*ImportConfigurationNotFound) IsCode ¶
func (o *ImportConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this import configuration not found response a status code equal to that given
func (*ImportConfigurationNotFound) IsRedirect ¶
func (o *ImportConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this import configuration not found response has a 3xx status code
func (*ImportConfigurationNotFound) IsServerError ¶
func (o *ImportConfigurationNotFound) IsServerError() bool
IsServerError returns true when this import configuration not found response has a 5xx status code
func (*ImportConfigurationNotFound) IsSuccess ¶
func (o *ImportConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this import configuration not found response has a 2xx status code
func (*ImportConfigurationNotFound) String ¶
func (o *ImportConfigurationNotFound) String() string
type ImportConfigurationParams ¶
type ImportConfigurationParams struct { // Dump. Dump *models.Dump Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ImportConfigurationParams contains all the parameters to send to the API endpoint
for the import configuration operation. Typically these are written to a http.Request.
func NewImportConfigurationParams ¶
func NewImportConfigurationParams() *ImportConfigurationParams
NewImportConfigurationParams creates a new ImportConfigurationParams 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 NewImportConfigurationParamsWithContext ¶
func NewImportConfigurationParamsWithContext(ctx context.Context) *ImportConfigurationParams
NewImportConfigurationParamsWithContext creates a new ImportConfigurationParams object with the ability to set a context for a request.
func NewImportConfigurationParamsWithHTTPClient ¶
func NewImportConfigurationParamsWithHTTPClient(client *http.Client) *ImportConfigurationParams
NewImportConfigurationParamsWithHTTPClient creates a new ImportConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewImportConfigurationParamsWithTimeout ¶
func NewImportConfigurationParamsWithTimeout(timeout time.Duration) *ImportConfigurationParams
NewImportConfigurationParamsWithTimeout creates a new ImportConfigurationParams object with the ability to set a timeout on a request.
func (*ImportConfigurationParams) SetContext ¶
func (o *ImportConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the import configuration params
func (*ImportConfigurationParams) SetDefaults ¶
func (o *ImportConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the import configuration params (not the query body).
All values with no default are reset to their zero value.
func (*ImportConfigurationParams) SetDump ¶
func (o *ImportConfigurationParams) SetDump(dump *models.Dump)
SetDump adds the dump to the import configuration params
func (*ImportConfigurationParams) SetHTTPClient ¶
func (o *ImportConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the import configuration params
func (*ImportConfigurationParams) SetTimeout ¶
func (o *ImportConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the import configuration params
func (*ImportConfigurationParams) WithContext ¶
func (o *ImportConfigurationParams) WithContext(ctx context.Context) *ImportConfigurationParams
WithContext adds the context to the import configuration params
func (*ImportConfigurationParams) WithDefaults ¶
func (o *ImportConfigurationParams) WithDefaults() *ImportConfigurationParams
WithDefaults hydrates default values in the import configuration params (not the query body).
All values with no default are reset to their zero value.
func (*ImportConfigurationParams) WithDump ¶
func (o *ImportConfigurationParams) WithDump(dump *models.Dump) *ImportConfigurationParams
WithDump adds the dump to the import configuration params
func (*ImportConfigurationParams) WithHTTPClient ¶
func (o *ImportConfigurationParams) WithHTTPClient(client *http.Client) *ImportConfigurationParams
WithHTTPClient adds the HTTPClient to the import configuration params
func (*ImportConfigurationParams) WithTimeout ¶
func (o *ImportConfigurationParams) WithTimeout(timeout time.Duration) *ImportConfigurationParams
WithTimeout adds the timeout to the import configuration params
func (*ImportConfigurationParams) WriteToRequest ¶
func (o *ImportConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ImportConfigurationReader ¶
type ImportConfigurationReader struct {
// contains filtered or unexported fields
}
ImportConfigurationReader is a Reader for the ImportConfiguration structure.
func (*ImportConfigurationReader) ReadResponse ¶
func (o *ImportConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ImportConfigurationTooManyRequests ¶
ImportConfigurationTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewImportConfigurationTooManyRequests ¶
func NewImportConfigurationTooManyRequests() *ImportConfigurationTooManyRequests
NewImportConfigurationTooManyRequests creates a ImportConfigurationTooManyRequests with default headers values
func (*ImportConfigurationTooManyRequests) Code ¶
func (o *ImportConfigurationTooManyRequests) Code() int
Code gets the status code for the import configuration too many requests response
func (*ImportConfigurationTooManyRequests) Error ¶
func (o *ImportConfigurationTooManyRequests) Error() string
func (*ImportConfigurationTooManyRequests) GetPayload ¶
func (o *ImportConfigurationTooManyRequests) GetPayload() *models.Error
func (*ImportConfigurationTooManyRequests) IsClientError ¶
func (o *ImportConfigurationTooManyRequests) IsClientError() bool
IsClientError returns true when this import configuration too many requests response has a 4xx status code
func (*ImportConfigurationTooManyRequests) IsCode ¶
func (o *ImportConfigurationTooManyRequests) IsCode(code int) bool
IsCode returns true when this import configuration too many requests response a status code equal to that given
func (*ImportConfigurationTooManyRequests) IsRedirect ¶
func (o *ImportConfigurationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this import configuration too many requests response has a 3xx status code
func (*ImportConfigurationTooManyRequests) IsServerError ¶
func (o *ImportConfigurationTooManyRequests) IsServerError() bool
IsServerError returns true when this import configuration too many requests response has a 5xx status code
func (*ImportConfigurationTooManyRequests) IsSuccess ¶
func (o *ImportConfigurationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this import configuration too many requests response has a 2xx status code
func (*ImportConfigurationTooManyRequests) String ¶
func (o *ImportConfigurationTooManyRequests) String() string
type ImportConfigurationUnauthorized ¶
type ImportConfigurationUnauthorized struct {
}ImportConfigurationUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewImportConfigurationUnauthorized ¶
func NewImportConfigurationUnauthorized() *ImportConfigurationUnauthorized
NewImportConfigurationUnauthorized creates a ImportConfigurationUnauthorized with default headers values
func (*ImportConfigurationUnauthorized) Code ¶
func (o *ImportConfigurationUnauthorized) Code() int
Code gets the status code for the import configuration unauthorized response
func (*ImportConfigurationUnauthorized) Error ¶
func (o *ImportConfigurationUnauthorized) Error() string
func (*ImportConfigurationUnauthorized) GetPayload ¶
func (o *ImportConfigurationUnauthorized) GetPayload() *models.Error
func (*ImportConfigurationUnauthorized) IsClientError ¶
func (o *ImportConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this import configuration unauthorized response has a 4xx status code
func (*ImportConfigurationUnauthorized) IsCode ¶
func (o *ImportConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this import configuration unauthorized response a status code equal to that given
func (*ImportConfigurationUnauthorized) IsRedirect ¶
func (o *ImportConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this import configuration unauthorized response has a 3xx status code
func (*ImportConfigurationUnauthorized) IsServerError ¶
func (o *ImportConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this import configuration unauthorized response has a 5xx status code
func (*ImportConfigurationUnauthorized) IsSuccess ¶
func (o *ImportConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this import configuration unauthorized response has a 2xx status code
func (*ImportConfigurationUnauthorized) String ¶
func (o *ImportConfigurationUnauthorized) String() string
type ImportConfigurationUnprocessableEntity ¶
ImportConfigurationUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewImportConfigurationUnprocessableEntity ¶
func NewImportConfigurationUnprocessableEntity() *ImportConfigurationUnprocessableEntity
NewImportConfigurationUnprocessableEntity creates a ImportConfigurationUnprocessableEntity with default headers values
func (*ImportConfigurationUnprocessableEntity) Code ¶
func (o *ImportConfigurationUnprocessableEntity) Code() int
Code gets the status code for the import configuration unprocessable entity response
func (*ImportConfigurationUnprocessableEntity) Error ¶
func (o *ImportConfigurationUnprocessableEntity) Error() string
func (*ImportConfigurationUnprocessableEntity) GetPayload ¶
func (o *ImportConfigurationUnprocessableEntity) GetPayload() *models.Error
func (*ImportConfigurationUnprocessableEntity) IsClientError ¶
func (o *ImportConfigurationUnprocessableEntity) IsClientError() bool
IsClientError returns true when this import configuration unprocessable entity response has a 4xx status code
func (*ImportConfigurationUnprocessableEntity) IsCode ¶
func (o *ImportConfigurationUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this import configuration unprocessable entity response a status code equal to that given
func (*ImportConfigurationUnprocessableEntity) IsRedirect ¶
func (o *ImportConfigurationUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this import configuration unprocessable entity response has a 3xx status code
func (*ImportConfigurationUnprocessableEntity) IsServerError ¶
func (o *ImportConfigurationUnprocessableEntity) IsServerError() bool
IsServerError returns true when this import configuration unprocessable entity response has a 5xx status code
func (*ImportConfigurationUnprocessableEntity) IsSuccess ¶
func (o *ImportConfigurationUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this import configuration unprocessable entity response has a 2xx status code
func (*ImportConfigurationUnprocessableEntity) String ¶
func (o *ImportConfigurationUnprocessableEntity) String() string
type PatchConfigurationBadRequest ¶
PatchConfigurationBadRequest describes a response with status code 400, with default header values.
Bad request
func NewPatchConfigurationBadRequest ¶
func NewPatchConfigurationBadRequest() *PatchConfigurationBadRequest
NewPatchConfigurationBadRequest creates a PatchConfigurationBadRequest with default headers values
func (*PatchConfigurationBadRequest) Code ¶
func (o *PatchConfigurationBadRequest) Code() int
Code gets the status code for the patch configuration bad request response
func (*PatchConfigurationBadRequest) Error ¶
func (o *PatchConfigurationBadRequest) Error() string
func (*PatchConfigurationBadRequest) GetPayload ¶
func (o *PatchConfigurationBadRequest) GetPayload() *models.Error
func (*PatchConfigurationBadRequest) IsClientError ¶
func (o *PatchConfigurationBadRequest) IsClientError() bool
IsClientError returns true when this patch configuration bad request response has a 4xx status code
func (*PatchConfigurationBadRequest) IsCode ¶
func (o *PatchConfigurationBadRequest) IsCode(code int) bool
IsCode returns true when this patch configuration bad request response a status code equal to that given
func (*PatchConfigurationBadRequest) IsRedirect ¶
func (o *PatchConfigurationBadRequest) IsRedirect() bool
IsRedirect returns true when this patch configuration bad request response has a 3xx status code
func (*PatchConfigurationBadRequest) IsServerError ¶
func (o *PatchConfigurationBadRequest) IsServerError() bool
IsServerError returns true when this patch configuration bad request response has a 5xx status code
func (*PatchConfigurationBadRequest) IsSuccess ¶
func (o *PatchConfigurationBadRequest) IsSuccess() bool
IsSuccess returns true when this patch configuration bad request response has a 2xx status code
func (*PatchConfigurationBadRequest) String ¶
func (o *PatchConfigurationBadRequest) String() string
type PatchConfigurationForbidden ¶
PatchConfigurationForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchConfigurationForbidden ¶
func NewPatchConfigurationForbidden() *PatchConfigurationForbidden
NewPatchConfigurationForbidden creates a PatchConfigurationForbidden with default headers values
func (*PatchConfigurationForbidden) Code ¶
func (o *PatchConfigurationForbidden) Code() int
Code gets the status code for the patch configuration forbidden response
func (*PatchConfigurationForbidden) Error ¶
func (o *PatchConfigurationForbidden) Error() string
func (*PatchConfigurationForbidden) GetPayload ¶
func (o *PatchConfigurationForbidden) GetPayload() *models.Error
func (*PatchConfigurationForbidden) IsClientError ¶
func (o *PatchConfigurationForbidden) IsClientError() bool
IsClientError returns true when this patch configuration forbidden response has a 4xx status code
func (*PatchConfigurationForbidden) IsCode ¶
func (o *PatchConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this patch configuration forbidden response a status code equal to that given
func (*PatchConfigurationForbidden) IsRedirect ¶
func (o *PatchConfigurationForbidden) IsRedirect() bool
IsRedirect returns true when this patch configuration forbidden response has a 3xx status code
func (*PatchConfigurationForbidden) IsServerError ¶
func (o *PatchConfigurationForbidden) IsServerError() bool
IsServerError returns true when this patch configuration forbidden response has a 5xx status code
func (*PatchConfigurationForbidden) IsSuccess ¶
func (o *PatchConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this patch configuration forbidden response has a 2xx status code
func (*PatchConfigurationForbidden) String ¶
func (o *PatchConfigurationForbidden) String() string
type PatchConfigurationNoContent ¶
type PatchConfigurationNoContent struct { }
PatchConfigurationNoContent describes a response with status code 204, with default header values.
patch applied
func NewPatchConfigurationNoContent ¶
func NewPatchConfigurationNoContent() *PatchConfigurationNoContent
NewPatchConfigurationNoContent creates a PatchConfigurationNoContent with default headers values
func (*PatchConfigurationNoContent) Code ¶
func (o *PatchConfigurationNoContent) Code() int
Code gets the status code for the patch configuration no content response
func (*PatchConfigurationNoContent) Error ¶
func (o *PatchConfigurationNoContent) Error() string
func (*PatchConfigurationNoContent) IsClientError ¶
func (o *PatchConfigurationNoContent) IsClientError() bool
IsClientError returns true when this patch configuration no content response has a 4xx status code
func (*PatchConfigurationNoContent) IsCode ¶
func (o *PatchConfigurationNoContent) IsCode(code int) bool
IsCode returns true when this patch configuration no content response a status code equal to that given
func (*PatchConfigurationNoContent) IsRedirect ¶
func (o *PatchConfigurationNoContent) IsRedirect() bool
IsRedirect returns true when this patch configuration no content response has a 3xx status code
func (*PatchConfigurationNoContent) IsServerError ¶
func (o *PatchConfigurationNoContent) IsServerError() bool
IsServerError returns true when this patch configuration no content response has a 5xx status code
func (*PatchConfigurationNoContent) IsSuccess ¶
func (o *PatchConfigurationNoContent) IsSuccess() bool
IsSuccess returns true when this patch configuration no content response has a 2xx status code
func (*PatchConfigurationNoContent) String ¶
func (o *PatchConfigurationNoContent) String() string
type PatchConfigurationNotFound ¶
PatchConfigurationNotFound describes a response with status code 404, with default header values.
Not found
func NewPatchConfigurationNotFound ¶
func NewPatchConfigurationNotFound() *PatchConfigurationNotFound
NewPatchConfigurationNotFound creates a PatchConfigurationNotFound with default headers values
func (*PatchConfigurationNotFound) Code ¶
func (o *PatchConfigurationNotFound) Code() int
Code gets the status code for the patch configuration not found response
func (*PatchConfigurationNotFound) Error ¶
func (o *PatchConfigurationNotFound) Error() string
func (*PatchConfigurationNotFound) GetPayload ¶
func (o *PatchConfigurationNotFound) GetPayload() *models.Error
func (*PatchConfigurationNotFound) IsClientError ¶
func (o *PatchConfigurationNotFound) IsClientError() bool
IsClientError returns true when this patch configuration not found response has a 4xx status code
func (*PatchConfigurationNotFound) IsCode ¶
func (o *PatchConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this patch configuration not found response a status code equal to that given
func (*PatchConfigurationNotFound) IsRedirect ¶
func (o *PatchConfigurationNotFound) IsRedirect() bool
IsRedirect returns true when this patch configuration not found response has a 3xx status code
func (*PatchConfigurationNotFound) IsServerError ¶
func (o *PatchConfigurationNotFound) IsServerError() bool
IsServerError returns true when this patch configuration not found response has a 5xx status code
func (*PatchConfigurationNotFound) IsSuccess ¶
func (o *PatchConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this patch configuration not found response has a 2xx status code
func (*PatchConfigurationNotFound) String ¶
func (o *PatchConfigurationNotFound) String() string
type PatchConfigurationParams ¶
type PatchConfigurationParams struct { // Mode. // // Format: insertMode Mode *string // Patch. Patch models.Rfc6902PatchOperations /* Tid. Tenant id Default: "default" */ Tid *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchConfigurationParams contains all the parameters to send to the API endpoint
for the patch configuration operation. Typically these are written to a http.Request.
func NewPatchConfigurationParams ¶
func NewPatchConfigurationParams() *PatchConfigurationParams
NewPatchConfigurationParams creates a new PatchConfigurationParams 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 NewPatchConfigurationParamsWithContext ¶
func NewPatchConfigurationParamsWithContext(ctx context.Context) *PatchConfigurationParams
NewPatchConfigurationParamsWithContext creates a new PatchConfigurationParams object with the ability to set a context for a request.
func NewPatchConfigurationParamsWithHTTPClient ¶
func NewPatchConfigurationParamsWithHTTPClient(client *http.Client) *PatchConfigurationParams
NewPatchConfigurationParamsWithHTTPClient creates a new PatchConfigurationParams object with the ability to set a custom HTTPClient for a request.
func NewPatchConfigurationParamsWithTimeout ¶
func NewPatchConfigurationParamsWithTimeout(timeout time.Duration) *PatchConfigurationParams
NewPatchConfigurationParamsWithTimeout creates a new PatchConfigurationParams object with the ability to set a timeout on a request.
func (*PatchConfigurationParams) SetContext ¶
func (o *PatchConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the patch configuration params
func (*PatchConfigurationParams) SetDefaults ¶
func (o *PatchConfigurationParams) SetDefaults()
SetDefaults hydrates default values in the patch configuration params (not the query body).
All values with no default are reset to their zero value.
func (*PatchConfigurationParams) SetHTTPClient ¶
func (o *PatchConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch configuration params
func (*PatchConfigurationParams) SetMode ¶
func (o *PatchConfigurationParams) SetMode(mode *string)
SetMode adds the mode to the patch configuration params
func (*PatchConfigurationParams) SetPatch ¶
func (o *PatchConfigurationParams) SetPatch(patch models.Rfc6902PatchOperations)
SetPatch adds the patch to the patch configuration params
func (*PatchConfigurationParams) SetTid ¶
func (o *PatchConfigurationParams) SetTid(tid *string)
SetTid adds the tid to the patch configuration params
func (*PatchConfigurationParams) SetTimeout ¶
func (o *PatchConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch configuration params
func (*PatchConfigurationParams) WithContext ¶
func (o *PatchConfigurationParams) WithContext(ctx context.Context) *PatchConfigurationParams
WithContext adds the context to the patch configuration params
func (*PatchConfigurationParams) WithDefaults ¶
func (o *PatchConfigurationParams) WithDefaults() *PatchConfigurationParams
WithDefaults hydrates default values in the patch configuration params (not the query body).
All values with no default are reset to their zero value.
func (*PatchConfigurationParams) WithHTTPClient ¶
func (o *PatchConfigurationParams) WithHTTPClient(client *http.Client) *PatchConfigurationParams
WithHTTPClient adds the HTTPClient to the patch configuration params
func (*PatchConfigurationParams) WithMode ¶
func (o *PatchConfigurationParams) WithMode(mode *string) *PatchConfigurationParams
WithMode adds the mode to the patch configuration params
func (*PatchConfigurationParams) WithPatch ¶
func (o *PatchConfigurationParams) WithPatch(patch models.Rfc6902PatchOperations) *PatchConfigurationParams
WithPatch adds the patch to the patch configuration params
func (*PatchConfigurationParams) WithTid ¶
func (o *PatchConfigurationParams) WithTid(tid *string) *PatchConfigurationParams
WithTid adds the tid to the patch configuration params
func (*PatchConfigurationParams) WithTimeout ¶
func (o *PatchConfigurationParams) WithTimeout(timeout time.Duration) *PatchConfigurationParams
WithTimeout adds the timeout to the patch configuration params
func (*PatchConfigurationParams) WriteToRequest ¶
func (o *PatchConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchConfigurationReader ¶
type PatchConfigurationReader struct {
// contains filtered or unexported fields
}
PatchConfigurationReader is a Reader for the PatchConfiguration structure.
func (*PatchConfigurationReader) ReadResponse ¶
func (o *PatchConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchConfigurationTooManyRequests ¶
PatchConfigurationTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewPatchConfigurationTooManyRequests ¶
func NewPatchConfigurationTooManyRequests() *PatchConfigurationTooManyRequests
NewPatchConfigurationTooManyRequests creates a PatchConfigurationTooManyRequests with default headers values
func (*PatchConfigurationTooManyRequests) Code ¶
func (o *PatchConfigurationTooManyRequests) Code() int
Code gets the status code for the patch configuration too many requests response
func (*PatchConfigurationTooManyRequests) Error ¶
func (o *PatchConfigurationTooManyRequests) Error() string
func (*PatchConfigurationTooManyRequests) GetPayload ¶
func (o *PatchConfigurationTooManyRequests) GetPayload() *models.Error
func (*PatchConfigurationTooManyRequests) IsClientError ¶
func (o *PatchConfigurationTooManyRequests) IsClientError() bool
IsClientError returns true when this patch configuration too many requests response has a 4xx status code
func (*PatchConfigurationTooManyRequests) IsCode ¶
func (o *PatchConfigurationTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch configuration too many requests response a status code equal to that given
func (*PatchConfigurationTooManyRequests) IsRedirect ¶
func (o *PatchConfigurationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch configuration too many requests response has a 3xx status code
func (*PatchConfigurationTooManyRequests) IsServerError ¶
func (o *PatchConfigurationTooManyRequests) IsServerError() bool
IsServerError returns true when this patch configuration too many requests response has a 5xx status code
func (*PatchConfigurationTooManyRequests) IsSuccess ¶
func (o *PatchConfigurationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch configuration too many requests response has a 2xx status code
func (*PatchConfigurationTooManyRequests) String ¶
func (o *PatchConfigurationTooManyRequests) String() string
type PatchConfigurationUnauthorized ¶
type PatchConfigurationUnauthorized struct {
}PatchConfigurationUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPatchConfigurationUnauthorized ¶
func NewPatchConfigurationUnauthorized() *PatchConfigurationUnauthorized
NewPatchConfigurationUnauthorized creates a PatchConfigurationUnauthorized with default headers values
func (*PatchConfigurationUnauthorized) Code ¶
func (o *PatchConfigurationUnauthorized) Code() int
Code gets the status code for the patch configuration unauthorized response
func (*PatchConfigurationUnauthorized) Error ¶
func (o *PatchConfigurationUnauthorized) Error() string
func (*PatchConfigurationUnauthorized) GetPayload ¶
func (o *PatchConfigurationUnauthorized) GetPayload() *models.Error
func (*PatchConfigurationUnauthorized) IsClientError ¶
func (o *PatchConfigurationUnauthorized) IsClientError() bool
IsClientError returns true when this patch configuration unauthorized response has a 4xx status code
func (*PatchConfigurationUnauthorized) IsCode ¶
func (o *PatchConfigurationUnauthorized) IsCode(code int) bool
IsCode returns true when this patch configuration unauthorized response a status code equal to that given
func (*PatchConfigurationUnauthorized) IsRedirect ¶
func (o *PatchConfigurationUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch configuration unauthorized response has a 3xx status code
func (*PatchConfigurationUnauthorized) IsServerError ¶
func (o *PatchConfigurationUnauthorized) IsServerError() bool
IsServerError returns true when this patch configuration unauthorized response has a 5xx status code
func (*PatchConfigurationUnauthorized) IsSuccess ¶
func (o *PatchConfigurationUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch configuration unauthorized response has a 2xx status code
func (*PatchConfigurationUnauthorized) String ¶
func (o *PatchConfigurationUnauthorized) String() string
type PatchConfigurationUnprocessableEntity ¶
PatchConfigurationUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewPatchConfigurationUnprocessableEntity ¶
func NewPatchConfigurationUnprocessableEntity() *PatchConfigurationUnprocessableEntity
NewPatchConfigurationUnprocessableEntity creates a PatchConfigurationUnprocessableEntity with default headers values
func (*PatchConfigurationUnprocessableEntity) Code ¶
func (o *PatchConfigurationUnprocessableEntity) Code() int
Code gets the status code for the patch configuration unprocessable entity response
func (*PatchConfigurationUnprocessableEntity) Error ¶
func (o *PatchConfigurationUnprocessableEntity) Error() string
func (*PatchConfigurationUnprocessableEntity) GetPayload ¶
func (o *PatchConfigurationUnprocessableEntity) GetPayload() *models.Error
func (*PatchConfigurationUnprocessableEntity) IsClientError ¶
func (o *PatchConfigurationUnprocessableEntity) IsClientError() bool
IsClientError returns true when this patch configuration unprocessable entity response has a 4xx status code
func (*PatchConfigurationUnprocessableEntity) IsCode ¶
func (o *PatchConfigurationUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this patch configuration unprocessable entity response a status code equal to that given
func (*PatchConfigurationUnprocessableEntity) IsRedirect ¶
func (o *PatchConfigurationUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this patch configuration unprocessable entity response has a 3xx status code
func (*PatchConfigurationUnprocessableEntity) IsServerError ¶
func (o *PatchConfigurationUnprocessableEntity) IsServerError() bool
IsServerError returns true when this patch configuration unprocessable entity response has a 5xx status code
func (*PatchConfigurationUnprocessableEntity) IsSuccess ¶
func (o *PatchConfigurationUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this patch configuration unprocessable entity response has a 2xx status code
func (*PatchConfigurationUnprocessableEntity) String ¶
func (o *PatchConfigurationUnprocessableEntity) String() string