Documentation ¶
Index ¶
- type Client
- func (a *Client) GetSnapshotPlanTasks(params *GetSnapshotPlanTasksParams, opts ...ClientOption) (*GetSnapshotPlanTasksOK, error)
- func (a *Client) GetSnapshotPlanTasksConnection(params *GetSnapshotPlanTasksConnectionParams, opts ...ClientOption) (*GetSnapshotPlanTasksConnectionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetSnapshotPlanTasksBadRequest
- type GetSnapshotPlanTasksConnectionBadRequest
- type GetSnapshotPlanTasksConnectionInternalServerError
- type GetSnapshotPlanTasksConnectionNotFound
- type GetSnapshotPlanTasksConnectionOK
- type GetSnapshotPlanTasksConnectionParams
- func NewGetSnapshotPlanTasksConnectionParams() *GetSnapshotPlanTasksConnectionParams
- func NewGetSnapshotPlanTasksConnectionParamsWithContext(ctx context.Context) *GetSnapshotPlanTasksConnectionParams
- func NewGetSnapshotPlanTasksConnectionParamsWithHTTPClient(client *http.Client) *GetSnapshotPlanTasksConnectionParams
- func NewGetSnapshotPlanTasksConnectionParamsWithTimeout(timeout time.Duration) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) SetContentLanguage(contentLanguage *string)
- func (o *GetSnapshotPlanTasksConnectionParams) SetContext(ctx context.Context)
- func (o *GetSnapshotPlanTasksConnectionParams) SetDefaults()
- func (o *GetSnapshotPlanTasksConnectionParams) SetHTTPClient(client *http.Client)
- func (o *GetSnapshotPlanTasksConnectionParams) SetRequestBody(requestBody *models.GetSnapshotPlanTasksConnectionRequestBody)
- func (o *GetSnapshotPlanTasksConnectionParams) SetTimeout(timeout time.Duration)
- func (o *GetSnapshotPlanTasksConnectionParams) WithContentLanguage(contentLanguage *string) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WithContext(ctx context.Context) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WithDefaults() *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WithHTTPClient(client *http.Client) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WithRequestBody(requestBody *models.GetSnapshotPlanTasksConnectionRequestBody) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WithTimeout(timeout time.Duration) *GetSnapshotPlanTasksConnectionParams
- func (o *GetSnapshotPlanTasksConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSnapshotPlanTasksConnectionReader
- type GetSnapshotPlanTasksInternalServerError
- type GetSnapshotPlanTasksNotFound
- type GetSnapshotPlanTasksOK
- type GetSnapshotPlanTasksParams
- func NewGetSnapshotPlanTasksParams() *GetSnapshotPlanTasksParams
- func NewGetSnapshotPlanTasksParamsWithContext(ctx context.Context) *GetSnapshotPlanTasksParams
- func NewGetSnapshotPlanTasksParamsWithHTTPClient(client *http.Client) *GetSnapshotPlanTasksParams
- func NewGetSnapshotPlanTasksParamsWithTimeout(timeout time.Duration) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) SetContentLanguage(contentLanguage *string)
- func (o *GetSnapshotPlanTasksParams) SetContext(ctx context.Context)
- func (o *GetSnapshotPlanTasksParams) SetDefaults()
- func (o *GetSnapshotPlanTasksParams) SetHTTPClient(client *http.Client)
- func (o *GetSnapshotPlanTasksParams) SetRequestBody(requestBody *models.GetSnapshotPlanTasksRequestBody)
- func (o *GetSnapshotPlanTasksParams) SetTimeout(timeout time.Duration)
- func (o *GetSnapshotPlanTasksParams) WithContentLanguage(contentLanguage *string) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WithContext(ctx context.Context) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WithDefaults() *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WithHTTPClient(client *http.Client) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WithRequestBody(requestBody *models.GetSnapshotPlanTasksRequestBody) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WithTimeout(timeout time.Duration) *GetSnapshotPlanTasksParams
- func (o *GetSnapshotPlanTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSnapshotPlanTasksReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for snapshot plan task API
func (*Client) GetSnapshotPlanTasks ¶
func (a *Client) GetSnapshotPlanTasks(params *GetSnapshotPlanTasksParams, opts ...ClientOption) (*GetSnapshotPlanTasksOK, error)
GetSnapshotPlanTasks get snapshot plan tasks API
func (*Client) GetSnapshotPlanTasksConnection ¶
func (a *Client) GetSnapshotPlanTasksConnection(params *GetSnapshotPlanTasksConnectionParams, opts ...ClientOption) (*GetSnapshotPlanTasksConnectionOK, error)
GetSnapshotPlanTasksConnection get snapshot plan tasks connection API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetSnapshotPlanTasks(params *GetSnapshotPlanTasksParams, opts ...ClientOption) (*GetSnapshotPlanTasksOK, error) GetSnapshotPlanTasksConnection(params *GetSnapshotPlanTasksConnectionParams, opts ...ClientOption) (*GetSnapshotPlanTasksConnectionOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new snapshot plan task API client.
type GetSnapshotPlanTasksBadRequest ¶
GetSnapshotPlanTasksBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetSnapshotPlanTasksBadRequest ¶
func NewGetSnapshotPlanTasksBadRequest() *GetSnapshotPlanTasksBadRequest
NewGetSnapshotPlanTasksBadRequest creates a GetSnapshotPlanTasksBadRequest with default headers values
func (*GetSnapshotPlanTasksBadRequest) Error ¶
func (o *GetSnapshotPlanTasksBadRequest) Error() string
func (*GetSnapshotPlanTasksBadRequest) GetPayload ¶
func (o *GetSnapshotPlanTasksBadRequest) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksConnectionBadRequest ¶
type GetSnapshotPlanTasksConnectionBadRequest struct { XTowerRequestID string Payload *models.ErrorBody }
GetSnapshotPlanTasksConnectionBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetSnapshotPlanTasksConnectionBadRequest ¶
func NewGetSnapshotPlanTasksConnectionBadRequest() *GetSnapshotPlanTasksConnectionBadRequest
NewGetSnapshotPlanTasksConnectionBadRequest creates a GetSnapshotPlanTasksConnectionBadRequest with default headers values
func (*GetSnapshotPlanTasksConnectionBadRequest) Error ¶
func (o *GetSnapshotPlanTasksConnectionBadRequest) Error() string
func (*GetSnapshotPlanTasksConnectionBadRequest) GetPayload ¶
func (o *GetSnapshotPlanTasksConnectionBadRequest) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksConnectionInternalServerError ¶
type GetSnapshotPlanTasksConnectionInternalServerError struct { XTowerRequestID string Payload *models.ErrorBody }
GetSnapshotPlanTasksConnectionInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetSnapshotPlanTasksConnectionInternalServerError ¶
func NewGetSnapshotPlanTasksConnectionInternalServerError() *GetSnapshotPlanTasksConnectionInternalServerError
NewGetSnapshotPlanTasksConnectionInternalServerError creates a GetSnapshotPlanTasksConnectionInternalServerError with default headers values
func (*GetSnapshotPlanTasksConnectionInternalServerError) Error ¶
func (o *GetSnapshotPlanTasksConnectionInternalServerError) Error() string
func (*GetSnapshotPlanTasksConnectionInternalServerError) GetPayload ¶
func (o *GetSnapshotPlanTasksConnectionInternalServerError) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksConnectionNotFound ¶
type GetSnapshotPlanTasksConnectionNotFound struct { XTowerRequestID string Payload *models.ErrorBody }
GetSnapshotPlanTasksConnectionNotFound describes a response with status code 404, with default header values.
Not found
func NewGetSnapshotPlanTasksConnectionNotFound ¶
func NewGetSnapshotPlanTasksConnectionNotFound() *GetSnapshotPlanTasksConnectionNotFound
NewGetSnapshotPlanTasksConnectionNotFound creates a GetSnapshotPlanTasksConnectionNotFound with default headers values
func (*GetSnapshotPlanTasksConnectionNotFound) Error ¶
func (o *GetSnapshotPlanTasksConnectionNotFound) Error() string
func (*GetSnapshotPlanTasksConnectionNotFound) GetPayload ¶
func (o *GetSnapshotPlanTasksConnectionNotFound) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksConnectionOK ¶
type GetSnapshotPlanTasksConnectionOK struct { XTowerRequestID string Payload *models.SnapshotPlanTaskConnection }
GetSnapshotPlanTasksConnectionOK describes a response with status code 200, with default header values.
GetSnapshotPlanTasksConnectionOK get snapshot plan tasks connection o k
func NewGetSnapshotPlanTasksConnectionOK ¶
func NewGetSnapshotPlanTasksConnectionOK() *GetSnapshotPlanTasksConnectionOK
NewGetSnapshotPlanTasksConnectionOK creates a GetSnapshotPlanTasksConnectionOK with default headers values
func (*GetSnapshotPlanTasksConnectionOK) Error ¶
func (o *GetSnapshotPlanTasksConnectionOK) Error() string
func (*GetSnapshotPlanTasksConnectionOK) GetPayload ¶
func (o *GetSnapshotPlanTasksConnectionOK) GetPayload() *models.SnapshotPlanTaskConnection
type GetSnapshotPlanTasksConnectionParams ¶
type GetSnapshotPlanTasksConnectionParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetSnapshotPlanTasksConnectionRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSnapshotPlanTasksConnectionParams contains all the parameters to send to the API endpoint
for the get snapshot plan tasks connection operation. Typically these are written to a http.Request.
func NewGetSnapshotPlanTasksConnectionParams ¶
func NewGetSnapshotPlanTasksConnectionParams() *GetSnapshotPlanTasksConnectionParams
NewGetSnapshotPlanTasksConnectionParams creates a new GetSnapshotPlanTasksConnectionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSnapshotPlanTasksConnectionParamsWithContext ¶
func NewGetSnapshotPlanTasksConnectionParamsWithContext(ctx context.Context) *GetSnapshotPlanTasksConnectionParams
NewGetSnapshotPlanTasksConnectionParamsWithContext creates a new GetSnapshotPlanTasksConnectionParams object with the ability to set a context for a request.
func NewGetSnapshotPlanTasksConnectionParamsWithHTTPClient ¶
func NewGetSnapshotPlanTasksConnectionParamsWithHTTPClient(client *http.Client) *GetSnapshotPlanTasksConnectionParams
NewGetSnapshotPlanTasksConnectionParamsWithHTTPClient creates a new GetSnapshotPlanTasksConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewGetSnapshotPlanTasksConnectionParamsWithTimeout ¶
func NewGetSnapshotPlanTasksConnectionParamsWithTimeout(timeout time.Duration) *GetSnapshotPlanTasksConnectionParams
NewGetSnapshotPlanTasksConnectionParamsWithTimeout creates a new GetSnapshotPlanTasksConnectionParams object with the ability to set a timeout on a request.
func (*GetSnapshotPlanTasksConnectionParams) SetContentLanguage ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) SetContext ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) SetDefaults ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetDefaults()
SetDefaults hydrates default values in the get snapshot plan tasks connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotPlanTasksConnectionParams) SetHTTPClient ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) SetRequestBody ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetRequestBody(requestBody *models.GetSnapshotPlanTasksConnectionRequestBody)
SetRequestBody adds the requestBody to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) SetTimeout ¶
func (o *GetSnapshotPlanTasksConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WithContentLanguage ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithContentLanguage(contentLanguage *string) *GetSnapshotPlanTasksConnectionParams
WithContentLanguage adds the contentLanguage to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WithContext ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithContext(ctx context.Context) *GetSnapshotPlanTasksConnectionParams
WithContext adds the context to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WithDefaults ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithDefaults() *GetSnapshotPlanTasksConnectionParams
WithDefaults hydrates default values in the get snapshot plan tasks connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotPlanTasksConnectionParams) WithHTTPClient ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithHTTPClient(client *http.Client) *GetSnapshotPlanTasksConnectionParams
WithHTTPClient adds the HTTPClient to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WithRequestBody ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithRequestBody(requestBody *models.GetSnapshotPlanTasksConnectionRequestBody) *GetSnapshotPlanTasksConnectionParams
WithRequestBody adds the requestBody to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WithTimeout ¶
func (o *GetSnapshotPlanTasksConnectionParams) WithTimeout(timeout time.Duration) *GetSnapshotPlanTasksConnectionParams
WithTimeout adds the timeout to the get snapshot plan tasks connection params
func (*GetSnapshotPlanTasksConnectionParams) WriteToRequest ¶
func (o *GetSnapshotPlanTasksConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSnapshotPlanTasksConnectionReader ¶
type GetSnapshotPlanTasksConnectionReader struct {
// contains filtered or unexported fields
}
GetSnapshotPlanTasksConnectionReader is a Reader for the GetSnapshotPlanTasksConnection structure.
func (*GetSnapshotPlanTasksConnectionReader) ReadResponse ¶
func (o *GetSnapshotPlanTasksConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSnapshotPlanTasksInternalServerError ¶
type GetSnapshotPlanTasksInternalServerError struct { XTowerRequestID string Payload *models.ErrorBody }
GetSnapshotPlanTasksInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetSnapshotPlanTasksInternalServerError ¶
func NewGetSnapshotPlanTasksInternalServerError() *GetSnapshotPlanTasksInternalServerError
NewGetSnapshotPlanTasksInternalServerError creates a GetSnapshotPlanTasksInternalServerError with default headers values
func (*GetSnapshotPlanTasksInternalServerError) Error ¶
func (o *GetSnapshotPlanTasksInternalServerError) Error() string
func (*GetSnapshotPlanTasksInternalServerError) GetPayload ¶
func (o *GetSnapshotPlanTasksInternalServerError) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksNotFound ¶
GetSnapshotPlanTasksNotFound describes a response with status code 404, with default header values.
Not found
func NewGetSnapshotPlanTasksNotFound ¶
func NewGetSnapshotPlanTasksNotFound() *GetSnapshotPlanTasksNotFound
NewGetSnapshotPlanTasksNotFound creates a GetSnapshotPlanTasksNotFound with default headers values
func (*GetSnapshotPlanTasksNotFound) Error ¶
func (o *GetSnapshotPlanTasksNotFound) Error() string
func (*GetSnapshotPlanTasksNotFound) GetPayload ¶
func (o *GetSnapshotPlanTasksNotFound) GetPayload() *models.ErrorBody
type GetSnapshotPlanTasksOK ¶
type GetSnapshotPlanTasksOK struct { XTowerRequestID string Payload []*models.SnapshotPlanTask }
GetSnapshotPlanTasksOK describes a response with status code 200, with default header values.
GetSnapshotPlanTasksOK get snapshot plan tasks o k
func NewGetSnapshotPlanTasksOK ¶
func NewGetSnapshotPlanTasksOK() *GetSnapshotPlanTasksOK
NewGetSnapshotPlanTasksOK creates a GetSnapshotPlanTasksOK with default headers values
func (*GetSnapshotPlanTasksOK) Error ¶
func (o *GetSnapshotPlanTasksOK) Error() string
func (*GetSnapshotPlanTasksOK) GetPayload ¶
func (o *GetSnapshotPlanTasksOK) GetPayload() []*models.SnapshotPlanTask
type GetSnapshotPlanTasksParams ¶
type GetSnapshotPlanTasksParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetSnapshotPlanTasksRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSnapshotPlanTasksParams contains all the parameters to send to the API endpoint
for the get snapshot plan tasks operation. Typically these are written to a http.Request.
func NewGetSnapshotPlanTasksParams ¶
func NewGetSnapshotPlanTasksParams() *GetSnapshotPlanTasksParams
NewGetSnapshotPlanTasksParams creates a new GetSnapshotPlanTasksParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSnapshotPlanTasksParamsWithContext ¶
func NewGetSnapshotPlanTasksParamsWithContext(ctx context.Context) *GetSnapshotPlanTasksParams
NewGetSnapshotPlanTasksParamsWithContext creates a new GetSnapshotPlanTasksParams object with the ability to set a context for a request.
func NewGetSnapshotPlanTasksParamsWithHTTPClient ¶
func NewGetSnapshotPlanTasksParamsWithHTTPClient(client *http.Client) *GetSnapshotPlanTasksParams
NewGetSnapshotPlanTasksParamsWithHTTPClient creates a new GetSnapshotPlanTasksParams object with the ability to set a custom HTTPClient for a request.
func NewGetSnapshotPlanTasksParamsWithTimeout ¶
func NewGetSnapshotPlanTasksParamsWithTimeout(timeout time.Duration) *GetSnapshotPlanTasksParams
NewGetSnapshotPlanTasksParamsWithTimeout creates a new GetSnapshotPlanTasksParams object with the ability to set a timeout on a request.
func (*GetSnapshotPlanTasksParams) SetContentLanguage ¶
func (o *GetSnapshotPlanTasksParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) SetContext ¶
func (o *GetSnapshotPlanTasksParams) SetContext(ctx context.Context)
SetContext adds the context to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) SetDefaults ¶
func (o *GetSnapshotPlanTasksParams) SetDefaults()
SetDefaults hydrates default values in the get snapshot plan tasks params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotPlanTasksParams) SetHTTPClient ¶
func (o *GetSnapshotPlanTasksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) SetRequestBody ¶
func (o *GetSnapshotPlanTasksParams) SetRequestBody(requestBody *models.GetSnapshotPlanTasksRequestBody)
SetRequestBody adds the requestBody to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) SetTimeout ¶
func (o *GetSnapshotPlanTasksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WithContentLanguage ¶
func (o *GetSnapshotPlanTasksParams) WithContentLanguage(contentLanguage *string) *GetSnapshotPlanTasksParams
WithContentLanguage adds the contentLanguage to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WithContext ¶
func (o *GetSnapshotPlanTasksParams) WithContext(ctx context.Context) *GetSnapshotPlanTasksParams
WithContext adds the context to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WithDefaults ¶
func (o *GetSnapshotPlanTasksParams) WithDefaults() *GetSnapshotPlanTasksParams
WithDefaults hydrates default values in the get snapshot plan tasks params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotPlanTasksParams) WithHTTPClient ¶
func (o *GetSnapshotPlanTasksParams) WithHTTPClient(client *http.Client) *GetSnapshotPlanTasksParams
WithHTTPClient adds the HTTPClient to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WithRequestBody ¶
func (o *GetSnapshotPlanTasksParams) WithRequestBody(requestBody *models.GetSnapshotPlanTasksRequestBody) *GetSnapshotPlanTasksParams
WithRequestBody adds the requestBody to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WithTimeout ¶
func (o *GetSnapshotPlanTasksParams) WithTimeout(timeout time.Duration) *GetSnapshotPlanTasksParams
WithTimeout adds the timeout to the get snapshot plan tasks params
func (*GetSnapshotPlanTasksParams) WriteToRequest ¶
func (o *GetSnapshotPlanTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSnapshotPlanTasksReader ¶
type GetSnapshotPlanTasksReader struct {
// contains filtered or unexported fields
}
GetSnapshotPlanTasksReader is a Reader for the GetSnapshotPlanTasks structure.
func (*GetSnapshotPlanTasksReader) ReadResponse ¶
func (o *GetSnapshotPlanTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.