Versions in this module Expand all Collapse all v1 v1.10.0 May 13, 2022 Changes in this version + type CreateIscsiLunSnapshotInternalServerError struct + Payload *models.ErrorBody + func NewCreateIscsiLunSnapshotInternalServerError() *CreateIscsiLunSnapshotInternalServerError + func (o *CreateIscsiLunSnapshotInternalServerError) Error() string + func (o *CreateIscsiLunSnapshotInternalServerError) GetPayload() *models.ErrorBody + type CreateIscsiLunSnapshotNotFound struct + Payload *models.ErrorBody + func NewCreateIscsiLunSnapshotNotFound() *CreateIscsiLunSnapshotNotFound + func (o *CreateIscsiLunSnapshotNotFound) Error() string + func (o *CreateIscsiLunSnapshotNotFound) GetPayload() *models.ErrorBody + type DeleteIscsiLunSnapshotInternalServerError struct + Payload *models.ErrorBody + func NewDeleteIscsiLunSnapshotInternalServerError() *DeleteIscsiLunSnapshotInternalServerError + func (o *DeleteIscsiLunSnapshotInternalServerError) Error() string + func (o *DeleteIscsiLunSnapshotInternalServerError) GetPayload() *models.ErrorBody + type DeleteIscsiLunSnapshotNotFound struct + Payload *models.ErrorBody + func NewDeleteIscsiLunSnapshotNotFound() *DeleteIscsiLunSnapshotNotFound + func (o *DeleteIscsiLunSnapshotNotFound) Error() string + func (o *DeleteIscsiLunSnapshotNotFound) GetPayload() *models.ErrorBody + type GetIscsiLunSnapshotsConnectionInternalServerError struct + Payload *models.ErrorBody + func NewGetIscsiLunSnapshotsConnectionInternalServerError() *GetIscsiLunSnapshotsConnectionInternalServerError + func (o *GetIscsiLunSnapshotsConnectionInternalServerError) Error() string + func (o *GetIscsiLunSnapshotsConnectionInternalServerError) GetPayload() *models.ErrorBody + type GetIscsiLunSnapshotsConnectionNotFound struct + Payload *models.ErrorBody + func NewGetIscsiLunSnapshotsConnectionNotFound() *GetIscsiLunSnapshotsConnectionNotFound + func (o *GetIscsiLunSnapshotsConnectionNotFound) Error() string + func (o *GetIscsiLunSnapshotsConnectionNotFound) GetPayload() *models.ErrorBody + type GetIscsiLunSnapshotsInternalServerError struct + Payload *models.ErrorBody + func NewGetIscsiLunSnapshotsInternalServerError() *GetIscsiLunSnapshotsInternalServerError + func (o *GetIscsiLunSnapshotsInternalServerError) Error() string + func (o *GetIscsiLunSnapshotsInternalServerError) GetPayload() *models.ErrorBody + type GetIscsiLunSnapshotsNotFound struct + Payload *models.ErrorBody + func NewGetIscsiLunSnapshotsNotFound() *GetIscsiLunSnapshotsNotFound + func (o *GetIscsiLunSnapshotsNotFound) Error() string + func (o *GetIscsiLunSnapshotsNotFound) GetPayload() *models.ErrorBody v1.9.0 Mar 11, 2022 Changes in this version + type Client struct + func (a *Client) CreateIscsiLunSnapshot(params *CreateIscsiLunSnapshotParams, opts ...ClientOption) (*CreateIscsiLunSnapshotOK, error) + func (a *Client) DeleteIscsiLunSnapshot(params *DeleteIscsiLunSnapshotParams, opts ...ClientOption) (*DeleteIscsiLunSnapshotOK, error) + func (a *Client) GetIscsiLunSnapshots(params *GetIscsiLunSnapshotsParams, opts ...ClientOption) (*GetIscsiLunSnapshotsOK, error) + func (a *Client) GetIscsiLunSnapshotsConnection(params *GetIscsiLunSnapshotsConnectionParams, opts ...ClientOption) (*GetIscsiLunSnapshotsConnectionOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateIscsiLunSnapshot func(params *CreateIscsiLunSnapshotParams, opts ...ClientOption) (*CreateIscsiLunSnapshotOK, error) + DeleteIscsiLunSnapshot func(params *DeleteIscsiLunSnapshotParams, opts ...ClientOption) (*DeleteIscsiLunSnapshotOK, error) + GetIscsiLunSnapshots func(params *GetIscsiLunSnapshotsParams, opts ...ClientOption) (*GetIscsiLunSnapshotsOK, error) + GetIscsiLunSnapshotsConnection func(params *GetIscsiLunSnapshotsConnectionParams, opts ...ClientOption) (*GetIscsiLunSnapshotsConnectionOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateIscsiLunSnapshotBadRequest struct + Payload string + func NewCreateIscsiLunSnapshotBadRequest() *CreateIscsiLunSnapshotBadRequest + func (o *CreateIscsiLunSnapshotBadRequest) Error() string + func (o *CreateIscsiLunSnapshotBadRequest) GetPayload() string + type CreateIscsiLunSnapshotOK struct + Payload []*models.WithTaskIscsiLunSnapshot + func NewCreateIscsiLunSnapshotOK() *CreateIscsiLunSnapshotOK + func (o *CreateIscsiLunSnapshotOK) Error() string + func (o *CreateIscsiLunSnapshotOK) GetPayload() []*models.WithTaskIscsiLunSnapshot + type CreateIscsiLunSnapshotParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody []*models.IscsiLunSnapshotCreationParams + func NewCreateIscsiLunSnapshotParams() *CreateIscsiLunSnapshotParams + func NewCreateIscsiLunSnapshotParamsWithContext(ctx context.Context) *CreateIscsiLunSnapshotParams + func NewCreateIscsiLunSnapshotParamsWithHTTPClient(client *http.Client) *CreateIscsiLunSnapshotParams + func NewCreateIscsiLunSnapshotParamsWithTimeout(timeout time.Duration) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) SetContentLanguage(contentLanguage *string) + func (o *CreateIscsiLunSnapshotParams) SetContext(ctx context.Context) + func (o *CreateIscsiLunSnapshotParams) SetDefaults() + func (o *CreateIscsiLunSnapshotParams) SetHTTPClient(client *http.Client) + func (o *CreateIscsiLunSnapshotParams) SetRequestBody(requestBody []*models.IscsiLunSnapshotCreationParams) + func (o *CreateIscsiLunSnapshotParams) SetTimeout(timeout time.Duration) + func (o *CreateIscsiLunSnapshotParams) WithContentLanguage(contentLanguage *string) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WithContext(ctx context.Context) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WithDefaults() *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WithHTTPClient(client *http.Client) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WithRequestBody(requestBody []*models.IscsiLunSnapshotCreationParams) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WithTimeout(timeout time.Duration) *CreateIscsiLunSnapshotParams + func (o *CreateIscsiLunSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateIscsiLunSnapshotReader struct + func (o *CreateIscsiLunSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteIscsiLunSnapshotBadRequest struct + Payload string + func NewDeleteIscsiLunSnapshotBadRequest() *DeleteIscsiLunSnapshotBadRequest + func (o *DeleteIscsiLunSnapshotBadRequest) Error() string + func (o *DeleteIscsiLunSnapshotBadRequest) GetPayload() string + type DeleteIscsiLunSnapshotOK struct + Payload []*models.WithTaskDeleteIscsiLunSnapshot + func NewDeleteIscsiLunSnapshotOK() *DeleteIscsiLunSnapshotOK + func (o *DeleteIscsiLunSnapshotOK) Error() string + func (o *DeleteIscsiLunSnapshotOK) GetPayload() []*models.WithTaskDeleteIscsiLunSnapshot + type DeleteIscsiLunSnapshotParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.IscsiLunSnapshotDeletionParams + func NewDeleteIscsiLunSnapshotParams() *DeleteIscsiLunSnapshotParams + func NewDeleteIscsiLunSnapshotParamsWithContext(ctx context.Context) *DeleteIscsiLunSnapshotParams + func NewDeleteIscsiLunSnapshotParamsWithHTTPClient(client *http.Client) *DeleteIscsiLunSnapshotParams + func NewDeleteIscsiLunSnapshotParamsWithTimeout(timeout time.Duration) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) SetContentLanguage(contentLanguage *string) + func (o *DeleteIscsiLunSnapshotParams) SetContext(ctx context.Context) + func (o *DeleteIscsiLunSnapshotParams) SetDefaults() + func (o *DeleteIscsiLunSnapshotParams) SetHTTPClient(client *http.Client) + func (o *DeleteIscsiLunSnapshotParams) SetRequestBody(requestBody *models.IscsiLunSnapshotDeletionParams) + func (o *DeleteIscsiLunSnapshotParams) SetTimeout(timeout time.Duration) + func (o *DeleteIscsiLunSnapshotParams) WithContentLanguage(contentLanguage *string) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WithContext(ctx context.Context) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WithDefaults() *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WithHTTPClient(client *http.Client) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WithRequestBody(requestBody *models.IscsiLunSnapshotDeletionParams) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WithTimeout(timeout time.Duration) *DeleteIscsiLunSnapshotParams + func (o *DeleteIscsiLunSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteIscsiLunSnapshotReader struct + func (o *DeleteIscsiLunSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetIscsiLunSnapshotsBadRequest struct + Payload string + func NewGetIscsiLunSnapshotsBadRequest() *GetIscsiLunSnapshotsBadRequest + func (o *GetIscsiLunSnapshotsBadRequest) Error() string + func (o *GetIscsiLunSnapshotsBadRequest) GetPayload() string + type GetIscsiLunSnapshotsConnectionBadRequest struct + Payload string + func NewGetIscsiLunSnapshotsConnectionBadRequest() *GetIscsiLunSnapshotsConnectionBadRequest + func (o *GetIscsiLunSnapshotsConnectionBadRequest) Error() string + func (o *GetIscsiLunSnapshotsConnectionBadRequest) GetPayload() string + type GetIscsiLunSnapshotsConnectionOK struct + Payload *models.IscsiLunSnapshotConnection + func NewGetIscsiLunSnapshotsConnectionOK() *GetIscsiLunSnapshotsConnectionOK + func (o *GetIscsiLunSnapshotsConnectionOK) Error() string + func (o *GetIscsiLunSnapshotsConnectionOK) GetPayload() *models.IscsiLunSnapshotConnection + type GetIscsiLunSnapshotsConnectionParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetIscsiLunSnapshotsConnectionRequestBody + func NewGetIscsiLunSnapshotsConnectionParams() *GetIscsiLunSnapshotsConnectionParams + func NewGetIscsiLunSnapshotsConnectionParamsWithContext(ctx context.Context) *GetIscsiLunSnapshotsConnectionParams + func NewGetIscsiLunSnapshotsConnectionParamsWithHTTPClient(client *http.Client) *GetIscsiLunSnapshotsConnectionParams + func NewGetIscsiLunSnapshotsConnectionParamsWithTimeout(timeout time.Duration) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) SetContentLanguage(contentLanguage *string) + func (o *GetIscsiLunSnapshotsConnectionParams) SetContext(ctx context.Context) + func (o *GetIscsiLunSnapshotsConnectionParams) SetDefaults() + func (o *GetIscsiLunSnapshotsConnectionParams) SetHTTPClient(client *http.Client) + func (o *GetIscsiLunSnapshotsConnectionParams) SetRequestBody(requestBody *models.GetIscsiLunSnapshotsConnectionRequestBody) + func (o *GetIscsiLunSnapshotsConnectionParams) SetTimeout(timeout time.Duration) + func (o *GetIscsiLunSnapshotsConnectionParams) WithContentLanguage(contentLanguage *string) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WithContext(ctx context.Context) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WithDefaults() *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WithHTTPClient(client *http.Client) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WithRequestBody(requestBody *models.GetIscsiLunSnapshotsConnectionRequestBody) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WithTimeout(timeout time.Duration) *GetIscsiLunSnapshotsConnectionParams + func (o *GetIscsiLunSnapshotsConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetIscsiLunSnapshotsConnectionReader struct + func (o *GetIscsiLunSnapshotsConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetIscsiLunSnapshotsOK struct + Payload []*models.IscsiLunSnapshot + func NewGetIscsiLunSnapshotsOK() *GetIscsiLunSnapshotsOK + func (o *GetIscsiLunSnapshotsOK) Error() string + func (o *GetIscsiLunSnapshotsOK) GetPayload() []*models.IscsiLunSnapshot + type GetIscsiLunSnapshotsParams struct + ContentLanguage *string + Context context.Context + HTTPClient *http.Client + RequestBody *models.GetIscsiLunSnapshotsRequestBody + func NewGetIscsiLunSnapshotsParams() *GetIscsiLunSnapshotsParams + func NewGetIscsiLunSnapshotsParamsWithContext(ctx context.Context) *GetIscsiLunSnapshotsParams + func NewGetIscsiLunSnapshotsParamsWithHTTPClient(client *http.Client) *GetIscsiLunSnapshotsParams + func NewGetIscsiLunSnapshotsParamsWithTimeout(timeout time.Duration) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) SetContentLanguage(contentLanguage *string) + func (o *GetIscsiLunSnapshotsParams) SetContext(ctx context.Context) + func (o *GetIscsiLunSnapshotsParams) SetDefaults() + func (o *GetIscsiLunSnapshotsParams) SetHTTPClient(client *http.Client) + func (o *GetIscsiLunSnapshotsParams) SetRequestBody(requestBody *models.GetIscsiLunSnapshotsRequestBody) + func (o *GetIscsiLunSnapshotsParams) SetTimeout(timeout time.Duration) + func (o *GetIscsiLunSnapshotsParams) WithContentLanguage(contentLanguage *string) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WithContext(ctx context.Context) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WithDefaults() *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WithHTTPClient(client *http.Client) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WithRequestBody(requestBody *models.GetIscsiLunSnapshotsRequestBody) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WithTimeout(timeout time.Duration) *GetIscsiLunSnapshotsParams + func (o *GetIscsiLunSnapshotsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetIscsiLunSnapshotsReader struct + func (o *GetIscsiLunSnapshotsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/smartxworks/cloudtower-go-sdk/v2