backup_target_execution

package
v0.0.0-...-67cd95e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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 {
	Payload string
}
GetBackupTargetExecutionsBadRequest describes a response with status code 400, with default header values.

GetBackupTargetExecutionsBadRequest get backup target executions bad request

func NewGetBackupTargetExecutionsBadRequest

func NewGetBackupTargetExecutionsBadRequest() *GetBackupTargetExecutionsBadRequest

NewGetBackupTargetExecutionsBadRequest creates a GetBackupTargetExecutionsBadRequest with default headers values

func (*GetBackupTargetExecutionsBadRequest) Error

func (*GetBackupTargetExecutionsBadRequest) GetPayload

type GetBackupTargetExecutionsConnectionBadRequest

type GetBackupTargetExecutionsConnectionBadRequest struct {
	Payload string
}
GetBackupTargetExecutionsConnectionBadRequest describes a response with status code 400, with default header values.

GetBackupTargetExecutionsConnectionBadRequest get backup target executions connection bad request

func NewGetBackupTargetExecutionsConnectionBadRequest

func NewGetBackupTargetExecutionsConnectionBadRequest() *GetBackupTargetExecutionsConnectionBadRequest

NewGetBackupTargetExecutionsConnectionBadRequest creates a GetBackupTargetExecutionsConnectionBadRequest with default headers values

func (*GetBackupTargetExecutionsConnectionBadRequest) Error

func (*GetBackupTargetExecutionsConnectionBadRequest) GetPayload

type GetBackupTargetExecutionsConnectionOK

type GetBackupTargetExecutionsConnectionOK struct {
	Payload *models.BackupTargetExecutionConnection
}
GetBackupTargetExecutionsConnectionOK describes a response with status code 200, with default header values.

Ok

func NewGetBackupTargetExecutionsConnectionOK

func NewGetBackupTargetExecutionsConnectionOK() *GetBackupTargetExecutionsConnectionOK

NewGetBackupTargetExecutionsConnectionOK creates a GetBackupTargetExecutionsConnectionOK with default headers values

func (*GetBackupTargetExecutionsConnectionOK) Error

func (*GetBackupTargetExecutionsConnectionOK) GetPayload

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

SetContext adds the context to the get backup target executions connection params

func (*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

SetRequestBody adds the requestBody to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) SetTimeout

SetTimeout adds the timeout to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WithContext

WithContext adds the context to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WithTimeout

WithTimeout adds the timeout to the get backup target executions connection params

func (*GetBackupTargetExecutionsConnectionParams) WriteToRequest

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 GetBackupTargetExecutionsOK

type GetBackupTargetExecutionsOK struct {
	Payload []*models.BackupTargetExecution
}
GetBackupTargetExecutionsOK describes a response with status code 200, with default header values.

Ok

func NewGetBackupTargetExecutionsOK

func NewGetBackupTargetExecutionsOK() *GetBackupTargetExecutionsOK

NewGetBackupTargetExecutionsOK creates a GetBackupTargetExecutionsOK with default headers values

func (*GetBackupTargetExecutionsOK) Error

func (*GetBackupTargetExecutionsOK) GetPayload

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

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

WithContext adds the context to the get backup target executions params

func (*GetBackupTargetExecutionsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get backup target executions params

func (*GetBackupTargetExecutionsParams) WithRequestBody

WithRequestBody adds the requestBody to the get backup target executions params

func (*GetBackupTargetExecutionsParams) WithTimeout

WithTimeout adds the timeout to the get backup target executions params

func (*GetBackupTargetExecutionsParams) WriteToRequest

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL