Versions in this module Expand all Collapse all v1 v1.10.0 May 13, 2022 Changes in this version + type GetClusterUpgradeHistoriesConnectionInternalServerError struct + Payload *models.ErrorBody + func NewGetClusterUpgradeHistoriesConnectionInternalServerError() *GetClusterUpgradeHistoriesConnectionInternalServerError + func (o *GetClusterUpgradeHistoriesConnectionInternalServerError) Error() string + func (o *GetClusterUpgradeHistoriesConnectionInternalServerError) GetPayload() *models.ErrorBody + type GetClusterUpgradeHistoriesConnectionNotFound struct + Payload *models.ErrorBody + func NewGetClusterUpgradeHistoriesConnectionNotFound() *GetClusterUpgradeHistoriesConnectionNotFound + func (o *GetClusterUpgradeHistoriesConnectionNotFound) Error() string + func (o *GetClusterUpgradeHistoriesConnectionNotFound) GetPayload() *models.ErrorBody + type GetClusterUpgradeHistoriesInternalServerError struct + Payload *models.ErrorBody + func NewGetClusterUpgradeHistoriesInternalServerError() *GetClusterUpgradeHistoriesInternalServerError + func (o *GetClusterUpgradeHistoriesInternalServerError) Error() string + func (o *GetClusterUpgradeHistoriesInternalServerError) GetPayload() *models.ErrorBody + type GetClusterUpgradeHistoriesNotFound struct + Payload *models.ErrorBody + func NewGetClusterUpgradeHistoriesNotFound() *GetClusterUpgradeHistoriesNotFound + func (o *GetClusterUpgradeHistoriesNotFound) Error() string + func (o *GetClusterUpgradeHistoriesNotFound) GetPayload() *models.ErrorBody v1.9.0 Mar 11, 2022 Changes in this version + type Client struct + func (a *Client) GetClusterUpgradeHistories(params *GetClusterUpgradeHistoriesParams, opts ...ClientOption) (*GetClusterUpgradeHistoriesOK, error) + func (a *Client) GetClusterUpgradeHistoriesConnection(params *GetClusterUpgradeHistoriesConnectionParams, opts ...ClientOption) (*GetClusterUpgradeHistoriesConnectionOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetClusterUpgradeHistories func(params *GetClusterUpgradeHistoriesParams, opts ...ClientOption) (*GetClusterUpgradeHistoriesOK, error) + GetClusterUpgradeHistoriesConnection func(params *GetClusterUpgradeHistoriesConnectionParams, opts ...ClientOption) (*GetClusterUpgradeHistoriesConnectionOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetClusterUpgradeHistoriesBadRequest struct + Payload string + func NewGetClusterUpgradeHistoriesBadRequest() *GetClusterUpgradeHistoriesBadRequest + func (o *GetClusterUpgradeHistoriesBadRequest) Error() string + func (o *GetClusterUpgradeHistoriesBadRequest) GetPayload() string + type GetClusterUpgradeHistoriesConnectionBadRequest struct + Payload string + func NewGetClusterUpgradeHistoriesConnectionBadRequest() *GetClusterUpgradeHistoriesConnectionBadRequest + func (o *GetClusterUpgradeHistoriesConnectionBadRequest) Error() string + func (o *GetClusterUpgradeHistoriesConnectionBadRequest) GetPayload() string + type GetClusterUpgradeHistoriesConnectionOK struct + Payload *models.ClusterUpgradeHistoryConnection + func NewGetClusterUpgradeHistoriesConnectionOK() *GetClusterUpgradeHistoriesConnectionOK + func (o *GetClusterUpgradeHistoriesConnectionOK) Error() string + func (o *GetClusterUpgradeHistoriesConnectionOK) GetPayload() *models.ClusterUpgradeHistoryConnection + type GetClusterUpgradeHistoriesConnectionParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetClusterUpgradeHistoriesConnectionRequestBody + func NewGetClusterUpgradeHistoriesConnectionParams() *GetClusterUpgradeHistoriesConnectionParams + func NewGetClusterUpgradeHistoriesConnectionParamsWithContext(ctx context.Context) *GetClusterUpgradeHistoriesConnectionParams + func NewGetClusterUpgradeHistoriesConnectionParamsWithHTTPClient(client *http.Client) *GetClusterUpgradeHistoriesConnectionParams + func NewGetClusterUpgradeHistoriesConnectionParamsWithTimeout(timeout time.Duration) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) SetContentLanguage(contentLanguage *string) + func (o *GetClusterUpgradeHistoriesConnectionParams) SetContext(ctx context.Context) + func (o *GetClusterUpgradeHistoriesConnectionParams) SetDefaults() + func (o *GetClusterUpgradeHistoriesConnectionParams) SetHTTPClient(client *http.Client) + func (o *GetClusterUpgradeHistoriesConnectionParams) SetRequestBody(requestBody *models.GetClusterUpgradeHistoriesConnectionRequestBody) + func (o *GetClusterUpgradeHistoriesConnectionParams) SetTimeout(timeout time.Duration) + func (o *GetClusterUpgradeHistoriesConnectionParams) WithContentLanguage(contentLanguage *string) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WithContext(ctx context.Context) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WithDefaults() *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WithHTTPClient(client *http.Client) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WithRequestBody(requestBody *models.GetClusterUpgradeHistoriesConnectionRequestBody) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WithTimeout(timeout time.Duration) *GetClusterUpgradeHistoriesConnectionParams + func (o *GetClusterUpgradeHistoriesConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClusterUpgradeHistoriesConnectionReader struct + func (o *GetClusterUpgradeHistoriesConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClusterUpgradeHistoriesOK struct + Payload []*models.ClusterUpgradeHistory + func NewGetClusterUpgradeHistoriesOK() *GetClusterUpgradeHistoriesOK + func (o *GetClusterUpgradeHistoriesOK) Error() string + func (o *GetClusterUpgradeHistoriesOK) GetPayload() []*models.ClusterUpgradeHistory + type GetClusterUpgradeHistoriesParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetClusterUpgradeHistoriesRequestBody + func NewGetClusterUpgradeHistoriesParams() *GetClusterUpgradeHistoriesParams + func NewGetClusterUpgradeHistoriesParamsWithContext(ctx context.Context) *GetClusterUpgradeHistoriesParams + func NewGetClusterUpgradeHistoriesParamsWithHTTPClient(client *http.Client) *GetClusterUpgradeHistoriesParams + func NewGetClusterUpgradeHistoriesParamsWithTimeout(timeout time.Duration) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) SetContentLanguage(contentLanguage *string) + func (o *GetClusterUpgradeHistoriesParams) SetContext(ctx context.Context) + func (o *GetClusterUpgradeHistoriesParams) SetDefaults() + func (o *GetClusterUpgradeHistoriesParams) SetHTTPClient(client *http.Client) + func (o *GetClusterUpgradeHistoriesParams) SetRequestBody(requestBody *models.GetClusterUpgradeHistoriesRequestBody) + func (o *GetClusterUpgradeHistoriesParams) SetTimeout(timeout time.Duration) + func (o *GetClusterUpgradeHistoriesParams) WithContentLanguage(contentLanguage *string) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WithContext(ctx context.Context) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WithDefaults() *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WithHTTPClient(client *http.Client) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WithRequestBody(requestBody *models.GetClusterUpgradeHistoriesRequestBody) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WithTimeout(timeout time.Duration) *GetClusterUpgradeHistoriesParams + func (o *GetClusterUpgradeHistoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClusterUpgradeHistoriesReader struct + func (o *GetClusterUpgradeHistoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/smartxworks/cloudtower-go-sdk/v2