Documentation ¶
Index ¶
- type Client
- type ClientService
- type GetCloudSystemSettingsBadRequest
- type GetCloudSystemSettingsConflict
- type GetCloudSystemSettingsForbidden
- type GetCloudSystemSettingsInternalServerError
- type GetCloudSystemSettingsNotFound
- type GetCloudSystemSettingsOK
- type GetCloudSystemSettingsParams
- func NewGetCloudSystemSettingsParams() *GetCloudSystemSettingsParams
- func NewGetCloudSystemSettingsParamsWithContext(ctx context.Context) *GetCloudSystemSettingsParams
- func NewGetCloudSystemSettingsParamsWithHTTPClient(client *http.Client) *GetCloudSystemSettingsParams
- func NewGetCloudSystemSettingsParamsWithTimeout(timeout time.Duration) *GetCloudSystemSettingsParams
- func (o *GetCloudSystemSettingsParams) SetContext(ctx context.Context)
- func (o *GetCloudSystemSettingsParams) SetHTTPClient(client *http.Client)
- func (o *GetCloudSystemSettingsParams) SetTimeout(timeout time.Duration)
- func (o *GetCloudSystemSettingsParams) WithContext(ctx context.Context) *GetCloudSystemSettingsParams
- func (o *GetCloudSystemSettingsParams) WithHTTPClient(client *http.Client) *GetCloudSystemSettingsParams
- func (o *GetCloudSystemSettingsParams) WithTimeout(timeout time.Duration) *GetCloudSystemSettingsParams
- func (o *GetCloudSystemSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCloudSystemSettingsReader
- type GetCloudSystemSettingsUnauthorized
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 ¶
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 (o *GetCloudSystemSettingsBadRequest) Error() string
func (*GetCloudSystemSettingsBadRequest) GetPayload ¶
func (o *GetCloudSystemSettingsBadRequest) GetPayload() *models.APIResult
type GetCloudSystemSettingsConflict ¶
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 (o *GetCloudSystemSettingsConflict) Error() string
func (*GetCloudSystemSettingsConflict) GetPayload ¶
func (o *GetCloudSystemSettingsConflict) GetPayload() *models.APIResult
type GetCloudSystemSettingsForbidden ¶
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 (o *GetCloudSystemSettingsForbidden) Error() string
func (*GetCloudSystemSettingsForbidden) GetPayload ¶
func (o *GetCloudSystemSettingsForbidden) GetPayload() *models.APIResult
type GetCloudSystemSettingsInternalServerError ¶
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 (o *GetCloudSystemSettingsInternalServerError) Error() string
func (*GetCloudSystemSettingsInternalServerError) GetPayload ¶
func (o *GetCloudSystemSettingsInternalServerError) GetPayload() *models.APIResult
type GetCloudSystemSettingsNotFound ¶
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 (o *GetCloudSystemSettingsNotFound) Error() string
func (*GetCloudSystemSettingsNotFound) GetPayload ¶
func (o *GetCloudSystemSettingsNotFound) GetPayload() *models.APIResult
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 ¶
func (o *GetCloudSystemSettingsOK) GetPayload() *models.APIResultCloudSystemSettings
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 ¶
func (o *GetCloudSystemSettingsParams) WithContext(ctx context.Context) *GetCloudSystemSettingsParams
WithContext adds the context to the get cloud system settings params
func (*GetCloudSystemSettingsParams) WithHTTPClient ¶
func (o *GetCloudSystemSettingsParams) WithHTTPClient(client *http.Client) *GetCloudSystemSettingsParams
WithHTTPClient adds the HTTPClient to the get cloud system settings params
func (*GetCloudSystemSettingsParams) WithTimeout ¶
func (o *GetCloudSystemSettingsParams) WithTimeout(timeout time.Duration) *GetCloudSystemSettingsParams
WithTimeout adds the timeout to the get cloud system settings params
func (*GetCloudSystemSettingsParams) WriteToRequest ¶
func (o *GetCloudSystemSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *GetCloudSystemSettingsUnauthorized) Error() string
func (*GetCloudSystemSettingsUnauthorized) GetPayload ¶
func (o *GetCloudSystemSettingsUnauthorized) GetPayload() *models.APIResult