operations

package
v0.5.10 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type BackupDatalakeDefault ¶

type BackupDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

BackupDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewBackupDatalakeDefault ¶

func NewBackupDatalakeDefault(code int) *BackupDatalakeDefault

NewBackupDatalakeDefault creates a BackupDatalakeDefault with default headers values

func (*BackupDatalakeDefault) Code ¶

func (o *BackupDatalakeDefault) Code() int

Code gets the status code for the backup datalake default response

func (*BackupDatalakeDefault) Error ¶

func (o *BackupDatalakeDefault) Error() string

func (*BackupDatalakeDefault) GetPayload ¶

func (o *BackupDatalakeDefault) GetPayload() *models.Error

func (*BackupDatalakeDefault) IsClientError ¶

func (o *BackupDatalakeDefault) IsClientError() bool

IsClientError returns true when this backup datalake default response has a 4xx status code

func (*BackupDatalakeDefault) IsCode ¶

func (o *BackupDatalakeDefault) IsCode(code int) bool

IsCode returns true when this backup datalake default response a status code equal to that given

func (*BackupDatalakeDefault) IsRedirect ¶

func (o *BackupDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this backup datalake default response has a 3xx status code

func (*BackupDatalakeDefault) IsServerError ¶

func (o *BackupDatalakeDefault) IsServerError() bool

IsServerError returns true when this backup datalake default response has a 5xx status code

func (*BackupDatalakeDefault) IsSuccess ¶

func (o *BackupDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this backup datalake default response has a 2xx status code

func (*BackupDatalakeDefault) String ¶

func (o *BackupDatalakeDefault) String() string

type BackupDatalakeOK ¶

type BackupDatalakeOK struct {
	Payload *models.BackupDatalakeResponse
}

BackupDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewBackupDatalakeOK ¶

func NewBackupDatalakeOK() *BackupDatalakeOK

NewBackupDatalakeOK creates a BackupDatalakeOK with default headers values

func (*BackupDatalakeOK) Code ¶

func (o *BackupDatalakeOK) Code() int

Code gets the status code for the backup datalake o k response

func (*BackupDatalakeOK) Error ¶

func (o *BackupDatalakeOK) Error() string

func (*BackupDatalakeOK) GetPayload ¶

func (*BackupDatalakeOK) IsClientError ¶

func (o *BackupDatalakeOK) IsClientError() bool

IsClientError returns true when this backup datalake o k response has a 4xx status code

func (*BackupDatalakeOK) IsCode ¶

func (o *BackupDatalakeOK) IsCode(code int) bool

IsCode returns true when this backup datalake o k response a status code equal to that given

func (*BackupDatalakeOK) IsRedirect ¶

func (o *BackupDatalakeOK) IsRedirect() bool

IsRedirect returns true when this backup datalake o k response has a 3xx status code

func (*BackupDatalakeOK) IsServerError ¶

func (o *BackupDatalakeOK) IsServerError() bool

IsServerError returns true when this backup datalake o k response has a 5xx status code

func (*BackupDatalakeOK) IsSuccess ¶

func (o *BackupDatalakeOK) IsSuccess() bool

IsSuccess returns true when this backup datalake o k response has a 2xx status code

func (*BackupDatalakeOK) String ¶

func (o *BackupDatalakeOK) String() string

type BackupDatalakeParams ¶

type BackupDatalakeParams struct {

	// Input.
	Input *models.BackupDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BackupDatalakeParams contains all the parameters to send to the API endpoint

for the backup datalake operation.

Typically these are written to a http.Request.

func NewBackupDatalakeParams ¶

func NewBackupDatalakeParams() *BackupDatalakeParams

NewBackupDatalakeParams creates a new BackupDatalakeParams 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 NewBackupDatalakeParamsWithContext ¶

func NewBackupDatalakeParamsWithContext(ctx context.Context) *BackupDatalakeParams

NewBackupDatalakeParamsWithContext creates a new BackupDatalakeParams object with the ability to set a context for a request.

func NewBackupDatalakeParamsWithHTTPClient ¶

func NewBackupDatalakeParamsWithHTTPClient(client *http.Client) *BackupDatalakeParams

NewBackupDatalakeParamsWithHTTPClient creates a new BackupDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewBackupDatalakeParamsWithTimeout ¶

func NewBackupDatalakeParamsWithTimeout(timeout time.Duration) *BackupDatalakeParams

NewBackupDatalakeParamsWithTimeout creates a new BackupDatalakeParams object with the ability to set a timeout on a request.

func (*BackupDatalakeParams) SetContext ¶

func (o *BackupDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the backup datalake params

func (*BackupDatalakeParams) SetDefaults ¶

func (o *BackupDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the backup datalake params (not the query body).

All values with no default are reset to their zero value.

func (*BackupDatalakeParams) SetHTTPClient ¶

func (o *BackupDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the backup datalake params

func (*BackupDatalakeParams) SetInput ¶

SetInput adds the input to the backup datalake params

func (*BackupDatalakeParams) SetTimeout ¶

func (o *BackupDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the backup datalake params

func (*BackupDatalakeParams) WithContext ¶

WithContext adds the context to the backup datalake params

func (*BackupDatalakeParams) WithDefaults ¶

func (o *BackupDatalakeParams) WithDefaults() *BackupDatalakeParams

WithDefaults hydrates default values in the backup datalake params (not the query body).

All values with no default are reset to their zero value.

func (*BackupDatalakeParams) WithHTTPClient ¶

func (o *BackupDatalakeParams) WithHTTPClient(client *http.Client) *BackupDatalakeParams

WithHTTPClient adds the HTTPClient to the backup datalake params

func (*BackupDatalakeParams) WithInput ¶

WithInput adds the input to the backup datalake params

func (*BackupDatalakeParams) WithTimeout ¶

func (o *BackupDatalakeParams) WithTimeout(timeout time.Duration) *BackupDatalakeParams

WithTimeout adds the timeout to the backup datalake params

func (*BackupDatalakeParams) WriteToRequest ¶

func (o *BackupDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type BackupDatalakeReader ¶

type BackupDatalakeReader struct {
	// contains filtered or unexported fields
}

BackupDatalakeReader is a Reader for the BackupDatalake structure.

func (*BackupDatalakeReader) ReadResponse ¶

func (o *BackupDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BackupDatalakeStatusDefault ¶

type BackupDatalakeStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

BackupDatalakeStatusDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewBackupDatalakeStatusDefault ¶

func NewBackupDatalakeStatusDefault(code int) *BackupDatalakeStatusDefault

NewBackupDatalakeStatusDefault creates a BackupDatalakeStatusDefault with default headers values

func (*BackupDatalakeStatusDefault) Code ¶

func (o *BackupDatalakeStatusDefault) Code() int

Code gets the status code for the backup datalake status default response

func (*BackupDatalakeStatusDefault) Error ¶

func (*BackupDatalakeStatusDefault) GetPayload ¶

func (o *BackupDatalakeStatusDefault) GetPayload() *models.Error

func (*BackupDatalakeStatusDefault) IsClientError ¶

func (o *BackupDatalakeStatusDefault) IsClientError() bool

IsClientError returns true when this backup datalake status default response has a 4xx status code

func (*BackupDatalakeStatusDefault) IsCode ¶

func (o *BackupDatalakeStatusDefault) IsCode(code int) bool

IsCode returns true when this backup datalake status default response a status code equal to that given

func (*BackupDatalakeStatusDefault) IsRedirect ¶

func (o *BackupDatalakeStatusDefault) IsRedirect() bool

IsRedirect returns true when this backup datalake status default response has a 3xx status code

func (*BackupDatalakeStatusDefault) IsServerError ¶

func (o *BackupDatalakeStatusDefault) IsServerError() bool

IsServerError returns true when this backup datalake status default response has a 5xx status code

func (*BackupDatalakeStatusDefault) IsSuccess ¶

func (o *BackupDatalakeStatusDefault) IsSuccess() bool

IsSuccess returns true when this backup datalake status default response has a 2xx status code

func (*BackupDatalakeStatusDefault) String ¶

func (o *BackupDatalakeStatusDefault) String() string

type BackupDatalakeStatusOK ¶

type BackupDatalakeStatusOK struct {
	Payload *models.BackupDatalakeStatusResponse
}

BackupDatalakeStatusOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewBackupDatalakeStatusOK ¶

func NewBackupDatalakeStatusOK() *BackupDatalakeStatusOK

NewBackupDatalakeStatusOK creates a BackupDatalakeStatusOK with default headers values

func (*BackupDatalakeStatusOK) Code ¶

func (o *BackupDatalakeStatusOK) Code() int

Code gets the status code for the backup datalake status o k response

func (*BackupDatalakeStatusOK) Error ¶

func (o *BackupDatalakeStatusOK) Error() string

func (*BackupDatalakeStatusOK) GetPayload ¶

func (*BackupDatalakeStatusOK) IsClientError ¶

func (o *BackupDatalakeStatusOK) IsClientError() bool

IsClientError returns true when this backup datalake status o k response has a 4xx status code

func (*BackupDatalakeStatusOK) IsCode ¶

func (o *BackupDatalakeStatusOK) IsCode(code int) bool

IsCode returns true when this backup datalake status o k response a status code equal to that given

func (*BackupDatalakeStatusOK) IsRedirect ¶

func (o *BackupDatalakeStatusOK) IsRedirect() bool

IsRedirect returns true when this backup datalake status o k response has a 3xx status code

func (*BackupDatalakeStatusOK) IsServerError ¶

func (o *BackupDatalakeStatusOK) IsServerError() bool

IsServerError returns true when this backup datalake status o k response has a 5xx status code

func (*BackupDatalakeStatusOK) IsSuccess ¶

func (o *BackupDatalakeStatusOK) IsSuccess() bool

IsSuccess returns true when this backup datalake status o k response has a 2xx status code

func (*BackupDatalakeStatusOK) String ¶

func (o *BackupDatalakeStatusOK) String() string

type BackupDatalakeStatusParams ¶

type BackupDatalakeStatusParams struct {

	// Input.
	Input *models.BackupDatalakeStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BackupDatalakeStatusParams contains all the parameters to send to the API endpoint

for the backup datalake status operation.

Typically these are written to a http.Request.

func NewBackupDatalakeStatusParams ¶

func NewBackupDatalakeStatusParams() *BackupDatalakeStatusParams

NewBackupDatalakeStatusParams creates a new BackupDatalakeStatusParams 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 NewBackupDatalakeStatusParamsWithContext ¶

func NewBackupDatalakeStatusParamsWithContext(ctx context.Context) *BackupDatalakeStatusParams

NewBackupDatalakeStatusParamsWithContext creates a new BackupDatalakeStatusParams object with the ability to set a context for a request.

func NewBackupDatalakeStatusParamsWithHTTPClient ¶

func NewBackupDatalakeStatusParamsWithHTTPClient(client *http.Client) *BackupDatalakeStatusParams

NewBackupDatalakeStatusParamsWithHTTPClient creates a new BackupDatalakeStatusParams object with the ability to set a custom HTTPClient for a request.

func NewBackupDatalakeStatusParamsWithTimeout ¶

func NewBackupDatalakeStatusParamsWithTimeout(timeout time.Duration) *BackupDatalakeStatusParams

NewBackupDatalakeStatusParamsWithTimeout creates a new BackupDatalakeStatusParams object with the ability to set a timeout on a request.

func (*BackupDatalakeStatusParams) SetContext ¶

func (o *BackupDatalakeStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the backup datalake status params

func (*BackupDatalakeStatusParams) SetDefaults ¶

func (o *BackupDatalakeStatusParams) SetDefaults()

SetDefaults hydrates default values in the backup datalake status params (not the query body).

All values with no default are reset to their zero value.

func (*BackupDatalakeStatusParams) SetHTTPClient ¶

func (o *BackupDatalakeStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the backup datalake status params

func (*BackupDatalakeStatusParams) SetInput ¶

SetInput adds the input to the backup datalake status params

func (*BackupDatalakeStatusParams) SetTimeout ¶

func (o *BackupDatalakeStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the backup datalake status params

func (*BackupDatalakeStatusParams) WithContext ¶

WithContext adds the context to the backup datalake status params

func (*BackupDatalakeStatusParams) WithDefaults ¶

WithDefaults hydrates default values in the backup datalake status params (not the query body).

All values with no default are reset to their zero value.

func (*BackupDatalakeStatusParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the backup datalake status params

func (*BackupDatalakeStatusParams) WithInput ¶

WithInput adds the input to the backup datalake status params

func (*BackupDatalakeStatusParams) WithTimeout ¶

WithTimeout adds the timeout to the backup datalake status params

func (*BackupDatalakeStatusParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type BackupDatalakeStatusReader ¶

type BackupDatalakeStatusReader struct {
	// contains filtered or unexported fields
}

BackupDatalakeStatusReader is a Reader for the BackupDatalakeStatus structure.

func (*BackupDatalakeStatusReader) ReadResponse ¶

func (o *BackupDatalakeStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CancelBackupDefault ¶

type CancelBackupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CancelBackupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCancelBackupDefault ¶

func NewCancelBackupDefault(code int) *CancelBackupDefault

NewCancelBackupDefault creates a CancelBackupDefault with default headers values

func (*CancelBackupDefault) Code ¶

func (o *CancelBackupDefault) Code() int

Code gets the status code for the cancel backup default response

func (*CancelBackupDefault) Error ¶

func (o *CancelBackupDefault) Error() string

func (*CancelBackupDefault) GetPayload ¶

func (o *CancelBackupDefault) GetPayload() *models.Error

func (*CancelBackupDefault) IsClientError ¶

func (o *CancelBackupDefault) IsClientError() bool

IsClientError returns true when this cancel backup default response has a 4xx status code

func (*CancelBackupDefault) IsCode ¶

func (o *CancelBackupDefault) IsCode(code int) bool

IsCode returns true when this cancel backup default response a status code equal to that given

func (*CancelBackupDefault) IsRedirect ¶

func (o *CancelBackupDefault) IsRedirect() bool

IsRedirect returns true when this cancel backup default response has a 3xx status code

func (*CancelBackupDefault) IsServerError ¶

func (o *CancelBackupDefault) IsServerError() bool

IsServerError returns true when this cancel backup default response has a 5xx status code

func (*CancelBackupDefault) IsSuccess ¶

func (o *CancelBackupDefault) IsSuccess() bool

IsSuccess returns true when this cancel backup default response has a 2xx status code

func (*CancelBackupDefault) String ¶

func (o *CancelBackupDefault) String() string

type CancelBackupOK ¶

type CancelBackupOK struct {
	Payload *models.CancelBackupResponse
}

CancelBackupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCancelBackupOK ¶

func NewCancelBackupOK() *CancelBackupOK

NewCancelBackupOK creates a CancelBackupOK with default headers values

func (*CancelBackupOK) Code ¶

func (o *CancelBackupOK) Code() int

Code gets the status code for the cancel backup o k response

func (*CancelBackupOK) Error ¶

func (o *CancelBackupOK) Error() string

func (*CancelBackupOK) GetPayload ¶

func (o *CancelBackupOK) GetPayload() *models.CancelBackupResponse

func (*CancelBackupOK) IsClientError ¶

func (o *CancelBackupOK) IsClientError() bool

IsClientError returns true when this cancel backup o k response has a 4xx status code

func (*CancelBackupOK) IsCode ¶

func (o *CancelBackupOK) IsCode(code int) bool

IsCode returns true when this cancel backup o k response a status code equal to that given

func (*CancelBackupOK) IsRedirect ¶

func (o *CancelBackupOK) IsRedirect() bool

IsRedirect returns true when this cancel backup o k response has a 3xx status code

func (*CancelBackupOK) IsServerError ¶

func (o *CancelBackupOK) IsServerError() bool

IsServerError returns true when this cancel backup o k response has a 5xx status code

func (*CancelBackupOK) IsSuccess ¶

func (o *CancelBackupOK) IsSuccess() bool

IsSuccess returns true when this cancel backup o k response has a 2xx status code

func (*CancelBackupOK) String ¶

func (o *CancelBackupOK) String() string

type CancelBackupParams ¶

type CancelBackupParams struct {

	// Input.
	Input *models.CancelBackupRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CancelBackupParams contains all the parameters to send to the API endpoint

for the cancel backup operation.

Typically these are written to a http.Request.

func NewCancelBackupParams ¶

func NewCancelBackupParams() *CancelBackupParams

NewCancelBackupParams creates a new CancelBackupParams 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 NewCancelBackupParamsWithContext ¶

func NewCancelBackupParamsWithContext(ctx context.Context) *CancelBackupParams

NewCancelBackupParamsWithContext creates a new CancelBackupParams object with the ability to set a context for a request.

func NewCancelBackupParamsWithHTTPClient ¶

func NewCancelBackupParamsWithHTTPClient(client *http.Client) *CancelBackupParams

NewCancelBackupParamsWithHTTPClient creates a new CancelBackupParams object with the ability to set a custom HTTPClient for a request.

func NewCancelBackupParamsWithTimeout ¶

func NewCancelBackupParamsWithTimeout(timeout time.Duration) *CancelBackupParams

NewCancelBackupParamsWithTimeout creates a new CancelBackupParams object with the ability to set a timeout on a request.

func (*CancelBackupParams) SetContext ¶

func (o *CancelBackupParams) SetContext(ctx context.Context)

SetContext adds the context to the cancel backup params

func (*CancelBackupParams) SetDefaults ¶

func (o *CancelBackupParams) SetDefaults()

SetDefaults hydrates default values in the cancel backup params (not the query body).

All values with no default are reset to their zero value.

func (*CancelBackupParams) SetHTTPClient ¶

func (o *CancelBackupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the cancel backup params

func (*CancelBackupParams) SetInput ¶

func (o *CancelBackupParams) SetInput(input *models.CancelBackupRequest)

SetInput adds the input to the cancel backup params

func (*CancelBackupParams) SetTimeout ¶

func (o *CancelBackupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the cancel backup params

func (*CancelBackupParams) WithContext ¶

WithContext adds the context to the cancel backup params

func (*CancelBackupParams) WithDefaults ¶

func (o *CancelBackupParams) WithDefaults() *CancelBackupParams

WithDefaults hydrates default values in the cancel backup params (not the query body).

All values with no default are reset to their zero value.

func (*CancelBackupParams) WithHTTPClient ¶

func (o *CancelBackupParams) WithHTTPClient(client *http.Client) *CancelBackupParams

WithHTTPClient adds the HTTPClient to the cancel backup params

func (*CancelBackupParams) WithInput ¶

WithInput adds the input to the cancel backup params

func (*CancelBackupParams) WithTimeout ¶

func (o *CancelBackupParams) WithTimeout(timeout time.Duration) *CancelBackupParams

WithTimeout adds the timeout to the cancel backup params

func (*CancelBackupParams) WriteToRequest ¶

func (o *CancelBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CancelBackupReader ¶

type CancelBackupReader struct {
	// contains filtered or unexported fields
}

CancelBackupReader is a Reader for the CancelBackup structure.

func (*CancelBackupReader) ReadResponse ¶

func (o *CancelBackupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CancelDatalakeDiagnosticsDefault ¶

type CancelDatalakeDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CancelDatalakeDiagnosticsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCancelDatalakeDiagnosticsDefault ¶

func NewCancelDatalakeDiagnosticsDefault(code int) *CancelDatalakeDiagnosticsDefault

NewCancelDatalakeDiagnosticsDefault creates a CancelDatalakeDiagnosticsDefault with default headers values

func (*CancelDatalakeDiagnosticsDefault) Code ¶

Code gets the status code for the cancel datalake diagnostics default response

func (*CancelDatalakeDiagnosticsDefault) Error ¶

func (*CancelDatalakeDiagnosticsDefault) GetPayload ¶

func (*CancelDatalakeDiagnosticsDefault) IsClientError ¶

func (o *CancelDatalakeDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this cancel datalake diagnostics default response has a 4xx status code

func (*CancelDatalakeDiagnosticsDefault) IsCode ¶

func (o *CancelDatalakeDiagnosticsDefault) IsCode(code int) bool

IsCode returns true when this cancel datalake diagnostics default response a status code equal to that given

func (*CancelDatalakeDiagnosticsDefault) IsRedirect ¶

func (o *CancelDatalakeDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this cancel datalake diagnostics default response has a 3xx status code

func (*CancelDatalakeDiagnosticsDefault) IsServerError ¶

func (o *CancelDatalakeDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this cancel datalake diagnostics default response has a 5xx status code

func (*CancelDatalakeDiagnosticsDefault) IsSuccess ¶

func (o *CancelDatalakeDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this cancel datalake diagnostics default response has a 2xx status code

func (*CancelDatalakeDiagnosticsDefault) String ¶

type CancelDatalakeDiagnosticsOK ¶

type CancelDatalakeDiagnosticsOK struct {
	Payload models.CancelDatalakeDiagnosticsResponse
}

CancelDatalakeDiagnosticsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCancelDatalakeDiagnosticsOK ¶

func NewCancelDatalakeDiagnosticsOK() *CancelDatalakeDiagnosticsOK

NewCancelDatalakeDiagnosticsOK creates a CancelDatalakeDiagnosticsOK with default headers values

func (*CancelDatalakeDiagnosticsOK) Code ¶

func (o *CancelDatalakeDiagnosticsOK) Code() int

Code gets the status code for the cancel datalake diagnostics o k response

func (*CancelDatalakeDiagnosticsOK) Error ¶

func (*CancelDatalakeDiagnosticsOK) GetPayload ¶

func (*CancelDatalakeDiagnosticsOK) IsClientError ¶

func (o *CancelDatalakeDiagnosticsOK) IsClientError() bool

IsClientError returns true when this cancel datalake diagnostics o k response has a 4xx status code

func (*CancelDatalakeDiagnosticsOK) IsCode ¶

func (o *CancelDatalakeDiagnosticsOK) IsCode(code int) bool

IsCode returns true when this cancel datalake diagnostics o k response a status code equal to that given

func (*CancelDatalakeDiagnosticsOK) IsRedirect ¶

func (o *CancelDatalakeDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this cancel datalake diagnostics o k response has a 3xx status code

func (*CancelDatalakeDiagnosticsOK) IsServerError ¶

func (o *CancelDatalakeDiagnosticsOK) IsServerError() bool

IsServerError returns true when this cancel datalake diagnostics o k response has a 5xx status code

func (*CancelDatalakeDiagnosticsOK) IsSuccess ¶

func (o *CancelDatalakeDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this cancel datalake diagnostics o k response has a 2xx status code

func (*CancelDatalakeDiagnosticsOK) String ¶

func (o *CancelDatalakeDiagnosticsOK) String() string

type CancelDatalakeDiagnosticsParams ¶

type CancelDatalakeDiagnosticsParams struct {

	// Input.
	Input *models.CancelDatalakeDiagnosticsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CancelDatalakeDiagnosticsParams contains all the parameters to send to the API endpoint

for the cancel datalake diagnostics operation.

Typically these are written to a http.Request.

func NewCancelDatalakeDiagnosticsParams ¶

func NewCancelDatalakeDiagnosticsParams() *CancelDatalakeDiagnosticsParams

NewCancelDatalakeDiagnosticsParams creates a new CancelDatalakeDiagnosticsParams 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 NewCancelDatalakeDiagnosticsParamsWithContext ¶

func NewCancelDatalakeDiagnosticsParamsWithContext(ctx context.Context) *CancelDatalakeDiagnosticsParams

NewCancelDatalakeDiagnosticsParamsWithContext creates a new CancelDatalakeDiagnosticsParams object with the ability to set a context for a request.

func NewCancelDatalakeDiagnosticsParamsWithHTTPClient ¶

func NewCancelDatalakeDiagnosticsParamsWithHTTPClient(client *http.Client) *CancelDatalakeDiagnosticsParams

NewCancelDatalakeDiagnosticsParamsWithHTTPClient creates a new CancelDatalakeDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCancelDatalakeDiagnosticsParamsWithTimeout ¶

func NewCancelDatalakeDiagnosticsParamsWithTimeout(timeout time.Duration) *CancelDatalakeDiagnosticsParams

NewCancelDatalakeDiagnosticsParamsWithTimeout creates a new CancelDatalakeDiagnosticsParams object with the ability to set a timeout on a request.

func (*CancelDatalakeDiagnosticsParams) SetContext ¶

func (o *CancelDatalakeDiagnosticsParams) SetContext(ctx context.Context)

SetContext adds the context to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) SetDefaults ¶

func (o *CancelDatalakeDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the cancel datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CancelDatalakeDiagnosticsParams) SetHTTPClient ¶

func (o *CancelDatalakeDiagnosticsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) SetInput ¶

SetInput adds the input to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) SetTimeout ¶

func (o *CancelDatalakeDiagnosticsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) WithContext ¶

WithContext adds the context to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) WithDefaults ¶

WithDefaults hydrates default values in the cancel datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CancelDatalakeDiagnosticsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) WithInput ¶

WithInput adds the input to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) WithTimeout ¶

WithTimeout adds the timeout to the cancel datalake diagnostics params

func (*CancelDatalakeDiagnosticsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CancelDatalakeDiagnosticsReader ¶

type CancelDatalakeDiagnosticsReader struct {
	// contains filtered or unexported fields
}

CancelDatalakeDiagnosticsReader is a Reader for the CancelDatalakeDiagnostics structure.

func (*CancelDatalakeDiagnosticsReader) ReadResponse ¶

func (o *CancelDatalakeDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client ¶

type Client struct {
	// contains filtered or unexported fields
}

Client for operations API

func (*Client) BackupDatalake ¶

func (a *Client) BackupDatalake(params *BackupDatalakeParams, opts ...ClientOption) (*BackupDatalakeOK, error)

BackupDatalake creates backup of datalake

Takes a backup of all the data in the datalake.

func (*Client) BackupDatalakeStatus ¶

func (a *Client) BackupDatalakeStatus(params *BackupDatalakeStatusParams, opts ...ClientOption) (*BackupDatalakeStatusOK, error)

BackupDatalakeStatus checks the status of a datalake backup operation performed

Identifies the backup operation based on the inputs provided and gets the status. BackupName and BackupId are mutually exclusive. Only one of them can be provided.

func (*Client) CancelBackup ¶

func (a *Client) CancelBackup(params *CancelBackupParams, opts ...ClientOption) (*CancelBackupOK, error)

CancelBackup cancels the specified ongoing backup operation

Cancels a currently running backup operation. The operation must be in a STARTED or IN_PROGRESS state. Pending sub-operations will be ignored and marked as cancelled. The operation does not wait for the currently running sub-operation(s) to complete.

func (*Client) CancelDatalakeDiagnostics ¶

func (a *Client) CancelDatalakeDiagnostics(params *CancelDatalakeDiagnosticsParams, opts ...ClientOption) (*CancelDatalakeDiagnosticsOK, error)

CancelDatalakeDiagnostics cancels running datalake diagnostics collections

Cancel running Datalake diagnostics collection

func (*Client) CollectCmDiagnostics ¶

func (a *Client) CollectCmDiagnostics(params *CollectCmDiagnosticsParams, opts ...ClientOption) (*CollectCmDiagnosticsOK, error)

CollectCmDiagnostics starts data lake cloudera manager based diagnostics collection

Start Datalake Cloudera Manager based diagnostics collection

func (*Client) CollectDatalakeDiagnostics ¶

func (a *Client) CollectDatalakeDiagnostics(params *CollectDatalakeDiagnosticsParams, opts ...ClientOption) (*CollectDatalakeDiagnosticsOK, error)

CollectDatalakeDiagnostics starts data lake diagnostics collection

Start Datalake diagnostics collection

func (*Client) CreateAWSDatalake ¶

func (a *Client) CreateAWSDatalake(params *CreateAWSDatalakeParams, opts ...ClientOption) (*CreateAWSDatalakeOK, error)

CreateAWSDatalake creates an a w s datalake

Creates an AWS datalake.

func (*Client) CreateAWSGovCloudDatalake ¶ added in v0.4.2

func (a *Client) CreateAWSGovCloudDatalake(params *CreateAWSGovCloudDatalakeParams, opts ...ClientOption) (*CreateAWSGovCloudDatalakeOK, error)

CreateAWSGovCloudDatalake creates a data lake on a w s gov cloud

Creates a Data Lake on AWS GovCloud.

func (*Client) CreateAzureDatalake ¶

func (a *Client) CreateAzureDatalake(params *CreateAzureDatalakeParams, opts ...ClientOption) (*CreateAzureDatalakeOK, error)

CreateAzureDatalake creates an azure datalake

Creates an Azure datalake.

func (*Client) CreateGCPDatalake ¶

func (a *Client) CreateGCPDatalake(params *CreateGCPDatalakeParams, opts ...ClientOption) (*CreateGCPDatalakeOK, error)

CreateGCPDatalake creates an g c p data lake

Creates an GCP Data Lake.

func (*Client) DeleteDatalake ¶

func (a *Client) DeleteDatalake(params *DeleteDatalakeParams, opts ...ClientOption) (*DeleteDatalakeOK, error)

DeleteDatalake deletes a datalake

Deletes a datalake.

func (*Client) DescribeDatabaseServer ¶ added in v0.4.2

func (a *Client) DescribeDatabaseServer(params *DescribeDatabaseServerParams, opts ...ClientOption) (*DescribeDatabaseServerOK, error)

DescribeDatabaseServer gets external database server details

Gets external database server details for Data Lake by cluster CRN

func (*Client) DescribeDatalake ¶

func (a *Client) DescribeDatalake(params *DescribeDatalakeParams, opts ...ClientOption) (*DescribeDatalakeOK, error)

DescribeDatalake describes a datalake

Describes a datalake.

func (*Client) EnableRangerRaz ¶

func (a *Client) EnableRangerRaz(params *EnableRangerRazParams, opts ...ClientOption) (*EnableRangerRazOK, error)

EnableRangerRaz sets the ranger raz enabled flag to true if raz is manually installed on the datalake

Sets the Ranger Raz enabled flag to true if Raz is manually installed on the datalake.

func (*Client) GetClusterHostStatus ¶

func (a *Client) GetClusterHostStatus(params *GetClusterHostStatusParams, opts ...ClientOption) (*GetClusterHostStatusOK, error)

GetClusterHostStatus gets cluster host status

Gets the status of the hosts in a cluster.

func (*Client) GetClusterServiceStatus ¶

func (a *Client) GetClusterServiceStatus(params *GetClusterServiceStatusParams, opts ...ClientOption) (*GetClusterServiceStatusOK, error)

GetClusterServiceStatus gets cluster service status

Gets the status of the services in a cluster.

func (*Client) GetCmRoles ¶

func (a *Client) GetCmRoles(params *GetCmRolesParams, opts ...ClientOption) (*GetCmRolesOK, error)

GetCmRoles gathers cloudera manager roles that can be used for filtering in c m based diagnostics collection

Gather Cloudera Manager roles that can be used for filtering in CM based diagnostics collection.

func (*Client) GetDatalakeLogDescriptors ¶

func (a *Client) GetDatalakeLogDescriptors(params *GetDatalakeLogDescriptorsParams, opts ...ClientOption) (*GetDatalakeLogDescriptorsOK, error)

GetDatalakeLogDescriptors gathers log descriptors that are used for diagnostics collection

Gather log descriptors that are used for diagnostics collection.

func (*Client) ListDatalakeBackups ¶

func (a *Client) ListDatalakeBackups(params *ListDatalakeBackupsParams, opts ...ClientOption) (*ListDatalakeBackupsOK, error)

ListDatalakeBackups lists all the backup operations that were performed on the datalake

List all the backup operations that were performed on the datalake.

func (*Client) ListDatalakeDiagnostics ¶

func (a *Client) ListDatalakeDiagnostics(params *ListDatalakeDiagnosticsParams, opts ...ClientOption) (*ListDatalakeDiagnosticsOK, error)

ListDatalakeDiagnostics lists recent datalake diagnostics collections

List recent Datalake diagnostics collection

func (*Client) ListDatalakes ¶

func (a *Client) ListDatalakes(params *ListDatalakesParams, opts ...ClientOption) (*ListDatalakesOK, error)

ListDatalakes lists datalakes

Lists datalakes.

func (*Client) ListRuntimes ¶

func (a *Client) ListRuntimes(params *ListRuntimesParams, opts ...ClientOption) (*ListRuntimesOK, error)

ListRuntimes lists the datalake versions

Lists the available datalake runtime versions.

func (*Client) PrepareDatalakeUpgrade ¶

func (a *Client) PrepareDatalakeUpgrade(params *PrepareDatalakeUpgradeParams, opts ...ClientOption) (*PrepareDatalakeUpgradeOK, error)

PrepareDatalakeUpgrade prepares the data lake cluster for upgrade

In order to reduce the chance of upgrade failures, we're introducing a preparation phase for runtime upgrades. During this phase, we're running all validations and downloading the required parcels for the machines. You can track the progress of the parcel preparation on the Cloudera Manager UI or you can check on the Management Console as well.

func (*Client) RecoverDatalake ¶

func (a *Client) RecoverDatalake(params *RecoverDatalakeParams, opts ...ClientOption) (*RecoverDatalakeOK, error)

RecoverDatalake recovers data lake to the original version after a failed upgrade

Recover data lake to the original version after a failed upgrade.

func (*Client) RenewCertificate ¶

func (a *Client) RenewCertificate(params *RenewCertificateParams, opts ...ClientOption) (*RenewCertificateOK, error)

RenewCertificate renews certificate on datalake cluster by name or c r n

Deprecated, please use renew-public-certificate command instead. Renew certificate on Datalake cluster by name or CRN.

func (*Client) RenewPublicCertificate ¶

func (a *Client) RenewPublicCertificate(params *RenewPublicCertificateParams, opts ...ClientOption) (*RenewPublicCertificateOK, error)

RenewPublicCertificate renews public certificate on datalake cluster by name or c r n

Renews public certificate on Datalake cluster by name or CRN.

func (*Client) RepairDatalake ¶

func (a *Client) RepairDatalake(params *RepairDatalakeParams, opts ...ClientOption) (*RepairDatalakeOK, error)

RepairDatalake repairs a datalake

Repairs a datalake.

func (*Client) ReplaceRecipes ¶

func (a *Client) ReplaceRecipes(params *ReplaceRecipesParams, opts ...ClientOption) (*ReplaceRecipesOK, error)

ReplaceRecipes replaces recipes for the given instance groups

Replaces recipes for the given instance groups.

func (*Client) ResizeDatalake ¶

func (a *Client) ResizeDatalake(params *ResizeDatalakeParams, opts ...ClientOption) (*ResizeDatalakeOK, error)

ResizeDatalake resizes the given datalake to the given target size

Resizes the datalake to the given size.

func (*Client) RestoreDatalake ¶

func (a *Client) RestoreDatalake(params *RestoreDatalakeParams, opts ...ClientOption) (*RestoreDatalakeOK, error)

RestoreDatalake restores the datalake from backup taken

Restore the datalake from a backup that was taken. Backup to be used for restore is identified based on the information provided in the restore request. BackupId and BackupName are mutually exclusive. Only one of them can be provided. If both are provided, BackupId takes precedence.

func (*Client) RestoreDatalakeStatus ¶

func (a *Client) RestoreDatalakeStatus(params *RestoreDatalakeStatusParams, opts ...ClientOption) (*RestoreDatalakeStatusOK, error)

RestoreDatalakeStatus checks the status of datalake restore operation

Identifies the restore operation based on the inputs provided and gets the status. RestoreId and BackupName are mutually exclusive. Only one of them can be provided.

func (*Client) RetryDatalake ¶

func (a *Client) RetryDatalake(params *RetryDatalakeParams, opts ...ClientOption) (*RetryDatalakeOK, error)

RetryDatalake retries last failed operation on a datalake

Retry last failed operation on a datalake.

func (*Client) RotateAutoTLSCertificates ¶

func (a *Client) RotateAutoTLSCertificates(params *RotateAutoTLSCertificatesParams, opts ...ClientOption) (*RotateAutoTLSCertificatesOK, error)

RotateAutoTLSCertificates rotates autotls certificates on the datalake s hosts

Deprecated, please use rotate-private-certificates command instead. Rotate autotls certificates on the datalake's hosts

func (*Client) RotatePrivateCertificates ¶

func (a *Client) RotatePrivateCertificates(params *RotatePrivateCertificatesParams, opts ...ClientOption) (*RotatePrivateCertificatesOK, error)

RotatePrivateCertificates rotates private certificates on the datalake s hosts

Rotates private certificates on the datalake's hosts.

func (*Client) RotateSaltPassword ¶

func (a *Client) RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)

RotateSaltPassword rotates salt stack user password on data lake instances

Rotate SaltStack user password on DataLake instances.

func (*Client) ScaleHorizontally ¶ added in v0.4.2

func (a *Client) ScaleHorizontally(params *ScaleHorizontallyParams, opts ...ClientOption) (*ScaleHorizontallyOK, error)

ScaleHorizontally horizontallies scale the data lake nodes to add additional compute nodes to the cluster

Horizontally scale the target host group in the Data Lake cluster. The possible option for the instance group are raz_scale_out, hms_scale_out, kafka_scale_out, solr_scale_out, storage_scale_out

func (*Client) SetCatalog ¶

func (a *Client) SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)

SetCatalog sets a catalog for a data lake

Sets a catalog for a DataLake.

func (*Client) SetTransport ¶

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) StartDatabaseUpgrade ¶

func (a *Client) StartDatabaseUpgrade(params *StartDatabaseUpgradeParams, opts ...ClientOption) (*StartDatabaseUpgradeOK, error)

StartDatabaseUpgrade upgrades the database of the data lake cluster

This command initiates the upgrade of the database of the Data Lake cluster.

func (*Client) StartDatalake ¶

func (a *Client) StartDatalake(params *StartDatalakeParams, opts ...ClientOption) (*StartDatalakeOK, error)

StartDatalake starts datalake

Deprecated, please use 'cdp environments start-environment' instead.

func (*Client) StartDatalakeVerticalScaling ¶

func (a *Client) StartDatalakeVerticalScaling(params *StartDatalakeVerticalScalingParams, opts ...ClientOption) (*StartDatalakeVerticalScalingOK, error)

StartDatalakeVerticalScaling initiates the vertical scaling on data lake

Initiates the vertical scaling on Data Lake. You have the option to specify 'modifyDisks' or 'instanceTemplate' as parameter.

func (*Client) StopDatalake ¶

func (a *Client) StopDatalake(params *StopDatalakeParams, opts ...ClientOption) (*StopDatalakeOK, error)

StopDatalake stops datalake

Deprecated, please use 'cdp environments stop-environment' instead.

func (*Client) SyncComponentVersionsFromCm ¶

func (a *Client) SyncComponentVersionsFromCm(params *SyncComponentVersionsFromCmParams, opts ...ClientOption) (*SyncComponentVersionsFromCmOK, error)

SyncComponentVersionsFromCm syncs component versions from c m after a failed upgrade

Syncs component versions from CM after a failed upgrade.

func (*Client) UpdateOrchestratorState ¶

func (a *Client) UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)

UpdateOrchestratorState runs orchestrator engine state update on the data lake cluster

Run orchestrator engine state update on the Data Lake cluster.

func (*Client) UpgradeDatalake ¶

func (a *Client) UpgradeDatalake(params *UpgradeDatalakeParams, opts ...ClientOption) (*UpgradeDatalakeOK, error)

UpgradeDatalake os s or data platform upgrade for the s d x cluster

OS or data platform upgrade for the SDX cluster. You have the option to either specify one of 'imageId', 'runtime' or 'lockComponents' or both 'imageId' and 'lockComponents' or none of the parameters.

func (*Client) ValidateAwsCloudStorage ¶ added in v0.4.2

func (a *Client) ValidateAwsCloudStorage(params *ValidateAwsCloudStorageParams, opts ...ClientOption) (*ValidateAwsCloudStorageOK, error)

ValidateAwsCloudStorage validates a w s cloud storage

Validates AWS cloud storage for Data Lake.

func (*Client) ValidateAzureCloudStorage ¶ added in v0.4.2

func (a *Client) ValidateAzureCloudStorage(params *ValidateAzureCloudStorageParams, opts ...ClientOption) (*ValidateAzureCloudStorageOK, error)

ValidateAzureCloudStorage validates azure cloud storage

Validates Azure cloud storage for Data Lake.

type ClientOption ¶

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService ¶

type ClientService interface {
	BackupDatalake(params *BackupDatalakeParams, opts ...ClientOption) (*BackupDatalakeOK, error)

	BackupDatalakeStatus(params *BackupDatalakeStatusParams, opts ...ClientOption) (*BackupDatalakeStatusOK, error)

	CancelBackup(params *CancelBackupParams, opts ...ClientOption) (*CancelBackupOK, error)

	CancelDatalakeDiagnostics(params *CancelDatalakeDiagnosticsParams, opts ...ClientOption) (*CancelDatalakeDiagnosticsOK, error)

	CollectCmDiagnostics(params *CollectCmDiagnosticsParams, opts ...ClientOption) (*CollectCmDiagnosticsOK, error)

	CollectDatalakeDiagnostics(params *CollectDatalakeDiagnosticsParams, opts ...ClientOption) (*CollectDatalakeDiagnosticsOK, error)

	CreateAWSDatalake(params *CreateAWSDatalakeParams, opts ...ClientOption) (*CreateAWSDatalakeOK, error)

	CreateAWSGovCloudDatalake(params *CreateAWSGovCloudDatalakeParams, opts ...ClientOption) (*CreateAWSGovCloudDatalakeOK, error)

	CreateAzureDatalake(params *CreateAzureDatalakeParams, opts ...ClientOption) (*CreateAzureDatalakeOK, error)

	CreateGCPDatalake(params *CreateGCPDatalakeParams, opts ...ClientOption) (*CreateGCPDatalakeOK, error)

	DeleteDatalake(params *DeleteDatalakeParams, opts ...ClientOption) (*DeleteDatalakeOK, error)

	DescribeDatabaseServer(params *DescribeDatabaseServerParams, opts ...ClientOption) (*DescribeDatabaseServerOK, error)

	DescribeDatalake(params *DescribeDatalakeParams, opts ...ClientOption) (*DescribeDatalakeOK, error)

	EnableRangerRaz(params *EnableRangerRazParams, opts ...ClientOption) (*EnableRangerRazOK, error)

	GetClusterHostStatus(params *GetClusterHostStatusParams, opts ...ClientOption) (*GetClusterHostStatusOK, error)

	GetClusterServiceStatus(params *GetClusterServiceStatusParams, opts ...ClientOption) (*GetClusterServiceStatusOK, error)

	GetCmRoles(params *GetCmRolesParams, opts ...ClientOption) (*GetCmRolesOK, error)

	GetDatalakeLogDescriptors(params *GetDatalakeLogDescriptorsParams, opts ...ClientOption) (*GetDatalakeLogDescriptorsOK, error)

	ListDatalakeBackups(params *ListDatalakeBackupsParams, opts ...ClientOption) (*ListDatalakeBackupsOK, error)

	ListDatalakeDiagnostics(params *ListDatalakeDiagnosticsParams, opts ...ClientOption) (*ListDatalakeDiagnosticsOK, error)

	ListDatalakes(params *ListDatalakesParams, opts ...ClientOption) (*ListDatalakesOK, error)

	ListRuntimes(params *ListRuntimesParams, opts ...ClientOption) (*ListRuntimesOK, error)

	PrepareDatalakeUpgrade(params *PrepareDatalakeUpgradeParams, opts ...ClientOption) (*PrepareDatalakeUpgradeOK, error)

	RecoverDatalake(params *RecoverDatalakeParams, opts ...ClientOption) (*RecoverDatalakeOK, error)

	RenewCertificate(params *RenewCertificateParams, opts ...ClientOption) (*RenewCertificateOK, error)

	RenewPublicCertificate(params *RenewPublicCertificateParams, opts ...ClientOption) (*RenewPublicCertificateOK, error)

	RepairDatalake(params *RepairDatalakeParams, opts ...ClientOption) (*RepairDatalakeOK, error)

	ReplaceRecipes(params *ReplaceRecipesParams, opts ...ClientOption) (*ReplaceRecipesOK, error)

	ResizeDatalake(params *ResizeDatalakeParams, opts ...ClientOption) (*ResizeDatalakeOK, error)

	RestoreDatalake(params *RestoreDatalakeParams, opts ...ClientOption) (*RestoreDatalakeOK, error)

	RestoreDatalakeStatus(params *RestoreDatalakeStatusParams, opts ...ClientOption) (*RestoreDatalakeStatusOK, error)

	RetryDatalake(params *RetryDatalakeParams, opts ...ClientOption) (*RetryDatalakeOK, error)

	RotateAutoTLSCertificates(params *RotateAutoTLSCertificatesParams, opts ...ClientOption) (*RotateAutoTLSCertificatesOK, error)

	RotatePrivateCertificates(params *RotatePrivateCertificatesParams, opts ...ClientOption) (*RotatePrivateCertificatesOK, error)

	RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)

	ScaleHorizontally(params *ScaleHorizontallyParams, opts ...ClientOption) (*ScaleHorizontallyOK, error)

	SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)

	StartDatabaseUpgrade(params *StartDatabaseUpgradeParams, opts ...ClientOption) (*StartDatabaseUpgradeOK, error)

	StartDatalake(params *StartDatalakeParams, opts ...ClientOption) (*StartDatalakeOK, error)

	StartDatalakeVerticalScaling(params *StartDatalakeVerticalScalingParams, opts ...ClientOption) (*StartDatalakeVerticalScalingOK, error)

	StopDatalake(params *StopDatalakeParams, opts ...ClientOption) (*StopDatalakeOK, error)

	SyncComponentVersionsFromCm(params *SyncComponentVersionsFromCmParams, opts ...ClientOption) (*SyncComponentVersionsFromCmOK, error)

	UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)

	UpgradeDatalake(params *UpgradeDatalakeParams, opts ...ClientOption) (*UpgradeDatalakeOK, error)

	ValidateAwsCloudStorage(params *ValidateAwsCloudStorageParams, opts ...ClientOption) (*ValidateAwsCloudStorageOK, error)

	ValidateAzureCloudStorage(params *ValidateAzureCloudStorageParams, opts ...ClientOption) (*ValidateAzureCloudStorageOK, 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 operations API client.

type CollectCmDiagnosticsDefault ¶

type CollectCmDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CollectCmDiagnosticsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCollectCmDiagnosticsDefault ¶

func NewCollectCmDiagnosticsDefault(code int) *CollectCmDiagnosticsDefault

NewCollectCmDiagnosticsDefault creates a CollectCmDiagnosticsDefault with default headers values

func (*CollectCmDiagnosticsDefault) Code ¶

func (o *CollectCmDiagnosticsDefault) Code() int

Code gets the status code for the collect cm diagnostics default response

func (*CollectCmDiagnosticsDefault) Error ¶

func (*CollectCmDiagnosticsDefault) GetPayload ¶

func (o *CollectCmDiagnosticsDefault) GetPayload() *models.Error

func (*CollectCmDiagnosticsDefault) IsClientError ¶

func (o *CollectCmDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this collect cm diagnostics default response has a 4xx status code

func (*CollectCmDiagnosticsDefault) IsCode ¶

func (o *CollectCmDiagnosticsDefault) IsCode(code int) bool

IsCode returns true when this collect cm diagnostics default response a status code equal to that given

func (*CollectCmDiagnosticsDefault) IsRedirect ¶

func (o *CollectCmDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this collect cm diagnostics default response has a 3xx status code

func (*CollectCmDiagnosticsDefault) IsServerError ¶

func (o *CollectCmDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this collect cm diagnostics default response has a 5xx status code

func (*CollectCmDiagnosticsDefault) IsSuccess ¶

func (o *CollectCmDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this collect cm diagnostics default response has a 2xx status code

func (*CollectCmDiagnosticsDefault) String ¶

func (o *CollectCmDiagnosticsDefault) String() string

type CollectCmDiagnosticsOK ¶

type CollectCmDiagnosticsOK struct {
	Payload models.CollectCmDiagnosticsResponse
}

CollectCmDiagnosticsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCollectCmDiagnosticsOK ¶

func NewCollectCmDiagnosticsOK() *CollectCmDiagnosticsOK

NewCollectCmDiagnosticsOK creates a CollectCmDiagnosticsOK with default headers values

func (*CollectCmDiagnosticsOK) Code ¶

func (o *CollectCmDiagnosticsOK) Code() int

Code gets the status code for the collect cm diagnostics o k response

func (*CollectCmDiagnosticsOK) Error ¶

func (o *CollectCmDiagnosticsOK) Error() string

func (*CollectCmDiagnosticsOK) GetPayload ¶

func (*CollectCmDiagnosticsOK) IsClientError ¶

func (o *CollectCmDiagnosticsOK) IsClientError() bool

IsClientError returns true when this collect cm diagnostics o k response has a 4xx status code

func (*CollectCmDiagnosticsOK) IsCode ¶

func (o *CollectCmDiagnosticsOK) IsCode(code int) bool

IsCode returns true when this collect cm diagnostics o k response a status code equal to that given

func (*CollectCmDiagnosticsOK) IsRedirect ¶

func (o *CollectCmDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this collect cm diagnostics o k response has a 3xx status code

func (*CollectCmDiagnosticsOK) IsServerError ¶

func (o *CollectCmDiagnosticsOK) IsServerError() bool

IsServerError returns true when this collect cm diagnostics o k response has a 5xx status code

func (*CollectCmDiagnosticsOK) IsSuccess ¶

func (o *CollectCmDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this collect cm diagnostics o k response has a 2xx status code

func (*CollectCmDiagnosticsOK) String ¶

func (o *CollectCmDiagnosticsOK) String() string

type CollectCmDiagnosticsParams ¶

type CollectCmDiagnosticsParams struct {

	// Input.
	Input *models.CollectCmDiagnosticsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CollectCmDiagnosticsParams contains all the parameters to send to the API endpoint

for the collect cm diagnostics operation.

Typically these are written to a http.Request.

func NewCollectCmDiagnosticsParams ¶

func NewCollectCmDiagnosticsParams() *CollectCmDiagnosticsParams

NewCollectCmDiagnosticsParams creates a new CollectCmDiagnosticsParams 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 NewCollectCmDiagnosticsParamsWithContext ¶

func NewCollectCmDiagnosticsParamsWithContext(ctx context.Context) *CollectCmDiagnosticsParams

NewCollectCmDiagnosticsParamsWithContext creates a new CollectCmDiagnosticsParams object with the ability to set a context for a request.

func NewCollectCmDiagnosticsParamsWithHTTPClient ¶

func NewCollectCmDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectCmDiagnosticsParams

NewCollectCmDiagnosticsParamsWithHTTPClient creates a new CollectCmDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCollectCmDiagnosticsParamsWithTimeout ¶

func NewCollectCmDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectCmDiagnosticsParams

NewCollectCmDiagnosticsParamsWithTimeout creates a new CollectCmDiagnosticsParams object with the ability to set a timeout on a request.

func (*CollectCmDiagnosticsParams) SetContext ¶

func (o *CollectCmDiagnosticsParams) SetContext(ctx context.Context)

SetContext adds the context to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) SetDefaults ¶

func (o *CollectCmDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the collect cm diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CollectCmDiagnosticsParams) SetHTTPClient ¶

func (o *CollectCmDiagnosticsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) SetInput ¶

SetInput adds the input to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) SetTimeout ¶

func (o *CollectCmDiagnosticsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) WithContext ¶

WithContext adds the context to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) WithDefaults ¶

WithDefaults hydrates default values in the collect cm diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CollectCmDiagnosticsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) WithInput ¶

WithInput adds the input to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) WithTimeout ¶

WithTimeout adds the timeout to the collect cm diagnostics params

func (*CollectCmDiagnosticsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CollectCmDiagnosticsReader ¶

type CollectCmDiagnosticsReader struct {
	// contains filtered or unexported fields
}

CollectCmDiagnosticsReader is a Reader for the CollectCmDiagnostics structure.

func (*CollectCmDiagnosticsReader) ReadResponse ¶

func (o *CollectCmDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CollectDatalakeDiagnosticsDefault ¶

type CollectDatalakeDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CollectDatalakeDiagnosticsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCollectDatalakeDiagnosticsDefault ¶

func NewCollectDatalakeDiagnosticsDefault(code int) *CollectDatalakeDiagnosticsDefault

NewCollectDatalakeDiagnosticsDefault creates a CollectDatalakeDiagnosticsDefault with default headers values

func (*CollectDatalakeDiagnosticsDefault) Code ¶

Code gets the status code for the collect datalake diagnostics default response

func (*CollectDatalakeDiagnosticsDefault) Error ¶

func (*CollectDatalakeDiagnosticsDefault) GetPayload ¶

func (*CollectDatalakeDiagnosticsDefault) IsClientError ¶

func (o *CollectDatalakeDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this collect datalake diagnostics default response has a 4xx status code

func (*CollectDatalakeDiagnosticsDefault) IsCode ¶

func (o *CollectDatalakeDiagnosticsDefault) IsCode(code int) bool

IsCode returns true when this collect datalake diagnostics default response a status code equal to that given

func (*CollectDatalakeDiagnosticsDefault) IsRedirect ¶

func (o *CollectDatalakeDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this collect datalake diagnostics default response has a 3xx status code

func (*CollectDatalakeDiagnosticsDefault) IsServerError ¶

func (o *CollectDatalakeDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this collect datalake diagnostics default response has a 5xx status code

func (*CollectDatalakeDiagnosticsDefault) IsSuccess ¶

func (o *CollectDatalakeDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this collect datalake diagnostics default response has a 2xx status code

func (*CollectDatalakeDiagnosticsDefault) String ¶

type CollectDatalakeDiagnosticsOK ¶

type CollectDatalakeDiagnosticsOK struct {
	Payload models.CollectDatalakeDiagnosticsResponse
}

CollectDatalakeDiagnosticsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCollectDatalakeDiagnosticsOK ¶

func NewCollectDatalakeDiagnosticsOK() *CollectDatalakeDiagnosticsOK

NewCollectDatalakeDiagnosticsOK creates a CollectDatalakeDiagnosticsOK with default headers values

func (*CollectDatalakeDiagnosticsOK) Code ¶

Code gets the status code for the collect datalake diagnostics o k response

func (*CollectDatalakeDiagnosticsOK) Error ¶

func (*CollectDatalakeDiagnosticsOK) GetPayload ¶

func (*CollectDatalakeDiagnosticsOK) IsClientError ¶

func (o *CollectDatalakeDiagnosticsOK) IsClientError() bool

IsClientError returns true when this collect datalake diagnostics o k response has a 4xx status code

func (*CollectDatalakeDiagnosticsOK) IsCode ¶

func (o *CollectDatalakeDiagnosticsOK) IsCode(code int) bool

IsCode returns true when this collect datalake diagnostics o k response a status code equal to that given

func (*CollectDatalakeDiagnosticsOK) IsRedirect ¶

func (o *CollectDatalakeDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this collect datalake diagnostics o k response has a 3xx status code

func (*CollectDatalakeDiagnosticsOK) IsServerError ¶

func (o *CollectDatalakeDiagnosticsOK) IsServerError() bool

IsServerError returns true when this collect datalake diagnostics o k response has a 5xx status code

func (*CollectDatalakeDiagnosticsOK) IsSuccess ¶

func (o *CollectDatalakeDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this collect datalake diagnostics o k response has a 2xx status code

func (*CollectDatalakeDiagnosticsOK) String ¶

type CollectDatalakeDiagnosticsParams ¶

type CollectDatalakeDiagnosticsParams struct {

	// Input.
	Input *models.CollectDatalakeDiagnosticsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CollectDatalakeDiagnosticsParams contains all the parameters to send to the API endpoint

for the collect datalake diagnostics operation.

Typically these are written to a http.Request.

func NewCollectDatalakeDiagnosticsParams ¶

func NewCollectDatalakeDiagnosticsParams() *CollectDatalakeDiagnosticsParams

NewCollectDatalakeDiagnosticsParams creates a new CollectDatalakeDiagnosticsParams 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 NewCollectDatalakeDiagnosticsParamsWithContext ¶

func NewCollectDatalakeDiagnosticsParamsWithContext(ctx context.Context) *CollectDatalakeDiagnosticsParams

NewCollectDatalakeDiagnosticsParamsWithContext creates a new CollectDatalakeDiagnosticsParams object with the ability to set a context for a request.

func NewCollectDatalakeDiagnosticsParamsWithHTTPClient ¶

func NewCollectDatalakeDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectDatalakeDiagnosticsParams

NewCollectDatalakeDiagnosticsParamsWithHTTPClient creates a new CollectDatalakeDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCollectDatalakeDiagnosticsParamsWithTimeout ¶

func NewCollectDatalakeDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectDatalakeDiagnosticsParams

NewCollectDatalakeDiagnosticsParamsWithTimeout creates a new CollectDatalakeDiagnosticsParams object with the ability to set a timeout on a request.

func (*CollectDatalakeDiagnosticsParams) SetContext ¶

SetContext adds the context to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) SetDefaults ¶

func (o *CollectDatalakeDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the collect datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CollectDatalakeDiagnosticsParams) SetHTTPClient ¶

func (o *CollectDatalakeDiagnosticsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) SetInput ¶

SetInput adds the input to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) SetTimeout ¶

func (o *CollectDatalakeDiagnosticsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) WithContext ¶

WithContext adds the context to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) WithDefaults ¶

WithDefaults hydrates default values in the collect datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CollectDatalakeDiagnosticsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) WithInput ¶

WithInput adds the input to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) WithTimeout ¶

WithTimeout adds the timeout to the collect datalake diagnostics params

func (*CollectDatalakeDiagnosticsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CollectDatalakeDiagnosticsReader ¶

type CollectDatalakeDiagnosticsReader struct {
	// contains filtered or unexported fields
}

CollectDatalakeDiagnosticsReader is a Reader for the CollectDatalakeDiagnostics structure.

func (*CollectDatalakeDiagnosticsReader) ReadResponse ¶

func (o *CollectDatalakeDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAWSDatalakeDefault ¶

type CreateAWSDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateAWSDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateAWSDatalakeDefault ¶

func NewCreateAWSDatalakeDefault(code int) *CreateAWSDatalakeDefault

NewCreateAWSDatalakeDefault creates a CreateAWSDatalakeDefault with default headers values

func (*CreateAWSDatalakeDefault) Code ¶

func (o *CreateAWSDatalakeDefault) Code() int

Code gets the status code for the create a w s datalake default response

func (*CreateAWSDatalakeDefault) Error ¶

func (o *CreateAWSDatalakeDefault) Error() string

func (*CreateAWSDatalakeDefault) GetPayload ¶

func (o *CreateAWSDatalakeDefault) GetPayload() *models.Error

func (*CreateAWSDatalakeDefault) IsClientError ¶

func (o *CreateAWSDatalakeDefault) IsClientError() bool

IsClientError returns true when this create a w s datalake default response has a 4xx status code

func (*CreateAWSDatalakeDefault) IsCode ¶

func (o *CreateAWSDatalakeDefault) IsCode(code int) bool

IsCode returns true when this create a w s datalake default response a status code equal to that given

func (*CreateAWSDatalakeDefault) IsRedirect ¶

func (o *CreateAWSDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this create a w s datalake default response has a 3xx status code

func (*CreateAWSDatalakeDefault) IsServerError ¶

func (o *CreateAWSDatalakeDefault) IsServerError() bool

IsServerError returns true when this create a w s datalake default response has a 5xx status code

func (*CreateAWSDatalakeDefault) IsSuccess ¶

func (o *CreateAWSDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this create a w s datalake default response has a 2xx status code

func (*CreateAWSDatalakeDefault) String ¶

func (o *CreateAWSDatalakeDefault) String() string

type CreateAWSDatalakeOK ¶

type CreateAWSDatalakeOK struct {
	Payload *models.CreateAWSDatalakeResponse
}

CreateAWSDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateAWSDatalakeOK ¶

func NewCreateAWSDatalakeOK() *CreateAWSDatalakeOK

NewCreateAWSDatalakeOK creates a CreateAWSDatalakeOK with default headers values

func (*CreateAWSDatalakeOK) Code ¶

func (o *CreateAWSDatalakeOK) Code() int

Code gets the status code for the create a w s datalake o k response

func (*CreateAWSDatalakeOK) Error ¶

func (o *CreateAWSDatalakeOK) Error() string

func (*CreateAWSDatalakeOK) GetPayload ¶

func (*CreateAWSDatalakeOK) IsClientError ¶

func (o *CreateAWSDatalakeOK) IsClientError() bool

IsClientError returns true when this create a w s datalake o k response has a 4xx status code

func (*CreateAWSDatalakeOK) IsCode ¶

func (o *CreateAWSDatalakeOK) IsCode(code int) bool

IsCode returns true when this create a w s datalake o k response a status code equal to that given

func (*CreateAWSDatalakeOK) IsRedirect ¶

func (o *CreateAWSDatalakeOK) IsRedirect() bool

IsRedirect returns true when this create a w s datalake o k response has a 3xx status code

func (*CreateAWSDatalakeOK) IsServerError ¶

func (o *CreateAWSDatalakeOK) IsServerError() bool

IsServerError returns true when this create a w s datalake o k response has a 5xx status code

func (*CreateAWSDatalakeOK) IsSuccess ¶

func (o *CreateAWSDatalakeOK) IsSuccess() bool

IsSuccess returns true when this create a w s datalake o k response has a 2xx status code

func (*CreateAWSDatalakeOK) String ¶

func (o *CreateAWSDatalakeOK) String() string

type CreateAWSDatalakeParams ¶

type CreateAWSDatalakeParams struct {

	// Input.
	Input *models.CreateAWSDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAWSDatalakeParams contains all the parameters to send to the API endpoint

for the create a w s datalake operation.

Typically these are written to a http.Request.

func NewCreateAWSDatalakeParams ¶

func NewCreateAWSDatalakeParams() *CreateAWSDatalakeParams

NewCreateAWSDatalakeParams creates a new CreateAWSDatalakeParams 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 NewCreateAWSDatalakeParamsWithContext ¶

func NewCreateAWSDatalakeParamsWithContext(ctx context.Context) *CreateAWSDatalakeParams

NewCreateAWSDatalakeParamsWithContext creates a new CreateAWSDatalakeParams object with the ability to set a context for a request.

func NewCreateAWSDatalakeParamsWithHTTPClient ¶

func NewCreateAWSDatalakeParamsWithHTTPClient(client *http.Client) *CreateAWSDatalakeParams

NewCreateAWSDatalakeParamsWithHTTPClient creates a new CreateAWSDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSDatalakeParamsWithTimeout ¶

func NewCreateAWSDatalakeParamsWithTimeout(timeout time.Duration) *CreateAWSDatalakeParams

NewCreateAWSDatalakeParamsWithTimeout creates a new CreateAWSDatalakeParams object with the ability to set a timeout on a request.

func (*CreateAWSDatalakeParams) SetContext ¶

func (o *CreateAWSDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the create a w s datalake params

func (*CreateAWSDatalakeParams) SetDefaults ¶

func (o *CreateAWSDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the create a w s datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAWSDatalakeParams) SetHTTPClient ¶

func (o *CreateAWSDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create a w s datalake params

func (*CreateAWSDatalakeParams) SetInput ¶

SetInput adds the input to the create a w s datalake params

func (*CreateAWSDatalakeParams) SetTimeout ¶

func (o *CreateAWSDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create a w s datalake params

func (*CreateAWSDatalakeParams) WithContext ¶

WithContext adds the context to the create a w s datalake params

func (*CreateAWSDatalakeParams) WithDefaults ¶

WithDefaults hydrates default values in the create a w s datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAWSDatalakeParams) WithHTTPClient ¶

func (o *CreateAWSDatalakeParams) WithHTTPClient(client *http.Client) *CreateAWSDatalakeParams

WithHTTPClient adds the HTTPClient to the create a w s datalake params

func (*CreateAWSDatalakeParams) WithInput ¶

WithInput adds the input to the create a w s datalake params

func (*CreateAWSDatalakeParams) WithTimeout ¶

WithTimeout adds the timeout to the create a w s datalake params

func (*CreateAWSDatalakeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateAWSDatalakeReader ¶

type CreateAWSDatalakeReader struct {
	// contains filtered or unexported fields
}

CreateAWSDatalakeReader is a Reader for the CreateAWSDatalake structure.

func (*CreateAWSDatalakeReader) ReadResponse ¶

func (o *CreateAWSDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAWSGovCloudDatalakeDefault ¶ added in v0.4.2

type CreateAWSGovCloudDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateAWSGovCloudDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateAWSGovCloudDatalakeDefault ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeDefault(code int) *CreateAWSGovCloudDatalakeDefault

NewCreateAWSGovCloudDatalakeDefault creates a CreateAWSGovCloudDatalakeDefault with default headers values

func (*CreateAWSGovCloudDatalakeDefault) Code ¶ added in v0.4.2

Code gets the status code for the create a w s gov cloud datalake default response

func (*CreateAWSGovCloudDatalakeDefault) Error ¶ added in v0.4.2

func (*CreateAWSGovCloudDatalakeDefault) GetPayload ¶ added in v0.4.2

func (*CreateAWSGovCloudDatalakeDefault) IsClientError ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeDefault) IsClientError() bool

IsClientError returns true when this create a w s gov cloud datalake default response has a 4xx status code

func (*CreateAWSGovCloudDatalakeDefault) IsCode ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeDefault) IsCode(code int) bool

IsCode returns true when this create a w s gov cloud datalake default response a status code equal to that given

func (*CreateAWSGovCloudDatalakeDefault) IsRedirect ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this create a w s gov cloud datalake default response has a 3xx status code

func (*CreateAWSGovCloudDatalakeDefault) IsServerError ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeDefault) IsServerError() bool

IsServerError returns true when this create a w s gov cloud datalake default response has a 5xx status code

func (*CreateAWSGovCloudDatalakeDefault) IsSuccess ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this create a w s gov cloud datalake default response has a 2xx status code

func (*CreateAWSGovCloudDatalakeDefault) String ¶ added in v0.4.2

type CreateAWSGovCloudDatalakeOK ¶ added in v0.4.2

type CreateAWSGovCloudDatalakeOK struct {
	Payload *models.CreateAWSGovCloudDatalakeResponse
}

CreateAWSGovCloudDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateAWSGovCloudDatalakeOK ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeOK() *CreateAWSGovCloudDatalakeOK

NewCreateAWSGovCloudDatalakeOK creates a CreateAWSGovCloudDatalakeOK with default headers values

func (*CreateAWSGovCloudDatalakeOK) Code ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) Code() int

Code gets the status code for the create a w s gov cloud datalake o k response

func (*CreateAWSGovCloudDatalakeOK) Error ¶ added in v0.4.2

func (*CreateAWSGovCloudDatalakeOK) GetPayload ¶ added in v0.4.2

func (*CreateAWSGovCloudDatalakeOK) IsClientError ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) IsClientError() bool

IsClientError returns true when this create a w s gov cloud datalake o k response has a 4xx status code

func (*CreateAWSGovCloudDatalakeOK) IsCode ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) IsCode(code int) bool

IsCode returns true when this create a w s gov cloud datalake o k response a status code equal to that given

func (*CreateAWSGovCloudDatalakeOK) IsRedirect ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) IsRedirect() bool

IsRedirect returns true when this create a w s gov cloud datalake o k response has a 3xx status code

func (*CreateAWSGovCloudDatalakeOK) IsServerError ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) IsServerError() bool

IsServerError returns true when this create a w s gov cloud datalake o k response has a 5xx status code

func (*CreateAWSGovCloudDatalakeOK) IsSuccess ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) IsSuccess() bool

IsSuccess returns true when this create a w s gov cloud datalake o k response has a 2xx status code

func (*CreateAWSGovCloudDatalakeOK) String ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeOK) String() string

type CreateAWSGovCloudDatalakeParams ¶ added in v0.4.2

type CreateAWSGovCloudDatalakeParams struct {

	// Input.
	Input *models.CreateAWSGovCloudDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAWSGovCloudDatalakeParams contains all the parameters to send to the API endpoint

for the create a w s gov cloud datalake operation.

Typically these are written to a http.Request.

func NewCreateAWSGovCloudDatalakeParams ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeParams() *CreateAWSGovCloudDatalakeParams

NewCreateAWSGovCloudDatalakeParams creates a new CreateAWSGovCloudDatalakeParams 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 NewCreateAWSGovCloudDatalakeParamsWithContext ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeParamsWithContext(ctx context.Context) *CreateAWSGovCloudDatalakeParams

NewCreateAWSGovCloudDatalakeParamsWithContext creates a new CreateAWSGovCloudDatalakeParams object with the ability to set a context for a request.

func NewCreateAWSGovCloudDatalakeParamsWithHTTPClient ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeParamsWithHTTPClient(client *http.Client) *CreateAWSGovCloudDatalakeParams

NewCreateAWSGovCloudDatalakeParamsWithHTTPClient creates a new CreateAWSGovCloudDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSGovCloudDatalakeParamsWithTimeout ¶ added in v0.4.2

func NewCreateAWSGovCloudDatalakeParamsWithTimeout(timeout time.Duration) *CreateAWSGovCloudDatalakeParams

NewCreateAWSGovCloudDatalakeParamsWithTimeout creates a new CreateAWSGovCloudDatalakeParams object with the ability to set a timeout on a request.

func (*CreateAWSGovCloudDatalakeParams) SetContext ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) SetDefaults ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the create a w s gov cloud datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAWSGovCloudDatalakeParams) SetHTTPClient ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) SetInput ¶ added in v0.4.2

SetInput adds the input to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) SetTimeout ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) WithContext ¶ added in v0.4.2

WithContext adds the context to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) WithDefaults ¶ added in v0.4.2

WithDefaults hydrates default values in the create a w s gov cloud datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAWSGovCloudDatalakeParams) WithHTTPClient ¶ added in v0.4.2

WithHTTPClient adds the HTTPClient to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) WithInput ¶ added in v0.4.2

WithInput adds the input to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) WithTimeout ¶ added in v0.4.2

WithTimeout adds the timeout to the create a w s gov cloud datalake params

func (*CreateAWSGovCloudDatalakeParams) WriteToRequest ¶ added in v0.4.2

WriteToRequest writes these params to a swagger request

type CreateAWSGovCloudDatalakeReader ¶ added in v0.4.2

type CreateAWSGovCloudDatalakeReader struct {
	// contains filtered or unexported fields
}

CreateAWSGovCloudDatalakeReader is a Reader for the CreateAWSGovCloudDatalake structure.

func (*CreateAWSGovCloudDatalakeReader) ReadResponse ¶ added in v0.4.2

func (o *CreateAWSGovCloudDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAzureDatalakeDefault ¶

type CreateAzureDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateAzureDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateAzureDatalakeDefault ¶

func NewCreateAzureDatalakeDefault(code int) *CreateAzureDatalakeDefault

NewCreateAzureDatalakeDefault creates a CreateAzureDatalakeDefault with default headers values

func (*CreateAzureDatalakeDefault) Code ¶

func (o *CreateAzureDatalakeDefault) Code() int

Code gets the status code for the create azure datalake default response

func (*CreateAzureDatalakeDefault) Error ¶

func (*CreateAzureDatalakeDefault) GetPayload ¶

func (o *CreateAzureDatalakeDefault) GetPayload() *models.Error

func (*CreateAzureDatalakeDefault) IsClientError ¶

func (o *CreateAzureDatalakeDefault) IsClientError() bool

IsClientError returns true when this create azure datalake default response has a 4xx status code

func (*CreateAzureDatalakeDefault) IsCode ¶

func (o *CreateAzureDatalakeDefault) IsCode(code int) bool

IsCode returns true when this create azure datalake default response a status code equal to that given

func (*CreateAzureDatalakeDefault) IsRedirect ¶

func (o *CreateAzureDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this create azure datalake default response has a 3xx status code

func (*CreateAzureDatalakeDefault) IsServerError ¶

func (o *CreateAzureDatalakeDefault) IsServerError() bool

IsServerError returns true when this create azure datalake default response has a 5xx status code

func (*CreateAzureDatalakeDefault) IsSuccess ¶

func (o *CreateAzureDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this create azure datalake default response has a 2xx status code

func (*CreateAzureDatalakeDefault) String ¶

func (o *CreateAzureDatalakeDefault) String() string

type CreateAzureDatalakeOK ¶

type CreateAzureDatalakeOK struct {
	Payload *models.CreateAzureDatalakeResponse
}

CreateAzureDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateAzureDatalakeOK ¶

func NewCreateAzureDatalakeOK() *CreateAzureDatalakeOK

NewCreateAzureDatalakeOK creates a CreateAzureDatalakeOK with default headers values

func (*CreateAzureDatalakeOK) Code ¶

func (o *CreateAzureDatalakeOK) Code() int

Code gets the status code for the create azure datalake o k response

func (*CreateAzureDatalakeOK) Error ¶

func (o *CreateAzureDatalakeOK) Error() string

func (*CreateAzureDatalakeOK) GetPayload ¶

func (*CreateAzureDatalakeOK) IsClientError ¶

func (o *CreateAzureDatalakeOK) IsClientError() bool

IsClientError returns true when this create azure datalake o k response has a 4xx status code

func (*CreateAzureDatalakeOK) IsCode ¶

func (o *CreateAzureDatalakeOK) IsCode(code int) bool

IsCode returns true when this create azure datalake o k response a status code equal to that given

func (*CreateAzureDatalakeOK) IsRedirect ¶

func (o *CreateAzureDatalakeOK) IsRedirect() bool

IsRedirect returns true when this create azure datalake o k response has a 3xx status code

func (*CreateAzureDatalakeOK) IsServerError ¶

func (o *CreateAzureDatalakeOK) IsServerError() bool

IsServerError returns true when this create azure datalake o k response has a 5xx status code

func (*CreateAzureDatalakeOK) IsSuccess ¶

func (o *CreateAzureDatalakeOK) IsSuccess() bool

IsSuccess returns true when this create azure datalake o k response has a 2xx status code

func (*CreateAzureDatalakeOK) String ¶

func (o *CreateAzureDatalakeOK) String() string

type CreateAzureDatalakeParams ¶

type CreateAzureDatalakeParams struct {

	// Input.
	Input *models.CreateAzureDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAzureDatalakeParams contains all the parameters to send to the API endpoint

for the create azure datalake operation.

Typically these are written to a http.Request.

func NewCreateAzureDatalakeParams ¶

func NewCreateAzureDatalakeParams() *CreateAzureDatalakeParams

NewCreateAzureDatalakeParams creates a new CreateAzureDatalakeParams 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 NewCreateAzureDatalakeParamsWithContext ¶

func NewCreateAzureDatalakeParamsWithContext(ctx context.Context) *CreateAzureDatalakeParams

NewCreateAzureDatalakeParamsWithContext creates a new CreateAzureDatalakeParams object with the ability to set a context for a request.

func NewCreateAzureDatalakeParamsWithHTTPClient ¶

func NewCreateAzureDatalakeParamsWithHTTPClient(client *http.Client) *CreateAzureDatalakeParams

NewCreateAzureDatalakeParamsWithHTTPClient creates a new CreateAzureDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureDatalakeParamsWithTimeout ¶

func NewCreateAzureDatalakeParamsWithTimeout(timeout time.Duration) *CreateAzureDatalakeParams

NewCreateAzureDatalakeParamsWithTimeout creates a new CreateAzureDatalakeParams object with the ability to set a timeout on a request.

func (*CreateAzureDatalakeParams) SetContext ¶

func (o *CreateAzureDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the create azure datalake params

func (*CreateAzureDatalakeParams) SetDefaults ¶

func (o *CreateAzureDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the create azure datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAzureDatalakeParams) SetHTTPClient ¶

func (o *CreateAzureDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create azure datalake params

func (*CreateAzureDatalakeParams) SetInput ¶

SetInput adds the input to the create azure datalake params

func (*CreateAzureDatalakeParams) SetTimeout ¶

func (o *CreateAzureDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create azure datalake params

func (*CreateAzureDatalakeParams) WithContext ¶

WithContext adds the context to the create azure datalake params

func (*CreateAzureDatalakeParams) WithDefaults ¶

WithDefaults hydrates default values in the create azure datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAzureDatalakeParams) WithHTTPClient ¶

func (o *CreateAzureDatalakeParams) WithHTTPClient(client *http.Client) *CreateAzureDatalakeParams

WithHTTPClient adds the HTTPClient to the create azure datalake params

func (*CreateAzureDatalakeParams) WithInput ¶

WithInput adds the input to the create azure datalake params

func (*CreateAzureDatalakeParams) WithTimeout ¶

WithTimeout adds the timeout to the create azure datalake params

func (*CreateAzureDatalakeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateAzureDatalakeReader ¶

type CreateAzureDatalakeReader struct {
	// contains filtered or unexported fields
}

CreateAzureDatalakeReader is a Reader for the CreateAzureDatalake structure.

func (*CreateAzureDatalakeReader) ReadResponse ¶

func (o *CreateAzureDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateGCPDatalakeDefault ¶

type CreateGCPDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateGCPDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewCreateGCPDatalakeDefault ¶

func NewCreateGCPDatalakeDefault(code int) *CreateGCPDatalakeDefault

NewCreateGCPDatalakeDefault creates a CreateGCPDatalakeDefault with default headers values

func (*CreateGCPDatalakeDefault) Code ¶

func (o *CreateGCPDatalakeDefault) Code() int

Code gets the status code for the create g c p datalake default response

func (*CreateGCPDatalakeDefault) Error ¶

func (o *CreateGCPDatalakeDefault) Error() string

func (*CreateGCPDatalakeDefault) GetPayload ¶

func (o *CreateGCPDatalakeDefault) GetPayload() *models.Error

func (*CreateGCPDatalakeDefault) IsClientError ¶

func (o *CreateGCPDatalakeDefault) IsClientError() bool

IsClientError returns true when this create g c p datalake default response has a 4xx status code

func (*CreateGCPDatalakeDefault) IsCode ¶

func (o *CreateGCPDatalakeDefault) IsCode(code int) bool

IsCode returns true when this create g c p datalake default response a status code equal to that given

func (*CreateGCPDatalakeDefault) IsRedirect ¶

func (o *CreateGCPDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this create g c p datalake default response has a 3xx status code

func (*CreateGCPDatalakeDefault) IsServerError ¶

func (o *CreateGCPDatalakeDefault) IsServerError() bool

IsServerError returns true when this create g c p datalake default response has a 5xx status code

func (*CreateGCPDatalakeDefault) IsSuccess ¶

func (o *CreateGCPDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this create g c p datalake default response has a 2xx status code

func (*CreateGCPDatalakeDefault) String ¶

func (o *CreateGCPDatalakeDefault) String() string

type CreateGCPDatalakeOK ¶

type CreateGCPDatalakeOK struct {
	Payload *models.CreateGCPDatalakeResponse
}

CreateGCPDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewCreateGCPDatalakeOK ¶

func NewCreateGCPDatalakeOK() *CreateGCPDatalakeOK

NewCreateGCPDatalakeOK creates a CreateGCPDatalakeOK with default headers values

func (*CreateGCPDatalakeOK) Code ¶

func (o *CreateGCPDatalakeOK) Code() int

Code gets the status code for the create g c p datalake o k response

func (*CreateGCPDatalakeOK) Error ¶

func (o *CreateGCPDatalakeOK) Error() string

func (*CreateGCPDatalakeOK) GetPayload ¶

func (*CreateGCPDatalakeOK) IsClientError ¶

func (o *CreateGCPDatalakeOK) IsClientError() bool

IsClientError returns true when this create g c p datalake o k response has a 4xx status code

func (*CreateGCPDatalakeOK) IsCode ¶

func (o *CreateGCPDatalakeOK) IsCode(code int) bool

IsCode returns true when this create g c p datalake o k response a status code equal to that given

func (*CreateGCPDatalakeOK) IsRedirect ¶

func (o *CreateGCPDatalakeOK) IsRedirect() bool

IsRedirect returns true when this create g c p datalake o k response has a 3xx status code

func (*CreateGCPDatalakeOK) IsServerError ¶

func (o *CreateGCPDatalakeOK) IsServerError() bool

IsServerError returns true when this create g c p datalake o k response has a 5xx status code

func (*CreateGCPDatalakeOK) IsSuccess ¶

func (o *CreateGCPDatalakeOK) IsSuccess() bool

IsSuccess returns true when this create g c p datalake o k response has a 2xx status code

func (*CreateGCPDatalakeOK) String ¶

func (o *CreateGCPDatalakeOK) String() string

type CreateGCPDatalakeParams ¶

type CreateGCPDatalakeParams struct {

	// Input.
	Input *models.CreateGCPDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateGCPDatalakeParams contains all the parameters to send to the API endpoint

for the create g c p datalake operation.

Typically these are written to a http.Request.

func NewCreateGCPDatalakeParams ¶

func NewCreateGCPDatalakeParams() *CreateGCPDatalakeParams

NewCreateGCPDatalakeParams creates a new CreateGCPDatalakeParams 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 NewCreateGCPDatalakeParamsWithContext ¶

func NewCreateGCPDatalakeParamsWithContext(ctx context.Context) *CreateGCPDatalakeParams

NewCreateGCPDatalakeParamsWithContext creates a new CreateGCPDatalakeParams object with the ability to set a context for a request.

func NewCreateGCPDatalakeParamsWithHTTPClient ¶

func NewCreateGCPDatalakeParamsWithHTTPClient(client *http.Client) *CreateGCPDatalakeParams

NewCreateGCPDatalakeParamsWithHTTPClient creates a new CreateGCPDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGCPDatalakeParamsWithTimeout ¶

func NewCreateGCPDatalakeParamsWithTimeout(timeout time.Duration) *CreateGCPDatalakeParams

NewCreateGCPDatalakeParamsWithTimeout creates a new CreateGCPDatalakeParams object with the ability to set a timeout on a request.

func (*CreateGCPDatalakeParams) SetContext ¶

func (o *CreateGCPDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the create g c p datalake params

func (*CreateGCPDatalakeParams) SetDefaults ¶

func (o *CreateGCPDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the create g c p datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateGCPDatalakeParams) SetHTTPClient ¶

func (o *CreateGCPDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create g c p datalake params

func (*CreateGCPDatalakeParams) SetInput ¶

SetInput adds the input to the create g c p datalake params

func (*CreateGCPDatalakeParams) SetTimeout ¶

func (o *CreateGCPDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create g c p datalake params

func (*CreateGCPDatalakeParams) WithContext ¶

WithContext adds the context to the create g c p datalake params

func (*CreateGCPDatalakeParams) WithDefaults ¶

WithDefaults hydrates default values in the create g c p datalake params (not the query body).

All values with no default are reset to their zero value.

func (*CreateGCPDatalakeParams) WithHTTPClient ¶

func (o *CreateGCPDatalakeParams) WithHTTPClient(client *http.Client) *CreateGCPDatalakeParams

WithHTTPClient adds the HTTPClient to the create g c p datalake params

func (*CreateGCPDatalakeParams) WithInput ¶

WithInput adds the input to the create g c p datalake params

func (*CreateGCPDatalakeParams) WithTimeout ¶

WithTimeout adds the timeout to the create g c p datalake params

func (*CreateGCPDatalakeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateGCPDatalakeReader ¶

type CreateGCPDatalakeReader struct {
	// contains filtered or unexported fields
}

CreateGCPDatalakeReader is a Reader for the CreateGCPDatalake structure.

func (*CreateGCPDatalakeReader) ReadResponse ¶

func (o *CreateGCPDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDatalakeDefault ¶

type DeleteDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDeleteDatalakeDefault ¶

func NewDeleteDatalakeDefault(code int) *DeleteDatalakeDefault

NewDeleteDatalakeDefault creates a DeleteDatalakeDefault with default headers values

func (*DeleteDatalakeDefault) Code ¶

func (o *DeleteDatalakeDefault) Code() int

Code gets the status code for the delete datalake default response

func (*DeleteDatalakeDefault) Error ¶

func (o *DeleteDatalakeDefault) Error() string

func (*DeleteDatalakeDefault) GetPayload ¶

func (o *DeleteDatalakeDefault) GetPayload() *models.Error

func (*DeleteDatalakeDefault) IsClientError ¶

func (o *DeleteDatalakeDefault) IsClientError() bool

IsClientError returns true when this delete datalake default response has a 4xx status code

func (*DeleteDatalakeDefault) IsCode ¶

func (o *DeleteDatalakeDefault) IsCode(code int) bool

IsCode returns true when this delete datalake default response a status code equal to that given

func (*DeleteDatalakeDefault) IsRedirect ¶

func (o *DeleteDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this delete datalake default response has a 3xx status code

func (*DeleteDatalakeDefault) IsServerError ¶

func (o *DeleteDatalakeDefault) IsServerError() bool

IsServerError returns true when this delete datalake default response has a 5xx status code

func (*DeleteDatalakeDefault) IsSuccess ¶

func (o *DeleteDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this delete datalake default response has a 2xx status code

func (*DeleteDatalakeDefault) String ¶

func (o *DeleteDatalakeDefault) String() string

type DeleteDatalakeOK ¶

type DeleteDatalakeOK struct {
	Payload models.DeleteDatalakeResponse
}

DeleteDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDeleteDatalakeOK ¶

func NewDeleteDatalakeOK() *DeleteDatalakeOK

NewDeleteDatalakeOK creates a DeleteDatalakeOK with default headers values

func (*DeleteDatalakeOK) Code ¶

func (o *DeleteDatalakeOK) Code() int

Code gets the status code for the delete datalake o k response

func (*DeleteDatalakeOK) Error ¶

func (o *DeleteDatalakeOK) Error() string

func (*DeleteDatalakeOK) GetPayload ¶

func (*DeleteDatalakeOK) IsClientError ¶

func (o *DeleteDatalakeOK) IsClientError() bool

IsClientError returns true when this delete datalake o k response has a 4xx status code

func (*DeleteDatalakeOK) IsCode ¶

func (o *DeleteDatalakeOK) IsCode(code int) bool

IsCode returns true when this delete datalake o k response a status code equal to that given

func (*DeleteDatalakeOK) IsRedirect ¶

func (o *DeleteDatalakeOK) IsRedirect() bool

IsRedirect returns true when this delete datalake o k response has a 3xx status code

func (*DeleteDatalakeOK) IsServerError ¶

func (o *DeleteDatalakeOK) IsServerError() bool

IsServerError returns true when this delete datalake o k response has a 5xx status code

func (*DeleteDatalakeOK) IsSuccess ¶

func (o *DeleteDatalakeOK) IsSuccess() bool

IsSuccess returns true when this delete datalake o k response has a 2xx status code

func (*DeleteDatalakeOK) String ¶

func (o *DeleteDatalakeOK) String() string

type DeleteDatalakeParams ¶

type DeleteDatalakeParams struct {

	// Input.
	Input *models.DeleteDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDatalakeParams contains all the parameters to send to the API endpoint

for the delete datalake operation.

Typically these are written to a http.Request.

func NewDeleteDatalakeParams ¶

func NewDeleteDatalakeParams() *DeleteDatalakeParams

NewDeleteDatalakeParams creates a new DeleteDatalakeParams 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 NewDeleteDatalakeParamsWithContext ¶

func NewDeleteDatalakeParamsWithContext(ctx context.Context) *DeleteDatalakeParams

NewDeleteDatalakeParamsWithContext creates a new DeleteDatalakeParams object with the ability to set a context for a request.

func NewDeleteDatalakeParamsWithHTTPClient ¶

func NewDeleteDatalakeParamsWithHTTPClient(client *http.Client) *DeleteDatalakeParams

NewDeleteDatalakeParamsWithHTTPClient creates a new DeleteDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDatalakeParamsWithTimeout ¶

func NewDeleteDatalakeParamsWithTimeout(timeout time.Duration) *DeleteDatalakeParams

NewDeleteDatalakeParamsWithTimeout creates a new DeleteDatalakeParams object with the ability to set a timeout on a request.

func (*DeleteDatalakeParams) SetContext ¶

func (o *DeleteDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the delete datalake params

func (*DeleteDatalakeParams) SetDefaults ¶

func (o *DeleteDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the delete datalake params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDatalakeParams) SetHTTPClient ¶

func (o *DeleteDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete datalake params

func (*DeleteDatalakeParams) SetInput ¶

SetInput adds the input to the delete datalake params

func (*DeleteDatalakeParams) SetTimeout ¶

func (o *DeleteDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete datalake params

func (*DeleteDatalakeParams) WithContext ¶

WithContext adds the context to the delete datalake params

func (*DeleteDatalakeParams) WithDefaults ¶

func (o *DeleteDatalakeParams) WithDefaults() *DeleteDatalakeParams

WithDefaults hydrates default values in the delete datalake params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDatalakeParams) WithHTTPClient ¶

func (o *DeleteDatalakeParams) WithHTTPClient(client *http.Client) *DeleteDatalakeParams

WithHTTPClient adds the HTTPClient to the delete datalake params

func (*DeleteDatalakeParams) WithInput ¶

WithInput adds the input to the delete datalake params

func (*DeleteDatalakeParams) WithTimeout ¶

func (o *DeleteDatalakeParams) WithTimeout(timeout time.Duration) *DeleteDatalakeParams

WithTimeout adds the timeout to the delete datalake params

func (*DeleteDatalakeParams) WriteToRequest ¶

func (o *DeleteDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteDatalakeReader ¶

type DeleteDatalakeReader struct {
	// contains filtered or unexported fields
}

DeleteDatalakeReader is a Reader for the DeleteDatalake structure.

func (*DeleteDatalakeReader) ReadResponse ¶

func (o *DeleteDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeDatabaseServerDefault ¶ added in v0.4.2

type DescribeDatabaseServerDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeDatabaseServerDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeDatabaseServerDefault ¶ added in v0.4.2

func NewDescribeDatabaseServerDefault(code int) *DescribeDatabaseServerDefault

NewDescribeDatabaseServerDefault creates a DescribeDatabaseServerDefault with default headers values

func (*DescribeDatabaseServerDefault) Code ¶ added in v0.4.2

Code gets the status code for the describe database server default response

func (*DescribeDatabaseServerDefault) Error ¶ added in v0.4.2

func (*DescribeDatabaseServerDefault) GetPayload ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) GetPayload() *models.Error

func (*DescribeDatabaseServerDefault) IsClientError ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) IsClientError() bool

IsClientError returns true when this describe database server default response has a 4xx status code

func (*DescribeDatabaseServerDefault) IsCode ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) IsCode(code int) bool

IsCode returns true when this describe database server default response a status code equal to that given

func (*DescribeDatabaseServerDefault) IsRedirect ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) IsRedirect() bool

IsRedirect returns true when this describe database server default response has a 3xx status code

func (*DescribeDatabaseServerDefault) IsServerError ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) IsServerError() bool

IsServerError returns true when this describe database server default response has a 5xx status code

func (*DescribeDatabaseServerDefault) IsSuccess ¶ added in v0.4.2

func (o *DescribeDatabaseServerDefault) IsSuccess() bool

IsSuccess returns true when this describe database server default response has a 2xx status code

func (*DescribeDatabaseServerDefault) String ¶ added in v0.4.2

type DescribeDatabaseServerOK ¶ added in v0.4.2

type DescribeDatabaseServerOK struct {
	Payload *models.DescribeDatabaseServerResponse
}

DescribeDatabaseServerOK describes a response with status code 200, with default header values.

Database server details for the requested resource.

func NewDescribeDatabaseServerOK ¶ added in v0.4.2

func NewDescribeDatabaseServerOK() *DescribeDatabaseServerOK

NewDescribeDatabaseServerOK creates a DescribeDatabaseServerOK with default headers values

func (*DescribeDatabaseServerOK) Code ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) Code() int

Code gets the status code for the describe database server o k response

func (*DescribeDatabaseServerOK) Error ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) Error() string

func (*DescribeDatabaseServerOK) GetPayload ¶ added in v0.4.2

func (*DescribeDatabaseServerOK) IsClientError ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) IsClientError() bool

IsClientError returns true when this describe database server o k response has a 4xx status code

func (*DescribeDatabaseServerOK) IsCode ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) IsCode(code int) bool

IsCode returns true when this describe database server o k response a status code equal to that given

func (*DescribeDatabaseServerOK) IsRedirect ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) IsRedirect() bool

IsRedirect returns true when this describe database server o k response has a 3xx status code

func (*DescribeDatabaseServerOK) IsServerError ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) IsServerError() bool

IsServerError returns true when this describe database server o k response has a 5xx status code

func (*DescribeDatabaseServerOK) IsSuccess ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) IsSuccess() bool

IsSuccess returns true when this describe database server o k response has a 2xx status code

func (*DescribeDatabaseServerOK) String ¶ added in v0.4.2

func (o *DescribeDatabaseServerOK) String() string

type DescribeDatabaseServerParams ¶ added in v0.4.2

type DescribeDatabaseServerParams struct {

	// Input.
	Input *models.DescribeDatabaseServerRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeDatabaseServerParams contains all the parameters to send to the API endpoint

for the describe database server operation.

Typically these are written to a http.Request.

func NewDescribeDatabaseServerParams ¶ added in v0.4.2

func NewDescribeDatabaseServerParams() *DescribeDatabaseServerParams

NewDescribeDatabaseServerParams creates a new DescribeDatabaseServerParams 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 NewDescribeDatabaseServerParamsWithContext ¶ added in v0.4.2

func NewDescribeDatabaseServerParamsWithContext(ctx context.Context) *DescribeDatabaseServerParams

NewDescribeDatabaseServerParamsWithContext creates a new DescribeDatabaseServerParams object with the ability to set a context for a request.

func NewDescribeDatabaseServerParamsWithHTTPClient ¶ added in v0.4.2

func NewDescribeDatabaseServerParamsWithHTTPClient(client *http.Client) *DescribeDatabaseServerParams

NewDescribeDatabaseServerParamsWithHTTPClient creates a new DescribeDatabaseServerParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDatabaseServerParamsWithTimeout ¶ added in v0.4.2

func NewDescribeDatabaseServerParamsWithTimeout(timeout time.Duration) *DescribeDatabaseServerParams

NewDescribeDatabaseServerParamsWithTimeout creates a new DescribeDatabaseServerParams object with the ability to set a timeout on a request.

func (*DescribeDatabaseServerParams) SetContext ¶ added in v0.4.2

func (o *DescribeDatabaseServerParams) SetContext(ctx context.Context)

SetContext adds the context to the describe database server params

func (*DescribeDatabaseServerParams) SetDefaults ¶ added in v0.4.2

func (o *DescribeDatabaseServerParams) SetDefaults()

SetDefaults hydrates default values in the describe database server params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeDatabaseServerParams) SetHTTPClient ¶ added in v0.4.2

func (o *DescribeDatabaseServerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe database server params

func (*DescribeDatabaseServerParams) SetInput ¶ added in v0.4.2

SetInput adds the input to the describe database server params

func (*DescribeDatabaseServerParams) SetTimeout ¶ added in v0.4.2

func (o *DescribeDatabaseServerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe database server params

func (*DescribeDatabaseServerParams) WithContext ¶ added in v0.4.2

WithContext adds the context to the describe database server params

func (*DescribeDatabaseServerParams) WithDefaults ¶ added in v0.4.2

WithDefaults hydrates default values in the describe database server params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeDatabaseServerParams) WithHTTPClient ¶ added in v0.4.2

WithHTTPClient adds the HTTPClient to the describe database server params

func (*DescribeDatabaseServerParams) WithInput ¶ added in v0.4.2

WithInput adds the input to the describe database server params

func (*DescribeDatabaseServerParams) WithTimeout ¶ added in v0.4.2

WithTimeout adds the timeout to the describe database server params

func (*DescribeDatabaseServerParams) WriteToRequest ¶ added in v0.4.2

WriteToRequest writes these params to a swagger request

type DescribeDatabaseServerReader ¶ added in v0.4.2

type DescribeDatabaseServerReader struct {
	// contains filtered or unexported fields
}

DescribeDatabaseServerReader is a Reader for the DescribeDatabaseServer structure.

func (*DescribeDatabaseServerReader) ReadResponse ¶ added in v0.4.2

func (o *DescribeDatabaseServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeDatalakeDefault ¶

type DescribeDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeDatalakeDefault ¶

func NewDescribeDatalakeDefault(code int) *DescribeDatalakeDefault

NewDescribeDatalakeDefault creates a DescribeDatalakeDefault with default headers values

func (*DescribeDatalakeDefault) Code ¶

func (o *DescribeDatalakeDefault) Code() int

Code gets the status code for the describe datalake default response

func (*DescribeDatalakeDefault) Error ¶

func (o *DescribeDatalakeDefault) Error() string

func (*DescribeDatalakeDefault) GetPayload ¶

func (o *DescribeDatalakeDefault) GetPayload() *models.Error

func (*DescribeDatalakeDefault) IsClientError ¶

func (o *DescribeDatalakeDefault) IsClientError() bool

IsClientError returns true when this describe datalake default response has a 4xx status code

func (*DescribeDatalakeDefault) IsCode ¶

func (o *DescribeDatalakeDefault) IsCode(code int) bool

IsCode returns true when this describe datalake default response a status code equal to that given

func (*DescribeDatalakeDefault) IsRedirect ¶

func (o *DescribeDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this describe datalake default response has a 3xx status code

func (*DescribeDatalakeDefault) IsServerError ¶

func (o *DescribeDatalakeDefault) IsServerError() bool

IsServerError returns true when this describe datalake default response has a 5xx status code

func (*DescribeDatalakeDefault) IsSuccess ¶

func (o *DescribeDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this describe datalake default response has a 2xx status code

func (*DescribeDatalakeDefault) String ¶

func (o *DescribeDatalakeDefault) String() string

type DescribeDatalakeOK ¶

type DescribeDatalakeOK struct {
	Payload *models.DescribeDatalakeResponse
}

DescribeDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeDatalakeOK ¶

func NewDescribeDatalakeOK() *DescribeDatalakeOK

NewDescribeDatalakeOK creates a DescribeDatalakeOK with default headers values

func (*DescribeDatalakeOK) Code ¶

func (o *DescribeDatalakeOK) Code() int

Code gets the status code for the describe datalake o k response

func (*DescribeDatalakeOK) Error ¶

func (o *DescribeDatalakeOK) Error() string

func (*DescribeDatalakeOK) GetPayload ¶

func (*DescribeDatalakeOK) IsClientError ¶

func (o *DescribeDatalakeOK) IsClientError() bool

IsClientError returns true when this describe datalake o k response has a 4xx status code

func (*DescribeDatalakeOK) IsCode ¶

func (o *DescribeDatalakeOK) IsCode(code int) bool

IsCode returns true when this describe datalake o k response a status code equal to that given

func (*DescribeDatalakeOK) IsRedirect ¶

func (o *DescribeDatalakeOK) IsRedirect() bool

IsRedirect returns true when this describe datalake o k response has a 3xx status code

func (*DescribeDatalakeOK) IsServerError ¶

func (o *DescribeDatalakeOK) IsServerError() bool

IsServerError returns true when this describe datalake o k response has a 5xx status code

func (*DescribeDatalakeOK) IsSuccess ¶

func (o *DescribeDatalakeOK) IsSuccess() bool

IsSuccess returns true when this describe datalake o k response has a 2xx status code

func (*DescribeDatalakeOK) String ¶

func (o *DescribeDatalakeOK) String() string

type DescribeDatalakeParams ¶

type DescribeDatalakeParams struct {

	// Input.
	Input *models.DescribeDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeDatalakeParams contains all the parameters to send to the API endpoint

for the describe datalake operation.

Typically these are written to a http.Request.

func NewDescribeDatalakeParams ¶

func NewDescribeDatalakeParams() *DescribeDatalakeParams

NewDescribeDatalakeParams creates a new DescribeDatalakeParams 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 NewDescribeDatalakeParamsWithContext ¶

func NewDescribeDatalakeParamsWithContext(ctx context.Context) *DescribeDatalakeParams

NewDescribeDatalakeParamsWithContext creates a new DescribeDatalakeParams object with the ability to set a context for a request.

func NewDescribeDatalakeParamsWithHTTPClient ¶

func NewDescribeDatalakeParamsWithHTTPClient(client *http.Client) *DescribeDatalakeParams

NewDescribeDatalakeParamsWithHTTPClient creates a new DescribeDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDatalakeParamsWithTimeout ¶

func NewDescribeDatalakeParamsWithTimeout(timeout time.Duration) *DescribeDatalakeParams

NewDescribeDatalakeParamsWithTimeout creates a new DescribeDatalakeParams object with the ability to set a timeout on a request.

func (*DescribeDatalakeParams) SetContext ¶

func (o *DescribeDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the describe datalake params

func (*DescribeDatalakeParams) SetDefaults ¶

func (o *DescribeDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the describe datalake params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeDatalakeParams) SetHTTPClient ¶

func (o *DescribeDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe datalake params

func (*DescribeDatalakeParams) SetInput ¶

SetInput adds the input to the describe datalake params

func (*DescribeDatalakeParams) SetTimeout ¶

func (o *DescribeDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe datalake params

func (*DescribeDatalakeParams) WithContext ¶

WithContext adds the context to the describe datalake params

func (*DescribeDatalakeParams) WithDefaults ¶

WithDefaults hydrates default values in the describe datalake params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeDatalakeParams) WithHTTPClient ¶

func (o *DescribeDatalakeParams) WithHTTPClient(client *http.Client) *DescribeDatalakeParams

WithHTTPClient adds the HTTPClient to the describe datalake params

func (*DescribeDatalakeParams) WithInput ¶

WithInput adds the input to the describe datalake params

func (*DescribeDatalakeParams) WithTimeout ¶

WithTimeout adds the timeout to the describe datalake params

func (*DescribeDatalakeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DescribeDatalakeReader ¶

type DescribeDatalakeReader struct {
	// contains filtered or unexported fields
}

DescribeDatalakeReader is a Reader for the DescribeDatalake structure.

func (*DescribeDatalakeReader) ReadResponse ¶

func (o *DescribeDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnableRangerRazDefault ¶

type EnableRangerRazDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

EnableRangerRazDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewEnableRangerRazDefault ¶

func NewEnableRangerRazDefault(code int) *EnableRangerRazDefault

NewEnableRangerRazDefault creates a EnableRangerRazDefault with default headers values

func (*EnableRangerRazDefault) Code ¶

func (o *EnableRangerRazDefault) Code() int

Code gets the status code for the enable ranger raz default response

func (*EnableRangerRazDefault) Error ¶

func (o *EnableRangerRazDefault) Error() string

func (*EnableRangerRazDefault) GetPayload ¶

func (o *EnableRangerRazDefault) GetPayload() *models.Error

func (*EnableRangerRazDefault) IsClientError ¶

func (o *EnableRangerRazDefault) IsClientError() bool

IsClientError returns true when this enable ranger raz default response has a 4xx status code

func (*EnableRangerRazDefault) IsCode ¶

func (o *EnableRangerRazDefault) IsCode(code int) bool

IsCode returns true when this enable ranger raz default response a status code equal to that given

func (*EnableRangerRazDefault) IsRedirect ¶

func (o *EnableRangerRazDefault) IsRedirect() bool

IsRedirect returns true when this enable ranger raz default response has a 3xx status code

func (*EnableRangerRazDefault) IsServerError ¶

func (o *EnableRangerRazDefault) IsServerError() bool

IsServerError returns true when this enable ranger raz default response has a 5xx status code

func (*EnableRangerRazDefault) IsSuccess ¶

func (o *EnableRangerRazDefault) IsSuccess() bool

IsSuccess returns true when this enable ranger raz default response has a 2xx status code

func (*EnableRangerRazDefault) String ¶

func (o *EnableRangerRazDefault) String() string

type EnableRangerRazOK ¶

type EnableRangerRazOK struct {
	Payload models.EnableRangerRazResponse
}

EnableRangerRazOK describes a response with status code 200, with default header values.

Expected response to a valid enable Ranger Raz request.

func NewEnableRangerRazOK ¶

func NewEnableRangerRazOK() *EnableRangerRazOK

NewEnableRangerRazOK creates a EnableRangerRazOK with default headers values

func (*EnableRangerRazOK) Code ¶

func (o *EnableRangerRazOK) Code() int

Code gets the status code for the enable ranger raz o k response

func (*EnableRangerRazOK) Error ¶

func (o *EnableRangerRazOK) Error() string

func (*EnableRangerRazOK) GetPayload ¶

func (*EnableRangerRazOK) IsClientError ¶

func (o *EnableRangerRazOK) IsClientError() bool

IsClientError returns true when this enable ranger raz o k response has a 4xx status code

func (*EnableRangerRazOK) IsCode ¶

func (o *EnableRangerRazOK) IsCode(code int) bool

IsCode returns true when this enable ranger raz o k response a status code equal to that given

func (*EnableRangerRazOK) IsRedirect ¶

func (o *EnableRangerRazOK) IsRedirect() bool

IsRedirect returns true when this enable ranger raz o k response has a 3xx status code

func (*EnableRangerRazOK) IsServerError ¶

func (o *EnableRangerRazOK) IsServerError() bool

IsServerError returns true when this enable ranger raz o k response has a 5xx status code

func (*EnableRangerRazOK) IsSuccess ¶

func (o *EnableRangerRazOK) IsSuccess() bool

IsSuccess returns true when this enable ranger raz o k response has a 2xx status code

func (*EnableRangerRazOK) String ¶

func (o *EnableRangerRazOK) String() string

type EnableRangerRazParams ¶

type EnableRangerRazParams struct {

	// Input.
	Input *models.EnableRangerRazRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnableRangerRazParams contains all the parameters to send to the API endpoint

for the enable ranger raz operation.

Typically these are written to a http.Request.

func NewEnableRangerRazParams ¶

func NewEnableRangerRazParams() *EnableRangerRazParams

NewEnableRangerRazParams creates a new EnableRangerRazParams 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 NewEnableRangerRazParamsWithContext ¶

func NewEnableRangerRazParamsWithContext(ctx context.Context) *EnableRangerRazParams

NewEnableRangerRazParamsWithContext creates a new EnableRangerRazParams object with the ability to set a context for a request.

func NewEnableRangerRazParamsWithHTTPClient ¶

func NewEnableRangerRazParamsWithHTTPClient(client *http.Client) *EnableRangerRazParams

NewEnableRangerRazParamsWithHTTPClient creates a new EnableRangerRazParams object with the ability to set a custom HTTPClient for a request.

func NewEnableRangerRazParamsWithTimeout ¶

func NewEnableRangerRazParamsWithTimeout(timeout time.Duration) *EnableRangerRazParams

NewEnableRangerRazParamsWithTimeout creates a new EnableRangerRazParams object with the ability to set a timeout on a request.

func (*EnableRangerRazParams) SetContext ¶

func (o *EnableRangerRazParams) SetContext(ctx context.Context)

SetContext adds the context to the enable ranger raz params

func (*EnableRangerRazParams) SetDefaults ¶

func (o *EnableRangerRazParams) SetDefaults()

SetDefaults hydrates default values in the enable ranger raz params (not the query body).

All values with no default are reset to their zero value.

func (*EnableRangerRazParams) SetHTTPClient ¶

func (o *EnableRangerRazParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the enable ranger raz params

func (*EnableRangerRazParams) SetInput ¶

SetInput adds the input to the enable ranger raz params

func (*EnableRangerRazParams) SetTimeout ¶

func (o *EnableRangerRazParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the enable ranger raz params

func (*EnableRangerRazParams) WithContext ¶

WithContext adds the context to the enable ranger raz params

func (*EnableRangerRazParams) WithDefaults ¶

func (o *EnableRangerRazParams) WithDefaults() *EnableRangerRazParams

WithDefaults hydrates default values in the enable ranger raz params (not the query body).

All values with no default are reset to their zero value.

func (*EnableRangerRazParams) WithHTTPClient ¶

func (o *EnableRangerRazParams) WithHTTPClient(client *http.Client) *EnableRangerRazParams

WithHTTPClient adds the HTTPClient to the enable ranger raz params

func (*EnableRangerRazParams) WithInput ¶

WithInput adds the input to the enable ranger raz params

func (*EnableRangerRazParams) WithTimeout ¶

func (o *EnableRangerRazParams) WithTimeout(timeout time.Duration) *EnableRangerRazParams

WithTimeout adds the timeout to the enable ranger raz params

func (*EnableRangerRazParams) WriteToRequest ¶

func (o *EnableRangerRazParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type EnableRangerRazReader ¶

type EnableRangerRazReader struct {
	// contains filtered or unexported fields
}

EnableRangerRazReader is a Reader for the EnableRangerRaz structure.

func (*EnableRangerRazReader) ReadResponse ¶

func (o *EnableRangerRazReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClusterHostStatusDefault ¶

type GetClusterHostStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetClusterHostStatusDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetClusterHostStatusDefault ¶

func NewGetClusterHostStatusDefault(code int) *GetClusterHostStatusDefault

NewGetClusterHostStatusDefault creates a GetClusterHostStatusDefault with default headers values

func (*GetClusterHostStatusDefault) Code ¶

func (o *GetClusterHostStatusDefault) Code() int

Code gets the status code for the get cluster host status default response

func (*GetClusterHostStatusDefault) Error ¶

func (*GetClusterHostStatusDefault) GetPayload ¶

func (o *GetClusterHostStatusDefault) GetPayload() *models.Error

func (*GetClusterHostStatusDefault) IsClientError ¶

func (o *GetClusterHostStatusDefault) IsClientError() bool

IsClientError returns true when this get cluster host status default response has a 4xx status code

func (*GetClusterHostStatusDefault) IsCode ¶

func (o *GetClusterHostStatusDefault) IsCode(code int) bool

IsCode returns true when this get cluster host status default response a status code equal to that given

func (*GetClusterHostStatusDefault) IsRedirect ¶

func (o *GetClusterHostStatusDefault) IsRedirect() bool

IsRedirect returns true when this get cluster host status default response has a 3xx status code

func (*GetClusterHostStatusDefault) IsServerError ¶

func (o *GetClusterHostStatusDefault) IsServerError() bool

IsServerError returns true when this get cluster host status default response has a 5xx status code

func (*GetClusterHostStatusDefault) IsSuccess ¶

func (o *GetClusterHostStatusDefault) IsSuccess() bool

IsSuccess returns true when this get cluster host status default response has a 2xx status code

func (*GetClusterHostStatusDefault) String ¶

func (o *GetClusterHostStatusDefault) String() string

type GetClusterHostStatusOK ¶

type GetClusterHostStatusOK struct {
	Payload *models.GetClusterHostStatusResponse
}

GetClusterHostStatusOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetClusterHostStatusOK ¶

func NewGetClusterHostStatusOK() *GetClusterHostStatusOK

NewGetClusterHostStatusOK creates a GetClusterHostStatusOK with default headers values

func (*GetClusterHostStatusOK) Code ¶

func (o *GetClusterHostStatusOK) Code() int

Code gets the status code for the get cluster host status o k response

func (*GetClusterHostStatusOK) Error ¶

func (o *GetClusterHostStatusOK) Error() string

func (*GetClusterHostStatusOK) GetPayload ¶

func (*GetClusterHostStatusOK) IsClientError ¶

func (o *GetClusterHostStatusOK) IsClientError() bool

IsClientError returns true when this get cluster host status o k response has a 4xx status code

func (*GetClusterHostStatusOK) IsCode ¶

func (o *GetClusterHostStatusOK) IsCode(code int) bool

IsCode returns true when this get cluster host status o k response a status code equal to that given

func (*GetClusterHostStatusOK) IsRedirect ¶

func (o *GetClusterHostStatusOK) IsRedirect() bool

IsRedirect returns true when this get cluster host status o k response has a 3xx status code

func (*GetClusterHostStatusOK) IsServerError ¶

func (o *GetClusterHostStatusOK) IsServerError() bool

IsServerError returns true when this get cluster host status o k response has a 5xx status code

func (*GetClusterHostStatusOK) IsSuccess ¶

func (o *GetClusterHostStatusOK) IsSuccess() bool

IsSuccess returns true when this get cluster host status o k response has a 2xx status code

func (*GetClusterHostStatusOK) String ¶

func (o *GetClusterHostStatusOK) String() string

type GetClusterHostStatusParams ¶

type GetClusterHostStatusParams struct {

	// Input.
	Input *models.GetClusterHostStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClusterHostStatusParams contains all the parameters to send to the API endpoint

for the get cluster host status operation.

Typically these are written to a http.Request.

func NewGetClusterHostStatusParams ¶

func NewGetClusterHostStatusParams() *GetClusterHostStatusParams

NewGetClusterHostStatusParams creates a new GetClusterHostStatusParams 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 NewGetClusterHostStatusParamsWithContext ¶

func NewGetClusterHostStatusParamsWithContext(ctx context.Context) *GetClusterHostStatusParams

NewGetClusterHostStatusParamsWithContext creates a new GetClusterHostStatusParams object with the ability to set a context for a request.

func NewGetClusterHostStatusParamsWithHTTPClient ¶

func NewGetClusterHostStatusParamsWithHTTPClient(client *http.Client) *GetClusterHostStatusParams

NewGetClusterHostStatusParamsWithHTTPClient creates a new GetClusterHostStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterHostStatusParamsWithTimeout ¶

func NewGetClusterHostStatusParamsWithTimeout(timeout time.Duration) *GetClusterHostStatusParams

NewGetClusterHostStatusParamsWithTimeout creates a new GetClusterHostStatusParams object with the ability to set a timeout on a request.

func (*GetClusterHostStatusParams) SetContext ¶

func (o *GetClusterHostStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster host status params

func (*GetClusterHostStatusParams) SetDefaults ¶

func (o *GetClusterHostStatusParams) SetDefaults()

SetDefaults hydrates default values in the get cluster host status params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterHostStatusParams) SetHTTPClient ¶

func (o *GetClusterHostStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cluster host status params

func (*GetClusterHostStatusParams) SetInput ¶

SetInput adds the input to the get cluster host status params

func (*GetClusterHostStatusParams) SetTimeout ¶

func (o *GetClusterHostStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cluster host status params

func (*GetClusterHostStatusParams) WithContext ¶

WithContext adds the context to the get cluster host status params

func (*GetClusterHostStatusParams) WithDefaults ¶

WithDefaults hydrates default values in the get cluster host status params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterHostStatusParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get cluster host status params

func (*GetClusterHostStatusParams) WithInput ¶

WithInput adds the input to the get cluster host status params

func (*GetClusterHostStatusParams) WithTimeout ¶

WithTimeout adds the timeout to the get cluster host status params

func (*GetClusterHostStatusParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetClusterHostStatusReader ¶

type GetClusterHostStatusReader struct {
	// contains filtered or unexported fields
}

GetClusterHostStatusReader is a Reader for the GetClusterHostStatus structure.

func (*GetClusterHostStatusReader) ReadResponse ¶

func (o *GetClusterHostStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClusterServiceStatusDefault ¶

type GetClusterServiceStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetClusterServiceStatusDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetClusterServiceStatusDefault ¶

func NewGetClusterServiceStatusDefault(code int) *GetClusterServiceStatusDefault

NewGetClusterServiceStatusDefault creates a GetClusterServiceStatusDefault with default headers values

func (*GetClusterServiceStatusDefault) Code ¶

Code gets the status code for the get cluster service status default response

func (*GetClusterServiceStatusDefault) Error ¶

func (*GetClusterServiceStatusDefault) GetPayload ¶

func (o *GetClusterServiceStatusDefault) GetPayload() *models.Error

func (*GetClusterServiceStatusDefault) IsClientError ¶

func (o *GetClusterServiceStatusDefault) IsClientError() bool

IsClientError returns true when this get cluster service status default response has a 4xx status code

func (*GetClusterServiceStatusDefault) IsCode ¶

func (o *GetClusterServiceStatusDefault) IsCode(code int) bool

IsCode returns true when this get cluster service status default response a status code equal to that given

func (*GetClusterServiceStatusDefault) IsRedirect ¶

func (o *GetClusterServiceStatusDefault) IsRedirect() bool

IsRedirect returns true when this get cluster service status default response has a 3xx status code

func (*GetClusterServiceStatusDefault) IsServerError ¶

func (o *GetClusterServiceStatusDefault) IsServerError() bool

IsServerError returns true when this get cluster service status default response has a 5xx status code

func (*GetClusterServiceStatusDefault) IsSuccess ¶

func (o *GetClusterServiceStatusDefault) IsSuccess() bool

IsSuccess returns true when this get cluster service status default response has a 2xx status code

func (*GetClusterServiceStatusDefault) String ¶

type GetClusterServiceStatusOK ¶

type GetClusterServiceStatusOK struct {
	Payload *models.GetClusterServiceStatusResponse
}

GetClusterServiceStatusOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetClusterServiceStatusOK ¶

func NewGetClusterServiceStatusOK() *GetClusterServiceStatusOK

NewGetClusterServiceStatusOK creates a GetClusterServiceStatusOK with default headers values

func (*GetClusterServiceStatusOK) Code ¶

func (o *GetClusterServiceStatusOK) Code() int

Code gets the status code for the get cluster service status o k response

func (*GetClusterServiceStatusOK) Error ¶

func (o *GetClusterServiceStatusOK) Error() string

func (*GetClusterServiceStatusOK) GetPayload ¶

func (*GetClusterServiceStatusOK) IsClientError ¶

func (o *GetClusterServiceStatusOK) IsClientError() bool

IsClientError returns true when this get cluster service status o k response has a 4xx status code

func (*GetClusterServiceStatusOK) IsCode ¶

func (o *GetClusterServiceStatusOK) IsCode(code int) bool

IsCode returns true when this get cluster service status o k response a status code equal to that given

func (*GetClusterServiceStatusOK) IsRedirect ¶

func (o *GetClusterServiceStatusOK) IsRedirect() bool

IsRedirect returns true when this get cluster service status o k response has a 3xx status code

func (*GetClusterServiceStatusOK) IsServerError ¶

func (o *GetClusterServiceStatusOK) IsServerError() bool

IsServerError returns true when this get cluster service status o k response has a 5xx status code

func (*GetClusterServiceStatusOK) IsSuccess ¶

func (o *GetClusterServiceStatusOK) IsSuccess() bool

IsSuccess returns true when this get cluster service status o k response has a 2xx status code

func (*GetClusterServiceStatusOK) String ¶

func (o *GetClusterServiceStatusOK) String() string

type GetClusterServiceStatusParams ¶

type GetClusterServiceStatusParams struct {

	// Input.
	Input *models.GetClusterServiceStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClusterServiceStatusParams contains all the parameters to send to the API endpoint

for the get cluster service status operation.

Typically these are written to a http.Request.

func NewGetClusterServiceStatusParams ¶

func NewGetClusterServiceStatusParams() *GetClusterServiceStatusParams

NewGetClusterServiceStatusParams creates a new GetClusterServiceStatusParams 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 NewGetClusterServiceStatusParamsWithContext ¶

func NewGetClusterServiceStatusParamsWithContext(ctx context.Context) *GetClusterServiceStatusParams

NewGetClusterServiceStatusParamsWithContext creates a new GetClusterServiceStatusParams object with the ability to set a context for a request.

func NewGetClusterServiceStatusParamsWithHTTPClient ¶

func NewGetClusterServiceStatusParamsWithHTTPClient(client *http.Client) *GetClusterServiceStatusParams

NewGetClusterServiceStatusParamsWithHTTPClient creates a new GetClusterServiceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterServiceStatusParamsWithTimeout ¶

func NewGetClusterServiceStatusParamsWithTimeout(timeout time.Duration) *GetClusterServiceStatusParams

NewGetClusterServiceStatusParamsWithTimeout creates a new GetClusterServiceStatusParams object with the ability to set a timeout on a request.

func (*GetClusterServiceStatusParams) SetContext ¶

func (o *GetClusterServiceStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster service status params

func (*GetClusterServiceStatusParams) SetDefaults ¶

func (o *GetClusterServiceStatusParams) SetDefaults()

SetDefaults hydrates default values in the get cluster service status params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterServiceStatusParams) SetHTTPClient ¶

func (o *GetClusterServiceStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cluster service status params

func (*GetClusterServiceStatusParams) SetInput ¶

SetInput adds the input to the get cluster service status params

func (*GetClusterServiceStatusParams) SetTimeout ¶

func (o *GetClusterServiceStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cluster service status params

func (*GetClusterServiceStatusParams) WithContext ¶

WithContext adds the context to the get cluster service status params

func (*GetClusterServiceStatusParams) WithDefaults ¶

WithDefaults hydrates default values in the get cluster service status params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterServiceStatusParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get cluster service status params

func (*GetClusterServiceStatusParams) WithInput ¶

WithInput adds the input to the get cluster service status params

func (*GetClusterServiceStatusParams) WithTimeout ¶

WithTimeout adds the timeout to the get cluster service status params

func (*GetClusterServiceStatusParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetClusterServiceStatusReader ¶

type GetClusterServiceStatusReader struct {
	// contains filtered or unexported fields
}

GetClusterServiceStatusReader is a Reader for the GetClusterServiceStatus structure.

func (*GetClusterServiceStatusReader) ReadResponse ¶

func (o *GetClusterServiceStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCmRolesDefault ¶

type GetCmRolesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetCmRolesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetCmRolesDefault ¶

func NewGetCmRolesDefault(code int) *GetCmRolesDefault

NewGetCmRolesDefault creates a GetCmRolesDefault with default headers values

func (*GetCmRolesDefault) Code ¶

func (o *GetCmRolesDefault) Code() int

Code gets the status code for the get cm roles default response

func (*GetCmRolesDefault) Error ¶

func (o *GetCmRolesDefault) Error() string

func (*GetCmRolesDefault) GetPayload ¶

func (o *GetCmRolesDefault) GetPayload() *models.Error

func (*GetCmRolesDefault) IsClientError ¶

func (o *GetCmRolesDefault) IsClientError() bool

IsClientError returns true when this get cm roles default response has a 4xx status code

func (*GetCmRolesDefault) IsCode ¶

func (o *GetCmRolesDefault) IsCode(code int) bool

IsCode returns true when this get cm roles default response a status code equal to that given

func (*GetCmRolesDefault) IsRedirect ¶

func (o *GetCmRolesDefault) IsRedirect() bool

IsRedirect returns true when this get cm roles default response has a 3xx status code

func (*GetCmRolesDefault) IsServerError ¶

func (o *GetCmRolesDefault) IsServerError() bool

IsServerError returns true when this get cm roles default response has a 5xx status code

func (*GetCmRolesDefault) IsSuccess ¶

func (o *GetCmRolesDefault) IsSuccess() bool

IsSuccess returns true when this get cm roles default response has a 2xx status code

func (*GetCmRolesDefault) String ¶

func (o *GetCmRolesDefault) String() string

type GetCmRolesOK ¶

type GetCmRolesOK struct {
	Payload *models.GetCmRolesResponse
}

GetCmRolesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetCmRolesOK ¶

func NewGetCmRolesOK() *GetCmRolesOK

NewGetCmRolesOK creates a GetCmRolesOK with default headers values

func (*GetCmRolesOK) Code ¶

func (o *GetCmRolesOK) Code() int

Code gets the status code for the get cm roles o k response

func (*GetCmRolesOK) Error ¶

func (o *GetCmRolesOK) Error() string

func (*GetCmRolesOK) GetPayload ¶

func (o *GetCmRolesOK) GetPayload() *models.GetCmRolesResponse

func (*GetCmRolesOK) IsClientError ¶

func (o *GetCmRolesOK) IsClientError() bool

IsClientError returns true when this get cm roles o k response has a 4xx status code

func (*GetCmRolesOK) IsCode ¶

func (o *GetCmRolesOK) IsCode(code int) bool

IsCode returns true when this get cm roles o k response a status code equal to that given

func (*GetCmRolesOK) IsRedirect ¶

func (o *GetCmRolesOK) IsRedirect() bool

IsRedirect returns true when this get cm roles o k response has a 3xx status code

func (*GetCmRolesOK) IsServerError ¶

func (o *GetCmRolesOK) IsServerError() bool

IsServerError returns true when this get cm roles o k response has a 5xx status code

func (*GetCmRolesOK) IsSuccess ¶

func (o *GetCmRolesOK) IsSuccess() bool

IsSuccess returns true when this get cm roles o k response has a 2xx status code

func (*GetCmRolesOK) String ¶

func (o *GetCmRolesOK) String() string

type GetCmRolesParams ¶

type GetCmRolesParams struct {

	// Input.
	Input *models.GetCmRolesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCmRolesParams contains all the parameters to send to the API endpoint

for the get cm roles operation.

Typically these are written to a http.Request.

func NewGetCmRolesParams ¶

func NewGetCmRolesParams() *GetCmRolesParams

NewGetCmRolesParams creates a new GetCmRolesParams 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 NewGetCmRolesParamsWithContext ¶

func NewGetCmRolesParamsWithContext(ctx context.Context) *GetCmRolesParams

NewGetCmRolesParamsWithContext creates a new GetCmRolesParams object with the ability to set a context for a request.

func NewGetCmRolesParamsWithHTTPClient ¶

func NewGetCmRolesParamsWithHTTPClient(client *http.Client) *GetCmRolesParams

NewGetCmRolesParamsWithHTTPClient creates a new GetCmRolesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCmRolesParamsWithTimeout ¶

func NewGetCmRolesParamsWithTimeout(timeout time.Duration) *GetCmRolesParams

NewGetCmRolesParamsWithTimeout creates a new GetCmRolesParams object with the ability to set a timeout on a request.

func (*GetCmRolesParams) SetContext ¶

func (o *GetCmRolesParams) SetContext(ctx context.Context)

SetContext adds the context to the get cm roles params

func (*GetCmRolesParams) SetDefaults ¶

func (o *GetCmRolesParams) SetDefaults()

SetDefaults hydrates default values in the get cm roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetCmRolesParams) SetHTTPClient ¶

func (o *GetCmRolesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cm roles params

func (*GetCmRolesParams) SetInput ¶

func (o *GetCmRolesParams) SetInput(input *models.GetCmRolesRequest)

SetInput adds the input to the get cm roles params

func (*GetCmRolesParams) SetTimeout ¶

func (o *GetCmRolesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cm roles params

func (*GetCmRolesParams) WithContext ¶

func (o *GetCmRolesParams) WithContext(ctx context.Context) *GetCmRolesParams

WithContext adds the context to the get cm roles params

func (*GetCmRolesParams) WithDefaults ¶

func (o *GetCmRolesParams) WithDefaults() *GetCmRolesParams

WithDefaults hydrates default values in the get cm roles params (not the query body).

All values with no default are reset to their zero value.

func (*GetCmRolesParams) WithHTTPClient ¶

func (o *GetCmRolesParams) WithHTTPClient(client *http.Client) *GetCmRolesParams

WithHTTPClient adds the HTTPClient to the get cm roles params

func (*GetCmRolesParams) WithInput ¶

WithInput adds the input to the get cm roles params

func (*GetCmRolesParams) WithTimeout ¶

func (o *GetCmRolesParams) WithTimeout(timeout time.Duration) *GetCmRolesParams

WithTimeout adds the timeout to the get cm roles params

func (*GetCmRolesParams) WriteToRequest ¶

func (o *GetCmRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCmRolesReader ¶

type GetCmRolesReader struct {
	// contains filtered or unexported fields
}

GetCmRolesReader is a Reader for the GetCmRoles structure.

func (*GetCmRolesReader) ReadResponse ¶

func (o *GetCmRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDatalakeLogDescriptorsDefault ¶

type GetDatalakeLogDescriptorsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDatalakeLogDescriptorsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetDatalakeLogDescriptorsDefault ¶

func NewGetDatalakeLogDescriptorsDefault(code int) *GetDatalakeLogDescriptorsDefault

NewGetDatalakeLogDescriptorsDefault creates a GetDatalakeLogDescriptorsDefault with default headers values

func (*GetDatalakeLogDescriptorsDefault) Code ¶

Code gets the status code for the get datalake log descriptors default response

func (*GetDatalakeLogDescriptorsDefault) Error ¶

func (*GetDatalakeLogDescriptorsDefault) GetPayload ¶

func (*GetDatalakeLogDescriptorsDefault) IsClientError ¶

func (o *GetDatalakeLogDescriptorsDefault) IsClientError() bool

IsClientError returns true when this get datalake log descriptors default response has a 4xx status code

func (*GetDatalakeLogDescriptorsDefault) IsCode ¶

func (o *GetDatalakeLogDescriptorsDefault) IsCode(code int) bool

IsCode returns true when this get datalake log descriptors default response a status code equal to that given

func (*GetDatalakeLogDescriptorsDefault) IsRedirect ¶

func (o *GetDatalakeLogDescriptorsDefault) IsRedirect() bool

IsRedirect returns true when this get datalake log descriptors default response has a 3xx status code

func (*GetDatalakeLogDescriptorsDefault) IsServerError ¶

func (o *GetDatalakeLogDescriptorsDefault) IsServerError() bool

IsServerError returns true when this get datalake log descriptors default response has a 5xx status code

func (*GetDatalakeLogDescriptorsDefault) IsSuccess ¶

func (o *GetDatalakeLogDescriptorsDefault) IsSuccess() bool

IsSuccess returns true when this get datalake log descriptors default response has a 2xx status code

func (*GetDatalakeLogDescriptorsDefault) String ¶

type GetDatalakeLogDescriptorsOK ¶

type GetDatalakeLogDescriptorsOK struct {
	Payload *models.GetDatalakeLogDescriptorsResponse
}

GetDatalakeLogDescriptorsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetDatalakeLogDescriptorsOK ¶

func NewGetDatalakeLogDescriptorsOK() *GetDatalakeLogDescriptorsOK

NewGetDatalakeLogDescriptorsOK creates a GetDatalakeLogDescriptorsOK with default headers values

func (*GetDatalakeLogDescriptorsOK) Code ¶

func (o *GetDatalakeLogDescriptorsOK) Code() int

Code gets the status code for the get datalake log descriptors o k response

func (*GetDatalakeLogDescriptorsOK) Error ¶

func (*GetDatalakeLogDescriptorsOK) GetPayload ¶

func (*GetDatalakeLogDescriptorsOK) IsClientError ¶

func (o *GetDatalakeLogDescriptorsOK) IsClientError() bool

IsClientError returns true when this get datalake log descriptors o k response has a 4xx status code

func (*GetDatalakeLogDescriptorsOK) IsCode ¶

func (o *GetDatalakeLogDescriptorsOK) IsCode(code int) bool

IsCode returns true when this get datalake log descriptors o k response a status code equal to that given

func (*GetDatalakeLogDescriptorsOK) IsRedirect ¶

func (o *GetDatalakeLogDescriptorsOK) IsRedirect() bool

IsRedirect returns true when this get datalake log descriptors o k response has a 3xx status code

func (*GetDatalakeLogDescriptorsOK) IsServerError ¶

func (o *GetDatalakeLogDescriptorsOK) IsServerError() bool

IsServerError returns true when this get datalake log descriptors o k response has a 5xx status code

func (*GetDatalakeLogDescriptorsOK) IsSuccess ¶

func (o *GetDatalakeLogDescriptorsOK) IsSuccess() bool

IsSuccess returns true when this get datalake log descriptors o k response has a 2xx status code

func (*GetDatalakeLogDescriptorsOK) String ¶

func (o *GetDatalakeLogDescriptorsOK) String() string

type GetDatalakeLogDescriptorsParams ¶

type GetDatalakeLogDescriptorsParams struct {

	// Input.
	Input models.GetDatalakeLogDescriptorsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDatalakeLogDescriptorsParams contains all the parameters to send to the API endpoint

for the get datalake log descriptors operation.

Typically these are written to a http.Request.

func NewGetDatalakeLogDescriptorsParams ¶

func NewGetDatalakeLogDescriptorsParams() *GetDatalakeLogDescriptorsParams

NewGetDatalakeLogDescriptorsParams creates a new GetDatalakeLogDescriptorsParams 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 NewGetDatalakeLogDescriptorsParamsWithContext ¶

func NewGetDatalakeLogDescriptorsParamsWithContext(ctx context.Context) *GetDatalakeLogDescriptorsParams

NewGetDatalakeLogDescriptorsParamsWithContext creates a new GetDatalakeLogDescriptorsParams object with the ability to set a context for a request.

func NewGetDatalakeLogDescriptorsParamsWithHTTPClient ¶

func NewGetDatalakeLogDescriptorsParamsWithHTTPClient(client *http.Client) *GetDatalakeLogDescriptorsParams

NewGetDatalakeLogDescriptorsParamsWithHTTPClient creates a new GetDatalakeLogDescriptorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatalakeLogDescriptorsParamsWithTimeout ¶

func NewGetDatalakeLogDescriptorsParamsWithTimeout(timeout time.Duration) *GetDatalakeLogDescriptorsParams

NewGetDatalakeLogDescriptorsParamsWithTimeout creates a new GetDatalakeLogDescriptorsParams object with the ability to set a timeout on a request.

func (*GetDatalakeLogDescriptorsParams) SetContext ¶

func (o *GetDatalakeLogDescriptorsParams) SetContext(ctx context.Context)

SetContext adds the context to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) SetDefaults ¶

func (o *GetDatalakeLogDescriptorsParams) SetDefaults()

SetDefaults hydrates default values in the get datalake log descriptors params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatalakeLogDescriptorsParams) SetHTTPClient ¶

func (o *GetDatalakeLogDescriptorsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) SetInput ¶

SetInput adds the input to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) SetTimeout ¶

func (o *GetDatalakeLogDescriptorsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) WithContext ¶

WithContext adds the context to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) WithDefaults ¶

WithDefaults hydrates default values in the get datalake log descriptors params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatalakeLogDescriptorsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) WithInput ¶

WithInput adds the input to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) WithTimeout ¶

WithTimeout adds the timeout to the get datalake log descriptors params

func (*GetDatalakeLogDescriptorsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDatalakeLogDescriptorsReader ¶

type GetDatalakeLogDescriptorsReader struct {
	// contains filtered or unexported fields
}

GetDatalakeLogDescriptorsReader is a Reader for the GetDatalakeLogDescriptors structure.

func (*GetDatalakeLogDescriptorsReader) ReadResponse ¶

func (o *GetDatalakeLogDescriptorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDatalakeBackupsDefault ¶

type ListDatalakeBackupsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDatalakeBackupsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDatalakeBackupsDefault ¶

func NewListDatalakeBackupsDefault(code int) *ListDatalakeBackupsDefault

NewListDatalakeBackupsDefault creates a ListDatalakeBackupsDefault with default headers values

func (*ListDatalakeBackupsDefault) Code ¶

func (o *ListDatalakeBackupsDefault) Code() int

Code gets the status code for the list datalake backups default response

func (*ListDatalakeBackupsDefault) Error ¶

func (*ListDatalakeBackupsDefault) GetPayload ¶

func (o *ListDatalakeBackupsDefault) GetPayload() *models.Error

func (*ListDatalakeBackupsDefault) IsClientError ¶

func (o *ListDatalakeBackupsDefault) IsClientError() bool

IsClientError returns true when this list datalake backups default response has a 4xx status code

func (*ListDatalakeBackupsDefault) IsCode ¶

func (o *ListDatalakeBackupsDefault) IsCode(code int) bool

IsCode returns true when this list datalake backups default response a status code equal to that given

func (*ListDatalakeBackupsDefault) IsRedirect ¶

func (o *ListDatalakeBackupsDefault) IsRedirect() bool

IsRedirect returns true when this list datalake backups default response has a 3xx status code

func (*ListDatalakeBackupsDefault) IsServerError ¶

func (o *ListDatalakeBackupsDefault) IsServerError() bool

IsServerError returns true when this list datalake backups default response has a 5xx status code

func (*ListDatalakeBackupsDefault) IsSuccess ¶

func (o *ListDatalakeBackupsDefault) IsSuccess() bool

IsSuccess returns true when this list datalake backups default response has a 2xx status code

func (*ListDatalakeBackupsDefault) String ¶

func (o *ListDatalakeBackupsDefault) String() string

type ListDatalakeBackupsOK ¶

type ListDatalakeBackupsOK struct {
	Payload *models.ListDatalakeBackupsResponse
}

ListDatalakeBackupsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDatalakeBackupsOK ¶

func NewListDatalakeBackupsOK() *ListDatalakeBackupsOK

NewListDatalakeBackupsOK creates a ListDatalakeBackupsOK with default headers values

func (*ListDatalakeBackupsOK) Code ¶

func (o *ListDatalakeBackupsOK) Code() int

Code gets the status code for the list datalake backups o k response

func (*ListDatalakeBackupsOK) Error ¶

func (o *ListDatalakeBackupsOK) Error() string

func (*ListDatalakeBackupsOK) GetPayload ¶

func (*ListDatalakeBackupsOK) IsClientError ¶

func (o *ListDatalakeBackupsOK) IsClientError() bool

IsClientError returns true when this list datalake backups o k response has a 4xx status code

func (*ListDatalakeBackupsOK) IsCode ¶

func (o *ListDatalakeBackupsOK) IsCode(code int) bool

IsCode returns true when this list datalake backups o k response a status code equal to that given

func (*ListDatalakeBackupsOK) IsRedirect ¶

func (o *ListDatalakeBackupsOK) IsRedirect() bool

IsRedirect returns true when this list datalake backups o k response has a 3xx status code

func (*ListDatalakeBackupsOK) IsServerError ¶

func (o *ListDatalakeBackupsOK) IsServerError() bool

IsServerError returns true when this list datalake backups o k response has a 5xx status code

func (*ListDatalakeBackupsOK) IsSuccess ¶

func (o *ListDatalakeBackupsOK) IsSuccess() bool

IsSuccess returns true when this list datalake backups o k response has a 2xx status code

func (*ListDatalakeBackupsOK) String ¶

func (o *ListDatalakeBackupsOK) String() string

type ListDatalakeBackupsParams ¶

type ListDatalakeBackupsParams struct {

	// Input.
	Input *models.ListDatalakeBackupsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDatalakeBackupsParams contains all the parameters to send to the API endpoint

for the list datalake backups operation.

Typically these are written to a http.Request.

func NewListDatalakeBackupsParams ¶

func NewListDatalakeBackupsParams() *ListDatalakeBackupsParams

NewListDatalakeBackupsParams creates a new ListDatalakeBackupsParams 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 NewListDatalakeBackupsParamsWithContext ¶

func NewListDatalakeBackupsParamsWithContext(ctx context.Context) *ListDatalakeBackupsParams

NewListDatalakeBackupsParamsWithContext creates a new ListDatalakeBackupsParams object with the ability to set a context for a request.

func NewListDatalakeBackupsParamsWithHTTPClient ¶

func NewListDatalakeBackupsParamsWithHTTPClient(client *http.Client) *ListDatalakeBackupsParams

NewListDatalakeBackupsParamsWithHTTPClient creates a new ListDatalakeBackupsParams object with the ability to set a custom HTTPClient for a request.

func NewListDatalakeBackupsParamsWithTimeout ¶

func NewListDatalakeBackupsParamsWithTimeout(timeout time.Duration) *ListDatalakeBackupsParams

NewListDatalakeBackupsParamsWithTimeout creates a new ListDatalakeBackupsParams object with the ability to set a timeout on a request.

func (*ListDatalakeBackupsParams) SetContext ¶

func (o *ListDatalakeBackupsParams) SetContext(ctx context.Context)

SetContext adds the context to the list datalake backups params

func (*ListDatalakeBackupsParams) SetDefaults ¶

func (o *ListDatalakeBackupsParams) SetDefaults()

SetDefaults hydrates default values in the list datalake backups params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakeBackupsParams) SetHTTPClient ¶

func (o *ListDatalakeBackupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list datalake backups params

func (*ListDatalakeBackupsParams) SetInput ¶

SetInput adds the input to the list datalake backups params

func (*ListDatalakeBackupsParams) SetTimeout ¶

func (o *ListDatalakeBackupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list datalake backups params

func (*ListDatalakeBackupsParams) WithContext ¶

WithContext adds the context to the list datalake backups params

func (*ListDatalakeBackupsParams) WithDefaults ¶

WithDefaults hydrates default values in the list datalake backups params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakeBackupsParams) WithHTTPClient ¶

func (o *ListDatalakeBackupsParams) WithHTTPClient(client *http.Client) *ListDatalakeBackupsParams

WithHTTPClient adds the HTTPClient to the list datalake backups params

func (*ListDatalakeBackupsParams) WithInput ¶

WithInput adds the input to the list datalake backups params

func (*ListDatalakeBackupsParams) WithTimeout ¶

WithTimeout adds the timeout to the list datalake backups params

func (*ListDatalakeBackupsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListDatalakeBackupsReader ¶

type ListDatalakeBackupsReader struct {
	// contains filtered or unexported fields
}

ListDatalakeBackupsReader is a Reader for the ListDatalakeBackups structure.

func (*ListDatalakeBackupsReader) ReadResponse ¶

func (o *ListDatalakeBackupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDatalakeDiagnosticsDefault ¶

type ListDatalakeDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDatalakeDiagnosticsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDatalakeDiagnosticsDefault ¶

func NewListDatalakeDiagnosticsDefault(code int) *ListDatalakeDiagnosticsDefault

NewListDatalakeDiagnosticsDefault creates a ListDatalakeDiagnosticsDefault with default headers values

func (*ListDatalakeDiagnosticsDefault) Code ¶

Code gets the status code for the list datalake diagnostics default response

func (*ListDatalakeDiagnosticsDefault) Error ¶

func (*ListDatalakeDiagnosticsDefault) GetPayload ¶

func (o *ListDatalakeDiagnosticsDefault) GetPayload() *models.Error

func (*ListDatalakeDiagnosticsDefault) IsClientError ¶

func (o *ListDatalakeDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this list datalake diagnostics default response has a 4xx status code

func (*ListDatalakeDiagnosticsDefault) IsCode ¶

func (o *ListDatalakeDiagnosticsDefault) IsCode(code int) bool

IsCode returns true when this list datalake diagnostics default response a status code equal to that given

func (*ListDatalakeDiagnosticsDefault) IsRedirect ¶

func (o *ListDatalakeDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this list datalake diagnostics default response has a 3xx status code

func (*ListDatalakeDiagnosticsDefault) IsServerError ¶

func (o *ListDatalakeDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this list datalake diagnostics default response has a 5xx status code

func (*ListDatalakeDiagnosticsDefault) IsSuccess ¶

func (o *ListDatalakeDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this list datalake diagnostics default response has a 2xx status code

func (*ListDatalakeDiagnosticsDefault) String ¶

type ListDatalakeDiagnosticsOK ¶

type ListDatalakeDiagnosticsOK struct {
	Payload *models.ListDatalakeDiagnosticsResponse
}

ListDatalakeDiagnosticsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDatalakeDiagnosticsOK ¶

func NewListDatalakeDiagnosticsOK() *ListDatalakeDiagnosticsOK

NewListDatalakeDiagnosticsOK creates a ListDatalakeDiagnosticsOK with default headers values

func (*ListDatalakeDiagnosticsOK) Code ¶

func (o *ListDatalakeDiagnosticsOK) Code() int

Code gets the status code for the list datalake diagnostics o k response

func (*ListDatalakeDiagnosticsOK) Error ¶

func (o *ListDatalakeDiagnosticsOK) Error() string

func (*ListDatalakeDiagnosticsOK) GetPayload ¶

func (*ListDatalakeDiagnosticsOK) IsClientError ¶

func (o *ListDatalakeDiagnosticsOK) IsClientError() bool

IsClientError returns true when this list datalake diagnostics o k response has a 4xx status code

func (*ListDatalakeDiagnosticsOK) IsCode ¶

func (o *ListDatalakeDiagnosticsOK) IsCode(code int) bool

IsCode returns true when this list datalake diagnostics o k response a status code equal to that given

func (*ListDatalakeDiagnosticsOK) IsRedirect ¶

func (o *ListDatalakeDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this list datalake diagnostics o k response has a 3xx status code

func (*ListDatalakeDiagnosticsOK) IsServerError ¶

func (o *ListDatalakeDiagnosticsOK) IsServerError() bool

IsServerError returns true when this list datalake diagnostics o k response has a 5xx status code

func (*ListDatalakeDiagnosticsOK) IsSuccess ¶

func (o *ListDatalakeDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this list datalake diagnostics o k response has a 2xx status code

func (*ListDatalakeDiagnosticsOK) String ¶

func (o *ListDatalakeDiagnosticsOK) String() string

type ListDatalakeDiagnosticsParams ¶

type ListDatalakeDiagnosticsParams struct {

	// Input.
	Input *models.ListDatalakeDiagnosticsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDatalakeDiagnosticsParams contains all the parameters to send to the API endpoint

for the list datalake diagnostics operation.

Typically these are written to a http.Request.

func NewListDatalakeDiagnosticsParams ¶

func NewListDatalakeDiagnosticsParams() *ListDatalakeDiagnosticsParams

NewListDatalakeDiagnosticsParams creates a new ListDatalakeDiagnosticsParams 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 NewListDatalakeDiagnosticsParamsWithContext ¶

func NewListDatalakeDiagnosticsParamsWithContext(ctx context.Context) *ListDatalakeDiagnosticsParams

NewListDatalakeDiagnosticsParamsWithContext creates a new ListDatalakeDiagnosticsParams object with the ability to set a context for a request.

func NewListDatalakeDiagnosticsParamsWithHTTPClient ¶

func NewListDatalakeDiagnosticsParamsWithHTTPClient(client *http.Client) *ListDatalakeDiagnosticsParams

NewListDatalakeDiagnosticsParamsWithHTTPClient creates a new ListDatalakeDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewListDatalakeDiagnosticsParamsWithTimeout ¶

func NewListDatalakeDiagnosticsParamsWithTimeout(timeout time.Duration) *ListDatalakeDiagnosticsParams

NewListDatalakeDiagnosticsParamsWithTimeout creates a new ListDatalakeDiagnosticsParams object with the ability to set a timeout on a request.

func (*ListDatalakeDiagnosticsParams) SetContext ¶

func (o *ListDatalakeDiagnosticsParams) SetContext(ctx context.Context)

SetContext adds the context to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) SetDefaults ¶

func (o *ListDatalakeDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the list datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakeDiagnosticsParams) SetHTTPClient ¶

func (o *ListDatalakeDiagnosticsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) SetInput ¶

SetInput adds the input to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) SetTimeout ¶

func (o *ListDatalakeDiagnosticsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) WithContext ¶

WithContext adds the context to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) WithDefaults ¶

WithDefaults hydrates default values in the list datalake diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakeDiagnosticsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) WithInput ¶

WithInput adds the input to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) WithTimeout ¶

WithTimeout adds the timeout to the list datalake diagnostics params

func (*ListDatalakeDiagnosticsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListDatalakeDiagnosticsReader ¶

type ListDatalakeDiagnosticsReader struct {
	// contains filtered or unexported fields
}

ListDatalakeDiagnosticsReader is a Reader for the ListDatalakeDiagnostics structure.

func (*ListDatalakeDiagnosticsReader) ReadResponse ¶

func (o *ListDatalakeDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDatalakesDefault ¶

type ListDatalakesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDatalakesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDatalakesDefault ¶

func NewListDatalakesDefault(code int) *ListDatalakesDefault

NewListDatalakesDefault creates a ListDatalakesDefault with default headers values

func (*ListDatalakesDefault) Code ¶

func (o *ListDatalakesDefault) Code() int

Code gets the status code for the list datalakes default response

func (*ListDatalakesDefault) Error ¶

func (o *ListDatalakesDefault) Error() string

func (*ListDatalakesDefault) GetPayload ¶

func (o *ListDatalakesDefault) GetPayload() *models.Error

func (*ListDatalakesDefault) IsClientError ¶

func (o *ListDatalakesDefault) IsClientError() bool

IsClientError returns true when this list datalakes default response has a 4xx status code

func (*ListDatalakesDefault) IsCode ¶

func (o *ListDatalakesDefault) IsCode(code int) bool

IsCode returns true when this list datalakes default response a status code equal to that given

func (*ListDatalakesDefault) IsRedirect ¶

func (o *ListDatalakesDefault) IsRedirect() bool

IsRedirect returns true when this list datalakes default response has a 3xx status code

func (*ListDatalakesDefault) IsServerError ¶

func (o *ListDatalakesDefault) IsServerError() bool

IsServerError returns true when this list datalakes default response has a 5xx status code

func (*ListDatalakesDefault) IsSuccess ¶

func (o *ListDatalakesDefault) IsSuccess() bool

IsSuccess returns true when this list datalakes default response has a 2xx status code

func (*ListDatalakesDefault) String ¶

func (o *ListDatalakesDefault) String() string

type ListDatalakesOK ¶

type ListDatalakesOK struct {
	Payload *models.ListDatalakesResponse
}

ListDatalakesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDatalakesOK ¶

func NewListDatalakesOK() *ListDatalakesOK

NewListDatalakesOK creates a ListDatalakesOK with default headers values

func (*ListDatalakesOK) Code ¶

func (o *ListDatalakesOK) Code() int

Code gets the status code for the list datalakes o k response

func (*ListDatalakesOK) Error ¶

func (o *ListDatalakesOK) Error() string

func (*ListDatalakesOK) GetPayload ¶

func (o *ListDatalakesOK) GetPayload() *models.ListDatalakesResponse

func (*ListDatalakesOK) IsClientError ¶

func (o *ListDatalakesOK) IsClientError() bool

IsClientError returns true when this list datalakes o k response has a 4xx status code

func (*ListDatalakesOK) IsCode ¶

func (o *ListDatalakesOK) IsCode(code int) bool

IsCode returns true when this list datalakes o k response a status code equal to that given

func (*ListDatalakesOK) IsRedirect ¶

func (o *ListDatalakesOK) IsRedirect() bool

IsRedirect returns true when this list datalakes o k response has a 3xx status code

func (*ListDatalakesOK) IsServerError ¶

func (o *ListDatalakesOK) IsServerError() bool

IsServerError returns true when this list datalakes o k response has a 5xx status code

func (*ListDatalakesOK) IsSuccess ¶

func (o *ListDatalakesOK) IsSuccess() bool

IsSuccess returns true when this list datalakes o k response has a 2xx status code

func (*ListDatalakesOK) String ¶

func (o *ListDatalakesOK) String() string

type ListDatalakesParams ¶

type ListDatalakesParams struct {

	// Input.
	Input *models.ListDatalakesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDatalakesParams contains all the parameters to send to the API endpoint

for the list datalakes operation.

Typically these are written to a http.Request.

func NewListDatalakesParams ¶

func NewListDatalakesParams() *ListDatalakesParams

NewListDatalakesParams creates a new ListDatalakesParams 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 NewListDatalakesParamsWithContext ¶

func NewListDatalakesParamsWithContext(ctx context.Context) *ListDatalakesParams

NewListDatalakesParamsWithContext creates a new ListDatalakesParams object with the ability to set a context for a request.

func NewListDatalakesParamsWithHTTPClient ¶

func NewListDatalakesParamsWithHTTPClient(client *http.Client) *ListDatalakesParams

NewListDatalakesParamsWithHTTPClient creates a new ListDatalakesParams object with the ability to set a custom HTTPClient for a request.

func NewListDatalakesParamsWithTimeout ¶

func NewListDatalakesParamsWithTimeout(timeout time.Duration) *ListDatalakesParams

NewListDatalakesParamsWithTimeout creates a new ListDatalakesParams object with the ability to set a timeout on a request.

func (*ListDatalakesParams) SetContext ¶

func (o *ListDatalakesParams) SetContext(ctx context.Context)

SetContext adds the context to the list datalakes params

func (*ListDatalakesParams) SetDefaults ¶

func (o *ListDatalakesParams) SetDefaults()

SetDefaults hydrates default values in the list datalakes params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakesParams) SetHTTPClient ¶

func (o *ListDatalakesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list datalakes params

func (*ListDatalakesParams) SetInput ¶

func (o *ListDatalakesParams) SetInput(input *models.ListDatalakesRequest)

SetInput adds the input to the list datalakes params

func (*ListDatalakesParams) SetTimeout ¶

func (o *ListDatalakesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list datalakes params

func (*ListDatalakesParams) WithContext ¶

WithContext adds the context to the list datalakes params

func (*ListDatalakesParams) WithDefaults ¶

func (o *ListDatalakesParams) WithDefaults() *ListDatalakesParams

WithDefaults hydrates default values in the list datalakes params (not the query body).

All values with no default are reset to their zero value.

func (*ListDatalakesParams) WithHTTPClient ¶

func (o *ListDatalakesParams) WithHTTPClient(client *http.Client) *ListDatalakesParams

WithHTTPClient adds the HTTPClient to the list datalakes params

func (*ListDatalakesParams) WithInput ¶

WithInput adds the input to the list datalakes params

func (*ListDatalakesParams) WithTimeout ¶

func (o *ListDatalakesParams) WithTimeout(timeout time.Duration) *ListDatalakesParams

WithTimeout adds the timeout to the list datalakes params

func (*ListDatalakesParams) WriteToRequest ¶

func (o *ListDatalakesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDatalakesReader ¶

type ListDatalakesReader struct {
	// contains filtered or unexported fields
}

ListDatalakesReader is a Reader for the ListDatalakes structure.

func (*ListDatalakesReader) ReadResponse ¶

func (o *ListDatalakesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListRuntimesDefault ¶

type ListRuntimesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListRuntimesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListRuntimesDefault ¶

func NewListRuntimesDefault(code int) *ListRuntimesDefault

NewListRuntimesDefault creates a ListRuntimesDefault with default headers values

func (*ListRuntimesDefault) Code ¶

func (o *ListRuntimesDefault) Code() int

Code gets the status code for the list runtimes default response

func (*ListRuntimesDefault) Error ¶

func (o *ListRuntimesDefault) Error() string

func (*ListRuntimesDefault) GetPayload ¶

func (o *ListRuntimesDefault) GetPayload() *models.Error

func (*ListRuntimesDefault) IsClientError ¶

func (o *ListRuntimesDefault) IsClientError() bool

IsClientError returns true when this list runtimes default response has a 4xx status code

func (*ListRuntimesDefault) IsCode ¶

func (o *ListRuntimesDefault) IsCode(code int) bool

IsCode returns true when this list runtimes default response a status code equal to that given

func (*ListRuntimesDefault) IsRedirect ¶

func (o *ListRuntimesDefault) IsRedirect() bool

IsRedirect returns true when this list runtimes default response has a 3xx status code

func (*ListRuntimesDefault) IsServerError ¶

func (o *ListRuntimesDefault) IsServerError() bool

IsServerError returns true when this list runtimes default response has a 5xx status code

func (*ListRuntimesDefault) IsSuccess ¶

func (o *ListRuntimesDefault) IsSuccess() bool

IsSuccess returns true when this list runtimes default response has a 2xx status code

func (*ListRuntimesDefault) String ¶

func (o *ListRuntimesDefault) String() string

type ListRuntimesOK ¶

type ListRuntimesOK struct {
	Payload *models.ListRuntimesResponse
}

ListRuntimesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListRuntimesOK ¶

func NewListRuntimesOK() *ListRuntimesOK

NewListRuntimesOK creates a ListRuntimesOK with default headers values

func (*ListRuntimesOK) Code ¶

func (o *ListRuntimesOK) Code() int

Code gets the status code for the list runtimes o k response

func (*ListRuntimesOK) Error ¶

func (o *ListRuntimesOK) Error() string

func (*ListRuntimesOK) GetPayload ¶

func (o *ListRuntimesOK) GetPayload() *models.ListRuntimesResponse

func (*ListRuntimesOK) IsClientError ¶

func (o *ListRuntimesOK) IsClientError() bool

IsClientError returns true when this list runtimes o k response has a 4xx status code

func (*ListRuntimesOK) IsCode ¶

func (o *ListRuntimesOK) IsCode(code int) bool

IsCode returns true when this list runtimes o k response a status code equal to that given

func (*ListRuntimesOK) IsRedirect ¶

func (o *ListRuntimesOK) IsRedirect() bool

IsRedirect returns true when this list runtimes o k response has a 3xx status code

func (*ListRuntimesOK) IsServerError ¶

func (o *ListRuntimesOK) IsServerError() bool

IsServerError returns true when this list runtimes o k response has a 5xx status code

func (*ListRuntimesOK) IsSuccess ¶

func (o *ListRuntimesOK) IsSuccess() bool

IsSuccess returns true when this list runtimes o k response has a 2xx status code

func (*ListRuntimesOK) String ¶

func (o *ListRuntimesOK) String() string

type ListRuntimesParams ¶

type ListRuntimesParams struct {

	// Input.
	Input models.ListRuntimesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListRuntimesParams contains all the parameters to send to the API endpoint

for the list runtimes operation.

Typically these are written to a http.Request.

func NewListRuntimesParams ¶

func NewListRuntimesParams() *ListRuntimesParams

NewListRuntimesParams creates a new ListRuntimesParams 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 NewListRuntimesParamsWithContext ¶

func NewListRuntimesParamsWithContext(ctx context.Context) *ListRuntimesParams

NewListRuntimesParamsWithContext creates a new ListRuntimesParams object with the ability to set a context for a request.

func NewListRuntimesParamsWithHTTPClient ¶

func NewListRuntimesParamsWithHTTPClient(client *http.Client) *ListRuntimesParams

NewListRuntimesParamsWithHTTPClient creates a new ListRuntimesParams object with the ability to set a custom HTTPClient for a request.

func NewListRuntimesParamsWithTimeout ¶

func NewListRuntimesParamsWithTimeout(timeout time.Duration) *ListRuntimesParams

NewListRuntimesParamsWithTimeout creates a new ListRuntimesParams object with the ability to set a timeout on a request.

func (*ListRuntimesParams) SetContext ¶

func (o *ListRuntimesParams) SetContext(ctx context.Context)

SetContext adds the context to the list runtimes params

func (*ListRuntimesParams) SetDefaults ¶

func (o *ListRuntimesParams) SetDefaults()

SetDefaults hydrates default values in the list runtimes params (not the query body).

All values with no default are reset to their zero value.

func (*ListRuntimesParams) SetHTTPClient ¶

func (o *ListRuntimesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list runtimes params

func (*ListRuntimesParams) SetInput ¶

func (o *ListRuntimesParams) SetInput(input models.ListRuntimesRequest)

SetInput adds the input to the list runtimes params

func (*ListRuntimesParams) SetTimeout ¶

func (o *ListRuntimesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list runtimes params

func (*ListRuntimesParams) WithContext ¶

WithContext adds the context to the list runtimes params

func (*ListRuntimesParams) WithDefaults ¶

func (o *ListRuntimesParams) WithDefaults() *ListRuntimesParams

WithDefaults hydrates default values in the list runtimes params (not the query body).

All values with no default are reset to their zero value.

func (*ListRuntimesParams) WithHTTPClient ¶

func (o *ListRuntimesParams) WithHTTPClient(client *http.Client) *ListRuntimesParams

WithHTTPClient adds the HTTPClient to the list runtimes params

func (*ListRuntimesParams) WithInput ¶

WithInput adds the input to the list runtimes params

func (*ListRuntimesParams) WithTimeout ¶

func (o *ListRuntimesParams) WithTimeout(timeout time.Duration) *ListRuntimesParams

WithTimeout adds the timeout to the list runtimes params

func (*ListRuntimesParams) WriteToRequest ¶

func (o *ListRuntimesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListRuntimesReader ¶

type ListRuntimesReader struct {
	// contains filtered or unexported fields
}

ListRuntimesReader is a Reader for the ListRuntimes structure.

func (*ListRuntimesReader) ReadResponse ¶

func (o *ListRuntimesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PrepareDatalakeUpgradeDefault ¶

type PrepareDatalakeUpgradeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PrepareDatalakeUpgradeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewPrepareDatalakeUpgradeDefault ¶

func NewPrepareDatalakeUpgradeDefault(code int) *PrepareDatalakeUpgradeDefault

NewPrepareDatalakeUpgradeDefault creates a PrepareDatalakeUpgradeDefault with default headers values

func (*PrepareDatalakeUpgradeDefault) Code ¶

Code gets the status code for the prepare datalake upgrade default response

func (*PrepareDatalakeUpgradeDefault) Error ¶

func (*PrepareDatalakeUpgradeDefault) GetPayload ¶

func (o *PrepareDatalakeUpgradeDefault) GetPayload() *models.Error

func (*PrepareDatalakeUpgradeDefault) IsClientError ¶

func (o *PrepareDatalakeUpgradeDefault) IsClientError() bool

IsClientError returns true when this prepare datalake upgrade default response has a 4xx status code

func (*PrepareDatalakeUpgradeDefault) IsCode ¶

func (o *PrepareDatalakeUpgradeDefault) IsCode(code int) bool

IsCode returns true when this prepare datalake upgrade default response a status code equal to that given

func (*PrepareDatalakeUpgradeDefault) IsRedirect ¶

func (o *PrepareDatalakeUpgradeDefault) IsRedirect() bool

IsRedirect returns true when this prepare datalake upgrade default response has a 3xx status code

func (*PrepareDatalakeUpgradeDefault) IsServerError ¶

func (o *PrepareDatalakeUpgradeDefault) IsServerError() bool

IsServerError returns true when this prepare datalake upgrade default response has a 5xx status code

func (*PrepareDatalakeUpgradeDefault) IsSuccess ¶

func (o *PrepareDatalakeUpgradeDefault) IsSuccess() bool

IsSuccess returns true when this prepare datalake upgrade default response has a 2xx status code

func (*PrepareDatalakeUpgradeDefault) String ¶

type PrepareDatalakeUpgradeOK ¶

type PrepareDatalakeUpgradeOK struct {
	Payload *models.PrepareDatalakeUpgradeResponse
}

PrepareDatalakeUpgradeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewPrepareDatalakeUpgradeOK ¶

func NewPrepareDatalakeUpgradeOK() *PrepareDatalakeUpgradeOK

NewPrepareDatalakeUpgradeOK creates a PrepareDatalakeUpgradeOK with default headers values

func (*PrepareDatalakeUpgradeOK) Code ¶

func (o *PrepareDatalakeUpgradeOK) Code() int

Code gets the status code for the prepare datalake upgrade o k response

func (*PrepareDatalakeUpgradeOK) Error ¶

func (o *PrepareDatalakeUpgradeOK) Error() string

func (*PrepareDatalakeUpgradeOK) GetPayload ¶

func (*PrepareDatalakeUpgradeOK) IsClientError ¶

func (o *PrepareDatalakeUpgradeOK) IsClientError() bool

IsClientError returns true when this prepare datalake upgrade o k response has a 4xx status code

func (*PrepareDatalakeUpgradeOK) IsCode ¶

func (o *PrepareDatalakeUpgradeOK) IsCode(code int) bool

IsCode returns true when this prepare datalake upgrade o k response a status code equal to that given

func (*PrepareDatalakeUpgradeOK) IsRedirect ¶

func (o *PrepareDatalakeUpgradeOK) IsRedirect() bool

IsRedirect returns true when this prepare datalake upgrade o k response has a 3xx status code

func (*PrepareDatalakeUpgradeOK) IsServerError ¶

func (o *PrepareDatalakeUpgradeOK) IsServerError() bool

IsServerError returns true when this prepare datalake upgrade o k response has a 5xx status code

func (*PrepareDatalakeUpgradeOK) IsSuccess ¶

func (o *PrepareDatalakeUpgradeOK) IsSuccess() bool

IsSuccess returns true when this prepare datalake upgrade o k response has a 2xx status code

func (*PrepareDatalakeUpgradeOK) String ¶

func (o *PrepareDatalakeUpgradeOK) String() string

type PrepareDatalakeUpgradeParams ¶

type PrepareDatalakeUpgradeParams struct {

	// Input.
	Input *models.PrepareDatalakeUpgradeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PrepareDatalakeUpgradeParams contains all the parameters to send to the API endpoint

for the prepare datalake upgrade operation.

Typically these are written to a http.Request.

func NewPrepareDatalakeUpgradeParams ¶

func NewPrepareDatalakeUpgradeParams() *PrepareDatalakeUpgradeParams

NewPrepareDatalakeUpgradeParams creates a new PrepareDatalakeUpgradeParams 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 NewPrepareDatalakeUpgradeParamsWithContext ¶

func NewPrepareDatalakeUpgradeParamsWithContext(ctx context.Context) *PrepareDatalakeUpgradeParams

NewPrepareDatalakeUpgradeParamsWithContext creates a new PrepareDatalakeUpgradeParams object with the ability to set a context for a request.

func NewPrepareDatalakeUpgradeParamsWithHTTPClient ¶

func NewPrepareDatalakeUpgradeParamsWithHTTPClient(client *http.Client) *PrepareDatalakeUpgradeParams

NewPrepareDatalakeUpgradeParamsWithHTTPClient creates a new PrepareDatalakeUpgradeParams object with the ability to set a custom HTTPClient for a request.

func NewPrepareDatalakeUpgradeParamsWithTimeout ¶

func NewPrepareDatalakeUpgradeParamsWithTimeout(timeout time.Duration) *PrepareDatalakeUpgradeParams

NewPrepareDatalakeUpgradeParamsWithTimeout creates a new PrepareDatalakeUpgradeParams object with the ability to set a timeout on a request.

func (*PrepareDatalakeUpgradeParams) SetContext ¶

func (o *PrepareDatalakeUpgradeParams) SetContext(ctx context.Context)

SetContext adds the context to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) SetDefaults ¶

func (o *PrepareDatalakeUpgradeParams) SetDefaults()

SetDefaults hydrates default values in the prepare datalake upgrade params (not the query body).

All values with no default are reset to their zero value.

func (*PrepareDatalakeUpgradeParams) SetHTTPClient ¶

func (o *PrepareDatalakeUpgradeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) SetInput ¶

SetInput adds the input to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) SetTimeout ¶

func (o *PrepareDatalakeUpgradeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) WithContext ¶

WithContext adds the context to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) WithDefaults ¶

WithDefaults hydrates default values in the prepare datalake upgrade params (not the query body).

All values with no default are reset to their zero value.

func (*PrepareDatalakeUpgradeParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) WithInput ¶

WithInput adds the input to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) WithTimeout ¶

WithTimeout adds the timeout to the prepare datalake upgrade params

func (*PrepareDatalakeUpgradeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PrepareDatalakeUpgradeReader ¶

type PrepareDatalakeUpgradeReader struct {
	// contains filtered or unexported fields
}

PrepareDatalakeUpgradeReader is a Reader for the PrepareDatalakeUpgrade structure.

func (*PrepareDatalakeUpgradeReader) ReadResponse ¶

func (o *PrepareDatalakeUpgradeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RecoverDatalakeDefault ¶

type RecoverDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RecoverDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRecoverDatalakeDefault ¶

func NewRecoverDatalakeDefault(code int) *RecoverDatalakeDefault

NewRecoverDatalakeDefault creates a RecoverDatalakeDefault with default headers values

func (*RecoverDatalakeDefault) Code ¶

func (o *RecoverDatalakeDefault) Code() int

Code gets the status code for the recover datalake default response

func (*RecoverDatalakeDefault) Error ¶

func (o *RecoverDatalakeDefault) Error() string

func (*RecoverDatalakeDefault) GetPayload ¶

func (o *RecoverDatalakeDefault) GetPayload() *models.Error

func (*RecoverDatalakeDefault) IsClientError ¶

func (o *RecoverDatalakeDefault) IsClientError() bool

IsClientError returns true when this recover datalake default response has a 4xx status code

func (*RecoverDatalakeDefault) IsCode ¶

func (o *RecoverDatalakeDefault) IsCode(code int) bool

IsCode returns true when this recover datalake default response a status code equal to that given

func (*RecoverDatalakeDefault) IsRedirect ¶

func (o *RecoverDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this recover datalake default response has a 3xx status code

func (*RecoverDatalakeDefault) IsServerError ¶

func (o *RecoverDatalakeDefault) IsServerError() bool

IsServerError returns true when this recover datalake default response has a 5xx status code

func (*RecoverDatalakeDefault) IsSuccess ¶

func (o *RecoverDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this recover datalake default response has a 2xx status code

func (*RecoverDatalakeDefault) String ¶

func (o *RecoverDatalakeDefault) String() string

type RecoverDatalakeOK ¶

type RecoverDatalakeOK struct {
	Payload models.RecoverDatalakeResponse
}

RecoverDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid recover data lake request.

func NewRecoverDatalakeOK ¶

func NewRecoverDatalakeOK() *RecoverDatalakeOK

NewRecoverDatalakeOK creates a RecoverDatalakeOK with default headers values

func (*RecoverDatalakeOK) Code ¶

func (o *RecoverDatalakeOK) Code() int

Code gets the status code for the recover datalake o k response

func (*RecoverDatalakeOK) Error ¶

func (o *RecoverDatalakeOK) Error() string

func (*RecoverDatalakeOK) GetPayload ¶

func (*RecoverDatalakeOK) IsClientError ¶

func (o *RecoverDatalakeOK) IsClientError() bool

IsClientError returns true when this recover datalake o k response has a 4xx status code

func (*RecoverDatalakeOK) IsCode ¶

func (o *RecoverDatalakeOK) IsCode(code int) bool

IsCode returns true when this recover datalake o k response a status code equal to that given

func (*RecoverDatalakeOK) IsRedirect ¶

func (o *RecoverDatalakeOK) IsRedirect() bool

IsRedirect returns true when this recover datalake o k response has a 3xx status code

func (*RecoverDatalakeOK) IsServerError ¶

func (o *RecoverDatalakeOK) IsServerError() bool

IsServerError returns true when this recover datalake o k response has a 5xx status code

func (*RecoverDatalakeOK) IsSuccess ¶

func (o *RecoverDatalakeOK) IsSuccess() bool

IsSuccess returns true when this recover datalake o k response has a 2xx status code

func (*RecoverDatalakeOK) String ¶

func (o *RecoverDatalakeOK) String() string

type RecoverDatalakeParams ¶

type RecoverDatalakeParams struct {

	// Input.
	Input *models.RecoverDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RecoverDatalakeParams contains all the parameters to send to the API endpoint

for the recover datalake operation.

Typically these are written to a http.Request.

func NewRecoverDatalakeParams ¶

func NewRecoverDatalakeParams() *RecoverDatalakeParams

NewRecoverDatalakeParams creates a new RecoverDatalakeParams 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 NewRecoverDatalakeParamsWithContext ¶

func NewRecoverDatalakeParamsWithContext(ctx context.Context) *RecoverDatalakeParams

NewRecoverDatalakeParamsWithContext creates a new RecoverDatalakeParams object with the ability to set a context for a request.

func NewRecoverDatalakeParamsWithHTTPClient ¶

func NewRecoverDatalakeParamsWithHTTPClient(client *http.Client) *RecoverDatalakeParams

NewRecoverDatalakeParamsWithHTTPClient creates a new RecoverDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewRecoverDatalakeParamsWithTimeout ¶

func NewRecoverDatalakeParamsWithTimeout(timeout time.Duration) *RecoverDatalakeParams

NewRecoverDatalakeParamsWithTimeout creates a new RecoverDatalakeParams object with the ability to set a timeout on a request.

func (*RecoverDatalakeParams) SetContext ¶

func (o *RecoverDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the recover datalake params

func (*RecoverDatalakeParams) SetDefaults ¶

func (o *RecoverDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the recover datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RecoverDatalakeParams) SetHTTPClient ¶

func (o *RecoverDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the recover datalake params

func (*RecoverDatalakeParams) SetInput ¶

SetInput adds the input to the recover datalake params

func (*RecoverDatalakeParams) SetTimeout ¶

func (o *RecoverDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the recover datalake params

func (*RecoverDatalakeParams) WithContext ¶

WithContext adds the context to the recover datalake params

func (*RecoverDatalakeParams) WithDefaults ¶

func (o *RecoverDatalakeParams) WithDefaults() *RecoverDatalakeParams

WithDefaults hydrates default values in the recover datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RecoverDatalakeParams) WithHTTPClient ¶

func (o *RecoverDatalakeParams) WithHTTPClient(client *http.Client) *RecoverDatalakeParams

WithHTTPClient adds the HTTPClient to the recover datalake params

func (*RecoverDatalakeParams) WithInput ¶

WithInput adds the input to the recover datalake params

func (*RecoverDatalakeParams) WithTimeout ¶

func (o *RecoverDatalakeParams) WithTimeout(timeout time.Duration) *RecoverDatalakeParams

WithTimeout adds the timeout to the recover datalake params

func (*RecoverDatalakeParams) WriteToRequest ¶

func (o *RecoverDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RecoverDatalakeReader ¶

type RecoverDatalakeReader struct {
	// contains filtered or unexported fields
}

RecoverDatalakeReader is a Reader for the RecoverDatalake structure.

func (*RecoverDatalakeReader) ReadResponse ¶

func (o *RecoverDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RenewCertificateDefault ¶

type RenewCertificateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RenewCertificateDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRenewCertificateDefault ¶

func NewRenewCertificateDefault(code int) *RenewCertificateDefault

NewRenewCertificateDefault creates a RenewCertificateDefault with default headers values

func (*RenewCertificateDefault) Code ¶

func (o *RenewCertificateDefault) Code() int

Code gets the status code for the renew certificate default response

func (*RenewCertificateDefault) Error ¶

func (o *RenewCertificateDefault) Error() string

func (*RenewCertificateDefault) GetPayload ¶

func (o *RenewCertificateDefault) GetPayload() *models.Error

func (*RenewCertificateDefault) IsClientError ¶

func (o *RenewCertificateDefault) IsClientError() bool

IsClientError returns true when this renew certificate default response has a 4xx status code

func (*RenewCertificateDefault) IsCode ¶

func (o *RenewCertificateDefault) IsCode(code int) bool

IsCode returns true when this renew certificate default response a status code equal to that given

func (*RenewCertificateDefault) IsRedirect ¶

func (o *RenewCertificateDefault) IsRedirect() bool

IsRedirect returns true when this renew certificate default response has a 3xx status code

func (*RenewCertificateDefault) IsServerError ¶

func (o *RenewCertificateDefault) IsServerError() bool

IsServerError returns true when this renew certificate default response has a 5xx status code

func (*RenewCertificateDefault) IsSuccess ¶

func (o *RenewCertificateDefault) IsSuccess() bool

IsSuccess returns true when this renew certificate default response has a 2xx status code

func (*RenewCertificateDefault) String ¶

func (o *RenewCertificateDefault) String() string

type RenewCertificateOK ¶

type RenewCertificateOK struct {
	Payload models.RenewCertificateResponse
}

RenewCertificateOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRenewCertificateOK ¶

func NewRenewCertificateOK() *RenewCertificateOK

NewRenewCertificateOK creates a RenewCertificateOK with default headers values

func (*RenewCertificateOK) Code ¶

func (o *RenewCertificateOK) Code() int

Code gets the status code for the renew certificate o k response

func (*RenewCertificateOK) Error ¶

func (o *RenewCertificateOK) Error() string

func (*RenewCertificateOK) GetPayload ¶

func (*RenewCertificateOK) IsClientError ¶

func (o *RenewCertificateOK) IsClientError() bool

IsClientError returns true when this renew certificate o k response has a 4xx status code

func (*RenewCertificateOK) IsCode ¶

func (o *RenewCertificateOK) IsCode(code int) bool

IsCode returns true when this renew certificate o k response a status code equal to that given

func (*RenewCertificateOK) IsRedirect ¶

func (o *RenewCertificateOK) IsRedirect() bool

IsRedirect returns true when this renew certificate o k response has a 3xx status code

func (*RenewCertificateOK) IsServerError ¶

func (o *RenewCertificateOK) IsServerError() bool

IsServerError returns true when this renew certificate o k response has a 5xx status code

func (*RenewCertificateOK) IsSuccess ¶

func (o *RenewCertificateOK) IsSuccess() bool

IsSuccess returns true when this renew certificate o k response has a 2xx status code

func (*RenewCertificateOK) String ¶

func (o *RenewCertificateOK) String() string

type RenewCertificateParams ¶

type RenewCertificateParams struct {

	// Input.
	Input *models.RenewCertificateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RenewCertificateParams contains all the parameters to send to the API endpoint

for the renew certificate operation.

Typically these are written to a http.Request.

func NewRenewCertificateParams ¶

func NewRenewCertificateParams() *RenewCertificateParams

NewRenewCertificateParams creates a new RenewCertificateParams 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 NewRenewCertificateParamsWithContext ¶

func NewRenewCertificateParamsWithContext(ctx context.Context) *RenewCertificateParams

NewRenewCertificateParamsWithContext creates a new RenewCertificateParams object with the ability to set a context for a request.

func NewRenewCertificateParamsWithHTTPClient ¶

func NewRenewCertificateParamsWithHTTPClient(client *http.Client) *RenewCertificateParams

NewRenewCertificateParamsWithHTTPClient creates a new RenewCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewRenewCertificateParamsWithTimeout ¶

func NewRenewCertificateParamsWithTimeout(timeout time.Duration) *RenewCertificateParams

NewRenewCertificateParamsWithTimeout creates a new RenewCertificateParams object with the ability to set a timeout on a request.

func (*RenewCertificateParams) SetContext ¶

func (o *RenewCertificateParams) SetContext(ctx context.Context)

SetContext adds the context to the renew certificate params

func (*RenewCertificateParams) SetDefaults ¶

func (o *RenewCertificateParams) SetDefaults()

SetDefaults hydrates default values in the renew certificate params (not the query body).

All values with no default are reset to their zero value.

func (*RenewCertificateParams) SetHTTPClient ¶

func (o *RenewCertificateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the renew certificate params

func (*RenewCertificateParams) SetInput ¶

SetInput adds the input to the renew certificate params

func (*RenewCertificateParams) SetTimeout ¶

func (o *RenewCertificateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the renew certificate params

func (*RenewCertificateParams) WithContext ¶

WithContext adds the context to the renew certificate params

func (*RenewCertificateParams) WithDefaults ¶

WithDefaults hydrates default values in the renew certificate params (not the query body).

All values with no default are reset to their zero value.

func (*RenewCertificateParams) WithHTTPClient ¶

func (o *RenewCertificateParams) WithHTTPClient(client *http.Client) *RenewCertificateParams

WithHTTPClient adds the HTTPClient to the renew certificate params

func (*RenewCertificateParams) WithInput ¶

WithInput adds the input to the renew certificate params

func (*RenewCertificateParams) WithTimeout ¶

WithTimeout adds the timeout to the renew certificate params

func (*RenewCertificateParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RenewCertificateReader ¶

type RenewCertificateReader struct {
	// contains filtered or unexported fields
}

RenewCertificateReader is a Reader for the RenewCertificate structure.

func (*RenewCertificateReader) ReadResponse ¶

func (o *RenewCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RenewPublicCertificateDefault ¶

type RenewPublicCertificateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RenewPublicCertificateDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRenewPublicCertificateDefault ¶

func NewRenewPublicCertificateDefault(code int) *RenewPublicCertificateDefault

NewRenewPublicCertificateDefault creates a RenewPublicCertificateDefault with default headers values

func (*RenewPublicCertificateDefault) Code ¶

Code gets the status code for the renew public certificate default response

func (*RenewPublicCertificateDefault) Error ¶

func (*RenewPublicCertificateDefault) GetPayload ¶

func (o *RenewPublicCertificateDefault) GetPayload() *models.Error

func (*RenewPublicCertificateDefault) IsClientError ¶

func (o *RenewPublicCertificateDefault) IsClientError() bool

IsClientError returns true when this renew public certificate default response has a 4xx status code

func (*RenewPublicCertificateDefault) IsCode ¶

func (o *RenewPublicCertificateDefault) IsCode(code int) bool

IsCode returns true when this renew public certificate default response a status code equal to that given

func (*RenewPublicCertificateDefault) IsRedirect ¶

func (o *RenewPublicCertificateDefault) IsRedirect() bool

IsRedirect returns true when this renew public certificate default response has a 3xx status code

func (*RenewPublicCertificateDefault) IsServerError ¶

func (o *RenewPublicCertificateDefault) IsServerError() bool

IsServerError returns true when this renew public certificate default response has a 5xx status code

func (*RenewPublicCertificateDefault) IsSuccess ¶

func (o *RenewPublicCertificateDefault) IsSuccess() bool

IsSuccess returns true when this renew public certificate default response has a 2xx status code

func (*RenewPublicCertificateDefault) String ¶

type RenewPublicCertificateOK ¶

type RenewPublicCertificateOK struct {
	Payload models.RenewPublicCertificateResponse
}

RenewPublicCertificateOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRenewPublicCertificateOK ¶

func NewRenewPublicCertificateOK() *RenewPublicCertificateOK

NewRenewPublicCertificateOK creates a RenewPublicCertificateOK with default headers values

func (*RenewPublicCertificateOK) Code ¶

func (o *RenewPublicCertificateOK) Code() int

Code gets the status code for the renew public certificate o k response

func (*RenewPublicCertificateOK) Error ¶

func (o *RenewPublicCertificateOK) Error() string

func (*RenewPublicCertificateOK) GetPayload ¶

func (*RenewPublicCertificateOK) IsClientError ¶

func (o *RenewPublicCertificateOK) IsClientError() bool

IsClientError returns true when this renew public certificate o k response has a 4xx status code

func (*RenewPublicCertificateOK) IsCode ¶

func (o *RenewPublicCertificateOK) IsCode(code int) bool

IsCode returns true when this renew public certificate o k response a status code equal to that given

func (*RenewPublicCertificateOK) IsRedirect ¶

func (o *RenewPublicCertificateOK) IsRedirect() bool

IsRedirect returns true when this renew public certificate o k response has a 3xx status code

func (*RenewPublicCertificateOK) IsServerError ¶

func (o *RenewPublicCertificateOK) IsServerError() bool

IsServerError returns true when this renew public certificate o k response has a 5xx status code

func (*RenewPublicCertificateOK) IsSuccess ¶

func (o *RenewPublicCertificateOK) IsSuccess() bool

IsSuccess returns true when this renew public certificate o k response has a 2xx status code

func (*RenewPublicCertificateOK) String ¶

func (o *RenewPublicCertificateOK) String() string

type RenewPublicCertificateParams ¶

type RenewPublicCertificateParams struct {

	// Input.
	Input *models.RenewPublicCertificateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RenewPublicCertificateParams contains all the parameters to send to the API endpoint

for the renew public certificate operation.

Typically these are written to a http.Request.

func NewRenewPublicCertificateParams ¶

func NewRenewPublicCertificateParams() *RenewPublicCertificateParams

NewRenewPublicCertificateParams creates a new RenewPublicCertificateParams 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 NewRenewPublicCertificateParamsWithContext ¶

func NewRenewPublicCertificateParamsWithContext(ctx context.Context) *RenewPublicCertificateParams

NewRenewPublicCertificateParamsWithContext creates a new RenewPublicCertificateParams object with the ability to set a context for a request.

func NewRenewPublicCertificateParamsWithHTTPClient ¶

func NewRenewPublicCertificateParamsWithHTTPClient(client *http.Client) *RenewPublicCertificateParams

NewRenewPublicCertificateParamsWithHTTPClient creates a new RenewPublicCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewRenewPublicCertificateParamsWithTimeout ¶

func NewRenewPublicCertificateParamsWithTimeout(timeout time.Duration) *RenewPublicCertificateParams

NewRenewPublicCertificateParamsWithTimeout creates a new RenewPublicCertificateParams object with the ability to set a timeout on a request.

func (*RenewPublicCertificateParams) SetContext ¶

func (o *RenewPublicCertificateParams) SetContext(ctx context.Context)

SetContext adds the context to the renew public certificate params

func (*RenewPublicCertificateParams) SetDefaults ¶

func (o *RenewPublicCertificateParams) SetDefaults()

SetDefaults hydrates default values in the renew public certificate params (not the query body).

All values with no default are reset to their zero value.

func (*RenewPublicCertificateParams) SetHTTPClient ¶

func (o *RenewPublicCertificateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the renew public certificate params

func (*RenewPublicCertificateParams) SetInput ¶

SetInput adds the input to the renew public certificate params

func (*RenewPublicCertificateParams) SetTimeout ¶

func (o *RenewPublicCertificateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the renew public certificate params

func (*RenewPublicCertificateParams) WithContext ¶

WithContext adds the context to the renew public certificate params

func (*RenewPublicCertificateParams) WithDefaults ¶

WithDefaults hydrates default values in the renew public certificate params (not the query body).

All values with no default are reset to their zero value.

func (*RenewPublicCertificateParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the renew public certificate params

func (*RenewPublicCertificateParams) WithInput ¶

WithInput adds the input to the renew public certificate params

func (*RenewPublicCertificateParams) WithTimeout ¶

WithTimeout adds the timeout to the renew public certificate params

func (*RenewPublicCertificateParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RenewPublicCertificateReader ¶

type RenewPublicCertificateReader struct {
	// contains filtered or unexported fields
}

RenewPublicCertificateReader is a Reader for the RenewPublicCertificate structure.

func (*RenewPublicCertificateReader) ReadResponse ¶

func (o *RenewPublicCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RepairDatalakeDefault ¶

type RepairDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RepairDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRepairDatalakeDefault ¶

func NewRepairDatalakeDefault(code int) *RepairDatalakeDefault

NewRepairDatalakeDefault creates a RepairDatalakeDefault with default headers values

func (*RepairDatalakeDefault) Code ¶

func (o *RepairDatalakeDefault) Code() int

Code gets the status code for the repair datalake default response

func (*RepairDatalakeDefault) Error ¶

func (o *RepairDatalakeDefault) Error() string

func (*RepairDatalakeDefault) GetPayload ¶

func (o *RepairDatalakeDefault) GetPayload() *models.Error

func (*RepairDatalakeDefault) IsClientError ¶

func (o *RepairDatalakeDefault) IsClientError() bool

IsClientError returns true when this repair datalake default response has a 4xx status code

func (*RepairDatalakeDefault) IsCode ¶

func (o *RepairDatalakeDefault) IsCode(code int) bool

IsCode returns true when this repair datalake default response a status code equal to that given

func (*RepairDatalakeDefault) IsRedirect ¶

func (o *RepairDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this repair datalake default response has a 3xx status code

func (*RepairDatalakeDefault) IsServerError ¶

func (o *RepairDatalakeDefault) IsServerError() bool

IsServerError returns true when this repair datalake default response has a 5xx status code

func (*RepairDatalakeDefault) IsSuccess ¶

func (o *RepairDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this repair datalake default response has a 2xx status code

func (*RepairDatalakeDefault) String ¶

func (o *RepairDatalakeDefault) String() string

type RepairDatalakeOK ¶

type RepairDatalakeOK struct {
	Payload models.RepairDatalakeResponse
}

RepairDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRepairDatalakeOK ¶

func NewRepairDatalakeOK() *RepairDatalakeOK

NewRepairDatalakeOK creates a RepairDatalakeOK with default headers values

func (*RepairDatalakeOK) Code ¶

func (o *RepairDatalakeOK) Code() int

Code gets the status code for the repair datalake o k response

func (*RepairDatalakeOK) Error ¶

func (o *RepairDatalakeOK) Error() string

func (*RepairDatalakeOK) GetPayload ¶

func (*RepairDatalakeOK) IsClientError ¶

func (o *RepairDatalakeOK) IsClientError() bool

IsClientError returns true when this repair datalake o k response has a 4xx status code

func (*RepairDatalakeOK) IsCode ¶

func (o *RepairDatalakeOK) IsCode(code int) bool

IsCode returns true when this repair datalake o k response a status code equal to that given

func (*RepairDatalakeOK) IsRedirect ¶

func (o *RepairDatalakeOK) IsRedirect() bool

IsRedirect returns true when this repair datalake o k response has a 3xx status code

func (*RepairDatalakeOK) IsServerError ¶

func (o *RepairDatalakeOK) IsServerError() bool

IsServerError returns true when this repair datalake o k response has a 5xx status code

func (*RepairDatalakeOK) IsSuccess ¶

func (o *RepairDatalakeOK) IsSuccess() bool

IsSuccess returns true when this repair datalake o k response has a 2xx status code

func (*RepairDatalakeOK) String ¶

func (o *RepairDatalakeOK) String() string

type RepairDatalakeParams ¶

type RepairDatalakeParams struct {

	// Input.
	Input *models.RepairDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RepairDatalakeParams contains all the parameters to send to the API endpoint

for the repair datalake operation.

Typically these are written to a http.Request.

func NewRepairDatalakeParams ¶

func NewRepairDatalakeParams() *RepairDatalakeParams

NewRepairDatalakeParams creates a new RepairDatalakeParams 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 NewRepairDatalakeParamsWithContext ¶

func NewRepairDatalakeParamsWithContext(ctx context.Context) *RepairDatalakeParams

NewRepairDatalakeParamsWithContext creates a new RepairDatalakeParams object with the ability to set a context for a request.

func NewRepairDatalakeParamsWithHTTPClient ¶

func NewRepairDatalakeParamsWithHTTPClient(client *http.Client) *RepairDatalakeParams

NewRepairDatalakeParamsWithHTTPClient creates a new RepairDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewRepairDatalakeParamsWithTimeout ¶

func NewRepairDatalakeParamsWithTimeout(timeout time.Duration) *RepairDatalakeParams

NewRepairDatalakeParamsWithTimeout creates a new RepairDatalakeParams object with the ability to set a timeout on a request.

func (*RepairDatalakeParams) SetContext ¶

func (o *RepairDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the repair datalake params

func (*RepairDatalakeParams) SetDefaults ¶

func (o *RepairDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the repair datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RepairDatalakeParams) SetHTTPClient ¶

func (o *RepairDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the repair datalake params

func (*RepairDatalakeParams) SetInput ¶

SetInput adds the input to the repair datalake params

func (*RepairDatalakeParams) SetTimeout ¶

func (o *RepairDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the repair datalake params

func (*RepairDatalakeParams) WithContext ¶

WithContext adds the context to the repair datalake params

func (*RepairDatalakeParams) WithDefaults ¶

func (o *RepairDatalakeParams) WithDefaults() *RepairDatalakeParams

WithDefaults hydrates default values in the repair datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RepairDatalakeParams) WithHTTPClient ¶

func (o *RepairDatalakeParams) WithHTTPClient(client *http.Client) *RepairDatalakeParams

WithHTTPClient adds the HTTPClient to the repair datalake params

func (*RepairDatalakeParams) WithInput ¶

WithInput adds the input to the repair datalake params

func (*RepairDatalakeParams) WithTimeout ¶

func (o *RepairDatalakeParams) WithTimeout(timeout time.Duration) *RepairDatalakeParams

WithTimeout adds the timeout to the repair datalake params

func (*RepairDatalakeParams) WriteToRequest ¶

func (o *RepairDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RepairDatalakeReader ¶

type RepairDatalakeReader struct {
	// contains filtered or unexported fields
}

RepairDatalakeReader is a Reader for the RepairDatalake structure.

func (*RepairDatalakeReader) ReadResponse ¶

func (o *RepairDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReplaceRecipesDefault ¶

type ReplaceRecipesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ReplaceRecipesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewReplaceRecipesDefault ¶

func NewReplaceRecipesDefault(code int) *ReplaceRecipesDefault

NewReplaceRecipesDefault creates a ReplaceRecipesDefault with default headers values

func (*ReplaceRecipesDefault) Code ¶

func (o *ReplaceRecipesDefault) Code() int

Code gets the status code for the replace recipes default response

func (*ReplaceRecipesDefault) Error ¶

func (o *ReplaceRecipesDefault) Error() string

func (*ReplaceRecipesDefault) GetPayload ¶

func (o *ReplaceRecipesDefault) GetPayload() *models.Error

func (*ReplaceRecipesDefault) IsClientError ¶

func (o *ReplaceRecipesDefault) IsClientError() bool

IsClientError returns true when this replace recipes default response has a 4xx status code

func (*ReplaceRecipesDefault) IsCode ¶

func (o *ReplaceRecipesDefault) IsCode(code int) bool

IsCode returns true when this replace recipes default response a status code equal to that given

func (*ReplaceRecipesDefault) IsRedirect ¶

func (o *ReplaceRecipesDefault) IsRedirect() bool

IsRedirect returns true when this replace recipes default response has a 3xx status code

func (*ReplaceRecipesDefault) IsServerError ¶

func (o *ReplaceRecipesDefault) IsServerError() bool

IsServerError returns true when this replace recipes default response has a 5xx status code

func (*ReplaceRecipesDefault) IsSuccess ¶

func (o *ReplaceRecipesDefault) IsSuccess() bool

IsSuccess returns true when this replace recipes default response has a 2xx status code

func (*ReplaceRecipesDefault) String ¶

func (o *ReplaceRecipesDefault) String() string

type ReplaceRecipesOK ¶

type ReplaceRecipesOK struct {
	Payload *models.ReplaceRecipesResponse
}

ReplaceRecipesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewReplaceRecipesOK ¶

func NewReplaceRecipesOK() *ReplaceRecipesOK

NewReplaceRecipesOK creates a ReplaceRecipesOK with default headers values

func (*ReplaceRecipesOK) Code ¶

func (o *ReplaceRecipesOK) Code() int

Code gets the status code for the replace recipes o k response

func (*ReplaceRecipesOK) Error ¶

func (o *ReplaceRecipesOK) Error() string

func (*ReplaceRecipesOK) GetPayload ¶

func (*ReplaceRecipesOK) IsClientError ¶

func (o *ReplaceRecipesOK) IsClientError() bool

IsClientError returns true when this replace recipes o k response has a 4xx status code

func (*ReplaceRecipesOK) IsCode ¶

func (o *ReplaceRecipesOK) IsCode(code int) bool

IsCode returns true when this replace recipes o k response a status code equal to that given

func (*ReplaceRecipesOK) IsRedirect ¶

func (o *ReplaceRecipesOK) IsRedirect() bool

IsRedirect returns true when this replace recipes o k response has a 3xx status code

func (*ReplaceRecipesOK) IsServerError ¶

func (o *ReplaceRecipesOK) IsServerError() bool

IsServerError returns true when this replace recipes o k response has a 5xx status code

func (*ReplaceRecipesOK) IsSuccess ¶

func (o *ReplaceRecipesOK) IsSuccess() bool

IsSuccess returns true when this replace recipes o k response has a 2xx status code

func (*ReplaceRecipesOK) String ¶

func (o *ReplaceRecipesOK) String() string

type ReplaceRecipesParams ¶

type ReplaceRecipesParams struct {

	// Input.
	Input *models.ReplaceRecipesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReplaceRecipesParams contains all the parameters to send to the API endpoint

for the replace recipes operation.

Typically these are written to a http.Request.

func NewReplaceRecipesParams ¶

func NewReplaceRecipesParams() *ReplaceRecipesParams

NewReplaceRecipesParams creates a new ReplaceRecipesParams 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 NewReplaceRecipesParamsWithContext ¶

func NewReplaceRecipesParamsWithContext(ctx context.Context) *ReplaceRecipesParams

NewReplaceRecipesParamsWithContext creates a new ReplaceRecipesParams object with the ability to set a context for a request.

func NewReplaceRecipesParamsWithHTTPClient ¶

func NewReplaceRecipesParamsWithHTTPClient(client *http.Client) *ReplaceRecipesParams

NewReplaceRecipesParamsWithHTTPClient creates a new ReplaceRecipesParams object with the ability to set a custom HTTPClient for a request.

func NewReplaceRecipesParamsWithTimeout ¶

func NewReplaceRecipesParamsWithTimeout(timeout time.Duration) *ReplaceRecipesParams

NewReplaceRecipesParamsWithTimeout creates a new ReplaceRecipesParams object with the ability to set a timeout on a request.

func (*ReplaceRecipesParams) SetContext ¶

func (o *ReplaceRecipesParams) SetContext(ctx context.Context)

SetContext adds the context to the replace recipes params

func (*ReplaceRecipesParams) SetDefaults ¶

func (o *ReplaceRecipesParams) SetDefaults()

SetDefaults hydrates default values in the replace recipes params (not the query body).

All values with no default are reset to their zero value.

func (*ReplaceRecipesParams) SetHTTPClient ¶

func (o *ReplaceRecipesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the replace recipes params

func (*ReplaceRecipesParams) SetInput ¶

SetInput adds the input to the replace recipes params

func (*ReplaceRecipesParams) SetTimeout ¶

func (o *ReplaceRecipesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the replace recipes params

func (*ReplaceRecipesParams) WithContext ¶

WithContext adds the context to the replace recipes params

func (*ReplaceRecipesParams) WithDefaults ¶

func (o *ReplaceRecipesParams) WithDefaults() *ReplaceRecipesParams

WithDefaults hydrates default values in the replace recipes params (not the query body).

All values with no default are reset to their zero value.

func (*ReplaceRecipesParams) WithHTTPClient ¶

func (o *ReplaceRecipesParams) WithHTTPClient(client *http.Client) *ReplaceRecipesParams

WithHTTPClient adds the HTTPClient to the replace recipes params

func (*ReplaceRecipesParams) WithInput ¶

WithInput adds the input to the replace recipes params

func (*ReplaceRecipesParams) WithTimeout ¶

func (o *ReplaceRecipesParams) WithTimeout(timeout time.Duration) *ReplaceRecipesParams

WithTimeout adds the timeout to the replace recipes params

func (*ReplaceRecipesParams) WriteToRequest ¶

func (o *ReplaceRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReplaceRecipesReader ¶

type ReplaceRecipesReader struct {
	// contains filtered or unexported fields
}

ReplaceRecipesReader is a Reader for the ReplaceRecipes structure.

func (*ReplaceRecipesReader) ReadResponse ¶

func (o *ReplaceRecipesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResizeDatalakeDefault ¶

type ResizeDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ResizeDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewResizeDatalakeDefault ¶

func NewResizeDatalakeDefault(code int) *ResizeDatalakeDefault

NewResizeDatalakeDefault creates a ResizeDatalakeDefault with default headers values

func (*ResizeDatalakeDefault) Code ¶

func (o *ResizeDatalakeDefault) Code() int

Code gets the status code for the resize datalake default response

func (*ResizeDatalakeDefault) Error ¶

func (o *ResizeDatalakeDefault) Error() string

func (*ResizeDatalakeDefault) GetPayload ¶

func (o *ResizeDatalakeDefault) GetPayload() *models.Error

func (*ResizeDatalakeDefault) IsClientError ¶

func (o *ResizeDatalakeDefault) IsClientError() bool

IsClientError returns true when this resize datalake default response has a 4xx status code

func (*ResizeDatalakeDefault) IsCode ¶

func (o *ResizeDatalakeDefault) IsCode(code int) bool

IsCode returns true when this resize datalake default response a status code equal to that given

func (*ResizeDatalakeDefault) IsRedirect ¶

func (o *ResizeDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this resize datalake default response has a 3xx status code

func (*ResizeDatalakeDefault) IsServerError ¶

func (o *ResizeDatalakeDefault) IsServerError() bool

IsServerError returns true when this resize datalake default response has a 5xx status code

func (*ResizeDatalakeDefault) IsSuccess ¶

func (o *ResizeDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this resize datalake default response has a 2xx status code

func (*ResizeDatalakeDefault) String ¶

func (o *ResizeDatalakeDefault) String() string

type ResizeDatalakeOK ¶

type ResizeDatalakeOK struct {
	Payload *models.ResizeDatalakeResponse
}

ResizeDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid resize datalake request.

func NewResizeDatalakeOK ¶

func NewResizeDatalakeOK() *ResizeDatalakeOK

NewResizeDatalakeOK creates a ResizeDatalakeOK with default headers values

func (*ResizeDatalakeOK) Code ¶

func (o *ResizeDatalakeOK) Code() int

Code gets the status code for the resize datalake o k response

func (*ResizeDatalakeOK) Error ¶

func (o *ResizeDatalakeOK) Error() string

func (*ResizeDatalakeOK) GetPayload ¶

func (*ResizeDatalakeOK) IsClientError ¶

func (o *ResizeDatalakeOK) IsClientError() bool

IsClientError returns true when this resize datalake o k response has a 4xx status code

func (*ResizeDatalakeOK) IsCode ¶

func (o *ResizeDatalakeOK) IsCode(code int) bool

IsCode returns true when this resize datalake o k response a status code equal to that given

func (*ResizeDatalakeOK) IsRedirect ¶

func (o *ResizeDatalakeOK) IsRedirect() bool

IsRedirect returns true when this resize datalake o k response has a 3xx status code

func (*ResizeDatalakeOK) IsServerError ¶

func (o *ResizeDatalakeOK) IsServerError() bool

IsServerError returns true when this resize datalake o k response has a 5xx status code

func (*ResizeDatalakeOK) IsSuccess ¶

func (o *ResizeDatalakeOK) IsSuccess() bool

IsSuccess returns true when this resize datalake o k response has a 2xx status code

func (*ResizeDatalakeOK) String ¶

func (o *ResizeDatalakeOK) String() string

type ResizeDatalakeParams ¶

type ResizeDatalakeParams struct {

	// Input.
	Input *models.ResizeDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResizeDatalakeParams contains all the parameters to send to the API endpoint

for the resize datalake operation.

Typically these are written to a http.Request.

func NewResizeDatalakeParams ¶

func NewResizeDatalakeParams() *ResizeDatalakeParams

NewResizeDatalakeParams creates a new ResizeDatalakeParams 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 NewResizeDatalakeParamsWithContext ¶

func NewResizeDatalakeParamsWithContext(ctx context.Context) *ResizeDatalakeParams

NewResizeDatalakeParamsWithContext creates a new ResizeDatalakeParams object with the ability to set a context for a request.

func NewResizeDatalakeParamsWithHTTPClient ¶

func NewResizeDatalakeParamsWithHTTPClient(client *http.Client) *ResizeDatalakeParams

NewResizeDatalakeParamsWithHTTPClient creates a new ResizeDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewResizeDatalakeParamsWithTimeout ¶

func NewResizeDatalakeParamsWithTimeout(timeout time.Duration) *ResizeDatalakeParams

NewResizeDatalakeParamsWithTimeout creates a new ResizeDatalakeParams object with the ability to set a timeout on a request.

func (*ResizeDatalakeParams) SetContext ¶

func (o *ResizeDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the resize datalake params

func (*ResizeDatalakeParams) SetDefaults ¶

func (o *ResizeDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the resize datalake params (not the query body).

All values with no default are reset to their zero value.

func (*ResizeDatalakeParams) SetHTTPClient ¶

func (o *ResizeDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the resize datalake params

func (*ResizeDatalakeParams) SetInput ¶

SetInput adds the input to the resize datalake params

func (*ResizeDatalakeParams) SetTimeout ¶

func (o *ResizeDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the resize datalake params

func (*ResizeDatalakeParams) WithContext ¶

WithContext adds the context to the resize datalake params

func (*ResizeDatalakeParams) WithDefaults ¶

func (o *ResizeDatalakeParams) WithDefaults() *ResizeDatalakeParams

WithDefaults hydrates default values in the resize datalake params (not the query body).

All values with no default are reset to their zero value.

func (*ResizeDatalakeParams) WithHTTPClient ¶

func (o *ResizeDatalakeParams) WithHTTPClient(client *http.Client) *ResizeDatalakeParams

WithHTTPClient adds the HTTPClient to the resize datalake params

func (*ResizeDatalakeParams) WithInput ¶

WithInput adds the input to the resize datalake params

func (*ResizeDatalakeParams) WithTimeout ¶

func (o *ResizeDatalakeParams) WithTimeout(timeout time.Duration) *ResizeDatalakeParams

WithTimeout adds the timeout to the resize datalake params

func (*ResizeDatalakeParams) WriteToRequest ¶

func (o *ResizeDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ResizeDatalakeReader ¶

type ResizeDatalakeReader struct {
	// contains filtered or unexported fields
}

ResizeDatalakeReader is a Reader for the ResizeDatalake structure.

func (*ResizeDatalakeReader) ReadResponse ¶

func (o *ResizeDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreDatalakeDefault ¶

type RestoreDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestoreDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestoreDatalakeDefault ¶

func NewRestoreDatalakeDefault(code int) *RestoreDatalakeDefault

NewRestoreDatalakeDefault creates a RestoreDatalakeDefault with default headers values

func (*RestoreDatalakeDefault) Code ¶

func (o *RestoreDatalakeDefault) Code() int

Code gets the status code for the restore datalake default response

func (*RestoreDatalakeDefault) Error ¶

func (o *RestoreDatalakeDefault) Error() string

func (*RestoreDatalakeDefault) GetPayload ¶

func (o *RestoreDatalakeDefault) GetPayload() *models.Error

func (*RestoreDatalakeDefault) IsClientError ¶

func (o *RestoreDatalakeDefault) IsClientError() bool

IsClientError returns true when this restore datalake default response has a 4xx status code

func (*RestoreDatalakeDefault) IsCode ¶

func (o *RestoreDatalakeDefault) IsCode(code int) bool

IsCode returns true when this restore datalake default response a status code equal to that given

func (*RestoreDatalakeDefault) IsRedirect ¶

func (o *RestoreDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this restore datalake default response has a 3xx status code

func (*RestoreDatalakeDefault) IsServerError ¶

func (o *RestoreDatalakeDefault) IsServerError() bool

IsServerError returns true when this restore datalake default response has a 5xx status code

func (*RestoreDatalakeDefault) IsSuccess ¶

func (o *RestoreDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this restore datalake default response has a 2xx status code

func (*RestoreDatalakeDefault) String ¶

func (o *RestoreDatalakeDefault) String() string

type RestoreDatalakeOK ¶

type RestoreDatalakeOK struct {
	Payload *models.RestoreDatalakeResponse
}

RestoreDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestoreDatalakeOK ¶

func NewRestoreDatalakeOK() *RestoreDatalakeOK

NewRestoreDatalakeOK creates a RestoreDatalakeOK with default headers values

func (*RestoreDatalakeOK) Code ¶

func (o *RestoreDatalakeOK) Code() int

Code gets the status code for the restore datalake o k response

func (*RestoreDatalakeOK) Error ¶

func (o *RestoreDatalakeOK) Error() string

func (*RestoreDatalakeOK) GetPayload ¶

func (*RestoreDatalakeOK) IsClientError ¶

func (o *RestoreDatalakeOK) IsClientError() bool

IsClientError returns true when this restore datalake o k response has a 4xx status code

func (*RestoreDatalakeOK) IsCode ¶

func (o *RestoreDatalakeOK) IsCode(code int) bool

IsCode returns true when this restore datalake o k response a status code equal to that given

func (*RestoreDatalakeOK) IsRedirect ¶

func (o *RestoreDatalakeOK) IsRedirect() bool

IsRedirect returns true when this restore datalake o k response has a 3xx status code

func (*RestoreDatalakeOK) IsServerError ¶

func (o *RestoreDatalakeOK) IsServerError() bool

IsServerError returns true when this restore datalake o k response has a 5xx status code

func (*RestoreDatalakeOK) IsSuccess ¶

func (o *RestoreDatalakeOK) IsSuccess() bool

IsSuccess returns true when this restore datalake o k response has a 2xx status code

func (*RestoreDatalakeOK) String ¶

func (o *RestoreDatalakeOK) String() string

type RestoreDatalakeParams ¶

type RestoreDatalakeParams struct {

	// Input.
	Input *models.RestoreDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreDatalakeParams contains all the parameters to send to the API endpoint

for the restore datalake operation.

Typically these are written to a http.Request.

func NewRestoreDatalakeParams ¶

func NewRestoreDatalakeParams() *RestoreDatalakeParams

NewRestoreDatalakeParams creates a new RestoreDatalakeParams 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 NewRestoreDatalakeParamsWithContext ¶

func NewRestoreDatalakeParamsWithContext(ctx context.Context) *RestoreDatalakeParams

NewRestoreDatalakeParamsWithContext creates a new RestoreDatalakeParams object with the ability to set a context for a request.

func NewRestoreDatalakeParamsWithHTTPClient ¶

func NewRestoreDatalakeParamsWithHTTPClient(client *http.Client) *RestoreDatalakeParams

NewRestoreDatalakeParamsWithHTTPClient creates a new RestoreDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreDatalakeParamsWithTimeout ¶

func NewRestoreDatalakeParamsWithTimeout(timeout time.Duration) *RestoreDatalakeParams

NewRestoreDatalakeParamsWithTimeout creates a new RestoreDatalakeParams object with the ability to set a timeout on a request.

func (*RestoreDatalakeParams) SetContext ¶

func (o *RestoreDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the restore datalake params

func (*RestoreDatalakeParams) SetDefaults ¶

func (o *RestoreDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the restore datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreDatalakeParams) SetHTTPClient ¶

func (o *RestoreDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore datalake params

func (*RestoreDatalakeParams) SetInput ¶

SetInput adds the input to the restore datalake params

func (*RestoreDatalakeParams) SetTimeout ¶

func (o *RestoreDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore datalake params

func (*RestoreDatalakeParams) WithContext ¶

WithContext adds the context to the restore datalake params

func (*RestoreDatalakeParams) WithDefaults ¶

func (o *RestoreDatalakeParams) WithDefaults() *RestoreDatalakeParams

WithDefaults hydrates default values in the restore datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreDatalakeParams) WithHTTPClient ¶

func (o *RestoreDatalakeParams) WithHTTPClient(client *http.Client) *RestoreDatalakeParams

WithHTTPClient adds the HTTPClient to the restore datalake params

func (*RestoreDatalakeParams) WithInput ¶

WithInput adds the input to the restore datalake params

func (*RestoreDatalakeParams) WithTimeout ¶

func (o *RestoreDatalakeParams) WithTimeout(timeout time.Duration) *RestoreDatalakeParams

WithTimeout adds the timeout to the restore datalake params

func (*RestoreDatalakeParams) WriteToRequest ¶

func (o *RestoreDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestoreDatalakeReader ¶

type RestoreDatalakeReader struct {
	// contains filtered or unexported fields
}

RestoreDatalakeReader is a Reader for the RestoreDatalake structure.

func (*RestoreDatalakeReader) ReadResponse ¶

func (o *RestoreDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreDatalakeStatusDefault ¶

type RestoreDatalakeStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestoreDatalakeStatusDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestoreDatalakeStatusDefault ¶

func NewRestoreDatalakeStatusDefault(code int) *RestoreDatalakeStatusDefault

NewRestoreDatalakeStatusDefault creates a RestoreDatalakeStatusDefault with default headers values

func (*RestoreDatalakeStatusDefault) Code ¶

Code gets the status code for the restore datalake status default response

func (*RestoreDatalakeStatusDefault) Error ¶

func (*RestoreDatalakeStatusDefault) GetPayload ¶

func (o *RestoreDatalakeStatusDefault) GetPayload() *models.Error

func (*RestoreDatalakeStatusDefault) IsClientError ¶

func (o *RestoreDatalakeStatusDefault) IsClientError() bool

IsClientError returns true when this restore datalake status default response has a 4xx status code

func (*RestoreDatalakeStatusDefault) IsCode ¶

func (o *RestoreDatalakeStatusDefault) IsCode(code int) bool

IsCode returns true when this restore datalake status default response a status code equal to that given

func (*RestoreDatalakeStatusDefault) IsRedirect ¶

func (o *RestoreDatalakeStatusDefault) IsRedirect() bool

IsRedirect returns true when this restore datalake status default response has a 3xx status code

func (*RestoreDatalakeStatusDefault) IsServerError ¶

func (o *RestoreDatalakeStatusDefault) IsServerError() bool

IsServerError returns true when this restore datalake status default response has a 5xx status code

func (*RestoreDatalakeStatusDefault) IsSuccess ¶

func (o *RestoreDatalakeStatusDefault) IsSuccess() bool

IsSuccess returns true when this restore datalake status default response has a 2xx status code

func (*RestoreDatalakeStatusDefault) String ¶

type RestoreDatalakeStatusOK ¶

type RestoreDatalakeStatusOK struct {
	Payload *models.RestoreDatalakeStatusResponse
}

RestoreDatalakeStatusOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestoreDatalakeStatusOK ¶

func NewRestoreDatalakeStatusOK() *RestoreDatalakeStatusOK

NewRestoreDatalakeStatusOK creates a RestoreDatalakeStatusOK with default headers values

func (*RestoreDatalakeStatusOK) Code ¶

func (o *RestoreDatalakeStatusOK) Code() int

Code gets the status code for the restore datalake status o k response

func (*RestoreDatalakeStatusOK) Error ¶

func (o *RestoreDatalakeStatusOK) Error() string

func (*RestoreDatalakeStatusOK) GetPayload ¶

func (*RestoreDatalakeStatusOK) IsClientError ¶

func (o *RestoreDatalakeStatusOK) IsClientError() bool

IsClientError returns true when this restore datalake status o k response has a 4xx status code

func (*RestoreDatalakeStatusOK) IsCode ¶

func (o *RestoreDatalakeStatusOK) IsCode(code int) bool

IsCode returns true when this restore datalake status o k response a status code equal to that given

func (*RestoreDatalakeStatusOK) IsRedirect ¶

func (o *RestoreDatalakeStatusOK) IsRedirect() bool

IsRedirect returns true when this restore datalake status o k response has a 3xx status code

func (*RestoreDatalakeStatusOK) IsServerError ¶

func (o *RestoreDatalakeStatusOK) IsServerError() bool

IsServerError returns true when this restore datalake status o k response has a 5xx status code

func (*RestoreDatalakeStatusOK) IsSuccess ¶

func (o *RestoreDatalakeStatusOK) IsSuccess() bool

IsSuccess returns true when this restore datalake status o k response has a 2xx status code

func (*RestoreDatalakeStatusOK) String ¶

func (o *RestoreDatalakeStatusOK) String() string

type RestoreDatalakeStatusParams ¶

type RestoreDatalakeStatusParams struct {

	// Input.
	Input *models.RestoreDatalakeStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreDatalakeStatusParams contains all the parameters to send to the API endpoint

for the restore datalake status operation.

Typically these are written to a http.Request.

func NewRestoreDatalakeStatusParams ¶

func NewRestoreDatalakeStatusParams() *RestoreDatalakeStatusParams

NewRestoreDatalakeStatusParams creates a new RestoreDatalakeStatusParams 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 NewRestoreDatalakeStatusParamsWithContext ¶

func NewRestoreDatalakeStatusParamsWithContext(ctx context.Context) *RestoreDatalakeStatusParams

NewRestoreDatalakeStatusParamsWithContext creates a new RestoreDatalakeStatusParams object with the ability to set a context for a request.

func NewRestoreDatalakeStatusParamsWithHTTPClient ¶

func NewRestoreDatalakeStatusParamsWithHTTPClient(client *http.Client) *RestoreDatalakeStatusParams

NewRestoreDatalakeStatusParamsWithHTTPClient creates a new RestoreDatalakeStatusParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreDatalakeStatusParamsWithTimeout ¶

func NewRestoreDatalakeStatusParamsWithTimeout(timeout time.Duration) *RestoreDatalakeStatusParams

NewRestoreDatalakeStatusParamsWithTimeout creates a new RestoreDatalakeStatusParams object with the ability to set a timeout on a request.

func (*RestoreDatalakeStatusParams) SetContext ¶

func (o *RestoreDatalakeStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the restore datalake status params

func (*RestoreDatalakeStatusParams) SetDefaults ¶

func (o *RestoreDatalakeStatusParams) SetDefaults()

SetDefaults hydrates default values in the restore datalake status params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreDatalakeStatusParams) SetHTTPClient ¶

func (o *RestoreDatalakeStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore datalake status params

func (*RestoreDatalakeStatusParams) SetInput ¶

SetInput adds the input to the restore datalake status params

func (*RestoreDatalakeStatusParams) SetTimeout ¶

func (o *RestoreDatalakeStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore datalake status params

func (*RestoreDatalakeStatusParams) WithContext ¶

WithContext adds the context to the restore datalake status params

func (*RestoreDatalakeStatusParams) WithDefaults ¶

WithDefaults hydrates default values in the restore datalake status params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreDatalakeStatusParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the restore datalake status params

func (*RestoreDatalakeStatusParams) WithInput ¶

WithInput adds the input to the restore datalake status params

func (*RestoreDatalakeStatusParams) WithTimeout ¶

WithTimeout adds the timeout to the restore datalake status params

func (*RestoreDatalakeStatusParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RestoreDatalakeStatusReader ¶

type RestoreDatalakeStatusReader struct {
	// contains filtered or unexported fields
}

RestoreDatalakeStatusReader is a Reader for the RestoreDatalakeStatus structure.

func (*RestoreDatalakeStatusReader) ReadResponse ¶

func (o *RestoreDatalakeStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RetryDatalakeDefault ¶

type RetryDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RetryDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRetryDatalakeDefault ¶

func NewRetryDatalakeDefault(code int) *RetryDatalakeDefault

NewRetryDatalakeDefault creates a RetryDatalakeDefault with default headers values

func (*RetryDatalakeDefault) Code ¶

func (o *RetryDatalakeDefault) Code() int

Code gets the status code for the retry datalake default response

func (*RetryDatalakeDefault) Error ¶

func (o *RetryDatalakeDefault) Error() string

func (*RetryDatalakeDefault) GetPayload ¶

func (o *RetryDatalakeDefault) GetPayload() *models.Error

func (*RetryDatalakeDefault) IsClientError ¶

func (o *RetryDatalakeDefault) IsClientError() bool

IsClientError returns true when this retry datalake default response has a 4xx status code

func (*RetryDatalakeDefault) IsCode ¶

func (o *RetryDatalakeDefault) IsCode(code int) bool

IsCode returns true when this retry datalake default response a status code equal to that given

func (*RetryDatalakeDefault) IsRedirect ¶

func (o *RetryDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this retry datalake default response has a 3xx status code

func (*RetryDatalakeDefault) IsServerError ¶

func (o *RetryDatalakeDefault) IsServerError() bool

IsServerError returns true when this retry datalake default response has a 5xx status code

func (*RetryDatalakeDefault) IsSuccess ¶

func (o *RetryDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this retry datalake default response has a 2xx status code

func (*RetryDatalakeDefault) String ¶

func (o *RetryDatalakeDefault) String() string

type RetryDatalakeOK ¶

type RetryDatalakeOK struct {
	Payload models.RetryDatalakeResponse
}

RetryDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRetryDatalakeOK ¶

func NewRetryDatalakeOK() *RetryDatalakeOK

NewRetryDatalakeOK creates a RetryDatalakeOK with default headers values

func (*RetryDatalakeOK) Code ¶

func (o *RetryDatalakeOK) Code() int

Code gets the status code for the retry datalake o k response

func (*RetryDatalakeOK) Error ¶

func (o *RetryDatalakeOK) Error() string

func (*RetryDatalakeOK) GetPayload ¶

func (*RetryDatalakeOK) IsClientError ¶

func (o *RetryDatalakeOK) IsClientError() bool

IsClientError returns true when this retry datalake o k response has a 4xx status code

func (*RetryDatalakeOK) IsCode ¶

func (o *RetryDatalakeOK) IsCode(code int) bool

IsCode returns true when this retry datalake o k response a status code equal to that given

func (*RetryDatalakeOK) IsRedirect ¶

func (o *RetryDatalakeOK) IsRedirect() bool

IsRedirect returns true when this retry datalake o k response has a 3xx status code

func (*RetryDatalakeOK) IsServerError ¶

func (o *RetryDatalakeOK) IsServerError() bool

IsServerError returns true when this retry datalake o k response has a 5xx status code

func (*RetryDatalakeOK) IsSuccess ¶

func (o *RetryDatalakeOK) IsSuccess() bool

IsSuccess returns true when this retry datalake o k response has a 2xx status code

func (*RetryDatalakeOK) String ¶

func (o *RetryDatalakeOK) String() string

type RetryDatalakeParams ¶

type RetryDatalakeParams struct {

	// Input.
	Input *models.RetryDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RetryDatalakeParams contains all the parameters to send to the API endpoint

for the retry datalake operation.

Typically these are written to a http.Request.

func NewRetryDatalakeParams ¶

func NewRetryDatalakeParams() *RetryDatalakeParams

NewRetryDatalakeParams creates a new RetryDatalakeParams 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 NewRetryDatalakeParamsWithContext ¶

func NewRetryDatalakeParamsWithContext(ctx context.Context) *RetryDatalakeParams

NewRetryDatalakeParamsWithContext creates a new RetryDatalakeParams object with the ability to set a context for a request.

func NewRetryDatalakeParamsWithHTTPClient ¶

func NewRetryDatalakeParamsWithHTTPClient(client *http.Client) *RetryDatalakeParams

NewRetryDatalakeParamsWithHTTPClient creates a new RetryDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewRetryDatalakeParamsWithTimeout ¶

func NewRetryDatalakeParamsWithTimeout(timeout time.Duration) *RetryDatalakeParams

NewRetryDatalakeParamsWithTimeout creates a new RetryDatalakeParams object with the ability to set a timeout on a request.

func (*RetryDatalakeParams) SetContext ¶

func (o *RetryDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the retry datalake params

func (*RetryDatalakeParams) SetDefaults ¶

func (o *RetryDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the retry datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RetryDatalakeParams) SetHTTPClient ¶

func (o *RetryDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the retry datalake params

func (*RetryDatalakeParams) SetInput ¶

func (o *RetryDatalakeParams) SetInput(input *models.RetryDatalakeRequest)

SetInput adds the input to the retry datalake params

func (*RetryDatalakeParams) SetTimeout ¶

func (o *RetryDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the retry datalake params

func (*RetryDatalakeParams) WithContext ¶

WithContext adds the context to the retry datalake params

func (*RetryDatalakeParams) WithDefaults ¶

func (o *RetryDatalakeParams) WithDefaults() *RetryDatalakeParams

WithDefaults hydrates default values in the retry datalake params (not the query body).

All values with no default are reset to their zero value.

func (*RetryDatalakeParams) WithHTTPClient ¶

func (o *RetryDatalakeParams) WithHTTPClient(client *http.Client) *RetryDatalakeParams

WithHTTPClient adds the HTTPClient to the retry datalake params

func (*RetryDatalakeParams) WithInput ¶

WithInput adds the input to the retry datalake params

func (*RetryDatalakeParams) WithTimeout ¶

func (o *RetryDatalakeParams) WithTimeout(timeout time.Duration) *RetryDatalakeParams

WithTimeout adds the timeout to the retry datalake params

func (*RetryDatalakeParams) WriteToRequest ¶

func (o *RetryDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RetryDatalakeReader ¶

type RetryDatalakeReader struct {
	// contains filtered or unexported fields
}

RetryDatalakeReader is a Reader for the RetryDatalake structure.

func (*RetryDatalakeReader) ReadResponse ¶

func (o *RetryDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RotateAutoTLSCertificatesDefault ¶

type RotateAutoTLSCertificatesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RotateAutoTLSCertificatesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRotateAutoTLSCertificatesDefault ¶

func NewRotateAutoTLSCertificatesDefault(code int) *RotateAutoTLSCertificatesDefault

NewRotateAutoTLSCertificatesDefault creates a RotateAutoTLSCertificatesDefault with default headers values

func (*RotateAutoTLSCertificatesDefault) Code ¶

Code gets the status code for the rotate auto Tls certificates default response

func (*RotateAutoTLSCertificatesDefault) Error ¶

func (*RotateAutoTLSCertificatesDefault) GetPayload ¶

func (*RotateAutoTLSCertificatesDefault) IsClientError ¶

func (o *RotateAutoTLSCertificatesDefault) IsClientError() bool

IsClientError returns true when this rotate auto Tls certificates default response has a 4xx status code

func (*RotateAutoTLSCertificatesDefault) IsCode ¶

func (o *RotateAutoTLSCertificatesDefault) IsCode(code int) bool

IsCode returns true when this rotate auto Tls certificates default response a status code equal to that given

func (*RotateAutoTLSCertificatesDefault) IsRedirect ¶

func (o *RotateAutoTLSCertificatesDefault) IsRedirect() bool

IsRedirect returns true when this rotate auto Tls certificates default response has a 3xx status code

func (*RotateAutoTLSCertificatesDefault) IsServerError ¶

func (o *RotateAutoTLSCertificatesDefault) IsServerError() bool

IsServerError returns true when this rotate auto Tls certificates default response has a 5xx status code

func (*RotateAutoTLSCertificatesDefault) IsSuccess ¶

func (o *RotateAutoTLSCertificatesDefault) IsSuccess() bool

IsSuccess returns true when this rotate auto Tls certificates default response has a 2xx status code

func (*RotateAutoTLSCertificatesDefault) String ¶

type RotateAutoTLSCertificatesOK ¶

type RotateAutoTLSCertificatesOK struct {
	Payload models.RotateAutoTLSCertificatesResponse
}

RotateAutoTLSCertificatesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRotateAutoTLSCertificatesOK ¶

func NewRotateAutoTLSCertificatesOK() *RotateAutoTLSCertificatesOK

NewRotateAutoTLSCertificatesOK creates a RotateAutoTLSCertificatesOK with default headers values

func (*RotateAutoTLSCertificatesOK) Code ¶

func (o *RotateAutoTLSCertificatesOK) Code() int

Code gets the status code for the rotate auto Tls certificates o k response

func (*RotateAutoTLSCertificatesOK) Error ¶

func (*RotateAutoTLSCertificatesOK) GetPayload ¶

func (*RotateAutoTLSCertificatesOK) IsClientError ¶

func (o *RotateAutoTLSCertificatesOK) IsClientError() bool

IsClientError returns true when this rotate auto Tls certificates o k response has a 4xx status code

func (*RotateAutoTLSCertificatesOK) IsCode ¶

func (o *RotateAutoTLSCertificatesOK) IsCode(code int) bool

IsCode returns true when this rotate auto Tls certificates o k response a status code equal to that given

func (*RotateAutoTLSCertificatesOK) IsRedirect ¶

func (o *RotateAutoTLSCertificatesOK) IsRedirect() bool

IsRedirect returns true when this rotate auto Tls certificates o k response has a 3xx status code

func (*RotateAutoTLSCertificatesOK) IsServerError ¶

func (o *RotateAutoTLSCertificatesOK) IsServerError() bool

IsServerError returns true when this rotate auto Tls certificates o k response has a 5xx status code

func (*RotateAutoTLSCertificatesOK) IsSuccess ¶

func (o *RotateAutoTLSCertificatesOK) IsSuccess() bool

IsSuccess returns true when this rotate auto Tls certificates o k response has a 2xx status code

func (*RotateAutoTLSCertificatesOK) String ¶

func (o *RotateAutoTLSCertificatesOK) String() string

type RotateAutoTLSCertificatesParams ¶

type RotateAutoTLSCertificatesParams struct {

	// Input.
	Input *models.RotateAutoTLSCertificatesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RotateAutoTLSCertificatesParams contains all the parameters to send to the API endpoint

for the rotate auto Tls certificates operation.

Typically these are written to a http.Request.

func NewRotateAutoTLSCertificatesParams ¶

func NewRotateAutoTLSCertificatesParams() *RotateAutoTLSCertificatesParams

NewRotateAutoTLSCertificatesParams creates a new RotateAutoTLSCertificatesParams 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 NewRotateAutoTLSCertificatesParamsWithContext ¶

func NewRotateAutoTLSCertificatesParamsWithContext(ctx context.Context) *RotateAutoTLSCertificatesParams

NewRotateAutoTLSCertificatesParamsWithContext creates a new RotateAutoTLSCertificatesParams object with the ability to set a context for a request.

func NewRotateAutoTLSCertificatesParamsWithHTTPClient ¶

func NewRotateAutoTLSCertificatesParamsWithHTTPClient(client *http.Client) *RotateAutoTLSCertificatesParams

NewRotateAutoTLSCertificatesParamsWithHTTPClient creates a new RotateAutoTLSCertificatesParams object with the ability to set a custom HTTPClient for a request.

func NewRotateAutoTLSCertificatesParamsWithTimeout ¶

func NewRotateAutoTLSCertificatesParamsWithTimeout(timeout time.Duration) *RotateAutoTLSCertificatesParams

NewRotateAutoTLSCertificatesParamsWithTimeout creates a new RotateAutoTLSCertificatesParams object with the ability to set a timeout on a request.

func (*RotateAutoTLSCertificatesParams) SetContext ¶

func (o *RotateAutoTLSCertificatesParams) SetContext(ctx context.Context)

SetContext adds the context to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) SetDefaults ¶

func (o *RotateAutoTLSCertificatesParams) SetDefaults()

SetDefaults hydrates default values in the rotate auto Tls certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RotateAutoTLSCertificatesParams) SetHTTPClient ¶

func (o *RotateAutoTLSCertificatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) SetInput ¶

SetInput adds the input to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) SetTimeout ¶

func (o *RotateAutoTLSCertificatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) WithContext ¶

WithContext adds the context to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) WithDefaults ¶

WithDefaults hydrates default values in the rotate auto Tls certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RotateAutoTLSCertificatesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) WithInput ¶

WithInput adds the input to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) WithTimeout ¶

WithTimeout adds the timeout to the rotate auto Tls certificates params

func (*RotateAutoTLSCertificatesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RotateAutoTLSCertificatesReader ¶

type RotateAutoTLSCertificatesReader struct {
	// contains filtered or unexported fields
}

RotateAutoTLSCertificatesReader is a Reader for the RotateAutoTLSCertificates structure.

func (*RotateAutoTLSCertificatesReader) ReadResponse ¶

func (o *RotateAutoTLSCertificatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RotatePrivateCertificatesDefault ¶

type RotatePrivateCertificatesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RotatePrivateCertificatesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRotatePrivateCertificatesDefault ¶

func NewRotatePrivateCertificatesDefault(code int) *RotatePrivateCertificatesDefault

NewRotatePrivateCertificatesDefault creates a RotatePrivateCertificatesDefault with default headers values

func (*RotatePrivateCertificatesDefault) Code ¶

Code gets the status code for the rotate private certificates default response

func (*RotatePrivateCertificatesDefault) Error ¶

func (*RotatePrivateCertificatesDefault) GetPayload ¶

func (*RotatePrivateCertificatesDefault) IsClientError ¶

func (o *RotatePrivateCertificatesDefault) IsClientError() bool

IsClientError returns true when this rotate private certificates default response has a 4xx status code

func (*RotatePrivateCertificatesDefault) IsCode ¶

func (o *RotatePrivateCertificatesDefault) IsCode(code int) bool

IsCode returns true when this rotate private certificates default response a status code equal to that given

func (*RotatePrivateCertificatesDefault) IsRedirect ¶

func (o *RotatePrivateCertificatesDefault) IsRedirect() bool

IsRedirect returns true when this rotate private certificates default response has a 3xx status code

func (*RotatePrivateCertificatesDefault) IsServerError ¶

func (o *RotatePrivateCertificatesDefault) IsServerError() bool

IsServerError returns true when this rotate private certificates default response has a 5xx status code

func (*RotatePrivateCertificatesDefault) IsSuccess ¶

func (o *RotatePrivateCertificatesDefault) IsSuccess() bool

IsSuccess returns true when this rotate private certificates default response has a 2xx status code

func (*RotatePrivateCertificatesDefault) String ¶

type RotatePrivateCertificatesOK ¶

type RotatePrivateCertificatesOK struct {
	Payload models.RotatePrivateCertificatesResponse
}

RotatePrivateCertificatesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRotatePrivateCertificatesOK ¶

func NewRotatePrivateCertificatesOK() *RotatePrivateCertificatesOK

NewRotatePrivateCertificatesOK creates a RotatePrivateCertificatesOK with default headers values

func (*RotatePrivateCertificatesOK) Code ¶

func (o *RotatePrivateCertificatesOK) Code() int

Code gets the status code for the rotate private certificates o k response

func (*RotatePrivateCertificatesOK) Error ¶

func (*RotatePrivateCertificatesOK) GetPayload ¶

func (*RotatePrivateCertificatesOK) IsClientError ¶

func (o *RotatePrivateCertificatesOK) IsClientError() bool

IsClientError returns true when this rotate private certificates o k response has a 4xx status code

func (*RotatePrivateCertificatesOK) IsCode ¶

func (o *RotatePrivateCertificatesOK) IsCode(code int) bool

IsCode returns true when this rotate private certificates o k response a status code equal to that given

func (*RotatePrivateCertificatesOK) IsRedirect ¶

func (o *RotatePrivateCertificatesOK) IsRedirect() bool

IsRedirect returns true when this rotate private certificates o k response has a 3xx status code

func (*RotatePrivateCertificatesOK) IsServerError ¶

func (o *RotatePrivateCertificatesOK) IsServerError() bool

IsServerError returns true when this rotate private certificates o k response has a 5xx status code

func (*RotatePrivateCertificatesOK) IsSuccess ¶

func (o *RotatePrivateCertificatesOK) IsSuccess() bool

IsSuccess returns true when this rotate private certificates o k response has a 2xx status code

func (*RotatePrivateCertificatesOK) String ¶

func (o *RotatePrivateCertificatesOK) String() string

type RotatePrivateCertificatesParams ¶

type RotatePrivateCertificatesParams struct {

	// Input.
	Input *models.RotatePrivateCertificatesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RotatePrivateCertificatesParams contains all the parameters to send to the API endpoint

for the rotate private certificates operation.

Typically these are written to a http.Request.

func NewRotatePrivateCertificatesParams ¶

func NewRotatePrivateCertificatesParams() *RotatePrivateCertificatesParams

NewRotatePrivateCertificatesParams creates a new RotatePrivateCertificatesParams 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 NewRotatePrivateCertificatesParamsWithContext ¶

func NewRotatePrivateCertificatesParamsWithContext(ctx context.Context) *RotatePrivateCertificatesParams

NewRotatePrivateCertificatesParamsWithContext creates a new RotatePrivateCertificatesParams object with the ability to set a context for a request.

func NewRotatePrivateCertificatesParamsWithHTTPClient ¶

func NewRotatePrivateCertificatesParamsWithHTTPClient(client *http.Client) *RotatePrivateCertificatesParams

NewRotatePrivateCertificatesParamsWithHTTPClient creates a new RotatePrivateCertificatesParams object with the ability to set a custom HTTPClient for a request.

func NewRotatePrivateCertificatesParamsWithTimeout ¶

func NewRotatePrivateCertificatesParamsWithTimeout(timeout time.Duration) *RotatePrivateCertificatesParams

NewRotatePrivateCertificatesParamsWithTimeout creates a new RotatePrivateCertificatesParams object with the ability to set a timeout on a request.

func (*RotatePrivateCertificatesParams) SetContext ¶

func (o *RotatePrivateCertificatesParams) SetContext(ctx context.Context)

SetContext adds the context to the rotate private certificates params

func (*RotatePrivateCertificatesParams) SetDefaults ¶

func (o *RotatePrivateCertificatesParams) SetDefaults()

SetDefaults hydrates default values in the rotate private certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RotatePrivateCertificatesParams) SetHTTPClient ¶

func (o *RotatePrivateCertificatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rotate private certificates params

func (*RotatePrivateCertificatesParams) SetInput ¶

SetInput adds the input to the rotate private certificates params

func (*RotatePrivateCertificatesParams) SetTimeout ¶

func (o *RotatePrivateCertificatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rotate private certificates params

func (*RotatePrivateCertificatesParams) WithContext ¶

WithContext adds the context to the rotate private certificates params

func (*RotatePrivateCertificatesParams) WithDefaults ¶

WithDefaults hydrates default values in the rotate private certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RotatePrivateCertificatesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the rotate private certificates params

func (*RotatePrivateCertificatesParams) WithInput ¶

WithInput adds the input to the rotate private certificates params

func (*RotatePrivateCertificatesParams) WithTimeout ¶

WithTimeout adds the timeout to the rotate private certificates params

func (*RotatePrivateCertificatesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RotatePrivateCertificatesReader ¶

type RotatePrivateCertificatesReader struct {
	// contains filtered or unexported fields
}

RotatePrivateCertificatesReader is a Reader for the RotatePrivateCertificates structure.

func (*RotatePrivateCertificatesReader) ReadResponse ¶

func (o *RotatePrivateCertificatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RotateSaltPasswordDefault ¶

type RotateSaltPasswordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RotateSaltPasswordDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRotateSaltPasswordDefault ¶

func NewRotateSaltPasswordDefault(code int) *RotateSaltPasswordDefault

NewRotateSaltPasswordDefault creates a RotateSaltPasswordDefault with default headers values

func (*RotateSaltPasswordDefault) Code ¶

func (o *RotateSaltPasswordDefault) Code() int

Code gets the status code for the rotate salt password default response

func (*RotateSaltPasswordDefault) Error ¶

func (o *RotateSaltPasswordDefault) Error() string

func (*RotateSaltPasswordDefault) GetPayload ¶

func (o *RotateSaltPasswordDefault) GetPayload() *models.Error

func (*RotateSaltPasswordDefault) IsClientError ¶

func (o *RotateSaltPasswordDefault) IsClientError() bool

IsClientError returns true when this rotate salt password default response has a 4xx status code

func (*RotateSaltPasswordDefault) IsCode ¶

func (o *RotateSaltPasswordDefault) IsCode(code int) bool

IsCode returns true when this rotate salt password default response a status code equal to that given

func (*RotateSaltPasswordDefault) IsRedirect ¶

func (o *RotateSaltPasswordDefault) IsRedirect() bool

IsRedirect returns true when this rotate salt password default response has a 3xx status code

func (*RotateSaltPasswordDefault) IsServerError ¶

func (o *RotateSaltPasswordDefault) IsServerError() bool

IsServerError returns true when this rotate salt password default response has a 5xx status code

func (*RotateSaltPasswordDefault) IsSuccess ¶

func (o *RotateSaltPasswordDefault) IsSuccess() bool

IsSuccess returns true when this rotate salt password default response has a 2xx status code

func (*RotateSaltPasswordDefault) String ¶

func (o *RotateSaltPasswordDefault) String() string

type RotateSaltPasswordOK ¶

type RotateSaltPasswordOK struct {
	Payload models.RotateSaltPasswordResponse
}

RotateSaltPasswordOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRotateSaltPasswordOK ¶

func NewRotateSaltPasswordOK() *RotateSaltPasswordOK

NewRotateSaltPasswordOK creates a RotateSaltPasswordOK with default headers values

func (*RotateSaltPasswordOK) Code ¶

func (o *RotateSaltPasswordOK) Code() int

Code gets the status code for the rotate salt password o k response

func (*RotateSaltPasswordOK) Error ¶

func (o *RotateSaltPasswordOK) Error() string

func (*RotateSaltPasswordOK) GetPayload ¶

func (*RotateSaltPasswordOK) IsClientError ¶

func (o *RotateSaltPasswordOK) IsClientError() bool

IsClientError returns true when this rotate salt password o k response has a 4xx status code

func (*RotateSaltPasswordOK) IsCode ¶

func (o *RotateSaltPasswordOK) IsCode(code int) bool

IsCode returns true when this rotate salt password o k response a status code equal to that given

func (*RotateSaltPasswordOK) IsRedirect ¶

func (o *RotateSaltPasswordOK) IsRedirect() bool

IsRedirect returns true when this rotate salt password o k response has a 3xx status code

func (*RotateSaltPasswordOK) IsServerError ¶

func (o *RotateSaltPasswordOK) IsServerError() bool

IsServerError returns true when this rotate salt password o k response has a 5xx status code

func (*RotateSaltPasswordOK) IsSuccess ¶

func (o *RotateSaltPasswordOK) IsSuccess() bool

IsSuccess returns true when this rotate salt password o k response has a 2xx status code

func (*RotateSaltPasswordOK) String ¶

func (o *RotateSaltPasswordOK) String() string

type RotateSaltPasswordParams ¶

type RotateSaltPasswordParams struct {

	// Input.
	Input *models.RotateSaltPasswordRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RotateSaltPasswordParams contains all the parameters to send to the API endpoint

for the rotate salt password operation.

Typically these are written to a http.Request.

func NewRotateSaltPasswordParams ¶

func NewRotateSaltPasswordParams() *RotateSaltPasswordParams

NewRotateSaltPasswordParams creates a new RotateSaltPasswordParams 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 NewRotateSaltPasswordParamsWithContext ¶

func NewRotateSaltPasswordParamsWithContext(ctx context.Context) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithContext creates a new RotateSaltPasswordParams object with the ability to set a context for a request.

func NewRotateSaltPasswordParamsWithHTTPClient ¶

func NewRotateSaltPasswordParamsWithHTTPClient(client *http.Client) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithHTTPClient creates a new RotateSaltPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewRotateSaltPasswordParamsWithTimeout ¶

func NewRotateSaltPasswordParamsWithTimeout(timeout time.Duration) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithTimeout creates a new RotateSaltPasswordParams object with the ability to set a timeout on a request.

func (*RotateSaltPasswordParams) SetContext ¶

func (o *RotateSaltPasswordParams) SetContext(ctx context.Context)

SetContext adds the context to the rotate salt password params

func (*RotateSaltPasswordParams) SetDefaults ¶

func (o *RotateSaltPasswordParams) SetDefaults()

SetDefaults hydrates default values in the rotate salt password params (not the query body).

All values with no default are reset to their zero value.

func (*RotateSaltPasswordParams) SetHTTPClient ¶

func (o *RotateSaltPasswordParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rotate salt password params

func (*RotateSaltPasswordParams) SetInput ¶

SetInput adds the input to the rotate salt password params

func (*RotateSaltPasswordParams) SetTimeout ¶

func (o *RotateSaltPasswordParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rotate salt password params

func (*RotateSaltPasswordParams) WithContext ¶

WithContext adds the context to the rotate salt password params

func (*RotateSaltPasswordParams) WithDefaults ¶

WithDefaults hydrates default values in the rotate salt password params (not the query body).

All values with no default are reset to their zero value.

func (*RotateSaltPasswordParams) WithHTTPClient ¶

func (o *RotateSaltPasswordParams) WithHTTPClient(client *http.Client) *RotateSaltPasswordParams

WithHTTPClient adds the HTTPClient to the rotate salt password params

func (*RotateSaltPasswordParams) WithInput ¶

WithInput adds the input to the rotate salt password params

func (*RotateSaltPasswordParams) WithTimeout ¶

WithTimeout adds the timeout to the rotate salt password params

func (*RotateSaltPasswordParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RotateSaltPasswordReader ¶

type RotateSaltPasswordReader struct {
	// contains filtered or unexported fields
}

RotateSaltPasswordReader is a Reader for the RotateSaltPassword structure.

func (*RotateSaltPasswordReader) ReadResponse ¶

func (o *RotateSaltPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScaleHorizontallyDefault ¶ added in v0.4.2

type ScaleHorizontallyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ScaleHorizontallyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewScaleHorizontallyDefault ¶ added in v0.4.2

func NewScaleHorizontallyDefault(code int) *ScaleHorizontallyDefault

NewScaleHorizontallyDefault creates a ScaleHorizontallyDefault with default headers values

func (*ScaleHorizontallyDefault) Code ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) Code() int

Code gets the status code for the scale horizontally default response

func (*ScaleHorizontallyDefault) Error ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) Error() string

func (*ScaleHorizontallyDefault) GetPayload ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) GetPayload() *models.Error

func (*ScaleHorizontallyDefault) IsClientError ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) IsClientError() bool

IsClientError returns true when this scale horizontally default response has a 4xx status code

func (*ScaleHorizontallyDefault) IsCode ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) IsCode(code int) bool

IsCode returns true when this scale horizontally default response a status code equal to that given

func (*ScaleHorizontallyDefault) IsRedirect ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) IsRedirect() bool

IsRedirect returns true when this scale horizontally default response has a 3xx status code

func (*ScaleHorizontallyDefault) IsServerError ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) IsServerError() bool

IsServerError returns true when this scale horizontally default response has a 5xx status code

func (*ScaleHorizontallyDefault) IsSuccess ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) IsSuccess() bool

IsSuccess returns true when this scale horizontally default response has a 2xx status code

func (*ScaleHorizontallyDefault) String ¶ added in v0.4.2

func (o *ScaleHorizontallyDefault) String() string

type ScaleHorizontallyOK ¶ added in v0.4.2

type ScaleHorizontallyOK struct {
	Payload *models.ScaleHorizontallyResponse
}

ScaleHorizontallyOK describes a response with status code 200, with default header values.

Successful response to a valid Data Lake horizontal scaling request.

func NewScaleHorizontallyOK ¶ added in v0.4.2

func NewScaleHorizontallyOK() *ScaleHorizontallyOK

NewScaleHorizontallyOK creates a ScaleHorizontallyOK with default headers values

func (*ScaleHorizontallyOK) Code ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) Code() int

Code gets the status code for the scale horizontally o k response

func (*ScaleHorizontallyOK) Error ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) Error() string

func (*ScaleHorizontallyOK) GetPayload ¶ added in v0.4.2

func (*ScaleHorizontallyOK) IsClientError ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) IsClientError() bool

IsClientError returns true when this scale horizontally o k response has a 4xx status code

func (*ScaleHorizontallyOK) IsCode ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) IsCode(code int) bool

IsCode returns true when this scale horizontally o k response a status code equal to that given

func (*ScaleHorizontallyOK) IsRedirect ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) IsRedirect() bool

IsRedirect returns true when this scale horizontally o k response has a 3xx status code

func (*ScaleHorizontallyOK) IsServerError ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) IsServerError() bool

IsServerError returns true when this scale horizontally o k response has a 5xx status code

func (*ScaleHorizontallyOK) IsSuccess ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) IsSuccess() bool

IsSuccess returns true when this scale horizontally o k response has a 2xx status code

func (*ScaleHorizontallyOK) String ¶ added in v0.4.2

func (o *ScaleHorizontallyOK) String() string

type ScaleHorizontallyParams ¶ added in v0.4.2

type ScaleHorizontallyParams struct {

	// Input.
	Input *models.ScaleHorizontallyRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScaleHorizontallyParams contains all the parameters to send to the API endpoint

for the scale horizontally operation.

Typically these are written to a http.Request.

func NewScaleHorizontallyParams ¶ added in v0.4.2

func NewScaleHorizontallyParams() *ScaleHorizontallyParams

NewScaleHorizontallyParams creates a new ScaleHorizontallyParams 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 NewScaleHorizontallyParamsWithContext ¶ added in v0.4.2

func NewScaleHorizontallyParamsWithContext(ctx context.Context) *ScaleHorizontallyParams

NewScaleHorizontallyParamsWithContext creates a new ScaleHorizontallyParams object with the ability to set a context for a request.

func NewScaleHorizontallyParamsWithHTTPClient ¶ added in v0.4.2

func NewScaleHorizontallyParamsWithHTTPClient(client *http.Client) *ScaleHorizontallyParams

NewScaleHorizontallyParamsWithHTTPClient creates a new ScaleHorizontallyParams object with the ability to set a custom HTTPClient for a request.

func NewScaleHorizontallyParamsWithTimeout ¶ added in v0.4.2

func NewScaleHorizontallyParamsWithTimeout(timeout time.Duration) *ScaleHorizontallyParams

NewScaleHorizontallyParamsWithTimeout creates a new ScaleHorizontallyParams object with the ability to set a timeout on a request.

func (*ScaleHorizontallyParams) SetContext ¶ added in v0.4.2

func (o *ScaleHorizontallyParams) SetContext(ctx context.Context)

SetContext adds the context to the scale horizontally params

func (*ScaleHorizontallyParams) SetDefaults ¶ added in v0.4.2

func (o *ScaleHorizontallyParams) SetDefaults()

SetDefaults hydrates default values in the scale horizontally params (not the query body).

All values with no default are reset to their zero value.

func (*ScaleHorizontallyParams) SetHTTPClient ¶ added in v0.4.2

func (o *ScaleHorizontallyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the scale horizontally params

func (*ScaleHorizontallyParams) SetInput ¶ added in v0.4.2

SetInput adds the input to the scale horizontally params

func (*ScaleHorizontallyParams) SetTimeout ¶ added in v0.4.2

func (o *ScaleHorizontallyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the scale horizontally params

func (*ScaleHorizontallyParams) WithContext ¶ added in v0.4.2

WithContext adds the context to the scale horizontally params

func (*ScaleHorizontallyParams) WithDefaults ¶ added in v0.4.2

WithDefaults hydrates default values in the scale horizontally params (not the query body).

All values with no default are reset to their zero value.

func (*ScaleHorizontallyParams) WithHTTPClient ¶ added in v0.4.2

func (o *ScaleHorizontallyParams) WithHTTPClient(client *http.Client) *ScaleHorizontallyParams

WithHTTPClient adds the HTTPClient to the scale horizontally params

func (*ScaleHorizontallyParams) WithInput ¶ added in v0.4.2

WithInput adds the input to the scale horizontally params

func (*ScaleHorizontallyParams) WithTimeout ¶ added in v0.4.2

WithTimeout adds the timeout to the scale horizontally params

func (*ScaleHorizontallyParams) WriteToRequest ¶ added in v0.4.2

WriteToRequest writes these params to a swagger request

type ScaleHorizontallyReader ¶ added in v0.4.2

type ScaleHorizontallyReader struct {
	// contains filtered or unexported fields
}

ScaleHorizontallyReader is a Reader for the ScaleHorizontally structure.

func (*ScaleHorizontallyReader) ReadResponse ¶ added in v0.4.2

func (o *ScaleHorizontallyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetCatalogDefault ¶

type SetCatalogDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetCatalogDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetCatalogDefault ¶

func NewSetCatalogDefault(code int) *SetCatalogDefault

NewSetCatalogDefault creates a SetCatalogDefault with default headers values

func (*SetCatalogDefault) Code ¶

func (o *SetCatalogDefault) Code() int

Code gets the status code for the set catalog default response

func (*SetCatalogDefault) Error ¶

func (o *SetCatalogDefault) Error() string

func (*SetCatalogDefault) GetPayload ¶

func (o *SetCatalogDefault) GetPayload() *models.Error

func (*SetCatalogDefault) IsClientError ¶

func (o *SetCatalogDefault) IsClientError() bool

IsClientError returns true when this set catalog default response has a 4xx status code

func (*SetCatalogDefault) IsCode ¶

func (o *SetCatalogDefault) IsCode(code int) bool

IsCode returns true when this set catalog default response a status code equal to that given

func (*SetCatalogDefault) IsRedirect ¶

func (o *SetCatalogDefault) IsRedirect() bool

IsRedirect returns true when this set catalog default response has a 3xx status code

func (*SetCatalogDefault) IsServerError ¶

func (o *SetCatalogDefault) IsServerError() bool

IsServerError returns true when this set catalog default response has a 5xx status code

func (*SetCatalogDefault) IsSuccess ¶

func (o *SetCatalogDefault) IsSuccess() bool

IsSuccess returns true when this set catalog default response has a 2xx status code

func (*SetCatalogDefault) String ¶

func (o *SetCatalogDefault) String() string

type SetCatalogOK ¶

type SetCatalogOK struct {
	Payload models.SetCatalogResponse
}

SetCatalogOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetCatalogOK ¶

func NewSetCatalogOK() *SetCatalogOK

NewSetCatalogOK creates a SetCatalogOK with default headers values

func (*SetCatalogOK) Code ¶

func (o *SetCatalogOK) Code() int

Code gets the status code for the set catalog o k response

func (*SetCatalogOK) Error ¶

func (o *SetCatalogOK) Error() string

func (*SetCatalogOK) GetPayload ¶

func (o *SetCatalogOK) GetPayload() models.SetCatalogResponse

func (*SetCatalogOK) IsClientError ¶

func (o *SetCatalogOK) IsClientError() bool

IsClientError returns true when this set catalog o k response has a 4xx status code

func (*SetCatalogOK) IsCode ¶

func (o *SetCatalogOK) IsCode(code int) bool

IsCode returns true when this set catalog o k response a status code equal to that given

func (*SetCatalogOK) IsRedirect ¶

func (o *SetCatalogOK) IsRedirect() bool

IsRedirect returns true when this set catalog o k response has a 3xx status code

func (*SetCatalogOK) IsServerError ¶

func (o *SetCatalogOK) IsServerError() bool

IsServerError returns true when this set catalog o k response has a 5xx status code

func (*SetCatalogOK) IsSuccess ¶

func (o *SetCatalogOK) IsSuccess() bool

IsSuccess returns true when this set catalog o k response has a 2xx status code

func (*SetCatalogOK) String ¶

func (o *SetCatalogOK) String() string

type SetCatalogParams ¶

type SetCatalogParams struct {

	// Input.
	Input *models.SetCatalogRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetCatalogParams contains all the parameters to send to the API endpoint

for the set catalog operation.

Typically these are written to a http.Request.

func NewSetCatalogParams ¶

func NewSetCatalogParams() *SetCatalogParams

NewSetCatalogParams creates a new SetCatalogParams 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 NewSetCatalogParamsWithContext ¶

func NewSetCatalogParamsWithContext(ctx context.Context) *SetCatalogParams

NewSetCatalogParamsWithContext creates a new SetCatalogParams object with the ability to set a context for a request.

func NewSetCatalogParamsWithHTTPClient ¶

func NewSetCatalogParamsWithHTTPClient(client *http.Client) *SetCatalogParams

NewSetCatalogParamsWithHTTPClient creates a new SetCatalogParams object with the ability to set a custom HTTPClient for a request.

func NewSetCatalogParamsWithTimeout ¶

func NewSetCatalogParamsWithTimeout(timeout time.Duration) *SetCatalogParams

NewSetCatalogParamsWithTimeout creates a new SetCatalogParams object with the ability to set a timeout on a request.

func (*SetCatalogParams) SetContext ¶

func (o *SetCatalogParams) SetContext(ctx context.Context)

SetContext adds the context to the set catalog params

func (*SetCatalogParams) SetDefaults ¶

func (o *SetCatalogParams) SetDefaults()

SetDefaults hydrates default values in the set catalog params (not the query body).

All values with no default are reset to their zero value.

func (*SetCatalogParams) SetHTTPClient ¶

func (o *SetCatalogParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set catalog params

func (*SetCatalogParams) SetInput ¶

func (o *SetCatalogParams) SetInput(input *models.SetCatalogRequest)

SetInput adds the input to the set catalog params

func (*SetCatalogParams) SetTimeout ¶

func (o *SetCatalogParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set catalog params

func (*SetCatalogParams) WithContext ¶

func (o *SetCatalogParams) WithContext(ctx context.Context) *SetCatalogParams

WithContext adds the context to the set catalog params

func (*SetCatalogParams) WithDefaults ¶

func (o *SetCatalogParams) WithDefaults() *SetCatalogParams

WithDefaults hydrates default values in the set catalog params (not the query body).

All values with no default are reset to their zero value.

func (*SetCatalogParams) WithHTTPClient ¶

func (o *SetCatalogParams) WithHTTPClient(client *http.Client) *SetCatalogParams

WithHTTPClient adds the HTTPClient to the set catalog params

func (*SetCatalogParams) WithInput ¶

WithInput adds the input to the set catalog params

func (*SetCatalogParams) WithTimeout ¶

func (o *SetCatalogParams) WithTimeout(timeout time.Duration) *SetCatalogParams

WithTimeout adds the timeout to the set catalog params

func (*SetCatalogParams) WriteToRequest ¶

func (o *SetCatalogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetCatalogReader ¶

type SetCatalogReader struct {
	// contains filtered or unexported fields
}

SetCatalogReader is a Reader for the SetCatalog structure.

func (*SetCatalogReader) ReadResponse ¶

func (o *SetCatalogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDatabaseUpgradeDefault ¶

type StartDatabaseUpgradeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartDatabaseUpgradeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartDatabaseUpgradeDefault ¶

func NewStartDatabaseUpgradeDefault(code int) *StartDatabaseUpgradeDefault

NewStartDatabaseUpgradeDefault creates a StartDatabaseUpgradeDefault with default headers values

func (*StartDatabaseUpgradeDefault) Code ¶

func (o *StartDatabaseUpgradeDefault) Code() int

Code gets the status code for the start database upgrade default response

func (*StartDatabaseUpgradeDefault) Error ¶

func (*StartDatabaseUpgradeDefault) GetPayload ¶

func (o *StartDatabaseUpgradeDefault) GetPayload() *models.Error

func (*StartDatabaseUpgradeDefault) IsClientError ¶

func (o *StartDatabaseUpgradeDefault) IsClientError() bool

IsClientError returns true when this start database upgrade default response has a 4xx status code

func (*StartDatabaseUpgradeDefault) IsCode ¶

func (o *StartDatabaseUpgradeDefault) IsCode(code int) bool

IsCode returns true when this start database upgrade default response a status code equal to that given

func (*StartDatabaseUpgradeDefault) IsRedirect ¶

func (o *StartDatabaseUpgradeDefault) IsRedirect() bool

IsRedirect returns true when this start database upgrade default response has a 3xx status code

func (*StartDatabaseUpgradeDefault) IsServerError ¶

func (o *StartDatabaseUpgradeDefault) IsServerError() bool

IsServerError returns true when this start database upgrade default response has a 5xx status code

func (*StartDatabaseUpgradeDefault) IsSuccess ¶

func (o *StartDatabaseUpgradeDefault) IsSuccess() bool

IsSuccess returns true when this start database upgrade default response has a 2xx status code

func (*StartDatabaseUpgradeDefault) String ¶

func (o *StartDatabaseUpgradeDefault) String() string

type StartDatabaseUpgradeOK ¶

type StartDatabaseUpgradeOK struct {
	Payload *models.StartDatabaseUpgradeResponse
}

StartDatabaseUpgradeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartDatabaseUpgradeOK ¶

func NewStartDatabaseUpgradeOK() *StartDatabaseUpgradeOK

NewStartDatabaseUpgradeOK creates a StartDatabaseUpgradeOK with default headers values

func (*StartDatabaseUpgradeOK) Code ¶

func (o *StartDatabaseUpgradeOK) Code() int

Code gets the status code for the start database upgrade o k response

func (*StartDatabaseUpgradeOK) Error ¶

func (o *StartDatabaseUpgradeOK) Error() string

func (*StartDatabaseUpgradeOK) GetPayload ¶

func (*StartDatabaseUpgradeOK) IsClientError ¶

func (o *StartDatabaseUpgradeOK) IsClientError() bool

IsClientError returns true when this start database upgrade o k response has a 4xx status code

func (*StartDatabaseUpgradeOK) IsCode ¶

func (o *StartDatabaseUpgradeOK) IsCode(code int) bool

IsCode returns true when this start database upgrade o k response a status code equal to that given

func (*StartDatabaseUpgradeOK) IsRedirect ¶

func (o *StartDatabaseUpgradeOK) IsRedirect() bool

IsRedirect returns true when this start database upgrade o k response has a 3xx status code

func (*StartDatabaseUpgradeOK) IsServerError ¶

func (o *StartDatabaseUpgradeOK) IsServerError() bool

IsServerError returns true when this start database upgrade o k response has a 5xx status code

func (*StartDatabaseUpgradeOK) IsSuccess ¶

func (o *StartDatabaseUpgradeOK) IsSuccess() bool

IsSuccess returns true when this start database upgrade o k response has a 2xx status code

func (*StartDatabaseUpgradeOK) String ¶

func (o *StartDatabaseUpgradeOK) String() string

type StartDatabaseUpgradeParams ¶

type StartDatabaseUpgradeParams struct {

	// Input.
	Input *models.StartDatabaseUpgradeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDatabaseUpgradeParams contains all the parameters to send to the API endpoint

for the start database upgrade operation.

Typically these are written to a http.Request.

func NewStartDatabaseUpgradeParams ¶

func NewStartDatabaseUpgradeParams() *StartDatabaseUpgradeParams

NewStartDatabaseUpgradeParams creates a new StartDatabaseUpgradeParams 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 NewStartDatabaseUpgradeParamsWithContext ¶

func NewStartDatabaseUpgradeParamsWithContext(ctx context.Context) *StartDatabaseUpgradeParams

NewStartDatabaseUpgradeParamsWithContext creates a new StartDatabaseUpgradeParams object with the ability to set a context for a request.

func NewStartDatabaseUpgradeParamsWithHTTPClient ¶

func NewStartDatabaseUpgradeParamsWithHTTPClient(client *http.Client) *StartDatabaseUpgradeParams

NewStartDatabaseUpgradeParamsWithHTTPClient creates a new StartDatabaseUpgradeParams object with the ability to set a custom HTTPClient for a request.

func NewStartDatabaseUpgradeParamsWithTimeout ¶

func NewStartDatabaseUpgradeParamsWithTimeout(timeout time.Duration) *StartDatabaseUpgradeParams

NewStartDatabaseUpgradeParamsWithTimeout creates a new StartDatabaseUpgradeParams object with the ability to set a timeout on a request.

func (*StartDatabaseUpgradeParams) SetContext ¶

func (o *StartDatabaseUpgradeParams) SetContext(ctx context.Context)

SetContext adds the context to the start database upgrade params

func (*StartDatabaseUpgradeParams) SetDefaults ¶

func (o *StartDatabaseUpgradeParams) SetDefaults()

SetDefaults hydrates default values in the start database upgrade params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatabaseUpgradeParams) SetHTTPClient ¶

func (o *StartDatabaseUpgradeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start database upgrade params

func (*StartDatabaseUpgradeParams) SetInput ¶

SetInput adds the input to the start database upgrade params

func (*StartDatabaseUpgradeParams) SetTimeout ¶

func (o *StartDatabaseUpgradeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start database upgrade params

func (*StartDatabaseUpgradeParams) WithContext ¶

WithContext adds the context to the start database upgrade params

func (*StartDatabaseUpgradeParams) WithDefaults ¶

WithDefaults hydrates default values in the start database upgrade params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatabaseUpgradeParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the start database upgrade params

func (*StartDatabaseUpgradeParams) WithInput ¶

WithInput adds the input to the start database upgrade params

func (*StartDatabaseUpgradeParams) WithTimeout ¶

WithTimeout adds the timeout to the start database upgrade params

func (*StartDatabaseUpgradeParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type StartDatabaseUpgradeReader ¶

type StartDatabaseUpgradeReader struct {
	// contains filtered or unexported fields
}

StartDatabaseUpgradeReader is a Reader for the StartDatabaseUpgrade structure.

func (*StartDatabaseUpgradeReader) ReadResponse ¶

func (o *StartDatabaseUpgradeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDatalakeDefault ¶

type StartDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartDatalakeDefault ¶

func NewStartDatalakeDefault(code int) *StartDatalakeDefault

NewStartDatalakeDefault creates a StartDatalakeDefault with default headers values

func (*StartDatalakeDefault) Code ¶

func (o *StartDatalakeDefault) Code() int

Code gets the status code for the start datalake default response

func (*StartDatalakeDefault) Error ¶

func (o *StartDatalakeDefault) Error() string

func (*StartDatalakeDefault) GetPayload ¶

func (o *StartDatalakeDefault) GetPayload() *models.Error

func (*StartDatalakeDefault) IsClientError ¶

func (o *StartDatalakeDefault) IsClientError() bool

IsClientError returns true when this start datalake default response has a 4xx status code

func (*StartDatalakeDefault) IsCode ¶

func (o *StartDatalakeDefault) IsCode(code int) bool

IsCode returns true when this start datalake default response a status code equal to that given

func (*StartDatalakeDefault) IsRedirect ¶

func (o *StartDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this start datalake default response has a 3xx status code

func (*StartDatalakeDefault) IsServerError ¶

func (o *StartDatalakeDefault) IsServerError() bool

IsServerError returns true when this start datalake default response has a 5xx status code

func (*StartDatalakeDefault) IsSuccess ¶

func (o *StartDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this start datalake default response has a 2xx status code

func (*StartDatalakeDefault) String ¶

func (o *StartDatalakeDefault) String() string

type StartDatalakeOK ¶

type StartDatalakeOK struct {
	Payload models.StartDatalakeResponse
}

StartDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartDatalakeOK ¶

func NewStartDatalakeOK() *StartDatalakeOK

NewStartDatalakeOK creates a StartDatalakeOK with default headers values

func (*StartDatalakeOK) Code ¶

func (o *StartDatalakeOK) Code() int

Code gets the status code for the start datalake o k response

func (*StartDatalakeOK) Error ¶

func (o *StartDatalakeOK) Error() string

func (*StartDatalakeOK) GetPayload ¶

func (*StartDatalakeOK) IsClientError ¶

func (o *StartDatalakeOK) IsClientError() bool

IsClientError returns true when this start datalake o k response has a 4xx status code

func (*StartDatalakeOK) IsCode ¶

func (o *StartDatalakeOK) IsCode(code int) bool

IsCode returns true when this start datalake o k response a status code equal to that given

func (*StartDatalakeOK) IsRedirect ¶

func (o *StartDatalakeOK) IsRedirect() bool

IsRedirect returns true when this start datalake o k response has a 3xx status code

func (*StartDatalakeOK) IsServerError ¶

func (o *StartDatalakeOK) IsServerError() bool

IsServerError returns true when this start datalake o k response has a 5xx status code

func (*StartDatalakeOK) IsSuccess ¶

func (o *StartDatalakeOK) IsSuccess() bool

IsSuccess returns true when this start datalake o k response has a 2xx status code

func (*StartDatalakeOK) String ¶

func (o *StartDatalakeOK) String() string

type StartDatalakeParams ¶

type StartDatalakeParams struct {

	// Input.
	Input *models.StartDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDatalakeParams contains all the parameters to send to the API endpoint

for the start datalake operation.

Typically these are written to a http.Request.

func NewStartDatalakeParams ¶

func NewStartDatalakeParams() *StartDatalakeParams

NewStartDatalakeParams creates a new StartDatalakeParams 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 NewStartDatalakeParamsWithContext ¶

func NewStartDatalakeParamsWithContext(ctx context.Context) *StartDatalakeParams

NewStartDatalakeParamsWithContext creates a new StartDatalakeParams object with the ability to set a context for a request.

func NewStartDatalakeParamsWithHTTPClient ¶

func NewStartDatalakeParamsWithHTTPClient(client *http.Client) *StartDatalakeParams

NewStartDatalakeParamsWithHTTPClient creates a new StartDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewStartDatalakeParamsWithTimeout ¶

func NewStartDatalakeParamsWithTimeout(timeout time.Duration) *StartDatalakeParams

NewStartDatalakeParamsWithTimeout creates a new StartDatalakeParams object with the ability to set a timeout on a request.

func (*StartDatalakeParams) SetContext ¶

func (o *StartDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the start datalake params

func (*StartDatalakeParams) SetDefaults ¶

func (o *StartDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the start datalake params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatalakeParams) SetHTTPClient ¶

func (o *StartDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start datalake params

func (*StartDatalakeParams) SetInput ¶

func (o *StartDatalakeParams) SetInput(input *models.StartDatalakeRequest)

SetInput adds the input to the start datalake params

func (*StartDatalakeParams) SetTimeout ¶

func (o *StartDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start datalake params

func (*StartDatalakeParams) WithContext ¶

WithContext adds the context to the start datalake params

func (*StartDatalakeParams) WithDefaults ¶

func (o *StartDatalakeParams) WithDefaults() *StartDatalakeParams

WithDefaults hydrates default values in the start datalake params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatalakeParams) WithHTTPClient ¶

func (o *StartDatalakeParams) WithHTTPClient(client *http.Client) *StartDatalakeParams

WithHTTPClient adds the HTTPClient to the start datalake params

func (*StartDatalakeParams) WithInput ¶

WithInput adds the input to the start datalake params

func (*StartDatalakeParams) WithTimeout ¶

func (o *StartDatalakeParams) WithTimeout(timeout time.Duration) *StartDatalakeParams

WithTimeout adds the timeout to the start datalake params

func (*StartDatalakeParams) WriteToRequest ¶

func (o *StartDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StartDatalakeReader ¶

type StartDatalakeReader struct {
	// contains filtered or unexported fields
}

StartDatalakeReader is a Reader for the StartDatalake structure.

func (*StartDatalakeReader) ReadResponse ¶

func (o *StartDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDatalakeVerticalScalingDefault ¶

type StartDatalakeVerticalScalingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartDatalakeVerticalScalingDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartDatalakeVerticalScalingDefault ¶

func NewStartDatalakeVerticalScalingDefault(code int) *StartDatalakeVerticalScalingDefault

NewStartDatalakeVerticalScalingDefault creates a StartDatalakeVerticalScalingDefault with default headers values

func (*StartDatalakeVerticalScalingDefault) Code ¶

Code gets the status code for the start datalake vertical scaling default response

func (*StartDatalakeVerticalScalingDefault) Error ¶

func (*StartDatalakeVerticalScalingDefault) GetPayload ¶

func (*StartDatalakeVerticalScalingDefault) IsClientError ¶

func (o *StartDatalakeVerticalScalingDefault) IsClientError() bool

IsClientError returns true when this start datalake vertical scaling default response has a 4xx status code

func (*StartDatalakeVerticalScalingDefault) IsCode ¶

IsCode returns true when this start datalake vertical scaling default response a status code equal to that given

func (*StartDatalakeVerticalScalingDefault) IsRedirect ¶

func (o *StartDatalakeVerticalScalingDefault) IsRedirect() bool

IsRedirect returns true when this start datalake vertical scaling default response has a 3xx status code

func (*StartDatalakeVerticalScalingDefault) IsServerError ¶

func (o *StartDatalakeVerticalScalingDefault) IsServerError() bool

IsServerError returns true when this start datalake vertical scaling default response has a 5xx status code

func (*StartDatalakeVerticalScalingDefault) IsSuccess ¶

IsSuccess returns true when this start datalake vertical scaling default response has a 2xx status code

func (*StartDatalakeVerticalScalingDefault) String ¶

type StartDatalakeVerticalScalingOK ¶

type StartDatalakeVerticalScalingOK struct {
	Payload *models.StartDatalakeVerticalScalingResponse
}

StartDatalakeVerticalScalingOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartDatalakeVerticalScalingOK ¶

func NewStartDatalakeVerticalScalingOK() *StartDatalakeVerticalScalingOK

NewStartDatalakeVerticalScalingOK creates a StartDatalakeVerticalScalingOK with default headers values

func (*StartDatalakeVerticalScalingOK) Code ¶

Code gets the status code for the start datalake vertical scaling o k response

func (*StartDatalakeVerticalScalingOK) Error ¶

func (*StartDatalakeVerticalScalingOK) GetPayload ¶

func (*StartDatalakeVerticalScalingOK) IsClientError ¶

func (o *StartDatalakeVerticalScalingOK) IsClientError() bool

IsClientError returns true when this start datalake vertical scaling o k response has a 4xx status code

func (*StartDatalakeVerticalScalingOK) IsCode ¶

func (o *StartDatalakeVerticalScalingOK) IsCode(code int) bool

IsCode returns true when this start datalake vertical scaling o k response a status code equal to that given

func (*StartDatalakeVerticalScalingOK) IsRedirect ¶

func (o *StartDatalakeVerticalScalingOK) IsRedirect() bool

IsRedirect returns true when this start datalake vertical scaling o k response has a 3xx status code

func (*StartDatalakeVerticalScalingOK) IsServerError ¶

func (o *StartDatalakeVerticalScalingOK) IsServerError() bool

IsServerError returns true when this start datalake vertical scaling o k response has a 5xx status code

func (*StartDatalakeVerticalScalingOK) IsSuccess ¶

func (o *StartDatalakeVerticalScalingOK) IsSuccess() bool

IsSuccess returns true when this start datalake vertical scaling o k response has a 2xx status code

func (*StartDatalakeVerticalScalingOK) String ¶

type StartDatalakeVerticalScalingParams ¶

type StartDatalakeVerticalScalingParams struct {

	// Input.
	Input *models.StartDatalakeVerticalScalingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDatalakeVerticalScalingParams contains all the parameters to send to the API endpoint

for the start datalake vertical scaling operation.

Typically these are written to a http.Request.

func NewStartDatalakeVerticalScalingParams ¶

func NewStartDatalakeVerticalScalingParams() *StartDatalakeVerticalScalingParams

NewStartDatalakeVerticalScalingParams creates a new StartDatalakeVerticalScalingParams 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 NewStartDatalakeVerticalScalingParamsWithContext ¶

func NewStartDatalakeVerticalScalingParamsWithContext(ctx context.Context) *StartDatalakeVerticalScalingParams

NewStartDatalakeVerticalScalingParamsWithContext creates a new StartDatalakeVerticalScalingParams object with the ability to set a context for a request.

func NewStartDatalakeVerticalScalingParamsWithHTTPClient ¶

func NewStartDatalakeVerticalScalingParamsWithHTTPClient(client *http.Client) *StartDatalakeVerticalScalingParams

NewStartDatalakeVerticalScalingParamsWithHTTPClient creates a new StartDatalakeVerticalScalingParams object with the ability to set a custom HTTPClient for a request.

func NewStartDatalakeVerticalScalingParamsWithTimeout ¶

func NewStartDatalakeVerticalScalingParamsWithTimeout(timeout time.Duration) *StartDatalakeVerticalScalingParams

NewStartDatalakeVerticalScalingParamsWithTimeout creates a new StartDatalakeVerticalScalingParams object with the ability to set a timeout on a request.

func (*StartDatalakeVerticalScalingParams) SetContext ¶

SetContext adds the context to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) SetDefaults ¶

func (o *StartDatalakeVerticalScalingParams) SetDefaults()

SetDefaults hydrates default values in the start datalake vertical scaling params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatalakeVerticalScalingParams) SetHTTPClient ¶

func (o *StartDatalakeVerticalScalingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) SetInput ¶

SetInput adds the input to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) SetTimeout ¶

func (o *StartDatalakeVerticalScalingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) WithContext ¶

WithContext adds the context to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) WithDefaults ¶

WithDefaults hydrates default values in the start datalake vertical scaling params (not the query body).

All values with no default are reset to their zero value.

func (*StartDatalakeVerticalScalingParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) WithInput ¶

WithInput adds the input to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) WithTimeout ¶

WithTimeout adds the timeout to the start datalake vertical scaling params

func (*StartDatalakeVerticalScalingParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type StartDatalakeVerticalScalingReader ¶

type StartDatalakeVerticalScalingReader struct {
	// contains filtered or unexported fields
}

StartDatalakeVerticalScalingReader is a Reader for the StartDatalakeVerticalScaling structure.

func (*StartDatalakeVerticalScalingReader) ReadResponse ¶

func (o *StartDatalakeVerticalScalingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopDatalakeDefault ¶

type StopDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StopDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStopDatalakeDefault ¶

func NewStopDatalakeDefault(code int) *StopDatalakeDefault

NewStopDatalakeDefault creates a StopDatalakeDefault with default headers values

func (*StopDatalakeDefault) Code ¶

func (o *StopDatalakeDefault) Code() int

Code gets the status code for the stop datalake default response

func (*StopDatalakeDefault) Error ¶

func (o *StopDatalakeDefault) Error() string

func (*StopDatalakeDefault) GetPayload ¶

func (o *StopDatalakeDefault) GetPayload() *models.Error

func (*StopDatalakeDefault) IsClientError ¶

func (o *StopDatalakeDefault) IsClientError() bool

IsClientError returns true when this stop datalake default response has a 4xx status code

func (*StopDatalakeDefault) IsCode ¶

func (o *StopDatalakeDefault) IsCode(code int) bool

IsCode returns true when this stop datalake default response a status code equal to that given

func (*StopDatalakeDefault) IsRedirect ¶

func (o *StopDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this stop datalake default response has a 3xx status code

func (*StopDatalakeDefault) IsServerError ¶

func (o *StopDatalakeDefault) IsServerError() bool

IsServerError returns true when this stop datalake default response has a 5xx status code

func (*StopDatalakeDefault) IsSuccess ¶

func (o *StopDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this stop datalake default response has a 2xx status code

func (*StopDatalakeDefault) String ¶

func (o *StopDatalakeDefault) String() string

type StopDatalakeOK ¶

type StopDatalakeOK struct {
	Payload models.StopDatalakeResponse
}

StopDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStopDatalakeOK ¶

func NewStopDatalakeOK() *StopDatalakeOK

NewStopDatalakeOK creates a StopDatalakeOK with default headers values

func (*StopDatalakeOK) Code ¶

func (o *StopDatalakeOK) Code() int

Code gets the status code for the stop datalake o k response

func (*StopDatalakeOK) Error ¶

func (o *StopDatalakeOK) Error() string

func (*StopDatalakeOK) GetPayload ¶

func (o *StopDatalakeOK) GetPayload() models.StopDatalakeResponse

func (*StopDatalakeOK) IsClientError ¶

func (o *StopDatalakeOK) IsClientError() bool

IsClientError returns true when this stop datalake o k response has a 4xx status code

func (*StopDatalakeOK) IsCode ¶

func (o *StopDatalakeOK) IsCode(code int) bool

IsCode returns true when this stop datalake o k response a status code equal to that given

func (*StopDatalakeOK) IsRedirect ¶

func (o *StopDatalakeOK) IsRedirect() bool

IsRedirect returns true when this stop datalake o k response has a 3xx status code

func (*StopDatalakeOK) IsServerError ¶

func (o *StopDatalakeOK) IsServerError() bool

IsServerError returns true when this stop datalake o k response has a 5xx status code

func (*StopDatalakeOK) IsSuccess ¶

func (o *StopDatalakeOK) IsSuccess() bool

IsSuccess returns true when this stop datalake o k response has a 2xx status code

func (*StopDatalakeOK) String ¶

func (o *StopDatalakeOK) String() string

type StopDatalakeParams ¶

type StopDatalakeParams struct {

	// Input.
	Input *models.StopDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopDatalakeParams contains all the parameters to send to the API endpoint

for the stop datalake operation.

Typically these are written to a http.Request.

func NewStopDatalakeParams ¶

func NewStopDatalakeParams() *StopDatalakeParams

NewStopDatalakeParams creates a new StopDatalakeParams 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 NewStopDatalakeParamsWithContext ¶

func NewStopDatalakeParamsWithContext(ctx context.Context) *StopDatalakeParams

NewStopDatalakeParamsWithContext creates a new StopDatalakeParams object with the ability to set a context for a request.

func NewStopDatalakeParamsWithHTTPClient ¶

func NewStopDatalakeParamsWithHTTPClient(client *http.Client) *StopDatalakeParams

NewStopDatalakeParamsWithHTTPClient creates a new StopDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewStopDatalakeParamsWithTimeout ¶

func NewStopDatalakeParamsWithTimeout(timeout time.Duration) *StopDatalakeParams

NewStopDatalakeParamsWithTimeout creates a new StopDatalakeParams object with the ability to set a timeout on a request.

func (*StopDatalakeParams) SetContext ¶

func (o *StopDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the stop datalake params

func (*StopDatalakeParams) SetDefaults ¶

func (o *StopDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the stop datalake params (not the query body).

All values with no default are reset to their zero value.

func (*StopDatalakeParams) SetHTTPClient ¶

func (o *StopDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop datalake params

func (*StopDatalakeParams) SetInput ¶

func (o *StopDatalakeParams) SetInput(input *models.StopDatalakeRequest)

SetInput adds the input to the stop datalake params

func (*StopDatalakeParams) SetTimeout ¶

func (o *StopDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop datalake params

func (*StopDatalakeParams) WithContext ¶

WithContext adds the context to the stop datalake params

func (*StopDatalakeParams) WithDefaults ¶

func (o *StopDatalakeParams) WithDefaults() *StopDatalakeParams

WithDefaults hydrates default values in the stop datalake params (not the query body).

All values with no default are reset to their zero value.

func (*StopDatalakeParams) WithHTTPClient ¶

func (o *StopDatalakeParams) WithHTTPClient(client *http.Client) *StopDatalakeParams

WithHTTPClient adds the HTTPClient to the stop datalake params

func (*StopDatalakeParams) WithInput ¶

WithInput adds the input to the stop datalake params

func (*StopDatalakeParams) WithTimeout ¶

func (o *StopDatalakeParams) WithTimeout(timeout time.Duration) *StopDatalakeParams

WithTimeout adds the timeout to the stop datalake params

func (*StopDatalakeParams) WriteToRequest ¶

func (o *StopDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StopDatalakeReader ¶

type StopDatalakeReader struct {
	// contains filtered or unexported fields
}

StopDatalakeReader is a Reader for the StopDatalake structure.

func (*StopDatalakeReader) ReadResponse ¶

func (o *StopDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncComponentVersionsFromCmDefault ¶

type SyncComponentVersionsFromCmDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SyncComponentVersionsFromCmDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSyncComponentVersionsFromCmDefault ¶

func NewSyncComponentVersionsFromCmDefault(code int) *SyncComponentVersionsFromCmDefault

NewSyncComponentVersionsFromCmDefault creates a SyncComponentVersionsFromCmDefault with default headers values

func (*SyncComponentVersionsFromCmDefault) Code ¶

Code gets the status code for the sync component versions from cm default response

func (*SyncComponentVersionsFromCmDefault) Error ¶

func (*SyncComponentVersionsFromCmDefault) GetPayload ¶

func (*SyncComponentVersionsFromCmDefault) IsClientError ¶

func (o *SyncComponentVersionsFromCmDefault) IsClientError() bool

IsClientError returns true when this sync component versions from cm default response has a 4xx status code

func (*SyncComponentVersionsFromCmDefault) IsCode ¶

IsCode returns true when this sync component versions from cm default response a status code equal to that given

func (*SyncComponentVersionsFromCmDefault) IsRedirect ¶

func (o *SyncComponentVersionsFromCmDefault) IsRedirect() bool

IsRedirect returns true when this sync component versions from cm default response has a 3xx status code

func (*SyncComponentVersionsFromCmDefault) IsServerError ¶

func (o *SyncComponentVersionsFromCmDefault) IsServerError() bool

IsServerError returns true when this sync component versions from cm default response has a 5xx status code

func (*SyncComponentVersionsFromCmDefault) IsSuccess ¶

IsSuccess returns true when this sync component versions from cm default response has a 2xx status code

func (*SyncComponentVersionsFromCmDefault) String ¶

type SyncComponentVersionsFromCmOK ¶

type SyncComponentVersionsFromCmOK struct {
	Payload models.SyncComponentVersionsFromCmResponse
}

SyncComponentVersionsFromCmOK describes a response with status code 200, with default header values.

Expected response to a valid sync datahub CM component versions request.

func NewSyncComponentVersionsFromCmOK ¶

func NewSyncComponentVersionsFromCmOK() *SyncComponentVersionsFromCmOK

NewSyncComponentVersionsFromCmOK creates a SyncComponentVersionsFromCmOK with default headers values

func (*SyncComponentVersionsFromCmOK) Code ¶

Code gets the status code for the sync component versions from cm o k response

func (*SyncComponentVersionsFromCmOK) Error ¶

func (*SyncComponentVersionsFromCmOK) GetPayload ¶

func (*SyncComponentVersionsFromCmOK) IsClientError ¶

func (o *SyncComponentVersionsFromCmOK) IsClientError() bool

IsClientError returns true when this sync component versions from cm o k response has a 4xx status code

func (*SyncComponentVersionsFromCmOK) IsCode ¶

func (o *SyncComponentVersionsFromCmOK) IsCode(code int) bool

IsCode returns true when this sync component versions from cm o k response a status code equal to that given

func (*SyncComponentVersionsFromCmOK) IsRedirect ¶

func (o *SyncComponentVersionsFromCmOK) IsRedirect() bool

IsRedirect returns true when this sync component versions from cm o k response has a 3xx status code

func (*SyncComponentVersionsFromCmOK) IsServerError ¶

func (o *SyncComponentVersionsFromCmOK) IsServerError() bool

IsServerError returns true when this sync component versions from cm o k response has a 5xx status code

func (*SyncComponentVersionsFromCmOK) IsSuccess ¶

func (o *SyncComponentVersionsFromCmOK) IsSuccess() bool

IsSuccess returns true when this sync component versions from cm o k response has a 2xx status code

func (*SyncComponentVersionsFromCmOK) String ¶

type SyncComponentVersionsFromCmParams ¶

type SyncComponentVersionsFromCmParams struct {

	// Input.
	Input *models.SyncComponentVersionsFromCmRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SyncComponentVersionsFromCmParams contains all the parameters to send to the API endpoint

for the sync component versions from cm operation.

Typically these are written to a http.Request.

func NewSyncComponentVersionsFromCmParams ¶

func NewSyncComponentVersionsFromCmParams() *SyncComponentVersionsFromCmParams

NewSyncComponentVersionsFromCmParams creates a new SyncComponentVersionsFromCmParams 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 NewSyncComponentVersionsFromCmParamsWithContext ¶

func NewSyncComponentVersionsFromCmParamsWithContext(ctx context.Context) *SyncComponentVersionsFromCmParams

NewSyncComponentVersionsFromCmParamsWithContext creates a new SyncComponentVersionsFromCmParams object with the ability to set a context for a request.

func NewSyncComponentVersionsFromCmParamsWithHTTPClient ¶

func NewSyncComponentVersionsFromCmParamsWithHTTPClient(client *http.Client) *SyncComponentVersionsFromCmParams

NewSyncComponentVersionsFromCmParamsWithHTTPClient creates a new SyncComponentVersionsFromCmParams object with the ability to set a custom HTTPClient for a request.

func NewSyncComponentVersionsFromCmParamsWithTimeout ¶

func NewSyncComponentVersionsFromCmParamsWithTimeout(timeout time.Duration) *SyncComponentVersionsFromCmParams

NewSyncComponentVersionsFromCmParamsWithTimeout creates a new SyncComponentVersionsFromCmParams object with the ability to set a timeout on a request.

func (*SyncComponentVersionsFromCmParams) SetContext ¶

SetContext adds the context to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) SetDefaults ¶

func (o *SyncComponentVersionsFromCmParams) SetDefaults()

SetDefaults hydrates default values in the sync component versions from cm params (not the query body).

All values with no default are reset to their zero value.

func (*SyncComponentVersionsFromCmParams) SetHTTPClient ¶

func (o *SyncComponentVersionsFromCmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) SetInput ¶

SetInput adds the input to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) SetTimeout ¶

func (o *SyncComponentVersionsFromCmParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) WithContext ¶

WithContext adds the context to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) WithDefaults ¶

WithDefaults hydrates default values in the sync component versions from cm params (not the query body).

All values with no default are reset to their zero value.

func (*SyncComponentVersionsFromCmParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) WithInput ¶

WithInput adds the input to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) WithTimeout ¶

WithTimeout adds the timeout to the sync component versions from cm params

func (*SyncComponentVersionsFromCmParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type SyncComponentVersionsFromCmReader ¶

type SyncComponentVersionsFromCmReader struct {
	// contains filtered or unexported fields
}

SyncComponentVersionsFromCmReader is a Reader for the SyncComponentVersionsFromCm structure.

func (*SyncComponentVersionsFromCmReader) ReadResponse ¶

func (o *SyncComponentVersionsFromCmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrchestratorStateDefault ¶

type UpdateOrchestratorStateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateOrchestratorStateDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateOrchestratorStateDefault ¶

func NewUpdateOrchestratorStateDefault(code int) *UpdateOrchestratorStateDefault

NewUpdateOrchestratorStateDefault creates a UpdateOrchestratorStateDefault with default headers values

func (*UpdateOrchestratorStateDefault) Code ¶

Code gets the status code for the update orchestrator state default response

func (*UpdateOrchestratorStateDefault) Error ¶

func (*UpdateOrchestratorStateDefault) GetPayload ¶

func (o *UpdateOrchestratorStateDefault) GetPayload() *models.Error

func (*UpdateOrchestratorStateDefault) IsClientError ¶

func (o *UpdateOrchestratorStateDefault) IsClientError() bool

IsClientError returns true when this update orchestrator state default response has a 4xx status code

func (*UpdateOrchestratorStateDefault) IsCode ¶

func (o *UpdateOrchestratorStateDefault) IsCode(code int) bool

IsCode returns true when this update orchestrator state default response a status code equal to that given

func (*UpdateOrchestratorStateDefault) IsRedirect ¶

func (o *UpdateOrchestratorStateDefault) IsRedirect() bool

IsRedirect returns true when this update orchestrator state default response has a 3xx status code

func (*UpdateOrchestratorStateDefault) IsServerError ¶

func (o *UpdateOrchestratorStateDefault) IsServerError() bool

IsServerError returns true when this update orchestrator state default response has a 5xx status code

func (*UpdateOrchestratorStateDefault) IsSuccess ¶

func (o *UpdateOrchestratorStateDefault) IsSuccess() bool

IsSuccess returns true when this update orchestrator state default response has a 2xx status code

func (*UpdateOrchestratorStateDefault) String ¶

type UpdateOrchestratorStateOK ¶

type UpdateOrchestratorStateOK struct {
	Payload models.UpdateOrchestratorStateResponse
}

UpdateOrchestratorStateOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateOrchestratorStateOK ¶

func NewUpdateOrchestratorStateOK() *UpdateOrchestratorStateOK

NewUpdateOrchestratorStateOK creates a UpdateOrchestratorStateOK with default headers values

func (*UpdateOrchestratorStateOK) Code ¶

func (o *UpdateOrchestratorStateOK) Code() int

Code gets the status code for the update orchestrator state o k response

func (*UpdateOrchestratorStateOK) Error ¶

func (o *UpdateOrchestratorStateOK) Error() string

func (*UpdateOrchestratorStateOK) GetPayload ¶

func (*UpdateOrchestratorStateOK) IsClientError ¶

func (o *UpdateOrchestratorStateOK) IsClientError() bool

IsClientError returns true when this update orchestrator state o k response has a 4xx status code

func (*UpdateOrchestratorStateOK) IsCode ¶

func (o *UpdateOrchestratorStateOK) IsCode(code int) bool

IsCode returns true when this update orchestrator state o k response a status code equal to that given

func (*UpdateOrchestratorStateOK) IsRedirect ¶

func (o *UpdateOrchestratorStateOK) IsRedirect() bool

IsRedirect returns true when this update orchestrator state o k response has a 3xx status code

func (*UpdateOrchestratorStateOK) IsServerError ¶

func (o *UpdateOrchestratorStateOK) IsServerError() bool

IsServerError returns true when this update orchestrator state o k response has a 5xx status code

func (*UpdateOrchestratorStateOK) IsSuccess ¶

func (o *UpdateOrchestratorStateOK) IsSuccess() bool

IsSuccess returns true when this update orchestrator state o k response has a 2xx status code

func (*UpdateOrchestratorStateOK) String ¶

func (o *UpdateOrchestratorStateOK) String() string

type UpdateOrchestratorStateParams ¶

type UpdateOrchestratorStateParams struct {

	// Input.
	Input *models.UpdateOrchestratorStateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOrchestratorStateParams contains all the parameters to send to the API endpoint

for the update orchestrator state operation.

Typically these are written to a http.Request.

func NewUpdateOrchestratorStateParams ¶

func NewUpdateOrchestratorStateParams() *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParams creates a new UpdateOrchestratorStateParams 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 NewUpdateOrchestratorStateParamsWithContext ¶

func NewUpdateOrchestratorStateParamsWithContext(ctx context.Context) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithContext creates a new UpdateOrchestratorStateParams object with the ability to set a context for a request.

func NewUpdateOrchestratorStateParamsWithHTTPClient ¶

func NewUpdateOrchestratorStateParamsWithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithHTTPClient creates a new UpdateOrchestratorStateParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrchestratorStateParamsWithTimeout ¶

func NewUpdateOrchestratorStateParamsWithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithTimeout creates a new UpdateOrchestratorStateParams object with the ability to set a timeout on a request.

func (*UpdateOrchestratorStateParams) SetContext ¶

func (o *UpdateOrchestratorStateParams) SetContext(ctx context.Context)

SetContext adds the context to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetDefaults ¶

func (o *UpdateOrchestratorStateParams) SetDefaults()

SetDefaults hydrates default values in the update orchestrator state params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrchestratorStateParams) SetHTTPClient ¶

func (o *UpdateOrchestratorStateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetInput ¶

SetInput adds the input to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetTimeout ¶

func (o *UpdateOrchestratorStateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithContext ¶

WithContext adds the context to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithDefaults ¶

WithDefaults hydrates default values in the update orchestrator state params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrchestratorStateParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithInput ¶

WithInput adds the input to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithTimeout ¶

WithTimeout adds the timeout to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateOrchestratorStateReader ¶

type UpdateOrchestratorStateReader struct {
	// contains filtered or unexported fields
}

UpdateOrchestratorStateReader is a Reader for the UpdateOrchestratorState structure.

func (*UpdateOrchestratorStateReader) ReadResponse ¶

func (o *UpdateOrchestratorStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeDatalakeDefault ¶

type UpgradeDatalakeDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeDatalakeDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeDatalakeDefault ¶

func NewUpgradeDatalakeDefault(code int) *UpgradeDatalakeDefault

NewUpgradeDatalakeDefault creates a UpgradeDatalakeDefault with default headers values

func (*UpgradeDatalakeDefault) Code ¶

func (o *UpgradeDatalakeDefault) Code() int

Code gets the status code for the upgrade datalake default response

func (*UpgradeDatalakeDefault) Error ¶

func (o *UpgradeDatalakeDefault) Error() string

func (*UpgradeDatalakeDefault) GetPayload ¶

func (o *UpgradeDatalakeDefault) GetPayload() *models.Error

func (*UpgradeDatalakeDefault) IsClientError ¶

func (o *UpgradeDatalakeDefault) IsClientError() bool

IsClientError returns true when this upgrade datalake default response has a 4xx status code

func (*UpgradeDatalakeDefault) IsCode ¶

func (o *UpgradeDatalakeDefault) IsCode(code int) bool

IsCode returns true when this upgrade datalake default response a status code equal to that given

func (*UpgradeDatalakeDefault) IsRedirect ¶

func (o *UpgradeDatalakeDefault) IsRedirect() bool

IsRedirect returns true when this upgrade datalake default response has a 3xx status code

func (*UpgradeDatalakeDefault) IsServerError ¶

func (o *UpgradeDatalakeDefault) IsServerError() bool

IsServerError returns true when this upgrade datalake default response has a 5xx status code

func (*UpgradeDatalakeDefault) IsSuccess ¶

func (o *UpgradeDatalakeDefault) IsSuccess() bool

IsSuccess returns true when this upgrade datalake default response has a 2xx status code

func (*UpgradeDatalakeDefault) String ¶

func (o *UpgradeDatalakeDefault) String() string

type UpgradeDatalakeOK ¶

type UpgradeDatalakeOK struct {
	Payload *models.UpgradeDatalakeResponse
}

UpgradeDatalakeOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeDatalakeOK ¶

func NewUpgradeDatalakeOK() *UpgradeDatalakeOK

NewUpgradeDatalakeOK creates a UpgradeDatalakeOK with default headers values

func (*UpgradeDatalakeOK) Code ¶

func (o *UpgradeDatalakeOK) Code() int

Code gets the status code for the upgrade datalake o k response

func (*UpgradeDatalakeOK) Error ¶

func (o *UpgradeDatalakeOK) Error() string

func (*UpgradeDatalakeOK) GetPayload ¶

func (*UpgradeDatalakeOK) IsClientError ¶

func (o *UpgradeDatalakeOK) IsClientError() bool

IsClientError returns true when this upgrade datalake o k response has a 4xx status code

func (*UpgradeDatalakeOK) IsCode ¶

func (o *UpgradeDatalakeOK) IsCode(code int) bool

IsCode returns true when this upgrade datalake o k response a status code equal to that given

func (*UpgradeDatalakeOK) IsRedirect ¶

func (o *UpgradeDatalakeOK) IsRedirect() bool

IsRedirect returns true when this upgrade datalake o k response has a 3xx status code

func (*UpgradeDatalakeOK) IsServerError ¶

func (o *UpgradeDatalakeOK) IsServerError() bool

IsServerError returns true when this upgrade datalake o k response has a 5xx status code

func (*UpgradeDatalakeOK) IsSuccess ¶

func (o *UpgradeDatalakeOK) IsSuccess() bool

IsSuccess returns true when this upgrade datalake o k response has a 2xx status code

func (*UpgradeDatalakeOK) String ¶

func (o *UpgradeDatalakeOK) String() string

type UpgradeDatalakeParams ¶

type UpgradeDatalakeParams struct {

	// Input.
	Input *models.UpgradeDatalakeRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeDatalakeParams contains all the parameters to send to the API endpoint

for the upgrade datalake operation.

Typically these are written to a http.Request.

func NewUpgradeDatalakeParams ¶

func NewUpgradeDatalakeParams() *UpgradeDatalakeParams

NewUpgradeDatalakeParams creates a new UpgradeDatalakeParams 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 NewUpgradeDatalakeParamsWithContext ¶

func NewUpgradeDatalakeParamsWithContext(ctx context.Context) *UpgradeDatalakeParams

NewUpgradeDatalakeParamsWithContext creates a new UpgradeDatalakeParams object with the ability to set a context for a request.

func NewUpgradeDatalakeParamsWithHTTPClient ¶

func NewUpgradeDatalakeParamsWithHTTPClient(client *http.Client) *UpgradeDatalakeParams

NewUpgradeDatalakeParamsWithHTTPClient creates a new UpgradeDatalakeParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeDatalakeParamsWithTimeout ¶

func NewUpgradeDatalakeParamsWithTimeout(timeout time.Duration) *UpgradeDatalakeParams

NewUpgradeDatalakeParamsWithTimeout creates a new UpgradeDatalakeParams object with the ability to set a timeout on a request.

func (*UpgradeDatalakeParams) SetContext ¶

func (o *UpgradeDatalakeParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade datalake params

func (*UpgradeDatalakeParams) SetDefaults ¶

func (o *UpgradeDatalakeParams) SetDefaults()

SetDefaults hydrates default values in the upgrade datalake params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDatalakeParams) SetHTTPClient ¶

func (o *UpgradeDatalakeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade datalake params

func (*UpgradeDatalakeParams) SetInput ¶

SetInput adds the input to the upgrade datalake params

func (*UpgradeDatalakeParams) SetTimeout ¶

func (o *UpgradeDatalakeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade datalake params

func (*UpgradeDatalakeParams) WithContext ¶

WithContext adds the context to the upgrade datalake params

func (*UpgradeDatalakeParams) WithDefaults ¶

func (o *UpgradeDatalakeParams) WithDefaults() *UpgradeDatalakeParams

WithDefaults hydrates default values in the upgrade datalake params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDatalakeParams) WithHTTPClient ¶

func (o *UpgradeDatalakeParams) WithHTTPClient(client *http.Client) *UpgradeDatalakeParams

WithHTTPClient adds the HTTPClient to the upgrade datalake params

func (*UpgradeDatalakeParams) WithInput ¶

WithInput adds the input to the upgrade datalake params

func (*UpgradeDatalakeParams) WithTimeout ¶

func (o *UpgradeDatalakeParams) WithTimeout(timeout time.Duration) *UpgradeDatalakeParams

WithTimeout adds the timeout to the upgrade datalake params

func (*UpgradeDatalakeParams) WriteToRequest ¶

func (o *UpgradeDatalakeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeDatalakeReader ¶

type UpgradeDatalakeReader struct {
	// contains filtered or unexported fields
}

UpgradeDatalakeReader is a Reader for the UpgradeDatalake structure.

func (*UpgradeDatalakeReader) ReadResponse ¶

func (o *UpgradeDatalakeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ValidateAwsCloudStorageDefault ¶ added in v0.4.2

type ValidateAwsCloudStorageDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ValidateAwsCloudStorageDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewValidateAwsCloudStorageDefault ¶ added in v0.4.2

func NewValidateAwsCloudStorageDefault(code int) *ValidateAwsCloudStorageDefault

NewValidateAwsCloudStorageDefault creates a ValidateAwsCloudStorageDefault with default headers values

func (*ValidateAwsCloudStorageDefault) Code ¶ added in v0.4.2

Code gets the status code for the validate aws cloud storage default response

func (*ValidateAwsCloudStorageDefault) Error ¶ added in v0.4.2

func (*ValidateAwsCloudStorageDefault) GetPayload ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) GetPayload() *models.Error

func (*ValidateAwsCloudStorageDefault) IsClientError ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) IsClientError() bool

IsClientError returns true when this validate aws cloud storage default response has a 4xx status code

func (*ValidateAwsCloudStorageDefault) IsCode ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) IsCode(code int) bool

IsCode returns true when this validate aws cloud storage default response a status code equal to that given

func (*ValidateAwsCloudStorageDefault) IsRedirect ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) IsRedirect() bool

IsRedirect returns true when this validate aws cloud storage default response has a 3xx status code

func (*ValidateAwsCloudStorageDefault) IsServerError ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) IsServerError() bool

IsServerError returns true when this validate aws cloud storage default response has a 5xx status code

func (*ValidateAwsCloudStorageDefault) IsSuccess ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageDefault) IsSuccess() bool

IsSuccess returns true when this validate aws cloud storage default response has a 2xx status code

func (*ValidateAwsCloudStorageDefault) String ¶ added in v0.4.2

type ValidateAwsCloudStorageOK ¶ added in v0.4.2

type ValidateAwsCloudStorageOK struct {
	Payload *models.ValidateAwsCloudStorageResponse
}

ValidateAwsCloudStorageOK describes a response with status code 200, with default header values.

AWS cloud storage validation result for Data Lake.

func NewValidateAwsCloudStorageOK ¶ added in v0.4.2

func NewValidateAwsCloudStorageOK() *ValidateAwsCloudStorageOK

NewValidateAwsCloudStorageOK creates a ValidateAwsCloudStorageOK with default headers values

func (*ValidateAwsCloudStorageOK) Code ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) Code() int

Code gets the status code for the validate aws cloud storage o k response

func (*ValidateAwsCloudStorageOK) Error ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) Error() string

func (*ValidateAwsCloudStorageOK) GetPayload ¶ added in v0.4.2

func (*ValidateAwsCloudStorageOK) IsClientError ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) IsClientError() bool

IsClientError returns true when this validate aws cloud storage o k response has a 4xx status code

func (*ValidateAwsCloudStorageOK) IsCode ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) IsCode(code int) bool

IsCode returns true when this validate aws cloud storage o k response a status code equal to that given

func (*ValidateAwsCloudStorageOK) IsRedirect ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) IsRedirect() bool

IsRedirect returns true when this validate aws cloud storage o k response has a 3xx status code

func (*ValidateAwsCloudStorageOK) IsServerError ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) IsServerError() bool

IsServerError returns true when this validate aws cloud storage o k response has a 5xx status code

func (*ValidateAwsCloudStorageOK) IsSuccess ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) IsSuccess() bool

IsSuccess returns true when this validate aws cloud storage o k response has a 2xx status code

func (*ValidateAwsCloudStorageOK) String ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageOK) String() string

type ValidateAwsCloudStorageParams ¶ added in v0.4.2

type ValidateAwsCloudStorageParams struct {

	// Input.
	Input *models.ValidateAwsCloudStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ValidateAwsCloudStorageParams contains all the parameters to send to the API endpoint

for the validate aws cloud storage operation.

Typically these are written to a http.Request.

func NewValidateAwsCloudStorageParams ¶ added in v0.4.2

func NewValidateAwsCloudStorageParams() *ValidateAwsCloudStorageParams

NewValidateAwsCloudStorageParams creates a new ValidateAwsCloudStorageParams 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 NewValidateAwsCloudStorageParamsWithContext ¶ added in v0.4.2

func NewValidateAwsCloudStorageParamsWithContext(ctx context.Context) *ValidateAwsCloudStorageParams

NewValidateAwsCloudStorageParamsWithContext creates a new ValidateAwsCloudStorageParams object with the ability to set a context for a request.

func NewValidateAwsCloudStorageParamsWithHTTPClient ¶ added in v0.4.2

func NewValidateAwsCloudStorageParamsWithHTTPClient(client *http.Client) *ValidateAwsCloudStorageParams

NewValidateAwsCloudStorageParamsWithHTTPClient creates a new ValidateAwsCloudStorageParams object with the ability to set a custom HTTPClient for a request.

func NewValidateAwsCloudStorageParamsWithTimeout ¶ added in v0.4.2

func NewValidateAwsCloudStorageParamsWithTimeout(timeout time.Duration) *ValidateAwsCloudStorageParams

NewValidateAwsCloudStorageParamsWithTimeout creates a new ValidateAwsCloudStorageParams object with the ability to set a timeout on a request.

func (*ValidateAwsCloudStorageParams) SetContext ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageParams) SetContext(ctx context.Context)

SetContext adds the context to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) SetDefaults ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageParams) SetDefaults()

SetDefaults hydrates default values in the validate aws cloud storage params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateAwsCloudStorageParams) SetHTTPClient ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) SetInput ¶ added in v0.4.2

SetInput adds the input to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) SetTimeout ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) WithContext ¶ added in v0.4.2

WithContext adds the context to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) WithDefaults ¶ added in v0.4.2

WithDefaults hydrates default values in the validate aws cloud storage params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateAwsCloudStorageParams) WithHTTPClient ¶ added in v0.4.2

WithHTTPClient adds the HTTPClient to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) WithInput ¶ added in v0.4.2

WithInput adds the input to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) WithTimeout ¶ added in v0.4.2

WithTimeout adds the timeout to the validate aws cloud storage params

func (*ValidateAwsCloudStorageParams) WriteToRequest ¶ added in v0.4.2

WriteToRequest writes these params to a swagger request

type ValidateAwsCloudStorageReader ¶ added in v0.4.2

type ValidateAwsCloudStorageReader struct {
	// contains filtered or unexported fields
}

ValidateAwsCloudStorageReader is a Reader for the ValidateAwsCloudStorage structure.

func (*ValidateAwsCloudStorageReader) ReadResponse ¶ added in v0.4.2

func (o *ValidateAwsCloudStorageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ValidateAzureCloudStorageDefault ¶ added in v0.4.2

type ValidateAzureCloudStorageDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ValidateAzureCloudStorageDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewValidateAzureCloudStorageDefault ¶ added in v0.4.2

func NewValidateAzureCloudStorageDefault(code int) *ValidateAzureCloudStorageDefault

NewValidateAzureCloudStorageDefault creates a ValidateAzureCloudStorageDefault with default headers values

func (*ValidateAzureCloudStorageDefault) Code ¶ added in v0.4.2

Code gets the status code for the validate azure cloud storage default response

func (*ValidateAzureCloudStorageDefault) Error ¶ added in v0.4.2

func (*ValidateAzureCloudStorageDefault) GetPayload ¶ added in v0.4.2

func (*ValidateAzureCloudStorageDefault) IsClientError ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageDefault) IsClientError() bool

IsClientError returns true when this validate azure cloud storage default response has a 4xx status code

func (*ValidateAzureCloudStorageDefault) IsCode ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageDefault) IsCode(code int) bool

IsCode returns true when this validate azure cloud storage default response a status code equal to that given

func (*ValidateAzureCloudStorageDefault) IsRedirect ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageDefault) IsRedirect() bool

IsRedirect returns true when this validate azure cloud storage default response has a 3xx status code

func (*ValidateAzureCloudStorageDefault) IsServerError ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageDefault) IsServerError() bool

IsServerError returns true when this validate azure cloud storage default response has a 5xx status code

func (*ValidateAzureCloudStorageDefault) IsSuccess ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageDefault) IsSuccess() bool

IsSuccess returns true when this validate azure cloud storage default response has a 2xx status code

func (*ValidateAzureCloudStorageDefault) String ¶ added in v0.4.2

type ValidateAzureCloudStorageOK ¶ added in v0.4.2

type ValidateAzureCloudStorageOK struct {
	Payload *models.ValidateAzureCloudStorageResponse
}

ValidateAzureCloudStorageOK describes a response with status code 200, with default header values.

Azure cloud storage validation result for Data Lake.

func NewValidateAzureCloudStorageOK ¶ added in v0.4.2

func NewValidateAzureCloudStorageOK() *ValidateAzureCloudStorageOK

NewValidateAzureCloudStorageOK creates a ValidateAzureCloudStorageOK with default headers values

func (*ValidateAzureCloudStorageOK) Code ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) Code() int

Code gets the status code for the validate azure cloud storage o k response

func (*ValidateAzureCloudStorageOK) Error ¶ added in v0.4.2

func (*ValidateAzureCloudStorageOK) GetPayload ¶ added in v0.4.2

func (*ValidateAzureCloudStorageOK) IsClientError ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) IsClientError() bool

IsClientError returns true when this validate azure cloud storage o k response has a 4xx status code

func (*ValidateAzureCloudStorageOK) IsCode ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) IsCode(code int) bool

IsCode returns true when this validate azure cloud storage o k response a status code equal to that given

func (*ValidateAzureCloudStorageOK) IsRedirect ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) IsRedirect() bool

IsRedirect returns true when this validate azure cloud storage o k response has a 3xx status code

func (*ValidateAzureCloudStorageOK) IsServerError ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) IsServerError() bool

IsServerError returns true when this validate azure cloud storage o k response has a 5xx status code

func (*ValidateAzureCloudStorageOK) IsSuccess ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) IsSuccess() bool

IsSuccess returns true when this validate azure cloud storage o k response has a 2xx status code

func (*ValidateAzureCloudStorageOK) String ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageOK) String() string

type ValidateAzureCloudStorageParams ¶ added in v0.4.2

type ValidateAzureCloudStorageParams struct {

	// Input.
	Input *models.ValidateAzureCloudStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ValidateAzureCloudStorageParams contains all the parameters to send to the API endpoint

for the validate azure cloud storage operation.

Typically these are written to a http.Request.

func NewValidateAzureCloudStorageParams ¶ added in v0.4.2

func NewValidateAzureCloudStorageParams() *ValidateAzureCloudStorageParams

NewValidateAzureCloudStorageParams creates a new ValidateAzureCloudStorageParams 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 NewValidateAzureCloudStorageParamsWithContext ¶ added in v0.4.2

func NewValidateAzureCloudStorageParamsWithContext(ctx context.Context) *ValidateAzureCloudStorageParams

NewValidateAzureCloudStorageParamsWithContext creates a new ValidateAzureCloudStorageParams object with the ability to set a context for a request.

func NewValidateAzureCloudStorageParamsWithHTTPClient ¶ added in v0.4.2

func NewValidateAzureCloudStorageParamsWithHTTPClient(client *http.Client) *ValidateAzureCloudStorageParams

NewValidateAzureCloudStorageParamsWithHTTPClient creates a new ValidateAzureCloudStorageParams object with the ability to set a custom HTTPClient for a request.

func NewValidateAzureCloudStorageParamsWithTimeout ¶ added in v0.4.2

func NewValidateAzureCloudStorageParamsWithTimeout(timeout time.Duration) *ValidateAzureCloudStorageParams

NewValidateAzureCloudStorageParamsWithTimeout creates a new ValidateAzureCloudStorageParams object with the ability to set a timeout on a request.

func (*ValidateAzureCloudStorageParams) SetContext ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageParams) SetContext(ctx context.Context)

SetContext adds the context to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) SetDefaults ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageParams) SetDefaults()

SetDefaults hydrates default values in the validate azure cloud storage params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateAzureCloudStorageParams) SetHTTPClient ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) SetInput ¶ added in v0.4.2

SetInput adds the input to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) SetTimeout ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) WithContext ¶ added in v0.4.2

WithContext adds the context to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) WithDefaults ¶ added in v0.4.2

WithDefaults hydrates default values in the validate azure cloud storage params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateAzureCloudStorageParams) WithHTTPClient ¶ added in v0.4.2

WithHTTPClient adds the HTTPClient to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) WithInput ¶ added in v0.4.2

WithInput adds the input to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) WithTimeout ¶ added in v0.4.2

WithTimeout adds the timeout to the validate azure cloud storage params

func (*ValidateAzureCloudStorageParams) WriteToRequest ¶ added in v0.4.2

WriteToRequest writes these params to a swagger request

type ValidateAzureCloudStorageReader ¶ added in v0.4.2

type ValidateAzureCloudStorageReader struct {
	// contains filtered or unexported fields
}

ValidateAzureCloudStorageReader is a Reader for the ValidateAzureCloudStorage structure.

func (*ValidateAzureCloudStorageReader) ReadResponse ¶ added in v0.4.2

func (o *ValidateAzureCloudStorageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files ¶

Jump to

Keyboard shortcuts

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