Versions in this module Expand all Collapse all v5 v5.3.3 Jan 12, 2023 v5.3.2 Jan 12, 2023 Changes in this version + type Client struct + func (a *Client) GetCert(params *GetCertParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetCertOK, error) + func (a *Client) GetSystemInfo(params *GetSystemInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetSystemInfoOK, error) + func (a *Client) GetVolumes(params *GetVolumesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVolumesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetCert func(params *GetCertParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetCertOK, error) + GetSystemInfo func(params *GetSystemInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetSystemInfoOK, error) + GetVolumes func(params *GetVolumesParams, authInfo runtime.ClientAuthInfoWriter) (*GetVolumesOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetCertInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetCertInternalServerError() *GetCertInternalServerError + func (o *GetCertInternalServerError) Error() string + func (o *GetCertInternalServerError) GetPayload() *model.Errors + type GetCertNotFound struct + func NewGetCertNotFound() *GetCertNotFound + func (o *GetCertNotFound) Error() string + type GetCertOK struct + ContentDisposition string + Payload io.Writer + func NewGetCertOK(writer io.Writer) *GetCertOK + func (o *GetCertOK) Error() string + func (o *GetCertOK) GetPayload() io.Writer + type GetCertParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewGetCertParams() *GetCertParams + func NewGetCertParamsWithContext(ctx context.Context) *GetCertParams + func NewGetCertParamsWithHTTPClient(client *http.Client) *GetCertParams + func NewGetCertParamsWithTimeout(timeout time.Duration) *GetCertParams + func (o *GetCertParams) SetContext(ctx context.Context) + func (o *GetCertParams) SetHTTPClient(client *http.Client) + func (o *GetCertParams) SetTimeout(timeout time.Duration) + func (o *GetCertParams) SetXRequestID(xRequestID *string) + func (o *GetCertParams) WithContext(ctx context.Context) *GetCertParams + func (o *GetCertParams) WithHTTPClient(client *http.Client) *GetCertParams + func (o *GetCertParams) WithTimeout(timeout time.Duration) *GetCertParams + func (o *GetCertParams) WithXRequestID(xRequestID *string) *GetCertParams + func (o *GetCertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCertReader struct + func (o *GetCertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSystemInfoInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetSystemInfoInternalServerError() *GetSystemInfoInternalServerError + func (o *GetSystemInfoInternalServerError) Error() string + func (o *GetSystemInfoInternalServerError) GetPayload() *model.Errors + type GetSystemInfoOK struct + Payload *model.GeneralInfo + func NewGetSystemInfoOK() *GetSystemInfoOK + func (o *GetSystemInfoOK) Error() string + func (o *GetSystemInfoOK) GetPayload() *model.GeneralInfo + type GetSystemInfoParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewGetSystemInfoParams() *GetSystemInfoParams + func NewGetSystemInfoParamsWithContext(ctx context.Context) *GetSystemInfoParams + func NewGetSystemInfoParamsWithHTTPClient(client *http.Client) *GetSystemInfoParams + func NewGetSystemInfoParamsWithTimeout(timeout time.Duration) *GetSystemInfoParams + func (o *GetSystemInfoParams) SetContext(ctx context.Context) + func (o *GetSystemInfoParams) SetHTTPClient(client *http.Client) + func (o *GetSystemInfoParams) SetTimeout(timeout time.Duration) + func (o *GetSystemInfoParams) SetXRequestID(xRequestID *string) + func (o *GetSystemInfoParams) WithContext(ctx context.Context) *GetSystemInfoParams + func (o *GetSystemInfoParams) WithHTTPClient(client *http.Client) *GetSystemInfoParams + func (o *GetSystemInfoParams) WithTimeout(timeout time.Duration) *GetSystemInfoParams + func (o *GetSystemInfoParams) WithXRequestID(xRequestID *string) *GetSystemInfoParams + func (o *GetSystemInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSystemInfoReader struct + func (o *GetSystemInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetVolumesForbidden struct + Payload *model.Errors + XRequestID string + func NewGetVolumesForbidden() *GetVolumesForbidden + func (o *GetVolumesForbidden) Error() string + func (o *GetVolumesForbidden) GetPayload() *model.Errors + type GetVolumesInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetVolumesInternalServerError() *GetVolumesInternalServerError + func (o *GetVolumesInternalServerError) Error() string + func (o *GetVolumesInternalServerError) GetPayload() *model.Errors + type GetVolumesNotFound struct + Payload *model.Errors + XRequestID string + func NewGetVolumesNotFound() *GetVolumesNotFound + func (o *GetVolumesNotFound) Error() string + func (o *GetVolumesNotFound) GetPayload() *model.Errors + type GetVolumesOK struct + Payload *model.SystemInfo + func NewGetVolumesOK() *GetVolumesOK + func (o *GetVolumesOK) Error() string + func (o *GetVolumesOK) GetPayload() *model.SystemInfo + type GetVolumesParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewGetVolumesParams() *GetVolumesParams + func NewGetVolumesParamsWithContext(ctx context.Context) *GetVolumesParams + func NewGetVolumesParamsWithHTTPClient(client *http.Client) *GetVolumesParams + func NewGetVolumesParamsWithTimeout(timeout time.Duration) *GetVolumesParams + func (o *GetVolumesParams) SetContext(ctx context.Context) + func (o *GetVolumesParams) SetHTTPClient(client *http.Client) + func (o *GetVolumesParams) SetTimeout(timeout time.Duration) + func (o *GetVolumesParams) SetXRequestID(xRequestID *string) + func (o *GetVolumesParams) WithContext(ctx context.Context) *GetVolumesParams + func (o *GetVolumesParams) WithHTTPClient(client *http.Client) *GetVolumesParams + func (o *GetVolumesParams) WithTimeout(timeout time.Duration) *GetVolumesParams + func (o *GetVolumesParams) WithXRequestID(xRequestID *string) *GetVolumesParams + func (o *GetVolumesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetVolumesReader struct + func (o *GetVolumesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetVolumesUnauthorized struct + Payload *model.Errors + XRequestID string + func NewGetVolumesUnauthorized() *GetVolumesUnauthorized + func (o *GetVolumesUnauthorized) Error() string + func (o *GetVolumesUnauthorized) GetPayload() *model.Errors