Documentation ¶
Index ¶
- func WithAcceptApplicationJSON(r *runtime.ClientOperation)
- func WithAcceptTextCsv(r *runtime.ClientOperation)
- type Client
- func (a *Client) ExportSystemConfig(params *ExportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ExportSystemConfigOK, error)
- func (a *Client) ImportSystemConfig(params *ImportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ImportSystemConfigNoContent, error)
- func (a *Client) PatchSystemConfigRfc6902(params *PatchSystemConfigRfc6902Params, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchSystemConfigRfc6902NoContent, error)
- func (a *Client) PatchSystemConfigRfc7396(params *PatchSystemConfigRfc7396Params, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchSystemConfigRfc7396NoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ExportSystemConfigBadRequest
- func (o *ExportSystemConfigBadRequest) Code() int
- func (o *ExportSystemConfigBadRequest) Error() string
- func (o *ExportSystemConfigBadRequest) GetPayload() *models.Error
- func (o *ExportSystemConfigBadRequest) IsClientError() bool
- func (o *ExportSystemConfigBadRequest) IsCode(code int) bool
- func (o *ExportSystemConfigBadRequest) IsRedirect() bool
- func (o *ExportSystemConfigBadRequest) IsServerError() bool
- func (o *ExportSystemConfigBadRequest) IsSuccess() bool
- func (o *ExportSystemConfigBadRequest) String() string
- type ExportSystemConfigForbidden
- func (o *ExportSystemConfigForbidden) Code() int
- func (o *ExportSystemConfigForbidden) Error() string
- func (o *ExportSystemConfigForbidden) GetPayload() *models.Error
- func (o *ExportSystemConfigForbidden) IsClientError() bool
- func (o *ExportSystemConfigForbidden) IsCode(code int) bool
- func (o *ExportSystemConfigForbidden) IsRedirect() bool
- func (o *ExportSystemConfigForbidden) IsServerError() bool
- func (o *ExportSystemConfigForbidden) IsSuccess() bool
- func (o *ExportSystemConfigForbidden) String() string
- type ExportSystemConfigNotFound
- func (o *ExportSystemConfigNotFound) Code() int
- func (o *ExportSystemConfigNotFound) Error() string
- func (o *ExportSystemConfigNotFound) GetPayload() *models.Error
- func (o *ExportSystemConfigNotFound) IsClientError() bool
- func (o *ExportSystemConfigNotFound) IsCode(code int) bool
- func (o *ExportSystemConfigNotFound) IsRedirect() bool
- func (o *ExportSystemConfigNotFound) IsServerError() bool
- func (o *ExportSystemConfigNotFound) IsSuccess() bool
- func (o *ExportSystemConfigNotFound) String() string
- type ExportSystemConfigOK
- func (o *ExportSystemConfigOK) Code() int
- func (o *ExportSystemConfigOK) Error() string
- func (o *ExportSystemConfigOK) GetPayload() *models.TreeTenant
- func (o *ExportSystemConfigOK) IsClientError() bool
- func (o *ExportSystemConfigOK) IsCode(code int) bool
- func (o *ExportSystemConfigOK) IsRedirect() bool
- func (o *ExportSystemConfigOK) IsServerError() bool
- func (o *ExportSystemConfigOK) IsSuccess() bool
- func (o *ExportSystemConfigOK) String() string
- type ExportSystemConfigParams
- func NewExportSystemConfigParams() *ExportSystemConfigParams
- func NewExportSystemConfigParamsWithContext(ctx context.Context) *ExportSystemConfigParams
- func NewExportSystemConfigParamsWithHTTPClient(client *http.Client) *ExportSystemConfigParams
- func NewExportSystemConfigParamsWithTimeout(timeout time.Duration) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) SetContext(ctx context.Context)
- func (o *ExportSystemConfigParams) SetDefaults()
- func (o *ExportSystemConfigParams) SetHTTPClient(client *http.Client)
- func (o *ExportSystemConfigParams) SetTid(tid string)
- func (o *ExportSystemConfigParams) SetTimeout(timeout time.Duration)
- func (o *ExportSystemConfigParams) SetWithCredentials(withCredentials *bool)
- func (o *ExportSystemConfigParams) WithContext(ctx context.Context) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WithDefaults() *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WithHTTPClient(client *http.Client) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WithTid(tid string) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WithTimeout(timeout time.Duration) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WithWithCredentials(withCredentials *bool) *ExportSystemConfigParams
- func (o *ExportSystemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExportSystemConfigReader
- type ExportSystemConfigTooManyRequests
- func (o *ExportSystemConfigTooManyRequests) Code() int
- func (o *ExportSystemConfigTooManyRequests) Error() string
- func (o *ExportSystemConfigTooManyRequests) GetPayload() *models.Error
- func (o *ExportSystemConfigTooManyRequests) IsClientError() bool
- func (o *ExportSystemConfigTooManyRequests) IsCode(code int) bool
- func (o *ExportSystemConfigTooManyRequests) IsRedirect() bool
- func (o *ExportSystemConfigTooManyRequests) IsServerError() bool
- func (o *ExportSystemConfigTooManyRequests) IsSuccess() bool
- func (o *ExportSystemConfigTooManyRequests) String() string
- type ExportSystemConfigUnauthorized
- func (o *ExportSystemConfigUnauthorized) Code() int
- func (o *ExportSystemConfigUnauthorized) Error() string
- func (o *ExportSystemConfigUnauthorized) GetPayload() *models.Error
- func (o *ExportSystemConfigUnauthorized) IsClientError() bool
- func (o *ExportSystemConfigUnauthorized) IsCode(code int) bool
- func (o *ExportSystemConfigUnauthorized) IsRedirect() bool
- func (o *ExportSystemConfigUnauthorized) IsServerError() bool
- func (o *ExportSystemConfigUnauthorized) IsSuccess() bool
- func (o *ExportSystemConfigUnauthorized) String() string
- type ExportSystemConfigUnprocessableEntity
- func (o *ExportSystemConfigUnprocessableEntity) Code() int
- func (o *ExportSystemConfigUnprocessableEntity) Error() string
- func (o *ExportSystemConfigUnprocessableEntity) GetPayload() *models.Error
- func (o *ExportSystemConfigUnprocessableEntity) IsClientError() bool
- func (o *ExportSystemConfigUnprocessableEntity) IsCode(code int) bool
- func (o *ExportSystemConfigUnprocessableEntity) IsRedirect() bool
- func (o *ExportSystemConfigUnprocessableEntity) IsServerError() bool
- func (o *ExportSystemConfigUnprocessableEntity) IsSuccess() bool
- func (o *ExportSystemConfigUnprocessableEntity) String() string
- type ImportSystemConfigBadRequest
- func (o *ImportSystemConfigBadRequest) Code() int
- func (o *ImportSystemConfigBadRequest) Error() string
- func (o *ImportSystemConfigBadRequest) GetPayload() *models.Error
- func (o *ImportSystemConfigBadRequest) IsClientError() bool
- func (o *ImportSystemConfigBadRequest) IsCode(code int) bool
- func (o *ImportSystemConfigBadRequest) IsRedirect() bool
- func (o *ImportSystemConfigBadRequest) IsServerError() bool
- func (o *ImportSystemConfigBadRequest) IsSuccess() bool
- func (o *ImportSystemConfigBadRequest) String() string
- type ImportSystemConfigForbidden
- func (o *ImportSystemConfigForbidden) Code() int
- func (o *ImportSystemConfigForbidden) Error() string
- func (o *ImportSystemConfigForbidden) GetPayload() *models.Error
- func (o *ImportSystemConfigForbidden) IsClientError() bool
- func (o *ImportSystemConfigForbidden) IsCode(code int) bool
- func (o *ImportSystemConfigForbidden) IsRedirect() bool
- func (o *ImportSystemConfigForbidden) IsServerError() bool
- func (o *ImportSystemConfigForbidden) IsSuccess() bool
- func (o *ImportSystemConfigForbidden) String() string
- type ImportSystemConfigNoContent
- func (o *ImportSystemConfigNoContent) Code() int
- func (o *ImportSystemConfigNoContent) Error() string
- func (o *ImportSystemConfigNoContent) IsClientError() bool
- func (o *ImportSystemConfigNoContent) IsCode(code int) bool
- func (o *ImportSystemConfigNoContent) IsRedirect() bool
- func (o *ImportSystemConfigNoContent) IsServerError() bool
- func (o *ImportSystemConfigNoContent) IsSuccess() bool
- func (o *ImportSystemConfigNoContent) String() string
- type ImportSystemConfigNotFound
- func (o *ImportSystemConfigNotFound) Code() int
- func (o *ImportSystemConfigNotFound) Error() string
- func (o *ImportSystemConfigNotFound) GetPayload() *models.Error
- func (o *ImportSystemConfigNotFound) IsClientError() bool
- func (o *ImportSystemConfigNotFound) IsCode(code int) bool
- func (o *ImportSystemConfigNotFound) IsRedirect() bool
- func (o *ImportSystemConfigNotFound) IsServerError() bool
- func (o *ImportSystemConfigNotFound) IsSuccess() bool
- func (o *ImportSystemConfigNotFound) String() string
- type ImportSystemConfigParams
- func NewImportSystemConfigParams() *ImportSystemConfigParams
- func NewImportSystemConfigParamsWithContext(ctx context.Context) *ImportSystemConfigParams
- func NewImportSystemConfigParamsWithHTTPClient(client *http.Client) *ImportSystemConfigParams
- func NewImportSystemConfigParamsWithTimeout(timeout time.Duration) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) SetConfig(config *models.TreeTenant)
- func (o *ImportSystemConfigParams) SetContext(ctx context.Context)
- func (o *ImportSystemConfigParams) SetDefaults()
- func (o *ImportSystemConfigParams) SetDryRun(dryRun *string)
- func (o *ImportSystemConfigParams) SetHTTPClient(client *http.Client)
- func (o *ImportSystemConfigParams) SetMode(mode *string)
- func (o *ImportSystemConfigParams) SetTid(tid string)
- func (o *ImportSystemConfigParams) SetTimeout(timeout time.Duration)
- func (o *ImportSystemConfigParams) WithConfig(config *models.TreeTenant) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithContext(ctx context.Context) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithDefaults() *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithDryRun(dryRun *string) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithHTTPClient(client *http.Client) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithMode(mode *string) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithTid(tid string) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WithTimeout(timeout time.Duration) *ImportSystemConfigParams
- func (o *ImportSystemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImportSystemConfigReader
- type ImportSystemConfigTooManyRequests
- func (o *ImportSystemConfigTooManyRequests) Code() int
- func (o *ImportSystemConfigTooManyRequests) Error() string
- func (o *ImportSystemConfigTooManyRequests) GetPayload() *models.Error
- func (o *ImportSystemConfigTooManyRequests) IsClientError() bool
- func (o *ImportSystemConfigTooManyRequests) IsCode(code int) bool
- func (o *ImportSystemConfigTooManyRequests) IsRedirect() bool
- func (o *ImportSystemConfigTooManyRequests) IsServerError() bool
- func (o *ImportSystemConfigTooManyRequests) IsSuccess() bool
- func (o *ImportSystemConfigTooManyRequests) String() string
- type ImportSystemConfigUnauthorized
- func (o *ImportSystemConfigUnauthorized) Code() int
- func (o *ImportSystemConfigUnauthorized) Error() string
- func (o *ImportSystemConfigUnauthorized) GetPayload() *models.Error
- func (o *ImportSystemConfigUnauthorized) IsClientError() bool
- func (o *ImportSystemConfigUnauthorized) IsCode(code int) bool
- func (o *ImportSystemConfigUnauthorized) IsRedirect() bool
- func (o *ImportSystemConfigUnauthorized) IsServerError() bool
- func (o *ImportSystemConfigUnauthorized) IsSuccess() bool
- func (o *ImportSystemConfigUnauthorized) String() string
- type ImportSystemConfigUnprocessableEntity
- func (o *ImportSystemConfigUnprocessableEntity) Code() int
- func (o *ImportSystemConfigUnprocessableEntity) Error() string
- func (o *ImportSystemConfigUnprocessableEntity) GetPayload() *models.Error
- func (o *ImportSystemConfigUnprocessableEntity) IsClientError() bool
- func (o *ImportSystemConfigUnprocessableEntity) IsCode(code int) bool
- func (o *ImportSystemConfigUnprocessableEntity) IsRedirect() bool
- func (o *ImportSystemConfigUnprocessableEntity) IsServerError() bool
- func (o *ImportSystemConfigUnprocessableEntity) IsSuccess() bool
- func (o *ImportSystemConfigUnprocessableEntity) String() string
- type PatchSystemConfigRfc6902BadRequest
- func (o *PatchSystemConfigRfc6902BadRequest) Code() int
- func (o *PatchSystemConfigRfc6902BadRequest) Error() string
- func (o *PatchSystemConfigRfc6902BadRequest) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902BadRequest) IsClientError() bool
- func (o *PatchSystemConfigRfc6902BadRequest) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902BadRequest) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902BadRequest) IsServerError() bool
- func (o *PatchSystemConfigRfc6902BadRequest) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902BadRequest) String() string
- type PatchSystemConfigRfc6902Forbidden
- func (o *PatchSystemConfigRfc6902Forbidden) Code() int
- func (o *PatchSystemConfigRfc6902Forbidden) Error() string
- func (o *PatchSystemConfigRfc6902Forbidden) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902Forbidden) IsClientError() bool
- func (o *PatchSystemConfigRfc6902Forbidden) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902Forbidden) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902Forbidden) IsServerError() bool
- func (o *PatchSystemConfigRfc6902Forbidden) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902Forbidden) String() string
- type PatchSystemConfigRfc6902NoContent
- func (o *PatchSystemConfigRfc6902NoContent) Code() int
- func (o *PatchSystemConfigRfc6902NoContent) Error() string
- func (o *PatchSystemConfigRfc6902NoContent) IsClientError() bool
- func (o *PatchSystemConfigRfc6902NoContent) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902NoContent) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902NoContent) IsServerError() bool
- func (o *PatchSystemConfigRfc6902NoContent) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902NoContent) String() string
- type PatchSystemConfigRfc6902NotFound
- func (o *PatchSystemConfigRfc6902NotFound) Code() int
- func (o *PatchSystemConfigRfc6902NotFound) Error() string
- func (o *PatchSystemConfigRfc6902NotFound) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902NotFound) IsClientError() bool
- func (o *PatchSystemConfigRfc6902NotFound) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902NotFound) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902NotFound) IsServerError() bool
- func (o *PatchSystemConfigRfc6902NotFound) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902NotFound) String() string
- type PatchSystemConfigRfc6902Params
- func NewPatchSystemConfigRfc6902Params() *PatchSystemConfigRfc6902Params
- func NewPatchSystemConfigRfc6902ParamsWithContext(ctx context.Context) *PatchSystemConfigRfc6902Params
- func NewPatchSystemConfigRfc6902ParamsWithHTTPClient(client *http.Client) *PatchSystemConfigRfc6902Params
- func NewPatchSystemConfigRfc6902ParamsWithTimeout(timeout time.Duration) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) SetContext(ctx context.Context)
- func (o *PatchSystemConfigRfc6902Params) SetDefaults()
- func (o *PatchSystemConfigRfc6902Params) SetDryRun(dryRun *string)
- func (o *PatchSystemConfigRfc6902Params) SetHTTPClient(client *http.Client)
- func (o *PatchSystemConfigRfc6902Params) SetMode(mode *string)
- func (o *PatchSystemConfigRfc6902Params) SetPatch(patch models.Rfc6902PatchOperations)
- func (o *PatchSystemConfigRfc6902Params) SetTid(tid string)
- func (o *PatchSystemConfigRfc6902Params) SetTimeout(timeout time.Duration)
- func (o *PatchSystemConfigRfc6902Params) WithContext(ctx context.Context) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithDefaults() *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithDryRun(dryRun *string) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithHTTPClient(client *http.Client) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithMode(mode *string) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithPatch(patch models.Rfc6902PatchOperations) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithTid(tid string) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WithTimeout(timeout time.Duration) *PatchSystemConfigRfc6902Params
- func (o *PatchSystemConfigRfc6902Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchSystemConfigRfc6902Reader
- type PatchSystemConfigRfc6902TooManyRequests
- func (o *PatchSystemConfigRfc6902TooManyRequests) Code() int
- func (o *PatchSystemConfigRfc6902TooManyRequests) Error() string
- func (o *PatchSystemConfigRfc6902TooManyRequests) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902TooManyRequests) IsClientError() bool
- func (o *PatchSystemConfigRfc6902TooManyRequests) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902TooManyRequests) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902TooManyRequests) IsServerError() bool
- func (o *PatchSystemConfigRfc6902TooManyRequests) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902TooManyRequests) String() string
- type PatchSystemConfigRfc6902Unauthorized
- func (o *PatchSystemConfigRfc6902Unauthorized) Code() int
- func (o *PatchSystemConfigRfc6902Unauthorized) Error() string
- func (o *PatchSystemConfigRfc6902Unauthorized) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902Unauthorized) IsClientError() bool
- func (o *PatchSystemConfigRfc6902Unauthorized) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902Unauthorized) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902Unauthorized) IsServerError() bool
- func (o *PatchSystemConfigRfc6902Unauthorized) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902Unauthorized) String() string
- type PatchSystemConfigRfc6902UnprocessableEntity
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) Code() int
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) Error() string
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsClientError() bool
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsCode(code int) bool
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsRedirect() bool
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsServerError() bool
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsSuccess() bool
- func (o *PatchSystemConfigRfc6902UnprocessableEntity) String() string
- type PatchSystemConfigRfc7396BadRequest
- func (o *PatchSystemConfigRfc7396BadRequest) Code() int
- func (o *PatchSystemConfigRfc7396BadRequest) Error() string
- func (o *PatchSystemConfigRfc7396BadRequest) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396BadRequest) IsClientError() bool
- func (o *PatchSystemConfigRfc7396BadRequest) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396BadRequest) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396BadRequest) IsServerError() bool
- func (o *PatchSystemConfigRfc7396BadRequest) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396BadRequest) String() string
- type PatchSystemConfigRfc7396Forbidden
- func (o *PatchSystemConfigRfc7396Forbidden) Code() int
- func (o *PatchSystemConfigRfc7396Forbidden) Error() string
- func (o *PatchSystemConfigRfc7396Forbidden) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396Forbidden) IsClientError() bool
- func (o *PatchSystemConfigRfc7396Forbidden) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396Forbidden) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396Forbidden) IsServerError() bool
- func (o *PatchSystemConfigRfc7396Forbidden) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396Forbidden) String() string
- type PatchSystemConfigRfc7396NoContent
- func (o *PatchSystemConfigRfc7396NoContent) Code() int
- func (o *PatchSystemConfigRfc7396NoContent) Error() string
- func (o *PatchSystemConfigRfc7396NoContent) IsClientError() bool
- func (o *PatchSystemConfigRfc7396NoContent) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396NoContent) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396NoContent) IsServerError() bool
- func (o *PatchSystemConfigRfc7396NoContent) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396NoContent) String() string
- type PatchSystemConfigRfc7396NotFound
- func (o *PatchSystemConfigRfc7396NotFound) Code() int
- func (o *PatchSystemConfigRfc7396NotFound) Error() string
- func (o *PatchSystemConfigRfc7396NotFound) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396NotFound) IsClientError() bool
- func (o *PatchSystemConfigRfc7396NotFound) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396NotFound) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396NotFound) IsServerError() bool
- func (o *PatchSystemConfigRfc7396NotFound) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396NotFound) String() string
- type PatchSystemConfigRfc7396Params
- func NewPatchSystemConfigRfc7396Params() *PatchSystemConfigRfc7396Params
- func NewPatchSystemConfigRfc7396ParamsWithContext(ctx context.Context) *PatchSystemConfigRfc7396Params
- func NewPatchSystemConfigRfc7396ParamsWithHTTPClient(client *http.Client) *PatchSystemConfigRfc7396Params
- func NewPatchSystemConfigRfc7396ParamsWithTimeout(timeout time.Duration) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) SetContext(ctx context.Context)
- func (o *PatchSystemConfigRfc7396Params) SetDefaults()
- func (o *PatchSystemConfigRfc7396Params) SetDryRun(dryRun *string)
- func (o *PatchSystemConfigRfc7396Params) SetHTTPClient(client *http.Client)
- func (o *PatchSystemConfigRfc7396Params) SetMode(mode *string)
- func (o *PatchSystemConfigRfc7396Params) SetPatch(patch models.Rfc7396PatchOperation)
- func (o *PatchSystemConfigRfc7396Params) SetTid(tid string)
- func (o *PatchSystemConfigRfc7396Params) SetTimeout(timeout time.Duration)
- func (o *PatchSystemConfigRfc7396Params) WithContext(ctx context.Context) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithDefaults() *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithDryRun(dryRun *string) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithHTTPClient(client *http.Client) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithMode(mode *string) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithPatch(patch models.Rfc7396PatchOperation) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithTid(tid string) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WithTimeout(timeout time.Duration) *PatchSystemConfigRfc7396Params
- func (o *PatchSystemConfigRfc7396Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchSystemConfigRfc7396Reader
- type PatchSystemConfigRfc7396TooManyRequests
- func (o *PatchSystemConfigRfc7396TooManyRequests) Code() int
- func (o *PatchSystemConfigRfc7396TooManyRequests) Error() string
- func (o *PatchSystemConfigRfc7396TooManyRequests) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396TooManyRequests) IsClientError() bool
- func (o *PatchSystemConfigRfc7396TooManyRequests) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396TooManyRequests) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396TooManyRequests) IsServerError() bool
- func (o *PatchSystemConfigRfc7396TooManyRequests) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396TooManyRequests) String() string
- type PatchSystemConfigRfc7396Unauthorized
- func (o *PatchSystemConfigRfc7396Unauthorized) Code() int
- func (o *PatchSystemConfigRfc7396Unauthorized) Error() string
- func (o *PatchSystemConfigRfc7396Unauthorized) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396Unauthorized) IsClientError() bool
- func (o *PatchSystemConfigRfc7396Unauthorized) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396Unauthorized) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396Unauthorized) IsServerError() bool
- func (o *PatchSystemConfigRfc7396Unauthorized) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396Unauthorized) String() string
- type PatchSystemConfigRfc7396UnprocessableEntity
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) Code() int
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) Error() string
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) GetPayload() *models.Error
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsClientError() bool
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsCode(code int) bool
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsRedirect() bool
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsServerError() bool
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsSuccess() bool
- func (o *PatchSystemConfigRfc7396UnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAcceptApplicationJSON ¶
func WithAcceptApplicationJSON(r *runtime.ClientOperation)
WithAcceptApplicationJSON sets the Accept header to "application/json".
func WithAcceptTextCsv ¶
func WithAcceptTextCsv(r *runtime.ClientOperation)
WithAcceptTextCsv sets the Accept header to "text/csv".
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for root configuration API
func (*Client) ExportSystemConfig ¶
func (a *Client) ExportSystemConfig(params *ExportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportSystemConfigOK, error)
ExportSystemConfig exports tenant configuration Returns a JSON with the configuration of the specified tenant.
Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.
func (*Client) ImportSystemConfig ¶
func (a *Client) ImportSystemConfig(params *ImportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportSystemConfigNoContent, error)
ImportSystemConfig imports tenant configuration Import tenant's configuration.
Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.
func (*Client) PatchSystemConfigRfc6902 ¶
func (a *Client) PatchSystemConfigRfc6902(params *PatchSystemConfigRfc6902Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigRfc6902NoContent, error)
PatchSystemConfigRfc6902 JSONs patch Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.
Applies the [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902) JSON Patch to the tenant configuration.
The Patch JSON API is intended for easy configuration changes when there are a small number of known tenant modifications and the user applying the patch is familiar with them.
The Patch JSON API accepts a JSON Array which objects represent a single operation applied to the target JSON (tenant configuration). Evaluation continues until all operations are successfully applied or until an error condition is encountered.
func (*Client) PatchSystemConfigRfc7396 ¶
func (a *Client) PatchSystemConfigRfc7396(params *PatchSystemConfigRfc7396Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigRfc7396NoContent, error)
PatchSystemConfigRfc7396 JSONs merge patch Alpha API: Test use only. Subject to potential functionality limitations, breaking changes, future updates, and removal without notice.
Applies the [RFC 7396](https://www.rfc-editor.org/rfc/rfc7396) JSON Merge Patch to the tenant configuration.
The JSON Merge Patch API facilitates the automated promotion of larger configuration changes. It provides a straightforward and efficient way to apply extensive modifications, such as through scripts or automated methods. This API streamlines the process of implementing significant configuration updates, improving efficiency and accuracy.
The JSON Merge Patch API accepts a JSON that describes changes to be made to a target tenant configuration using a syntax that closely mimics the configuration being modified.
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.
func WithAccept ¶
func WithAccept(mime string) ClientOption
WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
type ClientService ¶
type ClientService interface { ExportSystemConfig(params *ExportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportSystemConfigOK, error) ImportSystemConfig(params *ImportSystemConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportSystemConfigNoContent, error) PatchSystemConfigRfc6902(params *PatchSystemConfigRfc6902Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigRfc6902NoContent, error) PatchSystemConfigRfc7396(params *PatchSystemConfigRfc7396Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigRfc7396NoContent, 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 root configuration API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new root 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 root 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 ExportSystemConfigBadRequest ¶
ExportSystemConfigBadRequest describes a response with status code 400, with default header values.
Bad request
func NewExportSystemConfigBadRequest ¶
func NewExportSystemConfigBadRequest() *ExportSystemConfigBadRequest
NewExportSystemConfigBadRequest creates a ExportSystemConfigBadRequest with default headers values
func (*ExportSystemConfigBadRequest) Code ¶
func (o *ExportSystemConfigBadRequest) Code() int
Code gets the status code for the export system config bad request response
func (*ExportSystemConfigBadRequest) Error ¶
func (o *ExportSystemConfigBadRequest) Error() string
func (*ExportSystemConfigBadRequest) GetPayload ¶
func (o *ExportSystemConfigBadRequest) GetPayload() *models.Error
func (*ExportSystemConfigBadRequest) IsClientError ¶
func (o *ExportSystemConfigBadRequest) IsClientError() bool
IsClientError returns true when this export system config bad request response has a 4xx status code
func (*ExportSystemConfigBadRequest) IsCode ¶
func (o *ExportSystemConfigBadRequest) IsCode(code int) bool
IsCode returns true when this export system config bad request response a status code equal to that given
func (*ExportSystemConfigBadRequest) IsRedirect ¶
func (o *ExportSystemConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this export system config bad request response has a 3xx status code
func (*ExportSystemConfigBadRequest) IsServerError ¶
func (o *ExportSystemConfigBadRequest) IsServerError() bool
IsServerError returns true when this export system config bad request response has a 5xx status code
func (*ExportSystemConfigBadRequest) IsSuccess ¶
func (o *ExportSystemConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this export system config bad request response has a 2xx status code
func (*ExportSystemConfigBadRequest) String ¶
func (o *ExportSystemConfigBadRequest) String() string
type ExportSystemConfigForbidden ¶
ExportSystemConfigForbidden describes a response with status code 403, with default header values.
Forbidden
func NewExportSystemConfigForbidden ¶
func NewExportSystemConfigForbidden() *ExportSystemConfigForbidden
NewExportSystemConfigForbidden creates a ExportSystemConfigForbidden with default headers values
func (*ExportSystemConfigForbidden) Code ¶
func (o *ExportSystemConfigForbidden) Code() int
Code gets the status code for the export system config forbidden response
func (*ExportSystemConfigForbidden) Error ¶
func (o *ExportSystemConfigForbidden) Error() string
func (*ExportSystemConfigForbidden) GetPayload ¶
func (o *ExportSystemConfigForbidden) GetPayload() *models.Error
func (*ExportSystemConfigForbidden) IsClientError ¶
func (o *ExportSystemConfigForbidden) IsClientError() bool
IsClientError returns true when this export system config forbidden response has a 4xx status code
func (*ExportSystemConfigForbidden) IsCode ¶
func (o *ExportSystemConfigForbidden) IsCode(code int) bool
IsCode returns true when this export system config forbidden response a status code equal to that given
func (*ExportSystemConfigForbidden) IsRedirect ¶
func (o *ExportSystemConfigForbidden) IsRedirect() bool
IsRedirect returns true when this export system config forbidden response has a 3xx status code
func (*ExportSystemConfigForbidden) IsServerError ¶
func (o *ExportSystemConfigForbidden) IsServerError() bool
IsServerError returns true when this export system config forbidden response has a 5xx status code
func (*ExportSystemConfigForbidden) IsSuccess ¶
func (o *ExportSystemConfigForbidden) IsSuccess() bool
IsSuccess returns true when this export system config forbidden response has a 2xx status code
func (*ExportSystemConfigForbidden) String ¶
func (o *ExportSystemConfigForbidden) String() string
type ExportSystemConfigNotFound ¶
ExportSystemConfigNotFound describes a response with status code 404, with default header values.
Not found
func NewExportSystemConfigNotFound ¶
func NewExportSystemConfigNotFound() *ExportSystemConfigNotFound
NewExportSystemConfigNotFound creates a ExportSystemConfigNotFound with default headers values
func (*ExportSystemConfigNotFound) Code ¶
func (o *ExportSystemConfigNotFound) Code() int
Code gets the status code for the export system config not found response
func (*ExportSystemConfigNotFound) Error ¶
func (o *ExportSystemConfigNotFound) Error() string
func (*ExportSystemConfigNotFound) GetPayload ¶
func (o *ExportSystemConfigNotFound) GetPayload() *models.Error
func (*ExportSystemConfigNotFound) IsClientError ¶
func (o *ExportSystemConfigNotFound) IsClientError() bool
IsClientError returns true when this export system config not found response has a 4xx status code
func (*ExportSystemConfigNotFound) IsCode ¶
func (o *ExportSystemConfigNotFound) IsCode(code int) bool
IsCode returns true when this export system config not found response a status code equal to that given
func (*ExportSystemConfigNotFound) IsRedirect ¶
func (o *ExportSystemConfigNotFound) IsRedirect() bool
IsRedirect returns true when this export system config not found response has a 3xx status code
func (*ExportSystemConfigNotFound) IsServerError ¶
func (o *ExportSystemConfigNotFound) IsServerError() bool
IsServerError returns true when this export system config not found response has a 5xx status code
func (*ExportSystemConfigNotFound) IsSuccess ¶
func (o *ExportSystemConfigNotFound) IsSuccess() bool
IsSuccess returns true when this export system config not found response has a 2xx status code
func (*ExportSystemConfigNotFound) String ¶
func (o *ExportSystemConfigNotFound) String() string
type ExportSystemConfigOK ¶
type ExportSystemConfigOK struct {
Payload *models.TreeTenant
}
ExportSystemConfigOK describes a response with status code 200, with default header values.
Tenant configuration JSON
func NewExportSystemConfigOK ¶
func NewExportSystemConfigOK() *ExportSystemConfigOK
NewExportSystemConfigOK creates a ExportSystemConfigOK with default headers values
func (*ExportSystemConfigOK) Code ¶
func (o *ExportSystemConfigOK) Code() int
Code gets the status code for the export system config o k response
func (*ExportSystemConfigOK) Error ¶
func (o *ExportSystemConfigOK) Error() string
func (*ExportSystemConfigOK) GetPayload ¶
func (o *ExportSystemConfigOK) GetPayload() *models.TreeTenant
func (*ExportSystemConfigOK) IsClientError ¶
func (o *ExportSystemConfigOK) IsClientError() bool
IsClientError returns true when this export system config o k response has a 4xx status code
func (*ExportSystemConfigOK) IsCode ¶
func (o *ExportSystemConfigOK) IsCode(code int) bool
IsCode returns true when this export system config o k response a status code equal to that given
func (*ExportSystemConfigOK) IsRedirect ¶
func (o *ExportSystemConfigOK) IsRedirect() bool
IsRedirect returns true when this export system config o k response has a 3xx status code
func (*ExportSystemConfigOK) IsServerError ¶
func (o *ExportSystemConfigOK) IsServerError() bool
IsServerError returns true when this export system config o k response has a 5xx status code
func (*ExportSystemConfigOK) IsSuccess ¶
func (o *ExportSystemConfigOK) IsSuccess() bool
IsSuccess returns true when this export system config o k response has a 2xx status code
func (*ExportSystemConfigOK) String ¶
func (o *ExportSystemConfigOK) String() string
type ExportSystemConfigParams ¶
type ExportSystemConfigParams struct { /* Tid. Tenant ID Default: "default" */ Tid string /* WithCredentials. With credentials - if true, credentials are included in the tenant export response */ WithCredentials *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ExportSystemConfigParams contains all the parameters to send to the API endpoint
for the export system config operation. Typically these are written to a http.Request.
func NewExportSystemConfigParams ¶
func NewExportSystemConfigParams() *ExportSystemConfigParams
NewExportSystemConfigParams creates a new ExportSystemConfigParams 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 NewExportSystemConfigParamsWithContext ¶
func NewExportSystemConfigParamsWithContext(ctx context.Context) *ExportSystemConfigParams
NewExportSystemConfigParamsWithContext creates a new ExportSystemConfigParams object with the ability to set a context for a request.
func NewExportSystemConfigParamsWithHTTPClient ¶
func NewExportSystemConfigParamsWithHTTPClient(client *http.Client) *ExportSystemConfigParams
NewExportSystemConfigParamsWithHTTPClient creates a new ExportSystemConfigParams object with the ability to set a custom HTTPClient for a request.
func NewExportSystemConfigParamsWithTimeout ¶
func NewExportSystemConfigParamsWithTimeout(timeout time.Duration) *ExportSystemConfigParams
NewExportSystemConfigParamsWithTimeout creates a new ExportSystemConfigParams object with the ability to set a timeout on a request.
func (*ExportSystemConfigParams) SetContext ¶
func (o *ExportSystemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the export system config params
func (*ExportSystemConfigParams) SetDefaults ¶
func (o *ExportSystemConfigParams) SetDefaults()
SetDefaults hydrates default values in the export system config params (not the query body).
All values with no default are reset to their zero value.
func (*ExportSystemConfigParams) SetHTTPClient ¶
func (o *ExportSystemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the export system config params
func (*ExportSystemConfigParams) SetTid ¶
func (o *ExportSystemConfigParams) SetTid(tid string)
SetTid adds the tid to the export system config params
func (*ExportSystemConfigParams) SetTimeout ¶
func (o *ExportSystemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the export system config params
func (*ExportSystemConfigParams) SetWithCredentials ¶
func (o *ExportSystemConfigParams) SetWithCredentials(withCredentials *bool)
SetWithCredentials adds the withCredentials to the export system config params
func (*ExportSystemConfigParams) WithContext ¶
func (o *ExportSystemConfigParams) WithContext(ctx context.Context) *ExportSystemConfigParams
WithContext adds the context to the export system config params
func (*ExportSystemConfigParams) WithDefaults ¶
func (o *ExportSystemConfigParams) WithDefaults() *ExportSystemConfigParams
WithDefaults hydrates default values in the export system config params (not the query body).
All values with no default are reset to their zero value.
func (*ExportSystemConfigParams) WithHTTPClient ¶
func (o *ExportSystemConfigParams) WithHTTPClient(client *http.Client) *ExportSystemConfigParams
WithHTTPClient adds the HTTPClient to the export system config params
func (*ExportSystemConfigParams) WithTid ¶
func (o *ExportSystemConfigParams) WithTid(tid string) *ExportSystemConfigParams
WithTid adds the tid to the export system config params
func (*ExportSystemConfigParams) WithTimeout ¶
func (o *ExportSystemConfigParams) WithTimeout(timeout time.Duration) *ExportSystemConfigParams
WithTimeout adds the timeout to the export system config params
func (*ExportSystemConfigParams) WithWithCredentials ¶
func (o *ExportSystemConfigParams) WithWithCredentials(withCredentials *bool) *ExportSystemConfigParams
WithWithCredentials adds the withCredentials to the export system config params
func (*ExportSystemConfigParams) WriteToRequest ¶
func (o *ExportSystemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ExportSystemConfigReader ¶
type ExportSystemConfigReader struct {
// contains filtered or unexported fields
}
ExportSystemConfigReader is a Reader for the ExportSystemConfig structure.
func (*ExportSystemConfigReader) ReadResponse ¶
func (o *ExportSystemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ExportSystemConfigTooManyRequests ¶
ExportSystemConfigTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewExportSystemConfigTooManyRequests ¶
func NewExportSystemConfigTooManyRequests() *ExportSystemConfigTooManyRequests
NewExportSystemConfigTooManyRequests creates a ExportSystemConfigTooManyRequests with default headers values
func (*ExportSystemConfigTooManyRequests) Code ¶
func (o *ExportSystemConfigTooManyRequests) Code() int
Code gets the status code for the export system config too many requests response
func (*ExportSystemConfigTooManyRequests) Error ¶
func (o *ExportSystemConfigTooManyRequests) Error() string
func (*ExportSystemConfigTooManyRequests) GetPayload ¶
func (o *ExportSystemConfigTooManyRequests) GetPayload() *models.Error
func (*ExportSystemConfigTooManyRequests) IsClientError ¶
func (o *ExportSystemConfigTooManyRequests) IsClientError() bool
IsClientError returns true when this export system config too many requests response has a 4xx status code
func (*ExportSystemConfigTooManyRequests) IsCode ¶
func (o *ExportSystemConfigTooManyRequests) IsCode(code int) bool
IsCode returns true when this export system config too many requests response a status code equal to that given
func (*ExportSystemConfigTooManyRequests) IsRedirect ¶
func (o *ExportSystemConfigTooManyRequests) IsRedirect() bool
IsRedirect returns true when this export system config too many requests response has a 3xx status code
func (*ExportSystemConfigTooManyRequests) IsServerError ¶
func (o *ExportSystemConfigTooManyRequests) IsServerError() bool
IsServerError returns true when this export system config too many requests response has a 5xx status code
func (*ExportSystemConfigTooManyRequests) IsSuccess ¶
func (o *ExportSystemConfigTooManyRequests) IsSuccess() bool
IsSuccess returns true when this export system config too many requests response has a 2xx status code
func (*ExportSystemConfigTooManyRequests) String ¶
func (o *ExportSystemConfigTooManyRequests) String() string
type ExportSystemConfigUnauthorized ¶
type ExportSystemConfigUnauthorized struct {
}ExportSystemConfigUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewExportSystemConfigUnauthorized ¶
func NewExportSystemConfigUnauthorized() *ExportSystemConfigUnauthorized
NewExportSystemConfigUnauthorized creates a ExportSystemConfigUnauthorized with default headers values
func (*ExportSystemConfigUnauthorized) Code ¶
func (o *ExportSystemConfigUnauthorized) Code() int
Code gets the status code for the export system config unauthorized response
func (*ExportSystemConfigUnauthorized) Error ¶
func (o *ExportSystemConfigUnauthorized) Error() string
func (*ExportSystemConfigUnauthorized) GetPayload ¶
func (o *ExportSystemConfigUnauthorized) GetPayload() *models.Error
func (*ExportSystemConfigUnauthorized) IsClientError ¶
func (o *ExportSystemConfigUnauthorized) IsClientError() bool
IsClientError returns true when this export system config unauthorized response has a 4xx status code
func (*ExportSystemConfigUnauthorized) IsCode ¶
func (o *ExportSystemConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this export system config unauthorized response a status code equal to that given
func (*ExportSystemConfigUnauthorized) IsRedirect ¶
func (o *ExportSystemConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this export system config unauthorized response has a 3xx status code
func (*ExportSystemConfigUnauthorized) IsServerError ¶
func (o *ExportSystemConfigUnauthorized) IsServerError() bool
IsServerError returns true when this export system config unauthorized response has a 5xx status code
func (*ExportSystemConfigUnauthorized) IsSuccess ¶
func (o *ExportSystemConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this export system config unauthorized response has a 2xx status code
func (*ExportSystemConfigUnauthorized) String ¶
func (o *ExportSystemConfigUnauthorized) String() string
type ExportSystemConfigUnprocessableEntity ¶
ExportSystemConfigUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewExportSystemConfigUnprocessableEntity ¶
func NewExportSystemConfigUnprocessableEntity() *ExportSystemConfigUnprocessableEntity
NewExportSystemConfigUnprocessableEntity creates a ExportSystemConfigUnprocessableEntity with default headers values
func (*ExportSystemConfigUnprocessableEntity) Code ¶
func (o *ExportSystemConfigUnprocessableEntity) Code() int
Code gets the status code for the export system config unprocessable entity response
func (*ExportSystemConfigUnprocessableEntity) Error ¶
func (o *ExportSystemConfigUnprocessableEntity) Error() string
func (*ExportSystemConfigUnprocessableEntity) GetPayload ¶
func (o *ExportSystemConfigUnprocessableEntity) GetPayload() *models.Error
func (*ExportSystemConfigUnprocessableEntity) IsClientError ¶
func (o *ExportSystemConfigUnprocessableEntity) IsClientError() bool
IsClientError returns true when this export system config unprocessable entity response has a 4xx status code
func (*ExportSystemConfigUnprocessableEntity) IsCode ¶
func (o *ExportSystemConfigUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this export system config unprocessable entity response a status code equal to that given
func (*ExportSystemConfigUnprocessableEntity) IsRedirect ¶
func (o *ExportSystemConfigUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this export system config unprocessable entity response has a 3xx status code
func (*ExportSystemConfigUnprocessableEntity) IsServerError ¶
func (o *ExportSystemConfigUnprocessableEntity) IsServerError() bool
IsServerError returns true when this export system config unprocessable entity response has a 5xx status code
func (*ExportSystemConfigUnprocessableEntity) IsSuccess ¶
func (o *ExportSystemConfigUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this export system config unprocessable entity response has a 2xx status code
func (*ExportSystemConfigUnprocessableEntity) String ¶
func (o *ExportSystemConfigUnprocessableEntity) String() string
type ImportSystemConfigBadRequest ¶
ImportSystemConfigBadRequest describes a response with status code 400, with default header values.
Bad request
func NewImportSystemConfigBadRequest ¶
func NewImportSystemConfigBadRequest() *ImportSystemConfigBadRequest
NewImportSystemConfigBadRequest creates a ImportSystemConfigBadRequest with default headers values
func (*ImportSystemConfigBadRequest) Code ¶
func (o *ImportSystemConfigBadRequest) Code() int
Code gets the status code for the import system config bad request response
func (*ImportSystemConfigBadRequest) Error ¶
func (o *ImportSystemConfigBadRequest) Error() string
func (*ImportSystemConfigBadRequest) GetPayload ¶
func (o *ImportSystemConfigBadRequest) GetPayload() *models.Error
func (*ImportSystemConfigBadRequest) IsClientError ¶
func (o *ImportSystemConfigBadRequest) IsClientError() bool
IsClientError returns true when this import system config bad request response has a 4xx status code
func (*ImportSystemConfigBadRequest) IsCode ¶
func (o *ImportSystemConfigBadRequest) IsCode(code int) bool
IsCode returns true when this import system config bad request response a status code equal to that given
func (*ImportSystemConfigBadRequest) IsRedirect ¶
func (o *ImportSystemConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this import system config bad request response has a 3xx status code
func (*ImportSystemConfigBadRequest) IsServerError ¶
func (o *ImportSystemConfigBadRequest) IsServerError() bool
IsServerError returns true when this import system config bad request response has a 5xx status code
func (*ImportSystemConfigBadRequest) IsSuccess ¶
func (o *ImportSystemConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this import system config bad request response has a 2xx status code
func (*ImportSystemConfigBadRequest) String ¶
func (o *ImportSystemConfigBadRequest) String() string
type ImportSystemConfigForbidden ¶
ImportSystemConfigForbidden describes a response with status code 403, with default header values.
Forbidden
func NewImportSystemConfigForbidden ¶
func NewImportSystemConfigForbidden() *ImportSystemConfigForbidden
NewImportSystemConfigForbidden creates a ImportSystemConfigForbidden with default headers values
func (*ImportSystemConfigForbidden) Code ¶
func (o *ImportSystemConfigForbidden) Code() int
Code gets the status code for the import system config forbidden response
func (*ImportSystemConfigForbidden) Error ¶
func (o *ImportSystemConfigForbidden) Error() string
func (*ImportSystemConfigForbidden) GetPayload ¶
func (o *ImportSystemConfigForbidden) GetPayload() *models.Error
func (*ImportSystemConfigForbidden) IsClientError ¶
func (o *ImportSystemConfigForbidden) IsClientError() bool
IsClientError returns true when this import system config forbidden response has a 4xx status code
func (*ImportSystemConfigForbidden) IsCode ¶
func (o *ImportSystemConfigForbidden) IsCode(code int) bool
IsCode returns true when this import system config forbidden response a status code equal to that given
func (*ImportSystemConfigForbidden) IsRedirect ¶
func (o *ImportSystemConfigForbidden) IsRedirect() bool
IsRedirect returns true when this import system config forbidden response has a 3xx status code
func (*ImportSystemConfigForbidden) IsServerError ¶
func (o *ImportSystemConfigForbidden) IsServerError() bool
IsServerError returns true when this import system config forbidden response has a 5xx status code
func (*ImportSystemConfigForbidden) IsSuccess ¶
func (o *ImportSystemConfigForbidden) IsSuccess() bool
IsSuccess returns true when this import system config forbidden response has a 2xx status code
func (*ImportSystemConfigForbidden) String ¶
func (o *ImportSystemConfigForbidden) String() string
type ImportSystemConfigNoContent ¶
type ImportSystemConfigNoContent struct { }
ImportSystemConfigNoContent describes a response with status code 204, with default header values.
configuration has been imported
func NewImportSystemConfigNoContent ¶
func NewImportSystemConfigNoContent() *ImportSystemConfigNoContent
NewImportSystemConfigNoContent creates a ImportSystemConfigNoContent with default headers values
func (*ImportSystemConfigNoContent) Code ¶
func (o *ImportSystemConfigNoContent) Code() int
Code gets the status code for the import system config no content response
func (*ImportSystemConfigNoContent) Error ¶
func (o *ImportSystemConfigNoContent) Error() string
func (*ImportSystemConfigNoContent) IsClientError ¶
func (o *ImportSystemConfigNoContent) IsClientError() bool
IsClientError returns true when this import system config no content response has a 4xx status code
func (*ImportSystemConfigNoContent) IsCode ¶
func (o *ImportSystemConfigNoContent) IsCode(code int) bool
IsCode returns true when this import system config no content response a status code equal to that given
func (*ImportSystemConfigNoContent) IsRedirect ¶
func (o *ImportSystemConfigNoContent) IsRedirect() bool
IsRedirect returns true when this import system config no content response has a 3xx status code
func (*ImportSystemConfigNoContent) IsServerError ¶
func (o *ImportSystemConfigNoContent) IsServerError() bool
IsServerError returns true when this import system config no content response has a 5xx status code
func (*ImportSystemConfigNoContent) IsSuccess ¶
func (o *ImportSystemConfigNoContent) IsSuccess() bool
IsSuccess returns true when this import system config no content response has a 2xx status code
func (*ImportSystemConfigNoContent) String ¶
func (o *ImportSystemConfigNoContent) String() string
type ImportSystemConfigNotFound ¶
ImportSystemConfigNotFound describes a response with status code 404, with default header values.
Not found
func NewImportSystemConfigNotFound ¶
func NewImportSystemConfigNotFound() *ImportSystemConfigNotFound
NewImportSystemConfigNotFound creates a ImportSystemConfigNotFound with default headers values
func (*ImportSystemConfigNotFound) Code ¶
func (o *ImportSystemConfigNotFound) Code() int
Code gets the status code for the import system config not found response
func (*ImportSystemConfigNotFound) Error ¶
func (o *ImportSystemConfigNotFound) Error() string
func (*ImportSystemConfigNotFound) GetPayload ¶
func (o *ImportSystemConfigNotFound) GetPayload() *models.Error
func (*ImportSystemConfigNotFound) IsClientError ¶
func (o *ImportSystemConfigNotFound) IsClientError() bool
IsClientError returns true when this import system config not found response has a 4xx status code
func (*ImportSystemConfigNotFound) IsCode ¶
func (o *ImportSystemConfigNotFound) IsCode(code int) bool
IsCode returns true when this import system config not found response a status code equal to that given
func (*ImportSystemConfigNotFound) IsRedirect ¶
func (o *ImportSystemConfigNotFound) IsRedirect() bool
IsRedirect returns true when this import system config not found response has a 3xx status code
func (*ImportSystemConfigNotFound) IsServerError ¶
func (o *ImportSystemConfigNotFound) IsServerError() bool
IsServerError returns true when this import system config not found response has a 5xx status code
func (*ImportSystemConfigNotFound) IsSuccess ¶
func (o *ImportSystemConfigNotFound) IsSuccess() bool
IsSuccess returns true when this import system config not found response has a 2xx status code
func (*ImportSystemConfigNotFound) String ¶
func (o *ImportSystemConfigNotFound) String() string
type ImportSystemConfigParams ¶
type ImportSystemConfigParams struct { // Config. Config *models.TreeTenant /* DryRun. Dry Run Default: "false" */ DryRun *string /* Mode. Insert mode Defines what happens in case of patched configuration import conflicts. The `mode` parameter defines what happens if there are any conflicts when importing your configuration. For example, if a client already exists within Cloudentity and you are trying to import a configuration that also has a client with this ID, there are the following ways Cloudentity can handle the request: `mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import. `mode` set to `fail`, Cloudentity stops processing the import and returns an error. `mode` set to `update`, Cloudentity updates the value from the previous configuration with the value provided in the request. Format: insertMode */ Mode *string /* Tid. Tenant ID Default: "default" */ Tid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ImportSystemConfigParams contains all the parameters to send to the API endpoint
for the import system config operation. Typically these are written to a http.Request.
func NewImportSystemConfigParams ¶
func NewImportSystemConfigParams() *ImportSystemConfigParams
NewImportSystemConfigParams creates a new ImportSystemConfigParams 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 NewImportSystemConfigParamsWithContext ¶
func NewImportSystemConfigParamsWithContext(ctx context.Context) *ImportSystemConfigParams
NewImportSystemConfigParamsWithContext creates a new ImportSystemConfigParams object with the ability to set a context for a request.
func NewImportSystemConfigParamsWithHTTPClient ¶
func NewImportSystemConfigParamsWithHTTPClient(client *http.Client) *ImportSystemConfigParams
NewImportSystemConfigParamsWithHTTPClient creates a new ImportSystemConfigParams object with the ability to set a custom HTTPClient for a request.
func NewImportSystemConfigParamsWithTimeout ¶
func NewImportSystemConfigParamsWithTimeout(timeout time.Duration) *ImportSystemConfigParams
NewImportSystemConfigParamsWithTimeout creates a new ImportSystemConfigParams object with the ability to set a timeout on a request.
func (*ImportSystemConfigParams) SetConfig ¶
func (o *ImportSystemConfigParams) SetConfig(config *models.TreeTenant)
SetConfig adds the config to the import system config params
func (*ImportSystemConfigParams) SetContext ¶
func (o *ImportSystemConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the import system config params
func (*ImportSystemConfigParams) SetDefaults ¶
func (o *ImportSystemConfigParams) SetDefaults()
SetDefaults hydrates default values in the import system config params (not the query body).
All values with no default are reset to their zero value.
func (*ImportSystemConfigParams) SetDryRun ¶
func (o *ImportSystemConfigParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the import system config params
func (*ImportSystemConfigParams) SetHTTPClient ¶
func (o *ImportSystemConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the import system config params
func (*ImportSystemConfigParams) SetMode ¶
func (o *ImportSystemConfigParams) SetMode(mode *string)
SetMode adds the mode to the import system config params
func (*ImportSystemConfigParams) SetTid ¶
func (o *ImportSystemConfigParams) SetTid(tid string)
SetTid adds the tid to the import system config params
func (*ImportSystemConfigParams) SetTimeout ¶
func (o *ImportSystemConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the import system config params
func (*ImportSystemConfigParams) WithConfig ¶
func (o *ImportSystemConfigParams) WithConfig(config *models.TreeTenant) *ImportSystemConfigParams
WithConfig adds the config to the import system config params
func (*ImportSystemConfigParams) WithContext ¶
func (o *ImportSystemConfigParams) WithContext(ctx context.Context) *ImportSystemConfigParams
WithContext adds the context to the import system config params
func (*ImportSystemConfigParams) WithDefaults ¶
func (o *ImportSystemConfigParams) WithDefaults() *ImportSystemConfigParams
WithDefaults hydrates default values in the import system config params (not the query body).
All values with no default are reset to their zero value.
func (*ImportSystemConfigParams) WithDryRun ¶
func (o *ImportSystemConfigParams) WithDryRun(dryRun *string) *ImportSystemConfigParams
WithDryRun adds the dryRun to the import system config params
func (*ImportSystemConfigParams) WithHTTPClient ¶
func (o *ImportSystemConfigParams) WithHTTPClient(client *http.Client) *ImportSystemConfigParams
WithHTTPClient adds the HTTPClient to the import system config params
func (*ImportSystemConfigParams) WithMode ¶
func (o *ImportSystemConfigParams) WithMode(mode *string) *ImportSystemConfigParams
WithMode adds the mode to the import system config params
func (*ImportSystemConfigParams) WithTid ¶
func (o *ImportSystemConfigParams) WithTid(tid string) *ImportSystemConfigParams
WithTid adds the tid to the import system config params
func (*ImportSystemConfigParams) WithTimeout ¶
func (o *ImportSystemConfigParams) WithTimeout(timeout time.Duration) *ImportSystemConfigParams
WithTimeout adds the timeout to the import system config params
func (*ImportSystemConfigParams) WriteToRequest ¶
func (o *ImportSystemConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ImportSystemConfigReader ¶
type ImportSystemConfigReader struct {
// contains filtered or unexported fields
}
ImportSystemConfigReader is a Reader for the ImportSystemConfig structure.
func (*ImportSystemConfigReader) ReadResponse ¶
func (o *ImportSystemConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ImportSystemConfigTooManyRequests ¶
ImportSystemConfigTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewImportSystemConfigTooManyRequests ¶
func NewImportSystemConfigTooManyRequests() *ImportSystemConfigTooManyRequests
NewImportSystemConfigTooManyRequests creates a ImportSystemConfigTooManyRequests with default headers values
func (*ImportSystemConfigTooManyRequests) Code ¶
func (o *ImportSystemConfigTooManyRequests) Code() int
Code gets the status code for the import system config too many requests response
func (*ImportSystemConfigTooManyRequests) Error ¶
func (o *ImportSystemConfigTooManyRequests) Error() string
func (*ImportSystemConfigTooManyRequests) GetPayload ¶
func (o *ImportSystemConfigTooManyRequests) GetPayload() *models.Error
func (*ImportSystemConfigTooManyRequests) IsClientError ¶
func (o *ImportSystemConfigTooManyRequests) IsClientError() bool
IsClientError returns true when this import system config too many requests response has a 4xx status code
func (*ImportSystemConfigTooManyRequests) IsCode ¶
func (o *ImportSystemConfigTooManyRequests) IsCode(code int) bool
IsCode returns true when this import system config too many requests response a status code equal to that given
func (*ImportSystemConfigTooManyRequests) IsRedirect ¶
func (o *ImportSystemConfigTooManyRequests) IsRedirect() bool
IsRedirect returns true when this import system config too many requests response has a 3xx status code
func (*ImportSystemConfigTooManyRequests) IsServerError ¶
func (o *ImportSystemConfigTooManyRequests) IsServerError() bool
IsServerError returns true when this import system config too many requests response has a 5xx status code
func (*ImportSystemConfigTooManyRequests) IsSuccess ¶
func (o *ImportSystemConfigTooManyRequests) IsSuccess() bool
IsSuccess returns true when this import system config too many requests response has a 2xx status code
func (*ImportSystemConfigTooManyRequests) String ¶
func (o *ImportSystemConfigTooManyRequests) String() string
type ImportSystemConfigUnauthorized ¶
type ImportSystemConfigUnauthorized struct {
}ImportSystemConfigUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewImportSystemConfigUnauthorized ¶
func NewImportSystemConfigUnauthorized() *ImportSystemConfigUnauthorized
NewImportSystemConfigUnauthorized creates a ImportSystemConfigUnauthorized with default headers values
func (*ImportSystemConfigUnauthorized) Code ¶
func (o *ImportSystemConfigUnauthorized) Code() int
Code gets the status code for the import system config unauthorized response
func (*ImportSystemConfigUnauthorized) Error ¶
func (o *ImportSystemConfigUnauthorized) Error() string
func (*ImportSystemConfigUnauthorized) GetPayload ¶
func (o *ImportSystemConfigUnauthorized) GetPayload() *models.Error
func (*ImportSystemConfigUnauthorized) IsClientError ¶
func (o *ImportSystemConfigUnauthorized) IsClientError() bool
IsClientError returns true when this import system config unauthorized response has a 4xx status code
func (*ImportSystemConfigUnauthorized) IsCode ¶
func (o *ImportSystemConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this import system config unauthorized response a status code equal to that given
func (*ImportSystemConfigUnauthorized) IsRedirect ¶
func (o *ImportSystemConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this import system config unauthorized response has a 3xx status code
func (*ImportSystemConfigUnauthorized) IsServerError ¶
func (o *ImportSystemConfigUnauthorized) IsServerError() bool
IsServerError returns true when this import system config unauthorized response has a 5xx status code
func (*ImportSystemConfigUnauthorized) IsSuccess ¶
func (o *ImportSystemConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this import system config unauthorized response has a 2xx status code
func (*ImportSystemConfigUnauthorized) String ¶
func (o *ImportSystemConfigUnauthorized) String() string
type ImportSystemConfigUnprocessableEntity ¶
ImportSystemConfigUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewImportSystemConfigUnprocessableEntity ¶
func NewImportSystemConfigUnprocessableEntity() *ImportSystemConfigUnprocessableEntity
NewImportSystemConfigUnprocessableEntity creates a ImportSystemConfigUnprocessableEntity with default headers values
func (*ImportSystemConfigUnprocessableEntity) Code ¶
func (o *ImportSystemConfigUnprocessableEntity) Code() int
Code gets the status code for the import system config unprocessable entity response
func (*ImportSystemConfigUnprocessableEntity) Error ¶
func (o *ImportSystemConfigUnprocessableEntity) Error() string
func (*ImportSystemConfigUnprocessableEntity) GetPayload ¶
func (o *ImportSystemConfigUnprocessableEntity) GetPayload() *models.Error
func (*ImportSystemConfigUnprocessableEntity) IsClientError ¶
func (o *ImportSystemConfigUnprocessableEntity) IsClientError() bool
IsClientError returns true when this import system config unprocessable entity response has a 4xx status code
func (*ImportSystemConfigUnprocessableEntity) IsCode ¶
func (o *ImportSystemConfigUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this import system config unprocessable entity response a status code equal to that given
func (*ImportSystemConfigUnprocessableEntity) IsRedirect ¶
func (o *ImportSystemConfigUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this import system config unprocessable entity response has a 3xx status code
func (*ImportSystemConfigUnprocessableEntity) IsServerError ¶
func (o *ImportSystemConfigUnprocessableEntity) IsServerError() bool
IsServerError returns true when this import system config unprocessable entity response has a 5xx status code
func (*ImportSystemConfigUnprocessableEntity) IsSuccess ¶
func (o *ImportSystemConfigUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this import system config unprocessable entity response has a 2xx status code
func (*ImportSystemConfigUnprocessableEntity) String ¶
func (o *ImportSystemConfigUnprocessableEntity) String() string
type PatchSystemConfigRfc6902BadRequest ¶
PatchSystemConfigRfc6902BadRequest describes a response with status code 400, with default header values.
Bad request
func NewPatchSystemConfigRfc6902BadRequest ¶
func NewPatchSystemConfigRfc6902BadRequest() *PatchSystemConfigRfc6902BadRequest
NewPatchSystemConfigRfc6902BadRequest creates a PatchSystemConfigRfc6902BadRequest with default headers values
func (*PatchSystemConfigRfc6902BadRequest) Code ¶
func (o *PatchSystemConfigRfc6902BadRequest) Code() int
Code gets the status code for the patch system config rfc6902 bad request response
func (*PatchSystemConfigRfc6902BadRequest) Error ¶
func (o *PatchSystemConfigRfc6902BadRequest) Error() string
func (*PatchSystemConfigRfc6902BadRequest) GetPayload ¶
func (o *PatchSystemConfigRfc6902BadRequest) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902BadRequest) IsClientError ¶
func (o *PatchSystemConfigRfc6902BadRequest) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 bad request response has a 4xx status code
func (*PatchSystemConfigRfc6902BadRequest) IsCode ¶
func (o *PatchSystemConfigRfc6902BadRequest) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 bad request response a status code equal to that given
func (*PatchSystemConfigRfc6902BadRequest) IsRedirect ¶
func (o *PatchSystemConfigRfc6902BadRequest) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 bad request response has a 3xx status code
func (*PatchSystemConfigRfc6902BadRequest) IsServerError ¶
func (o *PatchSystemConfigRfc6902BadRequest) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 bad request response has a 5xx status code
func (*PatchSystemConfigRfc6902BadRequest) IsSuccess ¶
func (o *PatchSystemConfigRfc6902BadRequest) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 bad request response has a 2xx status code
func (*PatchSystemConfigRfc6902BadRequest) String ¶
func (o *PatchSystemConfigRfc6902BadRequest) String() string
type PatchSystemConfigRfc6902Forbidden ¶
PatchSystemConfigRfc6902Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchSystemConfigRfc6902Forbidden ¶
func NewPatchSystemConfigRfc6902Forbidden() *PatchSystemConfigRfc6902Forbidden
NewPatchSystemConfigRfc6902Forbidden creates a PatchSystemConfigRfc6902Forbidden with default headers values
func (*PatchSystemConfigRfc6902Forbidden) Code ¶
func (o *PatchSystemConfigRfc6902Forbidden) Code() int
Code gets the status code for the patch system config rfc6902 forbidden response
func (*PatchSystemConfigRfc6902Forbidden) Error ¶
func (o *PatchSystemConfigRfc6902Forbidden) Error() string
func (*PatchSystemConfigRfc6902Forbidden) GetPayload ¶
func (o *PatchSystemConfigRfc6902Forbidden) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902Forbidden) IsClientError ¶
func (o *PatchSystemConfigRfc6902Forbidden) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 forbidden response has a 4xx status code
func (*PatchSystemConfigRfc6902Forbidden) IsCode ¶
func (o *PatchSystemConfigRfc6902Forbidden) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 forbidden response a status code equal to that given
func (*PatchSystemConfigRfc6902Forbidden) IsRedirect ¶
func (o *PatchSystemConfigRfc6902Forbidden) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 forbidden response has a 3xx status code
func (*PatchSystemConfigRfc6902Forbidden) IsServerError ¶
func (o *PatchSystemConfigRfc6902Forbidden) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 forbidden response has a 5xx status code
func (*PatchSystemConfigRfc6902Forbidden) IsSuccess ¶
func (o *PatchSystemConfigRfc6902Forbidden) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 forbidden response has a 2xx status code
func (*PatchSystemConfigRfc6902Forbidden) String ¶
func (o *PatchSystemConfigRfc6902Forbidden) String() string
type PatchSystemConfigRfc6902NoContent ¶
type PatchSystemConfigRfc6902NoContent struct { }
PatchSystemConfigRfc6902NoContent describes a response with status code 204, with default header values.
patch applied
func NewPatchSystemConfigRfc6902NoContent ¶
func NewPatchSystemConfigRfc6902NoContent() *PatchSystemConfigRfc6902NoContent
NewPatchSystemConfigRfc6902NoContent creates a PatchSystemConfigRfc6902NoContent with default headers values
func (*PatchSystemConfigRfc6902NoContent) Code ¶
func (o *PatchSystemConfigRfc6902NoContent) Code() int
Code gets the status code for the patch system config rfc6902 no content response
func (*PatchSystemConfigRfc6902NoContent) Error ¶
func (o *PatchSystemConfigRfc6902NoContent) Error() string
func (*PatchSystemConfigRfc6902NoContent) IsClientError ¶
func (o *PatchSystemConfigRfc6902NoContent) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 no content response has a 4xx status code
func (*PatchSystemConfigRfc6902NoContent) IsCode ¶
func (o *PatchSystemConfigRfc6902NoContent) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 no content response a status code equal to that given
func (*PatchSystemConfigRfc6902NoContent) IsRedirect ¶
func (o *PatchSystemConfigRfc6902NoContent) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 no content response has a 3xx status code
func (*PatchSystemConfigRfc6902NoContent) IsServerError ¶
func (o *PatchSystemConfigRfc6902NoContent) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 no content response has a 5xx status code
func (*PatchSystemConfigRfc6902NoContent) IsSuccess ¶
func (o *PatchSystemConfigRfc6902NoContent) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 no content response has a 2xx status code
func (*PatchSystemConfigRfc6902NoContent) String ¶
func (o *PatchSystemConfigRfc6902NoContent) String() string
type PatchSystemConfigRfc6902NotFound ¶
PatchSystemConfigRfc6902NotFound describes a response with status code 404, with default header values.
Not found
func NewPatchSystemConfigRfc6902NotFound ¶
func NewPatchSystemConfigRfc6902NotFound() *PatchSystemConfigRfc6902NotFound
NewPatchSystemConfigRfc6902NotFound creates a PatchSystemConfigRfc6902NotFound with default headers values
func (*PatchSystemConfigRfc6902NotFound) Code ¶
func (o *PatchSystemConfigRfc6902NotFound) Code() int
Code gets the status code for the patch system config rfc6902 not found response
func (*PatchSystemConfigRfc6902NotFound) Error ¶
func (o *PatchSystemConfigRfc6902NotFound) Error() string
func (*PatchSystemConfigRfc6902NotFound) GetPayload ¶
func (o *PatchSystemConfigRfc6902NotFound) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902NotFound) IsClientError ¶
func (o *PatchSystemConfigRfc6902NotFound) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 not found response has a 4xx status code
func (*PatchSystemConfigRfc6902NotFound) IsCode ¶
func (o *PatchSystemConfigRfc6902NotFound) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 not found response a status code equal to that given
func (*PatchSystemConfigRfc6902NotFound) IsRedirect ¶
func (o *PatchSystemConfigRfc6902NotFound) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 not found response has a 3xx status code
func (*PatchSystemConfigRfc6902NotFound) IsServerError ¶
func (o *PatchSystemConfigRfc6902NotFound) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 not found response has a 5xx status code
func (*PatchSystemConfigRfc6902NotFound) IsSuccess ¶
func (o *PatchSystemConfigRfc6902NotFound) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 not found response has a 2xx status code
func (*PatchSystemConfigRfc6902NotFound) String ¶
func (o *PatchSystemConfigRfc6902NotFound) String() string
type PatchSystemConfigRfc6902Params ¶
type PatchSystemConfigRfc6902Params struct { /* DryRun. Dry Run Default: "false" */ DryRun *string /* Mode. Insert mode Defines what happens in case of patched configuration import conflicts. The `mode` parameter defines what happens if there are any conflicts when importing your configuration. For example, if a client already exists within Cloudentity and you are trying to import a configuration that also has a client with this ID, there are the following ways Cloudentity can handle the request: `mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import. `mode` set to `fail`, Cloudentity stops processing the import and returns an error. `mode` set to `update`, Cloudentity updates the value from the previous configuration with the value provided in the request. Format: insertMode */ Mode *string /* Patch. Patch The `patch` parameter is a JSON object that contains an array of RFC-6902 patch operations. */ Patch models.Rfc6902PatchOperations /* Tid. Tenant ID Default: "default" */ Tid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchSystemConfigRfc6902Params contains all the parameters to send to the API endpoint
for the patch system config rfc6902 operation. Typically these are written to a http.Request.
func NewPatchSystemConfigRfc6902Params ¶
func NewPatchSystemConfigRfc6902Params() *PatchSystemConfigRfc6902Params
NewPatchSystemConfigRfc6902Params creates a new PatchSystemConfigRfc6902Params 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 NewPatchSystemConfigRfc6902ParamsWithContext ¶
func NewPatchSystemConfigRfc6902ParamsWithContext(ctx context.Context) *PatchSystemConfigRfc6902Params
NewPatchSystemConfigRfc6902ParamsWithContext creates a new PatchSystemConfigRfc6902Params object with the ability to set a context for a request.
func NewPatchSystemConfigRfc6902ParamsWithHTTPClient ¶
func NewPatchSystemConfigRfc6902ParamsWithHTTPClient(client *http.Client) *PatchSystemConfigRfc6902Params
NewPatchSystemConfigRfc6902ParamsWithHTTPClient creates a new PatchSystemConfigRfc6902Params object with the ability to set a custom HTTPClient for a request.
func NewPatchSystemConfigRfc6902ParamsWithTimeout ¶
func NewPatchSystemConfigRfc6902ParamsWithTimeout(timeout time.Duration) *PatchSystemConfigRfc6902Params
NewPatchSystemConfigRfc6902ParamsWithTimeout creates a new PatchSystemConfigRfc6902Params object with the ability to set a timeout on a request.
func (*PatchSystemConfigRfc6902Params) SetContext ¶
func (o *PatchSystemConfigRfc6902Params) SetContext(ctx context.Context)
SetContext adds the context to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetDefaults ¶
func (o *PatchSystemConfigRfc6902Params) SetDefaults()
SetDefaults hydrates default values in the patch system config rfc6902 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchSystemConfigRfc6902Params) SetDryRun ¶
func (o *PatchSystemConfigRfc6902Params) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetHTTPClient ¶
func (o *PatchSystemConfigRfc6902Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetMode ¶
func (o *PatchSystemConfigRfc6902Params) SetMode(mode *string)
SetMode adds the mode to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetPatch ¶
func (o *PatchSystemConfigRfc6902Params) SetPatch(patch models.Rfc6902PatchOperations)
SetPatch adds the patch to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetTid ¶
func (o *PatchSystemConfigRfc6902Params) SetTid(tid string)
SetTid adds the tid to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) SetTimeout ¶
func (o *PatchSystemConfigRfc6902Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithContext ¶
func (o *PatchSystemConfigRfc6902Params) WithContext(ctx context.Context) *PatchSystemConfigRfc6902Params
WithContext adds the context to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithDefaults ¶
func (o *PatchSystemConfigRfc6902Params) WithDefaults() *PatchSystemConfigRfc6902Params
WithDefaults hydrates default values in the patch system config rfc6902 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchSystemConfigRfc6902Params) WithDryRun ¶
func (o *PatchSystemConfigRfc6902Params) WithDryRun(dryRun *string) *PatchSystemConfigRfc6902Params
WithDryRun adds the dryRun to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithHTTPClient ¶
func (o *PatchSystemConfigRfc6902Params) WithHTTPClient(client *http.Client) *PatchSystemConfigRfc6902Params
WithHTTPClient adds the HTTPClient to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithMode ¶
func (o *PatchSystemConfigRfc6902Params) WithMode(mode *string) *PatchSystemConfigRfc6902Params
WithMode adds the mode to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithPatch ¶
func (o *PatchSystemConfigRfc6902Params) WithPatch(patch models.Rfc6902PatchOperations) *PatchSystemConfigRfc6902Params
WithPatch adds the patch to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithTid ¶
func (o *PatchSystemConfigRfc6902Params) WithTid(tid string) *PatchSystemConfigRfc6902Params
WithTid adds the tid to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WithTimeout ¶
func (o *PatchSystemConfigRfc6902Params) WithTimeout(timeout time.Duration) *PatchSystemConfigRfc6902Params
WithTimeout adds the timeout to the patch system config rfc6902 params
func (*PatchSystemConfigRfc6902Params) WriteToRequest ¶
func (o *PatchSystemConfigRfc6902Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchSystemConfigRfc6902Reader ¶
type PatchSystemConfigRfc6902Reader struct {
// contains filtered or unexported fields
}
PatchSystemConfigRfc6902Reader is a Reader for the PatchSystemConfigRfc6902 structure.
func (*PatchSystemConfigRfc6902Reader) ReadResponse ¶
func (o *PatchSystemConfigRfc6902Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchSystemConfigRfc6902TooManyRequests ¶
PatchSystemConfigRfc6902TooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewPatchSystemConfigRfc6902TooManyRequests ¶
func NewPatchSystemConfigRfc6902TooManyRequests() *PatchSystemConfigRfc6902TooManyRequests
NewPatchSystemConfigRfc6902TooManyRequests creates a PatchSystemConfigRfc6902TooManyRequests with default headers values
func (*PatchSystemConfigRfc6902TooManyRequests) Code ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) Code() int
Code gets the status code for the patch system config rfc6902 too many requests response
func (*PatchSystemConfigRfc6902TooManyRequests) Error ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) Error() string
func (*PatchSystemConfigRfc6902TooManyRequests) GetPayload ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902TooManyRequests) IsClientError ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 too many requests response has a 4xx status code
func (*PatchSystemConfigRfc6902TooManyRequests) IsCode ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 too many requests response a status code equal to that given
func (*PatchSystemConfigRfc6902TooManyRequests) IsRedirect ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 too many requests response has a 3xx status code
func (*PatchSystemConfigRfc6902TooManyRequests) IsServerError ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 too many requests response has a 5xx status code
func (*PatchSystemConfigRfc6902TooManyRequests) IsSuccess ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 too many requests response has a 2xx status code
func (*PatchSystemConfigRfc6902TooManyRequests) String ¶
func (o *PatchSystemConfigRfc6902TooManyRequests) String() string
type PatchSystemConfigRfc6902Unauthorized ¶
type PatchSystemConfigRfc6902Unauthorized struct {
}PatchSystemConfigRfc6902Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPatchSystemConfigRfc6902Unauthorized ¶
func NewPatchSystemConfigRfc6902Unauthorized() *PatchSystemConfigRfc6902Unauthorized
NewPatchSystemConfigRfc6902Unauthorized creates a PatchSystemConfigRfc6902Unauthorized with default headers values
func (*PatchSystemConfigRfc6902Unauthorized) Code ¶
func (o *PatchSystemConfigRfc6902Unauthorized) Code() int
Code gets the status code for the patch system config rfc6902 unauthorized response
func (*PatchSystemConfigRfc6902Unauthorized) Error ¶
func (o *PatchSystemConfigRfc6902Unauthorized) Error() string
func (*PatchSystemConfigRfc6902Unauthorized) GetPayload ¶
func (o *PatchSystemConfigRfc6902Unauthorized) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902Unauthorized) IsClientError ¶
func (o *PatchSystemConfigRfc6902Unauthorized) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 unauthorized response has a 4xx status code
func (*PatchSystemConfigRfc6902Unauthorized) IsCode ¶
func (o *PatchSystemConfigRfc6902Unauthorized) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 unauthorized response a status code equal to that given
func (*PatchSystemConfigRfc6902Unauthorized) IsRedirect ¶
func (o *PatchSystemConfigRfc6902Unauthorized) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 unauthorized response has a 3xx status code
func (*PatchSystemConfigRfc6902Unauthorized) IsServerError ¶
func (o *PatchSystemConfigRfc6902Unauthorized) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 unauthorized response has a 5xx status code
func (*PatchSystemConfigRfc6902Unauthorized) IsSuccess ¶
func (o *PatchSystemConfigRfc6902Unauthorized) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 unauthorized response has a 2xx status code
func (*PatchSystemConfigRfc6902Unauthorized) String ¶
func (o *PatchSystemConfigRfc6902Unauthorized) String() string
type PatchSystemConfigRfc6902UnprocessableEntity ¶
PatchSystemConfigRfc6902UnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewPatchSystemConfigRfc6902UnprocessableEntity ¶
func NewPatchSystemConfigRfc6902UnprocessableEntity() *PatchSystemConfigRfc6902UnprocessableEntity
NewPatchSystemConfigRfc6902UnprocessableEntity creates a PatchSystemConfigRfc6902UnprocessableEntity with default headers values
func (*PatchSystemConfigRfc6902UnprocessableEntity) Code ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) Code() int
Code gets the status code for the patch system config rfc6902 unprocessable entity response
func (*PatchSystemConfigRfc6902UnprocessableEntity) Error ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) Error() string
func (*PatchSystemConfigRfc6902UnprocessableEntity) GetPayload ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) GetPayload() *models.Error
func (*PatchSystemConfigRfc6902UnprocessableEntity) IsClientError ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsClientError() bool
IsClientError returns true when this patch system config rfc6902 unprocessable entity response has a 4xx status code
func (*PatchSystemConfigRfc6902UnprocessableEntity) IsCode ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this patch system config rfc6902 unprocessable entity response a status code equal to that given
func (*PatchSystemConfigRfc6902UnprocessableEntity) IsRedirect ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this patch system config rfc6902 unprocessable entity response has a 3xx status code
func (*PatchSystemConfigRfc6902UnprocessableEntity) IsServerError ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsServerError() bool
IsServerError returns true when this patch system config rfc6902 unprocessable entity response has a 5xx status code
func (*PatchSystemConfigRfc6902UnprocessableEntity) IsSuccess ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this patch system config rfc6902 unprocessable entity response has a 2xx status code
func (*PatchSystemConfigRfc6902UnprocessableEntity) String ¶
func (o *PatchSystemConfigRfc6902UnprocessableEntity) String() string
type PatchSystemConfigRfc7396BadRequest ¶
PatchSystemConfigRfc7396BadRequest describes a response with status code 400, with default header values.
Bad request
func NewPatchSystemConfigRfc7396BadRequest ¶
func NewPatchSystemConfigRfc7396BadRequest() *PatchSystemConfigRfc7396BadRequest
NewPatchSystemConfigRfc7396BadRequest creates a PatchSystemConfigRfc7396BadRequest with default headers values
func (*PatchSystemConfigRfc7396BadRequest) Code ¶
func (o *PatchSystemConfigRfc7396BadRequest) Code() int
Code gets the status code for the patch system config rfc7396 bad request response
func (*PatchSystemConfigRfc7396BadRequest) Error ¶
func (o *PatchSystemConfigRfc7396BadRequest) Error() string
func (*PatchSystemConfigRfc7396BadRequest) GetPayload ¶
func (o *PatchSystemConfigRfc7396BadRequest) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396BadRequest) IsClientError ¶
func (o *PatchSystemConfigRfc7396BadRequest) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 bad request response has a 4xx status code
func (*PatchSystemConfigRfc7396BadRequest) IsCode ¶
func (o *PatchSystemConfigRfc7396BadRequest) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 bad request response a status code equal to that given
func (*PatchSystemConfigRfc7396BadRequest) IsRedirect ¶
func (o *PatchSystemConfigRfc7396BadRequest) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 bad request response has a 3xx status code
func (*PatchSystemConfigRfc7396BadRequest) IsServerError ¶
func (o *PatchSystemConfigRfc7396BadRequest) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 bad request response has a 5xx status code
func (*PatchSystemConfigRfc7396BadRequest) IsSuccess ¶
func (o *PatchSystemConfigRfc7396BadRequest) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 bad request response has a 2xx status code
func (*PatchSystemConfigRfc7396BadRequest) String ¶
func (o *PatchSystemConfigRfc7396BadRequest) String() string
type PatchSystemConfigRfc7396Forbidden ¶
PatchSystemConfigRfc7396Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchSystemConfigRfc7396Forbidden ¶
func NewPatchSystemConfigRfc7396Forbidden() *PatchSystemConfigRfc7396Forbidden
NewPatchSystemConfigRfc7396Forbidden creates a PatchSystemConfigRfc7396Forbidden with default headers values
func (*PatchSystemConfigRfc7396Forbidden) Code ¶
func (o *PatchSystemConfigRfc7396Forbidden) Code() int
Code gets the status code for the patch system config rfc7396 forbidden response
func (*PatchSystemConfigRfc7396Forbidden) Error ¶
func (o *PatchSystemConfigRfc7396Forbidden) Error() string
func (*PatchSystemConfigRfc7396Forbidden) GetPayload ¶
func (o *PatchSystemConfigRfc7396Forbidden) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396Forbidden) IsClientError ¶
func (o *PatchSystemConfigRfc7396Forbidden) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 forbidden response has a 4xx status code
func (*PatchSystemConfigRfc7396Forbidden) IsCode ¶
func (o *PatchSystemConfigRfc7396Forbidden) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 forbidden response a status code equal to that given
func (*PatchSystemConfigRfc7396Forbidden) IsRedirect ¶
func (o *PatchSystemConfigRfc7396Forbidden) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 forbidden response has a 3xx status code
func (*PatchSystemConfigRfc7396Forbidden) IsServerError ¶
func (o *PatchSystemConfigRfc7396Forbidden) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 forbidden response has a 5xx status code
func (*PatchSystemConfigRfc7396Forbidden) IsSuccess ¶
func (o *PatchSystemConfigRfc7396Forbidden) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 forbidden response has a 2xx status code
func (*PatchSystemConfigRfc7396Forbidden) String ¶
func (o *PatchSystemConfigRfc7396Forbidden) String() string
type PatchSystemConfigRfc7396NoContent ¶
type PatchSystemConfigRfc7396NoContent struct { }
PatchSystemConfigRfc7396NoContent describes a response with status code 204, with default header values.
patch applied
func NewPatchSystemConfigRfc7396NoContent ¶
func NewPatchSystemConfigRfc7396NoContent() *PatchSystemConfigRfc7396NoContent
NewPatchSystemConfigRfc7396NoContent creates a PatchSystemConfigRfc7396NoContent with default headers values
func (*PatchSystemConfigRfc7396NoContent) Code ¶
func (o *PatchSystemConfigRfc7396NoContent) Code() int
Code gets the status code for the patch system config rfc7396 no content response
func (*PatchSystemConfigRfc7396NoContent) Error ¶
func (o *PatchSystemConfigRfc7396NoContent) Error() string
func (*PatchSystemConfigRfc7396NoContent) IsClientError ¶
func (o *PatchSystemConfigRfc7396NoContent) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 no content response has a 4xx status code
func (*PatchSystemConfigRfc7396NoContent) IsCode ¶
func (o *PatchSystemConfigRfc7396NoContent) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 no content response a status code equal to that given
func (*PatchSystemConfigRfc7396NoContent) IsRedirect ¶
func (o *PatchSystemConfigRfc7396NoContent) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 no content response has a 3xx status code
func (*PatchSystemConfigRfc7396NoContent) IsServerError ¶
func (o *PatchSystemConfigRfc7396NoContent) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 no content response has a 5xx status code
func (*PatchSystemConfigRfc7396NoContent) IsSuccess ¶
func (o *PatchSystemConfigRfc7396NoContent) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 no content response has a 2xx status code
func (*PatchSystemConfigRfc7396NoContent) String ¶
func (o *PatchSystemConfigRfc7396NoContent) String() string
type PatchSystemConfigRfc7396NotFound ¶
PatchSystemConfigRfc7396NotFound describes a response with status code 404, with default header values.
Not found
func NewPatchSystemConfigRfc7396NotFound ¶
func NewPatchSystemConfigRfc7396NotFound() *PatchSystemConfigRfc7396NotFound
NewPatchSystemConfigRfc7396NotFound creates a PatchSystemConfigRfc7396NotFound with default headers values
func (*PatchSystemConfigRfc7396NotFound) Code ¶
func (o *PatchSystemConfigRfc7396NotFound) Code() int
Code gets the status code for the patch system config rfc7396 not found response
func (*PatchSystemConfigRfc7396NotFound) Error ¶
func (o *PatchSystemConfigRfc7396NotFound) Error() string
func (*PatchSystemConfigRfc7396NotFound) GetPayload ¶
func (o *PatchSystemConfigRfc7396NotFound) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396NotFound) IsClientError ¶
func (o *PatchSystemConfigRfc7396NotFound) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 not found response has a 4xx status code
func (*PatchSystemConfigRfc7396NotFound) IsCode ¶
func (o *PatchSystemConfigRfc7396NotFound) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 not found response a status code equal to that given
func (*PatchSystemConfigRfc7396NotFound) IsRedirect ¶
func (o *PatchSystemConfigRfc7396NotFound) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 not found response has a 3xx status code
func (*PatchSystemConfigRfc7396NotFound) IsServerError ¶
func (o *PatchSystemConfigRfc7396NotFound) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 not found response has a 5xx status code
func (*PatchSystemConfigRfc7396NotFound) IsSuccess ¶
func (o *PatchSystemConfigRfc7396NotFound) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 not found response has a 2xx status code
func (*PatchSystemConfigRfc7396NotFound) String ¶
func (o *PatchSystemConfigRfc7396NotFound) String() string
type PatchSystemConfigRfc7396Params ¶
type PatchSystemConfigRfc7396Params struct { /* DryRun. Dry Run Default: "false" */ DryRun *string /* Mode. Insert mode Defines what happens in case of patched configuration import conflicts. The `mode` parameter defines what happens if there are any conflicts when importing your configuration. For example, if a client already exists within Cloudentity and you are trying to import a configuration that also has a client with this ID, there are the following ways Cloudentity can handle the request: `mode` set to `ignore`, Cloudentity ignores the changes that come from your configuration import. `mode` set to `fail`, Cloudentity stops processing the import and returns an error. `mode` set to `update`, Cloudentity updates the value from the previous configuration with the value provided in the request. Format: insertMode */ Mode *string // Patch. Patch models.Rfc7396PatchOperation /* Tid. Tenant ID Default: "default" */ Tid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchSystemConfigRfc7396Params contains all the parameters to send to the API endpoint
for the patch system config rfc7396 operation. Typically these are written to a http.Request.
func NewPatchSystemConfigRfc7396Params ¶
func NewPatchSystemConfigRfc7396Params() *PatchSystemConfigRfc7396Params
NewPatchSystemConfigRfc7396Params creates a new PatchSystemConfigRfc7396Params 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 NewPatchSystemConfigRfc7396ParamsWithContext ¶
func NewPatchSystemConfigRfc7396ParamsWithContext(ctx context.Context) *PatchSystemConfigRfc7396Params
NewPatchSystemConfigRfc7396ParamsWithContext creates a new PatchSystemConfigRfc7396Params object with the ability to set a context for a request.
func NewPatchSystemConfigRfc7396ParamsWithHTTPClient ¶
func NewPatchSystemConfigRfc7396ParamsWithHTTPClient(client *http.Client) *PatchSystemConfigRfc7396Params
NewPatchSystemConfigRfc7396ParamsWithHTTPClient creates a new PatchSystemConfigRfc7396Params object with the ability to set a custom HTTPClient for a request.
func NewPatchSystemConfigRfc7396ParamsWithTimeout ¶
func NewPatchSystemConfigRfc7396ParamsWithTimeout(timeout time.Duration) *PatchSystemConfigRfc7396Params
NewPatchSystemConfigRfc7396ParamsWithTimeout creates a new PatchSystemConfigRfc7396Params object with the ability to set a timeout on a request.
func (*PatchSystemConfigRfc7396Params) SetContext ¶
func (o *PatchSystemConfigRfc7396Params) SetContext(ctx context.Context)
SetContext adds the context to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetDefaults ¶
func (o *PatchSystemConfigRfc7396Params) SetDefaults()
SetDefaults hydrates default values in the patch system config rfc7396 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchSystemConfigRfc7396Params) SetDryRun ¶
func (o *PatchSystemConfigRfc7396Params) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetHTTPClient ¶
func (o *PatchSystemConfigRfc7396Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetMode ¶
func (o *PatchSystemConfigRfc7396Params) SetMode(mode *string)
SetMode adds the mode to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetPatch ¶
func (o *PatchSystemConfigRfc7396Params) SetPatch(patch models.Rfc7396PatchOperation)
SetPatch adds the patch to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetTid ¶
func (o *PatchSystemConfigRfc7396Params) SetTid(tid string)
SetTid adds the tid to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) SetTimeout ¶
func (o *PatchSystemConfigRfc7396Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithContext ¶
func (o *PatchSystemConfigRfc7396Params) WithContext(ctx context.Context) *PatchSystemConfigRfc7396Params
WithContext adds the context to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithDefaults ¶
func (o *PatchSystemConfigRfc7396Params) WithDefaults() *PatchSystemConfigRfc7396Params
WithDefaults hydrates default values in the patch system config rfc7396 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchSystemConfigRfc7396Params) WithDryRun ¶
func (o *PatchSystemConfigRfc7396Params) WithDryRun(dryRun *string) *PatchSystemConfigRfc7396Params
WithDryRun adds the dryRun to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithHTTPClient ¶
func (o *PatchSystemConfigRfc7396Params) WithHTTPClient(client *http.Client) *PatchSystemConfigRfc7396Params
WithHTTPClient adds the HTTPClient to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithMode ¶
func (o *PatchSystemConfigRfc7396Params) WithMode(mode *string) *PatchSystemConfigRfc7396Params
WithMode adds the mode to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithPatch ¶
func (o *PatchSystemConfigRfc7396Params) WithPatch(patch models.Rfc7396PatchOperation) *PatchSystemConfigRfc7396Params
WithPatch adds the patch to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithTid ¶
func (o *PatchSystemConfigRfc7396Params) WithTid(tid string) *PatchSystemConfigRfc7396Params
WithTid adds the tid to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WithTimeout ¶
func (o *PatchSystemConfigRfc7396Params) WithTimeout(timeout time.Duration) *PatchSystemConfigRfc7396Params
WithTimeout adds the timeout to the patch system config rfc7396 params
func (*PatchSystemConfigRfc7396Params) WriteToRequest ¶
func (o *PatchSystemConfigRfc7396Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchSystemConfigRfc7396Reader ¶
type PatchSystemConfigRfc7396Reader struct {
// contains filtered or unexported fields
}
PatchSystemConfigRfc7396Reader is a Reader for the PatchSystemConfigRfc7396 structure.
func (*PatchSystemConfigRfc7396Reader) ReadResponse ¶
func (o *PatchSystemConfigRfc7396Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchSystemConfigRfc7396TooManyRequests ¶
PatchSystemConfigRfc7396TooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewPatchSystemConfigRfc7396TooManyRequests ¶
func NewPatchSystemConfigRfc7396TooManyRequests() *PatchSystemConfigRfc7396TooManyRequests
NewPatchSystemConfigRfc7396TooManyRequests creates a PatchSystemConfigRfc7396TooManyRequests with default headers values
func (*PatchSystemConfigRfc7396TooManyRequests) Code ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) Code() int
Code gets the status code for the patch system config rfc7396 too many requests response
func (*PatchSystemConfigRfc7396TooManyRequests) Error ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) Error() string
func (*PatchSystemConfigRfc7396TooManyRequests) GetPayload ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396TooManyRequests) IsClientError ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 too many requests response has a 4xx status code
func (*PatchSystemConfigRfc7396TooManyRequests) IsCode ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 too many requests response a status code equal to that given
func (*PatchSystemConfigRfc7396TooManyRequests) IsRedirect ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 too many requests response has a 3xx status code
func (*PatchSystemConfigRfc7396TooManyRequests) IsServerError ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 too many requests response has a 5xx status code
func (*PatchSystemConfigRfc7396TooManyRequests) IsSuccess ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 too many requests response has a 2xx status code
func (*PatchSystemConfigRfc7396TooManyRequests) String ¶
func (o *PatchSystemConfigRfc7396TooManyRequests) String() string
type PatchSystemConfigRfc7396Unauthorized ¶
type PatchSystemConfigRfc7396Unauthorized struct {
}PatchSystemConfigRfc7396Unauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPatchSystemConfigRfc7396Unauthorized ¶
func NewPatchSystemConfigRfc7396Unauthorized() *PatchSystemConfigRfc7396Unauthorized
NewPatchSystemConfigRfc7396Unauthorized creates a PatchSystemConfigRfc7396Unauthorized with default headers values
func (*PatchSystemConfigRfc7396Unauthorized) Code ¶
func (o *PatchSystemConfigRfc7396Unauthorized) Code() int
Code gets the status code for the patch system config rfc7396 unauthorized response
func (*PatchSystemConfigRfc7396Unauthorized) Error ¶
func (o *PatchSystemConfigRfc7396Unauthorized) Error() string
func (*PatchSystemConfigRfc7396Unauthorized) GetPayload ¶
func (o *PatchSystemConfigRfc7396Unauthorized) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396Unauthorized) IsClientError ¶
func (o *PatchSystemConfigRfc7396Unauthorized) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 unauthorized response has a 4xx status code
func (*PatchSystemConfigRfc7396Unauthorized) IsCode ¶
func (o *PatchSystemConfigRfc7396Unauthorized) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 unauthorized response a status code equal to that given
func (*PatchSystemConfigRfc7396Unauthorized) IsRedirect ¶
func (o *PatchSystemConfigRfc7396Unauthorized) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 unauthorized response has a 3xx status code
func (*PatchSystemConfigRfc7396Unauthorized) IsServerError ¶
func (o *PatchSystemConfigRfc7396Unauthorized) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 unauthorized response has a 5xx status code
func (*PatchSystemConfigRfc7396Unauthorized) IsSuccess ¶
func (o *PatchSystemConfigRfc7396Unauthorized) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 unauthorized response has a 2xx status code
func (*PatchSystemConfigRfc7396Unauthorized) String ¶
func (o *PatchSystemConfigRfc7396Unauthorized) String() string
type PatchSystemConfigRfc7396UnprocessableEntity ¶
PatchSystemConfigRfc7396UnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewPatchSystemConfigRfc7396UnprocessableEntity ¶
func NewPatchSystemConfigRfc7396UnprocessableEntity() *PatchSystemConfigRfc7396UnprocessableEntity
NewPatchSystemConfigRfc7396UnprocessableEntity creates a PatchSystemConfigRfc7396UnprocessableEntity with default headers values
func (*PatchSystemConfigRfc7396UnprocessableEntity) Code ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) Code() int
Code gets the status code for the patch system config rfc7396 unprocessable entity response
func (*PatchSystemConfigRfc7396UnprocessableEntity) Error ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) Error() string
func (*PatchSystemConfigRfc7396UnprocessableEntity) GetPayload ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) GetPayload() *models.Error
func (*PatchSystemConfigRfc7396UnprocessableEntity) IsClientError ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsClientError() bool
IsClientError returns true when this patch system config rfc7396 unprocessable entity response has a 4xx status code
func (*PatchSystemConfigRfc7396UnprocessableEntity) IsCode ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this patch system config rfc7396 unprocessable entity response a status code equal to that given
func (*PatchSystemConfigRfc7396UnprocessableEntity) IsRedirect ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this patch system config rfc7396 unprocessable entity response has a 3xx status code
func (*PatchSystemConfigRfc7396UnprocessableEntity) IsServerError ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsServerError() bool
IsServerError returns true when this patch system config rfc7396 unprocessable entity response has a 5xx status code
func (*PatchSystemConfigRfc7396UnprocessableEntity) IsSuccess ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this patch system config rfc7396 unprocessable entity response has a 2xx status code
func (*PatchSystemConfigRfc7396UnprocessableEntity) String ¶
func (o *PatchSystemConfigRfc7396UnprocessableEntity) String() string
Source Files ¶
- export_system_config_parameters.go
- export_system_config_responses.go
- import_system_config_parameters.go
- import_system_config_responses.go
- patch_system_config_rfc6902_parameters.go
- patch_system_config_rfc6902_responses.go
- patch_system_config_rfc7396_parameters.go
- patch_system_config_rfc7396_responses.go
- root_configuration_client.go