cloud_system_settings_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 cloud system settings controller API

func (*Client) GetCloudSystemSettings

func (a *Client) GetCloudSystemSettings(params *GetCloudSystemSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCloudSystemSettingsOK, error)

GetCloudSystemSettings gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetCloudSystemSettings(params *GetCloudSystemSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCloudSystemSettingsOK, 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 cloud system settings controller API client.

type GetCloudSystemSettingsBadRequest

type GetCloudSystemSettingsBadRequest struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsBadRequest handles this case with default header values.

Bad Request

func NewGetCloudSystemSettingsBadRequest

func NewGetCloudSystemSettingsBadRequest() *GetCloudSystemSettingsBadRequest

NewGetCloudSystemSettingsBadRequest creates a GetCloudSystemSettingsBadRequest with default headers values

func (*GetCloudSystemSettingsBadRequest) Error

func (*GetCloudSystemSettingsBadRequest) GetPayload

type GetCloudSystemSettingsConflict

type GetCloudSystemSettingsConflict struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsConflict handles this case with default header values.

Conflict

func NewGetCloudSystemSettingsConflict

func NewGetCloudSystemSettingsConflict() *GetCloudSystemSettingsConflict

NewGetCloudSystemSettingsConflict creates a GetCloudSystemSettingsConflict with default headers values

func (*GetCloudSystemSettingsConflict) Error

func (*GetCloudSystemSettingsConflict) GetPayload

type GetCloudSystemSettingsForbidden

type GetCloudSystemSettingsForbidden struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsForbidden handles this case with default header values.

Forbidden

func NewGetCloudSystemSettingsForbidden

func NewGetCloudSystemSettingsForbidden() *GetCloudSystemSettingsForbidden

NewGetCloudSystemSettingsForbidden creates a GetCloudSystemSettingsForbidden with default headers values

func (*GetCloudSystemSettingsForbidden) Error

func (*GetCloudSystemSettingsForbidden) GetPayload

type GetCloudSystemSettingsInternalServerError

type GetCloudSystemSettingsInternalServerError struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetCloudSystemSettingsInternalServerError

func NewGetCloudSystemSettingsInternalServerError() *GetCloudSystemSettingsInternalServerError

NewGetCloudSystemSettingsInternalServerError creates a GetCloudSystemSettingsInternalServerError with default headers values

func (*GetCloudSystemSettingsInternalServerError) Error

func (*GetCloudSystemSettingsInternalServerError) GetPayload

type GetCloudSystemSettingsNotFound

type GetCloudSystemSettingsNotFound struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsNotFound handles this case with default header values.

Not Found

func NewGetCloudSystemSettingsNotFound

func NewGetCloudSystemSettingsNotFound() *GetCloudSystemSettingsNotFound

NewGetCloudSystemSettingsNotFound creates a GetCloudSystemSettingsNotFound with default headers values

func (*GetCloudSystemSettingsNotFound) Error

func (*GetCloudSystemSettingsNotFound) GetPayload

type GetCloudSystemSettingsOK

type GetCloudSystemSettingsOK struct {
	Payload *models.APIResultCloudSystemSettings
}

GetCloudSystemSettingsOK handles this case with default header values.

OK

func NewGetCloudSystemSettingsOK

func NewGetCloudSystemSettingsOK() *GetCloudSystemSettingsOK

NewGetCloudSystemSettingsOK creates a GetCloudSystemSettingsOK with default headers values

func (*GetCloudSystemSettingsOK) Error

func (o *GetCloudSystemSettingsOK) Error() string

func (*GetCloudSystemSettingsOK) GetPayload

type GetCloudSystemSettingsParams

type GetCloudSystemSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudSystemSettingsParams contains all the parameters to send to the API endpoint for the get cloud system settings operation typically these are written to a http.Request

func NewGetCloudSystemSettingsParams

func NewGetCloudSystemSettingsParams() *GetCloudSystemSettingsParams

NewGetCloudSystemSettingsParams creates a new GetCloudSystemSettingsParams object with the default values initialized.

func NewGetCloudSystemSettingsParamsWithContext

func NewGetCloudSystemSettingsParamsWithContext(ctx context.Context) *GetCloudSystemSettingsParams

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

func NewGetCloudSystemSettingsParamsWithHTTPClient

func NewGetCloudSystemSettingsParamsWithHTTPClient(client *http.Client) *GetCloudSystemSettingsParams

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

func NewGetCloudSystemSettingsParamsWithTimeout

func NewGetCloudSystemSettingsParamsWithTimeout(timeout time.Duration) *GetCloudSystemSettingsParams

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

func (*GetCloudSystemSettingsParams) SetContext

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

SetContext adds the context to the get cloud system settings params

func (*GetCloudSystemSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud system settings params

func (*GetCloudSystemSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud system settings params

func (*GetCloudSystemSettingsParams) WithContext

WithContext adds the context to the get cloud system settings params

func (*GetCloudSystemSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud system settings params

func (*GetCloudSystemSettingsParams) WithTimeout

WithTimeout adds the timeout to the get cloud system settings params

func (*GetCloudSystemSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudSystemSettingsReader

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

GetCloudSystemSettingsReader is a Reader for the GetCloudSystemSettings structure.

func (*GetCloudSystemSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudSystemSettingsUnauthorized

type GetCloudSystemSettingsUnauthorized struct {
	Payload *models.APIResult
}

GetCloudSystemSettingsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCloudSystemSettingsUnauthorized

func NewGetCloudSystemSettingsUnauthorized() *GetCloudSystemSettingsUnauthorized

NewGetCloudSystemSettingsUnauthorized creates a GetCloudSystemSettingsUnauthorized with default headers values

func (*GetCloudSystemSettingsUnauthorized) Error

func (*GetCloudSystemSettingsUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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