Versions in this module Expand all Collapse all v5 v5.0.8 Feb 17, 2022 v5.0.7 Feb 17, 2022 v5.0.6 Feb 16, 2022 v5.0.5 Feb 16, 2022 v5.0.4 Feb 16, 2022 Changes in this version + type Client struct + func (a *Client) GetQuota(params *GetQuotaParams, authInfo runtime.ClientAuthInfoWriter) (*GetQuotaOK, error) + func (a *Client) ListQuotas(params *ListQuotasParams, authInfo runtime.ClientAuthInfoWriter) (*ListQuotasOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateQuota(params *UpdateQuotaParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateQuotaOK, error) + type ClientService interface + GetQuota func(params *GetQuotaParams, authInfo runtime.ClientAuthInfoWriter) (*GetQuotaOK, error) + ListQuotas func(params *ListQuotasParams, authInfo runtime.ClientAuthInfoWriter) (*ListQuotasOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateQuota func(params *UpdateQuotaParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateQuotaOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetQuotaForbidden struct + Payload *model.Errors + XRequestID string + func NewGetQuotaForbidden() *GetQuotaForbidden + func (o *GetQuotaForbidden) Error() string + func (o *GetQuotaForbidden) GetPayload() *model.Errors + type GetQuotaInternalServerError struct + Payload *model.Errors + XRequestID string + func NewGetQuotaInternalServerError() *GetQuotaInternalServerError + func (o *GetQuotaInternalServerError) Error() string + func (o *GetQuotaInternalServerError) GetPayload() *model.Errors + type GetQuotaNotFound struct + Payload *model.Errors + XRequestID string + func NewGetQuotaNotFound() *GetQuotaNotFound + func (o *GetQuotaNotFound) Error() string + func (o *GetQuotaNotFound) GetPayload() *model.Errors + type GetQuotaOK struct + Payload *model.Quota + func NewGetQuotaOK() *GetQuotaOK + func (o *GetQuotaOK) Error() string + func (o *GetQuotaOK) GetPayload() *model.Quota + type GetQuotaParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + XRequestID *string + func NewGetQuotaParams() *GetQuotaParams + func NewGetQuotaParamsWithContext(ctx context.Context) *GetQuotaParams + func NewGetQuotaParamsWithHTTPClient(client *http.Client) *GetQuotaParams + func NewGetQuotaParamsWithTimeout(timeout time.Duration) *GetQuotaParams + func (o *GetQuotaParams) SetContext(ctx context.Context) + func (o *GetQuotaParams) SetHTTPClient(client *http.Client) + func (o *GetQuotaParams) SetID(id int64) + func (o *GetQuotaParams) SetTimeout(timeout time.Duration) + func (o *GetQuotaParams) SetXRequestID(xRequestID *string) + func (o *GetQuotaParams) WithContext(ctx context.Context) *GetQuotaParams + func (o *GetQuotaParams) WithHTTPClient(client *http.Client) *GetQuotaParams + func (o *GetQuotaParams) WithID(id int64) *GetQuotaParams + func (o *GetQuotaParams) WithTimeout(timeout time.Duration) *GetQuotaParams + func (o *GetQuotaParams) WithXRequestID(xRequestID *string) *GetQuotaParams + func (o *GetQuotaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetQuotaReader struct + func (o *GetQuotaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetQuotaUnauthorized struct + Payload *model.Errors + XRequestID string + func NewGetQuotaUnauthorized() *GetQuotaUnauthorized + func (o *GetQuotaUnauthorized) Error() string + func (o *GetQuotaUnauthorized) GetPayload() *model.Errors + type ListQuotasForbidden struct + Payload *model.Errors + XRequestID string + func NewListQuotasForbidden() *ListQuotasForbidden + func (o *ListQuotasForbidden) Error() string + func (o *ListQuotasForbidden) GetPayload() *model.Errors + type ListQuotasInternalServerError struct + Payload *model.Errors + XRequestID string + func NewListQuotasInternalServerError() *ListQuotasInternalServerError + func (o *ListQuotasInternalServerError) Error() string + func (o *ListQuotasInternalServerError) GetPayload() *model.Errors + type ListQuotasOK struct + Link string + Payload []*model.Quota + XTotalCount int64 + func NewListQuotasOK() *ListQuotasOK + func (o *ListQuotasOK) Error() string + func (o *ListQuotasOK) GetPayload() []*model.Quota + type ListQuotasParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Reference *string + ReferenceID *string + Sort *string + XRequestID *string + func NewListQuotasParams() *ListQuotasParams + func NewListQuotasParamsWithContext(ctx context.Context) *ListQuotasParams + func NewListQuotasParamsWithHTTPClient(client *http.Client) *ListQuotasParams + func NewListQuotasParamsWithTimeout(timeout time.Duration) *ListQuotasParams + func (o *ListQuotasParams) SetContext(ctx context.Context) + func (o *ListQuotasParams) SetHTTPClient(client *http.Client) + func (o *ListQuotasParams) SetPage(page *int64) + func (o *ListQuotasParams) SetPageSize(pageSize *int64) + func (o *ListQuotasParams) SetReference(reference *string) + func (o *ListQuotasParams) SetReferenceID(referenceID *string) + func (o *ListQuotasParams) SetSort(sort *string) + func (o *ListQuotasParams) SetTimeout(timeout time.Duration) + func (o *ListQuotasParams) SetXRequestID(xRequestID *string) + func (o *ListQuotasParams) WithContext(ctx context.Context) *ListQuotasParams + func (o *ListQuotasParams) WithHTTPClient(client *http.Client) *ListQuotasParams + func (o *ListQuotasParams) WithPage(page *int64) *ListQuotasParams + func (o *ListQuotasParams) WithPageSize(pageSize *int64) *ListQuotasParams + func (o *ListQuotasParams) WithReference(reference *string) *ListQuotasParams + func (o *ListQuotasParams) WithReferenceID(referenceID *string) *ListQuotasParams + func (o *ListQuotasParams) WithSort(sort *string) *ListQuotasParams + func (o *ListQuotasParams) WithTimeout(timeout time.Duration) *ListQuotasParams + func (o *ListQuotasParams) WithXRequestID(xRequestID *string) *ListQuotasParams + func (o *ListQuotasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListQuotasReader struct + func (o *ListQuotasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListQuotasUnauthorized struct + Payload *model.Errors + XRequestID string + func NewListQuotasUnauthorized() *ListQuotasUnauthorized + func (o *ListQuotasUnauthorized) Error() string + func (o *ListQuotasUnauthorized) GetPayload() *model.Errors + type UpdateQuotaBadRequest struct + Payload *model.Errors + XRequestID string + func NewUpdateQuotaBadRequest() *UpdateQuotaBadRequest + func (o *UpdateQuotaBadRequest) Error() string + func (o *UpdateQuotaBadRequest) GetPayload() *model.Errors + type UpdateQuotaForbidden struct + Payload *model.Errors + XRequestID string + func NewUpdateQuotaForbidden() *UpdateQuotaForbidden + func (o *UpdateQuotaForbidden) Error() string + func (o *UpdateQuotaForbidden) GetPayload() *model.Errors + type UpdateQuotaInternalServerError struct + Payload *model.Errors + XRequestID string + func NewUpdateQuotaInternalServerError() *UpdateQuotaInternalServerError + func (o *UpdateQuotaInternalServerError) Error() string + func (o *UpdateQuotaInternalServerError) GetPayload() *model.Errors + type UpdateQuotaNotFound struct + Payload *model.Errors + XRequestID string + func NewUpdateQuotaNotFound() *UpdateQuotaNotFound + func (o *UpdateQuotaNotFound) Error() string + func (o *UpdateQuotaNotFound) GetPayload() *model.Errors + type UpdateQuotaOK struct + XRequestID string + func NewUpdateQuotaOK() *UpdateQuotaOK + func (o *UpdateQuotaOK) Error() string + type UpdateQuotaParams struct + Context context.Context + HTTPClient *http.Client + Hard *model.QuotaUpdateReq + ID int64 + XRequestID *string + func NewUpdateQuotaParams() *UpdateQuotaParams + func NewUpdateQuotaParamsWithContext(ctx context.Context) *UpdateQuotaParams + func NewUpdateQuotaParamsWithHTTPClient(client *http.Client) *UpdateQuotaParams + func NewUpdateQuotaParamsWithTimeout(timeout time.Duration) *UpdateQuotaParams + func (o *UpdateQuotaParams) SetContext(ctx context.Context) + func (o *UpdateQuotaParams) SetHTTPClient(client *http.Client) + func (o *UpdateQuotaParams) SetHard(hard *model.QuotaUpdateReq) + func (o *UpdateQuotaParams) SetID(id int64) + func (o *UpdateQuotaParams) SetTimeout(timeout time.Duration) + func (o *UpdateQuotaParams) SetXRequestID(xRequestID *string) + func (o *UpdateQuotaParams) WithContext(ctx context.Context) *UpdateQuotaParams + func (o *UpdateQuotaParams) WithHTTPClient(client *http.Client) *UpdateQuotaParams + func (o *UpdateQuotaParams) WithHard(hard *model.QuotaUpdateReq) *UpdateQuotaParams + func (o *UpdateQuotaParams) WithID(id int64) *UpdateQuotaParams + func (o *UpdateQuotaParams) WithTimeout(timeout time.Duration) *UpdateQuotaParams + func (o *UpdateQuotaParams) WithXRequestID(xRequestID *string) *UpdateQuotaParams + func (o *UpdateQuotaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateQuotaReader struct + func (o *UpdateQuotaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateQuotaUnauthorized struct + Payload *model.Errors + XRequestID string + func NewUpdateQuotaUnauthorized() *UpdateQuotaUnauthorized + func (o *UpdateQuotaUnauthorized) Error() string + func (o *UpdateQuotaUnauthorized) GetPayload() *model.Errors