Versions in this module Expand all Collapse all v1 v1.10.0 May 13, 2022 Changes in this version + type CloneSnapshotGroupInternalServerError struct + Payload *models.ErrorBody + func NewCloneSnapshotGroupInternalServerError() *CloneSnapshotGroupInternalServerError + func (o *CloneSnapshotGroupInternalServerError) Error() string + func (o *CloneSnapshotGroupInternalServerError) GetPayload() *models.ErrorBody + type CloneSnapshotGroupNotFound struct + Payload *models.ErrorBody + func NewCloneSnapshotGroupNotFound() *CloneSnapshotGroupNotFound + func (o *CloneSnapshotGroupNotFound) Error() string + func (o *CloneSnapshotGroupNotFound) GetPayload() *models.ErrorBody + type DeleteSnapshotGroupInternalServerError struct + Payload *models.ErrorBody + func NewDeleteSnapshotGroupInternalServerError() *DeleteSnapshotGroupInternalServerError + func (o *DeleteSnapshotGroupInternalServerError) Error() string + func (o *DeleteSnapshotGroupInternalServerError) GetPayload() *models.ErrorBody + type DeleteSnapshotGroupNotFound struct + Payload *models.ErrorBody + func NewDeleteSnapshotGroupNotFound() *DeleteSnapshotGroupNotFound + func (o *DeleteSnapshotGroupNotFound) Error() string + func (o *DeleteSnapshotGroupNotFound) GetPayload() *models.ErrorBody + type GetSnapshotGroupsConnectionInternalServerError struct + Payload *models.ErrorBody + func NewGetSnapshotGroupsConnectionInternalServerError() *GetSnapshotGroupsConnectionInternalServerError + func (o *GetSnapshotGroupsConnectionInternalServerError) Error() string + func (o *GetSnapshotGroupsConnectionInternalServerError) GetPayload() *models.ErrorBody + type GetSnapshotGroupsConnectionNotFound struct + Payload *models.ErrorBody + func NewGetSnapshotGroupsConnectionNotFound() *GetSnapshotGroupsConnectionNotFound + func (o *GetSnapshotGroupsConnectionNotFound) Error() string + func (o *GetSnapshotGroupsConnectionNotFound) GetPayload() *models.ErrorBody + type GetSnapshotGroupsInternalServerError struct + Payload *models.ErrorBody + func NewGetSnapshotGroupsInternalServerError() *GetSnapshotGroupsInternalServerError + func (o *GetSnapshotGroupsInternalServerError) Error() string + func (o *GetSnapshotGroupsInternalServerError) GetPayload() *models.ErrorBody + type GetSnapshotGroupsNotFound struct + Payload *models.ErrorBody + func NewGetSnapshotGroupsNotFound() *GetSnapshotGroupsNotFound + func (o *GetSnapshotGroupsNotFound) Error() string + func (o *GetSnapshotGroupsNotFound) GetPayload() *models.ErrorBody + type KeepSnapshotGroupInternalServerError struct + Payload *models.ErrorBody + func NewKeepSnapshotGroupInternalServerError() *KeepSnapshotGroupInternalServerError + func (o *KeepSnapshotGroupInternalServerError) Error() string + func (o *KeepSnapshotGroupInternalServerError) GetPayload() *models.ErrorBody + type KeepSnapshotGroupNotFound struct + Payload *models.ErrorBody + func NewKeepSnapshotGroupNotFound() *KeepSnapshotGroupNotFound + func (o *KeepSnapshotGroupNotFound) Error() string + func (o *KeepSnapshotGroupNotFound) GetPayload() *models.ErrorBody + type RollbackSnapshotGroupInternalServerError struct + Payload *models.ErrorBody + func NewRollbackSnapshotGroupInternalServerError() *RollbackSnapshotGroupInternalServerError + func (o *RollbackSnapshotGroupInternalServerError) Error() string + func (o *RollbackSnapshotGroupInternalServerError) GetPayload() *models.ErrorBody + type RollbackSnapshotGroupNotFound struct + Payload *models.ErrorBody + func NewRollbackSnapshotGroupNotFound() *RollbackSnapshotGroupNotFound + func (o *RollbackSnapshotGroupNotFound) Error() string + func (o *RollbackSnapshotGroupNotFound) GetPayload() *models.ErrorBody v1.9.0 Mar 11, 2022 Changes in this version + type Client struct + func (a *Client) CloneSnapshotGroup(params *CloneSnapshotGroupParams, opts ...ClientOption) (*CloneSnapshotGroupOK, error) + func (a *Client) DeleteSnapshotGroup(params *DeleteSnapshotGroupParams, opts ...ClientOption) (*DeleteSnapshotGroupOK, error) + func (a *Client) GetSnapshotGroups(params *GetSnapshotGroupsParams, opts ...ClientOption) (*GetSnapshotGroupsOK, error) + func (a *Client) GetSnapshotGroupsConnection(params *GetSnapshotGroupsConnectionParams, opts ...ClientOption) (*GetSnapshotGroupsConnectionOK, error) + func (a *Client) KeepSnapshotGroup(params *KeepSnapshotGroupParams, opts ...ClientOption) (*KeepSnapshotGroupOK, error) + func (a *Client) RollbackSnapshotGroup(params *RollbackSnapshotGroupParams, opts ...ClientOption) (*RollbackSnapshotGroupOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CloneSnapshotGroup func(params *CloneSnapshotGroupParams, opts ...ClientOption) (*CloneSnapshotGroupOK, error) + DeleteSnapshotGroup func(params *DeleteSnapshotGroupParams, opts ...ClientOption) (*DeleteSnapshotGroupOK, error) + GetSnapshotGroups func(params *GetSnapshotGroupsParams, opts ...ClientOption) (*GetSnapshotGroupsOK, error) + GetSnapshotGroupsConnection func(params *GetSnapshotGroupsConnectionParams, opts ...ClientOption) (*GetSnapshotGroupsConnectionOK, error) + KeepSnapshotGroup func(params *KeepSnapshotGroupParams, opts ...ClientOption) (*KeepSnapshotGroupOK, error) + RollbackSnapshotGroup func(params *RollbackSnapshotGroupParams, opts ...ClientOption) (*RollbackSnapshotGroupOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CloneSnapshotGroupBadRequest struct + Payload string + func NewCloneSnapshotGroupBadRequest() *CloneSnapshotGroupBadRequest + func (o *CloneSnapshotGroupBadRequest) Error() string + func (o *CloneSnapshotGroupBadRequest) GetPayload() string + type CloneSnapshotGroupOK struct + Payload []*models.WithTaskSnapshotGroup + func NewCloneSnapshotGroupOK() *CloneSnapshotGroupOK + func (o *CloneSnapshotGroupOK) Error() string + func (o *CloneSnapshotGroupOK) GetPayload() []*models.WithTaskSnapshotGroup + type CloneSnapshotGroupParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody []*models.SnapshotGroupCloneParams + func NewCloneSnapshotGroupParams() *CloneSnapshotGroupParams + func NewCloneSnapshotGroupParamsWithContext(ctx context.Context) *CloneSnapshotGroupParams + func NewCloneSnapshotGroupParamsWithHTTPClient(client *http.Client) *CloneSnapshotGroupParams + func NewCloneSnapshotGroupParamsWithTimeout(timeout time.Duration) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) SetContentLanguage(contentLanguage *string) + func (o *CloneSnapshotGroupParams) SetContext(ctx context.Context) + func (o *CloneSnapshotGroupParams) SetDefaults() + func (o *CloneSnapshotGroupParams) SetHTTPClient(client *http.Client) + func (o *CloneSnapshotGroupParams) SetRequestBody(requestBody []*models.SnapshotGroupCloneParams) + func (o *CloneSnapshotGroupParams) SetTimeout(timeout time.Duration) + func (o *CloneSnapshotGroupParams) WithContentLanguage(contentLanguage *string) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WithContext(ctx context.Context) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WithDefaults() *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WithHTTPClient(client *http.Client) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WithRequestBody(requestBody []*models.SnapshotGroupCloneParams) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WithTimeout(timeout time.Duration) *CloneSnapshotGroupParams + func (o *CloneSnapshotGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloneSnapshotGroupReader struct + func (o *CloneSnapshotGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSnapshotGroupBadRequest struct + Payload string + func NewDeleteSnapshotGroupBadRequest() *DeleteSnapshotGroupBadRequest + func (o *DeleteSnapshotGroupBadRequest) Error() string + func (o *DeleteSnapshotGroupBadRequest) GetPayload() string + type DeleteSnapshotGroupOK struct + Payload []*models.WithTaskDeleteSnapshotGroup + func NewDeleteSnapshotGroupOK() *DeleteSnapshotGroupOK + func (o *DeleteSnapshotGroupOK) Error() string + func (o *DeleteSnapshotGroupOK) GetPayload() []*models.WithTaskDeleteSnapshotGroup + type DeleteSnapshotGroupParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.SnapshotGroupDeletionParams + func NewDeleteSnapshotGroupParams() *DeleteSnapshotGroupParams + func NewDeleteSnapshotGroupParamsWithContext(ctx context.Context) *DeleteSnapshotGroupParams + func NewDeleteSnapshotGroupParamsWithHTTPClient(client *http.Client) *DeleteSnapshotGroupParams + func NewDeleteSnapshotGroupParamsWithTimeout(timeout time.Duration) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) SetContentLanguage(contentLanguage *string) + func (o *DeleteSnapshotGroupParams) SetContext(ctx context.Context) + func (o *DeleteSnapshotGroupParams) SetDefaults() + func (o *DeleteSnapshotGroupParams) SetHTTPClient(client *http.Client) + func (o *DeleteSnapshotGroupParams) SetRequestBody(requestBody *models.SnapshotGroupDeletionParams) + func (o *DeleteSnapshotGroupParams) SetTimeout(timeout time.Duration) + func (o *DeleteSnapshotGroupParams) WithContentLanguage(contentLanguage *string) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WithContext(ctx context.Context) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WithDefaults() *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WithHTTPClient(client *http.Client) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WithRequestBody(requestBody *models.SnapshotGroupDeletionParams) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WithTimeout(timeout time.Duration) *DeleteSnapshotGroupParams + func (o *DeleteSnapshotGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSnapshotGroupReader struct + func (o *DeleteSnapshotGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSnapshotGroupsBadRequest struct + Payload string + func NewGetSnapshotGroupsBadRequest() *GetSnapshotGroupsBadRequest + func (o *GetSnapshotGroupsBadRequest) Error() string + func (o *GetSnapshotGroupsBadRequest) GetPayload() string + type GetSnapshotGroupsConnectionBadRequest struct + Payload string + func NewGetSnapshotGroupsConnectionBadRequest() *GetSnapshotGroupsConnectionBadRequest + func (o *GetSnapshotGroupsConnectionBadRequest) Error() string + func (o *GetSnapshotGroupsConnectionBadRequest) GetPayload() string + type GetSnapshotGroupsConnectionOK struct + Payload *models.SnapshotGroupConnection + func NewGetSnapshotGroupsConnectionOK() *GetSnapshotGroupsConnectionOK + func (o *GetSnapshotGroupsConnectionOK) Error() string + func (o *GetSnapshotGroupsConnectionOK) GetPayload() *models.SnapshotGroupConnection + type GetSnapshotGroupsConnectionParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetSnapshotGroupsConnectionRequestBody + func NewGetSnapshotGroupsConnectionParams() *GetSnapshotGroupsConnectionParams + func NewGetSnapshotGroupsConnectionParamsWithContext(ctx context.Context) *GetSnapshotGroupsConnectionParams + func NewGetSnapshotGroupsConnectionParamsWithHTTPClient(client *http.Client) *GetSnapshotGroupsConnectionParams + func NewGetSnapshotGroupsConnectionParamsWithTimeout(timeout time.Duration) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) SetContentLanguage(contentLanguage *string) + func (o *GetSnapshotGroupsConnectionParams) SetContext(ctx context.Context) + func (o *GetSnapshotGroupsConnectionParams) SetDefaults() + func (o *GetSnapshotGroupsConnectionParams) SetHTTPClient(client *http.Client) + func (o *GetSnapshotGroupsConnectionParams) SetRequestBody(requestBody *models.GetSnapshotGroupsConnectionRequestBody) + func (o *GetSnapshotGroupsConnectionParams) SetTimeout(timeout time.Duration) + func (o *GetSnapshotGroupsConnectionParams) WithContentLanguage(contentLanguage *string) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WithContext(ctx context.Context) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WithDefaults() *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WithHTTPClient(client *http.Client) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WithRequestBody(requestBody *models.GetSnapshotGroupsConnectionRequestBody) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WithTimeout(timeout time.Duration) *GetSnapshotGroupsConnectionParams + func (o *GetSnapshotGroupsConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSnapshotGroupsConnectionReader struct + func (o *GetSnapshotGroupsConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSnapshotGroupsOK struct + Payload []*models.SnapshotGroup + func NewGetSnapshotGroupsOK() *GetSnapshotGroupsOK + func (o *GetSnapshotGroupsOK) Error() string + func (o *GetSnapshotGroupsOK) GetPayload() []*models.SnapshotGroup + type GetSnapshotGroupsParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetSnapshotGroupsRequestBody + func NewGetSnapshotGroupsParams() *GetSnapshotGroupsParams + func NewGetSnapshotGroupsParamsWithContext(ctx context.Context) *GetSnapshotGroupsParams + func NewGetSnapshotGroupsParamsWithHTTPClient(client *http.Client) *GetSnapshotGroupsParams + func NewGetSnapshotGroupsParamsWithTimeout(timeout time.Duration) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) SetContentLanguage(contentLanguage *string) + func (o *GetSnapshotGroupsParams) SetContext(ctx context.Context) + func (o *GetSnapshotGroupsParams) SetDefaults() + func (o *GetSnapshotGroupsParams) SetHTTPClient(client *http.Client) + func (o *GetSnapshotGroupsParams) SetRequestBody(requestBody *models.GetSnapshotGroupsRequestBody) + func (o *GetSnapshotGroupsParams) SetTimeout(timeout time.Duration) + func (o *GetSnapshotGroupsParams) WithContentLanguage(contentLanguage *string) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WithContext(ctx context.Context) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WithDefaults() *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WithHTTPClient(client *http.Client) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WithRequestBody(requestBody *models.GetSnapshotGroupsRequestBody) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WithTimeout(timeout time.Duration) *GetSnapshotGroupsParams + func (o *GetSnapshotGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSnapshotGroupsReader struct + func (o *GetSnapshotGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KeepSnapshotGroupBadRequest struct + Payload string + func NewKeepSnapshotGroupBadRequest() *KeepSnapshotGroupBadRequest + func (o *KeepSnapshotGroupBadRequest) Error() string + func (o *KeepSnapshotGroupBadRequest) GetPayload() string + type KeepSnapshotGroupOK struct + Payload []*models.WithTaskSnapshotGroup + func NewKeepSnapshotGroupOK() *KeepSnapshotGroupOK + func (o *KeepSnapshotGroupOK) Error() string + func (o *KeepSnapshotGroupOK) GetPayload() []*models.WithTaskSnapshotGroup + type KeepSnapshotGroupParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.SnapshotGroupKeepParams + func NewKeepSnapshotGroupParams() *KeepSnapshotGroupParams + func NewKeepSnapshotGroupParamsWithContext(ctx context.Context) *KeepSnapshotGroupParams + func NewKeepSnapshotGroupParamsWithHTTPClient(client *http.Client) *KeepSnapshotGroupParams + func NewKeepSnapshotGroupParamsWithTimeout(timeout time.Duration) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) SetContentLanguage(contentLanguage *string) + func (o *KeepSnapshotGroupParams) SetContext(ctx context.Context) + func (o *KeepSnapshotGroupParams) SetDefaults() + func (o *KeepSnapshotGroupParams) SetHTTPClient(client *http.Client) + func (o *KeepSnapshotGroupParams) SetRequestBody(requestBody *models.SnapshotGroupKeepParams) + func (o *KeepSnapshotGroupParams) SetTimeout(timeout time.Duration) + func (o *KeepSnapshotGroupParams) WithContentLanguage(contentLanguage *string) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WithContext(ctx context.Context) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WithDefaults() *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WithHTTPClient(client *http.Client) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WithRequestBody(requestBody *models.SnapshotGroupKeepParams) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WithTimeout(timeout time.Duration) *KeepSnapshotGroupParams + func (o *KeepSnapshotGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type KeepSnapshotGroupReader struct + func (o *KeepSnapshotGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RollbackSnapshotGroupBadRequest struct + Payload string + func NewRollbackSnapshotGroupBadRequest() *RollbackSnapshotGroupBadRequest + func (o *RollbackSnapshotGroupBadRequest) Error() string + func (o *RollbackSnapshotGroupBadRequest) GetPayload() string + type RollbackSnapshotGroupOK struct + Payload []*models.WithTaskSnapshotGroup + func NewRollbackSnapshotGroupOK() *RollbackSnapshotGroupOK + func (o *RollbackSnapshotGroupOK) Error() string + func (o *RollbackSnapshotGroupOK) GetPayload() []*models.WithTaskSnapshotGroup + type RollbackSnapshotGroupParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.SnapshotGroupRollbackParams + func NewRollbackSnapshotGroupParams() *RollbackSnapshotGroupParams + func NewRollbackSnapshotGroupParamsWithContext(ctx context.Context) *RollbackSnapshotGroupParams + func NewRollbackSnapshotGroupParamsWithHTTPClient(client *http.Client) *RollbackSnapshotGroupParams + func NewRollbackSnapshotGroupParamsWithTimeout(timeout time.Duration) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) SetContentLanguage(contentLanguage *string) + func (o *RollbackSnapshotGroupParams) SetContext(ctx context.Context) + func (o *RollbackSnapshotGroupParams) SetDefaults() + func (o *RollbackSnapshotGroupParams) SetHTTPClient(client *http.Client) + func (o *RollbackSnapshotGroupParams) SetRequestBody(requestBody *models.SnapshotGroupRollbackParams) + func (o *RollbackSnapshotGroupParams) SetTimeout(timeout time.Duration) + func (o *RollbackSnapshotGroupParams) WithContentLanguage(contentLanguage *string) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WithContext(ctx context.Context) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WithDefaults() *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WithHTTPClient(client *http.Client) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WithRequestBody(requestBody *models.SnapshotGroupRollbackParams) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WithTimeout(timeout time.Duration) *RollbackSnapshotGroupParams + func (o *RollbackSnapshotGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RollbackSnapshotGroupReader struct + func (o *RollbackSnapshotGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/smartxworks/cloudtower-go-sdk/v2