configuration

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for 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 is the option for 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.

type ExportConfigurationBadRequest

type ExportConfigurationBadRequest struct {
	Payload *models.Error
}

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

Code gets the status code for the export configuration bad request response

func (*ExportConfigurationBadRequest) Error

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

type ExportConfigurationForbidden

type ExportConfigurationForbidden struct {
	Payload *models.Error
}

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

Code gets the status code for the export configuration forbidden response

func (*ExportConfigurationForbidden) Error

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

type ExportConfigurationNotFound

type ExportConfigurationNotFound struct {
	Payload *models.Error
}

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 (*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

type ExportConfigurationOK struct {
	Payload *models.Dump
}

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

WithContext adds the context to the export configuration params

func (*ExportConfigurationParams) WithDefaults

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

WithTid adds the tid to the export configuration params

func (*ExportConfigurationParams) WithTimeout

WithTimeout adds the timeout to the export configuration params

func (*ExportConfigurationParams) WriteToRequest

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

type ExportConfigurationTooManyRequests struct {
	Payload *models.Error
}

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

Code gets the status code for the export configuration too many requests response

func (*ExportConfigurationTooManyRequests) Error

func (*ExportConfigurationTooManyRequests) GetPayload

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

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

IsSuccess returns true when this export configuration too many requests response has a 2xx status code

func (*ExportConfigurationTooManyRequests) String

type ExportConfigurationUnauthorized

type ExportConfigurationUnauthorized struct {
	Payload *models.Error
}

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

Code gets the status code for the export configuration unauthorized response

func (*ExportConfigurationUnauthorized) Error

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

type ExportConfigurationUnprocessableEntity

type ExportConfigurationUnprocessableEntity struct {
	Payload *models.Error
}

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

Code gets the status code for the export configuration unprocessable entity response

func (*ExportConfigurationUnprocessableEntity) Error

func (*ExportConfigurationUnprocessableEntity) GetPayload

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

IsCode returns true when this export configuration unprocessable entity response a status code equal to that given

func (*ExportConfigurationUnprocessableEntity) IsRedirect

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

IsSuccess returns true when this export configuration unprocessable entity response has a 2xx status code

func (*ExportConfigurationUnprocessableEntity) String

type ImportConfigurationBadRequest

type ImportConfigurationBadRequest struct {
	Payload *models.Error
}

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

Code gets the status code for the import configuration bad request response

func (*ImportConfigurationBadRequest) Error

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

type ImportConfigurationConflict

type ImportConfigurationConflict struct {
	Payload *models.Error
}

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 (*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

type ImportConfigurationForbidden struct {
	Payload *models.Error
}

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

Code gets the status code for the import configuration forbidden response

func (*ImportConfigurationForbidden) Error

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

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

Code gets the status code for the import configuration no content response

func (*ImportConfigurationNoContent) Error

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

type ImportConfigurationNotFound

type ImportConfigurationNotFound struct {
	Payload *models.Error
}

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 (*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

WithContext adds the context to the import configuration params

func (*ImportConfigurationParams) WithDefaults

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

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

WithTimeout adds the timeout to the import configuration params

func (*ImportConfigurationParams) WriteToRequest

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

type ImportConfigurationTooManyRequests struct {
	Payload *models.Error
}

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

Code gets the status code for the import configuration too many requests response

func (*ImportConfigurationTooManyRequests) Error

func (*ImportConfigurationTooManyRequests) GetPayload

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

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

IsSuccess returns true when this import configuration too many requests response has a 2xx status code

func (*ImportConfigurationTooManyRequests) String

type ImportConfigurationUnauthorized

type ImportConfigurationUnauthorized struct {
	Payload *models.Error
}

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

Code gets the status code for the import configuration unauthorized response

func (*ImportConfigurationUnauthorized) Error

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

type ImportConfigurationUnprocessableEntity

type ImportConfigurationUnprocessableEntity struct {
	Payload *models.Error
}

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

Code gets the status code for the import configuration unprocessable entity response

func (*ImportConfigurationUnprocessableEntity) Error

func (*ImportConfigurationUnprocessableEntity) GetPayload

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

IsCode returns true when this import configuration unprocessable entity response a status code equal to that given

func (*ImportConfigurationUnprocessableEntity) IsRedirect

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

IsSuccess returns true when this import configuration unprocessable entity response has a 2xx status code

func (*ImportConfigurationUnprocessableEntity) String

type PatchConfigurationBadRequest

type PatchConfigurationBadRequest struct {
	Payload *models.Error
}

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

Code gets the status code for the patch configuration bad request response

func (*PatchConfigurationBadRequest) Error

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

type PatchConfigurationForbidden

type PatchConfigurationForbidden struct {
	Payload *models.Error
}

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 (*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 (*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

type PatchConfigurationNotFound struct {
	Payload *models.Error
}

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 (*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

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

WithContext adds the context to the patch configuration params

func (*PatchConfigurationParams) WithDefaults

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

WithMode adds the mode to the patch configuration params

func (*PatchConfigurationParams) WithPatch

WithPatch adds the patch to the patch configuration params

func (*PatchConfigurationParams) WithTid

WithTid adds the tid to the patch configuration params

func (*PatchConfigurationParams) WithTimeout

WithTimeout adds the timeout to the patch configuration params

func (*PatchConfigurationParams) WriteToRequest

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

type PatchConfigurationTooManyRequests struct {
	Payload *models.Error
}

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

Code gets the status code for the patch configuration too many requests response

func (*PatchConfigurationTooManyRequests) Error

func (*PatchConfigurationTooManyRequests) GetPayload

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

type PatchConfigurationUnauthorized

type PatchConfigurationUnauthorized struct {
	Payload *models.Error
}

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

Code gets the status code for the patch configuration unauthorized response

func (*PatchConfigurationUnauthorized) Error

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

type PatchConfigurationUnprocessableEntity

type PatchConfigurationUnprocessableEntity struct {
	Payload *models.Error
}

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

Code gets the status code for the patch configuration unprocessable entity response

func (*PatchConfigurationUnprocessableEntity) Error

func (*PatchConfigurationUnprocessableEntity) GetPayload

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

IsCode returns true when this patch configuration unprocessable entity response a status code equal to that given

func (*PatchConfigurationUnprocessableEntity) IsRedirect

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

IsSuccess returns true when this patch configuration unprocessable entity response has a 2xx status code

func (*PatchConfigurationUnprocessableEntity) String

Jump to

Keyboard shortcuts

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