Documentation
¶
Index ¶
- type Client
- func (a *Client) GetBackupTargetExecutions(params *GetBackupTargetExecutionsParams, opts ...ClientOption) (*GetBackupTargetExecutionsOK, error)
- func (a *Client) GetBackupTargetExecutionsConnection(params *GetBackupTargetExecutionsConnectionParams, opts ...ClientOption) (*GetBackupTargetExecutionsConnectionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetBackupTargetExecutionsBadRequest
- type GetBackupTargetExecutionsConnectionBadRequest
- type GetBackupTargetExecutionsConnectionInternalServerError
- type GetBackupTargetExecutionsConnectionNotFound
- type GetBackupTargetExecutionsConnectionOK
- type GetBackupTargetExecutionsConnectionParams
- func NewGetBackupTargetExecutionsConnectionParams() *GetBackupTargetExecutionsConnectionParams
- func NewGetBackupTargetExecutionsConnectionParamsWithContext(ctx context.Context) *GetBackupTargetExecutionsConnectionParams
- func NewGetBackupTargetExecutionsConnectionParamsWithHTTPClient(client *http.Client) *GetBackupTargetExecutionsConnectionParams
- func NewGetBackupTargetExecutionsConnectionParamsWithTimeout(timeout time.Duration) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) SetContentLanguage(contentLanguage *string)
- func (o *GetBackupTargetExecutionsConnectionParams) SetContext(ctx context.Context)
- func (o *GetBackupTargetExecutionsConnectionParams) SetDefaults()
- func (o *GetBackupTargetExecutionsConnectionParams) SetHTTPClient(client *http.Client)
- func (o *GetBackupTargetExecutionsConnectionParams) SetRequestBody(requestBody *models.GetBackupTargetExecutionsConnectionRequestBody)
- func (o *GetBackupTargetExecutionsConnectionParams) SetTimeout(timeout time.Duration)
- func (o *GetBackupTargetExecutionsConnectionParams) WithContentLanguage(contentLanguage *string) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WithContext(ctx context.Context) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WithDefaults() *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WithHTTPClient(client *http.Client) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WithRequestBody(requestBody *models.GetBackupTargetExecutionsConnectionRequestBody) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WithTimeout(timeout time.Duration) *GetBackupTargetExecutionsConnectionParams
- func (o *GetBackupTargetExecutionsConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBackupTargetExecutionsConnectionReader
- type GetBackupTargetExecutionsInternalServerError
- type GetBackupTargetExecutionsNotFound
- type GetBackupTargetExecutionsOK
- type GetBackupTargetExecutionsParams
- func NewGetBackupTargetExecutionsParams() *GetBackupTargetExecutionsParams
- func NewGetBackupTargetExecutionsParamsWithContext(ctx context.Context) *GetBackupTargetExecutionsParams
- func NewGetBackupTargetExecutionsParamsWithHTTPClient(client *http.Client) *GetBackupTargetExecutionsParams
- func NewGetBackupTargetExecutionsParamsWithTimeout(timeout time.Duration) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) SetContentLanguage(contentLanguage *string)
- func (o *GetBackupTargetExecutionsParams) SetContext(ctx context.Context)
- func (o *GetBackupTargetExecutionsParams) SetDefaults()
- func (o *GetBackupTargetExecutionsParams) SetHTTPClient(client *http.Client)
- func (o *GetBackupTargetExecutionsParams) SetRequestBody(requestBody *models.GetBackupTargetExecutionsRequestBody)
- func (o *GetBackupTargetExecutionsParams) SetTimeout(timeout time.Duration)
- func (o *GetBackupTargetExecutionsParams) WithContentLanguage(contentLanguage *string) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WithContext(ctx context.Context) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WithDefaults() *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WithHTTPClient(client *http.Client) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WithRequestBody(requestBody *models.GetBackupTargetExecutionsRequestBody) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WithTimeout(timeout time.Duration) *GetBackupTargetExecutionsParams
- func (o *GetBackupTargetExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBackupTargetExecutionsReader
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 backup target execution API
func (*Client) GetBackupTargetExecutions ¶
func (a *Client) GetBackupTargetExecutions(params *GetBackupTargetExecutionsParams, opts ...ClientOption) (*GetBackupTargetExecutionsOK, error)
GetBackupTargetExecutions get backup target executions API
func (*Client) GetBackupTargetExecutionsConnection ¶
func (a *Client) GetBackupTargetExecutionsConnection(params *GetBackupTargetExecutionsConnectionParams, opts ...ClientOption) (*GetBackupTargetExecutionsConnectionOK, error)
GetBackupTargetExecutionsConnection get backup target executions 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 { GetBackupTargetExecutions(params *GetBackupTargetExecutionsParams, opts ...ClientOption) (*GetBackupTargetExecutionsOK, error) GetBackupTargetExecutionsConnection(params *GetBackupTargetExecutionsConnectionParams, opts ...ClientOption) (*GetBackupTargetExecutionsConnectionOK, 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 backup target execution API client.
type GetBackupTargetExecutionsBadRequest ¶
type GetBackupTargetExecutionsBadRequest struct { XTowerRequestID string Payload *models.ErrorBody }
GetBackupTargetExecutionsBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetBackupTargetExecutionsBadRequest ¶
func NewGetBackupTargetExecutionsBadRequest() *GetBackupTargetExecutionsBadRequest
NewGetBackupTargetExecutionsBadRequest creates a GetBackupTargetExecutionsBadRequest with default headers values
func (*GetBackupTargetExecutionsBadRequest) Error ¶
func (o *GetBackupTargetExecutionsBadRequest) Error() string
func (*GetBackupTargetExecutionsBadRequest) GetPayload ¶
func (o *GetBackupTargetExecutionsBadRequest) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsConnectionBadRequest ¶
type GetBackupTargetExecutionsConnectionBadRequest struct { XTowerRequestID string Payload *models.ErrorBody }
GetBackupTargetExecutionsConnectionBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetBackupTargetExecutionsConnectionBadRequest ¶
func NewGetBackupTargetExecutionsConnectionBadRequest() *GetBackupTargetExecutionsConnectionBadRequest
NewGetBackupTargetExecutionsConnectionBadRequest creates a GetBackupTargetExecutionsConnectionBadRequest with default headers values
func (*GetBackupTargetExecutionsConnectionBadRequest) Error ¶
func (o *GetBackupTargetExecutionsConnectionBadRequest) Error() string
func (*GetBackupTargetExecutionsConnectionBadRequest) GetPayload ¶
func (o *GetBackupTargetExecutionsConnectionBadRequest) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsConnectionInternalServerError ¶
type GetBackupTargetExecutionsConnectionInternalServerError struct { XTowerRequestID string Payload *models.ErrorBody }
GetBackupTargetExecutionsConnectionInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetBackupTargetExecutionsConnectionInternalServerError ¶
func NewGetBackupTargetExecutionsConnectionInternalServerError() *GetBackupTargetExecutionsConnectionInternalServerError
NewGetBackupTargetExecutionsConnectionInternalServerError creates a GetBackupTargetExecutionsConnectionInternalServerError with default headers values
func (*GetBackupTargetExecutionsConnectionInternalServerError) Error ¶
func (o *GetBackupTargetExecutionsConnectionInternalServerError) Error() string
func (*GetBackupTargetExecutionsConnectionInternalServerError) GetPayload ¶
func (o *GetBackupTargetExecutionsConnectionInternalServerError) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsConnectionNotFound ¶
type GetBackupTargetExecutionsConnectionNotFound struct { XTowerRequestID string Payload *models.ErrorBody }
GetBackupTargetExecutionsConnectionNotFound describes a response with status code 404, with default header values.
Not found
func NewGetBackupTargetExecutionsConnectionNotFound ¶
func NewGetBackupTargetExecutionsConnectionNotFound() *GetBackupTargetExecutionsConnectionNotFound
NewGetBackupTargetExecutionsConnectionNotFound creates a GetBackupTargetExecutionsConnectionNotFound with default headers values
func (*GetBackupTargetExecutionsConnectionNotFound) Error ¶
func (o *GetBackupTargetExecutionsConnectionNotFound) Error() string
func (*GetBackupTargetExecutionsConnectionNotFound) GetPayload ¶
func (o *GetBackupTargetExecutionsConnectionNotFound) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsConnectionOK ¶
type GetBackupTargetExecutionsConnectionOK struct { XTowerRequestID string Payload *models.BackupTargetExecutionConnection }
GetBackupTargetExecutionsConnectionOK describes a response with status code 200, with default header values.
GetBackupTargetExecutionsConnectionOK get backup target executions connection o k
func NewGetBackupTargetExecutionsConnectionOK ¶
func NewGetBackupTargetExecutionsConnectionOK() *GetBackupTargetExecutionsConnectionOK
NewGetBackupTargetExecutionsConnectionOK creates a GetBackupTargetExecutionsConnectionOK with default headers values
func (*GetBackupTargetExecutionsConnectionOK) Error ¶
func (o *GetBackupTargetExecutionsConnectionOK) Error() string
func (*GetBackupTargetExecutionsConnectionOK) GetPayload ¶
func (o *GetBackupTargetExecutionsConnectionOK) GetPayload() *models.BackupTargetExecutionConnection
type GetBackupTargetExecutionsConnectionParams ¶
type GetBackupTargetExecutionsConnectionParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetBackupTargetExecutionsConnectionRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBackupTargetExecutionsConnectionParams contains all the parameters to send to the API endpoint
for the get backup target executions connection operation. Typically these are written to a http.Request.
func NewGetBackupTargetExecutionsConnectionParams ¶
func NewGetBackupTargetExecutionsConnectionParams() *GetBackupTargetExecutionsConnectionParams
NewGetBackupTargetExecutionsConnectionParams creates a new GetBackupTargetExecutionsConnectionParams 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 NewGetBackupTargetExecutionsConnectionParamsWithContext ¶
func NewGetBackupTargetExecutionsConnectionParamsWithContext(ctx context.Context) *GetBackupTargetExecutionsConnectionParams
NewGetBackupTargetExecutionsConnectionParamsWithContext creates a new GetBackupTargetExecutionsConnectionParams object with the ability to set a context for a request.
func NewGetBackupTargetExecutionsConnectionParamsWithHTTPClient ¶
func NewGetBackupTargetExecutionsConnectionParamsWithHTTPClient(client *http.Client) *GetBackupTargetExecutionsConnectionParams
NewGetBackupTargetExecutionsConnectionParamsWithHTTPClient creates a new GetBackupTargetExecutionsConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewGetBackupTargetExecutionsConnectionParamsWithTimeout ¶
func NewGetBackupTargetExecutionsConnectionParamsWithTimeout(timeout time.Duration) *GetBackupTargetExecutionsConnectionParams
NewGetBackupTargetExecutionsConnectionParamsWithTimeout creates a new GetBackupTargetExecutionsConnectionParams object with the ability to set a timeout on a request.
func (*GetBackupTargetExecutionsConnectionParams) SetContentLanguage ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) SetContext ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) SetDefaults ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetDefaults()
SetDefaults hydrates default values in the get backup target executions connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetBackupTargetExecutionsConnectionParams) SetHTTPClient ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) SetRequestBody ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetRequestBody(requestBody *models.GetBackupTargetExecutionsConnectionRequestBody)
SetRequestBody adds the requestBody to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) SetTimeout ¶
func (o *GetBackupTargetExecutionsConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WithContentLanguage ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithContentLanguage(contentLanguage *string) *GetBackupTargetExecutionsConnectionParams
WithContentLanguage adds the contentLanguage to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WithContext ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithContext(ctx context.Context) *GetBackupTargetExecutionsConnectionParams
WithContext adds the context to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WithDefaults ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithDefaults() *GetBackupTargetExecutionsConnectionParams
WithDefaults hydrates default values in the get backup target executions connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetBackupTargetExecutionsConnectionParams) WithHTTPClient ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithHTTPClient(client *http.Client) *GetBackupTargetExecutionsConnectionParams
WithHTTPClient adds the HTTPClient to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WithRequestBody ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithRequestBody(requestBody *models.GetBackupTargetExecutionsConnectionRequestBody) *GetBackupTargetExecutionsConnectionParams
WithRequestBody adds the requestBody to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WithTimeout ¶
func (o *GetBackupTargetExecutionsConnectionParams) WithTimeout(timeout time.Duration) *GetBackupTargetExecutionsConnectionParams
WithTimeout adds the timeout to the get backup target executions connection params
func (*GetBackupTargetExecutionsConnectionParams) WriteToRequest ¶
func (o *GetBackupTargetExecutionsConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBackupTargetExecutionsConnectionReader ¶
type GetBackupTargetExecutionsConnectionReader struct {
// contains filtered or unexported fields
}
GetBackupTargetExecutionsConnectionReader is a Reader for the GetBackupTargetExecutionsConnection structure.
func (*GetBackupTargetExecutionsConnectionReader) ReadResponse ¶
func (o *GetBackupTargetExecutionsConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBackupTargetExecutionsInternalServerError ¶
type GetBackupTargetExecutionsInternalServerError struct { XTowerRequestID string Payload *models.ErrorBody }
GetBackupTargetExecutionsInternalServerError describes a response with status code 500, with default header values.
Server error
func NewGetBackupTargetExecutionsInternalServerError ¶
func NewGetBackupTargetExecutionsInternalServerError() *GetBackupTargetExecutionsInternalServerError
NewGetBackupTargetExecutionsInternalServerError creates a GetBackupTargetExecutionsInternalServerError with default headers values
func (*GetBackupTargetExecutionsInternalServerError) Error ¶
func (o *GetBackupTargetExecutionsInternalServerError) Error() string
func (*GetBackupTargetExecutionsInternalServerError) GetPayload ¶
func (o *GetBackupTargetExecutionsInternalServerError) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsNotFound ¶
GetBackupTargetExecutionsNotFound describes a response with status code 404, with default header values.
Not found
func NewGetBackupTargetExecutionsNotFound ¶
func NewGetBackupTargetExecutionsNotFound() *GetBackupTargetExecutionsNotFound
NewGetBackupTargetExecutionsNotFound creates a GetBackupTargetExecutionsNotFound with default headers values
func (*GetBackupTargetExecutionsNotFound) Error ¶
func (o *GetBackupTargetExecutionsNotFound) Error() string
func (*GetBackupTargetExecutionsNotFound) GetPayload ¶
func (o *GetBackupTargetExecutionsNotFound) GetPayload() *models.ErrorBody
type GetBackupTargetExecutionsOK ¶
type GetBackupTargetExecutionsOK struct { XTowerRequestID string Payload []*models.BackupTargetExecution }
GetBackupTargetExecutionsOK describes a response with status code 200, with default header values.
GetBackupTargetExecutionsOK get backup target executions o k
func NewGetBackupTargetExecutionsOK ¶
func NewGetBackupTargetExecutionsOK() *GetBackupTargetExecutionsOK
NewGetBackupTargetExecutionsOK creates a GetBackupTargetExecutionsOK with default headers values
func (*GetBackupTargetExecutionsOK) Error ¶
func (o *GetBackupTargetExecutionsOK) Error() string
func (*GetBackupTargetExecutionsOK) GetPayload ¶
func (o *GetBackupTargetExecutionsOK) GetPayload() []*models.BackupTargetExecution
type GetBackupTargetExecutionsParams ¶
type GetBackupTargetExecutionsParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetBackupTargetExecutionsRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBackupTargetExecutionsParams contains all the parameters to send to the API endpoint
for the get backup target executions operation. Typically these are written to a http.Request.
func NewGetBackupTargetExecutionsParams ¶
func NewGetBackupTargetExecutionsParams() *GetBackupTargetExecutionsParams
NewGetBackupTargetExecutionsParams creates a new GetBackupTargetExecutionsParams 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 NewGetBackupTargetExecutionsParamsWithContext ¶
func NewGetBackupTargetExecutionsParamsWithContext(ctx context.Context) *GetBackupTargetExecutionsParams
NewGetBackupTargetExecutionsParamsWithContext creates a new GetBackupTargetExecutionsParams object with the ability to set a context for a request.
func NewGetBackupTargetExecutionsParamsWithHTTPClient ¶
func NewGetBackupTargetExecutionsParamsWithHTTPClient(client *http.Client) *GetBackupTargetExecutionsParams
NewGetBackupTargetExecutionsParamsWithHTTPClient creates a new GetBackupTargetExecutionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetBackupTargetExecutionsParamsWithTimeout ¶
func NewGetBackupTargetExecutionsParamsWithTimeout(timeout time.Duration) *GetBackupTargetExecutionsParams
NewGetBackupTargetExecutionsParamsWithTimeout creates a new GetBackupTargetExecutionsParams object with the ability to set a timeout on a request.
func (*GetBackupTargetExecutionsParams) SetContentLanguage ¶
func (o *GetBackupTargetExecutionsParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get backup target executions params
func (*GetBackupTargetExecutionsParams) SetContext ¶
func (o *GetBackupTargetExecutionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get backup target executions params
func (*GetBackupTargetExecutionsParams) SetDefaults ¶
func (o *GetBackupTargetExecutionsParams) SetDefaults()
SetDefaults hydrates default values in the get backup target executions params (not the query body).
All values with no default are reset to their zero value.
func (*GetBackupTargetExecutionsParams) SetHTTPClient ¶
func (o *GetBackupTargetExecutionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get backup target executions params
func (*GetBackupTargetExecutionsParams) SetRequestBody ¶
func (o *GetBackupTargetExecutionsParams) SetRequestBody(requestBody *models.GetBackupTargetExecutionsRequestBody)
SetRequestBody adds the requestBody to the get backup target executions params
func (*GetBackupTargetExecutionsParams) SetTimeout ¶
func (o *GetBackupTargetExecutionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WithContentLanguage ¶
func (o *GetBackupTargetExecutionsParams) WithContentLanguage(contentLanguage *string) *GetBackupTargetExecutionsParams
WithContentLanguage adds the contentLanguage to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WithContext ¶
func (o *GetBackupTargetExecutionsParams) WithContext(ctx context.Context) *GetBackupTargetExecutionsParams
WithContext adds the context to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WithDefaults ¶
func (o *GetBackupTargetExecutionsParams) WithDefaults() *GetBackupTargetExecutionsParams
WithDefaults hydrates default values in the get backup target executions params (not the query body).
All values with no default are reset to their zero value.
func (*GetBackupTargetExecutionsParams) WithHTTPClient ¶
func (o *GetBackupTargetExecutionsParams) WithHTTPClient(client *http.Client) *GetBackupTargetExecutionsParams
WithHTTPClient adds the HTTPClient to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WithRequestBody ¶
func (o *GetBackupTargetExecutionsParams) WithRequestBody(requestBody *models.GetBackupTargetExecutionsRequestBody) *GetBackupTargetExecutionsParams
WithRequestBody adds the requestBody to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WithTimeout ¶
func (o *GetBackupTargetExecutionsParams) WithTimeout(timeout time.Duration) *GetBackupTargetExecutionsParams
WithTimeout adds the timeout to the get backup target executions params
func (*GetBackupTargetExecutionsParams) WriteToRequest ¶
func (o *GetBackupTargetExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBackupTargetExecutionsReader ¶
type GetBackupTargetExecutionsReader struct {
// contains filtered or unexported fields
}
GetBackupTargetExecutionsReader is a Reader for the GetBackupTargetExecutions structure.
func (*GetBackupTargetExecutionsReader) ReadResponse ¶
func (o *GetBackupTargetExecutionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.