system_configuration_controller

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for system configuration controller API

func (*Client) ListSystemConfiguration

func (a *Client) ListSystemConfiguration(params *ListSystemConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*ListSystemConfigurationOK, error)

ListSystemConfiguration lists

func (*Client) ReadSystemConfiguration

func (a *Client) ReadSystemConfiguration(params *ReadSystemConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*ReadSystemConfigurationOK, error)

ReadSystemConfiguration reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListSystemConfiguration(params *ListSystemConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*ListSystemConfigurationOK, error)

	ReadSystemConfiguration(params *ReadSystemConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*ReadSystemConfigurationOK, 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 configuration controller API client.

type ListSystemConfigurationBadRequest

type ListSystemConfigurationBadRequest struct {
	Payload *models.APIResult
}

ListSystemConfigurationBadRequest handles this case with default header values.

Bad Request

func NewListSystemConfigurationBadRequest

func NewListSystemConfigurationBadRequest() *ListSystemConfigurationBadRequest

NewListSystemConfigurationBadRequest creates a ListSystemConfigurationBadRequest with default headers values

func (*ListSystemConfigurationBadRequest) Error

func (*ListSystemConfigurationBadRequest) GetPayload

type ListSystemConfigurationConflict

type ListSystemConfigurationConflict struct {
	Payload *models.APIResult
}

ListSystemConfigurationConflict handles this case with default header values.

Conflict

func NewListSystemConfigurationConflict

func NewListSystemConfigurationConflict() *ListSystemConfigurationConflict

NewListSystemConfigurationConflict creates a ListSystemConfigurationConflict with default headers values

func (*ListSystemConfigurationConflict) Error

func (*ListSystemConfigurationConflict) GetPayload

type ListSystemConfigurationForbidden

type ListSystemConfigurationForbidden struct {
	Payload *models.APIResult
}

ListSystemConfigurationForbidden handles this case with default header values.

Forbidden

func NewListSystemConfigurationForbidden

func NewListSystemConfigurationForbidden() *ListSystemConfigurationForbidden

NewListSystemConfigurationForbidden creates a ListSystemConfigurationForbidden with default headers values

func (*ListSystemConfigurationForbidden) Error

func (*ListSystemConfigurationForbidden) GetPayload

type ListSystemConfigurationInternalServerError

type ListSystemConfigurationInternalServerError struct {
	Payload *models.APIResult
}

ListSystemConfigurationInternalServerError handles this case with default header values.

Internal Server Error

func NewListSystemConfigurationInternalServerError

func NewListSystemConfigurationInternalServerError() *ListSystemConfigurationInternalServerError

NewListSystemConfigurationInternalServerError creates a ListSystemConfigurationInternalServerError with default headers values

func (*ListSystemConfigurationInternalServerError) Error

func (*ListSystemConfigurationInternalServerError) GetPayload

type ListSystemConfigurationNotFound

type ListSystemConfigurationNotFound struct {
	Payload *models.APIResult
}

ListSystemConfigurationNotFound handles this case with default header values.

Not Found

func NewListSystemConfigurationNotFound

func NewListSystemConfigurationNotFound() *ListSystemConfigurationNotFound

NewListSystemConfigurationNotFound creates a ListSystemConfigurationNotFound with default headers values

func (*ListSystemConfigurationNotFound) Error

func (*ListSystemConfigurationNotFound) GetPayload

type ListSystemConfigurationOK

type ListSystemConfigurationOK struct {
	Payload *models.APIResultListSystemConfiguration
}

ListSystemConfigurationOK handles this case with default header values.

OK

func NewListSystemConfigurationOK

func NewListSystemConfigurationOK() *ListSystemConfigurationOK

NewListSystemConfigurationOK creates a ListSystemConfigurationOK with default headers values

func (*ListSystemConfigurationOK) Error

func (o *ListSystemConfigurationOK) Error() string

func (*ListSystemConfigurationOK) GetPayload

type ListSystemConfigurationParams

type ListSystemConfigurationParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string

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

ListSystemConfigurationParams contains all the parameters to send to the API endpoint for the list system configuration operation typically these are written to a http.Request

func NewListSystemConfigurationParams

func NewListSystemConfigurationParams() *ListSystemConfigurationParams

NewListSystemConfigurationParams creates a new ListSystemConfigurationParams object with the default values initialized.

func NewListSystemConfigurationParamsWithContext

func NewListSystemConfigurationParamsWithContext(ctx context.Context) *ListSystemConfigurationParams

NewListSystemConfigurationParamsWithContext creates a new ListSystemConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewListSystemConfigurationParamsWithHTTPClient

func NewListSystemConfigurationParamsWithHTTPClient(client *http.Client) *ListSystemConfigurationParams

NewListSystemConfigurationParamsWithHTTPClient creates a new ListSystemConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSystemConfigurationParamsWithTimeout

func NewListSystemConfigurationParamsWithTimeout(timeout time.Duration) *ListSystemConfigurationParams

NewListSystemConfigurationParamsWithTimeout creates a new ListSystemConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSystemConfigurationParams) SetContext

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

SetContext adds the context to the list system configuration params

func (*ListSystemConfigurationParams) SetFields

func (o *ListSystemConfigurationParams) SetFields(fields *string)

SetFields adds the fields to the list system configuration params

func (*ListSystemConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list system configuration params

func (*ListSystemConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the list system configuration params

func (*ListSystemConfigurationParams) WithContext

WithContext adds the context to the list system configuration params

func (*ListSystemConfigurationParams) WithFields

WithFields adds the fields to the list system configuration params

func (*ListSystemConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list system configuration params

func (*ListSystemConfigurationParams) WithTimeout

WithTimeout adds the timeout to the list system configuration params

func (*ListSystemConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSystemConfigurationReader

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

ListSystemConfigurationReader is a Reader for the ListSystemConfiguration structure.

func (*ListSystemConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSystemConfigurationUnauthorized

type ListSystemConfigurationUnauthorized struct {
	Payload *models.APIResult
}

ListSystemConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListSystemConfigurationUnauthorized

func NewListSystemConfigurationUnauthorized() *ListSystemConfigurationUnauthorized

NewListSystemConfigurationUnauthorized creates a ListSystemConfigurationUnauthorized with default headers values

func (*ListSystemConfigurationUnauthorized) Error

func (*ListSystemConfigurationUnauthorized) GetPayload

type ReadSystemConfigurationBadRequest

type ReadSystemConfigurationBadRequest struct {
	Payload *models.APIResult
}

ReadSystemConfigurationBadRequest handles this case with default header values.

Bad Request

func NewReadSystemConfigurationBadRequest

func NewReadSystemConfigurationBadRequest() *ReadSystemConfigurationBadRequest

NewReadSystemConfigurationBadRequest creates a ReadSystemConfigurationBadRequest with default headers values

func (*ReadSystemConfigurationBadRequest) Error

func (*ReadSystemConfigurationBadRequest) GetPayload

type ReadSystemConfigurationConflict

type ReadSystemConfigurationConflict struct {
	Payload *models.APIResult
}

ReadSystemConfigurationConflict handles this case with default header values.

Conflict

func NewReadSystemConfigurationConflict

func NewReadSystemConfigurationConflict() *ReadSystemConfigurationConflict

NewReadSystemConfigurationConflict creates a ReadSystemConfigurationConflict with default headers values

func (*ReadSystemConfigurationConflict) Error

func (*ReadSystemConfigurationConflict) GetPayload

type ReadSystemConfigurationForbidden

type ReadSystemConfigurationForbidden struct {
	Payload *models.APIResult
}

ReadSystemConfigurationForbidden handles this case with default header values.

Forbidden

func NewReadSystemConfigurationForbidden

func NewReadSystemConfigurationForbidden() *ReadSystemConfigurationForbidden

NewReadSystemConfigurationForbidden creates a ReadSystemConfigurationForbidden with default headers values

func (*ReadSystemConfigurationForbidden) Error

func (*ReadSystemConfigurationForbidden) GetPayload

type ReadSystemConfigurationInternalServerError

type ReadSystemConfigurationInternalServerError struct {
	Payload *models.APIResult
}

ReadSystemConfigurationInternalServerError handles this case with default header values.

Internal Server Error

func NewReadSystemConfigurationInternalServerError

func NewReadSystemConfigurationInternalServerError() *ReadSystemConfigurationInternalServerError

NewReadSystemConfigurationInternalServerError creates a ReadSystemConfigurationInternalServerError with default headers values

func (*ReadSystemConfigurationInternalServerError) Error

func (*ReadSystemConfigurationInternalServerError) GetPayload

type ReadSystemConfigurationNotFound

type ReadSystemConfigurationNotFound struct {
	Payload *models.APIResult
}

ReadSystemConfigurationNotFound handles this case with default header values.

Not Found

func NewReadSystemConfigurationNotFound

func NewReadSystemConfigurationNotFound() *ReadSystemConfigurationNotFound

NewReadSystemConfigurationNotFound creates a ReadSystemConfigurationNotFound with default headers values

func (*ReadSystemConfigurationNotFound) Error

func (*ReadSystemConfigurationNotFound) GetPayload

type ReadSystemConfigurationOK

type ReadSystemConfigurationOK struct {
	Payload *models.APIResultSystemConfiguration
}

ReadSystemConfigurationOK handles this case with default header values.

OK

func NewReadSystemConfigurationOK

func NewReadSystemConfigurationOK() *ReadSystemConfigurationOK

NewReadSystemConfigurationOK creates a ReadSystemConfigurationOK with default headers values

func (*ReadSystemConfigurationOK) Error

func (o *ReadSystemConfigurationOK) Error() string

func (*ReadSystemConfigurationOK) GetPayload

type ReadSystemConfigurationParams

type ReadSystemConfigurationParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Name
	  name

	*/
	Name string

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

ReadSystemConfigurationParams contains all the parameters to send to the API endpoint for the read system configuration operation typically these are written to a http.Request

func NewReadSystemConfigurationParams

func NewReadSystemConfigurationParams() *ReadSystemConfigurationParams

NewReadSystemConfigurationParams creates a new ReadSystemConfigurationParams object with the default values initialized.

func NewReadSystemConfigurationParamsWithContext

func NewReadSystemConfigurationParamsWithContext(ctx context.Context) *ReadSystemConfigurationParams

NewReadSystemConfigurationParamsWithContext creates a new ReadSystemConfigurationParams object with the default values initialized, and the ability to set a context for a request

func NewReadSystemConfigurationParamsWithHTTPClient

func NewReadSystemConfigurationParamsWithHTTPClient(client *http.Client) *ReadSystemConfigurationParams

NewReadSystemConfigurationParamsWithHTTPClient creates a new ReadSystemConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReadSystemConfigurationParamsWithTimeout

func NewReadSystemConfigurationParamsWithTimeout(timeout time.Duration) *ReadSystemConfigurationParams

NewReadSystemConfigurationParamsWithTimeout creates a new ReadSystemConfigurationParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReadSystemConfigurationParams) SetContext

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

SetContext adds the context to the read system configuration params

func (*ReadSystemConfigurationParams) SetFields

func (o *ReadSystemConfigurationParams) SetFields(fields *string)

SetFields adds the fields to the read system configuration params

func (*ReadSystemConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read system configuration params

func (*ReadSystemConfigurationParams) SetName

func (o *ReadSystemConfigurationParams) SetName(name string)

SetName adds the name to the read system configuration params

func (*ReadSystemConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the read system configuration params

func (*ReadSystemConfigurationParams) WithContext

WithContext adds the context to the read system configuration params

func (*ReadSystemConfigurationParams) WithFields

WithFields adds the fields to the read system configuration params

func (*ReadSystemConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read system configuration params

func (*ReadSystemConfigurationParams) WithName

WithName adds the name to the read system configuration params

func (*ReadSystemConfigurationParams) WithTimeout

WithTimeout adds the timeout to the read system configuration params

func (*ReadSystemConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadSystemConfigurationReader

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

ReadSystemConfigurationReader is a Reader for the ReadSystemConfiguration structure.

func (*ReadSystemConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadSystemConfigurationUnauthorized

type ReadSystemConfigurationUnauthorized struct {
	Payload *models.APIResult
}

ReadSystemConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadSystemConfigurationUnauthorized

func NewReadSystemConfigurationUnauthorized() *ReadSystemConfigurationUnauthorized

NewReadSystemConfigurationUnauthorized creates a ReadSystemConfigurationUnauthorized with default headers values

func (*ReadSystemConfigurationUnauthorized) Error

func (*ReadSystemConfigurationUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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