system

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindSystemAPIConflict

type BindSystemAPIConflict struct {
	Payload *models.Error
}

BindSystemAPIConflict describes a response with status code 409, with default header values.

Conflict

func NewBindSystemAPIConflict

func NewBindSystemAPIConflict() *BindSystemAPIConflict

NewBindSystemAPIConflict creates a BindSystemAPIConflict with default headers values

func (*BindSystemAPIConflict) Code

func (o *BindSystemAPIConflict) Code() int

Code gets the status code for the bind system Api conflict response

func (*BindSystemAPIConflict) Error

func (o *BindSystemAPIConflict) Error() string

func (*BindSystemAPIConflict) GetPayload

func (o *BindSystemAPIConflict) GetPayload() *models.Error

func (*BindSystemAPIConflict) IsClientError

func (o *BindSystemAPIConflict) IsClientError() bool

IsClientError returns true when this bind system Api conflict response has a 4xx status code

func (*BindSystemAPIConflict) IsCode

func (o *BindSystemAPIConflict) IsCode(code int) bool

IsCode returns true when this bind system Api conflict response a status code equal to that given

func (*BindSystemAPIConflict) IsRedirect

func (o *BindSystemAPIConflict) IsRedirect() bool

IsRedirect returns true when this bind system Api conflict response has a 3xx status code

func (*BindSystemAPIConflict) IsServerError

func (o *BindSystemAPIConflict) IsServerError() bool

IsServerError returns true when this bind system Api conflict response has a 5xx status code

func (*BindSystemAPIConflict) IsSuccess

func (o *BindSystemAPIConflict) IsSuccess() bool

IsSuccess returns true when this bind system Api conflict response has a 2xx status code

func (*BindSystemAPIConflict) String

func (o *BindSystemAPIConflict) String() string

type BindSystemAPIForbidden

type BindSystemAPIForbidden struct {
	Payload *models.Error
}

BindSystemAPIForbidden describes a response with status code 403, with default header values.

Forbidden

func NewBindSystemAPIForbidden

func NewBindSystemAPIForbidden() *BindSystemAPIForbidden

NewBindSystemAPIForbidden creates a BindSystemAPIForbidden with default headers values

func (*BindSystemAPIForbidden) Code

func (o *BindSystemAPIForbidden) Code() int

Code gets the status code for the bind system Api forbidden response

func (*BindSystemAPIForbidden) Error

func (o *BindSystemAPIForbidden) Error() string

func (*BindSystemAPIForbidden) GetPayload

func (o *BindSystemAPIForbidden) GetPayload() *models.Error

func (*BindSystemAPIForbidden) IsClientError

func (o *BindSystemAPIForbidden) IsClientError() bool

IsClientError returns true when this bind system Api forbidden response has a 4xx status code

func (*BindSystemAPIForbidden) IsCode

func (o *BindSystemAPIForbidden) IsCode(code int) bool

IsCode returns true when this bind system Api forbidden response a status code equal to that given

func (*BindSystemAPIForbidden) IsRedirect

func (o *BindSystemAPIForbidden) IsRedirect() bool

IsRedirect returns true when this bind system Api forbidden response has a 3xx status code

func (*BindSystemAPIForbidden) IsServerError

func (o *BindSystemAPIForbidden) IsServerError() bool

IsServerError returns true when this bind system Api forbidden response has a 5xx status code

func (*BindSystemAPIForbidden) IsSuccess

func (o *BindSystemAPIForbidden) IsSuccess() bool

IsSuccess returns true when this bind system Api forbidden response has a 2xx status code

func (*BindSystemAPIForbidden) String

func (o *BindSystemAPIForbidden) String() string

type BindSystemAPINoContent

type BindSystemAPINoContent struct {
}

BindSystemAPINoContent describes a response with status code 204, with default header values.

success

func NewBindSystemAPINoContent

func NewBindSystemAPINoContent() *BindSystemAPINoContent

NewBindSystemAPINoContent creates a BindSystemAPINoContent with default headers values

func (*BindSystemAPINoContent) Code

func (o *BindSystemAPINoContent) Code() int

Code gets the status code for the bind system Api no content response

func (*BindSystemAPINoContent) Error

func (o *BindSystemAPINoContent) Error() string

func (*BindSystemAPINoContent) IsClientError

func (o *BindSystemAPINoContent) IsClientError() bool

IsClientError returns true when this bind system Api no content response has a 4xx status code

func (*BindSystemAPINoContent) IsCode

func (o *BindSystemAPINoContent) IsCode(code int) bool

IsCode returns true when this bind system Api no content response a status code equal to that given

func (*BindSystemAPINoContent) IsRedirect

func (o *BindSystemAPINoContent) IsRedirect() bool

IsRedirect returns true when this bind system Api no content response has a 3xx status code

func (*BindSystemAPINoContent) IsServerError

func (o *BindSystemAPINoContent) IsServerError() bool

IsServerError returns true when this bind system Api no content response has a 5xx status code

func (*BindSystemAPINoContent) IsSuccess

func (o *BindSystemAPINoContent) IsSuccess() bool

IsSuccess returns true when this bind system Api no content response has a 2xx status code

func (*BindSystemAPINoContent) String

func (o *BindSystemAPINoContent) String() string

type BindSystemAPIParams

type BindSystemAPIParams struct {

	// Body.
	Body *models.BindSystemAPIRequest

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BindSystemAPIParams contains all the parameters to send to the API endpoint

for the bind system API operation.

Typically these are written to a http.Request.

func NewBindSystemAPIParams

func NewBindSystemAPIParams() *BindSystemAPIParams

NewBindSystemAPIParams creates a new BindSystemAPIParams 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 NewBindSystemAPIParamsWithContext

func NewBindSystemAPIParamsWithContext(ctx context.Context) *BindSystemAPIParams

NewBindSystemAPIParamsWithContext creates a new BindSystemAPIParams object with the ability to set a context for a request.

func NewBindSystemAPIParamsWithHTTPClient

func NewBindSystemAPIParamsWithHTTPClient(client *http.Client) *BindSystemAPIParams

NewBindSystemAPIParamsWithHTTPClient creates a new BindSystemAPIParams object with the ability to set a custom HTTPClient for a request.

func NewBindSystemAPIParamsWithTimeout

func NewBindSystemAPIParamsWithTimeout(timeout time.Duration) *BindSystemAPIParams

NewBindSystemAPIParamsWithTimeout creates a new BindSystemAPIParams object with the ability to set a timeout on a request.

func (*BindSystemAPIParams) SetBody

SetBody adds the body to the bind system API params

func (*BindSystemAPIParams) SetContext

func (o *BindSystemAPIParams) SetContext(ctx context.Context)

SetContext adds the context to the bind system API params

func (*BindSystemAPIParams) SetDefaults

func (o *BindSystemAPIParams) SetDefaults()

SetDefaults hydrates default values in the bind system API params (not the query body).

All values with no default are reset to their zero value.

func (*BindSystemAPIParams) SetHTTPClient

func (o *BindSystemAPIParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bind system API params

func (*BindSystemAPIParams) SetIfMatch

func (o *BindSystemAPIParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the bind system API params

func (*BindSystemAPIParams) SetTimeout

func (o *BindSystemAPIParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bind system API params

func (*BindSystemAPIParams) WithBody

WithBody adds the body to the bind system API params

func (*BindSystemAPIParams) WithContext

WithContext adds the context to the bind system API params

func (*BindSystemAPIParams) WithDefaults

func (o *BindSystemAPIParams) WithDefaults() *BindSystemAPIParams

WithDefaults hydrates default values in the bind system API params (not the query body).

All values with no default are reset to their zero value.

func (*BindSystemAPIParams) WithHTTPClient

func (o *BindSystemAPIParams) WithHTTPClient(client *http.Client) *BindSystemAPIParams

WithHTTPClient adds the HTTPClient to the bind system API params

func (*BindSystemAPIParams) WithIfMatch

func (o *BindSystemAPIParams) WithIfMatch(ifMatch *string) *BindSystemAPIParams

WithIfMatch adds the ifMatch to the bind system API params

func (*BindSystemAPIParams) WithTimeout

func (o *BindSystemAPIParams) WithTimeout(timeout time.Duration) *BindSystemAPIParams

WithTimeout adds the timeout to the bind system API params

func (*BindSystemAPIParams) WriteToRequest

func (o *BindSystemAPIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type BindSystemAPIReader

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

BindSystemAPIReader is a Reader for the BindSystemAPI structure.

func (*BindSystemAPIReader) ReadResponse

func (o *BindSystemAPIReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BindSystemAPITooManyRequests

type BindSystemAPITooManyRequests struct {
	Payload *models.Error
}

BindSystemAPITooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewBindSystemAPITooManyRequests

func NewBindSystemAPITooManyRequests() *BindSystemAPITooManyRequests

NewBindSystemAPITooManyRequests creates a BindSystemAPITooManyRequests with default headers values

func (*BindSystemAPITooManyRequests) Code

Code gets the status code for the bind system Api too many requests response

func (*BindSystemAPITooManyRequests) Error

func (*BindSystemAPITooManyRequests) GetPayload

func (o *BindSystemAPITooManyRequests) GetPayload() *models.Error

func (*BindSystemAPITooManyRequests) IsClientError

func (o *BindSystemAPITooManyRequests) IsClientError() bool

IsClientError returns true when this bind system Api too many requests response has a 4xx status code

func (*BindSystemAPITooManyRequests) IsCode

func (o *BindSystemAPITooManyRequests) IsCode(code int) bool

IsCode returns true when this bind system Api too many requests response a status code equal to that given

func (*BindSystemAPITooManyRequests) IsRedirect

func (o *BindSystemAPITooManyRequests) IsRedirect() bool

IsRedirect returns true when this bind system Api too many requests response has a 3xx status code

func (*BindSystemAPITooManyRequests) IsServerError

func (o *BindSystemAPITooManyRequests) IsServerError() bool

IsServerError returns true when this bind system Api too many requests response has a 5xx status code

func (*BindSystemAPITooManyRequests) IsSuccess

func (o *BindSystemAPITooManyRequests) IsSuccess() bool

IsSuccess returns true when this bind system Api too many requests response has a 2xx status code

func (*BindSystemAPITooManyRequests) String

type BindSystemAPIUnauthorized

type BindSystemAPIUnauthorized struct {
	Payload *models.Error
}

BindSystemAPIUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewBindSystemAPIUnauthorized

func NewBindSystemAPIUnauthorized() *BindSystemAPIUnauthorized

NewBindSystemAPIUnauthorized creates a BindSystemAPIUnauthorized with default headers values

func (*BindSystemAPIUnauthorized) Code

func (o *BindSystemAPIUnauthorized) Code() int

Code gets the status code for the bind system Api unauthorized response

func (*BindSystemAPIUnauthorized) Error

func (o *BindSystemAPIUnauthorized) Error() string

func (*BindSystemAPIUnauthorized) GetPayload

func (o *BindSystemAPIUnauthorized) GetPayload() *models.Error

func (*BindSystemAPIUnauthorized) IsClientError

func (o *BindSystemAPIUnauthorized) IsClientError() bool

IsClientError returns true when this bind system Api unauthorized response has a 4xx status code

func (*BindSystemAPIUnauthorized) IsCode

func (o *BindSystemAPIUnauthorized) IsCode(code int) bool

IsCode returns true when this bind system Api unauthorized response a status code equal to that given

func (*BindSystemAPIUnauthorized) IsRedirect

func (o *BindSystemAPIUnauthorized) IsRedirect() bool

IsRedirect returns true when this bind system Api unauthorized response has a 3xx status code

func (*BindSystemAPIUnauthorized) IsServerError

func (o *BindSystemAPIUnauthorized) IsServerError() bool

IsServerError returns true when this bind system Api unauthorized response has a 5xx status code

func (*BindSystemAPIUnauthorized) IsSuccess

func (o *BindSystemAPIUnauthorized) IsSuccess() bool

IsSuccess returns true when this bind system Api unauthorized response has a 2xx status code

func (*BindSystemAPIUnauthorized) String

func (o *BindSystemAPIUnauthorized) String() string

type Client

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

Client for system API

func (*Client) BindSystemAPI

func (a *Client) BindSystemAPI(params *BindSystemAPIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BindSystemAPINoContent, error)

BindSystemAPI binds system api

Bind policy to a system api.

func (*Client) ListSystemAPIBindings

func (a *Client) ListSystemAPIBindings(params *ListSystemAPIBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemAPIBindingsOK, error)

ListSystemAPIBindings lists system api bindings

List policy to system api bindings.

func (*Client) ListSystemAPIs

func (a *Client) ListSystemAPIs(params *ListSystemAPIsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemAPIsOK, error)

ListSystemAPIs lists system a p is

List APIs of the system tenant and system authorization server.

func (*Client) ListSystemServices

func (a *Client) ListSystemServices(params *ListSystemServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemServicesOK, error)

ListSystemServices lists system services

List services of the system tenant and system authorization server.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UnbindSystemAPI

func (a *Client) UnbindSystemAPI(params *UnbindSystemAPIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbindSystemAPINoContent, error)

UnbindSystemAPI unbinds system api

Unbind policy from a system api.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	BindSystemAPI(params *BindSystemAPIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BindSystemAPINoContent, error)

	ListSystemAPIBindings(params *ListSystemAPIBindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemAPIBindingsOK, error)

	ListSystemAPIs(params *ListSystemAPIsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemAPIsOK, error)

	ListSystemServices(params *ListSystemServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemServicesOK, error)

	UnbindSystemAPI(params *UnbindSystemAPIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbindSystemAPINoContent, 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 system API client.

type ListSystemAPIBindingsForbidden

type ListSystemAPIBindingsForbidden struct {
	Payload *models.Error
}

ListSystemAPIBindingsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewListSystemAPIBindingsForbidden

func NewListSystemAPIBindingsForbidden() *ListSystemAPIBindingsForbidden

NewListSystemAPIBindingsForbidden creates a ListSystemAPIBindingsForbidden with default headers values

func (*ListSystemAPIBindingsForbidden) Code

Code gets the status code for the list system Api bindings forbidden response

func (*ListSystemAPIBindingsForbidden) Error

func (*ListSystemAPIBindingsForbidden) GetPayload

func (o *ListSystemAPIBindingsForbidden) GetPayload() *models.Error

func (*ListSystemAPIBindingsForbidden) IsClientError

func (o *ListSystemAPIBindingsForbidden) IsClientError() bool

IsClientError returns true when this list system Api bindings forbidden response has a 4xx status code

func (*ListSystemAPIBindingsForbidden) IsCode

func (o *ListSystemAPIBindingsForbidden) IsCode(code int) bool

IsCode returns true when this list system Api bindings forbidden response a status code equal to that given

func (*ListSystemAPIBindingsForbidden) IsRedirect

func (o *ListSystemAPIBindingsForbidden) IsRedirect() bool

IsRedirect returns true when this list system Api bindings forbidden response has a 3xx status code

func (*ListSystemAPIBindingsForbidden) IsServerError

func (o *ListSystemAPIBindingsForbidden) IsServerError() bool

IsServerError returns true when this list system Api bindings forbidden response has a 5xx status code

func (*ListSystemAPIBindingsForbidden) IsSuccess

func (o *ListSystemAPIBindingsForbidden) IsSuccess() bool

IsSuccess returns true when this list system Api bindings forbidden response has a 2xx status code

func (*ListSystemAPIBindingsForbidden) String

type ListSystemAPIBindingsOK

type ListSystemAPIBindingsOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SystemAPIBindings
}

ListSystemAPIBindingsOK describes a response with status code 200, with default header values.

System API bindings

func NewListSystemAPIBindingsOK

func NewListSystemAPIBindingsOK() *ListSystemAPIBindingsOK

NewListSystemAPIBindingsOK creates a ListSystemAPIBindingsOK with default headers values

func (*ListSystemAPIBindingsOK) Code

func (o *ListSystemAPIBindingsOK) Code() int

Code gets the status code for the list system Api bindings o k response

func (*ListSystemAPIBindingsOK) Error

func (o *ListSystemAPIBindingsOK) Error() string

func (*ListSystemAPIBindingsOK) GetPayload

func (*ListSystemAPIBindingsOK) IsClientError

func (o *ListSystemAPIBindingsOK) IsClientError() bool

IsClientError returns true when this list system Api bindings o k response has a 4xx status code

func (*ListSystemAPIBindingsOK) IsCode

func (o *ListSystemAPIBindingsOK) IsCode(code int) bool

IsCode returns true when this list system Api bindings o k response a status code equal to that given

func (*ListSystemAPIBindingsOK) IsRedirect

func (o *ListSystemAPIBindingsOK) IsRedirect() bool

IsRedirect returns true when this list system Api bindings o k response has a 3xx status code

func (*ListSystemAPIBindingsOK) IsServerError

func (o *ListSystemAPIBindingsOK) IsServerError() bool

IsServerError returns true when this list system Api bindings o k response has a 5xx status code

func (*ListSystemAPIBindingsOK) IsSuccess

func (o *ListSystemAPIBindingsOK) IsSuccess() bool

IsSuccess returns true when this list system Api bindings o k response has a 2xx status code

func (*ListSystemAPIBindingsOK) String

func (o *ListSystemAPIBindingsOK) String() string

type ListSystemAPIBindingsParams

type ListSystemAPIBindingsParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	/* Wid.

	   Server id

	   Default: "default"
	*/
	Wid string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSystemAPIBindingsParams contains all the parameters to send to the API endpoint

for the list system API bindings operation.

Typically these are written to a http.Request.

func NewListSystemAPIBindingsParams

func NewListSystemAPIBindingsParams() *ListSystemAPIBindingsParams

NewListSystemAPIBindingsParams creates a new ListSystemAPIBindingsParams 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 NewListSystemAPIBindingsParamsWithContext

func NewListSystemAPIBindingsParamsWithContext(ctx context.Context) *ListSystemAPIBindingsParams

NewListSystemAPIBindingsParamsWithContext creates a new ListSystemAPIBindingsParams object with the ability to set a context for a request.

func NewListSystemAPIBindingsParamsWithHTTPClient

func NewListSystemAPIBindingsParamsWithHTTPClient(client *http.Client) *ListSystemAPIBindingsParams

NewListSystemAPIBindingsParamsWithHTTPClient creates a new ListSystemAPIBindingsParams object with the ability to set a custom HTTPClient for a request.

func NewListSystemAPIBindingsParamsWithTimeout

func NewListSystemAPIBindingsParamsWithTimeout(timeout time.Duration) *ListSystemAPIBindingsParams

NewListSystemAPIBindingsParamsWithTimeout creates a new ListSystemAPIBindingsParams object with the ability to set a timeout on a request.

func (*ListSystemAPIBindingsParams) SetContext

func (o *ListSystemAPIBindingsParams) SetContext(ctx context.Context)

SetContext adds the context to the list system API bindings params

func (*ListSystemAPIBindingsParams) SetDefaults

func (o *ListSystemAPIBindingsParams) SetDefaults()

SetDefaults hydrates default values in the list system API bindings params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemAPIBindingsParams) SetHTTPClient

func (o *ListSystemAPIBindingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list system API bindings params

func (*ListSystemAPIBindingsParams) SetIfMatch

func (o *ListSystemAPIBindingsParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the list system API bindings params

func (*ListSystemAPIBindingsParams) SetTimeout

func (o *ListSystemAPIBindingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list system API bindings params

func (*ListSystemAPIBindingsParams) SetWid

func (o *ListSystemAPIBindingsParams) SetWid(wid string)

SetWid adds the wid to the list system API bindings params

func (*ListSystemAPIBindingsParams) WithContext

WithContext adds the context to the list system API bindings params

func (*ListSystemAPIBindingsParams) WithDefaults

WithDefaults hydrates default values in the list system API bindings params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemAPIBindingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list system API bindings params

func (*ListSystemAPIBindingsParams) WithIfMatch

WithIfMatch adds the ifMatch to the list system API bindings params

func (*ListSystemAPIBindingsParams) WithTimeout

WithTimeout adds the timeout to the list system API bindings params

func (*ListSystemAPIBindingsParams) WithWid

WithWid adds the wid to the list system API bindings params

func (*ListSystemAPIBindingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSystemAPIBindingsReader

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

ListSystemAPIBindingsReader is a Reader for the ListSystemAPIBindings structure.

func (*ListSystemAPIBindingsReader) ReadResponse

func (o *ListSystemAPIBindingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListSystemAPIBindingsTooManyRequests

type ListSystemAPIBindingsTooManyRequests struct {
	Payload *models.Error
}

ListSystemAPIBindingsTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewListSystemAPIBindingsTooManyRequests

func NewListSystemAPIBindingsTooManyRequests() *ListSystemAPIBindingsTooManyRequests

NewListSystemAPIBindingsTooManyRequests creates a ListSystemAPIBindingsTooManyRequests with default headers values

func (*ListSystemAPIBindingsTooManyRequests) Code

Code gets the status code for the list system Api bindings too many requests response

func (*ListSystemAPIBindingsTooManyRequests) Error

func (*ListSystemAPIBindingsTooManyRequests) GetPayload

func (*ListSystemAPIBindingsTooManyRequests) IsClientError

func (o *ListSystemAPIBindingsTooManyRequests) IsClientError() bool

IsClientError returns true when this list system Api bindings too many requests response has a 4xx status code

func (*ListSystemAPIBindingsTooManyRequests) IsCode

IsCode returns true when this list system Api bindings too many requests response a status code equal to that given

func (*ListSystemAPIBindingsTooManyRequests) IsRedirect

IsRedirect returns true when this list system Api bindings too many requests response has a 3xx status code

func (*ListSystemAPIBindingsTooManyRequests) IsServerError

func (o *ListSystemAPIBindingsTooManyRequests) IsServerError() bool

IsServerError returns true when this list system Api bindings too many requests response has a 5xx status code

func (*ListSystemAPIBindingsTooManyRequests) IsSuccess

IsSuccess returns true when this list system Api bindings too many requests response has a 2xx status code

func (*ListSystemAPIBindingsTooManyRequests) String

type ListSystemAPIBindingsUnauthorized

type ListSystemAPIBindingsUnauthorized struct {
	Payload *models.Error
}

ListSystemAPIBindingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewListSystemAPIBindingsUnauthorized

func NewListSystemAPIBindingsUnauthorized() *ListSystemAPIBindingsUnauthorized

NewListSystemAPIBindingsUnauthorized creates a ListSystemAPIBindingsUnauthorized with default headers values

func (*ListSystemAPIBindingsUnauthorized) Code

Code gets the status code for the list system Api bindings unauthorized response

func (*ListSystemAPIBindingsUnauthorized) Error

func (*ListSystemAPIBindingsUnauthorized) GetPayload

func (*ListSystemAPIBindingsUnauthorized) IsClientError

func (o *ListSystemAPIBindingsUnauthorized) IsClientError() bool

IsClientError returns true when this list system Api bindings unauthorized response has a 4xx status code

func (*ListSystemAPIBindingsUnauthorized) IsCode

func (o *ListSystemAPIBindingsUnauthorized) IsCode(code int) bool

IsCode returns true when this list system Api bindings unauthorized response a status code equal to that given

func (*ListSystemAPIBindingsUnauthorized) IsRedirect

func (o *ListSystemAPIBindingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list system Api bindings unauthorized response has a 3xx status code

func (*ListSystemAPIBindingsUnauthorized) IsServerError

func (o *ListSystemAPIBindingsUnauthorized) IsServerError() bool

IsServerError returns true when this list system Api bindings unauthorized response has a 5xx status code

func (*ListSystemAPIBindingsUnauthorized) IsSuccess

func (o *ListSystemAPIBindingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list system Api bindings unauthorized response has a 2xx status code

func (*ListSystemAPIBindingsUnauthorized) String

type ListSystemAPIsForbidden

type ListSystemAPIsForbidden struct {
	Payload *models.Error
}

ListSystemAPIsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewListSystemAPIsForbidden

func NewListSystemAPIsForbidden() *ListSystemAPIsForbidden

NewListSystemAPIsForbidden creates a ListSystemAPIsForbidden with default headers values

func (*ListSystemAPIsForbidden) Code

func (o *ListSystemAPIsForbidden) Code() int

Code gets the status code for the list system a p is forbidden response

func (*ListSystemAPIsForbidden) Error

func (o *ListSystemAPIsForbidden) Error() string

func (*ListSystemAPIsForbidden) GetPayload

func (o *ListSystemAPIsForbidden) GetPayload() *models.Error

func (*ListSystemAPIsForbidden) IsClientError

func (o *ListSystemAPIsForbidden) IsClientError() bool

IsClientError returns true when this list system a p is forbidden response has a 4xx status code

func (*ListSystemAPIsForbidden) IsCode

func (o *ListSystemAPIsForbidden) IsCode(code int) bool

IsCode returns true when this list system a p is forbidden response a status code equal to that given

func (*ListSystemAPIsForbidden) IsRedirect

func (o *ListSystemAPIsForbidden) IsRedirect() bool

IsRedirect returns true when this list system a p is forbidden response has a 3xx status code

func (*ListSystemAPIsForbidden) IsServerError

func (o *ListSystemAPIsForbidden) IsServerError() bool

IsServerError returns true when this list system a p is forbidden response has a 5xx status code

func (*ListSystemAPIsForbidden) IsSuccess

func (o *ListSystemAPIsForbidden) IsSuccess() bool

IsSuccess returns true when this list system a p is forbidden response has a 2xx status code

func (*ListSystemAPIsForbidden) String

func (o *ListSystemAPIsForbidden) String() string

type ListSystemAPIsOK

type ListSystemAPIsOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.ServerAPIs
}

ListSystemAPIsOK describes a response with status code 200, with default header values.

APIs grouped by service ids

func NewListSystemAPIsOK

func NewListSystemAPIsOK() *ListSystemAPIsOK

NewListSystemAPIsOK creates a ListSystemAPIsOK with default headers values

func (*ListSystemAPIsOK) Code

func (o *ListSystemAPIsOK) Code() int

Code gets the status code for the list system a p is o k response

func (*ListSystemAPIsOK) Error

func (o *ListSystemAPIsOK) Error() string

func (*ListSystemAPIsOK) GetPayload

func (o *ListSystemAPIsOK) GetPayload() *models.ServerAPIs

func (*ListSystemAPIsOK) IsClientError

func (o *ListSystemAPIsOK) IsClientError() bool

IsClientError returns true when this list system a p is o k response has a 4xx status code

func (*ListSystemAPIsOK) IsCode

func (o *ListSystemAPIsOK) IsCode(code int) bool

IsCode returns true when this list system a p is o k response a status code equal to that given

func (*ListSystemAPIsOK) IsRedirect

func (o *ListSystemAPIsOK) IsRedirect() bool

IsRedirect returns true when this list system a p is o k response has a 3xx status code

func (*ListSystemAPIsOK) IsServerError

func (o *ListSystemAPIsOK) IsServerError() bool

IsServerError returns true when this list system a p is o k response has a 5xx status code

func (*ListSystemAPIsOK) IsSuccess

func (o *ListSystemAPIsOK) IsSuccess() bool

IsSuccess returns true when this list system a p is o k response has a 2xx status code

func (*ListSystemAPIsOK) String

func (o *ListSystemAPIsOK) String() string

type ListSystemAPIsParams

type ListSystemAPIsParams struct {

	/* DataClassification.

	   List apis that have given data classifications
	*/
	DataClassification []string

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	/* WithoutDataClassifications.

	   List apis that have no data classifications
	*/
	WithoutDataClassifications *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSystemAPIsParams contains all the parameters to send to the API endpoint

for the list system a p is operation.

Typically these are written to a http.Request.

func NewListSystemAPIsParams

func NewListSystemAPIsParams() *ListSystemAPIsParams

NewListSystemAPIsParams creates a new ListSystemAPIsParams 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 NewListSystemAPIsParamsWithContext

func NewListSystemAPIsParamsWithContext(ctx context.Context) *ListSystemAPIsParams

NewListSystemAPIsParamsWithContext creates a new ListSystemAPIsParams object with the ability to set a context for a request.

func NewListSystemAPIsParamsWithHTTPClient

func NewListSystemAPIsParamsWithHTTPClient(client *http.Client) *ListSystemAPIsParams

NewListSystemAPIsParamsWithHTTPClient creates a new ListSystemAPIsParams object with the ability to set a custom HTTPClient for a request.

func NewListSystemAPIsParamsWithTimeout

func NewListSystemAPIsParamsWithTimeout(timeout time.Duration) *ListSystemAPIsParams

NewListSystemAPIsParamsWithTimeout creates a new ListSystemAPIsParams object with the ability to set a timeout on a request.

func (*ListSystemAPIsParams) SetContext

func (o *ListSystemAPIsParams) SetContext(ctx context.Context)

SetContext adds the context to the list system a p is params

func (*ListSystemAPIsParams) SetDataClassification

func (o *ListSystemAPIsParams) SetDataClassification(dataClassification []string)

SetDataClassification adds the dataClassification to the list system a p is params

func (*ListSystemAPIsParams) SetDefaults

func (o *ListSystemAPIsParams) SetDefaults()

SetDefaults hydrates default values in the list system a p is params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemAPIsParams) SetHTTPClient

func (o *ListSystemAPIsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list system a p is params

func (*ListSystemAPIsParams) SetIfMatch

func (o *ListSystemAPIsParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the list system a p is params

func (*ListSystemAPIsParams) SetTimeout

func (o *ListSystemAPIsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list system a p is params

func (*ListSystemAPIsParams) SetWithoutDataClassifications

func (o *ListSystemAPIsParams) SetWithoutDataClassifications(withoutDataClassifications *bool)

SetWithoutDataClassifications adds the withoutDataClassifications to the list system a p is params

func (*ListSystemAPIsParams) WithContext

WithContext adds the context to the list system a p is params

func (*ListSystemAPIsParams) WithDataClassification

func (o *ListSystemAPIsParams) WithDataClassification(dataClassification []string) *ListSystemAPIsParams

WithDataClassification adds the dataClassification to the list system a p is params

func (*ListSystemAPIsParams) WithDefaults

func (o *ListSystemAPIsParams) WithDefaults() *ListSystemAPIsParams

WithDefaults hydrates default values in the list system a p is params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemAPIsParams) WithHTTPClient

func (o *ListSystemAPIsParams) WithHTTPClient(client *http.Client) *ListSystemAPIsParams

WithHTTPClient adds the HTTPClient to the list system a p is params

func (*ListSystemAPIsParams) WithIfMatch

func (o *ListSystemAPIsParams) WithIfMatch(ifMatch *string) *ListSystemAPIsParams

WithIfMatch adds the ifMatch to the list system a p is params

func (*ListSystemAPIsParams) WithTimeout

func (o *ListSystemAPIsParams) WithTimeout(timeout time.Duration) *ListSystemAPIsParams

WithTimeout adds the timeout to the list system a p is params

func (*ListSystemAPIsParams) WithWithoutDataClassifications

func (o *ListSystemAPIsParams) WithWithoutDataClassifications(withoutDataClassifications *bool) *ListSystemAPIsParams

WithWithoutDataClassifications adds the withoutDataClassifications to the list system a p is params

func (*ListSystemAPIsParams) WriteToRequest

func (o *ListSystemAPIsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSystemAPIsReader

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

ListSystemAPIsReader is a Reader for the ListSystemAPIs structure.

func (*ListSystemAPIsReader) ReadResponse

func (o *ListSystemAPIsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListSystemAPIsTooManyRequests

type ListSystemAPIsTooManyRequests struct {
	Payload *models.Error
}

ListSystemAPIsTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewListSystemAPIsTooManyRequests

func NewListSystemAPIsTooManyRequests() *ListSystemAPIsTooManyRequests

NewListSystemAPIsTooManyRequests creates a ListSystemAPIsTooManyRequests with default headers values

func (*ListSystemAPIsTooManyRequests) Code

Code gets the status code for the list system a p is too many requests response

func (*ListSystemAPIsTooManyRequests) Error

func (*ListSystemAPIsTooManyRequests) GetPayload

func (o *ListSystemAPIsTooManyRequests) GetPayload() *models.Error

func (*ListSystemAPIsTooManyRequests) IsClientError

func (o *ListSystemAPIsTooManyRequests) IsClientError() bool

IsClientError returns true when this list system a p is too many requests response has a 4xx status code

func (*ListSystemAPIsTooManyRequests) IsCode

func (o *ListSystemAPIsTooManyRequests) IsCode(code int) bool

IsCode returns true when this list system a p is too many requests response a status code equal to that given

func (*ListSystemAPIsTooManyRequests) IsRedirect

func (o *ListSystemAPIsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list system a p is too many requests response has a 3xx status code

func (*ListSystemAPIsTooManyRequests) IsServerError

func (o *ListSystemAPIsTooManyRequests) IsServerError() bool

IsServerError returns true when this list system a p is too many requests response has a 5xx status code

func (*ListSystemAPIsTooManyRequests) IsSuccess

func (o *ListSystemAPIsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list system a p is too many requests response has a 2xx status code

func (*ListSystemAPIsTooManyRequests) String

type ListSystemAPIsUnauthorized

type ListSystemAPIsUnauthorized struct {
	Payload *models.Error
}

ListSystemAPIsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewListSystemAPIsUnauthorized

func NewListSystemAPIsUnauthorized() *ListSystemAPIsUnauthorized

NewListSystemAPIsUnauthorized creates a ListSystemAPIsUnauthorized with default headers values

func (*ListSystemAPIsUnauthorized) Code

func (o *ListSystemAPIsUnauthorized) Code() int

Code gets the status code for the list system a p is unauthorized response

func (*ListSystemAPIsUnauthorized) Error

func (*ListSystemAPIsUnauthorized) GetPayload

func (o *ListSystemAPIsUnauthorized) GetPayload() *models.Error

func (*ListSystemAPIsUnauthorized) IsClientError

func (o *ListSystemAPIsUnauthorized) IsClientError() bool

IsClientError returns true when this list system a p is unauthorized response has a 4xx status code

func (*ListSystemAPIsUnauthorized) IsCode

func (o *ListSystemAPIsUnauthorized) IsCode(code int) bool

IsCode returns true when this list system a p is unauthorized response a status code equal to that given

func (*ListSystemAPIsUnauthorized) IsRedirect

func (o *ListSystemAPIsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list system a p is unauthorized response has a 3xx status code

func (*ListSystemAPIsUnauthorized) IsServerError

func (o *ListSystemAPIsUnauthorized) IsServerError() bool

IsServerError returns true when this list system a p is unauthorized response has a 5xx status code

func (*ListSystemAPIsUnauthorized) IsSuccess

func (o *ListSystemAPIsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list system a p is unauthorized response has a 2xx status code

func (*ListSystemAPIsUnauthorized) String

func (o *ListSystemAPIsUnauthorized) String() string

type ListSystemServicesForbidden

type ListSystemServicesForbidden struct {
	Payload *models.Error
}

ListSystemServicesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewListSystemServicesForbidden

func NewListSystemServicesForbidden() *ListSystemServicesForbidden

NewListSystemServicesForbidden creates a ListSystemServicesForbidden with default headers values

func (*ListSystemServicesForbidden) Code

func (o *ListSystemServicesForbidden) Code() int

Code gets the status code for the list system services forbidden response

func (*ListSystemServicesForbidden) Error

func (*ListSystemServicesForbidden) GetPayload

func (o *ListSystemServicesForbidden) GetPayload() *models.Error

func (*ListSystemServicesForbidden) IsClientError

func (o *ListSystemServicesForbidden) IsClientError() bool

IsClientError returns true when this list system services forbidden response has a 4xx status code

func (*ListSystemServicesForbidden) IsCode

func (o *ListSystemServicesForbidden) IsCode(code int) bool

IsCode returns true when this list system services forbidden response a status code equal to that given

func (*ListSystemServicesForbidden) IsRedirect

func (o *ListSystemServicesForbidden) IsRedirect() bool

IsRedirect returns true when this list system services forbidden response has a 3xx status code

func (*ListSystemServicesForbidden) IsServerError

func (o *ListSystemServicesForbidden) IsServerError() bool

IsServerError returns true when this list system services forbidden response has a 5xx status code

func (*ListSystemServicesForbidden) IsSuccess

func (o *ListSystemServicesForbidden) IsSuccess() bool

IsSuccess returns true when this list system services forbidden response has a 2xx status code

func (*ListSystemServicesForbidden) String

func (o *ListSystemServicesForbidden) String() string

type ListSystemServicesOK

type ListSystemServicesOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SystemServicesResponse
}

ListSystemServicesOK describes a response with status code 200, with default header values.

System services

func NewListSystemServicesOK

func NewListSystemServicesOK() *ListSystemServicesOK

NewListSystemServicesOK creates a ListSystemServicesOK with default headers values

func (*ListSystemServicesOK) Code

func (o *ListSystemServicesOK) Code() int

Code gets the status code for the list system services o k response

func (*ListSystemServicesOK) Error

func (o *ListSystemServicesOK) Error() string

func (*ListSystemServicesOK) GetPayload

func (*ListSystemServicesOK) IsClientError

func (o *ListSystemServicesOK) IsClientError() bool

IsClientError returns true when this list system services o k response has a 4xx status code

func (*ListSystemServicesOK) IsCode

func (o *ListSystemServicesOK) IsCode(code int) bool

IsCode returns true when this list system services o k response a status code equal to that given

func (*ListSystemServicesOK) IsRedirect

func (o *ListSystemServicesOK) IsRedirect() bool

IsRedirect returns true when this list system services o k response has a 3xx status code

func (*ListSystemServicesOK) IsServerError

func (o *ListSystemServicesOK) IsServerError() bool

IsServerError returns true when this list system services o k response has a 5xx status code

func (*ListSystemServicesOK) IsSuccess

func (o *ListSystemServicesOK) IsSuccess() bool

IsSuccess returns true when this list system services o k response has a 2xx status code

func (*ListSystemServicesOK) String

func (o *ListSystemServicesOK) String() string

type ListSystemServicesParams

type ListSystemServicesParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSystemServicesParams contains all the parameters to send to the API endpoint

for the list system services operation.

Typically these are written to a http.Request.

func NewListSystemServicesParams

func NewListSystemServicesParams() *ListSystemServicesParams

NewListSystemServicesParams creates a new ListSystemServicesParams 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 NewListSystemServicesParamsWithContext

func NewListSystemServicesParamsWithContext(ctx context.Context) *ListSystemServicesParams

NewListSystemServicesParamsWithContext creates a new ListSystemServicesParams object with the ability to set a context for a request.

func NewListSystemServicesParamsWithHTTPClient

func NewListSystemServicesParamsWithHTTPClient(client *http.Client) *ListSystemServicesParams

NewListSystemServicesParamsWithHTTPClient creates a new ListSystemServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListSystemServicesParamsWithTimeout

func NewListSystemServicesParamsWithTimeout(timeout time.Duration) *ListSystemServicesParams

NewListSystemServicesParamsWithTimeout creates a new ListSystemServicesParams object with the ability to set a timeout on a request.

func (*ListSystemServicesParams) SetContext

func (o *ListSystemServicesParams) SetContext(ctx context.Context)

SetContext adds the context to the list system services params

func (*ListSystemServicesParams) SetDefaults

func (o *ListSystemServicesParams) SetDefaults()

SetDefaults hydrates default values in the list system services params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemServicesParams) SetHTTPClient

func (o *ListSystemServicesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list system services params

func (*ListSystemServicesParams) SetIfMatch

func (o *ListSystemServicesParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the list system services params

func (*ListSystemServicesParams) SetTimeout

func (o *ListSystemServicesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list system services params

func (*ListSystemServicesParams) WithContext

WithContext adds the context to the list system services params

func (*ListSystemServicesParams) WithDefaults

WithDefaults hydrates default values in the list system services params (not the query body).

All values with no default are reset to their zero value.

func (*ListSystemServicesParams) WithHTTPClient

func (o *ListSystemServicesParams) WithHTTPClient(client *http.Client) *ListSystemServicesParams

WithHTTPClient adds the HTTPClient to the list system services params

func (*ListSystemServicesParams) WithIfMatch

func (o *ListSystemServicesParams) WithIfMatch(ifMatch *string) *ListSystemServicesParams

WithIfMatch adds the ifMatch to the list system services params

func (*ListSystemServicesParams) WithTimeout

WithTimeout adds the timeout to the list system services params

func (*ListSystemServicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSystemServicesReader

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

ListSystemServicesReader is a Reader for the ListSystemServices structure.

func (*ListSystemServicesReader) ReadResponse

func (o *ListSystemServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListSystemServicesTooManyRequests

type ListSystemServicesTooManyRequests struct {
	Payload *models.Error
}

ListSystemServicesTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewListSystemServicesTooManyRequests

func NewListSystemServicesTooManyRequests() *ListSystemServicesTooManyRequests

NewListSystemServicesTooManyRequests creates a ListSystemServicesTooManyRequests with default headers values

func (*ListSystemServicesTooManyRequests) Code

Code gets the status code for the list system services too many requests response

func (*ListSystemServicesTooManyRequests) Error

func (*ListSystemServicesTooManyRequests) GetPayload

func (*ListSystemServicesTooManyRequests) IsClientError

func (o *ListSystemServicesTooManyRequests) IsClientError() bool

IsClientError returns true when this list system services too many requests response has a 4xx status code

func (*ListSystemServicesTooManyRequests) IsCode

func (o *ListSystemServicesTooManyRequests) IsCode(code int) bool

IsCode returns true when this list system services too many requests response a status code equal to that given

func (*ListSystemServicesTooManyRequests) IsRedirect

func (o *ListSystemServicesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list system services too many requests response has a 3xx status code

func (*ListSystemServicesTooManyRequests) IsServerError

func (o *ListSystemServicesTooManyRequests) IsServerError() bool

IsServerError returns true when this list system services too many requests response has a 5xx status code

func (*ListSystemServicesTooManyRequests) IsSuccess

func (o *ListSystemServicesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list system services too many requests response has a 2xx status code

func (*ListSystemServicesTooManyRequests) String

type ListSystemServicesUnauthorized

type ListSystemServicesUnauthorized struct {
	Payload *models.Error
}

ListSystemServicesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewListSystemServicesUnauthorized

func NewListSystemServicesUnauthorized() *ListSystemServicesUnauthorized

NewListSystemServicesUnauthorized creates a ListSystemServicesUnauthorized with default headers values

func (*ListSystemServicesUnauthorized) Code

Code gets the status code for the list system services unauthorized response

func (*ListSystemServicesUnauthorized) Error

func (*ListSystemServicesUnauthorized) GetPayload

func (o *ListSystemServicesUnauthorized) GetPayload() *models.Error

func (*ListSystemServicesUnauthorized) IsClientError

func (o *ListSystemServicesUnauthorized) IsClientError() bool

IsClientError returns true when this list system services unauthorized response has a 4xx status code

func (*ListSystemServicesUnauthorized) IsCode

func (o *ListSystemServicesUnauthorized) IsCode(code int) bool

IsCode returns true when this list system services unauthorized response a status code equal to that given

func (*ListSystemServicesUnauthorized) IsRedirect

func (o *ListSystemServicesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list system services unauthorized response has a 3xx status code

func (*ListSystemServicesUnauthorized) IsServerError

func (o *ListSystemServicesUnauthorized) IsServerError() bool

IsServerError returns true when this list system services unauthorized response has a 5xx status code

func (*ListSystemServicesUnauthorized) IsSuccess

func (o *ListSystemServicesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list system services unauthorized response has a 2xx status code

func (*ListSystemServicesUnauthorized) String

type UnbindSystemAPIForbidden

type UnbindSystemAPIForbidden struct {
	Payload *models.Error
}

UnbindSystemAPIForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUnbindSystemAPIForbidden

func NewUnbindSystemAPIForbidden() *UnbindSystemAPIForbidden

NewUnbindSystemAPIForbidden creates a UnbindSystemAPIForbidden with default headers values

func (*UnbindSystemAPIForbidden) Code

func (o *UnbindSystemAPIForbidden) Code() int

Code gets the status code for the unbind system Api forbidden response

func (*UnbindSystemAPIForbidden) Error

func (o *UnbindSystemAPIForbidden) Error() string

func (*UnbindSystemAPIForbidden) GetPayload

func (o *UnbindSystemAPIForbidden) GetPayload() *models.Error

func (*UnbindSystemAPIForbidden) IsClientError

func (o *UnbindSystemAPIForbidden) IsClientError() bool

IsClientError returns true when this unbind system Api forbidden response has a 4xx status code

func (*UnbindSystemAPIForbidden) IsCode

func (o *UnbindSystemAPIForbidden) IsCode(code int) bool

IsCode returns true when this unbind system Api forbidden response a status code equal to that given

func (*UnbindSystemAPIForbidden) IsRedirect

func (o *UnbindSystemAPIForbidden) IsRedirect() bool

IsRedirect returns true when this unbind system Api forbidden response has a 3xx status code

func (*UnbindSystemAPIForbidden) IsServerError

func (o *UnbindSystemAPIForbidden) IsServerError() bool

IsServerError returns true when this unbind system Api forbidden response has a 5xx status code

func (*UnbindSystemAPIForbidden) IsSuccess

func (o *UnbindSystemAPIForbidden) IsSuccess() bool

IsSuccess returns true when this unbind system Api forbidden response has a 2xx status code

func (*UnbindSystemAPIForbidden) String

func (o *UnbindSystemAPIForbidden) String() string

type UnbindSystemAPINoContent

type UnbindSystemAPINoContent struct {
}

UnbindSystemAPINoContent describes a response with status code 204, with default header values.

success

func NewUnbindSystemAPINoContent

func NewUnbindSystemAPINoContent() *UnbindSystemAPINoContent

NewUnbindSystemAPINoContent creates a UnbindSystemAPINoContent with default headers values

func (*UnbindSystemAPINoContent) Code

func (o *UnbindSystemAPINoContent) Code() int

Code gets the status code for the unbind system Api no content response

func (*UnbindSystemAPINoContent) Error

func (o *UnbindSystemAPINoContent) Error() string

func (*UnbindSystemAPINoContent) IsClientError

func (o *UnbindSystemAPINoContent) IsClientError() bool

IsClientError returns true when this unbind system Api no content response has a 4xx status code

func (*UnbindSystemAPINoContent) IsCode

func (o *UnbindSystemAPINoContent) IsCode(code int) bool

IsCode returns true when this unbind system Api no content response a status code equal to that given

func (*UnbindSystemAPINoContent) IsRedirect

func (o *UnbindSystemAPINoContent) IsRedirect() bool

IsRedirect returns true when this unbind system Api no content response has a 3xx status code

func (*UnbindSystemAPINoContent) IsServerError

func (o *UnbindSystemAPINoContent) IsServerError() bool

IsServerError returns true when this unbind system Api no content response has a 5xx status code

func (*UnbindSystemAPINoContent) IsSuccess

func (o *UnbindSystemAPINoContent) IsSuccess() bool

IsSuccess returns true when this unbind system Api no content response has a 2xx status code

func (*UnbindSystemAPINoContent) String

func (o *UnbindSystemAPINoContent) String() string

type UnbindSystemAPIParams

type UnbindSystemAPIParams struct {

	// Body.
	Body *models.UnbindSystemAPIRequest

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UnbindSystemAPIParams contains all the parameters to send to the API endpoint

for the unbind system API operation.

Typically these are written to a http.Request.

func NewUnbindSystemAPIParams

func NewUnbindSystemAPIParams() *UnbindSystemAPIParams

NewUnbindSystemAPIParams creates a new UnbindSystemAPIParams 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 NewUnbindSystemAPIParamsWithContext

func NewUnbindSystemAPIParamsWithContext(ctx context.Context) *UnbindSystemAPIParams

NewUnbindSystemAPIParamsWithContext creates a new UnbindSystemAPIParams object with the ability to set a context for a request.

func NewUnbindSystemAPIParamsWithHTTPClient

func NewUnbindSystemAPIParamsWithHTTPClient(client *http.Client) *UnbindSystemAPIParams

NewUnbindSystemAPIParamsWithHTTPClient creates a new UnbindSystemAPIParams object with the ability to set a custom HTTPClient for a request.

func NewUnbindSystemAPIParamsWithTimeout

func NewUnbindSystemAPIParamsWithTimeout(timeout time.Duration) *UnbindSystemAPIParams

NewUnbindSystemAPIParamsWithTimeout creates a new UnbindSystemAPIParams object with the ability to set a timeout on a request.

func (*UnbindSystemAPIParams) SetBody

SetBody adds the body to the unbind system API params

func (*UnbindSystemAPIParams) SetContext

func (o *UnbindSystemAPIParams) SetContext(ctx context.Context)

SetContext adds the context to the unbind system API params

func (*UnbindSystemAPIParams) SetDefaults

func (o *UnbindSystemAPIParams) SetDefaults()

SetDefaults hydrates default values in the unbind system API params (not the query body).

All values with no default are reset to their zero value.

func (*UnbindSystemAPIParams) SetHTTPClient

func (o *UnbindSystemAPIParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the unbind system API params

func (*UnbindSystemAPIParams) SetIfMatch

func (o *UnbindSystemAPIParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the unbind system API params

func (*UnbindSystemAPIParams) SetTimeout

func (o *UnbindSystemAPIParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the unbind system API params

func (*UnbindSystemAPIParams) WithBody

WithBody adds the body to the unbind system API params

func (*UnbindSystemAPIParams) WithContext

WithContext adds the context to the unbind system API params

func (*UnbindSystemAPIParams) WithDefaults

func (o *UnbindSystemAPIParams) WithDefaults() *UnbindSystemAPIParams

WithDefaults hydrates default values in the unbind system API params (not the query body).

All values with no default are reset to their zero value.

func (*UnbindSystemAPIParams) WithHTTPClient

func (o *UnbindSystemAPIParams) WithHTTPClient(client *http.Client) *UnbindSystemAPIParams

WithHTTPClient adds the HTTPClient to the unbind system API params

func (*UnbindSystemAPIParams) WithIfMatch

func (o *UnbindSystemAPIParams) WithIfMatch(ifMatch *string) *UnbindSystemAPIParams

WithIfMatch adds the ifMatch to the unbind system API params

func (*UnbindSystemAPIParams) WithTimeout

func (o *UnbindSystemAPIParams) WithTimeout(timeout time.Duration) *UnbindSystemAPIParams

WithTimeout adds the timeout to the unbind system API params

func (*UnbindSystemAPIParams) WriteToRequest

func (o *UnbindSystemAPIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnbindSystemAPIReader

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

UnbindSystemAPIReader is a Reader for the UnbindSystemAPI structure.

func (*UnbindSystemAPIReader) ReadResponse

func (o *UnbindSystemAPIReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UnbindSystemAPITooManyRequests

type UnbindSystemAPITooManyRequests struct {
	Payload *models.Error
}

UnbindSystemAPITooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewUnbindSystemAPITooManyRequests

func NewUnbindSystemAPITooManyRequests() *UnbindSystemAPITooManyRequests

NewUnbindSystemAPITooManyRequests creates a UnbindSystemAPITooManyRequests with default headers values

func (*UnbindSystemAPITooManyRequests) Code

Code gets the status code for the unbind system Api too many requests response

func (*UnbindSystemAPITooManyRequests) Error

func (*UnbindSystemAPITooManyRequests) GetPayload

func (o *UnbindSystemAPITooManyRequests) GetPayload() *models.Error

func (*UnbindSystemAPITooManyRequests) IsClientError

func (o *UnbindSystemAPITooManyRequests) IsClientError() bool

IsClientError returns true when this unbind system Api too many requests response has a 4xx status code

func (*UnbindSystemAPITooManyRequests) IsCode

func (o *UnbindSystemAPITooManyRequests) IsCode(code int) bool

IsCode returns true when this unbind system Api too many requests response a status code equal to that given

func (*UnbindSystemAPITooManyRequests) IsRedirect

func (o *UnbindSystemAPITooManyRequests) IsRedirect() bool

IsRedirect returns true when this unbind system Api too many requests response has a 3xx status code

func (*UnbindSystemAPITooManyRequests) IsServerError

func (o *UnbindSystemAPITooManyRequests) IsServerError() bool

IsServerError returns true when this unbind system Api too many requests response has a 5xx status code

func (*UnbindSystemAPITooManyRequests) IsSuccess

func (o *UnbindSystemAPITooManyRequests) IsSuccess() bool

IsSuccess returns true when this unbind system Api too many requests response has a 2xx status code

func (*UnbindSystemAPITooManyRequests) String

type UnbindSystemAPIUnauthorized

type UnbindSystemAPIUnauthorized struct {
	Payload *models.Error
}

UnbindSystemAPIUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewUnbindSystemAPIUnauthorized

func NewUnbindSystemAPIUnauthorized() *UnbindSystemAPIUnauthorized

NewUnbindSystemAPIUnauthorized creates a UnbindSystemAPIUnauthorized with default headers values

func (*UnbindSystemAPIUnauthorized) Code

func (o *UnbindSystemAPIUnauthorized) Code() int

Code gets the status code for the unbind system Api unauthorized response

func (*UnbindSystemAPIUnauthorized) Error

func (*UnbindSystemAPIUnauthorized) GetPayload

func (o *UnbindSystemAPIUnauthorized) GetPayload() *models.Error

func (*UnbindSystemAPIUnauthorized) IsClientError

func (o *UnbindSystemAPIUnauthorized) IsClientError() bool

IsClientError returns true when this unbind system Api unauthorized response has a 4xx status code

func (*UnbindSystemAPIUnauthorized) IsCode

func (o *UnbindSystemAPIUnauthorized) IsCode(code int) bool

IsCode returns true when this unbind system Api unauthorized response a status code equal to that given

func (*UnbindSystemAPIUnauthorized) IsRedirect

func (o *UnbindSystemAPIUnauthorized) IsRedirect() bool

IsRedirect returns true when this unbind system Api unauthorized response has a 3xx status code

func (*UnbindSystemAPIUnauthorized) IsServerError

func (o *UnbindSystemAPIUnauthorized) IsServerError() bool

IsServerError returns true when this unbind system Api unauthorized response has a 5xx status code

func (*UnbindSystemAPIUnauthorized) IsSuccess

func (o *UnbindSystemAPIUnauthorized) IsSuccess() bool

IsSuccess returns true when this unbind system Api unauthorized response has a 2xx status code

func (*UnbindSystemAPIUnauthorized) String

func (o *UnbindSystemAPIUnauthorized) String() string

Jump to

Keyboard shortcuts

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