operations

package
v0.7.7 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddUserDefault

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

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

The default response on an error.

func NewAddUserDefault

func NewAddUserDefault(code int) *AddUserDefault

NewAddUserDefault creates a AddUserDefault with default headers values

func (*AddUserDefault) Code

func (o *AddUserDefault) Code() int

Code gets the status code for the add user default response

func (*AddUserDefault) Error

func (o *AddUserDefault) Error() string

func (*AddUserDefault) GetPayload

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

func (*AddUserDefault) IsClientError

func (o *AddUserDefault) IsClientError() bool

IsClientError returns true when this add user default response has a 4xx status code

func (*AddUserDefault) IsCode

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

IsCode returns true when this add user default response a status code equal to that given

func (*AddUserDefault) IsRedirect

func (o *AddUserDefault) IsRedirect() bool

IsRedirect returns true when this add user default response has a 3xx status code

func (*AddUserDefault) IsServerError

func (o *AddUserDefault) IsServerError() bool

IsServerError returns true when this add user default response has a 5xx status code

func (*AddUserDefault) IsSuccess

func (o *AddUserDefault) IsSuccess() bool

IsSuccess returns true when this add user default response has a 2xx status code

func (*AddUserDefault) String

func (o *AddUserDefault) String() string

type AddUserOK

type AddUserOK struct {
	Payload models.AddUserResponse
}

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

Expected response to a valid request.

func NewAddUserOK

func NewAddUserOK() *AddUserOK

NewAddUserOK creates a AddUserOK with default headers values

func (*AddUserOK) Code

func (o *AddUserOK) Code() int

Code gets the status code for the add user o k response

func (*AddUserOK) Error

func (o *AddUserOK) Error() string

func (*AddUserOK) GetPayload

func (o *AddUserOK) GetPayload() models.AddUserResponse

func (*AddUserOK) IsClientError

func (o *AddUserOK) IsClientError() bool

IsClientError returns true when this add user o k response has a 4xx status code

func (*AddUserOK) IsCode

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

IsCode returns true when this add user o k response a status code equal to that given

func (*AddUserOK) IsRedirect

func (o *AddUserOK) IsRedirect() bool

IsRedirect returns true when this add user o k response has a 3xx status code

func (*AddUserOK) IsServerError

func (o *AddUserOK) IsServerError() bool

IsServerError returns true when this add user o k response has a 5xx status code

func (*AddUserOK) IsSuccess

func (o *AddUserOK) IsSuccess() bool

IsSuccess returns true when this add user o k response has a 2xx status code

func (*AddUserOK) String

func (o *AddUserOK) String() string

type AddUserParams

type AddUserParams struct {

	// Input.
	Input *models.AddUserRequest

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

AddUserParams contains all the parameters to send to the API endpoint

for the add user operation.

Typically these are written to a http.Request.

func NewAddUserParams

func NewAddUserParams() *AddUserParams

NewAddUserParams creates a new AddUserParams 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 NewAddUserParamsWithContext

func NewAddUserParamsWithContext(ctx context.Context) *AddUserParams

NewAddUserParamsWithContext creates a new AddUserParams object with the ability to set a context for a request.

func NewAddUserParamsWithHTTPClient

func NewAddUserParamsWithHTTPClient(client *http.Client) *AddUserParams

NewAddUserParamsWithHTTPClient creates a new AddUserParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserParamsWithTimeout

func NewAddUserParamsWithTimeout(timeout time.Duration) *AddUserParams

NewAddUserParamsWithTimeout creates a new AddUserParams object with the ability to set a timeout on a request.

func (*AddUserParams) SetContext

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

SetContext adds the context to the add user params

func (*AddUserParams) SetDefaults

func (o *AddUserParams) SetDefaults()

SetDefaults hydrates default values in the add user params (not the query body).

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

func (*AddUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add user params

func (*AddUserParams) SetInput

func (o *AddUserParams) SetInput(input *models.AddUserRequest)

SetInput adds the input to the add user params

func (*AddUserParams) SetTimeout

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

SetTimeout adds the timeout to the add user params

func (*AddUserParams) WithContext

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

WithContext adds the context to the add user params

func (*AddUserParams) WithDefaults

func (o *AddUserParams) WithDefaults() *AddUserParams

WithDefaults hydrates default values in the add user params (not the query body).

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

func (*AddUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add user params

func (*AddUserParams) WithInput

func (o *AddUserParams) WithInput(input *models.AddUserRequest) *AddUserParams

WithInput adds the input to the add user params

func (*AddUserParams) WithTimeout

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

WithTimeout adds the timeout to the add user params

func (*AddUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddUserReader

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

AddUserReader is a Reader for the AddUser structure.

func (*AddUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BackupClusterDefault

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

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

The default response on an error.

func NewBackupClusterDefault

func NewBackupClusterDefault(code int) *BackupClusterDefault

NewBackupClusterDefault creates a BackupClusterDefault with default headers values

func (*BackupClusterDefault) Code

func (o *BackupClusterDefault) Code() int

Code gets the status code for the backup cluster default response

func (*BackupClusterDefault) Error

func (o *BackupClusterDefault) Error() string

func (*BackupClusterDefault) GetPayload

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

func (*BackupClusterDefault) IsClientError

func (o *BackupClusterDefault) IsClientError() bool

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

func (*BackupClusterDefault) IsCode

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

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

func (*BackupClusterDefault) IsRedirect

func (o *BackupClusterDefault) IsRedirect() bool

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

func (*BackupClusterDefault) IsServerError

func (o *BackupClusterDefault) IsServerError() bool

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

func (*BackupClusterDefault) IsSuccess

func (o *BackupClusterDefault) IsSuccess() bool

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

func (*BackupClusterDefault) String

func (o *BackupClusterDefault) String() string

type BackupClusterOK

type BackupClusterOK struct {
	Payload *models.BackupClusterResponse
}

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

Expected response to a valid request.

func NewBackupClusterOK

func NewBackupClusterOK() *BackupClusterOK

NewBackupClusterOK creates a BackupClusterOK with default headers values

func (*BackupClusterOK) Code

func (o *BackupClusterOK) Code() int

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

func (*BackupClusterOK) Error

func (o *BackupClusterOK) Error() string

func (*BackupClusterOK) GetPayload

func (o *BackupClusterOK) GetPayload() *models.BackupClusterResponse

func (*BackupClusterOK) IsClientError

func (o *BackupClusterOK) IsClientError() bool

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

func (*BackupClusterOK) IsCode

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

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

func (*BackupClusterOK) IsRedirect

func (o *BackupClusterOK) IsRedirect() bool

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

func (*BackupClusterOK) IsServerError

func (o *BackupClusterOK) IsServerError() bool

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

func (*BackupClusterOK) IsSuccess

func (o *BackupClusterOK) IsSuccess() bool

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

func (*BackupClusterOK) String

func (o *BackupClusterOK) String() string

type BackupClusterParams

type BackupClusterParams struct {

	// Input.
	Input *models.BackupClusterRequest

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

BackupClusterParams contains all the parameters to send to the API endpoint

for the backup cluster operation.

Typically these are written to a http.Request.

func NewBackupClusterParams

func NewBackupClusterParams() *BackupClusterParams

NewBackupClusterParams creates a new BackupClusterParams 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 NewBackupClusterParamsWithContext

func NewBackupClusterParamsWithContext(ctx context.Context) *BackupClusterParams

NewBackupClusterParamsWithContext creates a new BackupClusterParams object with the ability to set a context for a request.

func NewBackupClusterParamsWithHTTPClient

func NewBackupClusterParamsWithHTTPClient(client *http.Client) *BackupClusterParams

NewBackupClusterParamsWithHTTPClient creates a new BackupClusterParams object with the ability to set a custom HTTPClient for a request.

func NewBackupClusterParamsWithTimeout

func NewBackupClusterParamsWithTimeout(timeout time.Duration) *BackupClusterParams

NewBackupClusterParamsWithTimeout creates a new BackupClusterParams object with the ability to set a timeout on a request.

func (*BackupClusterParams) SetContext

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

SetContext adds the context to the backup cluster params

func (*BackupClusterParams) SetDefaults

func (o *BackupClusterParams) SetDefaults()

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

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

func (*BackupClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the backup cluster params

func (*BackupClusterParams) SetInput

func (o *BackupClusterParams) SetInput(input *models.BackupClusterRequest)

SetInput adds the input to the backup cluster params

func (*BackupClusterParams) SetTimeout

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

SetTimeout adds the timeout to the backup cluster params

func (*BackupClusterParams) WithContext

WithContext adds the context to the backup cluster params

func (*BackupClusterParams) WithDefaults

func (o *BackupClusterParams) WithDefaults() *BackupClusterParams

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

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

func (*BackupClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the backup cluster params

func (*BackupClusterParams) WithInput

WithInput adds the input to the backup cluster params

func (*BackupClusterParams) WithTimeout

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

WithTimeout adds the timeout to the backup cluster params

func (*BackupClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type BackupClusterReader

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

BackupClusterReader is a Reader for the BackupCluster structure.

func (*BackupClusterReader) ReadResponse

func (o *BackupClusterReader) 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) AddUser

func (a *Client) AddUser(params *AddUserParams, opts ...ClientOption) (*AddUserOK, error)

AddUser adds the given user to the cluster

Adds the given user to the cluster. Please note that the user must pre-exist.

func (*Client) BackupCluster

func (a *Client) BackupCluster(params *BackupClusterParams, opts ...ClientOption) (*BackupClusterOK, error)

BackupCluster creates a backup from the cluster configuration and settings

Creates a backup from the configuration and settings, including all the connected DbCatalogs, Virtual Warehouses and Data Visualisation Apps. The returned data may be used to restore all the entities by using the "restore-cluster" command. The CDW doesn't provide centralized management of the backups. Learn more at https://docs.cloudera.com/data-warehouse/cloud/backup-and-restore/topics/dw-environment-reactivation.html

func (*Client) CreateAwsCluster added in v0.4.2

func (a *Client) CreateAwsCluster(params *CreateAwsClusterParams, opts ...ClientOption) (*CreateAwsClusterOK, error)

CreateAwsCluster creates an a w s cluster in the cloudera data warehouse

Create an AWS cluster in the Cloudera Data Warehouse environment with the provided settings.

func (*Client) CreateAzureCluster added in v0.4.2

func (a *Client) CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error)

CreateAzureCluster creates an azure cluster in the cloudera data warehouse

Create an Azure cluster in the Cloudera Data Warehouse environment with the provided settings.

func (*Client) CreateBackup

func (a *Client) CreateBackup(params *CreateBackupParams, opts ...ClientOption) (*CreateBackupOK, error)

CreateBackup creates a backup for the data warehouse

Creates an on-demand backup for the data warehouse including Kubernetes objects, persistent volumes, etc. Backup requests are processed asynchronously and instantaneously.

func (*Client) CreateCluster

func (a *Client) CreateCluster(params *CreateClusterParams, opts ...ClientOption) (*CreateClusterOK, error)

CreateCluster creates a cloudera data warehouse cluster

Create a Cloudera Data Warehouse cluster.

func (*Client) CreateClusterDiagnosticDataJob

func (a *Client) CreateClusterDiagnosticDataJob(params *CreateClusterDiagnosticDataJobParams, opts ...ClientOption) (*CreateClusterDiagnosticDataJobOK, error)

CreateClusterDiagnosticDataJob creates a diagnostic job for the given cluster

Creates a diagnostic job for the given cluster. The diagnostic data job is useful for troubleshooting purposes. The job collects logs and metrics (see --download-options to see available options) which are going to be bundled into a single file and will be available at the desired location (see --destination). General metadata about the diagnostics will also be included as the bundle-info.json file.

func (*Client) CreateDataVisualization

func (a *Client) CreateDataVisualization(params *CreateDataVisualizationParams, opts ...ClientOption) (*CreateDataVisualizationOK, error)

CreateDataVisualization creates a cloudera data visualization

Creates a Cloudera Data Visualization.

func (*Client) CreateDbc

func (a *Client) CreateDbc(params *CreateDbcParams, opts ...ClientOption) (*CreateDbcOK, error)

CreateDbc creates a database catalog

DEPRECATED: Create a Database Catalog. The Database Catalog creation is deprecated and will be removed in subsequent releases. The Default Database Catalog is getting created during the cluster activation (create-cluster).

func (*Client) CreateDbcDiagnosticDataJob

func (a *Client) CreateDbcDiagnosticDataJob(params *CreateDbcDiagnosticDataJobParams, opts ...ClientOption) (*CreateDbcDiagnosticDataJobOK, error)

CreateDbcDiagnosticDataJob creates a diagnostic job for the given database catalog

Creates a diagnostic job for the given database catalog. The diagnostic data job is useful for troubleshooting purposes. The job collects logs and metrics (see --download-options to see available options) which are going to be bundled into a single file and will be available at the desired location (see --destination). General metadata about the diagnostics will also be included as the bundle-info.json file.

func (*Client) CreatePrivateCluster added in v0.4.2

func (a *Client) CreatePrivateCluster(params *CreatePrivateClusterParams, opts ...ClientOption) (*CreatePrivateClusterOK, error)

CreatePrivateCluster creates a a private cloud cluster in the cloudera data warehouse

Create a Private Cloud cluster in the Cloudera Data Warehouse environment with the provided settings.

func (*Client) CreateResourceTemplate added in v0.6.3

func (a *Client) CreateResourceTemplate(params *CreateResourceTemplateParams, opts ...ClientOption) (*CreateResourceTemplateOK, error)

CreateResourceTemplate creates a resource allocation template

This command's purpose is to facilitate the creation of resource templates in CDW. Users are allowed to tailor default CPU and Memory settings according to their needs. Setting up these values correctly is crucial when creating Hive / Impala and DataViz instances using the 'create-vw' / 'create-data-visualisation' commands. The 'id' of the response object must be supplied in the 'create-vw' / 'create-data-visualisation' command 'template' field to specify the chosen resource allocation size. Please note, that the 'default' fields in the response denote the default supplied value if the 'template' is not specified in the create commands. These templates are versioned so that users can rollback to a particular version. Existing resources are not affected by rollback. Learn more about each resource allocation with the 'describe-resource' command.

func (*Client) CreateVw

func (a *Client) CreateVw(params *CreateVwParams, opts ...ClientOption) (*CreateVwOK, error)

CreateVw creates a virtual warehouse

Create a Virtual Warehouse.

func (*Client) CreateVwDiagnosticDataJob

func (a *Client) CreateVwDiagnosticDataJob(params *CreateVwDiagnosticDataJobParams, opts ...ClientOption) (*CreateVwDiagnosticDataJobOK, error)

CreateVwDiagnosticDataJob creates a diagnostic job for the given virtual warehouse

Creates a job for the given Virtual Warehouse. The diagnostic data job is useful for troubleshooting purposes. The job collects logs and metrics (see --hive-download-options, --impala-download-options to see available options) which are going to be bundled into a single file and will be available at the desired location (see --destination). General metadata about the diagnostics will also be included as the bundle-info.json file.

func (*Client) DeleteBackup

func (a *Client) DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error)

DeleteBackup deletes a data warehouse backup

Deletes an existing data warehouse backup. The call returns immediately.

func (*Client) DeleteCluster

func (a *Client) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error)

DeleteCluster deletes a cloudera data warehouse cluster

Delete a Cloudera Data Warehouse cluster.

func (*Client) DeleteClusterDiagnosticDataJob

func (a *Client) DeleteClusterDiagnosticDataJob(params *DeleteClusterDiagnosticDataJobParams, opts ...ClientOption) (*DeleteClusterDiagnosticDataJobOK, error)

DeleteClusterDiagnosticDataJob deletes a diagnostic job for the given cluster

Deletes a diagnostic job for the given cluster. The job can be deleted even when its status is "Running".

func (*Client) DeleteDataVisualization

func (a *Client) DeleteDataVisualization(params *DeleteDataVisualizationParams, opts ...ClientOption) (*DeleteDataVisualizationOK, error)

DeleteDataVisualization asynchronous operation that deletes a cloudera data visualization when the d v is in deleting state we can still use describe data visualization to check the status once it is deleted the describe data visualization would return a not found error

Asynchronous operation that deletes a Cloudera Data Visualization. When the DV is in deleting state, we can still use describe-data-visualization to check the status. Once it is deleted, the describe-data-visualization would return a not found error.

func (*Client) DeleteDbc

func (a *Client) DeleteDbc(params *DeleteDbcParams, opts ...ClientOption) (*DeleteDbcOK, error)

DeleteDbc deletes a database catalog

Delete a Database Catalog.

func (*Client) DeleteDbcDiagnosticDataJob

func (a *Client) DeleteDbcDiagnosticDataJob(params *DeleteDbcDiagnosticDataJobParams, opts ...ClientOption) (*DeleteDbcDiagnosticDataJobOK, error)

DeleteDbcDiagnosticDataJob deletes a diagnostic job for the given database catalog

Deletes a diagnostic job for the given Database Catalog. The job can be deleted even when its status is "Running".

func (*Client) DeleteResourceTemplate added in v0.6.3

func (a *Client) DeleteResourceTemplate(params *DeleteResourceTemplateParams, opts ...ClientOption) (*DeleteResourceTemplateOK, error)

DeleteResourceTemplate deletes a resource allocation template

This command's purpose is to facilitate the delete of resource templates in CDW.

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

DeleteUser deletes the given user from the cluster

Deletes the given user from the cluster. Please note that the user itself won't be deleted, only removed from the cluster.

func (*Client) DeleteVw

func (a *Client) DeleteVw(params *DeleteVwParams, opts ...ClientOption) (*DeleteVwOK, error)

DeleteVw deletes a virtual warehouse

Delete a Virtual Warehouse.

func (*Client) DeleteVwDiagnosticDataJob

func (a *Client) DeleteVwDiagnosticDataJob(params *DeleteVwDiagnosticDataJobParams, opts ...ClientOption) (*DeleteVwDiagnosticDataJobOK, error)

DeleteVwDiagnosticDataJob deletes a diagnostic job for the given virtual warehouse

Delete a diagnostic job for the given Virtual Warehouse. The job can be deleted even when its status is "Running".

func (*Client) DescribeAllowedInstanceTypes

func (a *Client) DescribeAllowedInstanceTypes(params *DescribeAllowedInstanceTypesParams, opts ...ClientOption) (*DescribeAllowedInstanceTypesOK, error)

DescribeAllowedInstanceTypes gets allowed compute instance types for both a w s and azure cluster types and their default values

Get allowed compute instance types for both AWS and Azure cluster types and their default values.

func (*Client) DescribeBackup

func (a *Client) DescribeBackup(params *DescribeBackupParams, opts ...ClientOption) (*DescribeBackupOK, error)

DescribeBackup describes the backup

Returns the description of an existing data warehouse backup.

func (*Client) DescribeCluster

func (a *Client) DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error)

DescribeCluster describes a cloudera data warehouse cluster

Describe a Cloudera Data Warehouse cluster.

func (*Client) DescribeClusterDiagnosticDataJob

func (a *Client) DescribeClusterDiagnosticDataJob(params *DescribeClusterDiagnosticDataJobParams, opts ...ClientOption) (*DescribeClusterDiagnosticDataJobOK, error)

DescribeClusterDiagnosticDataJob describes a diagnostic job for the given cluster

Describes a diagnostic job for the given Cluster. The output includes a list of jobs along with their current status and some metadata related to each job.

func (*Client) DescribeConfig

func (a *Client) DescribeConfig(params *DescribeConfigParams, opts ...ClientOption) (*DescribeConfigOK, error)

DescribeConfig describes a service configuration

Describe a service configuration.

func (*Client) DescribeConfigDiff

func (a *Client) DescribeConfigDiff(params *DescribeConfigDiffParams, opts ...ClientOption) (*DescribeConfigDiffOK, error)

DescribeConfigDiff gets differences between two service configurations

Get differences between two service configurations.

func (*Client) DescribeDataVisualization

func (a *Client) DescribeDataVisualization(params *DescribeDataVisualizationParams, opts ...ClientOption) (*DescribeDataVisualizationOK, error)

DescribeDataVisualization describes a cloudera data visualization

Describes a Cloudera Data Visualization.

func (*Client) DescribeDbc

func (a *Client) DescribeDbc(params *DescribeDbcParams, opts ...ClientOption) (*DescribeDbcOK, error)

DescribeDbc describes a database catalog

Describe a Database Catalog.

func (*Client) DescribeDbcConfig

func (a *Client) DescribeDbcConfig(params *DescribeDbcConfigParams, opts ...ClientOption) (*DescribeDbcConfigOK, error)

DescribeDbcConfig describes the database catalog current configuration

Describes the Database Catalog current configuration.

func (*Client) DescribeDbcDiagnosticDataJob

func (a *Client) DescribeDbcDiagnosticDataJob(params *DescribeDbcDiagnosticDataJobParams, opts ...ClientOption) (*DescribeDbcDiagnosticDataJobOK, error)

DescribeDbcDiagnosticDataJob describes a diagnostic job for the given database catalog

Describes a diagnostic job for the given Database Catalog. The output includes a list of jobs along with their current status and some metadata related to each job.

func (*Client) DescribeKubeconfig

func (a *Client) DescribeKubeconfig(params *DescribeKubeconfigParams, opts ...ClientOption) (*DescribeKubeconfigOK, error)

DescribeKubeconfig gets kubeconfig for a cloudera data warehouse cluster

Get Kubeconfig for a Cloudera Data Warehouse cluster.

func (*Client) DescribeRestore

func (a *Client) DescribeRestore(params *DescribeRestoreParams, opts ...ClientOption) (*DescribeRestoreOK, error)

DescribeRestore describes the restore

Returns the description of a data warehouse restore operation.

func (*Client) DescribeServerSetting

func (a *Client) DescribeServerSetting(params *DescribeServerSettingParams, opts ...ClientOption) (*DescribeServerSettingOK, error)

DescribeServerSetting gets the d w x server settings

Get the DWX server settings. This method can be used from DWX Private Cloud version 1.4.1.

func (*Client) DescribeVw

func (a *Client) DescribeVw(params *DescribeVwParams, opts ...ClientOption) (*DescribeVwOK, error)

DescribeVw describes a virtual warehouse

Describe a Virtual Warehouse.

func (*Client) DescribeVwConfig

func (a *Client) DescribeVwConfig(params *DescribeVwConfigParams, opts ...ClientOption) (*DescribeVwConfigOK, error)

DescribeVwConfig describes the current configuration of a hive or impala virtual warehouse

Describes the current configuration of a Hive or Impala Virtual Warehouse.

func (*Client) DescribeVwDiagnosticDataJob

func (a *Client) DescribeVwDiagnosticDataJob(params *DescribeVwDiagnosticDataJobParams, opts ...ClientOption) (*DescribeVwDiagnosticDataJobOK, error)

DescribeVwDiagnosticDataJob describes a diagnostic jobs for the given virtual warehouse

Describes a diagnostic job for the given Virtual Warehouse. The output includes a list of jobs along with their current status and metadata related to each job.

func (*Client) GetDataVisualizationUpgradeVersion

func (a *Client) GetDataVisualizationUpgradeVersion(params *GetDataVisualizationUpgradeVersionParams, opts ...ClientOption) (*GetDataVisualizationUpgradeVersionOK, error)

GetDataVisualizationUpgradeVersion gets latest version and latest compatible version for cloudera data visualization

Gets latest version and latest compatible version for Cloudera Data Visualization.

func (*Client) GetK8sCertJKS added in v0.5.4

func (a *Client) GetK8sCertJKS(params *GetK8sCertJKSParams, opts ...ClientOption) (*GetK8sCertJKSOK, error)

GetK8sCertJKS gets kubernetes certificates in j k s format

Gets the Kubernetes certificate in a Java Truststore for the given cluster ID of the CDW environment.

func (*Client) GetK8sCertPEM added in v0.5.4

func (a *Client) GetK8sCertPEM(params *GetK8sCertPEMParams, opts ...ClientOption) (*GetK8sCertPEMOK, error)

GetK8sCertPEM gets kubernetes certificate in p e m format

Gets the Kubernetes certificate in PEM format for the given cluster ID of the CDW environment.

func (*Client) GetLogs

func (a *Client) GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error)

GetLogs gets job logs

Given the CRN, returns the corresponding job logs.

func (*Client) GetUpgradeDbcVersions

func (a *Client) GetUpgradeDbcVersions(params *GetUpgradeDbcVersionsParams, opts ...ClientOption) (*GetUpgradeDbcVersionsOK, error)

GetUpgradeDbcVersions gets the latest version and latest compatible version for database catalog

Gets the latest version and latest compatible version for Database Catalog.

func (*Client) GetUpgradeVwVersions

func (a *Client) GetUpgradeVwVersions(params *GetUpgradeVwVersionsParams, opts ...ClientOption) (*GetUpgradeVwVersionsOK, error)

GetUpgradeVwVersions gets the latest version and latest compatible version for virtual warehouse

Gets the latest version and latest compatible version for Virtual Warehouse.

func (*Client) HealthCheck

func (a *Client) HealthCheck(params *HealthCheckParams, opts ...ClientOption) (*HealthCheckOK, error)

HealthCheck checks the health of the API

Check the health of the API.

func (*Client) ListBackupEntities

func (a *Client) ListBackupEntities(params *ListBackupEntitiesParams, opts ...ClientOption) (*ListBackupEntitiesOK, error)

ListBackupEntities lists potential backup entities associated with the data warehouse

Lists potential backup entities associated with the data warehouse.

func (*Client) ListBackups

func (a *Client) ListBackups(params *ListBackupsParams, opts ...ClientOption) (*ListBackupsOK, error)

ListBackups lists backups

Lists backups associated with the data warehouse.

func (*Client) ListClusterDiagnosticDataJobs

func (a *Client) ListClusterDiagnosticDataJobs(params *ListClusterDiagnosticDataJobsParams, opts ...ClientOption) (*ListClusterDiagnosticDataJobsOK, error)

ListClusterDiagnosticDataJobs gets a list of diagnostic jobs for the given cluster

Lists diagnostic jobs for the given cluster. The output includes a list of jobs along with their current status and metadata related to each job.

func (*Client) ListClusters

func (a *Client) ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error)

ListClusters lists cloudera data warehouse clusters

List Cloudera Data Warehouse clusters.

func (*Client) ListDataVisualizations

func (a *Client) ListDataVisualizations(params *ListDataVisualizationsParams, opts ...ClientOption) (*ListDataVisualizationsOK, error)

ListDataVisualizations lists cloudera data visualization in the provided c d w cluster

Lists Cloudera Data Visualization in the provided CDW cluster.

func (*Client) ListDbcConfigs

func (a *Client) ListDbcConfigs(params *ListDbcConfigsParams, opts ...ClientOption) (*ListDbcConfigsOK, error)

ListDbcConfigs gets the configuration history of a database catalog

Get the configuration history of a Database Catalog.

func (*Client) ListDbcDiagnosticDataJobs

func (a *Client) ListDbcDiagnosticDataJobs(params *ListDbcDiagnosticDataJobsParams, opts ...ClientOption) (*ListDbcDiagnosticDataJobsOK, error)

ListDbcDiagnosticDataJobs gets a list of diagnostic jobs for the given database catalog

Lists diagnostic jobs for the given Database Catalog. The output includes a list of jobs along with their current status and metadata related to each job.

func (*Client) ListDbcEvents

func (a *Client) ListDbcEvents(params *ListDbcEventsParams, opts ...ClientOption) (*ListDbcEventsOK, error)

ListDbcEvents gets the list of events for the given database catalog

Get the list of events for the given Database Catalog.

func (*Client) ListDbcs

func (a *Client) ListDbcs(params *ListDbcsParams, opts ...ClientOption) (*ListDbcsOK, error)

ListDbcs lists database catalogs

List Database Catalogs.

func (*Client) ListEvents added in v0.4.2

func (a *Client) ListEvents(params *ListEventsParams, opts ...ClientOption) (*ListEventsOK, error)

ListEvents gets the list of events

Get the list of events for the given Operation or a specific Service (Cluster, Database Catalog, Virtual Warehouse, or Data Visualization App). Events can belong to a particular Operation which might span across multiple Services. This happens if the given operation affects one or more Services e.g.: restore-cluster. It is also possible to return the events only for a given Service, in this case it is enough to pass the Id of a Service (e.g.: env-sq7hfv, warehouse-1696571829-pps2, compute-1696571962-8dd8, impala-1696572085-cn44).

func (*Client) ListLatestVersions

func (a *Client) ListLatestVersions(params *ListLatestVersionsParams, opts ...ClientOption) (*ListLatestVersionsOK, error)

ListLatestVersions lists the latest version of the product if available for all catalogs in the environment

Lists the latest version of the product (if available) for all catalogs in the environment.

func (*Client) ListResourceTemplates added in v0.6.3

func (a *Client) ListResourceTemplates(params *ListResourceTemplatesParams, opts ...ClientOption) (*ListResourceTemplatesOK, error)

ListResourceTemplates gets default resource allocation templates

This command provides a predefined set of available resource configuration in CDW. Users allowed to tailor these default CPU and Memory settings according their needs using the 'update-resource' command. Setting up these values correctly is crucial when creating a Hive / Impala and DataViz instances using the 'create-vw' / 'create-data-visualisation' commands. The 'id' of the response object has to be supplied in the 'create-vw' / 'create-data-visualisation' command 'template' field respectively, in order to specify the chosen resource allocation size. Please note, the 'default' fields in the response denotes default supplied value if the 'template' not specified in the create commands. These templates are versioned, so users are able to roll-back to a particular version. Existing resources not affected by roll-back. Learn more about each of the resource allocations with the 'describe-resource' command.

func (*Client) ListRestores

func (a *Client) ListRestores(params *ListRestoresParams, opts ...ClientOption) (*ListRestoresOK, error)

ListRestores lists restores

Lists restores associated with the data warehouse.

func (*Client) ListUsers

func (a *Client) ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)

ListUsers lists the users who have access to the cluster

Lists the users who have access to the cluster.

func (*Client) ListVwConfigs

func (a *Client) ListVwConfigs(params *ListVwConfigsParams, opts ...ClientOption) (*ListVwConfigsOK, error)

ListVwConfigs gets the configuration history of a virtual warehouse

Get the configuration history of a Virtual Warehouse.

func (*Client) ListVwDiagnosticDataJobs

func (a *Client) ListVwDiagnosticDataJobs(params *ListVwDiagnosticDataJobsParams, opts ...ClientOption) (*ListVwDiagnosticDataJobsOK, error)

ListVwDiagnosticDataJobs gets a list of diagnostic jobs for the given virtual warehouse

Lists diagnostic jobs for the given Virtual Warehouse. The output includes a list of jobs along with their current status and metadata related to each job.

func (*Client) ListVwEvents

func (a *Client) ListVwEvents(params *ListVwEventsParams, opts ...ClientOption) (*ListVwEventsOK, error)

ListVwEvents gets the list of events for the given virtual warehouse

Get the list of events for the given Virtual Warehouse.

func (*Client) ListVws

func (a *Client) ListVws(params *ListVwsParams, opts ...ClientOption) (*ListVwsOK, error)

ListVws lists virtual warehouses

List Virtual Warehouses.

func (*Client) RebuildDbc

func (a *Client) RebuildDbc(params *RebuildDbcParams, opts ...ClientOption) (*RebuildDbcOK, error)

RebuildDbc rebuilds a database catalog

Rebuild a Database Catalog. Please use this feature for Database Catalogs which are in inconsistent or erroneous state. Running/Stopped Database Catalogs are safe to rebuild as well. This is a Beta feature. If a rebuild has been initiated, try to avoid rebuilding it again until it is completed or in erroneous state.

func (*Client) RebuildVw

func (a *Client) RebuildVw(params *RebuildVwParams, opts ...ClientOption) (*RebuildVwOK, error)

RebuildVw rebuilds a virtual warehouse

Rebuild a Virtual Warehouse. Please use this feature for Virtual Warehouses which are in inconsistent or erroneous state. Running/Stopped Virtual Warehouses are safe to rebuild as well. This is a Beta feature. If a rebuild has been initiated, try to avoid rebuilding it again until it is completed or in erroneous state.

func (*Client) RenewCertificates

func (a *Client) RenewCertificates(params *RenewCertificatesParams, opts ...ClientOption) (*RenewCertificatesOK, error)

RenewCertificates renews certificates for a cloudera data warehouse azure cluster

Renew certificate for a Cloudera Data Warehouse Azure cluster.

func (*Client) RestartDbc

func (a *Client) RestartDbc(params *RestartDbcParams, opts ...ClientOption) (*RestartDbcOK, error)

RestartDbc restarts a database catalog

Restart a Database Catalog.

func (*Client) RestartVw

func (a *Client) RestartVw(params *RestartVwParams, opts ...ClientOption) (*RestartVwOK, error)

RestartVw restarts a virtual warehouse

Restart a Virtual Warehouse.

func (*Client) RestoreBackup

func (a *Client) RestoreBackup(params *RestoreBackupParams, opts ...ClientOption) (*RestoreBackupOK, error)

RestoreBackup restores backup

Restores the state of the data warehouse from an existing backup.

func (*Client) RestoreCluster

func (a *Client) RestoreCluster(params *RestoreClusterParams, opts ...ClientOption) (*RestoreClusterOK, error)

RestoreCluster restores the cluster from a backup data made by backup cluster command

Restores the cluster from a backup data made by "backup-cluster" command. The operation restores the default DbCatalog configuration, the Virtual Warehouses and the Data Visualisation Apps. Learn more at https://docs.cloudera.com/data-warehouse/cloud/backup-and-restore/topics/dw-environment-reactivation.html

func (*Client) ResumeCluster added in v0.4.2

func (a *Client) ResumeCluster(params *ResumeClusterParams, opts ...ClientOption) (*ResumeClusterOK, error)

ResumeCluster resumes cloudera data warehouse cluster

Resume Cloudera Data Warehouse cluster. Resume cluster will start a stopped CDW cluster. Resuming a cluster in "Running" or "Error" state is not supported. Resume will start the AKS or EKS instance which belongs to this CDW. Please refer to the following AKS documentation for start/stop feature https://learn.microsoft.com/en-us/azure/aks/start-stop-cluster?tabs=azure-cli

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartVw

func (a *Client) StartVw(params *StartVwParams, opts ...ClientOption) (*StartVwOK, error)

StartVw starts a suspended virtual warehouse

Starts a suspended Virtual Warehouse. Has no effect if the VW is already started.

func (*Client) SuspendCluster added in v0.4.2

func (a *Client) SuspendCluster(params *SuspendClusterParams, opts ...ClientOption) (*SuspendClusterOK, error)

SuspendCluster suspends cloudera data warehouse cluster

Suspend Cloudera Data Warehouse cluster. Suspend cluster requires a "Running" Azure or AWS CDW, trying to suspend a cluster already in "Stopped" or "Error" state is not supported. Every Virtual Warehouse and Database Catalog which belongs to that CDW must be stopped first. This operation will stop the AKS or EKS cluster for this CDW instance, however leaves other cloud resources in "Running" state, including the Postgres database. Please refer to the following AKS documentation for start/stop feature https://learn.microsoft.com/en-us/azure/aks/start-stop-cluster?tabs=azure-cli

func (*Client) SuspendDbc

func (a *Client) SuspendDbc(params *SuspendDbcParams, opts ...ClientOption) (*SuspendDbcOK, error)

SuspendDbc suspends a running database catalog

Suspends a running Database Catalog. Has no effect if the DBC is already suspended.

func (*Client) SuspendVw

func (a *Client) SuspendVw(params *SuspendVwParams, opts ...ClientOption) (*SuspendVwOK, error)

SuspendVw suspends a running virtual warehouse

Suspends a running Virtual Warehouse. Has no effect if the VW is already suspended.

func (*Client) UpdateAwsCluster added in v0.4.2

func (a *Client) UpdateAwsCluster(params *UpdateAwsClusterParams, opts ...ClientOption) (*UpdateAwsClusterOK, error)

UpdateAwsCluster updates an a w s cluster in the cloudera data warehouse

Update an AWS cluster in the Cloudera Data Warehouse with the provided settings.

func (*Client) UpdateAzureCluster added in v0.4.2

func (a *Client) UpdateAzureCluster(params *UpdateAzureClusterParams, opts ...ClientOption) (*UpdateAzureClusterOK, error)

UpdateAzureCluster updates an azure cluster in the cloudera data warehouse

Update an Azure cluster in the Cloudera Data Warehouse with the provided settings.

func (*Client) UpdateCluster

func (a *Client) UpdateCluster(params *UpdateClusterParams, opts ...ClientOption) (*UpdateClusterOK, error)

UpdateCluster updates the cloudera data warehouse cluster

Update the Cloudera Data Warehouse cluster.

func (*Client) UpdateDataVisualization

func (a *Client) UpdateDataVisualization(params *UpdateDataVisualizationParams, opts ...ClientOption) (*UpdateDataVisualizationOK, error)

UpdateDataVisualization asynchronous operation that updates the configuration of a cloudera data visualization the describe data visualization can be used at any time to get the latest status of a data visualization

Asynchronous operation that updates the configuration of a Cloudera Data Visualization. The describe-data-visualization can be used at any time to get the latest status of a Data Visualization.

func (*Client) UpdateDbc

func (a *Client) UpdateDbc(params *UpdateDbcParams, opts ...ClientOption) (*UpdateDbcOK, error)

UpdateDbc updates the configuration of a database catalog

Update the configuration of a Database Catalog.

func (*Client) UpdateDbcConfig

func (a *Client) UpdateDbcConfig(params *UpdateDbcConfigParams, opts ...ClientOption) (*UpdateDbcConfigOK, error)

UpdateDbcConfig updates a database catalog configuration

Update a Database Catalog configuration.

func (*Client) UpdatePrivateCluster added in v0.4.2

func (a *Client) UpdatePrivateCluster(params *UpdatePrivateClusterParams, opts ...ClientOption) (*UpdatePrivateClusterOK, error)

UpdatePrivateCluster updates a private cloud pv c cluster in the cloudera data warehouse

Update a Private Cloud cluster (PvC) in the Cloudera Data Warehouse with the provided settings.

func (*Client) UpdateResourceTemplate added in v0.6.3

func (a *Client) UpdateResourceTemplate(params *UpdateResourceTemplateParams, opts ...ClientOption) (*UpdateResourceTemplateOK, error)

UpdateResourceTemplate updates a resource allocation template

This command's purpose is to facilitate the update of resource templates in CDW. Users are allowed to tailor default CPU and Memory settings according to their needs. Setting up these values correctly is crucial when creating Hive / Impala and DataViz instances using the 'create-vw' / 'create-data-visualisation' commands. The 'id' of the response object must be supplied in the 'create-vw' / 'create-data-visualisation' command 'template' field to specify the chosen resource allocation size. Please note, that the 'default' fields in the response denote the default supplied value if the 'template' is not specified in the create commands. These templates are versioned so that users can rollback to a particular version. Existing resources are not affected by rollback. Learn more about each resource allocation with the 'describe-resource' command.

func (*Client) UpdateSSHKey

func (a *Client) UpdateSSHKey(params *UpdateSSHKeyParams, opts ...ClientOption) (*UpdateSSHKeyOK, error)

UpdateSSHKey updates the SSH key for a cloudera data warehouse cluster

Update the SSH Key for a Cloudera Data Warehouse cluster

func (*Client) UpdateServerSetting

func (a *Client) UpdateServerSetting(params *UpdateServerSettingParams, opts ...ClientOption) (*UpdateServerSettingOK, error)

UpdateServerSetting updates the d w x server settings

Update the DWX server settings. The input list of server settings will be updated accordingly (turns on if enabled: true is set, turns off if enabled: false is set). Some settings need further actions to be taken (e.g. recreating a Virtual Warehouse), this is indicated in the server setting list returned by the describeServerSetting functionality. This method can be used from DWX Private Cloud version 1.4.1.

func (*Client) UpdateVw

func (a *Client) UpdateVw(params *UpdateVwParams, opts ...ClientOption) (*UpdateVwOK, error)

UpdateVw updates the configuration of a virtual warehouse

Update the configuration of a Virtual Warehouse.

func (*Client) UpdateVwConfig

func (a *Client) UpdateVwConfig(params *UpdateVwConfigParams, opts ...ClientOption) (*UpdateVwConfigOK, error)

UpdateVwConfig updates a virtual warehouse configuration

Update a Virtual Warehouse configuration.

func (*Client) UpgradeDataVisualization

func (a *Client) UpgradeDataVisualization(params *UpgradeDataVisualizationParams, opts ...ClientOption) (*UpgradeDataVisualizationOK, error)

UpgradeDataVisualization asynchronous operation that upgrades a cloudera data visualization to a compatible version the describe data visualization can be used at any time to get the latest status of a data visualization

Asynchronous operation that upgrades a Cloudera Data Visualization to a compatible version. The describe-data-visualization can be used at any time to get the latest status of a Data Visualization.

func (*Client) UpgradeDbc

func (a *Client) UpgradeDbc(params *UpgradeDbcParams, opts ...ClientOption) (*UpgradeDbcOK, error)

UpgradeDbc upgrades the database catalog to a compatible version

Upgrades the Database Catalog to a compatible version.

func (*Client) UpgradeVw

func (a *Client) UpgradeVw(params *UpgradeVwParams, opts ...ClientOption) (*UpgradeVwOK, error)

UpgradeVw upgrades the virtual warehouse to a compatible version

Upgrades the Virtual Warehouse to a compatible version.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	AddUser(params *AddUserParams, opts ...ClientOption) (*AddUserOK, error)

	BackupCluster(params *BackupClusterParams, opts ...ClientOption) (*BackupClusterOK, error)

	CreateAwsCluster(params *CreateAwsClusterParams, opts ...ClientOption) (*CreateAwsClusterOK, error)

	CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error)

	CreateBackup(params *CreateBackupParams, opts ...ClientOption) (*CreateBackupOK, error)

	CreateCluster(params *CreateClusterParams, opts ...ClientOption) (*CreateClusterOK, error)

	CreateClusterDiagnosticDataJob(params *CreateClusterDiagnosticDataJobParams, opts ...ClientOption) (*CreateClusterDiagnosticDataJobOK, error)

	CreateDataVisualization(params *CreateDataVisualizationParams, opts ...ClientOption) (*CreateDataVisualizationOK, error)

	CreateDbc(params *CreateDbcParams, opts ...ClientOption) (*CreateDbcOK, error)

	CreateDbcDiagnosticDataJob(params *CreateDbcDiagnosticDataJobParams, opts ...ClientOption) (*CreateDbcDiagnosticDataJobOK, error)

	CreatePrivateCluster(params *CreatePrivateClusterParams, opts ...ClientOption) (*CreatePrivateClusterOK, error)

	CreateResourceTemplate(params *CreateResourceTemplateParams, opts ...ClientOption) (*CreateResourceTemplateOK, error)

	CreateVw(params *CreateVwParams, opts ...ClientOption) (*CreateVwOK, error)

	CreateVwDiagnosticDataJob(params *CreateVwDiagnosticDataJobParams, opts ...ClientOption) (*CreateVwDiagnosticDataJobOK, error)

	DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error)

	DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error)

	DeleteClusterDiagnosticDataJob(params *DeleteClusterDiagnosticDataJobParams, opts ...ClientOption) (*DeleteClusterDiagnosticDataJobOK, error)

	DeleteDataVisualization(params *DeleteDataVisualizationParams, opts ...ClientOption) (*DeleteDataVisualizationOK, error)

	DeleteDbc(params *DeleteDbcParams, opts ...ClientOption) (*DeleteDbcOK, error)

	DeleteDbcDiagnosticDataJob(params *DeleteDbcDiagnosticDataJobParams, opts ...ClientOption) (*DeleteDbcDiagnosticDataJobOK, error)

	DeleteResourceTemplate(params *DeleteResourceTemplateParams, opts ...ClientOption) (*DeleteResourceTemplateOK, error)

	DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

	DeleteVw(params *DeleteVwParams, opts ...ClientOption) (*DeleteVwOK, error)

	DeleteVwDiagnosticDataJob(params *DeleteVwDiagnosticDataJobParams, opts ...ClientOption) (*DeleteVwDiagnosticDataJobOK, error)

	DescribeAllowedInstanceTypes(params *DescribeAllowedInstanceTypesParams, opts ...ClientOption) (*DescribeAllowedInstanceTypesOK, error)

	DescribeBackup(params *DescribeBackupParams, opts ...ClientOption) (*DescribeBackupOK, error)

	DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error)

	DescribeClusterDiagnosticDataJob(params *DescribeClusterDiagnosticDataJobParams, opts ...ClientOption) (*DescribeClusterDiagnosticDataJobOK, error)

	DescribeConfig(params *DescribeConfigParams, opts ...ClientOption) (*DescribeConfigOK, error)

	DescribeConfigDiff(params *DescribeConfigDiffParams, opts ...ClientOption) (*DescribeConfigDiffOK, error)

	DescribeDataVisualization(params *DescribeDataVisualizationParams, opts ...ClientOption) (*DescribeDataVisualizationOK, error)

	DescribeDbc(params *DescribeDbcParams, opts ...ClientOption) (*DescribeDbcOK, error)

	DescribeDbcConfig(params *DescribeDbcConfigParams, opts ...ClientOption) (*DescribeDbcConfigOK, error)

	DescribeDbcDiagnosticDataJob(params *DescribeDbcDiagnosticDataJobParams, opts ...ClientOption) (*DescribeDbcDiagnosticDataJobOK, error)

	DescribeKubeconfig(params *DescribeKubeconfigParams, opts ...ClientOption) (*DescribeKubeconfigOK, error)

	DescribeRestore(params *DescribeRestoreParams, opts ...ClientOption) (*DescribeRestoreOK, error)

	DescribeServerSetting(params *DescribeServerSettingParams, opts ...ClientOption) (*DescribeServerSettingOK, error)

	DescribeVw(params *DescribeVwParams, opts ...ClientOption) (*DescribeVwOK, error)

	DescribeVwConfig(params *DescribeVwConfigParams, opts ...ClientOption) (*DescribeVwConfigOK, error)

	DescribeVwDiagnosticDataJob(params *DescribeVwDiagnosticDataJobParams, opts ...ClientOption) (*DescribeVwDiagnosticDataJobOK, error)

	GetDataVisualizationUpgradeVersion(params *GetDataVisualizationUpgradeVersionParams, opts ...ClientOption) (*GetDataVisualizationUpgradeVersionOK, error)

	GetK8sCertJKS(params *GetK8sCertJKSParams, opts ...ClientOption) (*GetK8sCertJKSOK, error)

	GetK8sCertPEM(params *GetK8sCertPEMParams, opts ...ClientOption) (*GetK8sCertPEMOK, error)

	GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error)

	GetUpgradeDbcVersions(params *GetUpgradeDbcVersionsParams, opts ...ClientOption) (*GetUpgradeDbcVersionsOK, error)

	GetUpgradeVwVersions(params *GetUpgradeVwVersionsParams, opts ...ClientOption) (*GetUpgradeVwVersionsOK, error)

	HealthCheck(params *HealthCheckParams, opts ...ClientOption) (*HealthCheckOK, error)

	ListBackupEntities(params *ListBackupEntitiesParams, opts ...ClientOption) (*ListBackupEntitiesOK, error)

	ListBackups(params *ListBackupsParams, opts ...ClientOption) (*ListBackupsOK, error)

	ListClusterDiagnosticDataJobs(params *ListClusterDiagnosticDataJobsParams, opts ...ClientOption) (*ListClusterDiagnosticDataJobsOK, error)

	ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error)

	ListDataVisualizations(params *ListDataVisualizationsParams, opts ...ClientOption) (*ListDataVisualizationsOK, error)

	ListDbcConfigs(params *ListDbcConfigsParams, opts ...ClientOption) (*ListDbcConfigsOK, error)

	ListDbcDiagnosticDataJobs(params *ListDbcDiagnosticDataJobsParams, opts ...ClientOption) (*ListDbcDiagnosticDataJobsOK, error)

	ListDbcEvents(params *ListDbcEventsParams, opts ...ClientOption) (*ListDbcEventsOK, error)

	ListDbcs(params *ListDbcsParams, opts ...ClientOption) (*ListDbcsOK, error)

	ListEvents(params *ListEventsParams, opts ...ClientOption) (*ListEventsOK, error)

	ListLatestVersions(params *ListLatestVersionsParams, opts ...ClientOption) (*ListLatestVersionsOK, error)

	ListResourceTemplates(params *ListResourceTemplatesParams, opts ...ClientOption) (*ListResourceTemplatesOK, error)

	ListRestores(params *ListRestoresParams, opts ...ClientOption) (*ListRestoresOK, error)

	ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)

	ListVwConfigs(params *ListVwConfigsParams, opts ...ClientOption) (*ListVwConfigsOK, error)

	ListVwDiagnosticDataJobs(params *ListVwDiagnosticDataJobsParams, opts ...ClientOption) (*ListVwDiagnosticDataJobsOK, error)

	ListVwEvents(params *ListVwEventsParams, opts ...ClientOption) (*ListVwEventsOK, error)

	ListVws(params *ListVwsParams, opts ...ClientOption) (*ListVwsOK, error)

	RebuildDbc(params *RebuildDbcParams, opts ...ClientOption) (*RebuildDbcOK, error)

	RebuildVw(params *RebuildVwParams, opts ...ClientOption) (*RebuildVwOK, error)

	RenewCertificates(params *RenewCertificatesParams, opts ...ClientOption) (*RenewCertificatesOK, error)

	RestartDbc(params *RestartDbcParams, opts ...ClientOption) (*RestartDbcOK, error)

	RestartVw(params *RestartVwParams, opts ...ClientOption) (*RestartVwOK, error)

	RestoreBackup(params *RestoreBackupParams, opts ...ClientOption) (*RestoreBackupOK, error)

	RestoreCluster(params *RestoreClusterParams, opts ...ClientOption) (*RestoreClusterOK, error)

	ResumeCluster(params *ResumeClusterParams, opts ...ClientOption) (*ResumeClusterOK, error)

	StartVw(params *StartVwParams, opts ...ClientOption) (*StartVwOK, error)

	SuspendCluster(params *SuspendClusterParams, opts ...ClientOption) (*SuspendClusterOK, error)

	SuspendDbc(params *SuspendDbcParams, opts ...ClientOption) (*SuspendDbcOK, error)

	SuspendVw(params *SuspendVwParams, opts ...ClientOption) (*SuspendVwOK, error)

	UpdateAwsCluster(params *UpdateAwsClusterParams, opts ...ClientOption) (*UpdateAwsClusterOK, error)

	UpdateAzureCluster(params *UpdateAzureClusterParams, opts ...ClientOption) (*UpdateAzureClusterOK, error)

	UpdateCluster(params *UpdateClusterParams, opts ...ClientOption) (*UpdateClusterOK, error)

	UpdateDataVisualization(params *UpdateDataVisualizationParams, opts ...ClientOption) (*UpdateDataVisualizationOK, error)

	UpdateDbc(params *UpdateDbcParams, opts ...ClientOption) (*UpdateDbcOK, error)

	UpdateDbcConfig(params *UpdateDbcConfigParams, opts ...ClientOption) (*UpdateDbcConfigOK, error)

	UpdatePrivateCluster(params *UpdatePrivateClusterParams, opts ...ClientOption) (*UpdatePrivateClusterOK, error)

	UpdateResourceTemplate(params *UpdateResourceTemplateParams, opts ...ClientOption) (*UpdateResourceTemplateOK, error)

	UpdateServerSetting(params *UpdateServerSettingParams, opts ...ClientOption) (*UpdateServerSettingOK, error)

	UpdateSSHKey(params *UpdateSSHKeyParams, opts ...ClientOption) (*UpdateSSHKeyOK, error)

	UpdateVw(params *UpdateVwParams, opts ...ClientOption) (*UpdateVwOK, error)

	UpdateVwConfig(params *UpdateVwConfigParams, opts ...ClientOption) (*UpdateVwConfigOK, error)

	UpgradeDataVisualization(params *UpgradeDataVisualizationParams, opts ...ClientOption) (*UpgradeDataVisualizationOK, error)

	UpgradeDbc(params *UpgradeDbcParams, opts ...ClientOption) (*UpgradeDbcOK, error)

	UpgradeVw(params *UpgradeVwParams, opts ...ClientOption) (*UpgradeVwOK, 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.

func NewClientWithBasicAuth added in v0.6.0

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new operations API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken added in v0.6.0

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new operations API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateAwsClusterDefault added in v0.4.2

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

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

The default response on an error.

func NewCreateAwsClusterDefault added in v0.4.2

func NewCreateAwsClusterDefault(code int) *CreateAwsClusterDefault

NewCreateAwsClusterDefault creates a CreateAwsClusterDefault with default headers values

func (*CreateAwsClusterDefault) Code added in v0.4.2

func (o *CreateAwsClusterDefault) Code() int

Code gets the status code for the create aws cluster default response

func (*CreateAwsClusterDefault) Error added in v0.4.2

func (o *CreateAwsClusterDefault) Error() string

func (*CreateAwsClusterDefault) GetPayload added in v0.4.2

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

func (*CreateAwsClusterDefault) IsClientError added in v0.4.2

func (o *CreateAwsClusterDefault) IsClientError() bool

IsClientError returns true when this create aws cluster default response has a 4xx status code

func (*CreateAwsClusterDefault) IsCode added in v0.4.2

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

IsCode returns true when this create aws cluster default response a status code equal to that given

func (*CreateAwsClusterDefault) IsRedirect added in v0.4.2

func (o *CreateAwsClusterDefault) IsRedirect() bool

IsRedirect returns true when this create aws cluster default response has a 3xx status code

func (*CreateAwsClusterDefault) IsServerError added in v0.4.2

func (o *CreateAwsClusterDefault) IsServerError() bool

IsServerError returns true when this create aws cluster default response has a 5xx status code

func (*CreateAwsClusterDefault) IsSuccess added in v0.4.2

func (o *CreateAwsClusterDefault) IsSuccess() bool

IsSuccess returns true when this create aws cluster default response has a 2xx status code

func (*CreateAwsClusterDefault) String added in v0.4.2

func (o *CreateAwsClusterDefault) String() string

type CreateAwsClusterOK added in v0.4.2

type CreateAwsClusterOK struct {
	Payload *models.CreateAwsClusterResponse
}

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

Expected response to a valid request.

func NewCreateAwsClusterOK added in v0.4.2

func NewCreateAwsClusterOK() *CreateAwsClusterOK

NewCreateAwsClusterOK creates a CreateAwsClusterOK with default headers values

func (*CreateAwsClusterOK) Code added in v0.4.2

func (o *CreateAwsClusterOK) Code() int

Code gets the status code for the create aws cluster o k response

func (*CreateAwsClusterOK) Error added in v0.4.2

func (o *CreateAwsClusterOK) Error() string

func (*CreateAwsClusterOK) GetPayload added in v0.4.2

func (*CreateAwsClusterOK) IsClientError added in v0.4.2

func (o *CreateAwsClusterOK) IsClientError() bool

IsClientError returns true when this create aws cluster o k response has a 4xx status code

func (*CreateAwsClusterOK) IsCode added in v0.4.2

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

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

func (*CreateAwsClusterOK) IsRedirect added in v0.4.2

func (o *CreateAwsClusterOK) IsRedirect() bool

IsRedirect returns true when this create aws cluster o k response has a 3xx status code

func (*CreateAwsClusterOK) IsServerError added in v0.4.2

func (o *CreateAwsClusterOK) IsServerError() bool

IsServerError returns true when this create aws cluster o k response has a 5xx status code

func (*CreateAwsClusterOK) IsSuccess added in v0.4.2

func (o *CreateAwsClusterOK) IsSuccess() bool

IsSuccess returns true when this create aws cluster o k response has a 2xx status code

func (*CreateAwsClusterOK) String added in v0.4.2

func (o *CreateAwsClusterOK) String() string

type CreateAwsClusterParams added in v0.4.2

type CreateAwsClusterParams struct {

	// Input.
	Input *models.CreateAwsClusterRequest

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

CreateAwsClusterParams contains all the parameters to send to the API endpoint

for the create aws cluster operation.

Typically these are written to a http.Request.

func NewCreateAwsClusterParams added in v0.4.2

func NewCreateAwsClusterParams() *CreateAwsClusterParams

NewCreateAwsClusterParams creates a new CreateAwsClusterParams 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 NewCreateAwsClusterParamsWithContext added in v0.4.2

func NewCreateAwsClusterParamsWithContext(ctx context.Context) *CreateAwsClusterParams

NewCreateAwsClusterParamsWithContext creates a new CreateAwsClusterParams object with the ability to set a context for a request.

func NewCreateAwsClusterParamsWithHTTPClient added in v0.4.2

func NewCreateAwsClusterParamsWithHTTPClient(client *http.Client) *CreateAwsClusterParams

NewCreateAwsClusterParamsWithHTTPClient creates a new CreateAwsClusterParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAwsClusterParamsWithTimeout added in v0.4.2

func NewCreateAwsClusterParamsWithTimeout(timeout time.Duration) *CreateAwsClusterParams

NewCreateAwsClusterParamsWithTimeout creates a new CreateAwsClusterParams object with the ability to set a timeout on a request.

func (*CreateAwsClusterParams) SetContext added in v0.4.2

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

SetContext adds the context to the create aws cluster params

func (*CreateAwsClusterParams) SetDefaults added in v0.4.2

func (o *CreateAwsClusterParams) SetDefaults()

SetDefaults hydrates default values in the create aws cluster params (not the query body).

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

func (*CreateAwsClusterParams) SetHTTPClient added in v0.4.2

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

SetHTTPClient adds the HTTPClient to the create aws cluster params

func (*CreateAwsClusterParams) SetInput added in v0.4.2

SetInput adds the input to the create aws cluster params

func (*CreateAwsClusterParams) SetTimeout added in v0.4.2

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

SetTimeout adds the timeout to the create aws cluster params

func (*CreateAwsClusterParams) WithContext added in v0.4.2

WithContext adds the context to the create aws cluster params

func (*CreateAwsClusterParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the create aws cluster params (not the query body).

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

func (*CreateAwsClusterParams) WithHTTPClient added in v0.4.2

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

WithHTTPClient adds the HTTPClient to the create aws cluster params

func (*CreateAwsClusterParams) WithInput added in v0.4.2

WithInput adds the input to the create aws cluster params

func (*CreateAwsClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the create aws cluster params

func (*CreateAwsClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type CreateAwsClusterReader added in v0.4.2

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

CreateAwsClusterReader is a Reader for the CreateAwsCluster structure.

func (*CreateAwsClusterReader) ReadResponse added in v0.4.2

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

ReadResponse reads a server response into the received o.

type CreateAzureClusterDefault added in v0.4.2

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

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

The default response on an error.

func NewCreateAzureClusterDefault added in v0.4.2

func NewCreateAzureClusterDefault(code int) *CreateAzureClusterDefault

NewCreateAzureClusterDefault creates a CreateAzureClusterDefault with default headers values

func (*CreateAzureClusterDefault) Code added in v0.4.2

func (o *CreateAzureClusterDefault) Code() int

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

func (*CreateAzureClusterDefault) Error added in v0.4.2

func (o *CreateAzureClusterDefault) Error() string

func (*CreateAzureClusterDefault) GetPayload added in v0.4.2

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

func (*CreateAzureClusterDefault) IsClientError added in v0.4.2

func (o *CreateAzureClusterDefault) IsClientError() bool

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

func (*CreateAzureClusterDefault) IsCode added in v0.4.2

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

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

func (*CreateAzureClusterDefault) IsRedirect added in v0.4.2

func (o *CreateAzureClusterDefault) IsRedirect() bool

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

func (*CreateAzureClusterDefault) IsServerError added in v0.4.2

func (o *CreateAzureClusterDefault) IsServerError() bool

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

func (*CreateAzureClusterDefault) IsSuccess added in v0.4.2

func (o *CreateAzureClusterDefault) IsSuccess() bool

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

func (*CreateAzureClusterDefault) String added in v0.4.2

func (o *CreateAzureClusterDefault) String() string

type CreateAzureClusterOK added in v0.4.2

type CreateAzureClusterOK struct {
	Payload *models.CreateAzureClusterResponse
}

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

Expected response to a valid request.

func NewCreateAzureClusterOK added in v0.4.2

func NewCreateAzureClusterOK() *CreateAzureClusterOK

NewCreateAzureClusterOK creates a CreateAzureClusterOK with default headers values

func (*CreateAzureClusterOK) Code added in v0.4.2

func (o *CreateAzureClusterOK) Code() int

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

func (*CreateAzureClusterOK) Error added in v0.4.2

func (o *CreateAzureClusterOK) Error() string

func (*CreateAzureClusterOK) GetPayload added in v0.4.2

func (*CreateAzureClusterOK) IsClientError added in v0.4.2

func (o *CreateAzureClusterOK) IsClientError() bool

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

func (*CreateAzureClusterOK) IsCode added in v0.4.2

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

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

func (*CreateAzureClusterOK) IsRedirect added in v0.4.2

func (o *CreateAzureClusterOK) IsRedirect() bool

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

func (*CreateAzureClusterOK) IsServerError added in v0.4.2

func (o *CreateAzureClusterOK) IsServerError() bool

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

func (*CreateAzureClusterOK) IsSuccess added in v0.4.2

func (o *CreateAzureClusterOK) IsSuccess() bool

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

func (*CreateAzureClusterOK) String added in v0.4.2

func (o *CreateAzureClusterOK) String() string

type CreateAzureClusterParams added in v0.4.2

type CreateAzureClusterParams struct {

	// Input.
	Input *models.CreateAzureClusterRequest

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

CreateAzureClusterParams contains all the parameters to send to the API endpoint

for the create azure cluster operation.

Typically these are written to a http.Request.

func NewCreateAzureClusterParams added in v0.4.2

func NewCreateAzureClusterParams() *CreateAzureClusterParams

NewCreateAzureClusterParams creates a new CreateAzureClusterParams 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 NewCreateAzureClusterParamsWithContext added in v0.4.2

func NewCreateAzureClusterParamsWithContext(ctx context.Context) *CreateAzureClusterParams

NewCreateAzureClusterParamsWithContext creates a new CreateAzureClusterParams object with the ability to set a context for a request.

func NewCreateAzureClusterParamsWithHTTPClient added in v0.4.2

func NewCreateAzureClusterParamsWithHTTPClient(client *http.Client) *CreateAzureClusterParams

NewCreateAzureClusterParamsWithHTTPClient creates a new CreateAzureClusterParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureClusterParamsWithTimeout added in v0.4.2

func NewCreateAzureClusterParamsWithTimeout(timeout time.Duration) *CreateAzureClusterParams

NewCreateAzureClusterParamsWithTimeout creates a new CreateAzureClusterParams object with the ability to set a timeout on a request.

func (*CreateAzureClusterParams) SetContext added in v0.4.2

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

SetContext adds the context to the create azure cluster params

func (*CreateAzureClusterParams) SetDefaults added in v0.4.2

func (o *CreateAzureClusterParams) SetDefaults()

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

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

func (*CreateAzureClusterParams) SetHTTPClient added in v0.4.2

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

SetHTTPClient adds the HTTPClient to the create azure cluster params

func (*CreateAzureClusterParams) SetInput added in v0.4.2

SetInput adds the input to the create azure cluster params

func (*CreateAzureClusterParams) SetTimeout added in v0.4.2

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

SetTimeout adds the timeout to the create azure cluster params

func (*CreateAzureClusterParams) WithContext added in v0.4.2

WithContext adds the context to the create azure cluster params

func (*CreateAzureClusterParams) WithDefaults added in v0.4.2

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

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

func (*CreateAzureClusterParams) WithHTTPClient added in v0.4.2

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

WithHTTPClient adds the HTTPClient to the create azure cluster params

func (*CreateAzureClusterParams) WithInput added in v0.4.2

WithInput adds the input to the create azure cluster params

func (*CreateAzureClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the create azure cluster params

func (*CreateAzureClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type CreateAzureClusterReader added in v0.4.2

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

CreateAzureClusterReader is a Reader for the CreateAzureCluster structure.

func (*CreateAzureClusterReader) ReadResponse added in v0.4.2

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

ReadResponse reads a server response into the received o.

type CreateBackupDefault

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

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

The default response on an error.

func NewCreateBackupDefault

func NewCreateBackupDefault(code int) *CreateBackupDefault

NewCreateBackupDefault creates a CreateBackupDefault with default headers values

func (*CreateBackupDefault) Code

func (o *CreateBackupDefault) Code() int

Code gets the status code for the create backup default response

func (*CreateBackupDefault) Error

func (o *CreateBackupDefault) Error() string

func (*CreateBackupDefault) GetPayload

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

func (*CreateBackupDefault) IsClientError

func (o *CreateBackupDefault) IsClientError() bool

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

func (*CreateBackupDefault) IsCode

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

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

func (*CreateBackupDefault) IsRedirect

func (o *CreateBackupDefault) IsRedirect() bool

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

func (*CreateBackupDefault) IsServerError

func (o *CreateBackupDefault) IsServerError() bool

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

func (*CreateBackupDefault) IsSuccess

func (o *CreateBackupDefault) IsSuccess() bool

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

func (*CreateBackupDefault) String

func (o *CreateBackupDefault) String() string

type CreateBackupOK

type CreateBackupOK struct {
	Payload *models.CreateBackupResponse
}

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

Expected response to a valid request.

func NewCreateBackupOK

func NewCreateBackupOK() *CreateBackupOK

NewCreateBackupOK creates a CreateBackupOK with default headers values

func (*CreateBackupOK) Code

func (o *CreateBackupOK) Code() int

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

func (*CreateBackupOK) Error

func (o *CreateBackupOK) Error() string

func (*CreateBackupOK) GetPayload

func (o *CreateBackupOK) GetPayload() *models.CreateBackupResponse

func (*CreateBackupOK) IsClientError

func (o *CreateBackupOK) IsClientError() bool

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

func (*CreateBackupOK) IsCode

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

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

func (*CreateBackupOK) IsRedirect

func (o *CreateBackupOK) IsRedirect() bool

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

func (*CreateBackupOK) IsServerError

func (o *CreateBackupOK) IsServerError() bool

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

func (*CreateBackupOK) IsSuccess

func (o *CreateBackupOK) IsSuccess() bool

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

func (*CreateBackupOK) String

func (o *CreateBackupOK) String() string

type CreateBackupParams

type CreateBackupParams struct {

	// Input.
	Input *models.CreateBackupRequest

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

CreateBackupParams contains all the parameters to send to the API endpoint

for the create backup operation.

Typically these are written to a http.Request.

func NewCreateBackupParams

func NewCreateBackupParams() *CreateBackupParams

NewCreateBackupParams creates a new CreateBackupParams 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 NewCreateBackupParamsWithContext

func NewCreateBackupParamsWithContext(ctx context.Context) *CreateBackupParams

NewCreateBackupParamsWithContext creates a new CreateBackupParams object with the ability to set a context for a request.

func NewCreateBackupParamsWithHTTPClient

func NewCreateBackupParamsWithHTTPClient(client *http.Client) *CreateBackupParams

NewCreateBackupParamsWithHTTPClient creates a new CreateBackupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateBackupParamsWithTimeout

func NewCreateBackupParamsWithTimeout(timeout time.Duration) *CreateBackupParams

NewCreateBackupParamsWithTimeout creates a new CreateBackupParams object with the ability to set a timeout on a request.

func (*CreateBackupParams) SetContext

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

SetContext adds the context to the create backup params

func (*CreateBackupParams) SetDefaults

func (o *CreateBackupParams) SetDefaults()

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

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

func (*CreateBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create backup params

func (*CreateBackupParams) SetInput

func (o *CreateBackupParams) SetInput(input *models.CreateBackupRequest)

SetInput adds the input to the create backup params

func (*CreateBackupParams) SetTimeout

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

SetTimeout adds the timeout to the create backup params

func (*CreateBackupParams) WithContext

WithContext adds the context to the create backup params

func (*CreateBackupParams) WithDefaults

func (o *CreateBackupParams) WithDefaults() *CreateBackupParams

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

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

func (*CreateBackupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create backup params

func (*CreateBackupParams) WithInput

WithInput adds the input to the create backup params

func (*CreateBackupParams) WithTimeout

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

WithTimeout adds the timeout to the create backup params

func (*CreateBackupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateBackupReader

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

CreateBackupReader is a Reader for the CreateBackup structure.

func (*CreateBackupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateClusterDefault

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

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

The default response on an error.

func NewCreateClusterDefault

func NewCreateClusterDefault(code int) *CreateClusterDefault

NewCreateClusterDefault creates a CreateClusterDefault with default headers values

func (*CreateClusterDefault) Code

func (o *CreateClusterDefault) Code() int

Code gets the status code for the create cluster default response

func (*CreateClusterDefault) Error

func (o *CreateClusterDefault) Error() string

func (*CreateClusterDefault) GetPayload

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

func (*CreateClusterDefault) IsClientError

func (o *CreateClusterDefault) IsClientError() bool

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

func (*CreateClusterDefault) IsCode

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

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

func (*CreateClusterDefault) IsRedirect

func (o *CreateClusterDefault) IsRedirect() bool

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

func (*CreateClusterDefault) IsServerError

func (o *CreateClusterDefault) IsServerError() bool

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

func (*CreateClusterDefault) IsSuccess

func (o *CreateClusterDefault) IsSuccess() bool

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

func (*CreateClusterDefault) String

func (o *CreateClusterDefault) String() string

type CreateClusterDiagnosticDataJobDefault

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

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

The default response on an error.

func NewCreateClusterDiagnosticDataJobDefault

func NewCreateClusterDiagnosticDataJobDefault(code int) *CreateClusterDiagnosticDataJobDefault

NewCreateClusterDiagnosticDataJobDefault creates a CreateClusterDiagnosticDataJobDefault with default headers values

func (*CreateClusterDiagnosticDataJobDefault) Code

Code gets the status code for the create cluster diagnostic data job default response

func (*CreateClusterDiagnosticDataJobDefault) Error

func (*CreateClusterDiagnosticDataJobDefault) GetPayload

func (*CreateClusterDiagnosticDataJobDefault) IsClientError

func (o *CreateClusterDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this create cluster diagnostic data job default response has a 4xx status code

func (*CreateClusterDiagnosticDataJobDefault) IsCode

IsCode returns true when this create cluster diagnostic data job default response a status code equal to that given

func (*CreateClusterDiagnosticDataJobDefault) IsRedirect

IsRedirect returns true when this create cluster diagnostic data job default response has a 3xx status code

func (*CreateClusterDiagnosticDataJobDefault) IsServerError

func (o *CreateClusterDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this create cluster diagnostic data job default response has a 5xx status code

func (*CreateClusterDiagnosticDataJobDefault) IsSuccess

IsSuccess returns true when this create cluster diagnostic data job default response has a 2xx status code

func (*CreateClusterDiagnosticDataJobDefault) String

type CreateClusterDiagnosticDataJobOK

type CreateClusterDiagnosticDataJobOK struct {
	Payload *models.CreateClusterDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewCreateClusterDiagnosticDataJobOK

func NewCreateClusterDiagnosticDataJobOK() *CreateClusterDiagnosticDataJobOK

NewCreateClusterDiagnosticDataJobOK creates a CreateClusterDiagnosticDataJobOK with default headers values

func (*CreateClusterDiagnosticDataJobOK) Code

Code gets the status code for the create cluster diagnostic data job o k response

func (*CreateClusterDiagnosticDataJobOK) Error

func (*CreateClusterDiagnosticDataJobOK) GetPayload

func (*CreateClusterDiagnosticDataJobOK) IsClientError

func (o *CreateClusterDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this create cluster diagnostic data job o k response has a 4xx status code

func (*CreateClusterDiagnosticDataJobOK) IsCode

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

IsCode returns true when this create cluster diagnostic data job o k response a status code equal to that given

func (*CreateClusterDiagnosticDataJobOK) IsRedirect

func (o *CreateClusterDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this create cluster diagnostic data job o k response has a 3xx status code

func (*CreateClusterDiagnosticDataJobOK) IsServerError

func (o *CreateClusterDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this create cluster diagnostic data job o k response has a 5xx status code

func (*CreateClusterDiagnosticDataJobOK) IsSuccess

func (o *CreateClusterDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this create cluster diagnostic data job o k response has a 2xx status code

func (*CreateClusterDiagnosticDataJobOK) String

type CreateClusterDiagnosticDataJobParams

type CreateClusterDiagnosticDataJobParams struct {

	// Input.
	Input *models.CreateClusterDiagnosticDataJobRequest

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

CreateClusterDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the create cluster diagnostic data job operation.

Typically these are written to a http.Request.

func NewCreateClusterDiagnosticDataJobParams

func NewCreateClusterDiagnosticDataJobParams() *CreateClusterDiagnosticDataJobParams

NewCreateClusterDiagnosticDataJobParams creates a new CreateClusterDiagnosticDataJobParams 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 NewCreateClusterDiagnosticDataJobParamsWithContext

func NewCreateClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateClusterDiagnosticDataJobParams

NewCreateClusterDiagnosticDataJobParamsWithContext creates a new CreateClusterDiagnosticDataJobParams object with the ability to set a context for a request.

func NewCreateClusterDiagnosticDataJobParamsWithHTTPClient

func NewCreateClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateClusterDiagnosticDataJobParams

NewCreateClusterDiagnosticDataJobParamsWithHTTPClient creates a new CreateClusterDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewCreateClusterDiagnosticDataJobParamsWithTimeout

func NewCreateClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateClusterDiagnosticDataJobParams

NewCreateClusterDiagnosticDataJobParamsWithTimeout creates a new CreateClusterDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*CreateClusterDiagnosticDataJobParams) SetContext

SetContext adds the context to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) SetDefaults

func (o *CreateClusterDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the create cluster diagnostic data job params (not the query body).

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

func (*CreateClusterDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) SetInput

SetInput adds the input to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) WithContext

WithContext adds the context to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the create cluster diagnostic data job params (not the query body).

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

func (*CreateClusterDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) WithInput

WithInput adds the input to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the create cluster diagnostic data job params

func (*CreateClusterDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateClusterDiagnosticDataJobReader

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

CreateClusterDiagnosticDataJobReader is a Reader for the CreateClusterDiagnosticDataJob structure.

func (*CreateClusterDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateClusterOK

type CreateClusterOK struct {
	Payload *models.CreateClusterResponse
}

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

Expected response to a valid request.

func NewCreateClusterOK

func NewCreateClusterOK() *CreateClusterOK

NewCreateClusterOK creates a CreateClusterOK with default headers values

func (*CreateClusterOK) Code

func (o *CreateClusterOK) Code() int

Code gets the status code for the create cluster o k response

func (*CreateClusterOK) Error

func (o *CreateClusterOK) Error() string

func (*CreateClusterOK) GetPayload

func (o *CreateClusterOK) GetPayload() *models.CreateClusterResponse

func (*CreateClusterOK) IsClientError

func (o *CreateClusterOK) IsClientError() bool

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

func (*CreateClusterOK) IsCode

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

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

func (*CreateClusterOK) IsRedirect

func (o *CreateClusterOK) IsRedirect() bool

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

func (*CreateClusterOK) IsServerError

func (o *CreateClusterOK) IsServerError() bool

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

func (*CreateClusterOK) IsSuccess

func (o *CreateClusterOK) IsSuccess() bool

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

func (*CreateClusterOK) String

func (o *CreateClusterOK) String() string

type CreateClusterParams

type CreateClusterParams struct {

	// Input.
	Input *models.CreateClusterRequest

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

CreateClusterParams contains all the parameters to send to the API endpoint

for the create cluster operation.

Typically these are written to a http.Request.

func NewCreateClusterParams

func NewCreateClusterParams() *CreateClusterParams

NewCreateClusterParams creates a new CreateClusterParams 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 NewCreateClusterParamsWithContext

func NewCreateClusterParamsWithContext(ctx context.Context) *CreateClusterParams

NewCreateClusterParamsWithContext creates a new CreateClusterParams object with the ability to set a context for a request.

func NewCreateClusterParamsWithHTTPClient

func NewCreateClusterParamsWithHTTPClient(client *http.Client) *CreateClusterParams

NewCreateClusterParamsWithHTTPClient creates a new CreateClusterParams object with the ability to set a custom HTTPClient for a request.

func NewCreateClusterParamsWithTimeout

func NewCreateClusterParamsWithTimeout(timeout time.Duration) *CreateClusterParams

NewCreateClusterParamsWithTimeout creates a new CreateClusterParams object with the ability to set a timeout on a request.

func (*CreateClusterParams) SetContext

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

SetContext adds the context to the create cluster params

func (*CreateClusterParams) SetDefaults

func (o *CreateClusterParams) SetDefaults()

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

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

func (*CreateClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create cluster params

func (*CreateClusterParams) SetInput

func (o *CreateClusterParams) SetInput(input *models.CreateClusterRequest)

SetInput adds the input to the create cluster params

func (*CreateClusterParams) SetTimeout

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

SetTimeout adds the timeout to the create cluster params

func (*CreateClusterParams) WithContext

WithContext adds the context to the create cluster params

func (*CreateClusterParams) WithDefaults

func (o *CreateClusterParams) WithDefaults() *CreateClusterParams

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

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

func (*CreateClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create cluster params

func (*CreateClusterParams) WithInput

WithInput adds the input to the create cluster params

func (*CreateClusterParams) WithTimeout

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

WithTimeout adds the timeout to the create cluster params

func (*CreateClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateClusterReader

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

CreateClusterReader is a Reader for the CreateCluster structure.

func (*CreateClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDataVisualizationDefault

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

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

The default response on an error.

func NewCreateDataVisualizationDefault

func NewCreateDataVisualizationDefault(code int) *CreateDataVisualizationDefault

NewCreateDataVisualizationDefault creates a CreateDataVisualizationDefault with default headers values

func (*CreateDataVisualizationDefault) Code

Code gets the status code for the create data visualization default response

func (*CreateDataVisualizationDefault) Error

func (*CreateDataVisualizationDefault) GetPayload

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

func (*CreateDataVisualizationDefault) IsClientError

func (o *CreateDataVisualizationDefault) IsClientError() bool

IsClientError returns true when this create data visualization default response has a 4xx status code

func (*CreateDataVisualizationDefault) IsCode

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

IsCode returns true when this create data visualization default response a status code equal to that given

func (*CreateDataVisualizationDefault) IsRedirect

func (o *CreateDataVisualizationDefault) IsRedirect() bool

IsRedirect returns true when this create data visualization default response has a 3xx status code

func (*CreateDataVisualizationDefault) IsServerError

func (o *CreateDataVisualizationDefault) IsServerError() bool

IsServerError returns true when this create data visualization default response has a 5xx status code

func (*CreateDataVisualizationDefault) IsSuccess

func (o *CreateDataVisualizationDefault) IsSuccess() bool

IsSuccess returns true when this create data visualization default response has a 2xx status code

func (*CreateDataVisualizationDefault) String

type CreateDataVisualizationOK

type CreateDataVisualizationOK struct {
	Payload *models.CreateDataVisualizationResponse
}

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

Expected response to a valid request.

func NewCreateDataVisualizationOK

func NewCreateDataVisualizationOK() *CreateDataVisualizationOK

NewCreateDataVisualizationOK creates a CreateDataVisualizationOK with default headers values

func (*CreateDataVisualizationOK) Code

func (o *CreateDataVisualizationOK) Code() int

Code gets the status code for the create data visualization o k response

func (*CreateDataVisualizationOK) Error

func (o *CreateDataVisualizationOK) Error() string

func (*CreateDataVisualizationOK) GetPayload

func (*CreateDataVisualizationOK) IsClientError

func (o *CreateDataVisualizationOK) IsClientError() bool

IsClientError returns true when this create data visualization o k response has a 4xx status code

func (*CreateDataVisualizationOK) IsCode

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

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

func (*CreateDataVisualizationOK) IsRedirect

func (o *CreateDataVisualizationOK) IsRedirect() bool

IsRedirect returns true when this create data visualization o k response has a 3xx status code

func (*CreateDataVisualizationOK) IsServerError

func (o *CreateDataVisualizationOK) IsServerError() bool

IsServerError returns true when this create data visualization o k response has a 5xx status code

func (*CreateDataVisualizationOK) IsSuccess

func (o *CreateDataVisualizationOK) IsSuccess() bool

IsSuccess returns true when this create data visualization o k response has a 2xx status code

func (*CreateDataVisualizationOK) String

func (o *CreateDataVisualizationOK) String() string

type CreateDataVisualizationParams

type CreateDataVisualizationParams struct {

	// Input.
	Input *models.CreateDataVisualizationRequest

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

CreateDataVisualizationParams contains all the parameters to send to the API endpoint

for the create data visualization operation.

Typically these are written to a http.Request.

func NewCreateDataVisualizationParams

func NewCreateDataVisualizationParams() *CreateDataVisualizationParams

NewCreateDataVisualizationParams creates a new CreateDataVisualizationParams 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 NewCreateDataVisualizationParamsWithContext

func NewCreateDataVisualizationParamsWithContext(ctx context.Context) *CreateDataVisualizationParams

NewCreateDataVisualizationParamsWithContext creates a new CreateDataVisualizationParams object with the ability to set a context for a request.

func NewCreateDataVisualizationParamsWithHTTPClient

func NewCreateDataVisualizationParamsWithHTTPClient(client *http.Client) *CreateDataVisualizationParams

NewCreateDataVisualizationParamsWithHTTPClient creates a new CreateDataVisualizationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDataVisualizationParamsWithTimeout

func NewCreateDataVisualizationParamsWithTimeout(timeout time.Duration) *CreateDataVisualizationParams

NewCreateDataVisualizationParamsWithTimeout creates a new CreateDataVisualizationParams object with the ability to set a timeout on a request.

func (*CreateDataVisualizationParams) SetContext

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

SetContext adds the context to the create data visualization params

func (*CreateDataVisualizationParams) SetDefaults

func (o *CreateDataVisualizationParams) SetDefaults()

SetDefaults hydrates default values in the create data visualization params (not the query body).

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

func (*CreateDataVisualizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create data visualization params

func (*CreateDataVisualizationParams) SetInput

SetInput adds the input to the create data visualization params

func (*CreateDataVisualizationParams) SetTimeout

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

SetTimeout adds the timeout to the create data visualization params

func (*CreateDataVisualizationParams) WithContext

WithContext adds the context to the create data visualization params

func (*CreateDataVisualizationParams) WithDefaults

WithDefaults hydrates default values in the create data visualization params (not the query body).

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

func (*CreateDataVisualizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create data visualization params

func (*CreateDataVisualizationParams) WithInput

WithInput adds the input to the create data visualization params

func (*CreateDataVisualizationParams) WithTimeout

WithTimeout adds the timeout to the create data visualization params

func (*CreateDataVisualizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDataVisualizationReader

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

CreateDataVisualizationReader is a Reader for the CreateDataVisualization structure.

func (*CreateDataVisualizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDbcDefault

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

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

The default response on an error.

func NewCreateDbcDefault

func NewCreateDbcDefault(code int) *CreateDbcDefault

NewCreateDbcDefault creates a CreateDbcDefault with default headers values

func (*CreateDbcDefault) Code

func (o *CreateDbcDefault) Code() int

Code gets the status code for the create dbc default response

func (*CreateDbcDefault) Error

func (o *CreateDbcDefault) Error() string

func (*CreateDbcDefault) GetPayload

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

func (*CreateDbcDefault) IsClientError

func (o *CreateDbcDefault) IsClientError() bool

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

func (*CreateDbcDefault) IsCode

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

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

func (*CreateDbcDefault) IsRedirect

func (o *CreateDbcDefault) IsRedirect() bool

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

func (*CreateDbcDefault) IsServerError

func (o *CreateDbcDefault) IsServerError() bool

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

func (*CreateDbcDefault) IsSuccess

func (o *CreateDbcDefault) IsSuccess() bool

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

func (*CreateDbcDefault) String

func (o *CreateDbcDefault) String() string

type CreateDbcDiagnosticDataJobDefault

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

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

The default response on an error.

func NewCreateDbcDiagnosticDataJobDefault

func NewCreateDbcDiagnosticDataJobDefault(code int) *CreateDbcDiagnosticDataJobDefault

NewCreateDbcDiagnosticDataJobDefault creates a CreateDbcDiagnosticDataJobDefault with default headers values

func (*CreateDbcDiagnosticDataJobDefault) Code

Code gets the status code for the create dbc diagnostic data job default response

func (*CreateDbcDiagnosticDataJobDefault) Error

func (*CreateDbcDiagnosticDataJobDefault) GetPayload

func (*CreateDbcDiagnosticDataJobDefault) IsClientError

func (o *CreateDbcDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this create dbc diagnostic data job default response has a 4xx status code

func (*CreateDbcDiagnosticDataJobDefault) IsCode

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

IsCode returns true when this create dbc diagnostic data job default response a status code equal to that given

func (*CreateDbcDiagnosticDataJobDefault) IsRedirect

func (o *CreateDbcDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this create dbc diagnostic data job default response has a 3xx status code

func (*CreateDbcDiagnosticDataJobDefault) IsServerError

func (o *CreateDbcDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this create dbc diagnostic data job default response has a 5xx status code

func (*CreateDbcDiagnosticDataJobDefault) IsSuccess

func (o *CreateDbcDiagnosticDataJobDefault) IsSuccess() bool

IsSuccess returns true when this create dbc diagnostic data job default response has a 2xx status code

func (*CreateDbcDiagnosticDataJobDefault) String

type CreateDbcDiagnosticDataJobOK

type CreateDbcDiagnosticDataJobOK struct {
	Payload *models.CreateDbcDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewCreateDbcDiagnosticDataJobOK

func NewCreateDbcDiagnosticDataJobOK() *CreateDbcDiagnosticDataJobOK

NewCreateDbcDiagnosticDataJobOK creates a CreateDbcDiagnosticDataJobOK with default headers values

func (*CreateDbcDiagnosticDataJobOK) Code

Code gets the status code for the create dbc diagnostic data job o k response

func (*CreateDbcDiagnosticDataJobOK) Error

func (*CreateDbcDiagnosticDataJobOK) GetPayload

func (*CreateDbcDiagnosticDataJobOK) IsClientError

func (o *CreateDbcDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this create dbc diagnostic data job o k response has a 4xx status code

func (*CreateDbcDiagnosticDataJobOK) IsCode

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

IsCode returns true when this create dbc diagnostic data job o k response a status code equal to that given

func (*CreateDbcDiagnosticDataJobOK) IsRedirect

func (o *CreateDbcDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this create dbc diagnostic data job o k response has a 3xx status code

func (*CreateDbcDiagnosticDataJobOK) IsServerError

func (o *CreateDbcDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this create dbc diagnostic data job o k response has a 5xx status code

func (*CreateDbcDiagnosticDataJobOK) IsSuccess

func (o *CreateDbcDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this create dbc diagnostic data job o k response has a 2xx status code

func (*CreateDbcDiagnosticDataJobOK) String

type CreateDbcDiagnosticDataJobParams

type CreateDbcDiagnosticDataJobParams struct {

	// Input.
	Input *models.CreateDbcDiagnosticDataJobRequest

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

CreateDbcDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the create dbc diagnostic data job operation.

Typically these are written to a http.Request.

func NewCreateDbcDiagnosticDataJobParams

func NewCreateDbcDiagnosticDataJobParams() *CreateDbcDiagnosticDataJobParams

NewCreateDbcDiagnosticDataJobParams creates a new CreateDbcDiagnosticDataJobParams 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 NewCreateDbcDiagnosticDataJobParamsWithContext

func NewCreateDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateDbcDiagnosticDataJobParams

NewCreateDbcDiagnosticDataJobParamsWithContext creates a new CreateDbcDiagnosticDataJobParams object with the ability to set a context for a request.

func NewCreateDbcDiagnosticDataJobParamsWithHTTPClient

func NewCreateDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateDbcDiagnosticDataJobParams

NewCreateDbcDiagnosticDataJobParamsWithHTTPClient creates a new CreateDbcDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDbcDiagnosticDataJobParamsWithTimeout

func NewCreateDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateDbcDiagnosticDataJobParams

NewCreateDbcDiagnosticDataJobParamsWithTimeout creates a new CreateDbcDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*CreateDbcDiagnosticDataJobParams) SetContext

SetContext adds the context to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) SetDefaults

func (o *CreateDbcDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the create dbc diagnostic data job params (not the query body).

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

func (*CreateDbcDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) SetInput

SetInput adds the input to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) WithContext

WithContext adds the context to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the create dbc diagnostic data job params (not the query body).

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

func (*CreateDbcDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) WithInput

WithInput adds the input to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the create dbc diagnostic data job params

func (*CreateDbcDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDbcDiagnosticDataJobReader

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

CreateDbcDiagnosticDataJobReader is a Reader for the CreateDbcDiagnosticDataJob structure.

func (*CreateDbcDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDbcOK

type CreateDbcOK struct {
	Payload *models.CreateDbcResponse
}

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

Expected response to a valid request.

func NewCreateDbcOK

func NewCreateDbcOK() *CreateDbcOK

NewCreateDbcOK creates a CreateDbcOK with default headers values

func (*CreateDbcOK) Code

func (o *CreateDbcOK) Code() int

Code gets the status code for the create dbc o k response

func (*CreateDbcOK) Error

func (o *CreateDbcOK) Error() string

func (*CreateDbcOK) GetPayload

func (o *CreateDbcOK) GetPayload() *models.CreateDbcResponse

func (*CreateDbcOK) IsClientError

func (o *CreateDbcOK) IsClientError() bool

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

func (*CreateDbcOK) IsCode

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

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

func (*CreateDbcOK) IsRedirect

func (o *CreateDbcOK) IsRedirect() bool

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

func (*CreateDbcOK) IsServerError

func (o *CreateDbcOK) IsServerError() bool

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

func (*CreateDbcOK) IsSuccess

func (o *CreateDbcOK) IsSuccess() bool

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

func (*CreateDbcOK) String

func (o *CreateDbcOK) String() string

type CreateDbcParams

type CreateDbcParams struct {

	// Input.
	Input *models.CreateDbcRequest

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

CreateDbcParams contains all the parameters to send to the API endpoint

for the create dbc operation.

Typically these are written to a http.Request.

func NewCreateDbcParams

func NewCreateDbcParams() *CreateDbcParams

NewCreateDbcParams creates a new CreateDbcParams 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 NewCreateDbcParamsWithContext

func NewCreateDbcParamsWithContext(ctx context.Context) *CreateDbcParams

NewCreateDbcParamsWithContext creates a new CreateDbcParams object with the ability to set a context for a request.

func NewCreateDbcParamsWithHTTPClient

func NewCreateDbcParamsWithHTTPClient(client *http.Client) *CreateDbcParams

NewCreateDbcParamsWithHTTPClient creates a new CreateDbcParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDbcParamsWithTimeout

func NewCreateDbcParamsWithTimeout(timeout time.Duration) *CreateDbcParams

NewCreateDbcParamsWithTimeout creates a new CreateDbcParams object with the ability to set a timeout on a request.

func (*CreateDbcParams) SetContext

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

SetContext adds the context to the create dbc params

func (*CreateDbcParams) SetDefaults

func (o *CreateDbcParams) SetDefaults()

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

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

func (*CreateDbcParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create dbc params

func (*CreateDbcParams) SetInput

func (o *CreateDbcParams) SetInput(input *models.CreateDbcRequest)

SetInput adds the input to the create dbc params

func (*CreateDbcParams) SetTimeout

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

SetTimeout adds the timeout to the create dbc params

func (*CreateDbcParams) WithContext

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

WithContext adds the context to the create dbc params

func (*CreateDbcParams) WithDefaults

func (o *CreateDbcParams) WithDefaults() *CreateDbcParams

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

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

func (*CreateDbcParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create dbc params

func (*CreateDbcParams) WithInput

WithInput adds the input to the create dbc params

func (*CreateDbcParams) WithTimeout

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

WithTimeout adds the timeout to the create dbc params

func (*CreateDbcParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateDbcReader

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

CreateDbcReader is a Reader for the CreateDbc structure.

func (*CreateDbcReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePrivateClusterDefault added in v0.4.2

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

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

The default response on an error.

func NewCreatePrivateClusterDefault added in v0.4.2

func NewCreatePrivateClusterDefault(code int) *CreatePrivateClusterDefault

NewCreatePrivateClusterDefault creates a CreatePrivateClusterDefault with default headers values

func (*CreatePrivateClusterDefault) Code added in v0.4.2

func (o *CreatePrivateClusterDefault) Code() int

Code gets the status code for the create private cluster default response

func (*CreatePrivateClusterDefault) Error added in v0.4.2

func (*CreatePrivateClusterDefault) GetPayload added in v0.4.2

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

func (*CreatePrivateClusterDefault) IsClientError added in v0.4.2

func (o *CreatePrivateClusterDefault) IsClientError() bool

IsClientError returns true when this create private cluster default response has a 4xx status code

func (*CreatePrivateClusterDefault) IsCode added in v0.4.2

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

IsCode returns true when this create private cluster default response a status code equal to that given

func (*CreatePrivateClusterDefault) IsRedirect added in v0.4.2

func (o *CreatePrivateClusterDefault) IsRedirect() bool

IsRedirect returns true when this create private cluster default response has a 3xx status code

func (*CreatePrivateClusterDefault) IsServerError added in v0.4.2

func (o *CreatePrivateClusterDefault) IsServerError() bool

IsServerError returns true when this create private cluster default response has a 5xx status code

func (*CreatePrivateClusterDefault) IsSuccess added in v0.4.2

func (o *CreatePrivateClusterDefault) IsSuccess() bool

IsSuccess returns true when this create private cluster default response has a 2xx status code

func (*CreatePrivateClusterDefault) String added in v0.4.2

func (o *CreatePrivateClusterDefault) String() string

type CreatePrivateClusterOK added in v0.4.2

type CreatePrivateClusterOK struct {
	Payload *models.CreatePrivateClusterResponse
}

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

Expected response to a valid request.

func NewCreatePrivateClusterOK added in v0.4.2

func NewCreatePrivateClusterOK() *CreatePrivateClusterOK

NewCreatePrivateClusterOK creates a CreatePrivateClusterOK with default headers values

func (*CreatePrivateClusterOK) Code added in v0.4.2

func (o *CreatePrivateClusterOK) Code() int

Code gets the status code for the create private cluster o k response

func (*CreatePrivateClusterOK) Error added in v0.4.2

func (o *CreatePrivateClusterOK) Error() string

func (*CreatePrivateClusterOK) GetPayload added in v0.4.2

func (*CreatePrivateClusterOK) IsClientError added in v0.4.2

func (o *CreatePrivateClusterOK) IsClientError() bool

IsClientError returns true when this create private cluster o k response has a 4xx status code

func (*CreatePrivateClusterOK) IsCode added in v0.4.2

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

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

func (*CreatePrivateClusterOK) IsRedirect added in v0.4.2

func (o *CreatePrivateClusterOK) IsRedirect() bool

IsRedirect returns true when this create private cluster o k response has a 3xx status code

func (*CreatePrivateClusterOK) IsServerError added in v0.4.2

func (o *CreatePrivateClusterOK) IsServerError() bool

IsServerError returns true when this create private cluster o k response has a 5xx status code

func (*CreatePrivateClusterOK) IsSuccess added in v0.4.2

func (o *CreatePrivateClusterOK) IsSuccess() bool

IsSuccess returns true when this create private cluster o k response has a 2xx status code

func (*CreatePrivateClusterOK) String added in v0.4.2

func (o *CreatePrivateClusterOK) String() string

type CreatePrivateClusterParams added in v0.4.2

type CreatePrivateClusterParams struct {

	// Input.
	Input *models.CreatePrivateClusterRequest

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

CreatePrivateClusterParams contains all the parameters to send to the API endpoint

for the create private cluster operation.

Typically these are written to a http.Request.

func NewCreatePrivateClusterParams added in v0.4.2

func NewCreatePrivateClusterParams() *CreatePrivateClusterParams

NewCreatePrivateClusterParams creates a new CreatePrivateClusterParams 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 NewCreatePrivateClusterParamsWithContext added in v0.4.2

func NewCreatePrivateClusterParamsWithContext(ctx context.Context) *CreatePrivateClusterParams

NewCreatePrivateClusterParamsWithContext creates a new CreatePrivateClusterParams object with the ability to set a context for a request.

func NewCreatePrivateClusterParamsWithHTTPClient added in v0.4.2

func NewCreatePrivateClusterParamsWithHTTPClient(client *http.Client) *CreatePrivateClusterParams

NewCreatePrivateClusterParamsWithHTTPClient creates a new CreatePrivateClusterParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePrivateClusterParamsWithTimeout added in v0.4.2

func NewCreatePrivateClusterParamsWithTimeout(timeout time.Duration) *CreatePrivateClusterParams

NewCreatePrivateClusterParamsWithTimeout creates a new CreatePrivateClusterParams object with the ability to set a timeout on a request.

func (*CreatePrivateClusterParams) SetContext added in v0.4.2

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

SetContext adds the context to the create private cluster params

func (*CreatePrivateClusterParams) SetDefaults added in v0.4.2

func (o *CreatePrivateClusterParams) SetDefaults()

SetDefaults hydrates default values in the create private cluster params (not the query body).

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

func (*CreatePrivateClusterParams) SetHTTPClient added in v0.4.2

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

SetHTTPClient adds the HTTPClient to the create private cluster params

func (*CreatePrivateClusterParams) SetInput added in v0.4.2

SetInput adds the input to the create private cluster params

func (*CreatePrivateClusterParams) SetTimeout added in v0.4.2

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

SetTimeout adds the timeout to the create private cluster params

func (*CreatePrivateClusterParams) WithContext added in v0.4.2

WithContext adds the context to the create private cluster params

func (*CreatePrivateClusterParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the create private cluster params (not the query body).

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

func (*CreatePrivateClusterParams) WithHTTPClient added in v0.4.2

WithHTTPClient adds the HTTPClient to the create private cluster params

func (*CreatePrivateClusterParams) WithInput added in v0.4.2

WithInput adds the input to the create private cluster params

func (*CreatePrivateClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the create private cluster params

func (*CreatePrivateClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type CreatePrivateClusterReader added in v0.4.2

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

CreatePrivateClusterReader is a Reader for the CreatePrivateCluster structure.

func (*CreatePrivateClusterReader) ReadResponse added in v0.4.2

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

ReadResponse reads a server response into the received o.

type CreateResourceTemplateDefault added in v0.6.3

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

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

The default response on an error.

func NewCreateResourceTemplateDefault added in v0.6.3

func NewCreateResourceTemplateDefault(code int) *CreateResourceTemplateDefault

NewCreateResourceTemplateDefault creates a CreateResourceTemplateDefault with default headers values

func (*CreateResourceTemplateDefault) Code added in v0.6.3

Code gets the status code for the create resource template default response

func (*CreateResourceTemplateDefault) Error added in v0.6.3

func (*CreateResourceTemplateDefault) GetPayload added in v0.6.3

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

func (*CreateResourceTemplateDefault) IsClientError added in v0.6.3

func (o *CreateResourceTemplateDefault) IsClientError() bool

IsClientError returns true when this create resource template default response has a 4xx status code

func (*CreateResourceTemplateDefault) IsCode added in v0.6.3

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

IsCode returns true when this create resource template default response a status code equal to that given

func (*CreateResourceTemplateDefault) IsRedirect added in v0.6.3

func (o *CreateResourceTemplateDefault) IsRedirect() bool

IsRedirect returns true when this create resource template default response has a 3xx status code

func (*CreateResourceTemplateDefault) IsServerError added in v0.6.3

func (o *CreateResourceTemplateDefault) IsServerError() bool

IsServerError returns true when this create resource template default response has a 5xx status code

func (*CreateResourceTemplateDefault) IsSuccess added in v0.6.3

func (o *CreateResourceTemplateDefault) IsSuccess() bool

IsSuccess returns true when this create resource template default response has a 2xx status code

func (*CreateResourceTemplateDefault) String added in v0.6.3

type CreateResourceTemplateOK added in v0.6.3

type CreateResourceTemplateOK struct {
	Payload *models.CreateResourceTemplateResponse
}

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

Expected response to a valid request.

func NewCreateResourceTemplateOK added in v0.6.3

func NewCreateResourceTemplateOK() *CreateResourceTemplateOK

NewCreateResourceTemplateOK creates a CreateResourceTemplateOK with default headers values

func (*CreateResourceTemplateOK) Code added in v0.6.3

func (o *CreateResourceTemplateOK) Code() int

Code gets the status code for the create resource template o k response

func (*CreateResourceTemplateOK) Error added in v0.6.3

func (o *CreateResourceTemplateOK) Error() string

func (*CreateResourceTemplateOK) GetPayload added in v0.6.3

func (*CreateResourceTemplateOK) IsClientError added in v0.6.3

func (o *CreateResourceTemplateOK) IsClientError() bool

IsClientError returns true when this create resource template o k response has a 4xx status code

func (*CreateResourceTemplateOK) IsCode added in v0.6.3

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

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

func (*CreateResourceTemplateOK) IsRedirect added in v0.6.3

func (o *CreateResourceTemplateOK) IsRedirect() bool

IsRedirect returns true when this create resource template o k response has a 3xx status code

func (*CreateResourceTemplateOK) IsServerError added in v0.6.3

func (o *CreateResourceTemplateOK) IsServerError() bool

IsServerError returns true when this create resource template o k response has a 5xx status code

func (*CreateResourceTemplateOK) IsSuccess added in v0.6.3

func (o *CreateResourceTemplateOK) IsSuccess() bool

IsSuccess returns true when this create resource template o k response has a 2xx status code

func (*CreateResourceTemplateOK) String added in v0.6.3

func (o *CreateResourceTemplateOK) String() string

type CreateResourceTemplateParams added in v0.6.3

type CreateResourceTemplateParams struct {

	// Input.
	Input *models.CreateResourceTemplateRequest

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

CreateResourceTemplateParams contains all the parameters to send to the API endpoint

for the create resource template operation.

Typically these are written to a http.Request.

func NewCreateResourceTemplateParams added in v0.6.3

func NewCreateResourceTemplateParams() *CreateResourceTemplateParams

NewCreateResourceTemplateParams creates a new CreateResourceTemplateParams 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 NewCreateResourceTemplateParamsWithContext added in v0.6.3

func NewCreateResourceTemplateParamsWithContext(ctx context.Context) *CreateResourceTemplateParams

NewCreateResourceTemplateParamsWithContext creates a new CreateResourceTemplateParams object with the ability to set a context for a request.

func NewCreateResourceTemplateParamsWithHTTPClient added in v0.6.3

func NewCreateResourceTemplateParamsWithHTTPClient(client *http.Client) *CreateResourceTemplateParams

NewCreateResourceTemplateParamsWithHTTPClient creates a new CreateResourceTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewCreateResourceTemplateParamsWithTimeout added in v0.6.3

func NewCreateResourceTemplateParamsWithTimeout(timeout time.Duration) *CreateResourceTemplateParams

NewCreateResourceTemplateParamsWithTimeout creates a new CreateResourceTemplateParams object with the ability to set a timeout on a request.

func (*CreateResourceTemplateParams) SetContext added in v0.6.3

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

SetContext adds the context to the create resource template params

func (*CreateResourceTemplateParams) SetDefaults added in v0.6.3

func (o *CreateResourceTemplateParams) SetDefaults()

SetDefaults hydrates default values in the create resource template params (not the query body).

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

func (*CreateResourceTemplateParams) SetHTTPClient added in v0.6.3

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

SetHTTPClient adds the HTTPClient to the create resource template params

func (*CreateResourceTemplateParams) SetInput added in v0.6.3

SetInput adds the input to the create resource template params

func (*CreateResourceTemplateParams) SetTimeout added in v0.6.3

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

SetTimeout adds the timeout to the create resource template params

func (*CreateResourceTemplateParams) WithContext added in v0.6.3

WithContext adds the context to the create resource template params

func (*CreateResourceTemplateParams) WithDefaults added in v0.6.3

WithDefaults hydrates default values in the create resource template params (not the query body).

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

func (*CreateResourceTemplateParams) WithHTTPClient added in v0.6.3

WithHTTPClient adds the HTTPClient to the create resource template params

func (*CreateResourceTemplateParams) WithInput added in v0.6.3

WithInput adds the input to the create resource template params

func (*CreateResourceTemplateParams) WithTimeout added in v0.6.3

WithTimeout adds the timeout to the create resource template params

func (*CreateResourceTemplateParams) WriteToRequest added in v0.6.3

WriteToRequest writes these params to a swagger request

type CreateResourceTemplateReader added in v0.6.3

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

CreateResourceTemplateReader is a Reader for the CreateResourceTemplate structure.

func (*CreateResourceTemplateReader) ReadResponse added in v0.6.3

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

ReadResponse reads a server response into the received o.

type CreateVwDefault

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

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

The default response on an error.

func NewCreateVwDefault

func NewCreateVwDefault(code int) *CreateVwDefault

NewCreateVwDefault creates a CreateVwDefault with default headers values

func (*CreateVwDefault) Code

func (o *CreateVwDefault) Code() int

Code gets the status code for the create vw default response

func (*CreateVwDefault) Error

func (o *CreateVwDefault) Error() string

func (*CreateVwDefault) GetPayload

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

func (*CreateVwDefault) IsClientError

func (o *CreateVwDefault) IsClientError() bool

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

func (*CreateVwDefault) IsCode

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

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

func (*CreateVwDefault) IsRedirect

func (o *CreateVwDefault) IsRedirect() bool

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

func (*CreateVwDefault) IsServerError

func (o *CreateVwDefault) IsServerError() bool

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

func (*CreateVwDefault) IsSuccess

func (o *CreateVwDefault) IsSuccess() bool

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

func (*CreateVwDefault) String

func (o *CreateVwDefault) String() string

type CreateVwDiagnosticDataJobDefault

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

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

The default response on an error.

func NewCreateVwDiagnosticDataJobDefault

func NewCreateVwDiagnosticDataJobDefault(code int) *CreateVwDiagnosticDataJobDefault

NewCreateVwDiagnosticDataJobDefault creates a CreateVwDiagnosticDataJobDefault with default headers values

func (*CreateVwDiagnosticDataJobDefault) Code

Code gets the status code for the create vw diagnostic data job default response

func (*CreateVwDiagnosticDataJobDefault) Error

func (*CreateVwDiagnosticDataJobDefault) GetPayload

func (*CreateVwDiagnosticDataJobDefault) IsClientError

func (o *CreateVwDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this create vw diagnostic data job default response has a 4xx status code

func (*CreateVwDiagnosticDataJobDefault) IsCode

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

IsCode returns true when this create vw diagnostic data job default response a status code equal to that given

func (*CreateVwDiagnosticDataJobDefault) IsRedirect

func (o *CreateVwDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this create vw diagnostic data job default response has a 3xx status code

func (*CreateVwDiagnosticDataJobDefault) IsServerError

func (o *CreateVwDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this create vw diagnostic data job default response has a 5xx status code

func (*CreateVwDiagnosticDataJobDefault) IsSuccess

func (o *CreateVwDiagnosticDataJobDefault) IsSuccess() bool

IsSuccess returns true when this create vw diagnostic data job default response has a 2xx status code

func (*CreateVwDiagnosticDataJobDefault) String

type CreateVwDiagnosticDataJobOK

type CreateVwDiagnosticDataJobOK struct {
	Payload *models.CreateVwDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewCreateVwDiagnosticDataJobOK

func NewCreateVwDiagnosticDataJobOK() *CreateVwDiagnosticDataJobOK

NewCreateVwDiagnosticDataJobOK creates a CreateVwDiagnosticDataJobOK with default headers values

func (*CreateVwDiagnosticDataJobOK) Code

func (o *CreateVwDiagnosticDataJobOK) Code() int

Code gets the status code for the create vw diagnostic data job o k response

func (*CreateVwDiagnosticDataJobOK) Error

func (*CreateVwDiagnosticDataJobOK) GetPayload

func (*CreateVwDiagnosticDataJobOK) IsClientError

func (o *CreateVwDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this create vw diagnostic data job o k response has a 4xx status code

func (*CreateVwDiagnosticDataJobOK) IsCode

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

IsCode returns true when this create vw diagnostic data job o k response a status code equal to that given

func (*CreateVwDiagnosticDataJobOK) IsRedirect

func (o *CreateVwDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this create vw diagnostic data job o k response has a 3xx status code

func (*CreateVwDiagnosticDataJobOK) IsServerError

func (o *CreateVwDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this create vw diagnostic data job o k response has a 5xx status code

func (*CreateVwDiagnosticDataJobOK) IsSuccess

func (o *CreateVwDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this create vw diagnostic data job o k response has a 2xx status code

func (*CreateVwDiagnosticDataJobOK) String

func (o *CreateVwDiagnosticDataJobOK) String() string

type CreateVwDiagnosticDataJobParams

type CreateVwDiagnosticDataJobParams struct {

	// Input.
	Input *models.CreateVwDiagnosticDataJobRequest

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

CreateVwDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the create vw diagnostic data job operation.

Typically these are written to a http.Request.

func NewCreateVwDiagnosticDataJobParams

func NewCreateVwDiagnosticDataJobParams() *CreateVwDiagnosticDataJobParams

NewCreateVwDiagnosticDataJobParams creates a new CreateVwDiagnosticDataJobParams 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 NewCreateVwDiagnosticDataJobParamsWithContext

func NewCreateVwDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateVwDiagnosticDataJobParams

NewCreateVwDiagnosticDataJobParamsWithContext creates a new CreateVwDiagnosticDataJobParams object with the ability to set a context for a request.

func NewCreateVwDiagnosticDataJobParamsWithHTTPClient

func NewCreateVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateVwDiagnosticDataJobParams

NewCreateVwDiagnosticDataJobParamsWithHTTPClient creates a new CreateVwDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVwDiagnosticDataJobParamsWithTimeout

func NewCreateVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateVwDiagnosticDataJobParams

NewCreateVwDiagnosticDataJobParamsWithTimeout creates a new CreateVwDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*CreateVwDiagnosticDataJobParams) SetContext

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

SetContext adds the context to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) SetDefaults

func (o *CreateVwDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the create vw diagnostic data job params (not the query body).

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

func (*CreateVwDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) SetInput

SetInput adds the input to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) WithContext

WithContext adds the context to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the create vw diagnostic data job params (not the query body).

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

func (*CreateVwDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) WithInput

WithInput adds the input to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the create vw diagnostic data job params

func (*CreateVwDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateVwDiagnosticDataJobReader

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

CreateVwDiagnosticDataJobReader is a Reader for the CreateVwDiagnosticDataJob structure.

func (*CreateVwDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateVwOK

type CreateVwOK struct {
	Payload *models.CreateVwResponse
}

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

Expected response to a valid request.

func NewCreateVwOK

func NewCreateVwOK() *CreateVwOK

NewCreateVwOK creates a CreateVwOK with default headers values

func (*CreateVwOK) Code

func (o *CreateVwOK) Code() int

Code gets the status code for the create vw o k response

func (*CreateVwOK) Error

func (o *CreateVwOK) Error() string

func (*CreateVwOK) GetPayload

func (o *CreateVwOK) GetPayload() *models.CreateVwResponse

func (*CreateVwOK) IsClientError

func (o *CreateVwOK) IsClientError() bool

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

func (*CreateVwOK) IsCode

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

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

func (*CreateVwOK) IsRedirect

func (o *CreateVwOK) IsRedirect() bool

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

func (*CreateVwOK) IsServerError

func (o *CreateVwOK) IsServerError() bool

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

func (*CreateVwOK) IsSuccess

func (o *CreateVwOK) IsSuccess() bool

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

func (*CreateVwOK) String

func (o *CreateVwOK) String() string

type CreateVwParams

type CreateVwParams struct {

	// Input.
	Input *models.CreateVwRequest

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

CreateVwParams contains all the parameters to send to the API endpoint

for the create vw operation.

Typically these are written to a http.Request.

func NewCreateVwParams

func NewCreateVwParams() *CreateVwParams

NewCreateVwParams creates a new CreateVwParams 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 NewCreateVwParamsWithContext

func NewCreateVwParamsWithContext(ctx context.Context) *CreateVwParams

NewCreateVwParamsWithContext creates a new CreateVwParams object with the ability to set a context for a request.

func NewCreateVwParamsWithHTTPClient

func NewCreateVwParamsWithHTTPClient(client *http.Client) *CreateVwParams

NewCreateVwParamsWithHTTPClient creates a new CreateVwParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVwParamsWithTimeout

func NewCreateVwParamsWithTimeout(timeout time.Duration) *CreateVwParams

NewCreateVwParamsWithTimeout creates a new CreateVwParams object with the ability to set a timeout on a request.

func (*CreateVwParams) SetContext

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

SetContext adds the context to the create vw params

func (*CreateVwParams) SetDefaults

func (o *CreateVwParams) SetDefaults()

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

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

func (*CreateVwParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vw params

func (*CreateVwParams) SetInput

func (o *CreateVwParams) SetInput(input *models.CreateVwRequest)

SetInput adds the input to the create vw params

func (*CreateVwParams) SetTimeout

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

SetTimeout adds the timeout to the create vw params

func (*CreateVwParams) WithContext

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

WithContext adds the context to the create vw params

func (*CreateVwParams) WithDefaults

func (o *CreateVwParams) WithDefaults() *CreateVwParams

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

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

func (*CreateVwParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create vw params

func (*CreateVwParams) WithInput

func (o *CreateVwParams) WithInput(input *models.CreateVwRequest) *CreateVwParams

WithInput adds the input to the create vw params

func (*CreateVwParams) WithTimeout

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

WithTimeout adds the timeout to the create vw params

func (*CreateVwParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateVwReader

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

CreateVwReader is a Reader for the CreateVw structure.

func (*CreateVwReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBackupDefault

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

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

The default response on an error.

func NewDeleteBackupDefault

func NewDeleteBackupDefault(code int) *DeleteBackupDefault

NewDeleteBackupDefault creates a DeleteBackupDefault with default headers values

func (*DeleteBackupDefault) Code

func (o *DeleteBackupDefault) Code() int

Code gets the status code for the delete backup default response

func (*DeleteBackupDefault) Error

func (o *DeleteBackupDefault) Error() string

func (*DeleteBackupDefault) GetPayload

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

func (*DeleteBackupDefault) IsClientError

func (o *DeleteBackupDefault) IsClientError() bool

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

func (*DeleteBackupDefault) IsCode

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

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

func (*DeleteBackupDefault) IsRedirect

func (o *DeleteBackupDefault) IsRedirect() bool

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

func (*DeleteBackupDefault) IsServerError

func (o *DeleteBackupDefault) IsServerError() bool

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

func (*DeleteBackupDefault) IsSuccess

func (o *DeleteBackupDefault) IsSuccess() bool

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

func (*DeleteBackupDefault) String

func (o *DeleteBackupDefault) String() string

type DeleteBackupOK

type DeleteBackupOK struct {
	Payload *models.DeleteBackupResponse
}

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

Expected response to a valid request.

func NewDeleteBackupOK

func NewDeleteBackupOK() *DeleteBackupOK

NewDeleteBackupOK creates a DeleteBackupOK with default headers values

func (*DeleteBackupOK) Code

func (o *DeleteBackupOK) Code() int

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

func (*DeleteBackupOK) Error

func (o *DeleteBackupOK) Error() string

func (*DeleteBackupOK) GetPayload

func (o *DeleteBackupOK) GetPayload() *models.DeleteBackupResponse

func (*DeleteBackupOK) IsClientError

func (o *DeleteBackupOK) IsClientError() bool

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

func (*DeleteBackupOK) IsCode

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

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

func (*DeleteBackupOK) IsRedirect

func (o *DeleteBackupOK) IsRedirect() bool

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

func (*DeleteBackupOK) IsServerError

func (o *DeleteBackupOK) IsServerError() bool

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

func (*DeleteBackupOK) IsSuccess

func (o *DeleteBackupOK) IsSuccess() bool

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

func (*DeleteBackupOK) String

func (o *DeleteBackupOK) String() string

type DeleteBackupParams

type DeleteBackupParams struct {

	// Input.
	Input *models.DeleteBackupRequest

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

DeleteBackupParams contains all the parameters to send to the API endpoint

for the delete backup operation.

Typically these are written to a http.Request.

func NewDeleteBackupParams

func NewDeleteBackupParams() *DeleteBackupParams

NewDeleteBackupParams creates a new DeleteBackupParams 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 NewDeleteBackupParamsWithContext

func NewDeleteBackupParamsWithContext(ctx context.Context) *DeleteBackupParams

NewDeleteBackupParamsWithContext creates a new DeleteBackupParams object with the ability to set a context for a request.

func NewDeleteBackupParamsWithHTTPClient

func NewDeleteBackupParamsWithHTTPClient(client *http.Client) *DeleteBackupParams

NewDeleteBackupParamsWithHTTPClient creates a new DeleteBackupParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteBackupParamsWithTimeout

func NewDeleteBackupParamsWithTimeout(timeout time.Duration) *DeleteBackupParams

NewDeleteBackupParamsWithTimeout creates a new DeleteBackupParams object with the ability to set a timeout on a request.

func (*DeleteBackupParams) SetContext

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

SetContext adds the context to the delete backup params

func (*DeleteBackupParams) SetDefaults

func (o *DeleteBackupParams) SetDefaults()

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

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

func (*DeleteBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete backup params

func (*DeleteBackupParams) SetInput

func (o *DeleteBackupParams) SetInput(input *models.DeleteBackupRequest)

SetInput adds the input to the delete backup params

func (*DeleteBackupParams) SetTimeout

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

SetTimeout adds the timeout to the delete backup params

func (*DeleteBackupParams) WithContext

WithContext adds the context to the delete backup params

func (*DeleteBackupParams) WithDefaults

func (o *DeleteBackupParams) WithDefaults() *DeleteBackupParams

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

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

func (*DeleteBackupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete backup params

func (*DeleteBackupParams) WithInput

WithInput adds the input to the delete backup params

func (*DeleteBackupParams) WithTimeout

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

WithTimeout adds the timeout to the delete backup params

func (*DeleteBackupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteBackupReader

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

DeleteBackupReader is a Reader for the DeleteBackup structure.

func (*DeleteBackupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterDefault

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

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

The default response on an error.

func NewDeleteClusterDefault

func NewDeleteClusterDefault(code int) *DeleteClusterDefault

NewDeleteClusterDefault creates a DeleteClusterDefault with default headers values

func (*DeleteClusterDefault) Code

func (o *DeleteClusterDefault) Code() int

Code gets the status code for the delete cluster default response

func (*DeleteClusterDefault) Error

func (o *DeleteClusterDefault) Error() string

func (*DeleteClusterDefault) GetPayload

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

func (*DeleteClusterDefault) IsClientError

func (o *DeleteClusterDefault) IsClientError() bool

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

func (*DeleteClusterDefault) IsCode

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

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

func (*DeleteClusterDefault) IsRedirect

func (o *DeleteClusterDefault) IsRedirect() bool

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

func (*DeleteClusterDefault) IsServerError

func (o *DeleteClusterDefault) IsServerError() bool

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

func (*DeleteClusterDefault) IsSuccess

func (o *DeleteClusterDefault) IsSuccess() bool

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

func (*DeleteClusterDefault) String

func (o *DeleteClusterDefault) String() string

type DeleteClusterDiagnosticDataJobDefault

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

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

The default response on an error.

func NewDeleteClusterDiagnosticDataJobDefault

func NewDeleteClusterDiagnosticDataJobDefault(code int) *DeleteClusterDiagnosticDataJobDefault

NewDeleteClusterDiagnosticDataJobDefault creates a DeleteClusterDiagnosticDataJobDefault with default headers values

func (*DeleteClusterDiagnosticDataJobDefault) Code

Code gets the status code for the delete cluster diagnostic data job default response

func (*DeleteClusterDiagnosticDataJobDefault) Error

func (*DeleteClusterDiagnosticDataJobDefault) GetPayload

func (*DeleteClusterDiagnosticDataJobDefault) IsClientError

func (o *DeleteClusterDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this delete cluster diagnostic data job default response has a 4xx status code

func (*DeleteClusterDiagnosticDataJobDefault) IsCode

IsCode returns true when this delete cluster diagnostic data job default response a status code equal to that given

func (*DeleteClusterDiagnosticDataJobDefault) IsRedirect

IsRedirect returns true when this delete cluster diagnostic data job default response has a 3xx status code

func (*DeleteClusterDiagnosticDataJobDefault) IsServerError

func (o *DeleteClusterDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this delete cluster diagnostic data job default response has a 5xx status code

func (*DeleteClusterDiagnosticDataJobDefault) IsSuccess

IsSuccess returns true when this delete cluster diagnostic data job default response has a 2xx status code

func (*DeleteClusterDiagnosticDataJobDefault) String

type DeleteClusterDiagnosticDataJobOK

type DeleteClusterDiagnosticDataJobOK struct {
	Payload models.DeleteClusterDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewDeleteClusterDiagnosticDataJobOK

func NewDeleteClusterDiagnosticDataJobOK() *DeleteClusterDiagnosticDataJobOK

NewDeleteClusterDiagnosticDataJobOK creates a DeleteClusterDiagnosticDataJobOK with default headers values

func (*DeleteClusterDiagnosticDataJobOK) Code

Code gets the status code for the delete cluster diagnostic data job o k response

func (*DeleteClusterDiagnosticDataJobOK) Error

func (*DeleteClusterDiagnosticDataJobOK) GetPayload

func (*DeleteClusterDiagnosticDataJobOK) IsClientError

func (o *DeleteClusterDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this delete cluster diagnostic data job o k response has a 4xx status code

func (*DeleteClusterDiagnosticDataJobOK) IsCode

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

IsCode returns true when this delete cluster diagnostic data job o k response a status code equal to that given

func (*DeleteClusterDiagnosticDataJobOK) IsRedirect

func (o *DeleteClusterDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this delete cluster diagnostic data job o k response has a 3xx status code

func (*DeleteClusterDiagnosticDataJobOK) IsServerError

func (o *DeleteClusterDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this delete cluster diagnostic data job o k response has a 5xx status code

func (*DeleteClusterDiagnosticDataJobOK) IsSuccess

func (o *DeleteClusterDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this delete cluster diagnostic data job o k response has a 2xx status code

func (*DeleteClusterDiagnosticDataJobOK) String

type DeleteClusterDiagnosticDataJobParams

type DeleteClusterDiagnosticDataJobParams struct {

	// Input.
	Input *models.DeleteClusterDiagnosticDataJobRequest

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

DeleteClusterDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the delete cluster diagnostic data job operation.

Typically these are written to a http.Request.

func NewDeleteClusterDiagnosticDataJobParams

func NewDeleteClusterDiagnosticDataJobParams() *DeleteClusterDiagnosticDataJobParams

NewDeleteClusterDiagnosticDataJobParams creates a new DeleteClusterDiagnosticDataJobParams 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 NewDeleteClusterDiagnosticDataJobParamsWithContext

func NewDeleteClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteClusterDiagnosticDataJobParams

NewDeleteClusterDiagnosticDataJobParamsWithContext creates a new DeleteClusterDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDeleteClusterDiagnosticDataJobParamsWithHTTPClient

func NewDeleteClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteClusterDiagnosticDataJobParams

NewDeleteClusterDiagnosticDataJobParamsWithHTTPClient creates a new DeleteClusterDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterDiagnosticDataJobParamsWithTimeout

func NewDeleteClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteClusterDiagnosticDataJobParams

NewDeleteClusterDiagnosticDataJobParamsWithTimeout creates a new DeleteClusterDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DeleteClusterDiagnosticDataJobParams) SetContext

SetContext adds the context to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) SetDefaults

func (o *DeleteClusterDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the delete cluster diagnostic data job params (not the query body).

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

func (*DeleteClusterDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) SetInput

SetInput adds the input to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) WithContext

WithContext adds the context to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the delete cluster diagnostic data job params (not the query body).

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

func (*DeleteClusterDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) WithInput

WithInput adds the input to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the delete cluster diagnostic data job params

func (*DeleteClusterDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterDiagnosticDataJobReader

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

DeleteClusterDiagnosticDataJobReader is a Reader for the DeleteClusterDiagnosticDataJob structure.

func (*DeleteClusterDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterOK

type DeleteClusterOK struct {
	Payload models.DeleteClusterResponse
}

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

Expected response to a valid request.

func NewDeleteClusterOK

func NewDeleteClusterOK() *DeleteClusterOK

NewDeleteClusterOK creates a DeleteClusterOK with default headers values

func (*DeleteClusterOK) Code

func (o *DeleteClusterOK) Code() int

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

func (*DeleteClusterOK) Error

func (o *DeleteClusterOK) Error() string

func (*DeleteClusterOK) GetPayload

func (*DeleteClusterOK) IsClientError

func (o *DeleteClusterOK) IsClientError() bool

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

func (*DeleteClusterOK) IsCode

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

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

func (*DeleteClusterOK) IsRedirect

func (o *DeleteClusterOK) IsRedirect() bool

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

func (*DeleteClusterOK) IsServerError

func (o *DeleteClusterOK) IsServerError() bool

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

func (*DeleteClusterOK) IsSuccess

func (o *DeleteClusterOK) IsSuccess() bool

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

func (*DeleteClusterOK) String

func (o *DeleteClusterOK) String() string

type DeleteClusterParams

type DeleteClusterParams struct {

	// Input.
	Input *models.DeleteClusterRequest

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

DeleteClusterParams contains all the parameters to send to the API endpoint

for the delete cluster operation.

Typically these are written to a http.Request.

func NewDeleteClusterParams

func NewDeleteClusterParams() *DeleteClusterParams

NewDeleteClusterParams creates a new DeleteClusterParams 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 NewDeleteClusterParamsWithContext

func NewDeleteClusterParamsWithContext(ctx context.Context) *DeleteClusterParams

NewDeleteClusterParamsWithContext creates a new DeleteClusterParams object with the ability to set a context for a request.

func NewDeleteClusterParamsWithHTTPClient

func NewDeleteClusterParamsWithHTTPClient(client *http.Client) *DeleteClusterParams

NewDeleteClusterParamsWithHTTPClient creates a new DeleteClusterParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterParamsWithTimeout

func NewDeleteClusterParamsWithTimeout(timeout time.Duration) *DeleteClusterParams

NewDeleteClusterParamsWithTimeout creates a new DeleteClusterParams object with the ability to set a timeout on a request.

func (*DeleteClusterParams) SetContext

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

SetContext adds the context to the delete cluster params

func (*DeleteClusterParams) SetDefaults

func (o *DeleteClusterParams) SetDefaults()

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

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

func (*DeleteClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) SetInput

func (o *DeleteClusterParams) SetInput(input *models.DeleteClusterRequest)

SetInput adds the input to the delete cluster params

func (*DeleteClusterParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) WithContext

WithContext adds the context to the delete cluster params

func (*DeleteClusterParams) WithDefaults

func (o *DeleteClusterParams) WithDefaults() *DeleteClusterParams

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

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

func (*DeleteClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) WithInput

WithInput adds the input to the delete cluster params

func (*DeleteClusterParams) WithTimeout

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

WithTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteClusterReader

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

DeleteClusterReader is a Reader for the DeleteCluster structure.

func (*DeleteClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataVisualizationDefault

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

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

The default response on an error.

func NewDeleteDataVisualizationDefault

func NewDeleteDataVisualizationDefault(code int) *DeleteDataVisualizationDefault

NewDeleteDataVisualizationDefault creates a DeleteDataVisualizationDefault with default headers values

func (*DeleteDataVisualizationDefault) Code

Code gets the status code for the delete data visualization default response

func (*DeleteDataVisualizationDefault) Error

func (*DeleteDataVisualizationDefault) GetPayload

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

func (*DeleteDataVisualizationDefault) IsClientError

func (o *DeleteDataVisualizationDefault) IsClientError() bool

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

func (*DeleteDataVisualizationDefault) IsCode

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

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

func (*DeleteDataVisualizationDefault) IsRedirect

func (o *DeleteDataVisualizationDefault) IsRedirect() bool

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

func (*DeleteDataVisualizationDefault) IsServerError

func (o *DeleteDataVisualizationDefault) IsServerError() bool

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

func (*DeleteDataVisualizationDefault) IsSuccess

func (o *DeleteDataVisualizationDefault) IsSuccess() bool

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

func (*DeleteDataVisualizationDefault) String

type DeleteDataVisualizationOK

type DeleteDataVisualizationOK struct {
	Payload *models.DeleteDataVisualizationResponse
}

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

Expected response to a valid request.

func NewDeleteDataVisualizationOK

func NewDeleteDataVisualizationOK() *DeleteDataVisualizationOK

NewDeleteDataVisualizationOK creates a DeleteDataVisualizationOK with default headers values

func (*DeleteDataVisualizationOK) Code

func (o *DeleteDataVisualizationOK) Code() int

Code gets the status code for the delete data visualization o k response

func (*DeleteDataVisualizationOK) Error

func (o *DeleteDataVisualizationOK) Error() string

func (*DeleteDataVisualizationOK) GetPayload

func (*DeleteDataVisualizationOK) IsClientError

func (o *DeleteDataVisualizationOK) IsClientError() bool

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

func (*DeleteDataVisualizationOK) IsCode

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

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

func (*DeleteDataVisualizationOK) IsRedirect

func (o *DeleteDataVisualizationOK) IsRedirect() bool

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

func (*DeleteDataVisualizationOK) IsServerError

func (o *DeleteDataVisualizationOK) IsServerError() bool

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

func (*DeleteDataVisualizationOK) IsSuccess

func (o *DeleteDataVisualizationOK) IsSuccess() bool

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

func (*DeleteDataVisualizationOK) String

func (o *DeleteDataVisualizationOK) String() string

type DeleteDataVisualizationParams

type DeleteDataVisualizationParams struct {

	// Input.
	Input *models.DeleteDataVisualizationRequest

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

DeleteDataVisualizationParams contains all the parameters to send to the API endpoint

for the delete data visualization operation.

Typically these are written to a http.Request.

func NewDeleteDataVisualizationParams

func NewDeleteDataVisualizationParams() *DeleteDataVisualizationParams

NewDeleteDataVisualizationParams creates a new DeleteDataVisualizationParams 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 NewDeleteDataVisualizationParamsWithContext

func NewDeleteDataVisualizationParamsWithContext(ctx context.Context) *DeleteDataVisualizationParams

NewDeleteDataVisualizationParamsWithContext creates a new DeleteDataVisualizationParams object with the ability to set a context for a request.

func NewDeleteDataVisualizationParamsWithHTTPClient

func NewDeleteDataVisualizationParamsWithHTTPClient(client *http.Client) *DeleteDataVisualizationParams

NewDeleteDataVisualizationParamsWithHTTPClient creates a new DeleteDataVisualizationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDataVisualizationParamsWithTimeout

func NewDeleteDataVisualizationParamsWithTimeout(timeout time.Duration) *DeleteDataVisualizationParams

NewDeleteDataVisualizationParamsWithTimeout creates a new DeleteDataVisualizationParams object with the ability to set a timeout on a request.

func (*DeleteDataVisualizationParams) SetContext

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

SetContext adds the context to the delete data visualization params

func (*DeleteDataVisualizationParams) SetDefaults

func (o *DeleteDataVisualizationParams) SetDefaults()

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

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

func (*DeleteDataVisualizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data visualization params

func (*DeleteDataVisualizationParams) SetInput

SetInput adds the input to the delete data visualization params

func (*DeleteDataVisualizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete data visualization params

func (*DeleteDataVisualizationParams) WithContext

WithContext adds the context to the delete data visualization params

func (*DeleteDataVisualizationParams) WithDefaults

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

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

func (*DeleteDataVisualizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete data visualization params

func (*DeleteDataVisualizationParams) WithInput

WithInput adds the input to the delete data visualization params

func (*DeleteDataVisualizationParams) WithTimeout

WithTimeout adds the timeout to the delete data visualization params

func (*DeleteDataVisualizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataVisualizationReader

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

DeleteDataVisualizationReader is a Reader for the DeleteDataVisualization structure.

func (*DeleteDataVisualizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDbcDefault

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

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

The default response on an error.

func NewDeleteDbcDefault

func NewDeleteDbcDefault(code int) *DeleteDbcDefault

NewDeleteDbcDefault creates a DeleteDbcDefault with default headers values

func (*DeleteDbcDefault) Code

func (o *DeleteDbcDefault) Code() int

Code gets the status code for the delete dbc default response

func (*DeleteDbcDefault) Error

func (o *DeleteDbcDefault) Error() string

func (*DeleteDbcDefault) GetPayload

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

func (*DeleteDbcDefault) IsClientError

func (o *DeleteDbcDefault) IsClientError() bool

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

func (*DeleteDbcDefault) IsCode

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

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

func (*DeleteDbcDefault) IsRedirect

func (o *DeleteDbcDefault) IsRedirect() bool

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

func (*DeleteDbcDefault) IsServerError

func (o *DeleteDbcDefault) IsServerError() bool

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

func (*DeleteDbcDefault) IsSuccess

func (o *DeleteDbcDefault) IsSuccess() bool

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

func (*DeleteDbcDefault) String

func (o *DeleteDbcDefault) String() string

type DeleteDbcDiagnosticDataJobDefault

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

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

The default response on an error.

func NewDeleteDbcDiagnosticDataJobDefault

func NewDeleteDbcDiagnosticDataJobDefault(code int) *DeleteDbcDiagnosticDataJobDefault

NewDeleteDbcDiagnosticDataJobDefault creates a DeleteDbcDiagnosticDataJobDefault with default headers values

func (*DeleteDbcDiagnosticDataJobDefault) Code

Code gets the status code for the delete dbc diagnostic data job default response

func (*DeleteDbcDiagnosticDataJobDefault) Error

func (*DeleteDbcDiagnosticDataJobDefault) GetPayload

func (*DeleteDbcDiagnosticDataJobDefault) IsClientError

func (o *DeleteDbcDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this delete dbc diagnostic data job default response has a 4xx status code

func (*DeleteDbcDiagnosticDataJobDefault) IsCode

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

IsCode returns true when this delete dbc diagnostic data job default response a status code equal to that given

func (*DeleteDbcDiagnosticDataJobDefault) IsRedirect

func (o *DeleteDbcDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this delete dbc diagnostic data job default response has a 3xx status code

func (*DeleteDbcDiagnosticDataJobDefault) IsServerError

func (o *DeleteDbcDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this delete dbc diagnostic data job default response has a 5xx status code

func (*DeleteDbcDiagnosticDataJobDefault) IsSuccess

func (o *DeleteDbcDiagnosticDataJobDefault) IsSuccess() bool

IsSuccess returns true when this delete dbc diagnostic data job default response has a 2xx status code

func (*DeleteDbcDiagnosticDataJobDefault) String

type DeleteDbcDiagnosticDataJobOK

type DeleteDbcDiagnosticDataJobOK struct {
	Payload models.DeleteDbcDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewDeleteDbcDiagnosticDataJobOK

func NewDeleteDbcDiagnosticDataJobOK() *DeleteDbcDiagnosticDataJobOK

NewDeleteDbcDiagnosticDataJobOK creates a DeleteDbcDiagnosticDataJobOK with default headers values

func (*DeleteDbcDiagnosticDataJobOK) Code

Code gets the status code for the delete dbc diagnostic data job o k response

func (*DeleteDbcDiagnosticDataJobOK) Error

func (*DeleteDbcDiagnosticDataJobOK) GetPayload

func (*DeleteDbcDiagnosticDataJobOK) IsClientError

func (o *DeleteDbcDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this delete dbc diagnostic data job o k response has a 4xx status code

func (*DeleteDbcDiagnosticDataJobOK) IsCode

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

IsCode returns true when this delete dbc diagnostic data job o k response a status code equal to that given

func (*DeleteDbcDiagnosticDataJobOK) IsRedirect

func (o *DeleteDbcDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this delete dbc diagnostic data job o k response has a 3xx status code

func (*DeleteDbcDiagnosticDataJobOK) IsServerError

func (o *DeleteDbcDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this delete dbc diagnostic data job o k response has a 5xx status code

func (*DeleteDbcDiagnosticDataJobOK) IsSuccess

func (o *DeleteDbcDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this delete dbc diagnostic data job o k response has a 2xx status code

func (*DeleteDbcDiagnosticDataJobOK) String

type DeleteDbcDiagnosticDataJobParams

type DeleteDbcDiagnosticDataJobParams struct {

	// Input.
	Input *models.DeleteDbcDiagnosticDataJobRequest

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

DeleteDbcDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the delete dbc diagnostic data job operation.

Typically these are written to a http.Request.

func NewDeleteDbcDiagnosticDataJobParams

func NewDeleteDbcDiagnosticDataJobParams() *DeleteDbcDiagnosticDataJobParams

NewDeleteDbcDiagnosticDataJobParams creates a new DeleteDbcDiagnosticDataJobParams 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 NewDeleteDbcDiagnosticDataJobParamsWithContext

func NewDeleteDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteDbcDiagnosticDataJobParams

NewDeleteDbcDiagnosticDataJobParamsWithContext creates a new DeleteDbcDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDeleteDbcDiagnosticDataJobParamsWithHTTPClient

func NewDeleteDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteDbcDiagnosticDataJobParams

NewDeleteDbcDiagnosticDataJobParamsWithHTTPClient creates a new DeleteDbcDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDbcDiagnosticDataJobParamsWithTimeout

func NewDeleteDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteDbcDiagnosticDataJobParams

NewDeleteDbcDiagnosticDataJobParamsWithTimeout creates a new DeleteDbcDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DeleteDbcDiagnosticDataJobParams) SetContext

SetContext adds the context to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) SetDefaults

func (o *DeleteDbcDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the delete dbc diagnostic data job params (not the query body).

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

func (*DeleteDbcDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) SetInput

SetInput adds the input to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) WithContext

WithContext adds the context to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the delete dbc diagnostic data job params (not the query body).

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

func (*DeleteDbcDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) WithInput

WithInput adds the input to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the delete dbc diagnostic data job params

func (*DeleteDbcDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDbcDiagnosticDataJobReader

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

DeleteDbcDiagnosticDataJobReader is a Reader for the DeleteDbcDiagnosticDataJob structure.

func (*DeleteDbcDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDbcOK

type DeleteDbcOK struct {
	Payload models.DeleteDbcResponse
}

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

Expected response to a valid request.

func NewDeleteDbcOK

func NewDeleteDbcOK() *DeleteDbcOK

NewDeleteDbcOK creates a DeleteDbcOK with default headers values

func (*DeleteDbcOK) Code

func (o *DeleteDbcOK) Code() int

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

func (*DeleteDbcOK) Error

func (o *DeleteDbcOK) Error() string

func (*DeleteDbcOK) GetPayload

func (o *DeleteDbcOK) GetPayload() models.DeleteDbcResponse

func (*DeleteDbcOK) IsClientError

func (o *DeleteDbcOK) IsClientError() bool

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

func (*DeleteDbcOK) IsCode

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

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

func (*DeleteDbcOK) IsRedirect

func (o *DeleteDbcOK) IsRedirect() bool

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

func (*DeleteDbcOK) IsServerError

func (o *DeleteDbcOK) IsServerError() bool

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

func (*DeleteDbcOK) IsSuccess

func (o *DeleteDbcOK) IsSuccess() bool

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

func (*DeleteDbcOK) String

func (o *DeleteDbcOK) String() string

type DeleteDbcParams

type DeleteDbcParams struct {

	// Input.
	Input *models.DeleteDbcRequest

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

DeleteDbcParams contains all the parameters to send to the API endpoint

for the delete dbc operation.

Typically these are written to a http.Request.

func NewDeleteDbcParams

func NewDeleteDbcParams() *DeleteDbcParams

NewDeleteDbcParams creates a new DeleteDbcParams 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 NewDeleteDbcParamsWithContext

func NewDeleteDbcParamsWithContext(ctx context.Context) *DeleteDbcParams

NewDeleteDbcParamsWithContext creates a new DeleteDbcParams object with the ability to set a context for a request.

func NewDeleteDbcParamsWithHTTPClient

func NewDeleteDbcParamsWithHTTPClient(client *http.Client) *DeleteDbcParams

NewDeleteDbcParamsWithHTTPClient creates a new DeleteDbcParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDbcParamsWithTimeout

func NewDeleteDbcParamsWithTimeout(timeout time.Duration) *DeleteDbcParams

NewDeleteDbcParamsWithTimeout creates a new DeleteDbcParams object with the ability to set a timeout on a request.

func (*DeleteDbcParams) SetContext

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

SetContext adds the context to the delete dbc params

func (*DeleteDbcParams) SetDefaults

func (o *DeleteDbcParams) SetDefaults()

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

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

func (*DeleteDbcParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete dbc params

func (*DeleteDbcParams) SetInput

func (o *DeleteDbcParams) SetInput(input *models.DeleteDbcRequest)

SetInput adds the input to the delete dbc params

func (*DeleteDbcParams) SetTimeout

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

SetTimeout adds the timeout to the delete dbc params

func (*DeleteDbcParams) WithContext

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

WithContext adds the context to the delete dbc params

func (*DeleteDbcParams) WithDefaults

func (o *DeleteDbcParams) WithDefaults() *DeleteDbcParams

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

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

func (*DeleteDbcParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete dbc params

func (*DeleteDbcParams) WithInput

WithInput adds the input to the delete dbc params

func (*DeleteDbcParams) WithTimeout

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

WithTimeout adds the timeout to the delete dbc params

func (*DeleteDbcParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteDbcReader

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

DeleteDbcReader is a Reader for the DeleteDbc structure.

func (*DeleteDbcReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteResourceTemplateDefault added in v0.6.3

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

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

The default response on an error.

func NewDeleteResourceTemplateDefault added in v0.6.3

func NewDeleteResourceTemplateDefault(code int) *DeleteResourceTemplateDefault

NewDeleteResourceTemplateDefault creates a DeleteResourceTemplateDefault with default headers values

func (*DeleteResourceTemplateDefault) Code added in v0.6.3

Code gets the status code for the delete resource template default response

func (*DeleteResourceTemplateDefault) Error added in v0.6.3

func (*DeleteResourceTemplateDefault) GetPayload added in v0.6.3

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

func (*DeleteResourceTemplateDefault) IsClientError added in v0.6.3

func (o *DeleteResourceTemplateDefault) IsClientError() bool

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

func (*DeleteResourceTemplateDefault) IsCode added in v0.6.3

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

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

func (*DeleteResourceTemplateDefault) IsRedirect added in v0.6.3

func (o *DeleteResourceTemplateDefault) IsRedirect() bool

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

func (*DeleteResourceTemplateDefault) IsServerError added in v0.6.3

func (o *DeleteResourceTemplateDefault) IsServerError() bool

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

func (*DeleteResourceTemplateDefault) IsSuccess added in v0.6.3

func (o *DeleteResourceTemplateDefault) IsSuccess() bool

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

func (*DeleteResourceTemplateDefault) String added in v0.6.3

type DeleteResourceTemplateOK added in v0.6.3

type DeleteResourceTemplateOK struct {
	Payload *models.DeleteResourceTemplateResponse
}

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

Expected response to a valid request.

func NewDeleteResourceTemplateOK added in v0.6.3

func NewDeleteResourceTemplateOK() *DeleteResourceTemplateOK

NewDeleteResourceTemplateOK creates a DeleteResourceTemplateOK with default headers values

func (*DeleteResourceTemplateOK) Code added in v0.6.3

func (o *DeleteResourceTemplateOK) Code() int

Code gets the status code for the delete resource template o k response

func (*DeleteResourceTemplateOK) Error added in v0.6.3

func (o *DeleteResourceTemplateOK) Error() string

func (*DeleteResourceTemplateOK) GetPayload added in v0.6.3

func (*DeleteResourceTemplateOK) IsClientError added in v0.6.3

func (o *DeleteResourceTemplateOK) IsClientError() bool

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

func (*DeleteResourceTemplateOK) IsCode added in v0.6.3

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

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

func (*DeleteResourceTemplateOK) IsRedirect added in v0.6.3

func (o *DeleteResourceTemplateOK) IsRedirect() bool

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

func (*DeleteResourceTemplateOK) IsServerError added in v0.6.3

func (o *DeleteResourceTemplateOK) IsServerError() bool

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

func (*DeleteResourceTemplateOK) IsSuccess added in v0.6.3

func (o *DeleteResourceTemplateOK) IsSuccess() bool

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

func (*DeleteResourceTemplateOK) String added in v0.6.3

func (o *DeleteResourceTemplateOK) String() string

type DeleteResourceTemplateParams added in v0.6.3

type DeleteResourceTemplateParams struct {

	// Input.
	Input *models.DeleteResourceTemplateRequest

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

DeleteResourceTemplateParams contains all the parameters to send to the API endpoint

for the delete resource template operation.

Typically these are written to a http.Request.

func NewDeleteResourceTemplateParams added in v0.6.3

func NewDeleteResourceTemplateParams() *DeleteResourceTemplateParams

NewDeleteResourceTemplateParams creates a new DeleteResourceTemplateParams 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 NewDeleteResourceTemplateParamsWithContext added in v0.6.3

func NewDeleteResourceTemplateParamsWithContext(ctx context.Context) *DeleteResourceTemplateParams

NewDeleteResourceTemplateParamsWithContext creates a new DeleteResourceTemplateParams object with the ability to set a context for a request.

func NewDeleteResourceTemplateParamsWithHTTPClient added in v0.6.3

func NewDeleteResourceTemplateParamsWithHTTPClient(client *http.Client) *DeleteResourceTemplateParams

NewDeleteResourceTemplateParamsWithHTTPClient creates a new DeleteResourceTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteResourceTemplateParamsWithTimeout added in v0.6.3

func NewDeleteResourceTemplateParamsWithTimeout(timeout time.Duration) *DeleteResourceTemplateParams

NewDeleteResourceTemplateParamsWithTimeout creates a new DeleteResourceTemplateParams object with the ability to set a timeout on a request.

func (*DeleteResourceTemplateParams) SetContext added in v0.6.3

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

SetContext adds the context to the delete resource template params

func (*DeleteResourceTemplateParams) SetDefaults added in v0.6.3

func (o *DeleteResourceTemplateParams) SetDefaults()

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

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

func (*DeleteResourceTemplateParams) SetHTTPClient added in v0.6.3

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

SetHTTPClient adds the HTTPClient to the delete resource template params

func (*DeleteResourceTemplateParams) SetInput added in v0.6.3

SetInput adds the input to the delete resource template params

func (*DeleteResourceTemplateParams) SetTimeout added in v0.6.3

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

SetTimeout adds the timeout to the delete resource template params

func (*DeleteResourceTemplateParams) WithContext added in v0.6.3

WithContext adds the context to the delete resource template params

func (*DeleteResourceTemplateParams) WithDefaults added in v0.6.3

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

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

func (*DeleteResourceTemplateParams) WithHTTPClient added in v0.6.3

WithHTTPClient adds the HTTPClient to the delete resource template params

func (*DeleteResourceTemplateParams) WithInput added in v0.6.3

WithInput adds the input to the delete resource template params

func (*DeleteResourceTemplateParams) WithTimeout added in v0.6.3

WithTimeout adds the timeout to the delete resource template params

func (*DeleteResourceTemplateParams) WriteToRequest added in v0.6.3

WriteToRequest writes these params to a swagger request

type DeleteResourceTemplateReader added in v0.6.3

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

DeleteResourceTemplateReader is a Reader for the DeleteResourceTemplate structure.

func (*DeleteResourceTemplateReader) ReadResponse added in v0.6.3

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

ReadResponse reads a server response into the received o.

type DeleteUserDefault

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

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

The default response on an error.

func NewDeleteUserDefault

func NewDeleteUserDefault(code int) *DeleteUserDefault

NewDeleteUserDefault creates a DeleteUserDefault with default headers values

func (*DeleteUserDefault) Code

func (o *DeleteUserDefault) Code() int

Code gets the status code for the delete user default response

func (*DeleteUserDefault) Error

func (o *DeleteUserDefault) Error() string

func (*DeleteUserDefault) GetPayload

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

func (*DeleteUserDefault) IsClientError

func (o *DeleteUserDefault) IsClientError() bool

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

func (*DeleteUserDefault) IsCode

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

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

func (*DeleteUserDefault) IsRedirect

func (o *DeleteUserDefault) IsRedirect() bool

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

func (*DeleteUserDefault) IsServerError

func (o *DeleteUserDefault) IsServerError() bool

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

func (*DeleteUserDefault) IsSuccess

func (o *DeleteUserDefault) IsSuccess() bool

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

func (*DeleteUserDefault) String

func (o *DeleteUserDefault) String() string

type DeleteUserOK

type DeleteUserOK struct {
	Payload models.DeleteUserResponse
}

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

Expected response to a valid request.

func NewDeleteUserOK

func NewDeleteUserOK() *DeleteUserOK

NewDeleteUserOK creates a DeleteUserOK with default headers values

func (*DeleteUserOK) Code

func (o *DeleteUserOK) Code() int

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

func (*DeleteUserOK) Error

func (o *DeleteUserOK) Error() string

func (*DeleteUserOK) GetPayload

func (o *DeleteUserOK) GetPayload() models.DeleteUserResponse

func (*DeleteUserOK) IsClientError

func (o *DeleteUserOK) IsClientError() bool

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

func (*DeleteUserOK) IsCode

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

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

func (*DeleteUserOK) IsRedirect

func (o *DeleteUserOK) IsRedirect() bool

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

func (*DeleteUserOK) IsServerError

func (o *DeleteUserOK) IsServerError() bool

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

func (*DeleteUserOK) IsSuccess

func (o *DeleteUserOK) IsSuccess() bool

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

func (*DeleteUserOK) String

func (o *DeleteUserOK) String() string

type DeleteUserParams

type DeleteUserParams struct {

	// Input.
	Input *models.DeleteUserRequest

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

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

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetInput

func (o *DeleteUserParams) SetInput(input *models.DeleteUserRequest)

SetInput adds the input to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithContext

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

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

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

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithInput

WithInput adds the input to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVwDefault

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

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

The default response on an error.

func NewDeleteVwDefault

func NewDeleteVwDefault(code int) *DeleteVwDefault

NewDeleteVwDefault creates a DeleteVwDefault with default headers values

func (*DeleteVwDefault) Code

func (o *DeleteVwDefault) Code() int

Code gets the status code for the delete vw default response

func (*DeleteVwDefault) Error

func (o *DeleteVwDefault) Error() string

func (*DeleteVwDefault) GetPayload

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

func (*DeleteVwDefault) IsClientError

func (o *DeleteVwDefault) IsClientError() bool

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

func (*DeleteVwDefault) IsCode

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

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

func (*DeleteVwDefault) IsRedirect

func (o *DeleteVwDefault) IsRedirect() bool

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

func (*DeleteVwDefault) IsServerError

func (o *DeleteVwDefault) IsServerError() bool

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

func (*DeleteVwDefault) IsSuccess

func (o *DeleteVwDefault) IsSuccess() bool

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

func (*DeleteVwDefault) String

func (o *DeleteVwDefault) String() string

type DeleteVwDiagnosticDataJobDefault

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

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

The default response on an error.

func NewDeleteVwDiagnosticDataJobDefault

func NewDeleteVwDiagnosticDataJobDefault(code int) *DeleteVwDiagnosticDataJobDefault

NewDeleteVwDiagnosticDataJobDefault creates a DeleteVwDiagnosticDataJobDefault with default headers values

func (*DeleteVwDiagnosticDataJobDefault) Code

Code gets the status code for the delete vw diagnostic data job default response

func (*DeleteVwDiagnosticDataJobDefault) Error

func (*DeleteVwDiagnosticDataJobDefault) GetPayload

func (*DeleteVwDiagnosticDataJobDefault) IsClientError

func (o *DeleteVwDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this delete vw diagnostic data job default response has a 4xx status code

func (*DeleteVwDiagnosticDataJobDefault) IsCode

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

IsCode returns true when this delete vw diagnostic data job default response a status code equal to that given

func (*DeleteVwDiagnosticDataJobDefault) IsRedirect

func (o *DeleteVwDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this delete vw diagnostic data job default response has a 3xx status code

func (*DeleteVwDiagnosticDataJobDefault) IsServerError

func (o *DeleteVwDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this delete vw diagnostic data job default response has a 5xx status code

func (*DeleteVwDiagnosticDataJobDefault) IsSuccess

func (o *DeleteVwDiagnosticDataJobDefault) IsSuccess() bool

IsSuccess returns true when this delete vw diagnostic data job default response has a 2xx status code

func (*DeleteVwDiagnosticDataJobDefault) String

type DeleteVwDiagnosticDataJobOK

type DeleteVwDiagnosticDataJobOK struct {
	Payload models.DeleteVwDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewDeleteVwDiagnosticDataJobOK

func NewDeleteVwDiagnosticDataJobOK() *DeleteVwDiagnosticDataJobOK

NewDeleteVwDiagnosticDataJobOK creates a DeleteVwDiagnosticDataJobOK with default headers values

func (*DeleteVwDiagnosticDataJobOK) Code

func (o *DeleteVwDiagnosticDataJobOK) Code() int

Code gets the status code for the delete vw diagnostic data job o k response

func (*DeleteVwDiagnosticDataJobOK) Error

func (*DeleteVwDiagnosticDataJobOK) GetPayload

func (*DeleteVwDiagnosticDataJobOK) IsClientError

func (o *DeleteVwDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this delete vw diagnostic data job o k response has a 4xx status code

func (*DeleteVwDiagnosticDataJobOK) IsCode

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

IsCode returns true when this delete vw diagnostic data job o k response a status code equal to that given

func (*DeleteVwDiagnosticDataJobOK) IsRedirect

func (o *DeleteVwDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this delete vw diagnostic data job o k response has a 3xx status code

func (*DeleteVwDiagnosticDataJobOK) IsServerError

func (o *DeleteVwDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this delete vw diagnostic data job o k response has a 5xx status code

func (*DeleteVwDiagnosticDataJobOK) IsSuccess

func (o *DeleteVwDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this delete vw diagnostic data job o k response has a 2xx status code

func (*DeleteVwDiagnosticDataJobOK) String

func (o *DeleteVwDiagnosticDataJobOK) String() string

type DeleteVwDiagnosticDataJobParams

type DeleteVwDiagnosticDataJobParams struct {

	// Input.
	Input *models.DeleteVwDiagnosticDataJobRequest

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

DeleteVwDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the delete vw diagnostic data job operation.

Typically these are written to a http.Request.

func NewDeleteVwDiagnosticDataJobParams

func NewDeleteVwDiagnosticDataJobParams() *DeleteVwDiagnosticDataJobParams

NewDeleteVwDiagnosticDataJobParams creates a new DeleteVwDiagnosticDataJobParams 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 NewDeleteVwDiagnosticDataJobParamsWithContext

func NewDeleteVwDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteVwDiagnosticDataJobParams

NewDeleteVwDiagnosticDataJobParamsWithContext creates a new DeleteVwDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDeleteVwDiagnosticDataJobParamsWithHTTPClient

func NewDeleteVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteVwDiagnosticDataJobParams

NewDeleteVwDiagnosticDataJobParamsWithHTTPClient creates a new DeleteVwDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVwDiagnosticDataJobParamsWithTimeout

func NewDeleteVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteVwDiagnosticDataJobParams

NewDeleteVwDiagnosticDataJobParamsWithTimeout creates a new DeleteVwDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DeleteVwDiagnosticDataJobParams) SetContext

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

SetContext adds the context to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) SetDefaults

func (o *DeleteVwDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the delete vw diagnostic data job params (not the query body).

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

func (*DeleteVwDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) SetInput

SetInput adds the input to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) WithContext

WithContext adds the context to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the delete vw diagnostic data job params (not the query body).

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

func (*DeleteVwDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) WithInput

WithInput adds the input to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the delete vw diagnostic data job params

func (*DeleteVwDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteVwDiagnosticDataJobReader

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

DeleteVwDiagnosticDataJobReader is a Reader for the DeleteVwDiagnosticDataJob structure.

func (*DeleteVwDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVwOK

type DeleteVwOK struct {
	Payload models.DeleteVwResponse
}

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

Expected response to a valid request.

func NewDeleteVwOK

func NewDeleteVwOK() *DeleteVwOK

NewDeleteVwOK creates a DeleteVwOK with default headers values

func (*DeleteVwOK) Code

func (o *DeleteVwOK) Code() int

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

func (*DeleteVwOK) Error

func (o *DeleteVwOK) Error() string

func (*DeleteVwOK) GetPayload

func (o *DeleteVwOK) GetPayload() models.DeleteVwResponse

func (*DeleteVwOK) IsClientError

func (o *DeleteVwOK) IsClientError() bool

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

func (*DeleteVwOK) IsCode

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

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

func (*DeleteVwOK) IsRedirect

func (o *DeleteVwOK) IsRedirect() bool

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

func (*DeleteVwOK) IsServerError

func (o *DeleteVwOK) IsServerError() bool

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

func (*DeleteVwOK) IsSuccess

func (o *DeleteVwOK) IsSuccess() bool

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

func (*DeleteVwOK) String

func (o *DeleteVwOK) String() string

type DeleteVwParams

type DeleteVwParams struct {

	// Input.
	Input *models.DeleteVwRequest

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

DeleteVwParams contains all the parameters to send to the API endpoint

for the delete vw operation.

Typically these are written to a http.Request.

func NewDeleteVwParams

func NewDeleteVwParams() *DeleteVwParams

NewDeleteVwParams creates a new DeleteVwParams 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 NewDeleteVwParamsWithContext

func NewDeleteVwParamsWithContext(ctx context.Context) *DeleteVwParams

NewDeleteVwParamsWithContext creates a new DeleteVwParams object with the ability to set a context for a request.

func NewDeleteVwParamsWithHTTPClient

func NewDeleteVwParamsWithHTTPClient(client *http.Client) *DeleteVwParams

NewDeleteVwParamsWithHTTPClient creates a new DeleteVwParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVwParamsWithTimeout

func NewDeleteVwParamsWithTimeout(timeout time.Duration) *DeleteVwParams

NewDeleteVwParamsWithTimeout creates a new DeleteVwParams object with the ability to set a timeout on a request.

func (*DeleteVwParams) SetContext

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

SetContext adds the context to the delete vw params

func (*DeleteVwParams) SetDefaults

func (o *DeleteVwParams) SetDefaults()

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

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

func (*DeleteVwParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete vw params

func (*DeleteVwParams) SetInput

func (o *DeleteVwParams) SetInput(input *models.DeleteVwRequest)

SetInput adds the input to the delete vw params

func (*DeleteVwParams) SetTimeout

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

SetTimeout adds the timeout to the delete vw params

func (*DeleteVwParams) WithContext

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

WithContext adds the context to the delete vw params

func (*DeleteVwParams) WithDefaults

func (o *DeleteVwParams) WithDefaults() *DeleteVwParams

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

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

func (*DeleteVwParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete vw params

func (*DeleteVwParams) WithInput

func (o *DeleteVwParams) WithInput(input *models.DeleteVwRequest) *DeleteVwParams

WithInput adds the input to the delete vw params

func (*DeleteVwParams) WithTimeout

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

WithTimeout adds the timeout to the delete vw params

func (*DeleteVwParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteVwReader

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

DeleteVwReader is a Reader for the DeleteVw structure.

func (*DeleteVwReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeAllowedInstanceTypesDefault

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

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

The default response on an error.

func NewDescribeAllowedInstanceTypesDefault

func NewDescribeAllowedInstanceTypesDefault(code int) *DescribeAllowedInstanceTypesDefault

NewDescribeAllowedInstanceTypesDefault creates a DescribeAllowedInstanceTypesDefault with default headers values

func (*DescribeAllowedInstanceTypesDefault) Code

Code gets the status code for the describe allowed instance types default response

func (*DescribeAllowedInstanceTypesDefault) Error

func (*DescribeAllowedInstanceTypesDefault) GetPayload

func (*DescribeAllowedInstanceTypesDefault) IsClientError

func (o *DescribeAllowedInstanceTypesDefault) IsClientError() bool

IsClientError returns true when this describe allowed instance types default response has a 4xx status code

func (*DescribeAllowedInstanceTypesDefault) IsCode

IsCode returns true when this describe allowed instance types default response a status code equal to that given

func (*DescribeAllowedInstanceTypesDefault) IsRedirect

func (o *DescribeAllowedInstanceTypesDefault) IsRedirect() bool

IsRedirect returns true when this describe allowed instance types default response has a 3xx status code

func (*DescribeAllowedInstanceTypesDefault) IsServerError

func (o *DescribeAllowedInstanceTypesDefault) IsServerError() bool

IsServerError returns true when this describe allowed instance types default response has a 5xx status code

func (*DescribeAllowedInstanceTypesDefault) IsSuccess

IsSuccess returns true when this describe allowed instance types default response has a 2xx status code

func (*DescribeAllowedInstanceTypesDefault) String

type DescribeAllowedInstanceTypesOK

type DescribeAllowedInstanceTypesOK struct {
	Payload *models.DescribeAllowedInstanceTypesResponse
}

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

Expected response to a valid request.

func NewDescribeAllowedInstanceTypesOK

func NewDescribeAllowedInstanceTypesOK() *DescribeAllowedInstanceTypesOK

NewDescribeAllowedInstanceTypesOK creates a DescribeAllowedInstanceTypesOK with default headers values

func (*DescribeAllowedInstanceTypesOK) Code

Code gets the status code for the describe allowed instance types o k response

func (*DescribeAllowedInstanceTypesOK) Error

func (*DescribeAllowedInstanceTypesOK) GetPayload

func (*DescribeAllowedInstanceTypesOK) IsClientError

func (o *DescribeAllowedInstanceTypesOK) IsClientError() bool

IsClientError returns true when this describe allowed instance types o k response has a 4xx status code

func (*DescribeAllowedInstanceTypesOK) IsCode

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

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

func (*DescribeAllowedInstanceTypesOK) IsRedirect

func (o *DescribeAllowedInstanceTypesOK) IsRedirect() bool

IsRedirect returns true when this describe allowed instance types o k response has a 3xx status code

func (*DescribeAllowedInstanceTypesOK) IsServerError

func (o *DescribeAllowedInstanceTypesOK) IsServerError() bool

IsServerError returns true when this describe allowed instance types o k response has a 5xx status code

func (*DescribeAllowedInstanceTypesOK) IsSuccess

func (o *DescribeAllowedInstanceTypesOK) IsSuccess() bool

IsSuccess returns true when this describe allowed instance types o k response has a 2xx status code

func (*DescribeAllowedInstanceTypesOK) String

type DescribeAllowedInstanceTypesParams

type DescribeAllowedInstanceTypesParams struct {

	// Input.
	Input models.DescribeAllowedInstanceTypesRequest

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

DescribeAllowedInstanceTypesParams contains all the parameters to send to the API endpoint

for the describe allowed instance types operation.

Typically these are written to a http.Request.

func NewDescribeAllowedInstanceTypesParams

func NewDescribeAllowedInstanceTypesParams() *DescribeAllowedInstanceTypesParams

NewDescribeAllowedInstanceTypesParams creates a new DescribeAllowedInstanceTypesParams 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 NewDescribeAllowedInstanceTypesParamsWithContext

func NewDescribeAllowedInstanceTypesParamsWithContext(ctx context.Context) *DescribeAllowedInstanceTypesParams

NewDescribeAllowedInstanceTypesParamsWithContext creates a new DescribeAllowedInstanceTypesParams object with the ability to set a context for a request.

func NewDescribeAllowedInstanceTypesParamsWithHTTPClient

func NewDescribeAllowedInstanceTypesParamsWithHTTPClient(client *http.Client) *DescribeAllowedInstanceTypesParams

NewDescribeAllowedInstanceTypesParamsWithHTTPClient creates a new DescribeAllowedInstanceTypesParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeAllowedInstanceTypesParamsWithTimeout

func NewDescribeAllowedInstanceTypesParamsWithTimeout(timeout time.Duration) *DescribeAllowedInstanceTypesParams

NewDescribeAllowedInstanceTypesParamsWithTimeout creates a new DescribeAllowedInstanceTypesParams object with the ability to set a timeout on a request.

func (*DescribeAllowedInstanceTypesParams) SetContext

SetContext adds the context to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) SetDefaults

func (o *DescribeAllowedInstanceTypesParams) SetDefaults()

SetDefaults hydrates default values in the describe allowed instance types params (not the query body).

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

func (*DescribeAllowedInstanceTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) SetInput

SetInput adds the input to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) SetTimeout

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

SetTimeout adds the timeout to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) WithContext

WithContext adds the context to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) WithDefaults

WithDefaults hydrates default values in the describe allowed instance types params (not the query body).

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

func (*DescribeAllowedInstanceTypesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) WithInput

WithInput adds the input to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) WithTimeout

WithTimeout adds the timeout to the describe allowed instance types params

func (*DescribeAllowedInstanceTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeAllowedInstanceTypesReader

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

DescribeAllowedInstanceTypesReader is a Reader for the DescribeAllowedInstanceTypes structure.

func (*DescribeAllowedInstanceTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeBackupDefault

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

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

The default response on an error.

func NewDescribeBackupDefault

func NewDescribeBackupDefault(code int) *DescribeBackupDefault

NewDescribeBackupDefault creates a DescribeBackupDefault with default headers values

func (*DescribeBackupDefault) Code

func (o *DescribeBackupDefault) Code() int

Code gets the status code for the describe backup default response

func (*DescribeBackupDefault) Error

func (o *DescribeBackupDefault) Error() string

func (*DescribeBackupDefault) GetPayload

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

func (*DescribeBackupDefault) IsClientError

func (o *DescribeBackupDefault) IsClientError() bool

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

func (*DescribeBackupDefault) IsCode

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

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

func (*DescribeBackupDefault) IsRedirect

func (o *DescribeBackupDefault) IsRedirect() bool

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

func (*DescribeBackupDefault) IsServerError

func (o *DescribeBackupDefault) IsServerError() bool

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

func (*DescribeBackupDefault) IsSuccess

func (o *DescribeBackupDefault) IsSuccess() bool

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

func (*DescribeBackupDefault) String

func (o *DescribeBackupDefault) String() string

type DescribeBackupOK

type DescribeBackupOK struct {
	Payload *models.DescribeBackupResponse
}

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

Expected response to a valid request.

func NewDescribeBackupOK

func NewDescribeBackupOK() *DescribeBackupOK

NewDescribeBackupOK creates a DescribeBackupOK with default headers values

func (*DescribeBackupOK) Code

func (o *DescribeBackupOK) Code() int

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

func (*DescribeBackupOK) Error

func (o *DescribeBackupOK) Error() string

func (*DescribeBackupOK) GetPayload

func (*DescribeBackupOK) IsClientError

func (o *DescribeBackupOK) IsClientError() bool

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

func (*DescribeBackupOK) IsCode

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

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

func (*DescribeBackupOK) IsRedirect

func (o *DescribeBackupOK) IsRedirect() bool

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

func (*DescribeBackupOK) IsServerError

func (o *DescribeBackupOK) IsServerError() bool

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

func (*DescribeBackupOK) IsSuccess

func (o *DescribeBackupOK) IsSuccess() bool

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

func (*DescribeBackupOK) String

func (o *DescribeBackupOK) String() string

type DescribeBackupParams

type DescribeBackupParams struct {

	// Input.
	Input *models.DescribeBackupRequest

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

DescribeBackupParams contains all the parameters to send to the API endpoint

for the describe backup operation.

Typically these are written to a http.Request.

func NewDescribeBackupParams

func NewDescribeBackupParams() *DescribeBackupParams

NewDescribeBackupParams creates a new DescribeBackupParams 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 NewDescribeBackupParamsWithContext

func NewDescribeBackupParamsWithContext(ctx context.Context) *DescribeBackupParams

NewDescribeBackupParamsWithContext creates a new DescribeBackupParams object with the ability to set a context for a request.

func NewDescribeBackupParamsWithHTTPClient

func NewDescribeBackupParamsWithHTTPClient(client *http.Client) *DescribeBackupParams

NewDescribeBackupParamsWithHTTPClient creates a new DescribeBackupParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeBackupParamsWithTimeout

func NewDescribeBackupParamsWithTimeout(timeout time.Duration) *DescribeBackupParams

NewDescribeBackupParamsWithTimeout creates a new DescribeBackupParams object with the ability to set a timeout on a request.

func (*DescribeBackupParams) SetContext

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

SetContext adds the context to the describe backup params

func (*DescribeBackupParams) SetDefaults

func (o *DescribeBackupParams) SetDefaults()

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

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

func (*DescribeBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe backup params

func (*DescribeBackupParams) SetInput

SetInput adds the input to the describe backup params

func (*DescribeBackupParams) SetTimeout

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

SetTimeout adds the timeout to the describe backup params

func (*DescribeBackupParams) WithContext

WithContext adds the context to the describe backup params

func (*DescribeBackupParams) WithDefaults

func (o *DescribeBackupParams) WithDefaults() *DescribeBackupParams

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

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

func (*DescribeBackupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe backup params

func (*DescribeBackupParams) WithInput

WithInput adds the input to the describe backup params

func (*DescribeBackupParams) WithTimeout

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

WithTimeout adds the timeout to the describe backup params

func (*DescribeBackupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeBackupReader

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

DescribeBackupReader is a Reader for the DescribeBackup structure.

func (*DescribeBackupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeClusterDefault

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

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

The default response on an error.

func NewDescribeClusterDefault

func NewDescribeClusterDefault(code int) *DescribeClusterDefault

NewDescribeClusterDefault creates a DescribeClusterDefault with default headers values

func (*DescribeClusterDefault) Code

func (o *DescribeClusterDefault) Code() int

Code gets the status code for the describe cluster default response

func (*DescribeClusterDefault) Error

func (o *DescribeClusterDefault) Error() string

func (*DescribeClusterDefault) GetPayload

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

func (*DescribeClusterDefault) IsClientError

func (o *DescribeClusterDefault) IsClientError() bool

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

func (*DescribeClusterDefault) IsCode

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

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

func (*DescribeClusterDefault) IsRedirect

func (o *DescribeClusterDefault) IsRedirect() bool

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

func (*DescribeClusterDefault) IsServerError

func (o *DescribeClusterDefault) IsServerError() bool

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

func (*DescribeClusterDefault) IsSuccess

func (o *DescribeClusterDefault) IsSuccess() bool

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

func (*DescribeClusterDefault) String

func (o *DescribeClusterDefault) String() string

type DescribeClusterDiagnosticDataJobDefault

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

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

The default response on an error.

func NewDescribeClusterDiagnosticDataJobDefault

func NewDescribeClusterDiagnosticDataJobDefault(code int) *DescribeClusterDiagnosticDataJobDefault

NewDescribeClusterDiagnosticDataJobDefault creates a DescribeClusterDiagnosticDataJobDefault with default headers values

func (*DescribeClusterDiagnosticDataJobDefault) Code

Code gets the status code for the describe cluster diagnostic data job default response

func (*DescribeClusterDiagnosticDataJobDefault) Error

func (*DescribeClusterDiagnosticDataJobDefault) GetPayload

func (*DescribeClusterDiagnosticDataJobDefault) IsClientError

func (o *DescribeClusterDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this describe cluster diagnostic data job default response has a 4xx status code

func (*DescribeClusterDiagnosticDataJobDefault) IsCode

IsCode returns true when this describe cluster diagnostic data job default response a status code equal to that given

func (*DescribeClusterDiagnosticDataJobDefault) IsRedirect

IsRedirect returns true when this describe cluster diagnostic data job default response has a 3xx status code

func (*DescribeClusterDiagnosticDataJobDefault) IsServerError

func (o *DescribeClusterDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this describe cluster diagnostic data job default response has a 5xx status code

func (*DescribeClusterDiagnosticDataJobDefault) IsSuccess

IsSuccess returns true when this describe cluster diagnostic data job default response has a 2xx status code

func (*DescribeClusterDiagnosticDataJobDefault) String

type DescribeClusterDiagnosticDataJobOK

type DescribeClusterDiagnosticDataJobOK struct {
	Payload *models.DescribeClusterDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewDescribeClusterDiagnosticDataJobOK

func NewDescribeClusterDiagnosticDataJobOK() *DescribeClusterDiagnosticDataJobOK

NewDescribeClusterDiagnosticDataJobOK creates a DescribeClusterDiagnosticDataJobOK with default headers values

func (*DescribeClusterDiagnosticDataJobOK) Code

Code gets the status code for the describe cluster diagnostic data job o k response

func (*DescribeClusterDiagnosticDataJobOK) Error

func (*DescribeClusterDiagnosticDataJobOK) GetPayload

func (*DescribeClusterDiagnosticDataJobOK) IsClientError

func (o *DescribeClusterDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this describe cluster diagnostic data job o k response has a 4xx status code

func (*DescribeClusterDiagnosticDataJobOK) IsCode

IsCode returns true when this describe cluster diagnostic data job o k response a status code equal to that given

func (*DescribeClusterDiagnosticDataJobOK) IsRedirect

func (o *DescribeClusterDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this describe cluster diagnostic data job o k response has a 3xx status code

func (*DescribeClusterDiagnosticDataJobOK) IsServerError

func (o *DescribeClusterDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this describe cluster diagnostic data job o k response has a 5xx status code

func (*DescribeClusterDiagnosticDataJobOK) IsSuccess

IsSuccess returns true when this describe cluster diagnostic data job o k response has a 2xx status code

func (*DescribeClusterDiagnosticDataJobOK) String

type DescribeClusterDiagnosticDataJobParams

type DescribeClusterDiagnosticDataJobParams struct {

	// Input.
	Input *models.DescribeClusterDiagnosticDataJobRequest

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

DescribeClusterDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the describe cluster diagnostic data job operation.

Typically these are written to a http.Request.

func NewDescribeClusterDiagnosticDataJobParams

func NewDescribeClusterDiagnosticDataJobParams() *DescribeClusterDiagnosticDataJobParams

NewDescribeClusterDiagnosticDataJobParams creates a new DescribeClusterDiagnosticDataJobParams 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 NewDescribeClusterDiagnosticDataJobParamsWithContext

func NewDescribeClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeClusterDiagnosticDataJobParams

NewDescribeClusterDiagnosticDataJobParamsWithContext creates a new DescribeClusterDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDescribeClusterDiagnosticDataJobParamsWithHTTPClient

func NewDescribeClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeClusterDiagnosticDataJobParams

NewDescribeClusterDiagnosticDataJobParamsWithHTTPClient creates a new DescribeClusterDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeClusterDiagnosticDataJobParamsWithTimeout

func NewDescribeClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeClusterDiagnosticDataJobParams

NewDescribeClusterDiagnosticDataJobParamsWithTimeout creates a new DescribeClusterDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DescribeClusterDiagnosticDataJobParams) SetContext

SetContext adds the context to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) SetDefaults

func (o *DescribeClusterDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the describe cluster diagnostic data job params (not the query body).

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

func (*DescribeClusterDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) SetInput

SetInput adds the input to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) WithContext

WithContext adds the context to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the describe cluster diagnostic data job params (not the query body).

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

func (*DescribeClusterDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) WithInput

WithInput adds the input to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the describe cluster diagnostic data job params

func (*DescribeClusterDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeClusterDiagnosticDataJobReader

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

DescribeClusterDiagnosticDataJobReader is a Reader for the DescribeClusterDiagnosticDataJob structure.

func (*DescribeClusterDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeClusterOK

type DescribeClusterOK struct {
	Payload *models.DescribeClusterResponse
}

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

Expected response to a valid request.

func NewDescribeClusterOK

func NewDescribeClusterOK() *DescribeClusterOK

NewDescribeClusterOK creates a DescribeClusterOK with default headers values

func (*DescribeClusterOK) Code

func (o *DescribeClusterOK) Code() int

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

func (*DescribeClusterOK) Error

func (o *DescribeClusterOK) Error() string

func (*DescribeClusterOK) GetPayload

func (*DescribeClusterOK) IsClientError

func (o *DescribeClusterOK) IsClientError() bool

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

func (*DescribeClusterOK) IsCode

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

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

func (*DescribeClusterOK) IsRedirect

func (o *DescribeClusterOK) IsRedirect() bool

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

func (*DescribeClusterOK) IsServerError

func (o *DescribeClusterOK) IsServerError() bool

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

func (*DescribeClusterOK) IsSuccess

func (o *DescribeClusterOK) IsSuccess() bool

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

func (*DescribeClusterOK) String

func (o *DescribeClusterOK) String() string

type DescribeClusterParams

type DescribeClusterParams struct {

	// Input.
	Input *models.DescribeClusterRequest

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

DescribeClusterParams contains all the parameters to send to the API endpoint

for the describe cluster operation.

Typically these are written to a http.Request.

func NewDescribeClusterParams

func NewDescribeClusterParams() *DescribeClusterParams

NewDescribeClusterParams creates a new DescribeClusterParams 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 NewDescribeClusterParamsWithContext

func NewDescribeClusterParamsWithContext(ctx context.Context) *DescribeClusterParams

NewDescribeClusterParamsWithContext creates a new DescribeClusterParams object with the ability to set a context for a request.

func NewDescribeClusterParamsWithHTTPClient

func NewDescribeClusterParamsWithHTTPClient(client *http.Client) *DescribeClusterParams

NewDescribeClusterParamsWithHTTPClient creates a new DescribeClusterParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeClusterParamsWithTimeout

func NewDescribeClusterParamsWithTimeout(timeout time.Duration) *DescribeClusterParams

NewDescribeClusterParamsWithTimeout creates a new DescribeClusterParams object with the ability to set a timeout on a request.

func (*DescribeClusterParams) SetContext

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

SetContext adds the context to the describe cluster params

func (*DescribeClusterParams) SetDefaults

func (o *DescribeClusterParams) SetDefaults()

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

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

func (*DescribeClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe cluster params

func (*DescribeClusterParams) SetInput

SetInput adds the input to the describe cluster params

func (*DescribeClusterParams) SetTimeout

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

SetTimeout adds the timeout to the describe cluster params

func (*DescribeClusterParams) WithContext

WithContext adds the context to the describe cluster params

func (*DescribeClusterParams) WithDefaults

func (o *DescribeClusterParams) WithDefaults() *DescribeClusterParams

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

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

func (*DescribeClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe cluster params

func (*DescribeClusterParams) WithInput

WithInput adds the input to the describe cluster params

func (*DescribeClusterParams) WithTimeout

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

WithTimeout adds the timeout to the describe cluster params

func (*DescribeClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeClusterReader

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

DescribeClusterReader is a Reader for the DescribeCluster structure.

func (*DescribeClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeConfigDefault

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

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

The default response on an error.

func NewDescribeConfigDefault

func NewDescribeConfigDefault(code int) *DescribeConfigDefault

NewDescribeConfigDefault creates a DescribeConfigDefault with default headers values

func (*DescribeConfigDefault) Code

func (o *DescribeConfigDefault) Code() int

Code gets the status code for the describe config default response

func (*DescribeConfigDefault) Error

func (o *DescribeConfigDefault) Error() string

func (*DescribeConfigDefault) GetPayload

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

func (*DescribeConfigDefault) IsClientError

func (o *DescribeConfigDefault) IsClientError() bool

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

func (*DescribeConfigDefault) IsCode

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

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

func (*DescribeConfigDefault) IsRedirect

func (o *DescribeConfigDefault) IsRedirect() bool

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

func (*DescribeConfigDefault) IsServerError

func (o *DescribeConfigDefault) IsServerError() bool

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

func (*DescribeConfigDefault) IsSuccess

func (o *DescribeConfigDefault) IsSuccess() bool

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

func (*DescribeConfigDefault) String

func (o *DescribeConfigDefault) String() string

type DescribeConfigDiffDefault

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

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

The default response on an error.

func NewDescribeConfigDiffDefault

func NewDescribeConfigDiffDefault(code int) *DescribeConfigDiffDefault

NewDescribeConfigDiffDefault creates a DescribeConfigDiffDefault with default headers values

func (*DescribeConfigDiffDefault) Code

func (o *DescribeConfigDiffDefault) Code() int

Code gets the status code for the describe config diff default response

func (*DescribeConfigDiffDefault) Error

func (o *DescribeConfigDiffDefault) Error() string

func (*DescribeConfigDiffDefault) GetPayload

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

func (*DescribeConfigDiffDefault) IsClientError

func (o *DescribeConfigDiffDefault) IsClientError() bool

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

func (*DescribeConfigDiffDefault) IsCode

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

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

func (*DescribeConfigDiffDefault) IsRedirect

func (o *DescribeConfigDiffDefault) IsRedirect() bool

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

func (*DescribeConfigDiffDefault) IsServerError

func (o *DescribeConfigDiffDefault) IsServerError() bool

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

func (*DescribeConfigDiffDefault) IsSuccess

func (o *DescribeConfigDiffDefault) IsSuccess() bool

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

func (*DescribeConfigDiffDefault) String

func (o *DescribeConfigDiffDefault) String() string

type DescribeConfigDiffOK

type DescribeConfigDiffOK struct {
	Payload *models.DescribeConfigDiffResponse
}

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

Expected response to a valid request.

func NewDescribeConfigDiffOK

func NewDescribeConfigDiffOK() *DescribeConfigDiffOK

NewDescribeConfigDiffOK creates a DescribeConfigDiffOK with default headers values

func (*DescribeConfigDiffOK) Code

func (o *DescribeConfigDiffOK) Code() int

Code gets the status code for the describe config diff o k response

func (*DescribeConfigDiffOK) Error

func (o *DescribeConfigDiffOK) Error() string

func (*DescribeConfigDiffOK) GetPayload

func (*DescribeConfigDiffOK) IsClientError

func (o *DescribeConfigDiffOK) IsClientError() bool

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

func (*DescribeConfigDiffOK) IsCode

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

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

func (*DescribeConfigDiffOK) IsRedirect

func (o *DescribeConfigDiffOK) IsRedirect() bool

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

func (*DescribeConfigDiffOK) IsServerError

func (o *DescribeConfigDiffOK) IsServerError() bool

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

func (*DescribeConfigDiffOK) IsSuccess

func (o *DescribeConfigDiffOK) IsSuccess() bool

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

func (*DescribeConfigDiffOK) String

func (o *DescribeConfigDiffOK) String() string

type DescribeConfigDiffParams

type DescribeConfigDiffParams struct {

	// Input.
	Input *models.DescribeConfigDiffRequest

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

DescribeConfigDiffParams contains all the parameters to send to the API endpoint

for the describe config diff operation.

Typically these are written to a http.Request.

func NewDescribeConfigDiffParams

func NewDescribeConfigDiffParams() *DescribeConfigDiffParams

NewDescribeConfigDiffParams creates a new DescribeConfigDiffParams 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 NewDescribeConfigDiffParamsWithContext

func NewDescribeConfigDiffParamsWithContext(ctx context.Context) *DescribeConfigDiffParams

NewDescribeConfigDiffParamsWithContext creates a new DescribeConfigDiffParams object with the ability to set a context for a request.

func NewDescribeConfigDiffParamsWithHTTPClient

func NewDescribeConfigDiffParamsWithHTTPClient(client *http.Client) *DescribeConfigDiffParams

NewDescribeConfigDiffParamsWithHTTPClient creates a new DescribeConfigDiffParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeConfigDiffParamsWithTimeout

func NewDescribeConfigDiffParamsWithTimeout(timeout time.Duration) *DescribeConfigDiffParams

NewDescribeConfigDiffParamsWithTimeout creates a new DescribeConfigDiffParams object with the ability to set a timeout on a request.

func (*DescribeConfigDiffParams) SetContext

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

SetContext adds the context to the describe config diff params

func (*DescribeConfigDiffParams) SetDefaults

func (o *DescribeConfigDiffParams) SetDefaults()

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

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

func (*DescribeConfigDiffParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe config diff params

func (*DescribeConfigDiffParams) SetInput

SetInput adds the input to the describe config diff params

func (*DescribeConfigDiffParams) SetTimeout

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

SetTimeout adds the timeout to the describe config diff params

func (*DescribeConfigDiffParams) WithContext

WithContext adds the context to the describe config diff params

func (*DescribeConfigDiffParams) WithDefaults

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

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

func (*DescribeConfigDiffParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe config diff params

func (*DescribeConfigDiffParams) WithInput

WithInput adds the input to the describe config diff params

func (*DescribeConfigDiffParams) WithTimeout

WithTimeout adds the timeout to the describe config diff params

func (*DescribeConfigDiffParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeConfigDiffReader

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

DescribeConfigDiffReader is a Reader for the DescribeConfigDiff structure.

func (*DescribeConfigDiffReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeConfigOK

type DescribeConfigOK struct {
	Payload *models.DescribeConfigResponse
}

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

Expected response to a valid request.

func NewDescribeConfigOK

func NewDescribeConfigOK() *DescribeConfigOK

NewDescribeConfigOK creates a DescribeConfigOK with default headers values

func (*DescribeConfigOK) Code

func (o *DescribeConfigOK) Code() int

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

func (*DescribeConfigOK) Error

func (o *DescribeConfigOK) Error() string

func (*DescribeConfigOK) GetPayload

func (*DescribeConfigOK) IsClientError

func (o *DescribeConfigOK) IsClientError() bool

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

func (*DescribeConfigOK) IsCode

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

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

func (*DescribeConfigOK) IsRedirect

func (o *DescribeConfigOK) IsRedirect() bool

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

func (*DescribeConfigOK) IsServerError

func (o *DescribeConfigOK) IsServerError() bool

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

func (*DescribeConfigOK) IsSuccess

func (o *DescribeConfigOK) IsSuccess() bool

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

func (*DescribeConfigOK) String

func (o *DescribeConfigOK) String() string

type DescribeConfigParams

type DescribeConfigParams struct {

	// Input.
	Input *models.DescribeConfigRequest

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

DescribeConfigParams contains all the parameters to send to the API endpoint

for the describe config operation.

Typically these are written to a http.Request.

func NewDescribeConfigParams

func NewDescribeConfigParams() *DescribeConfigParams

NewDescribeConfigParams creates a new DescribeConfigParams 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 NewDescribeConfigParamsWithContext

func NewDescribeConfigParamsWithContext(ctx context.Context) *DescribeConfigParams

NewDescribeConfigParamsWithContext creates a new DescribeConfigParams object with the ability to set a context for a request.

func NewDescribeConfigParamsWithHTTPClient

func NewDescribeConfigParamsWithHTTPClient(client *http.Client) *DescribeConfigParams

NewDescribeConfigParamsWithHTTPClient creates a new DescribeConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeConfigParamsWithTimeout

func NewDescribeConfigParamsWithTimeout(timeout time.Duration) *DescribeConfigParams

NewDescribeConfigParamsWithTimeout creates a new DescribeConfigParams object with the ability to set a timeout on a request.

func (*DescribeConfigParams) SetContext

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

SetContext adds the context to the describe config params

func (*DescribeConfigParams) SetDefaults

func (o *DescribeConfigParams) SetDefaults()

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

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

func (*DescribeConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe config params

func (*DescribeConfigParams) SetInput

SetInput adds the input to the describe config params

func (*DescribeConfigParams) SetTimeout

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

SetTimeout adds the timeout to the describe config params

func (*DescribeConfigParams) WithContext

WithContext adds the context to the describe config params

func (*DescribeConfigParams) WithDefaults

func (o *DescribeConfigParams) WithDefaults() *DescribeConfigParams

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

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

func (*DescribeConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe config params

func (*DescribeConfigParams) WithInput

WithInput adds the input to the describe config params

func (*DescribeConfigParams) WithTimeout

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

WithTimeout adds the timeout to the describe config params

func (*DescribeConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeConfigReader

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

DescribeConfigReader is a Reader for the DescribeConfig structure.

func (*DescribeConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDataVisualizationDefault

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

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

The default response on an error.

func NewDescribeDataVisualizationDefault

func NewDescribeDataVisualizationDefault(code int) *DescribeDataVisualizationDefault

NewDescribeDataVisualizationDefault creates a DescribeDataVisualizationDefault with default headers values

func (*DescribeDataVisualizationDefault) Code

Code gets the status code for the describe data visualization default response

func (*DescribeDataVisualizationDefault) Error

func (*DescribeDataVisualizationDefault) GetPayload

func (*DescribeDataVisualizationDefault) IsClientError

func (o *DescribeDataVisualizationDefault) IsClientError() bool

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

func (*DescribeDataVisualizationDefault) IsCode

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

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

func (*DescribeDataVisualizationDefault) IsRedirect

func (o *DescribeDataVisualizationDefault) IsRedirect() bool

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

func (*DescribeDataVisualizationDefault) IsServerError

func (o *DescribeDataVisualizationDefault) IsServerError() bool

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

func (*DescribeDataVisualizationDefault) IsSuccess

func (o *DescribeDataVisualizationDefault) IsSuccess() bool

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

func (*DescribeDataVisualizationDefault) String

type DescribeDataVisualizationOK

type DescribeDataVisualizationOK struct {
	Payload *models.DescribeDataVisualizationResponse
}

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

Expected response to a valid request.

func NewDescribeDataVisualizationOK

func NewDescribeDataVisualizationOK() *DescribeDataVisualizationOK

NewDescribeDataVisualizationOK creates a DescribeDataVisualizationOK with default headers values

func (*DescribeDataVisualizationOK) Code

func (o *DescribeDataVisualizationOK) Code() int

Code gets the status code for the describe data visualization o k response

func (*DescribeDataVisualizationOK) Error

func (*DescribeDataVisualizationOK) GetPayload

func (*DescribeDataVisualizationOK) IsClientError

func (o *DescribeDataVisualizationOK) IsClientError() bool

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

func (*DescribeDataVisualizationOK) IsCode

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

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

func (*DescribeDataVisualizationOK) IsRedirect

func (o *DescribeDataVisualizationOK) IsRedirect() bool

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

func (*DescribeDataVisualizationOK) IsServerError

func (o *DescribeDataVisualizationOK) IsServerError() bool

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

func (*DescribeDataVisualizationOK) IsSuccess

func (o *DescribeDataVisualizationOK) IsSuccess() bool

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

func (*DescribeDataVisualizationOK) String

func (o *DescribeDataVisualizationOK) String() string

type DescribeDataVisualizationParams

type DescribeDataVisualizationParams struct {

	// Input.
	Input *models.DescribeDataVisualizationRequest

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

DescribeDataVisualizationParams contains all the parameters to send to the API endpoint

for the describe data visualization operation.

Typically these are written to a http.Request.

func NewDescribeDataVisualizationParams

func NewDescribeDataVisualizationParams() *DescribeDataVisualizationParams

NewDescribeDataVisualizationParams creates a new DescribeDataVisualizationParams 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 NewDescribeDataVisualizationParamsWithContext

func NewDescribeDataVisualizationParamsWithContext(ctx context.Context) *DescribeDataVisualizationParams

NewDescribeDataVisualizationParamsWithContext creates a new DescribeDataVisualizationParams object with the ability to set a context for a request.

func NewDescribeDataVisualizationParamsWithHTTPClient

func NewDescribeDataVisualizationParamsWithHTTPClient(client *http.Client) *DescribeDataVisualizationParams

NewDescribeDataVisualizationParamsWithHTTPClient creates a new DescribeDataVisualizationParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDataVisualizationParamsWithTimeout

func NewDescribeDataVisualizationParamsWithTimeout(timeout time.Duration) *DescribeDataVisualizationParams

NewDescribeDataVisualizationParamsWithTimeout creates a new DescribeDataVisualizationParams object with the ability to set a timeout on a request.

func (*DescribeDataVisualizationParams) SetContext

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

SetContext adds the context to the describe data visualization params

func (*DescribeDataVisualizationParams) SetDefaults

func (o *DescribeDataVisualizationParams) SetDefaults()

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

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

func (*DescribeDataVisualizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe data visualization params

func (*DescribeDataVisualizationParams) SetInput

SetInput adds the input to the describe data visualization params

func (*DescribeDataVisualizationParams) SetTimeout

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

SetTimeout adds the timeout to the describe data visualization params

func (*DescribeDataVisualizationParams) WithContext

WithContext adds the context to the describe data visualization params

func (*DescribeDataVisualizationParams) WithDefaults

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

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

func (*DescribeDataVisualizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe data visualization params

func (*DescribeDataVisualizationParams) WithInput

WithInput adds the input to the describe data visualization params

func (*DescribeDataVisualizationParams) WithTimeout

WithTimeout adds the timeout to the describe data visualization params

func (*DescribeDataVisualizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDataVisualizationReader

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

DescribeDataVisualizationReader is a Reader for the DescribeDataVisualization structure.

func (*DescribeDataVisualizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDbcConfigDefault

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

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

The default response on an error.

func NewDescribeDbcConfigDefault

func NewDescribeDbcConfigDefault(code int) *DescribeDbcConfigDefault

NewDescribeDbcConfigDefault creates a DescribeDbcConfigDefault with default headers values

func (*DescribeDbcConfigDefault) Code

func (o *DescribeDbcConfigDefault) Code() int

Code gets the status code for the describe dbc config default response

func (*DescribeDbcConfigDefault) Error

func (o *DescribeDbcConfigDefault) Error() string

func (*DescribeDbcConfigDefault) GetPayload

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

func (*DescribeDbcConfigDefault) IsClientError

func (o *DescribeDbcConfigDefault) IsClientError() bool

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

func (*DescribeDbcConfigDefault) IsCode

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

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

func (*DescribeDbcConfigDefault) IsRedirect

func (o *DescribeDbcConfigDefault) IsRedirect() bool

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

func (*DescribeDbcConfigDefault) IsServerError

func (o *DescribeDbcConfigDefault) IsServerError() bool

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

func (*DescribeDbcConfigDefault) IsSuccess

func (o *DescribeDbcConfigDefault) IsSuccess() bool

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

func (*DescribeDbcConfigDefault) String

func (o *DescribeDbcConfigDefault) String() string

type DescribeDbcConfigOK

type DescribeDbcConfigOK struct {
	Payload *models.DescribeDbcConfigResponse
}

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

Expected response to a valid request.

func NewDescribeDbcConfigOK

func NewDescribeDbcConfigOK() *DescribeDbcConfigOK

NewDescribeDbcConfigOK creates a DescribeDbcConfigOK with default headers values

func (*DescribeDbcConfigOK) Code

func (o *DescribeDbcConfigOK) Code() int

Code gets the status code for the describe dbc config o k response

func (*DescribeDbcConfigOK) Error

func (o *DescribeDbcConfigOK) Error() string

func (*DescribeDbcConfigOK) GetPayload

func (*DescribeDbcConfigOK) IsClientError

func (o *DescribeDbcConfigOK) IsClientError() bool

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

func (*DescribeDbcConfigOK) IsCode

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

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

func (*DescribeDbcConfigOK) IsRedirect

func (o *DescribeDbcConfigOK) IsRedirect() bool

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

func (*DescribeDbcConfigOK) IsServerError

func (o *DescribeDbcConfigOK) IsServerError() bool

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

func (*DescribeDbcConfigOK) IsSuccess

func (o *DescribeDbcConfigOK) IsSuccess() bool

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

func (*DescribeDbcConfigOK) String

func (o *DescribeDbcConfigOK) String() string

type DescribeDbcConfigParams

type DescribeDbcConfigParams struct {

	// Input.
	Input *models.DescribeDbcConfigRequest

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

DescribeDbcConfigParams contains all the parameters to send to the API endpoint

for the describe dbc config operation.

Typically these are written to a http.Request.

func NewDescribeDbcConfigParams

func NewDescribeDbcConfigParams() *DescribeDbcConfigParams

NewDescribeDbcConfigParams creates a new DescribeDbcConfigParams 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 NewDescribeDbcConfigParamsWithContext

func NewDescribeDbcConfigParamsWithContext(ctx context.Context) *DescribeDbcConfigParams

NewDescribeDbcConfigParamsWithContext creates a new DescribeDbcConfigParams object with the ability to set a context for a request.

func NewDescribeDbcConfigParamsWithHTTPClient

func NewDescribeDbcConfigParamsWithHTTPClient(client *http.Client) *DescribeDbcConfigParams

NewDescribeDbcConfigParamsWithHTTPClient creates a new DescribeDbcConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDbcConfigParamsWithTimeout

func NewDescribeDbcConfigParamsWithTimeout(timeout time.Duration) *DescribeDbcConfigParams

NewDescribeDbcConfigParamsWithTimeout creates a new DescribeDbcConfigParams object with the ability to set a timeout on a request.

func (*DescribeDbcConfigParams) SetContext

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

SetContext adds the context to the describe dbc config params

func (*DescribeDbcConfigParams) SetDefaults

func (o *DescribeDbcConfigParams) SetDefaults()

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

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

func (*DescribeDbcConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe dbc config params

func (*DescribeDbcConfigParams) SetInput

SetInput adds the input to the describe dbc config params

func (*DescribeDbcConfigParams) SetTimeout

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

SetTimeout adds the timeout to the describe dbc config params

func (*DescribeDbcConfigParams) WithContext

WithContext adds the context to the describe dbc config params

func (*DescribeDbcConfigParams) WithDefaults

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

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

func (*DescribeDbcConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe dbc config params

func (*DescribeDbcConfigParams) WithInput

WithInput adds the input to the describe dbc config params

func (*DescribeDbcConfigParams) WithTimeout

WithTimeout adds the timeout to the describe dbc config params

func (*DescribeDbcConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDbcConfigReader

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

DescribeDbcConfigReader is a Reader for the DescribeDbcConfig structure.

func (*DescribeDbcConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDbcDefault

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

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

The default response on an error.

func NewDescribeDbcDefault

func NewDescribeDbcDefault(code int) *DescribeDbcDefault

NewDescribeDbcDefault creates a DescribeDbcDefault with default headers values

func (*DescribeDbcDefault) Code

func (o *DescribeDbcDefault) Code() int

Code gets the status code for the describe dbc default response

func (*DescribeDbcDefault) Error

func (o *DescribeDbcDefault) Error() string

func (*DescribeDbcDefault) GetPayload

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

func (*DescribeDbcDefault) IsClientError

func (o *DescribeDbcDefault) IsClientError() bool

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

func (*DescribeDbcDefault) IsCode

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

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

func (*DescribeDbcDefault) IsRedirect

func (o *DescribeDbcDefault) IsRedirect() bool

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

func (*DescribeDbcDefault) IsServerError

func (o *DescribeDbcDefault) IsServerError() bool

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

func (*DescribeDbcDefault) IsSuccess

func (o *DescribeDbcDefault) IsSuccess() bool

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

func (*DescribeDbcDefault) String

func (o *DescribeDbcDefault) String() string

type DescribeDbcDiagnosticDataJobDefault

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

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

The default response on an error.

func NewDescribeDbcDiagnosticDataJobDefault

func NewDescribeDbcDiagnosticDataJobDefault(code int) *DescribeDbcDiagnosticDataJobDefault

NewDescribeDbcDiagnosticDataJobDefault creates a DescribeDbcDiagnosticDataJobDefault with default headers values

func (*DescribeDbcDiagnosticDataJobDefault) Code

Code gets the status code for the describe dbc diagnostic data job default response

func (*DescribeDbcDiagnosticDataJobDefault) Error

func (*DescribeDbcDiagnosticDataJobDefault) GetPayload

func (*DescribeDbcDiagnosticDataJobDefault) IsClientError

func (o *DescribeDbcDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this describe dbc diagnostic data job default response has a 4xx status code

func (*DescribeDbcDiagnosticDataJobDefault) IsCode

IsCode returns true when this describe dbc diagnostic data job default response a status code equal to that given

func (*DescribeDbcDiagnosticDataJobDefault) IsRedirect

func (o *DescribeDbcDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this describe dbc diagnostic data job default response has a 3xx status code

func (*DescribeDbcDiagnosticDataJobDefault) IsServerError

func (o *DescribeDbcDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this describe dbc diagnostic data job default response has a 5xx status code

func (*DescribeDbcDiagnosticDataJobDefault) IsSuccess

IsSuccess returns true when this describe dbc diagnostic data job default response has a 2xx status code

func (*DescribeDbcDiagnosticDataJobDefault) String

type DescribeDbcDiagnosticDataJobOK

type DescribeDbcDiagnosticDataJobOK struct {
	Payload *models.DescribeDbcDiagnosticDataJobResponse
}

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

Expected response to a valid request.

func NewDescribeDbcDiagnosticDataJobOK

func NewDescribeDbcDiagnosticDataJobOK() *DescribeDbcDiagnosticDataJobOK

NewDescribeDbcDiagnosticDataJobOK creates a DescribeDbcDiagnosticDataJobOK with default headers values

func (*DescribeDbcDiagnosticDataJobOK) Code

Code gets the status code for the describe dbc diagnostic data job o k response

func (*DescribeDbcDiagnosticDataJobOK) Error

func (*DescribeDbcDiagnosticDataJobOK) GetPayload

func (*DescribeDbcDiagnosticDataJobOK) IsClientError

func (o *DescribeDbcDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this describe dbc diagnostic data job o k response has a 4xx status code

func (*DescribeDbcDiagnosticDataJobOK) IsCode

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

IsCode returns true when this describe dbc diagnostic data job o k response a status code equal to that given

func (*DescribeDbcDiagnosticDataJobOK) IsRedirect

func (o *DescribeDbcDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this describe dbc diagnostic data job o k response has a 3xx status code

func (*DescribeDbcDiagnosticDataJobOK) IsServerError

func (o *DescribeDbcDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this describe dbc diagnostic data job o k response has a 5xx status code

func (*DescribeDbcDiagnosticDataJobOK) IsSuccess

func (o *DescribeDbcDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this describe dbc diagnostic data job o k response has a 2xx status code

func (*DescribeDbcDiagnosticDataJobOK) String

type DescribeDbcDiagnosticDataJobParams

type DescribeDbcDiagnosticDataJobParams struct {

	// Input.
	Input *models.DescribeDbcDiagnosticDataJobRequest

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

DescribeDbcDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the describe dbc diagnostic data job operation.

Typically these are written to a http.Request.

func NewDescribeDbcDiagnosticDataJobParams

func NewDescribeDbcDiagnosticDataJobParams() *DescribeDbcDiagnosticDataJobParams

NewDescribeDbcDiagnosticDataJobParams creates a new DescribeDbcDiagnosticDataJobParams 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 NewDescribeDbcDiagnosticDataJobParamsWithContext

func NewDescribeDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeDbcDiagnosticDataJobParams

NewDescribeDbcDiagnosticDataJobParamsWithContext creates a new DescribeDbcDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDescribeDbcDiagnosticDataJobParamsWithHTTPClient

func NewDescribeDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeDbcDiagnosticDataJobParams

NewDescribeDbcDiagnosticDataJobParamsWithHTTPClient creates a new DescribeDbcDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDbcDiagnosticDataJobParamsWithTimeout

func NewDescribeDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeDbcDiagnosticDataJobParams

NewDescribeDbcDiagnosticDataJobParamsWithTimeout creates a new DescribeDbcDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DescribeDbcDiagnosticDataJobParams) SetContext

SetContext adds the context to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) SetDefaults

func (o *DescribeDbcDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the describe dbc diagnostic data job params (not the query body).

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

func (*DescribeDbcDiagnosticDataJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) SetInput

SetInput adds the input to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) SetTimeout

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

SetTimeout adds the timeout to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) WithContext

WithContext adds the context to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the describe dbc diagnostic data job params (not the query body).

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

func (*DescribeDbcDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) WithInput

WithInput adds the input to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the describe dbc diagnostic data job params

func (*DescribeDbcDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeDbcDiagnosticDataJobReader

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

DescribeDbcDiagnosticDataJobReader is a Reader for the DescribeDbcDiagnosticDataJob structure.

func (*DescribeDbcDiagnosticDataJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeDbcOK

type DescribeDbcOK struct {
	Payload *models.DescribeDbcResponse
}

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

Expected response to a valid request.

func NewDescribeDbcOK

func NewDescribeDbcOK() *DescribeDbcOK

NewDescribeDbcOK creates a DescribeDbcOK with default headers values

func (*DescribeDbcOK) Code

func (o *DescribeDbcOK) Code() int

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

func (*DescribeDbcOK) Error

func (o *DescribeDbcOK) Error() string

func (*DescribeDbcOK) GetPayload

func (o *DescribeDbcOK) GetPayload() *models.DescribeDbcResponse

func (*DescribeDbcOK) IsClientError

func (o *DescribeDbcOK) IsClientError() bool

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

func (*DescribeDbcOK) IsCode

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

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

func (*DescribeDbcOK) IsRedirect

func (o *DescribeDbcOK) IsRedirect() bool

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

func (*DescribeDbcOK) IsServerError

func (o *DescribeDbcOK) IsServerError() bool

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

func (*DescribeDbcOK) IsSuccess

func (o *DescribeDbcOK) IsSuccess() bool

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

func (*DescribeDbcOK) String

func (o *DescribeDbcOK) String() string

type DescribeDbcParams

type DescribeDbcParams struct {

	// Input.
	Input *models.DescribeDbcRequest

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

DescribeDbcParams contains all the parameters to send to the API endpoint

for the describe dbc operation.

Typically these are written to a http.Request.

func NewDescribeDbcParams

func NewDescribeDbcParams() *DescribeDbcParams

NewDescribeDbcParams creates a new DescribeDbcParams 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 NewDescribeDbcParamsWithContext

func NewDescribeDbcParamsWithContext(ctx context.Context) *DescribeDbcParams

NewDescribeDbcParamsWithContext creates a new DescribeDbcParams object with the ability to set a context for a request.

func NewDescribeDbcParamsWithHTTPClient

func NewDescribeDbcParamsWithHTTPClient(client *http.Client) *DescribeDbcParams

NewDescribeDbcParamsWithHTTPClient creates a new DescribeDbcParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeDbcParamsWithTimeout

func NewDescribeDbcParamsWithTimeout(timeout time.Duration) *DescribeDbcParams

NewDescribeDbcParamsWithTimeout creates a new DescribeDbcParams object with the ability to set a timeout on a request.

func (*DescribeDbcParams) SetContext

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

SetContext adds the context to the describe dbc params

func (*DescribeDbcParams) SetDefaults

func (o *DescribeDbcParams) SetDefaults()

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

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

func (*DescribeDbcParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe dbc params

func (*DescribeDbcParams) SetInput

func (o *DescribeDbcParams) SetInput(input *models.DescribeDbcRequest)

SetInput adds the input to the describe dbc params

func (*DescribeDbcParams) SetTimeout

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

SetTimeout adds the timeout to the describe dbc params

func (*DescribeDbcParams) WithContext

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

WithContext adds the context to the describe dbc params

func (*DescribeDbcParams) WithDefaults

func (o *DescribeDbcParams) WithDefaults() *DescribeDbcParams

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

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

func (*DescribeDbcParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe dbc params

func (*DescribeDbcParams) WithInput

WithInput adds the input to the describe dbc params

func (*DescribeDbcParams) WithTimeout

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

WithTimeout adds the timeout to the describe dbc params

func (*DescribeDbcParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeDbcReader

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

DescribeDbcReader is a Reader for the DescribeDbc structure.

func (*DescribeDbcReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeKubeconfigDefault

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

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

The default response on an error.

func NewDescribeKubeconfigDefault

func NewDescribeKubeconfigDefault(code int) *DescribeKubeconfigDefault

NewDescribeKubeconfigDefault creates a DescribeKubeconfigDefault with default headers values

func (*DescribeKubeconfigDefault) Code

func (o *DescribeKubeconfigDefault) Code() int

Code gets the status code for the describe kubeconfig default response

func (*DescribeKubeconfigDefault) Error

func (o *DescribeKubeconfigDefault) Error() string

func (*DescribeKubeconfigDefault) GetPayload

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

func (*DescribeKubeconfigDefault) IsClientError

func (o *DescribeKubeconfigDefault) IsClientError() bool

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

func (*DescribeKubeconfigDefault) IsCode

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

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

func (*DescribeKubeconfigDefault) IsRedirect

func (o *DescribeKubeconfigDefault) IsRedirect() bool

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

func (*DescribeKubeconfigDefault) IsServerError

func (o *DescribeKubeconfigDefault) IsServerError() bool

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

func (*DescribeKubeconfigDefault) IsSuccess

func (o *DescribeKubeconfigDefault) IsSuccess() bool

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

func (*DescribeKubeconfigDefault) String

func (o *DescribeKubeconfigDefault) String() string

type DescribeKubeconfigOK

type DescribeKubeconfigOK struct {
	Payload *models.DescribeKubeconfigResponse
}

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

Expected response to a valid request.

func NewDescribeKubeconfigOK

func NewDescribeKubeconfigOK() *DescribeKubeconfigOK

NewDescribeKubeconfigOK creates a DescribeKubeconfigOK with default headers values

func (*DescribeKubeconfigOK) Code

func (o *DescribeKubeconfigOK) Code() int

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

func (*DescribeKubeconfigOK) Error

func (o *DescribeKubeconfigOK) Error() string

func (*DescribeKubeconfigOK) GetPayload

func (*DescribeKubeconfigOK) IsClientError

func (o *DescribeKubeconfigOK) IsClientError() bool

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

func (*DescribeKubeconfigOK) IsCode

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

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

func (*DescribeKubeconfigOK) IsRedirect

func (o *DescribeKubeconfigOK) IsRedirect() bool

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

func (*DescribeKubeconfigOK) IsServerError

func (o *DescribeKubeconfigOK) IsServerError() bool

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

func (*DescribeKubeconfigOK) IsSuccess

func (o *DescribeKubeconfigOK) IsSuccess() bool

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

func (*DescribeKubeconfigOK) String

func (o *DescribeKubeconfigOK) String() string

type DescribeKubeconfigParams

type DescribeKubeconfigParams struct {

	// Input.
	Input *models.DescribeKubeconfigRequest

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

DescribeKubeconfigParams contains all the parameters to send to the API endpoint

for the describe kubeconfig operation.

Typically these are written to a http.Request.

func NewDescribeKubeconfigParams

func NewDescribeKubeconfigParams() *DescribeKubeconfigParams

NewDescribeKubeconfigParams creates a new DescribeKubeconfigParams 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 NewDescribeKubeconfigParamsWithContext

func NewDescribeKubeconfigParamsWithContext(ctx context.Context) *DescribeKubeconfigParams

NewDescribeKubeconfigParamsWithContext creates a new DescribeKubeconfigParams object with the ability to set a context for a request.

func NewDescribeKubeconfigParamsWithHTTPClient

func NewDescribeKubeconfigParamsWithHTTPClient(client *http.Client) *DescribeKubeconfigParams

NewDescribeKubeconfigParamsWithHTTPClient creates a new DescribeKubeconfigParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeKubeconfigParamsWithTimeout

func NewDescribeKubeconfigParamsWithTimeout(timeout time.Duration) *DescribeKubeconfigParams

NewDescribeKubeconfigParamsWithTimeout creates a new DescribeKubeconfigParams object with the ability to set a timeout on a request.

func (*DescribeKubeconfigParams) SetContext

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

SetContext adds the context to the describe kubeconfig params

func (*DescribeKubeconfigParams) SetDefaults

func (o *DescribeKubeconfigParams) SetDefaults()

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

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

func (*DescribeKubeconfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe kubeconfig params

func (*DescribeKubeconfigParams) SetInput

SetInput adds the input to the describe kubeconfig params

func (*DescribeKubeconfigParams) SetTimeout

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

SetTimeout adds the timeout to the describe kubeconfig params

func (*DescribeKubeconfigParams) WithContext

WithContext adds the context to the describe kubeconfig params

func (*DescribeKubeconfigParams) WithDefaults

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

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

func (*DescribeKubeconfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe kubeconfig params

func (*DescribeKubeconfigParams) WithInput

WithInput adds the input to the describe kubeconfig params

func (*DescribeKubeconfigParams) WithTimeout

WithTimeout adds the timeout to the describe kubeconfig params

func (*DescribeKubeconfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeKubeconfigReader

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

DescribeKubeconfigReader is a Reader for the DescribeKubeconfig structure.

func (*DescribeKubeconfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeRestoreDefault

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

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

The default response on an error.

func NewDescribeRestoreDefault

func NewDescribeRestoreDefault(code int) *DescribeRestoreDefault

NewDescribeRestoreDefault creates a DescribeRestoreDefault with default headers values

func (*DescribeRestoreDefault) Code

func (o *DescribeRestoreDefault) Code() int

Code gets the status code for the describe restore default response

func (*DescribeRestoreDefault) Error

func (o *DescribeRestoreDefault) Error() string

func (*DescribeRestoreDefault) GetPayload

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

func (*DescribeRestoreDefault) IsClientError

func (o *DescribeRestoreDefault) IsClientError() bool

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

func (*DescribeRestoreDefault) IsCode

func (o *DescribeRestoreDefault) IsCode(code int) bool

IsCode returns true when this describe restore default response a status code equal to that given

func (*DescribeRestoreDefault) IsRedirect

func (o *DescribeRestoreDefault) IsRedirect() bool

IsRedirect returns true when this describe restore default response has a 3xx status code

func (*DescribeRestoreDefault) IsServerError

func (o *DescribeRestoreDefault) IsServerError() bool

IsServerError returns true when this describe restore default response has a 5xx status code

func (*DescribeRestoreDefault) IsSuccess

func (o *DescribeRestoreDefault) IsSuccess() bool

IsSuccess returns true when this describe restore default response has a 2xx status code

func (*DescribeRestoreDefault) String

func (o *DescribeRestoreDefault) String() string

type DescribeRestoreOK

type DescribeRestoreOK struct {
	Payload *models.DescribeRestoreResponse
}

DescribeRestoreOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeRestoreOK

func NewDescribeRestoreOK() *DescribeRestoreOK

NewDescribeRestoreOK creates a DescribeRestoreOK with default headers values

func (*DescribeRestoreOK) Code

func (o *DescribeRestoreOK) Code() int

Code gets the status code for the describe restore o k response

func (*DescribeRestoreOK) Error

func (o *DescribeRestoreOK) Error() string

func (*DescribeRestoreOK) GetPayload

func (*DescribeRestoreOK) IsClientError

func (o *DescribeRestoreOK) IsClientError() bool

IsClientError returns true when this describe restore o k response has a 4xx status code

func (*DescribeRestoreOK) IsCode

func (o *DescribeRestoreOK) IsCode(code int) bool

IsCode returns true when this describe restore o k response a status code equal to that given

func (*DescribeRestoreOK) IsRedirect

func (o *DescribeRestoreOK) IsRedirect() bool

IsRedirect returns true when this describe restore o k response has a 3xx status code

func (*DescribeRestoreOK) IsServerError

func (o *DescribeRestoreOK) IsServerError() bool

IsServerError returns true when this describe restore o k response has a 5xx status code

func (*DescribeRestoreOK) IsSuccess

func (o *DescribeRestoreOK) IsSuccess() bool

IsSuccess returns true when this describe restore o k response has a 2xx status code

func (*DescribeRestoreOK) String

func (o *DescribeRestoreOK) String() string

type DescribeRestoreParams

type DescribeRestoreParams struct {

	// Input.
	Input *models.DescribeRestoreRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeRestoreParams contains all the parameters to send to the API endpoint

for the describe restore operation.

Typically these are written to a http.Request.

func NewDescribeRestoreParams

func NewDescribeRestoreParams() *DescribeRestoreParams

NewDescribeRestoreParams creates a new DescribeRestoreParams 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 NewDescribeRestoreParamsWithContext

func NewDescribeRestoreParamsWithContext(ctx context.Context) *DescribeRestoreParams

NewDescribeRestoreParamsWithContext creates a new DescribeRestoreParams object with the ability to set a context for a request.

func NewDescribeRestoreParamsWithHTTPClient

func NewDescribeRestoreParamsWithHTTPClient(client *http.Client) *DescribeRestoreParams

NewDescribeRestoreParamsWithHTTPClient creates a new DescribeRestoreParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeRestoreParamsWithTimeout

func NewDescribeRestoreParamsWithTimeout(timeout time.Duration) *DescribeRestoreParams

NewDescribeRestoreParamsWithTimeout creates a new DescribeRestoreParams object with the ability to set a timeout on a request.

func (*DescribeRestoreParams) SetContext

func (o *DescribeRestoreParams) SetContext(ctx context.Context)

SetContext adds the context to the describe restore params

func (*DescribeRestoreParams) SetDefaults

func (o *DescribeRestoreParams) SetDefaults()

SetDefaults hydrates default values in the describe restore params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeRestoreParams) SetHTTPClient

func (o *DescribeRestoreParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe restore params

func (*DescribeRestoreParams) SetInput

SetInput adds the input to the describe restore params

func (*DescribeRestoreParams) SetTimeout

func (o *DescribeRestoreParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe restore params

func (*DescribeRestoreParams) WithContext

WithContext adds the context to the describe restore params

func (*DescribeRestoreParams) WithDefaults

func (o *DescribeRestoreParams) WithDefaults() *DescribeRestoreParams

WithDefaults hydrates default values in the describe restore params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeRestoreParams) WithHTTPClient

func (o *DescribeRestoreParams) WithHTTPClient(client *http.Client) *DescribeRestoreParams

WithHTTPClient adds the HTTPClient to the describe restore params

func (*DescribeRestoreParams) WithInput

WithInput adds the input to the describe restore params

func (*DescribeRestoreParams) WithTimeout

func (o *DescribeRestoreParams) WithTimeout(timeout time.Duration) *DescribeRestoreParams

WithTimeout adds the timeout to the describe restore params

func (*DescribeRestoreParams) WriteToRequest

func (o *DescribeRestoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DescribeRestoreReader

type DescribeRestoreReader struct {
	// contains filtered or unexported fields
}

DescribeRestoreReader is a Reader for the DescribeRestore structure.

func (*DescribeRestoreReader) ReadResponse

func (o *DescribeRestoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeServerSettingDefault

type DescribeServerSettingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeServerSettingDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeServerSettingDefault

func NewDescribeServerSettingDefault(code int) *DescribeServerSettingDefault

NewDescribeServerSettingDefault creates a DescribeServerSettingDefault with default headers values

func (*DescribeServerSettingDefault) Code

Code gets the status code for the describe server setting default response

func (*DescribeServerSettingDefault) Error

func (*DescribeServerSettingDefault) GetPayload

func (o *DescribeServerSettingDefault) GetPayload() *models.Error

func (*DescribeServerSettingDefault) IsClientError

func (o *DescribeServerSettingDefault) IsClientError() bool

IsClientError returns true when this describe server setting default response has a 4xx status code

func (*DescribeServerSettingDefault) IsCode

func (o *DescribeServerSettingDefault) IsCode(code int) bool

IsCode returns true when this describe server setting default response a status code equal to that given

func (*DescribeServerSettingDefault) IsRedirect

func (o *DescribeServerSettingDefault) IsRedirect() bool

IsRedirect returns true when this describe server setting default response has a 3xx status code

func (*DescribeServerSettingDefault) IsServerError

func (o *DescribeServerSettingDefault) IsServerError() bool

IsServerError returns true when this describe server setting default response has a 5xx status code

func (*DescribeServerSettingDefault) IsSuccess

func (o *DescribeServerSettingDefault) IsSuccess() bool

IsSuccess returns true when this describe server setting default response has a 2xx status code

func (*DescribeServerSettingDefault) String

type DescribeServerSettingOK

type DescribeServerSettingOK struct {
	Payload *models.DescribeServerSettingResponse
}

DescribeServerSettingOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeServerSettingOK

func NewDescribeServerSettingOK() *DescribeServerSettingOK

NewDescribeServerSettingOK creates a DescribeServerSettingOK with default headers values

func (*DescribeServerSettingOK) Code

func (o *DescribeServerSettingOK) Code() int

Code gets the status code for the describe server setting o k response

func (*DescribeServerSettingOK) Error

func (o *DescribeServerSettingOK) Error() string

func (*DescribeServerSettingOK) GetPayload

func (*DescribeServerSettingOK) IsClientError

func (o *DescribeServerSettingOK) IsClientError() bool

IsClientError returns true when this describe server setting o k response has a 4xx status code

func (*DescribeServerSettingOK) IsCode

func (o *DescribeServerSettingOK) IsCode(code int) bool

IsCode returns true when this describe server setting o k response a status code equal to that given

func (*DescribeServerSettingOK) IsRedirect

func (o *DescribeServerSettingOK) IsRedirect() bool

IsRedirect returns true when this describe server setting o k response has a 3xx status code

func (*DescribeServerSettingOK) IsServerError

func (o *DescribeServerSettingOK) IsServerError() bool

IsServerError returns true when this describe server setting o k response has a 5xx status code

func (*DescribeServerSettingOK) IsSuccess

func (o *DescribeServerSettingOK) IsSuccess() bool

IsSuccess returns true when this describe server setting o k response has a 2xx status code

func (*DescribeServerSettingOK) String

func (o *DescribeServerSettingOK) String() string

type DescribeServerSettingParams

type DescribeServerSettingParams struct {

	// Input.
	Input models.DescribeServerSettingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeServerSettingParams contains all the parameters to send to the API endpoint

for the describe server setting operation.

Typically these are written to a http.Request.

func NewDescribeServerSettingParams

func NewDescribeServerSettingParams() *DescribeServerSettingParams

NewDescribeServerSettingParams creates a new DescribeServerSettingParams 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 NewDescribeServerSettingParamsWithContext

func NewDescribeServerSettingParamsWithContext(ctx context.Context) *DescribeServerSettingParams

NewDescribeServerSettingParamsWithContext creates a new DescribeServerSettingParams object with the ability to set a context for a request.

func NewDescribeServerSettingParamsWithHTTPClient

func NewDescribeServerSettingParamsWithHTTPClient(client *http.Client) *DescribeServerSettingParams

NewDescribeServerSettingParamsWithHTTPClient creates a new DescribeServerSettingParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeServerSettingParamsWithTimeout

func NewDescribeServerSettingParamsWithTimeout(timeout time.Duration) *DescribeServerSettingParams

NewDescribeServerSettingParamsWithTimeout creates a new DescribeServerSettingParams object with the ability to set a timeout on a request.

func (*DescribeServerSettingParams) SetContext

func (o *DescribeServerSettingParams) SetContext(ctx context.Context)

SetContext adds the context to the describe server setting params

func (*DescribeServerSettingParams) SetDefaults

func (o *DescribeServerSettingParams) SetDefaults()

SetDefaults hydrates default values in the describe server setting params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeServerSettingParams) SetHTTPClient

func (o *DescribeServerSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe server setting params

func (*DescribeServerSettingParams) SetInput

SetInput adds the input to the describe server setting params

func (*DescribeServerSettingParams) SetTimeout

func (o *DescribeServerSettingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe server setting params

func (*DescribeServerSettingParams) WithContext

WithContext adds the context to the describe server setting params

func (*DescribeServerSettingParams) WithDefaults

WithDefaults hydrates default values in the describe server setting params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeServerSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe server setting params

func (*DescribeServerSettingParams) WithInput

WithInput adds the input to the describe server setting params

func (*DescribeServerSettingParams) WithTimeout

WithTimeout adds the timeout to the describe server setting params

func (*DescribeServerSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeServerSettingReader

type DescribeServerSettingReader struct {
	// contains filtered or unexported fields
}

DescribeServerSettingReader is a Reader for the DescribeServerSetting structure.

func (*DescribeServerSettingReader) ReadResponse

func (o *DescribeServerSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeVwConfigDefault

type DescribeVwConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeVwConfigDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeVwConfigDefault

func NewDescribeVwConfigDefault(code int) *DescribeVwConfigDefault

NewDescribeVwConfigDefault creates a DescribeVwConfigDefault with default headers values

func (*DescribeVwConfigDefault) Code

func (o *DescribeVwConfigDefault) Code() int

Code gets the status code for the describe vw config default response

func (*DescribeVwConfigDefault) Error

func (o *DescribeVwConfigDefault) Error() string

func (*DescribeVwConfigDefault) GetPayload

func (o *DescribeVwConfigDefault) GetPayload() *models.Error

func (*DescribeVwConfigDefault) IsClientError

func (o *DescribeVwConfigDefault) IsClientError() bool

IsClientError returns true when this describe vw config default response has a 4xx status code

func (*DescribeVwConfigDefault) IsCode

func (o *DescribeVwConfigDefault) IsCode(code int) bool

IsCode returns true when this describe vw config default response a status code equal to that given

func (*DescribeVwConfigDefault) IsRedirect

func (o *DescribeVwConfigDefault) IsRedirect() bool

IsRedirect returns true when this describe vw config default response has a 3xx status code

func (*DescribeVwConfigDefault) IsServerError

func (o *DescribeVwConfigDefault) IsServerError() bool

IsServerError returns true when this describe vw config default response has a 5xx status code

func (*DescribeVwConfigDefault) IsSuccess

func (o *DescribeVwConfigDefault) IsSuccess() bool

IsSuccess returns true when this describe vw config default response has a 2xx status code

func (*DescribeVwConfigDefault) String

func (o *DescribeVwConfigDefault) String() string

type DescribeVwConfigOK

type DescribeVwConfigOK struct {
	Payload *models.DescribeVwConfigResponse
}

DescribeVwConfigOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeVwConfigOK

func NewDescribeVwConfigOK() *DescribeVwConfigOK

NewDescribeVwConfigOK creates a DescribeVwConfigOK with default headers values

func (*DescribeVwConfigOK) Code

func (o *DescribeVwConfigOK) Code() int

Code gets the status code for the describe vw config o k response

func (*DescribeVwConfigOK) Error

func (o *DescribeVwConfigOK) Error() string

func (*DescribeVwConfigOK) GetPayload

func (*DescribeVwConfigOK) IsClientError

func (o *DescribeVwConfigOK) IsClientError() bool

IsClientError returns true when this describe vw config o k response has a 4xx status code

func (*DescribeVwConfigOK) IsCode

func (o *DescribeVwConfigOK) IsCode(code int) bool

IsCode returns true when this describe vw config o k response a status code equal to that given

func (*DescribeVwConfigOK) IsRedirect

func (o *DescribeVwConfigOK) IsRedirect() bool

IsRedirect returns true when this describe vw config o k response has a 3xx status code

func (*DescribeVwConfigOK) IsServerError

func (o *DescribeVwConfigOK) IsServerError() bool

IsServerError returns true when this describe vw config o k response has a 5xx status code

func (*DescribeVwConfigOK) IsSuccess

func (o *DescribeVwConfigOK) IsSuccess() bool

IsSuccess returns true when this describe vw config o k response has a 2xx status code

func (*DescribeVwConfigOK) String

func (o *DescribeVwConfigOK) String() string

type DescribeVwConfigParams

type DescribeVwConfigParams struct {

	// Input.
	Input *models.DescribeVwConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeVwConfigParams contains all the parameters to send to the API endpoint

for the describe vw config operation.

Typically these are written to a http.Request.

func NewDescribeVwConfigParams

func NewDescribeVwConfigParams() *DescribeVwConfigParams

NewDescribeVwConfigParams creates a new DescribeVwConfigParams 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 NewDescribeVwConfigParamsWithContext

func NewDescribeVwConfigParamsWithContext(ctx context.Context) *DescribeVwConfigParams

NewDescribeVwConfigParamsWithContext creates a new DescribeVwConfigParams object with the ability to set a context for a request.

func NewDescribeVwConfigParamsWithHTTPClient

func NewDescribeVwConfigParamsWithHTTPClient(client *http.Client) *DescribeVwConfigParams

NewDescribeVwConfigParamsWithHTTPClient creates a new DescribeVwConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeVwConfigParamsWithTimeout

func NewDescribeVwConfigParamsWithTimeout(timeout time.Duration) *DescribeVwConfigParams

NewDescribeVwConfigParamsWithTimeout creates a new DescribeVwConfigParams object with the ability to set a timeout on a request.

func (*DescribeVwConfigParams) SetContext

func (o *DescribeVwConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the describe vw config params

func (*DescribeVwConfigParams) SetDefaults

func (o *DescribeVwConfigParams) SetDefaults()

SetDefaults hydrates default values in the describe vw config params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwConfigParams) SetHTTPClient

func (o *DescribeVwConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe vw config params

func (*DescribeVwConfigParams) SetInput

SetInput adds the input to the describe vw config params

func (*DescribeVwConfigParams) SetTimeout

func (o *DescribeVwConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe vw config params

func (*DescribeVwConfigParams) WithContext

WithContext adds the context to the describe vw config params

func (*DescribeVwConfigParams) WithDefaults

WithDefaults hydrates default values in the describe vw config params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwConfigParams) WithHTTPClient

func (o *DescribeVwConfigParams) WithHTTPClient(client *http.Client) *DescribeVwConfigParams

WithHTTPClient adds the HTTPClient to the describe vw config params

func (*DescribeVwConfigParams) WithInput

WithInput adds the input to the describe vw config params

func (*DescribeVwConfigParams) WithTimeout

WithTimeout adds the timeout to the describe vw config params

func (*DescribeVwConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeVwConfigReader

type DescribeVwConfigReader struct {
	// contains filtered or unexported fields
}

DescribeVwConfigReader is a Reader for the DescribeVwConfig structure.

func (*DescribeVwConfigReader) ReadResponse

func (o *DescribeVwConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeVwDefault

type DescribeVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeVwDefault

func NewDescribeVwDefault(code int) *DescribeVwDefault

NewDescribeVwDefault creates a DescribeVwDefault with default headers values

func (*DescribeVwDefault) Code

func (o *DescribeVwDefault) Code() int

Code gets the status code for the describe vw default response

func (*DescribeVwDefault) Error

func (o *DescribeVwDefault) Error() string

func (*DescribeVwDefault) GetPayload

func (o *DescribeVwDefault) GetPayload() *models.Error

func (*DescribeVwDefault) IsClientError

func (o *DescribeVwDefault) IsClientError() bool

IsClientError returns true when this describe vw default response has a 4xx status code

func (*DescribeVwDefault) IsCode

func (o *DescribeVwDefault) IsCode(code int) bool

IsCode returns true when this describe vw default response a status code equal to that given

func (*DescribeVwDefault) IsRedirect

func (o *DescribeVwDefault) IsRedirect() bool

IsRedirect returns true when this describe vw default response has a 3xx status code

func (*DescribeVwDefault) IsServerError

func (o *DescribeVwDefault) IsServerError() bool

IsServerError returns true when this describe vw default response has a 5xx status code

func (*DescribeVwDefault) IsSuccess

func (o *DescribeVwDefault) IsSuccess() bool

IsSuccess returns true when this describe vw default response has a 2xx status code

func (*DescribeVwDefault) String

func (o *DescribeVwDefault) String() string

type DescribeVwDiagnosticDataJobDefault

type DescribeVwDiagnosticDataJobDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DescribeVwDiagnosticDataJobDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewDescribeVwDiagnosticDataJobDefault

func NewDescribeVwDiagnosticDataJobDefault(code int) *DescribeVwDiagnosticDataJobDefault

NewDescribeVwDiagnosticDataJobDefault creates a DescribeVwDiagnosticDataJobDefault with default headers values

func (*DescribeVwDiagnosticDataJobDefault) Code

Code gets the status code for the describe vw diagnostic data job default response

func (*DescribeVwDiagnosticDataJobDefault) Error

func (*DescribeVwDiagnosticDataJobDefault) GetPayload

func (*DescribeVwDiagnosticDataJobDefault) IsClientError

func (o *DescribeVwDiagnosticDataJobDefault) IsClientError() bool

IsClientError returns true when this describe vw diagnostic data job default response has a 4xx status code

func (*DescribeVwDiagnosticDataJobDefault) IsCode

IsCode returns true when this describe vw diagnostic data job default response a status code equal to that given

func (*DescribeVwDiagnosticDataJobDefault) IsRedirect

func (o *DescribeVwDiagnosticDataJobDefault) IsRedirect() bool

IsRedirect returns true when this describe vw diagnostic data job default response has a 3xx status code

func (*DescribeVwDiagnosticDataJobDefault) IsServerError

func (o *DescribeVwDiagnosticDataJobDefault) IsServerError() bool

IsServerError returns true when this describe vw diagnostic data job default response has a 5xx status code

func (*DescribeVwDiagnosticDataJobDefault) IsSuccess

IsSuccess returns true when this describe vw diagnostic data job default response has a 2xx status code

func (*DescribeVwDiagnosticDataJobDefault) String

type DescribeVwDiagnosticDataJobOK

type DescribeVwDiagnosticDataJobOK struct {
	Payload *models.DescribeVwDiagnosticDataJobResponse
}

DescribeVwDiagnosticDataJobOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeVwDiagnosticDataJobOK

func NewDescribeVwDiagnosticDataJobOK() *DescribeVwDiagnosticDataJobOK

NewDescribeVwDiagnosticDataJobOK creates a DescribeVwDiagnosticDataJobOK with default headers values

func (*DescribeVwDiagnosticDataJobOK) Code

Code gets the status code for the describe vw diagnostic data job o k response

func (*DescribeVwDiagnosticDataJobOK) Error

func (*DescribeVwDiagnosticDataJobOK) GetPayload

func (*DescribeVwDiagnosticDataJobOK) IsClientError

func (o *DescribeVwDiagnosticDataJobOK) IsClientError() bool

IsClientError returns true when this describe vw diagnostic data job o k response has a 4xx status code

func (*DescribeVwDiagnosticDataJobOK) IsCode

func (o *DescribeVwDiagnosticDataJobOK) IsCode(code int) bool

IsCode returns true when this describe vw diagnostic data job o k response a status code equal to that given

func (*DescribeVwDiagnosticDataJobOK) IsRedirect

func (o *DescribeVwDiagnosticDataJobOK) IsRedirect() bool

IsRedirect returns true when this describe vw diagnostic data job o k response has a 3xx status code

func (*DescribeVwDiagnosticDataJobOK) IsServerError

func (o *DescribeVwDiagnosticDataJobOK) IsServerError() bool

IsServerError returns true when this describe vw diagnostic data job o k response has a 5xx status code

func (*DescribeVwDiagnosticDataJobOK) IsSuccess

func (o *DescribeVwDiagnosticDataJobOK) IsSuccess() bool

IsSuccess returns true when this describe vw diagnostic data job o k response has a 2xx status code

func (*DescribeVwDiagnosticDataJobOK) String

type DescribeVwDiagnosticDataJobParams

type DescribeVwDiagnosticDataJobParams struct {

	// Input.
	Input *models.DescribeVwDiagnosticDataJobRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeVwDiagnosticDataJobParams contains all the parameters to send to the API endpoint

for the describe vw diagnostic data job operation.

Typically these are written to a http.Request.

func NewDescribeVwDiagnosticDataJobParams

func NewDescribeVwDiagnosticDataJobParams() *DescribeVwDiagnosticDataJobParams

NewDescribeVwDiagnosticDataJobParams creates a new DescribeVwDiagnosticDataJobParams 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 NewDescribeVwDiagnosticDataJobParamsWithContext

func NewDescribeVwDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeVwDiagnosticDataJobParams

NewDescribeVwDiagnosticDataJobParamsWithContext creates a new DescribeVwDiagnosticDataJobParams object with the ability to set a context for a request.

func NewDescribeVwDiagnosticDataJobParamsWithHTTPClient

func NewDescribeVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeVwDiagnosticDataJobParams

NewDescribeVwDiagnosticDataJobParamsWithHTTPClient creates a new DescribeVwDiagnosticDataJobParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeVwDiagnosticDataJobParamsWithTimeout

func NewDescribeVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeVwDiagnosticDataJobParams

NewDescribeVwDiagnosticDataJobParamsWithTimeout creates a new DescribeVwDiagnosticDataJobParams object with the ability to set a timeout on a request.

func (*DescribeVwDiagnosticDataJobParams) SetContext

SetContext adds the context to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) SetDefaults

func (o *DescribeVwDiagnosticDataJobParams) SetDefaults()

SetDefaults hydrates default values in the describe vw diagnostic data job params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwDiagnosticDataJobParams) SetHTTPClient

func (o *DescribeVwDiagnosticDataJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) SetInput

SetInput adds the input to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) SetTimeout

func (o *DescribeVwDiagnosticDataJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) WithContext

WithContext adds the context to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) WithDefaults

WithDefaults hydrates default values in the describe vw diagnostic data job params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwDiagnosticDataJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) WithInput

WithInput adds the input to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) WithTimeout

WithTimeout adds the timeout to the describe vw diagnostic data job params

func (*DescribeVwDiagnosticDataJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeVwDiagnosticDataJobReader

type DescribeVwDiagnosticDataJobReader struct {
	// contains filtered or unexported fields
}

DescribeVwDiagnosticDataJobReader is a Reader for the DescribeVwDiagnosticDataJob structure.

func (*DescribeVwDiagnosticDataJobReader) ReadResponse

func (o *DescribeVwDiagnosticDataJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeVwOK

type DescribeVwOK struct {
	Payload *models.DescribeVwResponse
}

DescribeVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewDescribeVwOK

func NewDescribeVwOK() *DescribeVwOK

NewDescribeVwOK creates a DescribeVwOK with default headers values

func (*DescribeVwOK) Code

func (o *DescribeVwOK) Code() int

Code gets the status code for the describe vw o k response

func (*DescribeVwOK) Error

func (o *DescribeVwOK) Error() string

func (*DescribeVwOK) GetPayload

func (o *DescribeVwOK) GetPayload() *models.DescribeVwResponse

func (*DescribeVwOK) IsClientError

func (o *DescribeVwOK) IsClientError() bool

IsClientError returns true when this describe vw o k response has a 4xx status code

func (*DescribeVwOK) IsCode

func (o *DescribeVwOK) IsCode(code int) bool

IsCode returns true when this describe vw o k response a status code equal to that given

func (*DescribeVwOK) IsRedirect

func (o *DescribeVwOK) IsRedirect() bool

IsRedirect returns true when this describe vw o k response has a 3xx status code

func (*DescribeVwOK) IsServerError

func (o *DescribeVwOK) IsServerError() bool

IsServerError returns true when this describe vw o k response has a 5xx status code

func (*DescribeVwOK) IsSuccess

func (o *DescribeVwOK) IsSuccess() bool

IsSuccess returns true when this describe vw o k response has a 2xx status code

func (*DescribeVwOK) String

func (o *DescribeVwOK) String() string

type DescribeVwParams

type DescribeVwParams struct {

	// Input.
	Input *models.DescribeVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeVwParams contains all the parameters to send to the API endpoint

for the describe vw operation.

Typically these are written to a http.Request.

func NewDescribeVwParams

func NewDescribeVwParams() *DescribeVwParams

NewDescribeVwParams creates a new DescribeVwParams 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 NewDescribeVwParamsWithContext

func NewDescribeVwParamsWithContext(ctx context.Context) *DescribeVwParams

NewDescribeVwParamsWithContext creates a new DescribeVwParams object with the ability to set a context for a request.

func NewDescribeVwParamsWithHTTPClient

func NewDescribeVwParamsWithHTTPClient(client *http.Client) *DescribeVwParams

NewDescribeVwParamsWithHTTPClient creates a new DescribeVwParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeVwParamsWithTimeout

func NewDescribeVwParamsWithTimeout(timeout time.Duration) *DescribeVwParams

NewDescribeVwParamsWithTimeout creates a new DescribeVwParams object with the ability to set a timeout on a request.

func (*DescribeVwParams) SetContext

func (o *DescribeVwParams) SetContext(ctx context.Context)

SetContext adds the context to the describe vw params

func (*DescribeVwParams) SetDefaults

func (o *DescribeVwParams) SetDefaults()

SetDefaults hydrates default values in the describe vw params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwParams) SetHTTPClient

func (o *DescribeVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe vw params

func (*DescribeVwParams) SetInput

func (o *DescribeVwParams) SetInput(input *models.DescribeVwRequest)

SetInput adds the input to the describe vw params

func (*DescribeVwParams) SetTimeout

func (o *DescribeVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe vw params

func (*DescribeVwParams) WithContext

func (o *DescribeVwParams) WithContext(ctx context.Context) *DescribeVwParams

WithContext adds the context to the describe vw params

func (*DescribeVwParams) WithDefaults

func (o *DescribeVwParams) WithDefaults() *DescribeVwParams

WithDefaults hydrates default values in the describe vw params (not the query body).

All values with no default are reset to their zero value.

func (*DescribeVwParams) WithHTTPClient

func (o *DescribeVwParams) WithHTTPClient(client *http.Client) *DescribeVwParams

WithHTTPClient adds the HTTPClient to the describe vw params

func (*DescribeVwParams) WithInput

WithInput adds the input to the describe vw params

func (*DescribeVwParams) WithTimeout

func (o *DescribeVwParams) WithTimeout(timeout time.Duration) *DescribeVwParams

WithTimeout adds the timeout to the describe vw params

func (*DescribeVwParams) WriteToRequest

func (o *DescribeVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DescribeVwReader

type DescribeVwReader struct {
	// contains filtered or unexported fields
}

DescribeVwReader is a Reader for the DescribeVw structure.

func (*DescribeVwReader) ReadResponse

func (o *DescribeVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDataVisualizationUpgradeVersionDefault

type GetDataVisualizationUpgradeVersionDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDataVisualizationUpgradeVersionDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetDataVisualizationUpgradeVersionDefault

func NewGetDataVisualizationUpgradeVersionDefault(code int) *GetDataVisualizationUpgradeVersionDefault

NewGetDataVisualizationUpgradeVersionDefault creates a GetDataVisualizationUpgradeVersionDefault with default headers values

func (*GetDataVisualizationUpgradeVersionDefault) Code

Code gets the status code for the get data visualization upgrade version default response

func (*GetDataVisualizationUpgradeVersionDefault) Error

func (*GetDataVisualizationUpgradeVersionDefault) GetPayload

func (*GetDataVisualizationUpgradeVersionDefault) IsClientError

IsClientError returns true when this get data visualization upgrade version default response has a 4xx status code

func (*GetDataVisualizationUpgradeVersionDefault) IsCode

IsCode returns true when this get data visualization upgrade version default response a status code equal to that given

func (*GetDataVisualizationUpgradeVersionDefault) IsRedirect

IsRedirect returns true when this get data visualization upgrade version default response has a 3xx status code

func (*GetDataVisualizationUpgradeVersionDefault) IsServerError

IsServerError returns true when this get data visualization upgrade version default response has a 5xx status code

func (*GetDataVisualizationUpgradeVersionDefault) IsSuccess

IsSuccess returns true when this get data visualization upgrade version default response has a 2xx status code

func (*GetDataVisualizationUpgradeVersionDefault) String

type GetDataVisualizationUpgradeVersionOK

type GetDataVisualizationUpgradeVersionOK struct {
	Payload *models.GetDataVisualizationUpgradeVersionResponse
}

GetDataVisualizationUpgradeVersionOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetDataVisualizationUpgradeVersionOK

func NewGetDataVisualizationUpgradeVersionOK() *GetDataVisualizationUpgradeVersionOK

NewGetDataVisualizationUpgradeVersionOK creates a GetDataVisualizationUpgradeVersionOK with default headers values

func (*GetDataVisualizationUpgradeVersionOK) Code

Code gets the status code for the get data visualization upgrade version o k response

func (*GetDataVisualizationUpgradeVersionOK) Error

func (*GetDataVisualizationUpgradeVersionOK) GetPayload

func (*GetDataVisualizationUpgradeVersionOK) IsClientError

func (o *GetDataVisualizationUpgradeVersionOK) IsClientError() bool

IsClientError returns true when this get data visualization upgrade version o k response has a 4xx status code

func (*GetDataVisualizationUpgradeVersionOK) IsCode

IsCode returns true when this get data visualization upgrade version o k response a status code equal to that given

func (*GetDataVisualizationUpgradeVersionOK) IsRedirect

IsRedirect returns true when this get data visualization upgrade version o k response has a 3xx status code

func (*GetDataVisualizationUpgradeVersionOK) IsServerError

func (o *GetDataVisualizationUpgradeVersionOK) IsServerError() bool

IsServerError returns true when this get data visualization upgrade version o k response has a 5xx status code

func (*GetDataVisualizationUpgradeVersionOK) IsSuccess

IsSuccess returns true when this get data visualization upgrade version o k response has a 2xx status code

func (*GetDataVisualizationUpgradeVersionOK) String

type GetDataVisualizationUpgradeVersionParams

type GetDataVisualizationUpgradeVersionParams struct {

	// Input.
	Input *models.GetDataVisualizationUpgradeVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDataVisualizationUpgradeVersionParams contains all the parameters to send to the API endpoint

for the get data visualization upgrade version operation.

Typically these are written to a http.Request.

func NewGetDataVisualizationUpgradeVersionParams

func NewGetDataVisualizationUpgradeVersionParams() *GetDataVisualizationUpgradeVersionParams

NewGetDataVisualizationUpgradeVersionParams creates a new GetDataVisualizationUpgradeVersionParams 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 NewGetDataVisualizationUpgradeVersionParamsWithContext

func NewGetDataVisualizationUpgradeVersionParamsWithContext(ctx context.Context) *GetDataVisualizationUpgradeVersionParams

NewGetDataVisualizationUpgradeVersionParamsWithContext creates a new GetDataVisualizationUpgradeVersionParams object with the ability to set a context for a request.

func NewGetDataVisualizationUpgradeVersionParamsWithHTTPClient

func NewGetDataVisualizationUpgradeVersionParamsWithHTTPClient(client *http.Client) *GetDataVisualizationUpgradeVersionParams

NewGetDataVisualizationUpgradeVersionParamsWithHTTPClient creates a new GetDataVisualizationUpgradeVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetDataVisualizationUpgradeVersionParamsWithTimeout

func NewGetDataVisualizationUpgradeVersionParamsWithTimeout(timeout time.Duration) *GetDataVisualizationUpgradeVersionParams

NewGetDataVisualizationUpgradeVersionParamsWithTimeout creates a new GetDataVisualizationUpgradeVersionParams object with the ability to set a timeout on a request.

func (*GetDataVisualizationUpgradeVersionParams) SetContext

SetContext adds the context to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) SetDefaults

SetDefaults hydrates default values in the get data visualization upgrade version params (not the query body).

All values with no default are reset to their zero value.

func (*GetDataVisualizationUpgradeVersionParams) SetHTTPClient

func (o *GetDataVisualizationUpgradeVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) SetInput

SetInput adds the input to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) SetTimeout

SetTimeout adds the timeout to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) WithContext

WithContext adds the context to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) WithDefaults

WithDefaults hydrates default values in the get data visualization upgrade version params (not the query body).

All values with no default are reset to their zero value.

func (*GetDataVisualizationUpgradeVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) WithInput

WithInput adds the input to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) WithTimeout

WithTimeout adds the timeout to the get data visualization upgrade version params

func (*GetDataVisualizationUpgradeVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDataVisualizationUpgradeVersionReader

type GetDataVisualizationUpgradeVersionReader struct {
	// contains filtered or unexported fields
}

GetDataVisualizationUpgradeVersionReader is a Reader for the GetDataVisualizationUpgradeVersion structure.

func (*GetDataVisualizationUpgradeVersionReader) ReadResponse

func (o *GetDataVisualizationUpgradeVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetK8sCertJKSDefault added in v0.5.4

type GetK8sCertJKSDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetK8sCertJKSDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetK8sCertJKSDefault added in v0.5.4

func NewGetK8sCertJKSDefault(code int) *GetK8sCertJKSDefault

NewGetK8sCertJKSDefault creates a GetK8sCertJKSDefault with default headers values

func (*GetK8sCertJKSDefault) Code added in v0.5.4

func (o *GetK8sCertJKSDefault) Code() int

Code gets the status code for the get k8s cert j k s default response

func (*GetK8sCertJKSDefault) Error added in v0.5.4

func (o *GetK8sCertJKSDefault) Error() string

func (*GetK8sCertJKSDefault) GetPayload added in v0.5.4

func (o *GetK8sCertJKSDefault) GetPayload() *models.Error

func (*GetK8sCertJKSDefault) IsClientError added in v0.5.4

func (o *GetK8sCertJKSDefault) IsClientError() bool

IsClientError returns true when this get k8s cert j k s default response has a 4xx status code

func (*GetK8sCertJKSDefault) IsCode added in v0.5.4

func (o *GetK8sCertJKSDefault) IsCode(code int) bool

IsCode returns true when this get k8s cert j k s default response a status code equal to that given

func (*GetK8sCertJKSDefault) IsRedirect added in v0.5.4

func (o *GetK8sCertJKSDefault) IsRedirect() bool

IsRedirect returns true when this get k8s cert j k s default response has a 3xx status code

func (*GetK8sCertJKSDefault) IsServerError added in v0.5.4

func (o *GetK8sCertJKSDefault) IsServerError() bool

IsServerError returns true when this get k8s cert j k s default response has a 5xx status code

func (*GetK8sCertJKSDefault) IsSuccess added in v0.5.4

func (o *GetK8sCertJKSDefault) IsSuccess() bool

IsSuccess returns true when this get k8s cert j k s default response has a 2xx status code

func (*GetK8sCertJKSDefault) String added in v0.5.4

func (o *GetK8sCertJKSDefault) String() string

type GetK8sCertJKSOK added in v0.5.4

type GetK8sCertJKSOK struct {
	Payload *models.GetK8sCertJKSResponse
}

GetK8sCertJKSOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetK8sCertJKSOK added in v0.5.4

func NewGetK8sCertJKSOK() *GetK8sCertJKSOK

NewGetK8sCertJKSOK creates a GetK8sCertJKSOK with default headers values

func (*GetK8sCertJKSOK) Code added in v0.5.4

func (o *GetK8sCertJKSOK) Code() int

Code gets the status code for the get k8s cert j k s o k response

func (*GetK8sCertJKSOK) Error added in v0.5.4

func (o *GetK8sCertJKSOK) Error() string

func (*GetK8sCertJKSOK) GetPayload added in v0.5.4

func (o *GetK8sCertJKSOK) GetPayload() *models.GetK8sCertJKSResponse

func (*GetK8sCertJKSOK) IsClientError added in v0.5.4

func (o *GetK8sCertJKSOK) IsClientError() bool

IsClientError returns true when this get k8s cert j k s o k response has a 4xx status code

func (*GetK8sCertJKSOK) IsCode added in v0.5.4

func (o *GetK8sCertJKSOK) IsCode(code int) bool

IsCode returns true when this get k8s cert j k s o k response a status code equal to that given

func (*GetK8sCertJKSOK) IsRedirect added in v0.5.4

func (o *GetK8sCertJKSOK) IsRedirect() bool

IsRedirect returns true when this get k8s cert j k s o k response has a 3xx status code

func (*GetK8sCertJKSOK) IsServerError added in v0.5.4

func (o *GetK8sCertJKSOK) IsServerError() bool

IsServerError returns true when this get k8s cert j k s o k response has a 5xx status code

func (*GetK8sCertJKSOK) IsSuccess added in v0.5.4

func (o *GetK8sCertJKSOK) IsSuccess() bool

IsSuccess returns true when this get k8s cert j k s o k response has a 2xx status code

func (*GetK8sCertJKSOK) String added in v0.5.4

func (o *GetK8sCertJKSOK) String() string

type GetK8sCertJKSParams added in v0.5.4

type GetK8sCertJKSParams struct {

	// Input.
	Input *models.GetK8sCertJKSRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetK8sCertJKSParams contains all the parameters to send to the API endpoint

for the get k8s cert j k s operation.

Typically these are written to a http.Request.

func NewGetK8sCertJKSParams added in v0.5.4

func NewGetK8sCertJKSParams() *GetK8sCertJKSParams

NewGetK8sCertJKSParams creates a new GetK8sCertJKSParams 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 NewGetK8sCertJKSParamsWithContext added in v0.5.4

func NewGetK8sCertJKSParamsWithContext(ctx context.Context) *GetK8sCertJKSParams

NewGetK8sCertJKSParamsWithContext creates a new GetK8sCertJKSParams object with the ability to set a context for a request.

func NewGetK8sCertJKSParamsWithHTTPClient added in v0.5.4

func NewGetK8sCertJKSParamsWithHTTPClient(client *http.Client) *GetK8sCertJKSParams

NewGetK8sCertJKSParamsWithHTTPClient creates a new GetK8sCertJKSParams object with the ability to set a custom HTTPClient for a request.

func NewGetK8sCertJKSParamsWithTimeout added in v0.5.4

func NewGetK8sCertJKSParamsWithTimeout(timeout time.Duration) *GetK8sCertJKSParams

NewGetK8sCertJKSParamsWithTimeout creates a new GetK8sCertJKSParams object with the ability to set a timeout on a request.

func (*GetK8sCertJKSParams) SetContext added in v0.5.4

func (o *GetK8sCertJKSParams) SetContext(ctx context.Context)

SetContext adds the context to the get k8s cert j k s params

func (*GetK8sCertJKSParams) SetDefaults added in v0.5.4

func (o *GetK8sCertJKSParams) SetDefaults()

SetDefaults hydrates default values in the get k8s cert j k s params (not the query body).

All values with no default are reset to their zero value.

func (*GetK8sCertJKSParams) SetHTTPClient added in v0.5.4

func (o *GetK8sCertJKSParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get k8s cert j k s params

func (*GetK8sCertJKSParams) SetInput added in v0.5.4

func (o *GetK8sCertJKSParams) SetInput(input *models.GetK8sCertJKSRequest)

SetInput adds the input to the get k8s cert j k s params

func (*GetK8sCertJKSParams) SetTimeout added in v0.5.4

func (o *GetK8sCertJKSParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get k8s cert j k s params

func (*GetK8sCertJKSParams) WithContext added in v0.5.4

WithContext adds the context to the get k8s cert j k s params

func (*GetK8sCertJKSParams) WithDefaults added in v0.5.4

func (o *GetK8sCertJKSParams) WithDefaults() *GetK8sCertJKSParams

WithDefaults hydrates default values in the get k8s cert j k s params (not the query body).

All values with no default are reset to their zero value.

func (*GetK8sCertJKSParams) WithHTTPClient added in v0.5.4

func (o *GetK8sCertJKSParams) WithHTTPClient(client *http.Client) *GetK8sCertJKSParams

WithHTTPClient adds the HTTPClient to the get k8s cert j k s params

func (*GetK8sCertJKSParams) WithInput added in v0.5.4

WithInput adds the input to the get k8s cert j k s params

func (*GetK8sCertJKSParams) WithTimeout added in v0.5.4

func (o *GetK8sCertJKSParams) WithTimeout(timeout time.Duration) *GetK8sCertJKSParams

WithTimeout adds the timeout to the get k8s cert j k s params

func (*GetK8sCertJKSParams) WriteToRequest added in v0.5.4

func (o *GetK8sCertJKSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetK8sCertJKSReader added in v0.5.4

type GetK8sCertJKSReader struct {
	// contains filtered or unexported fields
}

GetK8sCertJKSReader is a Reader for the GetK8sCertJKS structure.

func (*GetK8sCertJKSReader) ReadResponse added in v0.5.4

func (o *GetK8sCertJKSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetK8sCertPEMDefault added in v0.5.4

type GetK8sCertPEMDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetK8sCertPEMDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetK8sCertPEMDefault added in v0.5.4

func NewGetK8sCertPEMDefault(code int) *GetK8sCertPEMDefault

NewGetK8sCertPEMDefault creates a GetK8sCertPEMDefault with default headers values

func (*GetK8sCertPEMDefault) Code added in v0.5.4

func (o *GetK8sCertPEMDefault) Code() int

Code gets the status code for the get k8s cert p e m default response

func (*GetK8sCertPEMDefault) Error added in v0.5.4

func (o *GetK8sCertPEMDefault) Error() string

func (*GetK8sCertPEMDefault) GetPayload added in v0.5.4

func (o *GetK8sCertPEMDefault) GetPayload() *models.Error

func (*GetK8sCertPEMDefault) IsClientError added in v0.5.4

func (o *GetK8sCertPEMDefault) IsClientError() bool

IsClientError returns true when this get k8s cert p e m default response has a 4xx status code

func (*GetK8sCertPEMDefault) IsCode added in v0.5.4

func (o *GetK8sCertPEMDefault) IsCode(code int) bool

IsCode returns true when this get k8s cert p e m default response a status code equal to that given

func (*GetK8sCertPEMDefault) IsRedirect added in v0.5.4

func (o *GetK8sCertPEMDefault) IsRedirect() bool

IsRedirect returns true when this get k8s cert p e m default response has a 3xx status code

func (*GetK8sCertPEMDefault) IsServerError added in v0.5.4

func (o *GetK8sCertPEMDefault) IsServerError() bool

IsServerError returns true when this get k8s cert p e m default response has a 5xx status code

func (*GetK8sCertPEMDefault) IsSuccess added in v0.5.4

func (o *GetK8sCertPEMDefault) IsSuccess() bool

IsSuccess returns true when this get k8s cert p e m default response has a 2xx status code

func (*GetK8sCertPEMDefault) String added in v0.5.4

func (o *GetK8sCertPEMDefault) String() string

type GetK8sCertPEMOK added in v0.5.4

type GetK8sCertPEMOK struct {
	Payload *models.GetK8sCertPEMResponse
}

GetK8sCertPEMOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetK8sCertPEMOK added in v0.5.4

func NewGetK8sCertPEMOK() *GetK8sCertPEMOK

NewGetK8sCertPEMOK creates a GetK8sCertPEMOK with default headers values

func (*GetK8sCertPEMOK) Code added in v0.5.4

func (o *GetK8sCertPEMOK) Code() int

Code gets the status code for the get k8s cert p e m o k response

func (*GetK8sCertPEMOK) Error added in v0.5.4

func (o *GetK8sCertPEMOK) Error() string

func (*GetK8sCertPEMOK) GetPayload added in v0.5.4

func (o *GetK8sCertPEMOK) GetPayload() *models.GetK8sCertPEMResponse

func (*GetK8sCertPEMOK) IsClientError added in v0.5.4

func (o *GetK8sCertPEMOK) IsClientError() bool

IsClientError returns true when this get k8s cert p e m o k response has a 4xx status code

func (*GetK8sCertPEMOK) IsCode added in v0.5.4

func (o *GetK8sCertPEMOK) IsCode(code int) bool

IsCode returns true when this get k8s cert p e m o k response a status code equal to that given

func (*GetK8sCertPEMOK) IsRedirect added in v0.5.4

func (o *GetK8sCertPEMOK) IsRedirect() bool

IsRedirect returns true when this get k8s cert p e m o k response has a 3xx status code

func (*GetK8sCertPEMOK) IsServerError added in v0.5.4

func (o *GetK8sCertPEMOK) IsServerError() bool

IsServerError returns true when this get k8s cert p e m o k response has a 5xx status code

func (*GetK8sCertPEMOK) IsSuccess added in v0.5.4

func (o *GetK8sCertPEMOK) IsSuccess() bool

IsSuccess returns true when this get k8s cert p e m o k response has a 2xx status code

func (*GetK8sCertPEMOK) String added in v0.5.4

func (o *GetK8sCertPEMOK) String() string

type GetK8sCertPEMParams added in v0.5.4

type GetK8sCertPEMParams struct {

	// Input.
	Input *models.GetK8sCertPEMRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetK8sCertPEMParams contains all the parameters to send to the API endpoint

for the get k8s cert p e m operation.

Typically these are written to a http.Request.

func NewGetK8sCertPEMParams added in v0.5.4

func NewGetK8sCertPEMParams() *GetK8sCertPEMParams

NewGetK8sCertPEMParams creates a new GetK8sCertPEMParams 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 NewGetK8sCertPEMParamsWithContext added in v0.5.4

func NewGetK8sCertPEMParamsWithContext(ctx context.Context) *GetK8sCertPEMParams

NewGetK8sCertPEMParamsWithContext creates a new GetK8sCertPEMParams object with the ability to set a context for a request.

func NewGetK8sCertPEMParamsWithHTTPClient added in v0.5.4

func NewGetK8sCertPEMParamsWithHTTPClient(client *http.Client) *GetK8sCertPEMParams

NewGetK8sCertPEMParamsWithHTTPClient creates a new GetK8sCertPEMParams object with the ability to set a custom HTTPClient for a request.

func NewGetK8sCertPEMParamsWithTimeout added in v0.5.4

func NewGetK8sCertPEMParamsWithTimeout(timeout time.Duration) *GetK8sCertPEMParams

NewGetK8sCertPEMParamsWithTimeout creates a new GetK8sCertPEMParams object with the ability to set a timeout on a request.

func (*GetK8sCertPEMParams) SetContext added in v0.5.4

func (o *GetK8sCertPEMParams) SetContext(ctx context.Context)

SetContext adds the context to the get k8s cert p e m params

func (*GetK8sCertPEMParams) SetDefaults added in v0.5.4

func (o *GetK8sCertPEMParams) SetDefaults()

SetDefaults hydrates default values in the get k8s cert p e m params (not the query body).

All values with no default are reset to their zero value.

func (*GetK8sCertPEMParams) SetHTTPClient added in v0.5.4

func (o *GetK8sCertPEMParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get k8s cert p e m params

func (*GetK8sCertPEMParams) SetInput added in v0.5.4

func (o *GetK8sCertPEMParams) SetInput(input *models.GetK8sCertPEMRequest)

SetInput adds the input to the get k8s cert p e m params

func (*GetK8sCertPEMParams) SetTimeout added in v0.5.4

func (o *GetK8sCertPEMParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get k8s cert p e m params

func (*GetK8sCertPEMParams) WithContext added in v0.5.4

WithContext adds the context to the get k8s cert p e m params

func (*GetK8sCertPEMParams) WithDefaults added in v0.5.4

func (o *GetK8sCertPEMParams) WithDefaults() *GetK8sCertPEMParams

WithDefaults hydrates default values in the get k8s cert p e m params (not the query body).

All values with no default are reset to their zero value.

func (*GetK8sCertPEMParams) WithHTTPClient added in v0.5.4

func (o *GetK8sCertPEMParams) WithHTTPClient(client *http.Client) *GetK8sCertPEMParams

WithHTTPClient adds the HTTPClient to the get k8s cert p e m params

func (*GetK8sCertPEMParams) WithInput added in v0.5.4

WithInput adds the input to the get k8s cert p e m params

func (*GetK8sCertPEMParams) WithTimeout added in v0.5.4

func (o *GetK8sCertPEMParams) WithTimeout(timeout time.Duration) *GetK8sCertPEMParams

WithTimeout adds the timeout to the get k8s cert p e m params

func (*GetK8sCertPEMParams) WriteToRequest added in v0.5.4

func (o *GetK8sCertPEMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetK8sCertPEMReader added in v0.5.4

type GetK8sCertPEMReader struct {
	// contains filtered or unexported fields
}

GetK8sCertPEMReader is a Reader for the GetK8sCertPEM structure.

func (*GetK8sCertPEMReader) ReadResponse added in v0.5.4

func (o *GetK8sCertPEMReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLogsDefault

type GetLogsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetLogsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetLogsDefault

func NewGetLogsDefault(code int) *GetLogsDefault

NewGetLogsDefault creates a GetLogsDefault with default headers values

func (*GetLogsDefault) Code

func (o *GetLogsDefault) Code() int

Code gets the status code for the get logs default response

func (*GetLogsDefault) Error

func (o *GetLogsDefault) Error() string

func (*GetLogsDefault) GetPayload

func (o *GetLogsDefault) GetPayload() *models.Error

func (*GetLogsDefault) IsClientError

func (o *GetLogsDefault) IsClientError() bool

IsClientError returns true when this get logs default response has a 4xx status code

func (*GetLogsDefault) IsCode

func (o *GetLogsDefault) IsCode(code int) bool

IsCode returns true when this get logs default response a status code equal to that given

func (*GetLogsDefault) IsRedirect

func (o *GetLogsDefault) IsRedirect() bool

IsRedirect returns true when this get logs default response has a 3xx status code

func (*GetLogsDefault) IsServerError

func (o *GetLogsDefault) IsServerError() bool

IsServerError returns true when this get logs default response has a 5xx status code

func (*GetLogsDefault) IsSuccess

func (o *GetLogsDefault) IsSuccess() bool

IsSuccess returns true when this get logs default response has a 2xx status code

func (*GetLogsDefault) String

func (o *GetLogsDefault) String() string

type GetLogsOK

type GetLogsOK struct {
	Payload *models.GetLogsResponse
}

GetLogsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetLogsOK

func NewGetLogsOK() *GetLogsOK

NewGetLogsOK creates a GetLogsOK with default headers values

func (*GetLogsOK) Code

func (o *GetLogsOK) Code() int

Code gets the status code for the get logs o k response

func (*GetLogsOK) Error

func (o *GetLogsOK) Error() string

func (*GetLogsOK) GetPayload

func (o *GetLogsOK) GetPayload() *models.GetLogsResponse

func (*GetLogsOK) IsClientError

func (o *GetLogsOK) IsClientError() bool

IsClientError returns true when this get logs o k response has a 4xx status code

func (*GetLogsOK) IsCode

func (o *GetLogsOK) IsCode(code int) bool

IsCode returns true when this get logs o k response a status code equal to that given

func (*GetLogsOK) IsRedirect

func (o *GetLogsOK) IsRedirect() bool

IsRedirect returns true when this get logs o k response has a 3xx status code

func (*GetLogsOK) IsServerError

func (o *GetLogsOK) IsServerError() bool

IsServerError returns true when this get logs o k response has a 5xx status code

func (*GetLogsOK) IsSuccess

func (o *GetLogsOK) IsSuccess() bool

IsSuccess returns true when this get logs o k response has a 2xx status code

func (*GetLogsOK) String

func (o *GetLogsOK) String() string

type GetLogsParams

type GetLogsParams struct {

	// Input.
	Input *models.GetLogsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetLogsParams contains all the parameters to send to the API endpoint

for the get logs operation.

Typically these are written to a http.Request.

func NewGetLogsParams

func NewGetLogsParams() *GetLogsParams

NewGetLogsParams creates a new GetLogsParams 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 NewGetLogsParamsWithContext

func NewGetLogsParamsWithContext(ctx context.Context) *GetLogsParams

NewGetLogsParamsWithContext creates a new GetLogsParams object with the ability to set a context for a request.

func NewGetLogsParamsWithHTTPClient

func NewGetLogsParamsWithHTTPClient(client *http.Client) *GetLogsParams

NewGetLogsParamsWithHTTPClient creates a new GetLogsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogsParamsWithTimeout

func NewGetLogsParamsWithTimeout(timeout time.Duration) *GetLogsParams

NewGetLogsParamsWithTimeout creates a new GetLogsParams object with the ability to set a timeout on a request.

func (*GetLogsParams) SetContext

func (o *GetLogsParams) SetContext(ctx context.Context)

SetContext adds the context to the get logs params

func (*GetLogsParams) SetDefaults

func (o *GetLogsParams) SetDefaults()

SetDefaults hydrates default values in the get logs params (not the query body).

All values with no default are reset to their zero value.

func (*GetLogsParams) SetHTTPClient

func (o *GetLogsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get logs params

func (*GetLogsParams) SetInput

func (o *GetLogsParams) SetInput(input *models.GetLogsRequest)

SetInput adds the input to the get logs params

func (*GetLogsParams) SetTimeout

func (o *GetLogsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get logs params

func (*GetLogsParams) WithContext

func (o *GetLogsParams) WithContext(ctx context.Context) *GetLogsParams

WithContext adds the context to the get logs params

func (*GetLogsParams) WithDefaults

func (o *GetLogsParams) WithDefaults() *GetLogsParams

WithDefaults hydrates default values in the get logs params (not the query body).

All values with no default are reset to their zero value.

func (*GetLogsParams) WithHTTPClient

func (o *GetLogsParams) WithHTTPClient(client *http.Client) *GetLogsParams

WithHTTPClient adds the HTTPClient to the get logs params

func (*GetLogsParams) WithInput

func (o *GetLogsParams) WithInput(input *models.GetLogsRequest) *GetLogsParams

WithInput adds the input to the get logs params

func (*GetLogsParams) WithTimeout

func (o *GetLogsParams) WithTimeout(timeout time.Duration) *GetLogsParams

WithTimeout adds the timeout to the get logs params

func (*GetLogsParams) WriteToRequest

func (o *GetLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetLogsReader

type GetLogsReader struct {
	// contains filtered or unexported fields
}

GetLogsReader is a Reader for the GetLogs structure.

func (*GetLogsReader) ReadResponse

func (o *GetLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUpgradeDbcVersionsDefault

type GetUpgradeDbcVersionsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetUpgradeDbcVersionsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetUpgradeDbcVersionsDefault

func NewGetUpgradeDbcVersionsDefault(code int) *GetUpgradeDbcVersionsDefault

NewGetUpgradeDbcVersionsDefault creates a GetUpgradeDbcVersionsDefault with default headers values

func (*GetUpgradeDbcVersionsDefault) Code

Code gets the status code for the get upgrade dbc versions default response

func (*GetUpgradeDbcVersionsDefault) Error

func (*GetUpgradeDbcVersionsDefault) GetPayload

func (o *GetUpgradeDbcVersionsDefault) GetPayload() *models.Error

func (*GetUpgradeDbcVersionsDefault) IsClientError

func (o *GetUpgradeDbcVersionsDefault) IsClientError() bool

IsClientError returns true when this get upgrade dbc versions default response has a 4xx status code

func (*GetUpgradeDbcVersionsDefault) IsCode

func (o *GetUpgradeDbcVersionsDefault) IsCode(code int) bool

IsCode returns true when this get upgrade dbc versions default response a status code equal to that given

func (*GetUpgradeDbcVersionsDefault) IsRedirect

func (o *GetUpgradeDbcVersionsDefault) IsRedirect() bool

IsRedirect returns true when this get upgrade dbc versions default response has a 3xx status code

func (*GetUpgradeDbcVersionsDefault) IsServerError

func (o *GetUpgradeDbcVersionsDefault) IsServerError() bool

IsServerError returns true when this get upgrade dbc versions default response has a 5xx status code

func (*GetUpgradeDbcVersionsDefault) IsSuccess

func (o *GetUpgradeDbcVersionsDefault) IsSuccess() bool

IsSuccess returns true when this get upgrade dbc versions default response has a 2xx status code

func (*GetUpgradeDbcVersionsDefault) String

type GetUpgradeDbcVersionsOK

type GetUpgradeDbcVersionsOK struct {
	Payload *models.GetUpgradeDbcVersionsResponse
}

GetUpgradeDbcVersionsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetUpgradeDbcVersionsOK

func NewGetUpgradeDbcVersionsOK() *GetUpgradeDbcVersionsOK

NewGetUpgradeDbcVersionsOK creates a GetUpgradeDbcVersionsOK with default headers values

func (*GetUpgradeDbcVersionsOK) Code

func (o *GetUpgradeDbcVersionsOK) Code() int

Code gets the status code for the get upgrade dbc versions o k response

func (*GetUpgradeDbcVersionsOK) Error

func (o *GetUpgradeDbcVersionsOK) Error() string

func (*GetUpgradeDbcVersionsOK) GetPayload

func (*GetUpgradeDbcVersionsOK) IsClientError

func (o *GetUpgradeDbcVersionsOK) IsClientError() bool

IsClientError returns true when this get upgrade dbc versions o k response has a 4xx status code

func (*GetUpgradeDbcVersionsOK) IsCode

func (o *GetUpgradeDbcVersionsOK) IsCode(code int) bool

IsCode returns true when this get upgrade dbc versions o k response a status code equal to that given

func (*GetUpgradeDbcVersionsOK) IsRedirect

func (o *GetUpgradeDbcVersionsOK) IsRedirect() bool

IsRedirect returns true when this get upgrade dbc versions o k response has a 3xx status code

func (*GetUpgradeDbcVersionsOK) IsServerError

func (o *GetUpgradeDbcVersionsOK) IsServerError() bool

IsServerError returns true when this get upgrade dbc versions o k response has a 5xx status code

func (*GetUpgradeDbcVersionsOK) IsSuccess

func (o *GetUpgradeDbcVersionsOK) IsSuccess() bool

IsSuccess returns true when this get upgrade dbc versions o k response has a 2xx status code

func (*GetUpgradeDbcVersionsOK) String

func (o *GetUpgradeDbcVersionsOK) String() string

type GetUpgradeDbcVersionsParams

type GetUpgradeDbcVersionsParams struct {

	// Input.
	Input *models.GetUpgradeDbcVersionsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUpgradeDbcVersionsParams contains all the parameters to send to the API endpoint

for the get upgrade dbc versions operation.

Typically these are written to a http.Request.

func NewGetUpgradeDbcVersionsParams

func NewGetUpgradeDbcVersionsParams() *GetUpgradeDbcVersionsParams

NewGetUpgradeDbcVersionsParams creates a new GetUpgradeDbcVersionsParams 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 NewGetUpgradeDbcVersionsParamsWithContext

func NewGetUpgradeDbcVersionsParamsWithContext(ctx context.Context) *GetUpgradeDbcVersionsParams

NewGetUpgradeDbcVersionsParamsWithContext creates a new GetUpgradeDbcVersionsParams object with the ability to set a context for a request.

func NewGetUpgradeDbcVersionsParamsWithHTTPClient

func NewGetUpgradeDbcVersionsParamsWithHTTPClient(client *http.Client) *GetUpgradeDbcVersionsParams

NewGetUpgradeDbcVersionsParamsWithHTTPClient creates a new GetUpgradeDbcVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUpgradeDbcVersionsParamsWithTimeout

func NewGetUpgradeDbcVersionsParamsWithTimeout(timeout time.Duration) *GetUpgradeDbcVersionsParams

NewGetUpgradeDbcVersionsParamsWithTimeout creates a new GetUpgradeDbcVersionsParams object with the ability to set a timeout on a request.

func (*GetUpgradeDbcVersionsParams) SetContext

func (o *GetUpgradeDbcVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) SetDefaults

func (o *GetUpgradeDbcVersionsParams) SetDefaults()

SetDefaults hydrates default values in the get upgrade dbc versions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpgradeDbcVersionsParams) SetHTTPClient

func (o *GetUpgradeDbcVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) SetInput

SetInput adds the input to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) SetTimeout

func (o *GetUpgradeDbcVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) WithContext

WithContext adds the context to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) WithDefaults

WithDefaults hydrates default values in the get upgrade dbc versions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpgradeDbcVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) WithInput

WithInput adds the input to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) WithTimeout

WithTimeout adds the timeout to the get upgrade dbc versions params

func (*GetUpgradeDbcVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUpgradeDbcVersionsReader

type GetUpgradeDbcVersionsReader struct {
	// contains filtered or unexported fields
}

GetUpgradeDbcVersionsReader is a Reader for the GetUpgradeDbcVersions structure.

func (*GetUpgradeDbcVersionsReader) ReadResponse

func (o *GetUpgradeDbcVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUpgradeVwVersionsDefault

type GetUpgradeVwVersionsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetUpgradeVwVersionsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewGetUpgradeVwVersionsDefault

func NewGetUpgradeVwVersionsDefault(code int) *GetUpgradeVwVersionsDefault

NewGetUpgradeVwVersionsDefault creates a GetUpgradeVwVersionsDefault with default headers values

func (*GetUpgradeVwVersionsDefault) Code

func (o *GetUpgradeVwVersionsDefault) Code() int

Code gets the status code for the get upgrade vw versions default response

func (*GetUpgradeVwVersionsDefault) Error

func (*GetUpgradeVwVersionsDefault) GetPayload

func (o *GetUpgradeVwVersionsDefault) GetPayload() *models.Error

func (*GetUpgradeVwVersionsDefault) IsClientError

func (o *GetUpgradeVwVersionsDefault) IsClientError() bool

IsClientError returns true when this get upgrade vw versions default response has a 4xx status code

func (*GetUpgradeVwVersionsDefault) IsCode

func (o *GetUpgradeVwVersionsDefault) IsCode(code int) bool

IsCode returns true when this get upgrade vw versions default response a status code equal to that given

func (*GetUpgradeVwVersionsDefault) IsRedirect

func (o *GetUpgradeVwVersionsDefault) IsRedirect() bool

IsRedirect returns true when this get upgrade vw versions default response has a 3xx status code

func (*GetUpgradeVwVersionsDefault) IsServerError

func (o *GetUpgradeVwVersionsDefault) IsServerError() bool

IsServerError returns true when this get upgrade vw versions default response has a 5xx status code

func (*GetUpgradeVwVersionsDefault) IsSuccess

func (o *GetUpgradeVwVersionsDefault) IsSuccess() bool

IsSuccess returns true when this get upgrade vw versions default response has a 2xx status code

func (*GetUpgradeVwVersionsDefault) String

func (o *GetUpgradeVwVersionsDefault) String() string

type GetUpgradeVwVersionsOK

type GetUpgradeVwVersionsOK struct {
	Payload *models.GetUpgradeVwVersionsResponse
}

GetUpgradeVwVersionsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewGetUpgradeVwVersionsOK

func NewGetUpgradeVwVersionsOK() *GetUpgradeVwVersionsOK

NewGetUpgradeVwVersionsOK creates a GetUpgradeVwVersionsOK with default headers values

func (*GetUpgradeVwVersionsOK) Code

func (o *GetUpgradeVwVersionsOK) Code() int

Code gets the status code for the get upgrade vw versions o k response

func (*GetUpgradeVwVersionsOK) Error

func (o *GetUpgradeVwVersionsOK) Error() string

func (*GetUpgradeVwVersionsOK) GetPayload

func (*GetUpgradeVwVersionsOK) IsClientError

func (o *GetUpgradeVwVersionsOK) IsClientError() bool

IsClientError returns true when this get upgrade vw versions o k response has a 4xx status code

func (*GetUpgradeVwVersionsOK) IsCode

func (o *GetUpgradeVwVersionsOK) IsCode(code int) bool

IsCode returns true when this get upgrade vw versions o k response a status code equal to that given

func (*GetUpgradeVwVersionsOK) IsRedirect

func (o *GetUpgradeVwVersionsOK) IsRedirect() bool

IsRedirect returns true when this get upgrade vw versions o k response has a 3xx status code

func (*GetUpgradeVwVersionsOK) IsServerError

func (o *GetUpgradeVwVersionsOK) IsServerError() bool

IsServerError returns true when this get upgrade vw versions o k response has a 5xx status code

func (*GetUpgradeVwVersionsOK) IsSuccess

func (o *GetUpgradeVwVersionsOK) IsSuccess() bool

IsSuccess returns true when this get upgrade vw versions o k response has a 2xx status code

func (*GetUpgradeVwVersionsOK) String

func (o *GetUpgradeVwVersionsOK) String() string

type GetUpgradeVwVersionsParams

type GetUpgradeVwVersionsParams struct {

	// Input.
	Input *models.GetUpgradeVwVersionsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUpgradeVwVersionsParams contains all the parameters to send to the API endpoint

for the get upgrade vw versions operation.

Typically these are written to a http.Request.

func NewGetUpgradeVwVersionsParams

func NewGetUpgradeVwVersionsParams() *GetUpgradeVwVersionsParams

NewGetUpgradeVwVersionsParams creates a new GetUpgradeVwVersionsParams 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 NewGetUpgradeVwVersionsParamsWithContext

func NewGetUpgradeVwVersionsParamsWithContext(ctx context.Context) *GetUpgradeVwVersionsParams

NewGetUpgradeVwVersionsParamsWithContext creates a new GetUpgradeVwVersionsParams object with the ability to set a context for a request.

func NewGetUpgradeVwVersionsParamsWithHTTPClient

func NewGetUpgradeVwVersionsParamsWithHTTPClient(client *http.Client) *GetUpgradeVwVersionsParams

NewGetUpgradeVwVersionsParamsWithHTTPClient creates a new GetUpgradeVwVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUpgradeVwVersionsParamsWithTimeout

func NewGetUpgradeVwVersionsParamsWithTimeout(timeout time.Duration) *GetUpgradeVwVersionsParams

NewGetUpgradeVwVersionsParamsWithTimeout creates a new GetUpgradeVwVersionsParams object with the ability to set a timeout on a request.

func (*GetUpgradeVwVersionsParams) SetContext

func (o *GetUpgradeVwVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) SetDefaults

func (o *GetUpgradeVwVersionsParams) SetDefaults()

SetDefaults hydrates default values in the get upgrade vw versions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpgradeVwVersionsParams) SetHTTPClient

func (o *GetUpgradeVwVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) SetInput

SetInput adds the input to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) SetTimeout

func (o *GetUpgradeVwVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) WithContext

WithContext adds the context to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) WithDefaults

WithDefaults hydrates default values in the get upgrade vw versions params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpgradeVwVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) WithInput

WithInput adds the input to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) WithTimeout

WithTimeout adds the timeout to the get upgrade vw versions params

func (*GetUpgradeVwVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUpgradeVwVersionsReader

type GetUpgradeVwVersionsReader struct {
	// contains filtered or unexported fields
}

GetUpgradeVwVersionsReader is a Reader for the GetUpgradeVwVersions structure.

func (*GetUpgradeVwVersionsReader) ReadResponse

func (o *GetUpgradeVwVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type HealthCheckDefault

type HealthCheckDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

HealthCheckDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewHealthCheckDefault

func NewHealthCheckDefault(code int) *HealthCheckDefault

NewHealthCheckDefault creates a HealthCheckDefault with default headers values

func (*HealthCheckDefault) Code

func (o *HealthCheckDefault) Code() int

Code gets the status code for the health check default response

func (*HealthCheckDefault) Error

func (o *HealthCheckDefault) Error() string

func (*HealthCheckDefault) GetPayload

func (o *HealthCheckDefault) GetPayload() *models.Error

func (*HealthCheckDefault) IsClientError

func (o *HealthCheckDefault) IsClientError() bool

IsClientError returns true when this health check default response has a 4xx status code

func (*HealthCheckDefault) IsCode

func (o *HealthCheckDefault) IsCode(code int) bool

IsCode returns true when this health check default response a status code equal to that given

func (*HealthCheckDefault) IsRedirect

func (o *HealthCheckDefault) IsRedirect() bool

IsRedirect returns true when this health check default response has a 3xx status code

func (*HealthCheckDefault) IsServerError

func (o *HealthCheckDefault) IsServerError() bool

IsServerError returns true when this health check default response has a 5xx status code

func (*HealthCheckDefault) IsSuccess

func (o *HealthCheckDefault) IsSuccess() bool

IsSuccess returns true when this health check default response has a 2xx status code

func (*HealthCheckDefault) String

func (o *HealthCheckDefault) String() string

type HealthCheckOK

type HealthCheckOK struct {
	Payload *models.HealthCheckResponse
}

HealthCheckOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewHealthCheckOK

func NewHealthCheckOK() *HealthCheckOK

NewHealthCheckOK creates a HealthCheckOK with default headers values

func (*HealthCheckOK) Code

func (o *HealthCheckOK) Code() int

Code gets the status code for the health check o k response

func (*HealthCheckOK) Error

func (o *HealthCheckOK) Error() string

func (*HealthCheckOK) GetPayload

func (o *HealthCheckOK) GetPayload() *models.HealthCheckResponse

func (*HealthCheckOK) IsClientError

func (o *HealthCheckOK) IsClientError() bool

IsClientError returns true when this health check o k response has a 4xx status code

func (*HealthCheckOK) IsCode

func (o *HealthCheckOK) IsCode(code int) bool

IsCode returns true when this health check o k response a status code equal to that given

func (*HealthCheckOK) IsRedirect

func (o *HealthCheckOK) IsRedirect() bool

IsRedirect returns true when this health check o k response has a 3xx status code

func (*HealthCheckOK) IsServerError

func (o *HealthCheckOK) IsServerError() bool

IsServerError returns true when this health check o k response has a 5xx status code

func (*HealthCheckOK) IsSuccess

func (o *HealthCheckOK) IsSuccess() bool

IsSuccess returns true when this health check o k response has a 2xx status code

func (*HealthCheckOK) String

func (o *HealthCheckOK) String() string

type HealthCheckParams

type HealthCheckParams struct {

	// Input.
	Input models.HealthCheckRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

HealthCheckParams contains all the parameters to send to the API endpoint

for the health check operation.

Typically these are written to a http.Request.

func NewHealthCheckParams

func NewHealthCheckParams() *HealthCheckParams

NewHealthCheckParams creates a new HealthCheckParams 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 NewHealthCheckParamsWithContext

func NewHealthCheckParamsWithContext(ctx context.Context) *HealthCheckParams

NewHealthCheckParamsWithContext creates a new HealthCheckParams object with the ability to set a context for a request.

func NewHealthCheckParamsWithHTTPClient

func NewHealthCheckParamsWithHTTPClient(client *http.Client) *HealthCheckParams

NewHealthCheckParamsWithHTTPClient creates a new HealthCheckParams object with the ability to set a custom HTTPClient for a request.

func NewHealthCheckParamsWithTimeout

func NewHealthCheckParamsWithTimeout(timeout time.Duration) *HealthCheckParams

NewHealthCheckParamsWithTimeout creates a new HealthCheckParams object with the ability to set a timeout on a request.

func (*HealthCheckParams) SetContext

func (o *HealthCheckParams) SetContext(ctx context.Context)

SetContext adds the context to the health check params

func (*HealthCheckParams) SetDefaults

func (o *HealthCheckParams) SetDefaults()

SetDefaults hydrates default values in the health check params (not the query body).

All values with no default are reset to their zero value.

func (*HealthCheckParams) SetHTTPClient

func (o *HealthCheckParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the health check params

func (*HealthCheckParams) SetInput

func (o *HealthCheckParams) SetInput(input models.HealthCheckRequest)

SetInput adds the input to the health check params

func (*HealthCheckParams) SetTimeout

func (o *HealthCheckParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the health check params

func (*HealthCheckParams) WithContext

func (o *HealthCheckParams) WithContext(ctx context.Context) *HealthCheckParams

WithContext adds the context to the health check params

func (*HealthCheckParams) WithDefaults

func (o *HealthCheckParams) WithDefaults() *HealthCheckParams

WithDefaults hydrates default values in the health check params (not the query body).

All values with no default are reset to their zero value.

func (*HealthCheckParams) WithHTTPClient

func (o *HealthCheckParams) WithHTTPClient(client *http.Client) *HealthCheckParams

WithHTTPClient adds the HTTPClient to the health check params

func (*HealthCheckParams) WithInput

WithInput adds the input to the health check params

func (*HealthCheckParams) WithTimeout

func (o *HealthCheckParams) WithTimeout(timeout time.Duration) *HealthCheckParams

WithTimeout adds the timeout to the health check params

func (*HealthCheckParams) WriteToRequest

func (o *HealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type HealthCheckReader

type HealthCheckReader struct {
	// contains filtered or unexported fields
}

HealthCheckReader is a Reader for the HealthCheck structure.

func (*HealthCheckReader) ReadResponse

func (o *HealthCheckReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListBackupEntitiesDefault

type ListBackupEntitiesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListBackupEntitiesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListBackupEntitiesDefault

func NewListBackupEntitiesDefault(code int) *ListBackupEntitiesDefault

NewListBackupEntitiesDefault creates a ListBackupEntitiesDefault with default headers values

func (*ListBackupEntitiesDefault) Code

func (o *ListBackupEntitiesDefault) Code() int

Code gets the status code for the list backup entities default response

func (*ListBackupEntitiesDefault) Error

func (o *ListBackupEntitiesDefault) Error() string

func (*ListBackupEntitiesDefault) GetPayload

func (o *ListBackupEntitiesDefault) GetPayload() *models.Error

func (*ListBackupEntitiesDefault) IsClientError

func (o *ListBackupEntitiesDefault) IsClientError() bool

IsClientError returns true when this list backup entities default response has a 4xx status code

func (*ListBackupEntitiesDefault) IsCode

func (o *ListBackupEntitiesDefault) IsCode(code int) bool

IsCode returns true when this list backup entities default response a status code equal to that given

func (*ListBackupEntitiesDefault) IsRedirect

func (o *ListBackupEntitiesDefault) IsRedirect() bool

IsRedirect returns true when this list backup entities default response has a 3xx status code

func (*ListBackupEntitiesDefault) IsServerError

func (o *ListBackupEntitiesDefault) IsServerError() bool

IsServerError returns true when this list backup entities default response has a 5xx status code

func (*ListBackupEntitiesDefault) IsSuccess

func (o *ListBackupEntitiesDefault) IsSuccess() bool

IsSuccess returns true when this list backup entities default response has a 2xx status code

func (*ListBackupEntitiesDefault) String

func (o *ListBackupEntitiesDefault) String() string

type ListBackupEntitiesOK

type ListBackupEntitiesOK struct {
	Payload *models.ListBackupEntitiesResponse
}

ListBackupEntitiesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListBackupEntitiesOK

func NewListBackupEntitiesOK() *ListBackupEntitiesOK

NewListBackupEntitiesOK creates a ListBackupEntitiesOK with default headers values

func (*ListBackupEntitiesOK) Code

func (o *ListBackupEntitiesOK) Code() int

Code gets the status code for the list backup entities o k response

func (*ListBackupEntitiesOK) Error

func (o *ListBackupEntitiesOK) Error() string

func (*ListBackupEntitiesOK) GetPayload

func (*ListBackupEntitiesOK) IsClientError

func (o *ListBackupEntitiesOK) IsClientError() bool

IsClientError returns true when this list backup entities o k response has a 4xx status code

func (*ListBackupEntitiesOK) IsCode

func (o *ListBackupEntitiesOK) IsCode(code int) bool

IsCode returns true when this list backup entities o k response a status code equal to that given

func (*ListBackupEntitiesOK) IsRedirect

func (o *ListBackupEntitiesOK) IsRedirect() bool

IsRedirect returns true when this list backup entities o k response has a 3xx status code

func (*ListBackupEntitiesOK) IsServerError

func (o *ListBackupEntitiesOK) IsServerError() bool

IsServerError returns true when this list backup entities o k response has a 5xx status code

func (*ListBackupEntitiesOK) IsSuccess

func (o *ListBackupEntitiesOK) IsSuccess() bool

IsSuccess returns true when this list backup entities o k response has a 2xx status code

func (*ListBackupEntitiesOK) String

func (o *ListBackupEntitiesOK) String() string

type ListBackupEntitiesParams

type ListBackupEntitiesParams struct {

	// Input.
	Input models.ListBackupEntitiesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListBackupEntitiesParams contains all the parameters to send to the API endpoint

for the list backup entities operation.

Typically these are written to a http.Request.

func NewListBackupEntitiesParams

func NewListBackupEntitiesParams() *ListBackupEntitiesParams

NewListBackupEntitiesParams creates a new ListBackupEntitiesParams 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 NewListBackupEntitiesParamsWithContext

func NewListBackupEntitiesParamsWithContext(ctx context.Context) *ListBackupEntitiesParams

NewListBackupEntitiesParamsWithContext creates a new ListBackupEntitiesParams object with the ability to set a context for a request.

func NewListBackupEntitiesParamsWithHTTPClient

func NewListBackupEntitiesParamsWithHTTPClient(client *http.Client) *ListBackupEntitiesParams

NewListBackupEntitiesParamsWithHTTPClient creates a new ListBackupEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewListBackupEntitiesParamsWithTimeout

func NewListBackupEntitiesParamsWithTimeout(timeout time.Duration) *ListBackupEntitiesParams

NewListBackupEntitiesParamsWithTimeout creates a new ListBackupEntitiesParams object with the ability to set a timeout on a request.

func (*ListBackupEntitiesParams) SetContext

func (o *ListBackupEntitiesParams) SetContext(ctx context.Context)

SetContext adds the context to the list backup entities params

func (*ListBackupEntitiesParams) SetDefaults

func (o *ListBackupEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the list backup entities params (not the query body).

All values with no default are reset to their zero value.

func (*ListBackupEntitiesParams) SetHTTPClient

func (o *ListBackupEntitiesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list backup entities params

func (*ListBackupEntitiesParams) SetInput

SetInput adds the input to the list backup entities params

func (*ListBackupEntitiesParams) SetTimeout

func (o *ListBackupEntitiesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list backup entities params

func (*ListBackupEntitiesParams) WithContext

WithContext adds the context to the list backup entities params

func (*ListBackupEntitiesParams) WithDefaults

WithDefaults hydrates default values in the list backup entities params (not the query body).

All values with no default are reset to their zero value.

func (*ListBackupEntitiesParams) WithHTTPClient

func (o *ListBackupEntitiesParams) WithHTTPClient(client *http.Client) *ListBackupEntitiesParams

WithHTTPClient adds the HTTPClient to the list backup entities params

func (*ListBackupEntitiesParams) WithInput

WithInput adds the input to the list backup entities params

func (*ListBackupEntitiesParams) WithTimeout

WithTimeout adds the timeout to the list backup entities params

func (*ListBackupEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListBackupEntitiesReader

type ListBackupEntitiesReader struct {
	// contains filtered or unexported fields
}

ListBackupEntitiesReader is a Reader for the ListBackupEntities structure.

func (*ListBackupEntitiesReader) ReadResponse

func (o *ListBackupEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListBackupsDefault

type ListBackupsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListBackupsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListBackupsDefault

func NewListBackupsDefault(code int) *ListBackupsDefault

NewListBackupsDefault creates a ListBackupsDefault with default headers values

func (*ListBackupsDefault) Code

func (o *ListBackupsDefault) Code() int

Code gets the status code for the list backups default response

func (*ListBackupsDefault) Error

func (o *ListBackupsDefault) Error() string

func (*ListBackupsDefault) GetPayload

func (o *ListBackupsDefault) GetPayload() *models.Error

func (*ListBackupsDefault) IsClientError

func (o *ListBackupsDefault) IsClientError() bool

IsClientError returns true when this list backups default response has a 4xx status code

func (*ListBackupsDefault) IsCode

func (o *ListBackupsDefault) IsCode(code int) bool

IsCode returns true when this list backups default response a status code equal to that given

func (*ListBackupsDefault) IsRedirect

func (o *ListBackupsDefault) IsRedirect() bool

IsRedirect returns true when this list backups default response has a 3xx status code

func (*ListBackupsDefault) IsServerError

func (o *ListBackupsDefault) IsServerError() bool

IsServerError returns true when this list backups default response has a 5xx status code

func (*ListBackupsDefault) IsSuccess

func (o *ListBackupsDefault) IsSuccess() bool

IsSuccess returns true when this list backups default response has a 2xx status code

func (*ListBackupsDefault) String

func (o *ListBackupsDefault) String() string

type ListBackupsOK

type ListBackupsOK struct {
	Payload *models.ListBackupsResponse
}

ListBackupsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListBackupsOK

func NewListBackupsOK() *ListBackupsOK

NewListBackupsOK creates a ListBackupsOK with default headers values

func (*ListBackupsOK) Code

func (o *ListBackupsOK) Code() int

Code gets the status code for the list backups o k response

func (*ListBackupsOK) Error

func (o *ListBackupsOK) Error() string

func (*ListBackupsOK) GetPayload

func (o *ListBackupsOK) GetPayload() *models.ListBackupsResponse

func (*ListBackupsOK) IsClientError

func (o *ListBackupsOK) IsClientError() bool

IsClientError returns true when this list backups o k response has a 4xx status code

func (*ListBackupsOK) IsCode

func (o *ListBackupsOK) IsCode(code int) bool

IsCode returns true when this list backups o k response a status code equal to that given

func (*ListBackupsOK) IsRedirect

func (o *ListBackupsOK) IsRedirect() bool

IsRedirect returns true when this list backups o k response has a 3xx status code

func (*ListBackupsOK) IsServerError

func (o *ListBackupsOK) IsServerError() bool

IsServerError returns true when this list backups o k response has a 5xx status code

func (*ListBackupsOK) IsSuccess

func (o *ListBackupsOK) IsSuccess() bool

IsSuccess returns true when this list backups o k response has a 2xx status code

func (*ListBackupsOK) String

func (o *ListBackupsOK) String() string

type ListBackupsParams

type ListBackupsParams struct {

	// Input.
	Input *models.ListBackupsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListBackupsParams contains all the parameters to send to the API endpoint

for the list backups operation.

Typically these are written to a http.Request.

func NewListBackupsParams

func NewListBackupsParams() *ListBackupsParams

NewListBackupsParams creates a new ListBackupsParams 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 NewListBackupsParamsWithContext

func NewListBackupsParamsWithContext(ctx context.Context) *ListBackupsParams

NewListBackupsParamsWithContext creates a new ListBackupsParams object with the ability to set a context for a request.

func NewListBackupsParamsWithHTTPClient

func NewListBackupsParamsWithHTTPClient(client *http.Client) *ListBackupsParams

NewListBackupsParamsWithHTTPClient creates a new ListBackupsParams object with the ability to set a custom HTTPClient for a request.

func NewListBackupsParamsWithTimeout

func NewListBackupsParamsWithTimeout(timeout time.Duration) *ListBackupsParams

NewListBackupsParamsWithTimeout creates a new ListBackupsParams object with the ability to set a timeout on a request.

func (*ListBackupsParams) SetContext

func (o *ListBackupsParams) SetContext(ctx context.Context)

SetContext adds the context to the list backups params

func (*ListBackupsParams) SetDefaults

func (o *ListBackupsParams) SetDefaults()

SetDefaults hydrates default values in the list backups params (not the query body).

All values with no default are reset to their zero value.

func (*ListBackupsParams) SetHTTPClient

func (o *ListBackupsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list backups params

func (*ListBackupsParams) SetInput

func (o *ListBackupsParams) SetInput(input *models.ListBackupsRequest)

SetInput adds the input to the list backups params

func (*ListBackupsParams) SetTimeout

func (o *ListBackupsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list backups params

func (*ListBackupsParams) WithContext

func (o *ListBackupsParams) WithContext(ctx context.Context) *ListBackupsParams

WithContext adds the context to the list backups params

func (*ListBackupsParams) WithDefaults

func (o *ListBackupsParams) WithDefaults() *ListBackupsParams

WithDefaults hydrates default values in the list backups params (not the query body).

All values with no default are reset to their zero value.

func (*ListBackupsParams) WithHTTPClient

func (o *ListBackupsParams) WithHTTPClient(client *http.Client) *ListBackupsParams

WithHTTPClient adds the HTTPClient to the list backups params

func (*ListBackupsParams) WithInput

WithInput adds the input to the list backups params

func (*ListBackupsParams) WithTimeout

func (o *ListBackupsParams) WithTimeout(timeout time.Duration) *ListBackupsParams

WithTimeout adds the timeout to the list backups params

func (*ListBackupsParams) WriteToRequest

func (o *ListBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListBackupsReader

type ListBackupsReader struct {
	// contains filtered or unexported fields
}

ListBackupsReader is a Reader for the ListBackups structure.

func (*ListBackupsReader) ReadResponse

func (o *ListBackupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListClusterDiagnosticDataJobsDefault

type ListClusterDiagnosticDataJobsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListClusterDiagnosticDataJobsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListClusterDiagnosticDataJobsDefault

func NewListClusterDiagnosticDataJobsDefault(code int) *ListClusterDiagnosticDataJobsDefault

NewListClusterDiagnosticDataJobsDefault creates a ListClusterDiagnosticDataJobsDefault with default headers values

func (*ListClusterDiagnosticDataJobsDefault) Code

Code gets the status code for the list cluster diagnostic data jobs default response

func (*ListClusterDiagnosticDataJobsDefault) Error

func (*ListClusterDiagnosticDataJobsDefault) GetPayload

func (*ListClusterDiagnosticDataJobsDefault) IsClientError

func (o *ListClusterDiagnosticDataJobsDefault) IsClientError() bool

IsClientError returns true when this list cluster diagnostic data jobs default response has a 4xx status code

func (*ListClusterDiagnosticDataJobsDefault) IsCode

IsCode returns true when this list cluster diagnostic data jobs default response a status code equal to that given

func (*ListClusterDiagnosticDataJobsDefault) IsRedirect

IsRedirect returns true when this list cluster diagnostic data jobs default response has a 3xx status code

func (*ListClusterDiagnosticDataJobsDefault) IsServerError

func (o *ListClusterDiagnosticDataJobsDefault) IsServerError() bool

IsServerError returns true when this list cluster diagnostic data jobs default response has a 5xx status code

func (*ListClusterDiagnosticDataJobsDefault) IsSuccess

IsSuccess returns true when this list cluster diagnostic data jobs default response has a 2xx status code

func (*ListClusterDiagnosticDataJobsDefault) String

type ListClusterDiagnosticDataJobsOK

type ListClusterDiagnosticDataJobsOK struct {
	Payload *models.ListClusterDiagnosticDataJobsResponse
}

ListClusterDiagnosticDataJobsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListClusterDiagnosticDataJobsOK

func NewListClusterDiagnosticDataJobsOK() *ListClusterDiagnosticDataJobsOK

NewListClusterDiagnosticDataJobsOK creates a ListClusterDiagnosticDataJobsOK with default headers values

func (*ListClusterDiagnosticDataJobsOK) Code

Code gets the status code for the list cluster diagnostic data jobs o k response

func (*ListClusterDiagnosticDataJobsOK) Error

func (*ListClusterDiagnosticDataJobsOK) GetPayload

func (*ListClusterDiagnosticDataJobsOK) IsClientError

func (o *ListClusterDiagnosticDataJobsOK) IsClientError() bool

IsClientError returns true when this list cluster diagnostic data jobs o k response has a 4xx status code

func (*ListClusterDiagnosticDataJobsOK) IsCode

func (o *ListClusterDiagnosticDataJobsOK) IsCode(code int) bool

IsCode returns true when this list cluster diagnostic data jobs o k response a status code equal to that given

func (*ListClusterDiagnosticDataJobsOK) IsRedirect

func (o *ListClusterDiagnosticDataJobsOK) IsRedirect() bool

IsRedirect returns true when this list cluster diagnostic data jobs o k response has a 3xx status code

func (*ListClusterDiagnosticDataJobsOK) IsServerError

func (o *ListClusterDiagnosticDataJobsOK) IsServerError() bool

IsServerError returns true when this list cluster diagnostic data jobs o k response has a 5xx status code

func (*ListClusterDiagnosticDataJobsOK) IsSuccess

func (o *ListClusterDiagnosticDataJobsOK) IsSuccess() bool

IsSuccess returns true when this list cluster diagnostic data jobs o k response has a 2xx status code

func (*ListClusterDiagnosticDataJobsOK) String

type ListClusterDiagnosticDataJobsParams

type ListClusterDiagnosticDataJobsParams struct {

	// Input.
	Input *models.ListClusterDiagnosticDataJobsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListClusterDiagnosticDataJobsParams contains all the parameters to send to the API endpoint

for the list cluster diagnostic data jobs operation.

Typically these are written to a http.Request.

func NewListClusterDiagnosticDataJobsParams

func NewListClusterDiagnosticDataJobsParams() *ListClusterDiagnosticDataJobsParams

NewListClusterDiagnosticDataJobsParams creates a new ListClusterDiagnosticDataJobsParams 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 NewListClusterDiagnosticDataJobsParamsWithContext

func NewListClusterDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListClusterDiagnosticDataJobsParams

NewListClusterDiagnosticDataJobsParamsWithContext creates a new ListClusterDiagnosticDataJobsParams object with the ability to set a context for a request.

func NewListClusterDiagnosticDataJobsParamsWithHTTPClient

func NewListClusterDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListClusterDiagnosticDataJobsParams

NewListClusterDiagnosticDataJobsParamsWithHTTPClient creates a new ListClusterDiagnosticDataJobsParams object with the ability to set a custom HTTPClient for a request.

func NewListClusterDiagnosticDataJobsParamsWithTimeout

func NewListClusterDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListClusterDiagnosticDataJobsParams

NewListClusterDiagnosticDataJobsParamsWithTimeout creates a new ListClusterDiagnosticDataJobsParams object with the ability to set a timeout on a request.

func (*ListClusterDiagnosticDataJobsParams) SetContext

SetContext adds the context to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) SetDefaults

func (o *ListClusterDiagnosticDataJobsParams) SetDefaults()

SetDefaults hydrates default values in the list cluster diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListClusterDiagnosticDataJobsParams) SetHTTPClient

func (o *ListClusterDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) SetInput

SetInput adds the input to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) SetTimeout

func (o *ListClusterDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) WithContext

WithContext adds the context to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) WithDefaults

WithDefaults hydrates default values in the list cluster diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListClusterDiagnosticDataJobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) WithInput

WithInput adds the input to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) WithTimeout

WithTimeout adds the timeout to the list cluster diagnostic data jobs params

func (*ListClusterDiagnosticDataJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListClusterDiagnosticDataJobsReader

type ListClusterDiagnosticDataJobsReader struct {
	// contains filtered or unexported fields
}

ListClusterDiagnosticDataJobsReader is a Reader for the ListClusterDiagnosticDataJobs structure.

func (*ListClusterDiagnosticDataJobsReader) ReadResponse

func (o *ListClusterDiagnosticDataJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListClustersDefault

type ListClustersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListClustersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListClustersDefault

func NewListClustersDefault(code int) *ListClustersDefault

NewListClustersDefault creates a ListClustersDefault with default headers values

func (*ListClustersDefault) Code

func (o *ListClustersDefault) Code() int

Code gets the status code for the list clusters default response

func (*ListClustersDefault) Error

func (o *ListClustersDefault) Error() string

func (*ListClustersDefault) GetPayload

func (o *ListClustersDefault) GetPayload() *models.Error

func (*ListClustersDefault) IsClientError

func (o *ListClustersDefault) IsClientError() bool

IsClientError returns true when this list clusters default response has a 4xx status code

func (*ListClustersDefault) IsCode

func (o *ListClustersDefault) IsCode(code int) bool

IsCode returns true when this list clusters default response a status code equal to that given

func (*ListClustersDefault) IsRedirect

func (o *ListClustersDefault) IsRedirect() bool

IsRedirect returns true when this list clusters default response has a 3xx status code

func (*ListClustersDefault) IsServerError

func (o *ListClustersDefault) IsServerError() bool

IsServerError returns true when this list clusters default response has a 5xx status code

func (*ListClustersDefault) IsSuccess

func (o *ListClustersDefault) IsSuccess() bool

IsSuccess returns true when this list clusters default response has a 2xx status code

func (*ListClustersDefault) String

func (o *ListClustersDefault) String() string

type ListClustersOK

type ListClustersOK struct {
	Payload *models.ListClustersResponse
}

ListClustersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListClustersOK

func NewListClustersOK() *ListClustersOK

NewListClustersOK creates a ListClustersOK with default headers values

func (*ListClustersOK) Code

func (o *ListClustersOK) Code() int

Code gets the status code for the list clusters o k response

func (*ListClustersOK) Error

func (o *ListClustersOK) Error() string

func (*ListClustersOK) GetPayload

func (o *ListClustersOK) GetPayload() *models.ListClustersResponse

func (*ListClustersOK) IsClientError

func (o *ListClustersOK) IsClientError() bool

IsClientError returns true when this list clusters o k response has a 4xx status code

func (*ListClustersOK) IsCode

func (o *ListClustersOK) IsCode(code int) bool

IsCode returns true when this list clusters o k response a status code equal to that given

func (*ListClustersOK) IsRedirect

func (o *ListClustersOK) IsRedirect() bool

IsRedirect returns true when this list clusters o k response has a 3xx status code

func (*ListClustersOK) IsServerError

func (o *ListClustersOK) IsServerError() bool

IsServerError returns true when this list clusters o k response has a 5xx status code

func (*ListClustersOK) IsSuccess

func (o *ListClustersOK) IsSuccess() bool

IsSuccess returns true when this list clusters o k response has a 2xx status code

func (*ListClustersOK) String

func (o *ListClustersOK) String() string

type ListClustersParams

type ListClustersParams struct {

	// Input.
	Input *models.ListClustersRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListClustersParams contains all the parameters to send to the API endpoint

for the list clusters operation.

Typically these are written to a http.Request.

func NewListClustersParams

func NewListClustersParams() *ListClustersParams

NewListClustersParams creates a new ListClustersParams 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 NewListClustersParamsWithContext

func NewListClustersParamsWithContext(ctx context.Context) *ListClustersParams

NewListClustersParamsWithContext creates a new ListClustersParams object with the ability to set a context for a request.

func NewListClustersParamsWithHTTPClient

func NewListClustersParamsWithHTTPClient(client *http.Client) *ListClustersParams

NewListClustersParamsWithHTTPClient creates a new ListClustersParams object with the ability to set a custom HTTPClient for a request.

func NewListClustersParamsWithTimeout

func NewListClustersParamsWithTimeout(timeout time.Duration) *ListClustersParams

NewListClustersParamsWithTimeout creates a new ListClustersParams object with the ability to set a timeout on a request.

func (*ListClustersParams) SetContext

func (o *ListClustersParams) SetContext(ctx context.Context)

SetContext adds the context to the list clusters params

func (*ListClustersParams) SetDefaults

func (o *ListClustersParams) SetDefaults()

SetDefaults hydrates default values in the list clusters params (not the query body).

All values with no default are reset to their zero value.

func (*ListClustersParams) SetHTTPClient

func (o *ListClustersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list clusters params

func (*ListClustersParams) SetInput

func (o *ListClustersParams) SetInput(input *models.ListClustersRequest)

SetInput adds the input to the list clusters params

func (*ListClustersParams) SetTimeout

func (o *ListClustersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list clusters params

func (*ListClustersParams) WithContext

WithContext adds the context to the list clusters params

func (*ListClustersParams) WithDefaults

func (o *ListClustersParams) WithDefaults() *ListClustersParams

WithDefaults hydrates default values in the list clusters params (not the query body).

All values with no default are reset to their zero value.

func (*ListClustersParams) WithHTTPClient

func (o *ListClustersParams) WithHTTPClient(client *http.Client) *ListClustersParams

WithHTTPClient adds the HTTPClient to the list clusters params

func (*ListClustersParams) WithInput

WithInput adds the input to the list clusters params

func (*ListClustersParams) WithTimeout

func (o *ListClustersParams) WithTimeout(timeout time.Duration) *ListClustersParams

WithTimeout adds the timeout to the list clusters params

func (*ListClustersParams) WriteToRequest

func (o *ListClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListClustersReader

type ListClustersReader struct {
	// contains filtered or unexported fields
}

ListClustersReader is a Reader for the ListClusters structure.

func (*ListClustersReader) ReadResponse

func (o *ListClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDataVisualizationsDefault

type ListDataVisualizationsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDataVisualizationsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDataVisualizationsDefault

func NewListDataVisualizationsDefault(code int) *ListDataVisualizationsDefault

NewListDataVisualizationsDefault creates a ListDataVisualizationsDefault with default headers values

func (*ListDataVisualizationsDefault) Code

Code gets the status code for the list data visualizations default response

func (*ListDataVisualizationsDefault) Error

func (*ListDataVisualizationsDefault) GetPayload

func (o *ListDataVisualizationsDefault) GetPayload() *models.Error

func (*ListDataVisualizationsDefault) IsClientError

func (o *ListDataVisualizationsDefault) IsClientError() bool

IsClientError returns true when this list data visualizations default response has a 4xx status code

func (*ListDataVisualizationsDefault) IsCode

func (o *ListDataVisualizationsDefault) IsCode(code int) bool

IsCode returns true when this list data visualizations default response a status code equal to that given

func (*ListDataVisualizationsDefault) IsRedirect

func (o *ListDataVisualizationsDefault) IsRedirect() bool

IsRedirect returns true when this list data visualizations default response has a 3xx status code

func (*ListDataVisualizationsDefault) IsServerError

func (o *ListDataVisualizationsDefault) IsServerError() bool

IsServerError returns true when this list data visualizations default response has a 5xx status code

func (*ListDataVisualizationsDefault) IsSuccess

func (o *ListDataVisualizationsDefault) IsSuccess() bool

IsSuccess returns true when this list data visualizations default response has a 2xx status code

func (*ListDataVisualizationsDefault) String

type ListDataVisualizationsOK

type ListDataVisualizationsOK struct {
	Payload *models.ListDataVisualizationsResponse
}

ListDataVisualizationsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDataVisualizationsOK

func NewListDataVisualizationsOK() *ListDataVisualizationsOK

NewListDataVisualizationsOK creates a ListDataVisualizationsOK with default headers values

func (*ListDataVisualizationsOK) Code

func (o *ListDataVisualizationsOK) Code() int

Code gets the status code for the list data visualizations o k response

func (*ListDataVisualizationsOK) Error

func (o *ListDataVisualizationsOK) Error() string

func (*ListDataVisualizationsOK) GetPayload

func (*ListDataVisualizationsOK) IsClientError

func (o *ListDataVisualizationsOK) IsClientError() bool

IsClientError returns true when this list data visualizations o k response has a 4xx status code

func (*ListDataVisualizationsOK) IsCode

func (o *ListDataVisualizationsOK) IsCode(code int) bool

IsCode returns true when this list data visualizations o k response a status code equal to that given

func (*ListDataVisualizationsOK) IsRedirect

func (o *ListDataVisualizationsOK) IsRedirect() bool

IsRedirect returns true when this list data visualizations o k response has a 3xx status code

func (*ListDataVisualizationsOK) IsServerError

func (o *ListDataVisualizationsOK) IsServerError() bool

IsServerError returns true when this list data visualizations o k response has a 5xx status code

func (*ListDataVisualizationsOK) IsSuccess

func (o *ListDataVisualizationsOK) IsSuccess() bool

IsSuccess returns true when this list data visualizations o k response has a 2xx status code

func (*ListDataVisualizationsOK) String

func (o *ListDataVisualizationsOK) String() string

type ListDataVisualizationsParams

type ListDataVisualizationsParams struct {

	// Input.
	Input *models.ListDataVisualizationsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDataVisualizationsParams contains all the parameters to send to the API endpoint

for the list data visualizations operation.

Typically these are written to a http.Request.

func NewListDataVisualizationsParams

func NewListDataVisualizationsParams() *ListDataVisualizationsParams

NewListDataVisualizationsParams creates a new ListDataVisualizationsParams 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 NewListDataVisualizationsParamsWithContext

func NewListDataVisualizationsParamsWithContext(ctx context.Context) *ListDataVisualizationsParams

NewListDataVisualizationsParamsWithContext creates a new ListDataVisualizationsParams object with the ability to set a context for a request.

func NewListDataVisualizationsParamsWithHTTPClient

func NewListDataVisualizationsParamsWithHTTPClient(client *http.Client) *ListDataVisualizationsParams

NewListDataVisualizationsParamsWithHTTPClient creates a new ListDataVisualizationsParams object with the ability to set a custom HTTPClient for a request.

func NewListDataVisualizationsParamsWithTimeout

func NewListDataVisualizationsParamsWithTimeout(timeout time.Duration) *ListDataVisualizationsParams

NewListDataVisualizationsParamsWithTimeout creates a new ListDataVisualizationsParams object with the ability to set a timeout on a request.

func (*ListDataVisualizationsParams) SetContext

func (o *ListDataVisualizationsParams) SetContext(ctx context.Context)

SetContext adds the context to the list data visualizations params

func (*ListDataVisualizationsParams) SetDefaults

func (o *ListDataVisualizationsParams) SetDefaults()

SetDefaults hydrates default values in the list data visualizations params (not the query body).

All values with no default are reset to their zero value.

func (*ListDataVisualizationsParams) SetHTTPClient

func (o *ListDataVisualizationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list data visualizations params

func (*ListDataVisualizationsParams) SetInput

SetInput adds the input to the list data visualizations params

func (*ListDataVisualizationsParams) SetTimeout

func (o *ListDataVisualizationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list data visualizations params

func (*ListDataVisualizationsParams) WithContext

WithContext adds the context to the list data visualizations params

func (*ListDataVisualizationsParams) WithDefaults

WithDefaults hydrates default values in the list data visualizations params (not the query body).

All values with no default are reset to their zero value.

func (*ListDataVisualizationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list data visualizations params

func (*ListDataVisualizationsParams) WithInput

WithInput adds the input to the list data visualizations params

func (*ListDataVisualizationsParams) WithTimeout

WithTimeout adds the timeout to the list data visualizations params

func (*ListDataVisualizationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListDataVisualizationsReader

type ListDataVisualizationsReader struct {
	// contains filtered or unexported fields
}

ListDataVisualizationsReader is a Reader for the ListDataVisualizations structure.

func (*ListDataVisualizationsReader) ReadResponse

func (o *ListDataVisualizationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDbcConfigsDefault

type ListDbcConfigsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDbcConfigsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDbcConfigsDefault

func NewListDbcConfigsDefault(code int) *ListDbcConfigsDefault

NewListDbcConfigsDefault creates a ListDbcConfigsDefault with default headers values

func (*ListDbcConfigsDefault) Code

func (o *ListDbcConfigsDefault) Code() int

Code gets the status code for the list dbc configs default response

func (*ListDbcConfigsDefault) Error

func (o *ListDbcConfigsDefault) Error() string

func (*ListDbcConfigsDefault) GetPayload

func (o *ListDbcConfigsDefault) GetPayload() *models.Error

func (*ListDbcConfigsDefault) IsClientError

func (o *ListDbcConfigsDefault) IsClientError() bool

IsClientError returns true when this list dbc configs default response has a 4xx status code

func (*ListDbcConfigsDefault) IsCode

func (o *ListDbcConfigsDefault) IsCode(code int) bool

IsCode returns true when this list dbc configs default response a status code equal to that given

func (*ListDbcConfigsDefault) IsRedirect

func (o *ListDbcConfigsDefault) IsRedirect() bool

IsRedirect returns true when this list dbc configs default response has a 3xx status code

func (*ListDbcConfigsDefault) IsServerError

func (o *ListDbcConfigsDefault) IsServerError() bool

IsServerError returns true when this list dbc configs default response has a 5xx status code

func (*ListDbcConfigsDefault) IsSuccess

func (o *ListDbcConfigsDefault) IsSuccess() bool

IsSuccess returns true when this list dbc configs default response has a 2xx status code

func (*ListDbcConfigsDefault) String

func (o *ListDbcConfigsDefault) String() string

type ListDbcConfigsOK

type ListDbcConfigsOK struct {
	Payload *models.ListDbcConfigsResponse
}

ListDbcConfigsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDbcConfigsOK

func NewListDbcConfigsOK() *ListDbcConfigsOK

NewListDbcConfigsOK creates a ListDbcConfigsOK with default headers values

func (*ListDbcConfigsOK) Code

func (o *ListDbcConfigsOK) Code() int

Code gets the status code for the list dbc configs o k response

func (*ListDbcConfigsOK) Error

func (o *ListDbcConfigsOK) Error() string

func (*ListDbcConfigsOK) GetPayload

func (*ListDbcConfigsOK) IsClientError

func (o *ListDbcConfigsOK) IsClientError() bool

IsClientError returns true when this list dbc configs o k response has a 4xx status code

func (*ListDbcConfigsOK) IsCode

func (o *ListDbcConfigsOK) IsCode(code int) bool

IsCode returns true when this list dbc configs o k response a status code equal to that given

func (*ListDbcConfigsOK) IsRedirect

func (o *ListDbcConfigsOK) IsRedirect() bool

IsRedirect returns true when this list dbc configs o k response has a 3xx status code

func (*ListDbcConfigsOK) IsServerError

func (o *ListDbcConfigsOK) IsServerError() bool

IsServerError returns true when this list dbc configs o k response has a 5xx status code

func (*ListDbcConfigsOK) IsSuccess

func (o *ListDbcConfigsOK) IsSuccess() bool

IsSuccess returns true when this list dbc configs o k response has a 2xx status code

func (*ListDbcConfigsOK) String

func (o *ListDbcConfigsOK) String() string

type ListDbcConfigsParams

type ListDbcConfigsParams struct {

	// Input.
	Input *models.ListDbcConfigsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDbcConfigsParams contains all the parameters to send to the API endpoint

for the list dbc configs operation.

Typically these are written to a http.Request.

func NewListDbcConfigsParams

func NewListDbcConfigsParams() *ListDbcConfigsParams

NewListDbcConfigsParams creates a new ListDbcConfigsParams 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 NewListDbcConfigsParamsWithContext

func NewListDbcConfigsParamsWithContext(ctx context.Context) *ListDbcConfigsParams

NewListDbcConfigsParamsWithContext creates a new ListDbcConfigsParams object with the ability to set a context for a request.

func NewListDbcConfigsParamsWithHTTPClient

func NewListDbcConfigsParamsWithHTTPClient(client *http.Client) *ListDbcConfigsParams

NewListDbcConfigsParamsWithHTTPClient creates a new ListDbcConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewListDbcConfigsParamsWithTimeout

func NewListDbcConfigsParamsWithTimeout(timeout time.Duration) *ListDbcConfigsParams

NewListDbcConfigsParamsWithTimeout creates a new ListDbcConfigsParams object with the ability to set a timeout on a request.

func (*ListDbcConfigsParams) SetContext

func (o *ListDbcConfigsParams) SetContext(ctx context.Context)

SetContext adds the context to the list dbc configs params

func (*ListDbcConfigsParams) SetDefaults

func (o *ListDbcConfigsParams) SetDefaults()

SetDefaults hydrates default values in the list dbc configs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcConfigsParams) SetHTTPClient

func (o *ListDbcConfigsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list dbc configs params

func (*ListDbcConfigsParams) SetInput

SetInput adds the input to the list dbc configs params

func (*ListDbcConfigsParams) SetTimeout

func (o *ListDbcConfigsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list dbc configs params

func (*ListDbcConfigsParams) WithContext

WithContext adds the context to the list dbc configs params

func (*ListDbcConfigsParams) WithDefaults

func (o *ListDbcConfigsParams) WithDefaults() *ListDbcConfigsParams

WithDefaults hydrates default values in the list dbc configs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcConfigsParams) WithHTTPClient

func (o *ListDbcConfigsParams) WithHTTPClient(client *http.Client) *ListDbcConfigsParams

WithHTTPClient adds the HTTPClient to the list dbc configs params

func (*ListDbcConfigsParams) WithInput

WithInput adds the input to the list dbc configs params

func (*ListDbcConfigsParams) WithTimeout

func (o *ListDbcConfigsParams) WithTimeout(timeout time.Duration) *ListDbcConfigsParams

WithTimeout adds the timeout to the list dbc configs params

func (*ListDbcConfigsParams) WriteToRequest

func (o *ListDbcConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDbcConfigsReader

type ListDbcConfigsReader struct {
	// contains filtered or unexported fields
}

ListDbcConfigsReader is a Reader for the ListDbcConfigs structure.

func (*ListDbcConfigsReader) ReadResponse

func (o *ListDbcConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDbcDiagnosticDataJobsDefault

type ListDbcDiagnosticDataJobsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDbcDiagnosticDataJobsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDbcDiagnosticDataJobsDefault

func NewListDbcDiagnosticDataJobsDefault(code int) *ListDbcDiagnosticDataJobsDefault

NewListDbcDiagnosticDataJobsDefault creates a ListDbcDiagnosticDataJobsDefault with default headers values

func (*ListDbcDiagnosticDataJobsDefault) Code

Code gets the status code for the list dbc diagnostic data jobs default response

func (*ListDbcDiagnosticDataJobsDefault) Error

func (*ListDbcDiagnosticDataJobsDefault) GetPayload

func (*ListDbcDiagnosticDataJobsDefault) IsClientError

func (o *ListDbcDiagnosticDataJobsDefault) IsClientError() bool

IsClientError returns true when this list dbc diagnostic data jobs default response has a 4xx status code

func (*ListDbcDiagnosticDataJobsDefault) IsCode

func (o *ListDbcDiagnosticDataJobsDefault) IsCode(code int) bool

IsCode returns true when this list dbc diagnostic data jobs default response a status code equal to that given

func (*ListDbcDiagnosticDataJobsDefault) IsRedirect

func (o *ListDbcDiagnosticDataJobsDefault) IsRedirect() bool

IsRedirect returns true when this list dbc diagnostic data jobs default response has a 3xx status code

func (*ListDbcDiagnosticDataJobsDefault) IsServerError

func (o *ListDbcDiagnosticDataJobsDefault) IsServerError() bool

IsServerError returns true when this list dbc diagnostic data jobs default response has a 5xx status code

func (*ListDbcDiagnosticDataJobsDefault) IsSuccess

func (o *ListDbcDiagnosticDataJobsDefault) IsSuccess() bool

IsSuccess returns true when this list dbc diagnostic data jobs default response has a 2xx status code

func (*ListDbcDiagnosticDataJobsDefault) String

type ListDbcDiagnosticDataJobsOK

type ListDbcDiagnosticDataJobsOK struct {
	Payload *models.ListDbcDiagnosticDataJobsResponse
}

ListDbcDiagnosticDataJobsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDbcDiagnosticDataJobsOK

func NewListDbcDiagnosticDataJobsOK() *ListDbcDiagnosticDataJobsOK

NewListDbcDiagnosticDataJobsOK creates a ListDbcDiagnosticDataJobsOK with default headers values

func (*ListDbcDiagnosticDataJobsOK) Code

func (o *ListDbcDiagnosticDataJobsOK) Code() int

Code gets the status code for the list dbc diagnostic data jobs o k response

func (*ListDbcDiagnosticDataJobsOK) Error

func (*ListDbcDiagnosticDataJobsOK) GetPayload

func (*ListDbcDiagnosticDataJobsOK) IsClientError

func (o *ListDbcDiagnosticDataJobsOK) IsClientError() bool

IsClientError returns true when this list dbc diagnostic data jobs o k response has a 4xx status code

func (*ListDbcDiagnosticDataJobsOK) IsCode

func (o *ListDbcDiagnosticDataJobsOK) IsCode(code int) bool

IsCode returns true when this list dbc diagnostic data jobs o k response a status code equal to that given

func (*ListDbcDiagnosticDataJobsOK) IsRedirect

func (o *ListDbcDiagnosticDataJobsOK) IsRedirect() bool

IsRedirect returns true when this list dbc diagnostic data jobs o k response has a 3xx status code

func (*ListDbcDiagnosticDataJobsOK) IsServerError

func (o *ListDbcDiagnosticDataJobsOK) IsServerError() bool

IsServerError returns true when this list dbc diagnostic data jobs o k response has a 5xx status code

func (*ListDbcDiagnosticDataJobsOK) IsSuccess

func (o *ListDbcDiagnosticDataJobsOK) IsSuccess() bool

IsSuccess returns true when this list dbc diagnostic data jobs o k response has a 2xx status code

func (*ListDbcDiagnosticDataJobsOK) String

func (o *ListDbcDiagnosticDataJobsOK) String() string

type ListDbcDiagnosticDataJobsParams

type ListDbcDiagnosticDataJobsParams struct {

	// Input.
	Input *models.ListDbcDiagnosticDataJobsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDbcDiagnosticDataJobsParams contains all the parameters to send to the API endpoint

for the list dbc diagnostic data jobs operation.

Typically these are written to a http.Request.

func NewListDbcDiagnosticDataJobsParams

func NewListDbcDiagnosticDataJobsParams() *ListDbcDiagnosticDataJobsParams

NewListDbcDiagnosticDataJobsParams creates a new ListDbcDiagnosticDataJobsParams 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 NewListDbcDiagnosticDataJobsParamsWithContext

func NewListDbcDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListDbcDiagnosticDataJobsParams

NewListDbcDiagnosticDataJobsParamsWithContext creates a new ListDbcDiagnosticDataJobsParams object with the ability to set a context for a request.

func NewListDbcDiagnosticDataJobsParamsWithHTTPClient

func NewListDbcDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListDbcDiagnosticDataJobsParams

NewListDbcDiagnosticDataJobsParamsWithHTTPClient creates a new ListDbcDiagnosticDataJobsParams object with the ability to set a custom HTTPClient for a request.

func NewListDbcDiagnosticDataJobsParamsWithTimeout

func NewListDbcDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListDbcDiagnosticDataJobsParams

NewListDbcDiagnosticDataJobsParamsWithTimeout creates a new ListDbcDiagnosticDataJobsParams object with the ability to set a timeout on a request.

func (*ListDbcDiagnosticDataJobsParams) SetContext

func (o *ListDbcDiagnosticDataJobsParams) SetContext(ctx context.Context)

SetContext adds the context to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) SetDefaults

func (o *ListDbcDiagnosticDataJobsParams) SetDefaults()

SetDefaults hydrates default values in the list dbc diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcDiagnosticDataJobsParams) SetHTTPClient

func (o *ListDbcDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) SetInput

SetInput adds the input to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) SetTimeout

func (o *ListDbcDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) WithContext

WithContext adds the context to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) WithDefaults

WithDefaults hydrates default values in the list dbc diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcDiagnosticDataJobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) WithInput

WithInput adds the input to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) WithTimeout

WithTimeout adds the timeout to the list dbc diagnostic data jobs params

func (*ListDbcDiagnosticDataJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListDbcDiagnosticDataJobsReader

type ListDbcDiagnosticDataJobsReader struct {
	// contains filtered or unexported fields
}

ListDbcDiagnosticDataJobsReader is a Reader for the ListDbcDiagnosticDataJobs structure.

func (*ListDbcDiagnosticDataJobsReader) ReadResponse

func (o *ListDbcDiagnosticDataJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDbcEventsDefault

type ListDbcEventsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDbcEventsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDbcEventsDefault

func NewListDbcEventsDefault(code int) *ListDbcEventsDefault

NewListDbcEventsDefault creates a ListDbcEventsDefault with default headers values

func (*ListDbcEventsDefault) Code

func (o *ListDbcEventsDefault) Code() int

Code gets the status code for the list dbc events default response

func (*ListDbcEventsDefault) Error

func (o *ListDbcEventsDefault) Error() string

func (*ListDbcEventsDefault) GetPayload

func (o *ListDbcEventsDefault) GetPayload() *models.Error

func (*ListDbcEventsDefault) IsClientError

func (o *ListDbcEventsDefault) IsClientError() bool

IsClientError returns true when this list dbc events default response has a 4xx status code

func (*ListDbcEventsDefault) IsCode

func (o *ListDbcEventsDefault) IsCode(code int) bool

IsCode returns true when this list dbc events default response a status code equal to that given

func (*ListDbcEventsDefault) IsRedirect

func (o *ListDbcEventsDefault) IsRedirect() bool

IsRedirect returns true when this list dbc events default response has a 3xx status code

func (*ListDbcEventsDefault) IsServerError

func (o *ListDbcEventsDefault) IsServerError() bool

IsServerError returns true when this list dbc events default response has a 5xx status code

func (*ListDbcEventsDefault) IsSuccess

func (o *ListDbcEventsDefault) IsSuccess() bool

IsSuccess returns true when this list dbc events default response has a 2xx status code

func (*ListDbcEventsDefault) String

func (o *ListDbcEventsDefault) String() string

type ListDbcEventsOK

type ListDbcEventsOK struct {
	Payload *models.ListDbcEventsResponse
}

ListDbcEventsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDbcEventsOK

func NewListDbcEventsOK() *ListDbcEventsOK

NewListDbcEventsOK creates a ListDbcEventsOK with default headers values

func (*ListDbcEventsOK) Code

func (o *ListDbcEventsOK) Code() int

Code gets the status code for the list dbc events o k response

func (*ListDbcEventsOK) Error

func (o *ListDbcEventsOK) Error() string

func (*ListDbcEventsOK) GetPayload

func (o *ListDbcEventsOK) GetPayload() *models.ListDbcEventsResponse

func (*ListDbcEventsOK) IsClientError

func (o *ListDbcEventsOK) IsClientError() bool

IsClientError returns true when this list dbc events o k response has a 4xx status code

func (*ListDbcEventsOK) IsCode

func (o *ListDbcEventsOK) IsCode(code int) bool

IsCode returns true when this list dbc events o k response a status code equal to that given

func (*ListDbcEventsOK) IsRedirect

func (o *ListDbcEventsOK) IsRedirect() bool

IsRedirect returns true when this list dbc events o k response has a 3xx status code

func (*ListDbcEventsOK) IsServerError

func (o *ListDbcEventsOK) IsServerError() bool

IsServerError returns true when this list dbc events o k response has a 5xx status code

func (*ListDbcEventsOK) IsSuccess

func (o *ListDbcEventsOK) IsSuccess() bool

IsSuccess returns true when this list dbc events o k response has a 2xx status code

func (*ListDbcEventsOK) String

func (o *ListDbcEventsOK) String() string

type ListDbcEventsParams

type ListDbcEventsParams struct {

	// Input.
	Input *models.ListDbcEventsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDbcEventsParams contains all the parameters to send to the API endpoint

for the list dbc events operation.

Typically these are written to a http.Request.

func NewListDbcEventsParams

func NewListDbcEventsParams() *ListDbcEventsParams

NewListDbcEventsParams creates a new ListDbcEventsParams 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 NewListDbcEventsParamsWithContext

func NewListDbcEventsParamsWithContext(ctx context.Context) *ListDbcEventsParams

NewListDbcEventsParamsWithContext creates a new ListDbcEventsParams object with the ability to set a context for a request.

func NewListDbcEventsParamsWithHTTPClient

func NewListDbcEventsParamsWithHTTPClient(client *http.Client) *ListDbcEventsParams

NewListDbcEventsParamsWithHTTPClient creates a new ListDbcEventsParams object with the ability to set a custom HTTPClient for a request.

func NewListDbcEventsParamsWithTimeout

func NewListDbcEventsParamsWithTimeout(timeout time.Duration) *ListDbcEventsParams

NewListDbcEventsParamsWithTimeout creates a new ListDbcEventsParams object with the ability to set a timeout on a request.

func (*ListDbcEventsParams) SetContext

func (o *ListDbcEventsParams) SetContext(ctx context.Context)

SetContext adds the context to the list dbc events params

func (*ListDbcEventsParams) SetDefaults

func (o *ListDbcEventsParams) SetDefaults()

SetDefaults hydrates default values in the list dbc events params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcEventsParams) SetHTTPClient

func (o *ListDbcEventsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list dbc events params

func (*ListDbcEventsParams) SetInput

func (o *ListDbcEventsParams) SetInput(input *models.ListDbcEventsRequest)

SetInput adds the input to the list dbc events params

func (*ListDbcEventsParams) SetTimeout

func (o *ListDbcEventsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list dbc events params

func (*ListDbcEventsParams) WithContext

WithContext adds the context to the list dbc events params

func (*ListDbcEventsParams) WithDefaults

func (o *ListDbcEventsParams) WithDefaults() *ListDbcEventsParams

WithDefaults hydrates default values in the list dbc events params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcEventsParams) WithHTTPClient

func (o *ListDbcEventsParams) WithHTTPClient(client *http.Client) *ListDbcEventsParams

WithHTTPClient adds the HTTPClient to the list dbc events params

func (*ListDbcEventsParams) WithInput

WithInput adds the input to the list dbc events params

func (*ListDbcEventsParams) WithTimeout

func (o *ListDbcEventsParams) WithTimeout(timeout time.Duration) *ListDbcEventsParams

WithTimeout adds the timeout to the list dbc events params

func (*ListDbcEventsParams) WriteToRequest

func (o *ListDbcEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDbcEventsReader

type ListDbcEventsReader struct {
	// contains filtered or unexported fields
}

ListDbcEventsReader is a Reader for the ListDbcEvents structure.

func (*ListDbcEventsReader) ReadResponse

func (o *ListDbcEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDbcsDefault

type ListDbcsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDbcsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListDbcsDefault

func NewListDbcsDefault(code int) *ListDbcsDefault

NewListDbcsDefault creates a ListDbcsDefault with default headers values

func (*ListDbcsDefault) Code

func (o *ListDbcsDefault) Code() int

Code gets the status code for the list dbcs default response

func (*ListDbcsDefault) Error

func (o *ListDbcsDefault) Error() string

func (*ListDbcsDefault) GetPayload

func (o *ListDbcsDefault) GetPayload() *models.Error

func (*ListDbcsDefault) IsClientError

func (o *ListDbcsDefault) IsClientError() bool

IsClientError returns true when this list dbcs default response has a 4xx status code

func (*ListDbcsDefault) IsCode

func (o *ListDbcsDefault) IsCode(code int) bool

IsCode returns true when this list dbcs default response a status code equal to that given

func (*ListDbcsDefault) IsRedirect

func (o *ListDbcsDefault) IsRedirect() bool

IsRedirect returns true when this list dbcs default response has a 3xx status code

func (*ListDbcsDefault) IsServerError

func (o *ListDbcsDefault) IsServerError() bool

IsServerError returns true when this list dbcs default response has a 5xx status code

func (*ListDbcsDefault) IsSuccess

func (o *ListDbcsDefault) IsSuccess() bool

IsSuccess returns true when this list dbcs default response has a 2xx status code

func (*ListDbcsDefault) String

func (o *ListDbcsDefault) String() string

type ListDbcsOK

type ListDbcsOK struct {
	Payload *models.ListDbcsResponse
}

ListDbcsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListDbcsOK

func NewListDbcsOK() *ListDbcsOK

NewListDbcsOK creates a ListDbcsOK with default headers values

func (*ListDbcsOK) Code

func (o *ListDbcsOK) Code() int

Code gets the status code for the list dbcs o k response

func (*ListDbcsOK) Error

func (o *ListDbcsOK) Error() string

func (*ListDbcsOK) GetPayload

func (o *ListDbcsOK) GetPayload() *models.ListDbcsResponse

func (*ListDbcsOK) IsClientError

func (o *ListDbcsOK) IsClientError() bool

IsClientError returns true when this list dbcs o k response has a 4xx status code

func (*ListDbcsOK) IsCode

func (o *ListDbcsOK) IsCode(code int) bool

IsCode returns true when this list dbcs o k response a status code equal to that given

func (*ListDbcsOK) IsRedirect

func (o *ListDbcsOK) IsRedirect() bool

IsRedirect returns true when this list dbcs o k response has a 3xx status code

func (*ListDbcsOK) IsServerError

func (o *ListDbcsOK) IsServerError() bool

IsServerError returns true when this list dbcs o k response has a 5xx status code

func (*ListDbcsOK) IsSuccess

func (o *ListDbcsOK) IsSuccess() bool

IsSuccess returns true when this list dbcs o k response has a 2xx status code

func (*ListDbcsOK) String

func (o *ListDbcsOK) String() string

type ListDbcsParams

type ListDbcsParams struct {

	// Input.
	Input *models.ListDbcsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDbcsParams contains all the parameters to send to the API endpoint

for the list dbcs operation.

Typically these are written to a http.Request.

func NewListDbcsParams

func NewListDbcsParams() *ListDbcsParams

NewListDbcsParams creates a new ListDbcsParams 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 NewListDbcsParamsWithContext

func NewListDbcsParamsWithContext(ctx context.Context) *ListDbcsParams

NewListDbcsParamsWithContext creates a new ListDbcsParams object with the ability to set a context for a request.

func NewListDbcsParamsWithHTTPClient

func NewListDbcsParamsWithHTTPClient(client *http.Client) *ListDbcsParams

NewListDbcsParamsWithHTTPClient creates a new ListDbcsParams object with the ability to set a custom HTTPClient for a request.

func NewListDbcsParamsWithTimeout

func NewListDbcsParamsWithTimeout(timeout time.Duration) *ListDbcsParams

NewListDbcsParamsWithTimeout creates a new ListDbcsParams object with the ability to set a timeout on a request.

func (*ListDbcsParams) SetContext

func (o *ListDbcsParams) SetContext(ctx context.Context)

SetContext adds the context to the list dbcs params

func (*ListDbcsParams) SetDefaults

func (o *ListDbcsParams) SetDefaults()

SetDefaults hydrates default values in the list dbcs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcsParams) SetHTTPClient

func (o *ListDbcsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list dbcs params

func (*ListDbcsParams) SetInput

func (o *ListDbcsParams) SetInput(input *models.ListDbcsRequest)

SetInput adds the input to the list dbcs params

func (*ListDbcsParams) SetTimeout

func (o *ListDbcsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list dbcs params

func (*ListDbcsParams) WithContext

func (o *ListDbcsParams) WithContext(ctx context.Context) *ListDbcsParams

WithContext adds the context to the list dbcs params

func (*ListDbcsParams) WithDefaults

func (o *ListDbcsParams) WithDefaults() *ListDbcsParams

WithDefaults hydrates default values in the list dbcs params (not the query body).

All values with no default are reset to their zero value.

func (*ListDbcsParams) WithHTTPClient

func (o *ListDbcsParams) WithHTTPClient(client *http.Client) *ListDbcsParams

WithHTTPClient adds the HTTPClient to the list dbcs params

func (*ListDbcsParams) WithInput

func (o *ListDbcsParams) WithInput(input *models.ListDbcsRequest) *ListDbcsParams

WithInput adds the input to the list dbcs params

func (*ListDbcsParams) WithTimeout

func (o *ListDbcsParams) WithTimeout(timeout time.Duration) *ListDbcsParams

WithTimeout adds the timeout to the list dbcs params

func (*ListDbcsParams) WriteToRequest

func (o *ListDbcsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDbcsReader

type ListDbcsReader struct {
	// contains filtered or unexported fields
}

ListDbcsReader is a Reader for the ListDbcs structure.

func (*ListDbcsReader) ReadResponse

func (o *ListDbcsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListEventsDefault added in v0.4.2

type ListEventsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListEventsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListEventsDefault added in v0.4.2

func NewListEventsDefault(code int) *ListEventsDefault

NewListEventsDefault creates a ListEventsDefault with default headers values

func (*ListEventsDefault) Code added in v0.4.2

func (o *ListEventsDefault) Code() int

Code gets the status code for the list events default response

func (*ListEventsDefault) Error added in v0.4.2

func (o *ListEventsDefault) Error() string

func (*ListEventsDefault) GetPayload added in v0.4.2

func (o *ListEventsDefault) GetPayload() *models.Error

func (*ListEventsDefault) IsClientError added in v0.4.2

func (o *ListEventsDefault) IsClientError() bool

IsClientError returns true when this list events default response has a 4xx status code

func (*ListEventsDefault) IsCode added in v0.4.2

func (o *ListEventsDefault) IsCode(code int) bool

IsCode returns true when this list events default response a status code equal to that given

func (*ListEventsDefault) IsRedirect added in v0.4.2

func (o *ListEventsDefault) IsRedirect() bool

IsRedirect returns true when this list events default response has a 3xx status code

func (*ListEventsDefault) IsServerError added in v0.4.2

func (o *ListEventsDefault) IsServerError() bool

IsServerError returns true when this list events default response has a 5xx status code

func (*ListEventsDefault) IsSuccess added in v0.4.2

func (o *ListEventsDefault) IsSuccess() bool

IsSuccess returns true when this list events default response has a 2xx status code

func (*ListEventsDefault) String added in v0.4.2

func (o *ListEventsDefault) String() string

type ListEventsOK added in v0.4.2

type ListEventsOK struct {
	Payload *models.ListEventsResponse
}

ListEventsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListEventsOK added in v0.4.2

func NewListEventsOK() *ListEventsOK

NewListEventsOK creates a ListEventsOK with default headers values

func (*ListEventsOK) Code added in v0.4.2

func (o *ListEventsOK) Code() int

Code gets the status code for the list events o k response

func (*ListEventsOK) Error added in v0.4.2

func (o *ListEventsOK) Error() string

func (*ListEventsOK) GetPayload added in v0.4.2

func (o *ListEventsOK) GetPayload() *models.ListEventsResponse

func (*ListEventsOK) IsClientError added in v0.4.2

func (o *ListEventsOK) IsClientError() bool

IsClientError returns true when this list events o k response has a 4xx status code

func (*ListEventsOK) IsCode added in v0.4.2

func (o *ListEventsOK) IsCode(code int) bool

IsCode returns true when this list events o k response a status code equal to that given

func (*ListEventsOK) IsRedirect added in v0.4.2

func (o *ListEventsOK) IsRedirect() bool

IsRedirect returns true when this list events o k response has a 3xx status code

func (*ListEventsOK) IsServerError added in v0.4.2

func (o *ListEventsOK) IsServerError() bool

IsServerError returns true when this list events o k response has a 5xx status code

func (*ListEventsOK) IsSuccess added in v0.4.2

func (o *ListEventsOK) IsSuccess() bool

IsSuccess returns true when this list events o k response has a 2xx status code

func (*ListEventsOK) String added in v0.4.2

func (o *ListEventsOK) String() string

type ListEventsParams added in v0.4.2

type ListEventsParams struct {

	// Input.
	Input *models.ListEventsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListEventsParams contains all the parameters to send to the API endpoint

for the list events operation.

Typically these are written to a http.Request.

func NewListEventsParams added in v0.4.2

func NewListEventsParams() *ListEventsParams

NewListEventsParams creates a new ListEventsParams 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 NewListEventsParamsWithContext added in v0.4.2

func NewListEventsParamsWithContext(ctx context.Context) *ListEventsParams

NewListEventsParamsWithContext creates a new ListEventsParams object with the ability to set a context for a request.

func NewListEventsParamsWithHTTPClient added in v0.4.2

func NewListEventsParamsWithHTTPClient(client *http.Client) *ListEventsParams

NewListEventsParamsWithHTTPClient creates a new ListEventsParams object with the ability to set a custom HTTPClient for a request.

func NewListEventsParamsWithTimeout added in v0.4.2

func NewListEventsParamsWithTimeout(timeout time.Duration) *ListEventsParams

NewListEventsParamsWithTimeout creates a new ListEventsParams object with the ability to set a timeout on a request.

func (*ListEventsParams) SetContext added in v0.4.2

func (o *ListEventsParams) SetContext(ctx context.Context)

SetContext adds the context to the list events params

func (*ListEventsParams) SetDefaults added in v0.4.2

func (o *ListEventsParams) SetDefaults()

SetDefaults hydrates default values in the list events params (not the query body).

All values with no default are reset to their zero value.

func (*ListEventsParams) SetHTTPClient added in v0.4.2

func (o *ListEventsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list events params

func (*ListEventsParams) SetInput added in v0.4.2

func (o *ListEventsParams) SetInput(input *models.ListEventsRequest)

SetInput adds the input to the list events params

func (*ListEventsParams) SetTimeout added in v0.4.2

func (o *ListEventsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list events params

func (*ListEventsParams) WithContext added in v0.4.2

func (o *ListEventsParams) WithContext(ctx context.Context) *ListEventsParams

WithContext adds the context to the list events params

func (*ListEventsParams) WithDefaults added in v0.4.2

func (o *ListEventsParams) WithDefaults() *ListEventsParams

WithDefaults hydrates default values in the list events params (not the query body).

All values with no default are reset to their zero value.

func (*ListEventsParams) WithHTTPClient added in v0.4.2

func (o *ListEventsParams) WithHTTPClient(client *http.Client) *ListEventsParams

WithHTTPClient adds the HTTPClient to the list events params

func (*ListEventsParams) WithInput added in v0.4.2

WithInput adds the input to the list events params

func (*ListEventsParams) WithTimeout added in v0.4.2

func (o *ListEventsParams) WithTimeout(timeout time.Duration) *ListEventsParams

WithTimeout adds the timeout to the list events params

func (*ListEventsParams) WriteToRequest added in v0.4.2

func (o *ListEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListEventsReader added in v0.4.2

type ListEventsReader struct {
	// contains filtered or unexported fields
}

ListEventsReader is a Reader for the ListEvents structure.

func (*ListEventsReader) ReadResponse added in v0.4.2

func (o *ListEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListLatestVersionsDefault

type ListLatestVersionsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListLatestVersionsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListLatestVersionsDefault

func NewListLatestVersionsDefault(code int) *ListLatestVersionsDefault

NewListLatestVersionsDefault creates a ListLatestVersionsDefault with default headers values

func (*ListLatestVersionsDefault) Code

func (o *ListLatestVersionsDefault) Code() int

Code gets the status code for the list latest versions default response

func (*ListLatestVersionsDefault) Error

func (o *ListLatestVersionsDefault) Error() string

func (*ListLatestVersionsDefault) GetPayload

func (o *ListLatestVersionsDefault) GetPayload() *models.Error

func (*ListLatestVersionsDefault) IsClientError

func (o *ListLatestVersionsDefault) IsClientError() bool

IsClientError returns true when this list latest versions default response has a 4xx status code

func (*ListLatestVersionsDefault) IsCode

func (o *ListLatestVersionsDefault) IsCode(code int) bool

IsCode returns true when this list latest versions default response a status code equal to that given

func (*ListLatestVersionsDefault) IsRedirect

func (o *ListLatestVersionsDefault) IsRedirect() bool

IsRedirect returns true when this list latest versions default response has a 3xx status code

func (*ListLatestVersionsDefault) IsServerError

func (o *ListLatestVersionsDefault) IsServerError() bool

IsServerError returns true when this list latest versions default response has a 5xx status code

func (*ListLatestVersionsDefault) IsSuccess

func (o *ListLatestVersionsDefault) IsSuccess() bool

IsSuccess returns true when this list latest versions default response has a 2xx status code

func (*ListLatestVersionsDefault) String

func (o *ListLatestVersionsDefault) String() string

type ListLatestVersionsOK

type ListLatestVersionsOK struct {
	Payload *models.ListLatestVersionsResponse
}

ListLatestVersionsOK describes a response with status code 200, with default header values.

successful operation

func NewListLatestVersionsOK

func NewListLatestVersionsOK() *ListLatestVersionsOK

NewListLatestVersionsOK creates a ListLatestVersionsOK with default headers values

func (*ListLatestVersionsOK) Code

func (o *ListLatestVersionsOK) Code() int

Code gets the status code for the list latest versions o k response

func (*ListLatestVersionsOK) Error

func (o *ListLatestVersionsOK) Error() string

func (*ListLatestVersionsOK) GetPayload

func (*ListLatestVersionsOK) IsClientError

func (o *ListLatestVersionsOK) IsClientError() bool

IsClientError returns true when this list latest versions o k response has a 4xx status code

func (*ListLatestVersionsOK) IsCode

func (o *ListLatestVersionsOK) IsCode(code int) bool

IsCode returns true when this list latest versions o k response a status code equal to that given

func (*ListLatestVersionsOK) IsRedirect

func (o *ListLatestVersionsOK) IsRedirect() bool

IsRedirect returns true when this list latest versions o k response has a 3xx status code

func (*ListLatestVersionsOK) IsServerError

func (o *ListLatestVersionsOK) IsServerError() bool

IsServerError returns true when this list latest versions o k response has a 5xx status code

func (*ListLatestVersionsOK) IsSuccess

func (o *ListLatestVersionsOK) IsSuccess() bool

IsSuccess returns true when this list latest versions o k response has a 2xx status code

func (*ListLatestVersionsOK) String

func (o *ListLatestVersionsOK) String() string

type ListLatestVersionsParams

type ListLatestVersionsParams struct {

	// Input.
	Input *models.ListLatestVersionsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListLatestVersionsParams contains all the parameters to send to the API endpoint

for the list latest versions operation.

Typically these are written to a http.Request.

func NewListLatestVersionsParams

func NewListLatestVersionsParams() *ListLatestVersionsParams

NewListLatestVersionsParams creates a new ListLatestVersionsParams 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 NewListLatestVersionsParamsWithContext

func NewListLatestVersionsParamsWithContext(ctx context.Context) *ListLatestVersionsParams

NewListLatestVersionsParamsWithContext creates a new ListLatestVersionsParams object with the ability to set a context for a request.

func NewListLatestVersionsParamsWithHTTPClient

func NewListLatestVersionsParamsWithHTTPClient(client *http.Client) *ListLatestVersionsParams

NewListLatestVersionsParamsWithHTTPClient creates a new ListLatestVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListLatestVersionsParamsWithTimeout

func NewListLatestVersionsParamsWithTimeout(timeout time.Duration) *ListLatestVersionsParams

NewListLatestVersionsParamsWithTimeout creates a new ListLatestVersionsParams object with the ability to set a timeout on a request.

func (*ListLatestVersionsParams) SetContext

func (o *ListLatestVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the list latest versions params

func (*ListLatestVersionsParams) SetDefaults

func (o *ListLatestVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list latest versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListLatestVersionsParams) SetHTTPClient

func (o *ListLatestVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list latest versions params

func (*ListLatestVersionsParams) SetInput

SetInput adds the input to the list latest versions params

func (*ListLatestVersionsParams) SetTimeout

func (o *ListLatestVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list latest versions params

func (*ListLatestVersionsParams) WithContext

WithContext adds the context to the list latest versions params

func (*ListLatestVersionsParams) WithDefaults

WithDefaults hydrates default values in the list latest versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListLatestVersionsParams) WithHTTPClient

func (o *ListLatestVersionsParams) WithHTTPClient(client *http.Client) *ListLatestVersionsParams

WithHTTPClient adds the HTTPClient to the list latest versions params

func (*ListLatestVersionsParams) WithInput

WithInput adds the input to the list latest versions params

func (*ListLatestVersionsParams) WithTimeout

WithTimeout adds the timeout to the list latest versions params

func (*ListLatestVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListLatestVersionsReader

type ListLatestVersionsReader struct {
	// contains filtered or unexported fields
}

ListLatestVersionsReader is a Reader for the ListLatestVersions structure.

func (*ListLatestVersionsReader) ReadResponse

func (o *ListLatestVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListResourceTemplatesDefault added in v0.6.3

type ListResourceTemplatesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListResourceTemplatesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListResourceTemplatesDefault added in v0.6.3

func NewListResourceTemplatesDefault(code int) *ListResourceTemplatesDefault

NewListResourceTemplatesDefault creates a ListResourceTemplatesDefault with default headers values

func (*ListResourceTemplatesDefault) Code added in v0.6.3

Code gets the status code for the list resource templates default response

func (*ListResourceTemplatesDefault) Error added in v0.6.3

func (*ListResourceTemplatesDefault) GetPayload added in v0.6.3

func (o *ListResourceTemplatesDefault) GetPayload() *models.Error

func (*ListResourceTemplatesDefault) IsClientError added in v0.6.3

func (o *ListResourceTemplatesDefault) IsClientError() bool

IsClientError returns true when this list resource templates default response has a 4xx status code

func (*ListResourceTemplatesDefault) IsCode added in v0.6.3

func (o *ListResourceTemplatesDefault) IsCode(code int) bool

IsCode returns true when this list resource templates default response a status code equal to that given

func (*ListResourceTemplatesDefault) IsRedirect added in v0.6.3

func (o *ListResourceTemplatesDefault) IsRedirect() bool

IsRedirect returns true when this list resource templates default response has a 3xx status code

func (*ListResourceTemplatesDefault) IsServerError added in v0.6.3

func (o *ListResourceTemplatesDefault) IsServerError() bool

IsServerError returns true when this list resource templates default response has a 5xx status code

func (*ListResourceTemplatesDefault) IsSuccess added in v0.6.3

func (o *ListResourceTemplatesDefault) IsSuccess() bool

IsSuccess returns true when this list resource templates default response has a 2xx status code

func (*ListResourceTemplatesDefault) String added in v0.6.3

type ListResourceTemplatesOK added in v0.6.3

type ListResourceTemplatesOK struct {
	Payload *models.ListResourceTemplatesResponse
}

ListResourceTemplatesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListResourceTemplatesOK added in v0.6.3

func NewListResourceTemplatesOK() *ListResourceTemplatesOK

NewListResourceTemplatesOK creates a ListResourceTemplatesOK with default headers values

func (*ListResourceTemplatesOK) Code added in v0.6.3

func (o *ListResourceTemplatesOK) Code() int

Code gets the status code for the list resource templates o k response

func (*ListResourceTemplatesOK) Error added in v0.6.3

func (o *ListResourceTemplatesOK) Error() string

func (*ListResourceTemplatesOK) GetPayload added in v0.6.3

func (*ListResourceTemplatesOK) IsClientError added in v0.6.3

func (o *ListResourceTemplatesOK) IsClientError() bool

IsClientError returns true when this list resource templates o k response has a 4xx status code

func (*ListResourceTemplatesOK) IsCode added in v0.6.3

func (o *ListResourceTemplatesOK) IsCode(code int) bool

IsCode returns true when this list resource templates o k response a status code equal to that given

func (*ListResourceTemplatesOK) IsRedirect added in v0.6.3

func (o *ListResourceTemplatesOK) IsRedirect() bool

IsRedirect returns true when this list resource templates o k response has a 3xx status code

func (*ListResourceTemplatesOK) IsServerError added in v0.6.3

func (o *ListResourceTemplatesOK) IsServerError() bool

IsServerError returns true when this list resource templates o k response has a 5xx status code

func (*ListResourceTemplatesOK) IsSuccess added in v0.6.3

func (o *ListResourceTemplatesOK) IsSuccess() bool

IsSuccess returns true when this list resource templates o k response has a 2xx status code

func (*ListResourceTemplatesOK) String added in v0.6.3

func (o *ListResourceTemplatesOK) String() string

type ListResourceTemplatesParams added in v0.6.3

type ListResourceTemplatesParams struct {

	// Input.
	Input models.ListResourceTemplatesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListResourceTemplatesParams contains all the parameters to send to the API endpoint

for the list resource templates operation.

Typically these are written to a http.Request.

func NewListResourceTemplatesParams added in v0.6.3

func NewListResourceTemplatesParams() *ListResourceTemplatesParams

NewListResourceTemplatesParams creates a new ListResourceTemplatesParams 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 NewListResourceTemplatesParamsWithContext added in v0.6.3

func NewListResourceTemplatesParamsWithContext(ctx context.Context) *ListResourceTemplatesParams

NewListResourceTemplatesParamsWithContext creates a new ListResourceTemplatesParams object with the ability to set a context for a request.

func NewListResourceTemplatesParamsWithHTTPClient added in v0.6.3

func NewListResourceTemplatesParamsWithHTTPClient(client *http.Client) *ListResourceTemplatesParams

NewListResourceTemplatesParamsWithHTTPClient creates a new ListResourceTemplatesParams object with the ability to set a custom HTTPClient for a request.

func NewListResourceTemplatesParamsWithTimeout added in v0.6.3

func NewListResourceTemplatesParamsWithTimeout(timeout time.Duration) *ListResourceTemplatesParams

NewListResourceTemplatesParamsWithTimeout creates a new ListResourceTemplatesParams object with the ability to set a timeout on a request.

func (*ListResourceTemplatesParams) SetContext added in v0.6.3

func (o *ListResourceTemplatesParams) SetContext(ctx context.Context)

SetContext adds the context to the list resource templates params

func (*ListResourceTemplatesParams) SetDefaults added in v0.6.3

func (o *ListResourceTemplatesParams) SetDefaults()

SetDefaults hydrates default values in the list resource templates params (not the query body).

All values with no default are reset to their zero value.

func (*ListResourceTemplatesParams) SetHTTPClient added in v0.6.3

func (o *ListResourceTemplatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list resource templates params

func (*ListResourceTemplatesParams) SetInput added in v0.6.3

SetInput adds the input to the list resource templates params

func (*ListResourceTemplatesParams) SetTimeout added in v0.6.3

func (o *ListResourceTemplatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list resource templates params

func (*ListResourceTemplatesParams) WithContext added in v0.6.3

WithContext adds the context to the list resource templates params

func (*ListResourceTemplatesParams) WithDefaults added in v0.6.3

WithDefaults hydrates default values in the list resource templates params (not the query body).

All values with no default are reset to their zero value.

func (*ListResourceTemplatesParams) WithHTTPClient added in v0.6.3

WithHTTPClient adds the HTTPClient to the list resource templates params

func (*ListResourceTemplatesParams) WithInput added in v0.6.3

WithInput adds the input to the list resource templates params

func (*ListResourceTemplatesParams) WithTimeout added in v0.6.3

WithTimeout adds the timeout to the list resource templates params

func (*ListResourceTemplatesParams) WriteToRequest added in v0.6.3

WriteToRequest writes these params to a swagger request

type ListResourceTemplatesReader added in v0.6.3

type ListResourceTemplatesReader struct {
	// contains filtered or unexported fields
}

ListResourceTemplatesReader is a Reader for the ListResourceTemplates structure.

func (*ListResourceTemplatesReader) ReadResponse added in v0.6.3

func (o *ListResourceTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListRestoresDefault

type ListRestoresDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListRestoresDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListRestoresDefault

func NewListRestoresDefault(code int) *ListRestoresDefault

NewListRestoresDefault creates a ListRestoresDefault with default headers values

func (*ListRestoresDefault) Code

func (o *ListRestoresDefault) Code() int

Code gets the status code for the list restores default response

func (*ListRestoresDefault) Error

func (o *ListRestoresDefault) Error() string

func (*ListRestoresDefault) GetPayload

func (o *ListRestoresDefault) GetPayload() *models.Error

func (*ListRestoresDefault) IsClientError

func (o *ListRestoresDefault) IsClientError() bool

IsClientError returns true when this list restores default response has a 4xx status code

func (*ListRestoresDefault) IsCode

func (o *ListRestoresDefault) IsCode(code int) bool

IsCode returns true when this list restores default response a status code equal to that given

func (*ListRestoresDefault) IsRedirect

func (o *ListRestoresDefault) IsRedirect() bool

IsRedirect returns true when this list restores default response has a 3xx status code

func (*ListRestoresDefault) IsServerError

func (o *ListRestoresDefault) IsServerError() bool

IsServerError returns true when this list restores default response has a 5xx status code

func (*ListRestoresDefault) IsSuccess

func (o *ListRestoresDefault) IsSuccess() bool

IsSuccess returns true when this list restores default response has a 2xx status code

func (*ListRestoresDefault) String

func (o *ListRestoresDefault) String() string

type ListRestoresOK

type ListRestoresOK struct {
	Payload *models.ListRestoresResponse
}

ListRestoresOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListRestoresOK

func NewListRestoresOK() *ListRestoresOK

NewListRestoresOK creates a ListRestoresOK with default headers values

func (*ListRestoresOK) Code

func (o *ListRestoresOK) Code() int

Code gets the status code for the list restores o k response

func (*ListRestoresOK) Error

func (o *ListRestoresOK) Error() string

func (*ListRestoresOK) GetPayload

func (o *ListRestoresOK) GetPayload() *models.ListRestoresResponse

func (*ListRestoresOK) IsClientError

func (o *ListRestoresOK) IsClientError() bool

IsClientError returns true when this list restores o k response has a 4xx status code

func (*ListRestoresOK) IsCode

func (o *ListRestoresOK) IsCode(code int) bool

IsCode returns true when this list restores o k response a status code equal to that given

func (*ListRestoresOK) IsRedirect

func (o *ListRestoresOK) IsRedirect() bool

IsRedirect returns true when this list restores o k response has a 3xx status code

func (*ListRestoresOK) IsServerError

func (o *ListRestoresOK) IsServerError() bool

IsServerError returns true when this list restores o k response has a 5xx status code

func (*ListRestoresOK) IsSuccess

func (o *ListRestoresOK) IsSuccess() bool

IsSuccess returns true when this list restores o k response has a 2xx status code

func (*ListRestoresOK) String

func (o *ListRestoresOK) String() string

type ListRestoresParams

type ListRestoresParams struct {

	// Input.
	Input *models.ListRestoresRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListRestoresParams contains all the parameters to send to the API endpoint

for the list restores operation.

Typically these are written to a http.Request.

func NewListRestoresParams

func NewListRestoresParams() *ListRestoresParams

NewListRestoresParams creates a new ListRestoresParams 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 NewListRestoresParamsWithContext

func NewListRestoresParamsWithContext(ctx context.Context) *ListRestoresParams

NewListRestoresParamsWithContext creates a new ListRestoresParams object with the ability to set a context for a request.

func NewListRestoresParamsWithHTTPClient

func NewListRestoresParamsWithHTTPClient(client *http.Client) *ListRestoresParams

NewListRestoresParamsWithHTTPClient creates a new ListRestoresParams object with the ability to set a custom HTTPClient for a request.

func NewListRestoresParamsWithTimeout

func NewListRestoresParamsWithTimeout(timeout time.Duration) *ListRestoresParams

NewListRestoresParamsWithTimeout creates a new ListRestoresParams object with the ability to set a timeout on a request.

func (*ListRestoresParams) SetContext

func (o *ListRestoresParams) SetContext(ctx context.Context)

SetContext adds the context to the list restores params

func (*ListRestoresParams) SetDefaults

func (o *ListRestoresParams) SetDefaults()

SetDefaults hydrates default values in the list restores params (not the query body).

All values with no default are reset to their zero value.

func (*ListRestoresParams) SetHTTPClient

func (o *ListRestoresParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list restores params

func (*ListRestoresParams) SetInput

func (o *ListRestoresParams) SetInput(input *models.ListRestoresRequest)

SetInput adds the input to the list restores params

func (*ListRestoresParams) SetTimeout

func (o *ListRestoresParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list restores params

func (*ListRestoresParams) WithContext

WithContext adds the context to the list restores params

func (*ListRestoresParams) WithDefaults

func (o *ListRestoresParams) WithDefaults() *ListRestoresParams

WithDefaults hydrates default values in the list restores params (not the query body).

All values with no default are reset to their zero value.

func (*ListRestoresParams) WithHTTPClient

func (o *ListRestoresParams) WithHTTPClient(client *http.Client) *ListRestoresParams

WithHTTPClient adds the HTTPClient to the list restores params

func (*ListRestoresParams) WithInput

WithInput adds the input to the list restores params

func (*ListRestoresParams) WithTimeout

func (o *ListRestoresParams) WithTimeout(timeout time.Duration) *ListRestoresParams

WithTimeout adds the timeout to the list restores params

func (*ListRestoresParams) WriteToRequest

func (o *ListRestoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListRestoresReader

type ListRestoresReader struct {
	// contains filtered or unexported fields
}

ListRestoresReader is a Reader for the ListRestores structure.

func (*ListRestoresReader) ReadResponse

func (o *ListRestoresReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListUsersDefault

type ListUsersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListUsersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListUsersDefault

func NewListUsersDefault(code int) *ListUsersDefault

NewListUsersDefault creates a ListUsersDefault with default headers values

func (*ListUsersDefault) Code

func (o *ListUsersDefault) Code() int

Code gets the status code for the list users default response

func (*ListUsersDefault) Error

func (o *ListUsersDefault) Error() string

func (*ListUsersDefault) GetPayload

func (o *ListUsersDefault) GetPayload() *models.Error

func (*ListUsersDefault) IsClientError

func (o *ListUsersDefault) IsClientError() bool

IsClientError returns true when this list users default response has a 4xx status code

func (*ListUsersDefault) IsCode

func (o *ListUsersDefault) IsCode(code int) bool

IsCode returns true when this list users default response a status code equal to that given

func (*ListUsersDefault) IsRedirect

func (o *ListUsersDefault) IsRedirect() bool

IsRedirect returns true when this list users default response has a 3xx status code

func (*ListUsersDefault) IsServerError

func (o *ListUsersDefault) IsServerError() bool

IsServerError returns true when this list users default response has a 5xx status code

func (*ListUsersDefault) IsSuccess

func (o *ListUsersDefault) IsSuccess() bool

IsSuccess returns true when this list users default response has a 2xx status code

func (*ListUsersDefault) String

func (o *ListUsersDefault) String() string

type ListUsersOK

type ListUsersOK struct {
	Payload *models.ListUsersResponse
}

ListUsersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListUsersOK

func NewListUsersOK() *ListUsersOK

NewListUsersOK creates a ListUsersOK with default headers values

func (*ListUsersOK) Code

func (o *ListUsersOK) Code() int

Code gets the status code for the list users o k response

func (*ListUsersOK) Error

func (o *ListUsersOK) Error() string

func (*ListUsersOK) GetPayload

func (o *ListUsersOK) GetPayload() *models.ListUsersResponse

func (*ListUsersOK) IsClientError

func (o *ListUsersOK) IsClientError() bool

IsClientError returns true when this list users o k response has a 4xx status code

func (*ListUsersOK) IsCode

func (o *ListUsersOK) IsCode(code int) bool

IsCode returns true when this list users o k response a status code equal to that given

func (*ListUsersOK) IsRedirect

func (o *ListUsersOK) IsRedirect() bool

IsRedirect returns true when this list users o k response has a 3xx status code

func (*ListUsersOK) IsServerError

func (o *ListUsersOK) IsServerError() bool

IsServerError returns true when this list users o k response has a 5xx status code

func (*ListUsersOK) IsSuccess

func (o *ListUsersOK) IsSuccess() bool

IsSuccess returns true when this list users o k response has a 2xx status code

func (*ListUsersOK) String

func (o *ListUsersOK) String() string

type ListUsersParams

type ListUsersParams struct {

	// Input.
	Input *models.ListUsersRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListUsersParams contains all the parameters to send to the API endpoint

for the list users operation.

Typically these are written to a http.Request.

func NewListUsersParams

func NewListUsersParams() *ListUsersParams

NewListUsersParams creates a new ListUsersParams 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 NewListUsersParamsWithContext

func NewListUsersParamsWithContext(ctx context.Context) *ListUsersParams

NewListUsersParamsWithContext creates a new ListUsersParams object with the ability to set a context for a request.

func NewListUsersParamsWithHTTPClient

func NewListUsersParamsWithHTTPClient(client *http.Client) *ListUsersParams

NewListUsersParamsWithHTTPClient creates a new ListUsersParams object with the ability to set a custom HTTPClient for a request.

func NewListUsersParamsWithTimeout

func NewListUsersParamsWithTimeout(timeout time.Duration) *ListUsersParams

NewListUsersParamsWithTimeout creates a new ListUsersParams object with the ability to set a timeout on a request.

func (*ListUsersParams) SetContext

func (o *ListUsersParams) SetContext(ctx context.Context)

SetContext adds the context to the list users params

func (*ListUsersParams) SetDefaults

func (o *ListUsersParams) SetDefaults()

SetDefaults hydrates default values in the list users params (not the query body).

All values with no default are reset to their zero value.

func (*ListUsersParams) SetHTTPClient

func (o *ListUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) SetInput

func (o *ListUsersParams) SetInput(input *models.ListUsersRequest)

SetInput adds the input to the list users params

func (*ListUsersParams) SetTimeout

func (o *ListUsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list users params

func (*ListUsersParams) WithContext

func (o *ListUsersParams) WithContext(ctx context.Context) *ListUsersParams

WithContext adds the context to the list users params

func (*ListUsersParams) WithDefaults

func (o *ListUsersParams) WithDefaults() *ListUsersParams

WithDefaults hydrates default values in the list users params (not the query body).

All values with no default are reset to their zero value.

func (*ListUsersParams) WithHTTPClient

func (o *ListUsersParams) WithHTTPClient(client *http.Client) *ListUsersParams

WithHTTPClient adds the HTTPClient to the list users params

func (*ListUsersParams) WithInput

WithInput adds the input to the list users params

func (*ListUsersParams) WithTimeout

func (o *ListUsersParams) WithTimeout(timeout time.Duration) *ListUsersParams

WithTimeout adds the timeout to the list users params

func (*ListUsersParams) WriteToRequest

func (o *ListUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListUsersReader

type ListUsersReader struct {
	// contains filtered or unexported fields
}

ListUsersReader is a Reader for the ListUsers structure.

func (*ListUsersReader) ReadResponse

func (o *ListUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListVwConfigsDefault

type ListVwConfigsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListVwConfigsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListVwConfigsDefault

func NewListVwConfigsDefault(code int) *ListVwConfigsDefault

NewListVwConfigsDefault creates a ListVwConfigsDefault with default headers values

func (*ListVwConfigsDefault) Code

func (o *ListVwConfigsDefault) Code() int

Code gets the status code for the list vw configs default response

func (*ListVwConfigsDefault) Error

func (o *ListVwConfigsDefault) Error() string

func (*ListVwConfigsDefault) GetPayload

func (o *ListVwConfigsDefault) GetPayload() *models.Error

func (*ListVwConfigsDefault) IsClientError

func (o *ListVwConfigsDefault) IsClientError() bool

IsClientError returns true when this list vw configs default response has a 4xx status code

func (*ListVwConfigsDefault) IsCode

func (o *ListVwConfigsDefault) IsCode(code int) bool

IsCode returns true when this list vw configs default response a status code equal to that given

func (*ListVwConfigsDefault) IsRedirect

func (o *ListVwConfigsDefault) IsRedirect() bool

IsRedirect returns true when this list vw configs default response has a 3xx status code

func (*ListVwConfigsDefault) IsServerError

func (o *ListVwConfigsDefault) IsServerError() bool

IsServerError returns true when this list vw configs default response has a 5xx status code

func (*ListVwConfigsDefault) IsSuccess

func (o *ListVwConfigsDefault) IsSuccess() bool

IsSuccess returns true when this list vw configs default response has a 2xx status code

func (*ListVwConfigsDefault) String

func (o *ListVwConfigsDefault) String() string

type ListVwConfigsOK

type ListVwConfigsOK struct {
	Payload *models.ListVwConfigsResponse
}

ListVwConfigsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListVwConfigsOK

func NewListVwConfigsOK() *ListVwConfigsOK

NewListVwConfigsOK creates a ListVwConfigsOK with default headers values

func (*ListVwConfigsOK) Code

func (o *ListVwConfigsOK) Code() int

Code gets the status code for the list vw configs o k response

func (*ListVwConfigsOK) Error

func (o *ListVwConfigsOK) Error() string

func (*ListVwConfigsOK) GetPayload

func (o *ListVwConfigsOK) GetPayload() *models.ListVwConfigsResponse

func (*ListVwConfigsOK) IsClientError

func (o *ListVwConfigsOK) IsClientError() bool

IsClientError returns true when this list vw configs o k response has a 4xx status code

func (*ListVwConfigsOK) IsCode

func (o *ListVwConfigsOK) IsCode(code int) bool

IsCode returns true when this list vw configs o k response a status code equal to that given

func (*ListVwConfigsOK) IsRedirect

func (o *ListVwConfigsOK) IsRedirect() bool

IsRedirect returns true when this list vw configs o k response has a 3xx status code

func (*ListVwConfigsOK) IsServerError

func (o *ListVwConfigsOK) IsServerError() bool

IsServerError returns true when this list vw configs o k response has a 5xx status code

func (*ListVwConfigsOK) IsSuccess

func (o *ListVwConfigsOK) IsSuccess() bool

IsSuccess returns true when this list vw configs o k response has a 2xx status code

func (*ListVwConfigsOK) String

func (o *ListVwConfigsOK) String() string

type ListVwConfigsParams

type ListVwConfigsParams struct {

	// Input.
	Input *models.ListVwConfigsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVwConfigsParams contains all the parameters to send to the API endpoint

for the list vw configs operation.

Typically these are written to a http.Request.

func NewListVwConfigsParams

func NewListVwConfigsParams() *ListVwConfigsParams

NewListVwConfigsParams creates a new ListVwConfigsParams 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 NewListVwConfigsParamsWithContext

func NewListVwConfigsParamsWithContext(ctx context.Context) *ListVwConfigsParams

NewListVwConfigsParamsWithContext creates a new ListVwConfigsParams object with the ability to set a context for a request.

func NewListVwConfigsParamsWithHTTPClient

func NewListVwConfigsParamsWithHTTPClient(client *http.Client) *ListVwConfigsParams

NewListVwConfigsParamsWithHTTPClient creates a new ListVwConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewListVwConfigsParamsWithTimeout

func NewListVwConfigsParamsWithTimeout(timeout time.Duration) *ListVwConfigsParams

NewListVwConfigsParamsWithTimeout creates a new ListVwConfigsParams object with the ability to set a timeout on a request.

func (*ListVwConfigsParams) SetContext

func (o *ListVwConfigsParams) SetContext(ctx context.Context)

SetContext adds the context to the list vw configs params

func (*ListVwConfigsParams) SetDefaults

func (o *ListVwConfigsParams) SetDefaults()

SetDefaults hydrates default values in the list vw configs params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwConfigsParams) SetHTTPClient

func (o *ListVwConfigsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list vw configs params

func (*ListVwConfigsParams) SetInput

func (o *ListVwConfigsParams) SetInput(input *models.ListVwConfigsRequest)

SetInput adds the input to the list vw configs params

func (*ListVwConfigsParams) SetTimeout

func (o *ListVwConfigsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list vw configs params

func (*ListVwConfigsParams) WithContext

WithContext adds the context to the list vw configs params

func (*ListVwConfigsParams) WithDefaults

func (o *ListVwConfigsParams) WithDefaults() *ListVwConfigsParams

WithDefaults hydrates default values in the list vw configs params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwConfigsParams) WithHTTPClient

func (o *ListVwConfigsParams) WithHTTPClient(client *http.Client) *ListVwConfigsParams

WithHTTPClient adds the HTTPClient to the list vw configs params

func (*ListVwConfigsParams) WithInput

WithInput adds the input to the list vw configs params

func (*ListVwConfigsParams) WithTimeout

func (o *ListVwConfigsParams) WithTimeout(timeout time.Duration) *ListVwConfigsParams

WithTimeout adds the timeout to the list vw configs params

func (*ListVwConfigsParams) WriteToRequest

func (o *ListVwConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListVwConfigsReader

type ListVwConfigsReader struct {
	// contains filtered or unexported fields
}

ListVwConfigsReader is a Reader for the ListVwConfigs structure.

func (*ListVwConfigsReader) ReadResponse

func (o *ListVwConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListVwDiagnosticDataJobsDefault

type ListVwDiagnosticDataJobsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListVwDiagnosticDataJobsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListVwDiagnosticDataJobsDefault

func NewListVwDiagnosticDataJobsDefault(code int) *ListVwDiagnosticDataJobsDefault

NewListVwDiagnosticDataJobsDefault creates a ListVwDiagnosticDataJobsDefault with default headers values

func (*ListVwDiagnosticDataJobsDefault) Code

Code gets the status code for the list vw diagnostic data jobs default response

func (*ListVwDiagnosticDataJobsDefault) Error

func (*ListVwDiagnosticDataJobsDefault) GetPayload

func (o *ListVwDiagnosticDataJobsDefault) GetPayload() *models.Error

func (*ListVwDiagnosticDataJobsDefault) IsClientError

func (o *ListVwDiagnosticDataJobsDefault) IsClientError() bool

IsClientError returns true when this list vw diagnostic data jobs default response has a 4xx status code

func (*ListVwDiagnosticDataJobsDefault) IsCode

func (o *ListVwDiagnosticDataJobsDefault) IsCode(code int) bool

IsCode returns true when this list vw diagnostic data jobs default response a status code equal to that given

func (*ListVwDiagnosticDataJobsDefault) IsRedirect

func (o *ListVwDiagnosticDataJobsDefault) IsRedirect() bool

IsRedirect returns true when this list vw diagnostic data jobs default response has a 3xx status code

func (*ListVwDiagnosticDataJobsDefault) IsServerError

func (o *ListVwDiagnosticDataJobsDefault) IsServerError() bool

IsServerError returns true when this list vw diagnostic data jobs default response has a 5xx status code

func (*ListVwDiagnosticDataJobsDefault) IsSuccess

func (o *ListVwDiagnosticDataJobsDefault) IsSuccess() bool

IsSuccess returns true when this list vw diagnostic data jobs default response has a 2xx status code

func (*ListVwDiagnosticDataJobsDefault) String

type ListVwDiagnosticDataJobsOK

type ListVwDiagnosticDataJobsOK struct {
	Payload *models.ListVwDiagnosticDataJobsResponse
}

ListVwDiagnosticDataJobsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListVwDiagnosticDataJobsOK

func NewListVwDiagnosticDataJobsOK() *ListVwDiagnosticDataJobsOK

NewListVwDiagnosticDataJobsOK creates a ListVwDiagnosticDataJobsOK with default headers values

func (*ListVwDiagnosticDataJobsOK) Code

func (o *ListVwDiagnosticDataJobsOK) Code() int

Code gets the status code for the list vw diagnostic data jobs o k response

func (*ListVwDiagnosticDataJobsOK) Error

func (*ListVwDiagnosticDataJobsOK) GetPayload

func (*ListVwDiagnosticDataJobsOK) IsClientError

func (o *ListVwDiagnosticDataJobsOK) IsClientError() bool

IsClientError returns true when this list vw diagnostic data jobs o k response has a 4xx status code

func (*ListVwDiagnosticDataJobsOK) IsCode

func (o *ListVwDiagnosticDataJobsOK) IsCode(code int) bool

IsCode returns true when this list vw diagnostic data jobs o k response a status code equal to that given

func (*ListVwDiagnosticDataJobsOK) IsRedirect

func (o *ListVwDiagnosticDataJobsOK) IsRedirect() bool

IsRedirect returns true when this list vw diagnostic data jobs o k response has a 3xx status code

func (*ListVwDiagnosticDataJobsOK) IsServerError

func (o *ListVwDiagnosticDataJobsOK) IsServerError() bool

IsServerError returns true when this list vw diagnostic data jobs o k response has a 5xx status code

func (*ListVwDiagnosticDataJobsOK) IsSuccess

func (o *ListVwDiagnosticDataJobsOK) IsSuccess() bool

IsSuccess returns true when this list vw diagnostic data jobs o k response has a 2xx status code

func (*ListVwDiagnosticDataJobsOK) String

func (o *ListVwDiagnosticDataJobsOK) String() string

type ListVwDiagnosticDataJobsParams

type ListVwDiagnosticDataJobsParams struct {

	// Input.
	Input *models.ListVwDiagnosticDataJobsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVwDiagnosticDataJobsParams contains all the parameters to send to the API endpoint

for the list vw diagnostic data jobs operation.

Typically these are written to a http.Request.

func NewListVwDiagnosticDataJobsParams

func NewListVwDiagnosticDataJobsParams() *ListVwDiagnosticDataJobsParams

NewListVwDiagnosticDataJobsParams creates a new ListVwDiagnosticDataJobsParams 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 NewListVwDiagnosticDataJobsParamsWithContext

func NewListVwDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListVwDiagnosticDataJobsParams

NewListVwDiagnosticDataJobsParamsWithContext creates a new ListVwDiagnosticDataJobsParams object with the ability to set a context for a request.

func NewListVwDiagnosticDataJobsParamsWithHTTPClient

func NewListVwDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListVwDiagnosticDataJobsParams

NewListVwDiagnosticDataJobsParamsWithHTTPClient creates a new ListVwDiagnosticDataJobsParams object with the ability to set a custom HTTPClient for a request.

func NewListVwDiagnosticDataJobsParamsWithTimeout

func NewListVwDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListVwDiagnosticDataJobsParams

NewListVwDiagnosticDataJobsParamsWithTimeout creates a new ListVwDiagnosticDataJobsParams object with the ability to set a timeout on a request.

func (*ListVwDiagnosticDataJobsParams) SetContext

func (o *ListVwDiagnosticDataJobsParams) SetContext(ctx context.Context)

SetContext adds the context to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) SetDefaults

func (o *ListVwDiagnosticDataJobsParams) SetDefaults()

SetDefaults hydrates default values in the list vw diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwDiagnosticDataJobsParams) SetHTTPClient

func (o *ListVwDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) SetInput

SetInput adds the input to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) SetTimeout

func (o *ListVwDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) WithContext

WithContext adds the context to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) WithDefaults

WithDefaults hydrates default values in the list vw diagnostic data jobs params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwDiagnosticDataJobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) WithInput

WithInput adds the input to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) WithTimeout

WithTimeout adds the timeout to the list vw diagnostic data jobs params

func (*ListVwDiagnosticDataJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListVwDiagnosticDataJobsReader

type ListVwDiagnosticDataJobsReader struct {
	// contains filtered or unexported fields
}

ListVwDiagnosticDataJobsReader is a Reader for the ListVwDiagnosticDataJobs structure.

func (*ListVwDiagnosticDataJobsReader) ReadResponse

func (o *ListVwDiagnosticDataJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListVwEventsDefault

type ListVwEventsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListVwEventsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListVwEventsDefault

func NewListVwEventsDefault(code int) *ListVwEventsDefault

NewListVwEventsDefault creates a ListVwEventsDefault with default headers values

func (*ListVwEventsDefault) Code

func (o *ListVwEventsDefault) Code() int

Code gets the status code for the list vw events default response

func (*ListVwEventsDefault) Error

func (o *ListVwEventsDefault) Error() string

func (*ListVwEventsDefault) GetPayload

func (o *ListVwEventsDefault) GetPayload() *models.Error

func (*ListVwEventsDefault) IsClientError

func (o *ListVwEventsDefault) IsClientError() bool

IsClientError returns true when this list vw events default response has a 4xx status code

func (*ListVwEventsDefault) IsCode

func (o *ListVwEventsDefault) IsCode(code int) bool

IsCode returns true when this list vw events default response a status code equal to that given

func (*ListVwEventsDefault) IsRedirect

func (o *ListVwEventsDefault) IsRedirect() bool

IsRedirect returns true when this list vw events default response has a 3xx status code

func (*ListVwEventsDefault) IsServerError

func (o *ListVwEventsDefault) IsServerError() bool

IsServerError returns true when this list vw events default response has a 5xx status code

func (*ListVwEventsDefault) IsSuccess

func (o *ListVwEventsDefault) IsSuccess() bool

IsSuccess returns true when this list vw events default response has a 2xx status code

func (*ListVwEventsDefault) String

func (o *ListVwEventsDefault) String() string

type ListVwEventsOK

type ListVwEventsOK struct {
	Payload *models.ListVwEventsResponse
}

ListVwEventsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListVwEventsOK

func NewListVwEventsOK() *ListVwEventsOK

NewListVwEventsOK creates a ListVwEventsOK with default headers values

func (*ListVwEventsOK) Code

func (o *ListVwEventsOK) Code() int

Code gets the status code for the list vw events o k response

func (*ListVwEventsOK) Error

func (o *ListVwEventsOK) Error() string

func (*ListVwEventsOK) GetPayload

func (o *ListVwEventsOK) GetPayload() *models.ListVwEventsResponse

func (*ListVwEventsOK) IsClientError

func (o *ListVwEventsOK) IsClientError() bool

IsClientError returns true when this list vw events o k response has a 4xx status code

func (*ListVwEventsOK) IsCode

func (o *ListVwEventsOK) IsCode(code int) bool

IsCode returns true when this list vw events o k response a status code equal to that given

func (*ListVwEventsOK) IsRedirect

func (o *ListVwEventsOK) IsRedirect() bool

IsRedirect returns true when this list vw events o k response has a 3xx status code

func (*ListVwEventsOK) IsServerError

func (o *ListVwEventsOK) IsServerError() bool

IsServerError returns true when this list vw events o k response has a 5xx status code

func (*ListVwEventsOK) IsSuccess

func (o *ListVwEventsOK) IsSuccess() bool

IsSuccess returns true when this list vw events o k response has a 2xx status code

func (*ListVwEventsOK) String

func (o *ListVwEventsOK) String() string

type ListVwEventsParams

type ListVwEventsParams struct {

	// Input.
	Input *models.ListVwEventsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVwEventsParams contains all the parameters to send to the API endpoint

for the list vw events operation.

Typically these are written to a http.Request.

func NewListVwEventsParams

func NewListVwEventsParams() *ListVwEventsParams

NewListVwEventsParams creates a new ListVwEventsParams 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 NewListVwEventsParamsWithContext

func NewListVwEventsParamsWithContext(ctx context.Context) *ListVwEventsParams

NewListVwEventsParamsWithContext creates a new ListVwEventsParams object with the ability to set a context for a request.

func NewListVwEventsParamsWithHTTPClient

func NewListVwEventsParamsWithHTTPClient(client *http.Client) *ListVwEventsParams

NewListVwEventsParamsWithHTTPClient creates a new ListVwEventsParams object with the ability to set a custom HTTPClient for a request.

func NewListVwEventsParamsWithTimeout

func NewListVwEventsParamsWithTimeout(timeout time.Duration) *ListVwEventsParams

NewListVwEventsParamsWithTimeout creates a new ListVwEventsParams object with the ability to set a timeout on a request.

func (*ListVwEventsParams) SetContext

func (o *ListVwEventsParams) SetContext(ctx context.Context)

SetContext adds the context to the list vw events params

func (*ListVwEventsParams) SetDefaults

func (o *ListVwEventsParams) SetDefaults()

SetDefaults hydrates default values in the list vw events params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwEventsParams) SetHTTPClient

func (o *ListVwEventsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list vw events params

func (*ListVwEventsParams) SetInput

func (o *ListVwEventsParams) SetInput(input *models.ListVwEventsRequest)

SetInput adds the input to the list vw events params

func (*ListVwEventsParams) SetTimeout

func (o *ListVwEventsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list vw events params

func (*ListVwEventsParams) WithContext

WithContext adds the context to the list vw events params

func (*ListVwEventsParams) WithDefaults

func (o *ListVwEventsParams) WithDefaults() *ListVwEventsParams

WithDefaults hydrates default values in the list vw events params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwEventsParams) WithHTTPClient

func (o *ListVwEventsParams) WithHTTPClient(client *http.Client) *ListVwEventsParams

WithHTTPClient adds the HTTPClient to the list vw events params

func (*ListVwEventsParams) WithInput

WithInput adds the input to the list vw events params

func (*ListVwEventsParams) WithTimeout

func (o *ListVwEventsParams) WithTimeout(timeout time.Duration) *ListVwEventsParams

WithTimeout adds the timeout to the list vw events params

func (*ListVwEventsParams) WriteToRequest

func (o *ListVwEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListVwEventsReader

type ListVwEventsReader struct {
	// contains filtered or unexported fields
}

ListVwEventsReader is a Reader for the ListVwEvents structure.

func (*ListVwEventsReader) ReadResponse

func (o *ListVwEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListVwsDefault

type ListVwsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListVwsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewListVwsDefault

func NewListVwsDefault(code int) *ListVwsDefault

NewListVwsDefault creates a ListVwsDefault with default headers values

func (*ListVwsDefault) Code

func (o *ListVwsDefault) Code() int

Code gets the status code for the list vws default response

func (*ListVwsDefault) Error

func (o *ListVwsDefault) Error() string

func (*ListVwsDefault) GetPayload

func (o *ListVwsDefault) GetPayload() *models.Error

func (*ListVwsDefault) IsClientError

func (o *ListVwsDefault) IsClientError() bool

IsClientError returns true when this list vws default response has a 4xx status code

func (*ListVwsDefault) IsCode

func (o *ListVwsDefault) IsCode(code int) bool

IsCode returns true when this list vws default response a status code equal to that given

func (*ListVwsDefault) IsRedirect

func (o *ListVwsDefault) IsRedirect() bool

IsRedirect returns true when this list vws default response has a 3xx status code

func (*ListVwsDefault) IsServerError

func (o *ListVwsDefault) IsServerError() bool

IsServerError returns true when this list vws default response has a 5xx status code

func (*ListVwsDefault) IsSuccess

func (o *ListVwsDefault) IsSuccess() bool

IsSuccess returns true when this list vws default response has a 2xx status code

func (*ListVwsDefault) String

func (o *ListVwsDefault) String() string

type ListVwsOK

type ListVwsOK struct {
	Payload *models.ListVwsResponse
}

ListVwsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewListVwsOK

func NewListVwsOK() *ListVwsOK

NewListVwsOK creates a ListVwsOK with default headers values

func (*ListVwsOK) Code

func (o *ListVwsOK) Code() int

Code gets the status code for the list vws o k response

func (*ListVwsOK) Error

func (o *ListVwsOK) Error() string

func (*ListVwsOK) GetPayload

func (o *ListVwsOK) GetPayload() *models.ListVwsResponse

func (*ListVwsOK) IsClientError

func (o *ListVwsOK) IsClientError() bool

IsClientError returns true when this list vws o k response has a 4xx status code

func (*ListVwsOK) IsCode

func (o *ListVwsOK) IsCode(code int) bool

IsCode returns true when this list vws o k response a status code equal to that given

func (*ListVwsOK) IsRedirect

func (o *ListVwsOK) IsRedirect() bool

IsRedirect returns true when this list vws o k response has a 3xx status code

func (*ListVwsOK) IsServerError

func (o *ListVwsOK) IsServerError() bool

IsServerError returns true when this list vws o k response has a 5xx status code

func (*ListVwsOK) IsSuccess

func (o *ListVwsOK) IsSuccess() bool

IsSuccess returns true when this list vws o k response has a 2xx status code

func (*ListVwsOK) String

func (o *ListVwsOK) String() string

type ListVwsParams

type ListVwsParams struct {

	// Input.
	Input *models.ListVwsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVwsParams contains all the parameters to send to the API endpoint

for the list vws operation.

Typically these are written to a http.Request.

func NewListVwsParams

func NewListVwsParams() *ListVwsParams

NewListVwsParams creates a new ListVwsParams 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 NewListVwsParamsWithContext

func NewListVwsParamsWithContext(ctx context.Context) *ListVwsParams

NewListVwsParamsWithContext creates a new ListVwsParams object with the ability to set a context for a request.

func NewListVwsParamsWithHTTPClient

func NewListVwsParamsWithHTTPClient(client *http.Client) *ListVwsParams

NewListVwsParamsWithHTTPClient creates a new ListVwsParams object with the ability to set a custom HTTPClient for a request.

func NewListVwsParamsWithTimeout

func NewListVwsParamsWithTimeout(timeout time.Duration) *ListVwsParams

NewListVwsParamsWithTimeout creates a new ListVwsParams object with the ability to set a timeout on a request.

func (*ListVwsParams) SetContext

func (o *ListVwsParams) SetContext(ctx context.Context)

SetContext adds the context to the list vws params

func (*ListVwsParams) SetDefaults

func (o *ListVwsParams) SetDefaults()

SetDefaults hydrates default values in the list vws params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwsParams) SetHTTPClient

func (o *ListVwsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list vws params

func (*ListVwsParams) SetInput

func (o *ListVwsParams) SetInput(input *models.ListVwsRequest)

SetInput adds the input to the list vws params

func (*ListVwsParams) SetTimeout

func (o *ListVwsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list vws params

func (*ListVwsParams) WithContext

func (o *ListVwsParams) WithContext(ctx context.Context) *ListVwsParams

WithContext adds the context to the list vws params

func (*ListVwsParams) WithDefaults

func (o *ListVwsParams) WithDefaults() *ListVwsParams

WithDefaults hydrates default values in the list vws params (not the query body).

All values with no default are reset to their zero value.

func (*ListVwsParams) WithHTTPClient

func (o *ListVwsParams) WithHTTPClient(client *http.Client) *ListVwsParams

WithHTTPClient adds the HTTPClient to the list vws params

func (*ListVwsParams) WithInput

func (o *ListVwsParams) WithInput(input *models.ListVwsRequest) *ListVwsParams

WithInput adds the input to the list vws params

func (*ListVwsParams) WithTimeout

func (o *ListVwsParams) WithTimeout(timeout time.Duration) *ListVwsParams

WithTimeout adds the timeout to the list vws params

func (*ListVwsParams) WriteToRequest

func (o *ListVwsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListVwsReader

type ListVwsReader struct {
	// contains filtered or unexported fields
}

ListVwsReader is a Reader for the ListVws structure.

func (*ListVwsReader) ReadResponse

func (o *ListVwsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RebuildDbcDefault

type RebuildDbcDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RebuildDbcDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRebuildDbcDefault

func NewRebuildDbcDefault(code int) *RebuildDbcDefault

NewRebuildDbcDefault creates a RebuildDbcDefault with default headers values

func (*RebuildDbcDefault) Code

func (o *RebuildDbcDefault) Code() int

Code gets the status code for the rebuild dbc default response

func (*RebuildDbcDefault) Error

func (o *RebuildDbcDefault) Error() string

func (*RebuildDbcDefault) GetPayload

func (o *RebuildDbcDefault) GetPayload() *models.Error

func (*RebuildDbcDefault) IsClientError

func (o *RebuildDbcDefault) IsClientError() bool

IsClientError returns true when this rebuild dbc default response has a 4xx status code

func (*RebuildDbcDefault) IsCode

func (o *RebuildDbcDefault) IsCode(code int) bool

IsCode returns true when this rebuild dbc default response a status code equal to that given

func (*RebuildDbcDefault) IsRedirect

func (o *RebuildDbcDefault) IsRedirect() bool

IsRedirect returns true when this rebuild dbc default response has a 3xx status code

func (*RebuildDbcDefault) IsServerError

func (o *RebuildDbcDefault) IsServerError() bool

IsServerError returns true when this rebuild dbc default response has a 5xx status code

func (*RebuildDbcDefault) IsSuccess

func (o *RebuildDbcDefault) IsSuccess() bool

IsSuccess returns true when this rebuild dbc default response has a 2xx status code

func (*RebuildDbcDefault) String

func (o *RebuildDbcDefault) String() string

type RebuildDbcOK

type RebuildDbcOK struct {
	Payload models.RebuildDbcResponse
}

RebuildDbcOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRebuildDbcOK

func NewRebuildDbcOK() *RebuildDbcOK

NewRebuildDbcOK creates a RebuildDbcOK with default headers values

func (*RebuildDbcOK) Code

func (o *RebuildDbcOK) Code() int

Code gets the status code for the rebuild dbc o k response

func (*RebuildDbcOK) Error

func (o *RebuildDbcOK) Error() string

func (*RebuildDbcOK) GetPayload

func (o *RebuildDbcOK) GetPayload() models.RebuildDbcResponse

func (*RebuildDbcOK) IsClientError

func (o *RebuildDbcOK) IsClientError() bool

IsClientError returns true when this rebuild dbc o k response has a 4xx status code

func (*RebuildDbcOK) IsCode

func (o *RebuildDbcOK) IsCode(code int) bool

IsCode returns true when this rebuild dbc o k response a status code equal to that given

func (*RebuildDbcOK) IsRedirect

func (o *RebuildDbcOK) IsRedirect() bool

IsRedirect returns true when this rebuild dbc o k response has a 3xx status code

func (*RebuildDbcOK) IsServerError

func (o *RebuildDbcOK) IsServerError() bool

IsServerError returns true when this rebuild dbc o k response has a 5xx status code

func (*RebuildDbcOK) IsSuccess

func (o *RebuildDbcOK) IsSuccess() bool

IsSuccess returns true when this rebuild dbc o k response has a 2xx status code

func (*RebuildDbcOK) String

func (o *RebuildDbcOK) String() string

type RebuildDbcParams

type RebuildDbcParams struct {

	// Input.
	Input *models.RebuildDbcRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RebuildDbcParams contains all the parameters to send to the API endpoint

for the rebuild dbc operation.

Typically these are written to a http.Request.

func NewRebuildDbcParams

func NewRebuildDbcParams() *RebuildDbcParams

NewRebuildDbcParams creates a new RebuildDbcParams 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 NewRebuildDbcParamsWithContext

func NewRebuildDbcParamsWithContext(ctx context.Context) *RebuildDbcParams

NewRebuildDbcParamsWithContext creates a new RebuildDbcParams object with the ability to set a context for a request.

func NewRebuildDbcParamsWithHTTPClient

func NewRebuildDbcParamsWithHTTPClient(client *http.Client) *RebuildDbcParams

NewRebuildDbcParamsWithHTTPClient creates a new RebuildDbcParams object with the ability to set a custom HTTPClient for a request.

func NewRebuildDbcParamsWithTimeout

func NewRebuildDbcParamsWithTimeout(timeout time.Duration) *RebuildDbcParams

NewRebuildDbcParamsWithTimeout creates a new RebuildDbcParams object with the ability to set a timeout on a request.

func (*RebuildDbcParams) SetContext

func (o *RebuildDbcParams) SetContext(ctx context.Context)

SetContext adds the context to the rebuild dbc params

func (*RebuildDbcParams) SetDefaults

func (o *RebuildDbcParams) SetDefaults()

SetDefaults hydrates default values in the rebuild dbc params (not the query body).

All values with no default are reset to their zero value.

func (*RebuildDbcParams) SetHTTPClient

func (o *RebuildDbcParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rebuild dbc params

func (*RebuildDbcParams) SetInput

func (o *RebuildDbcParams) SetInput(input *models.RebuildDbcRequest)

SetInput adds the input to the rebuild dbc params

func (*RebuildDbcParams) SetTimeout

func (o *RebuildDbcParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rebuild dbc params

func (*RebuildDbcParams) WithContext

func (o *RebuildDbcParams) WithContext(ctx context.Context) *RebuildDbcParams

WithContext adds the context to the rebuild dbc params

func (*RebuildDbcParams) WithDefaults

func (o *RebuildDbcParams) WithDefaults() *RebuildDbcParams

WithDefaults hydrates default values in the rebuild dbc params (not the query body).

All values with no default are reset to their zero value.

func (*RebuildDbcParams) WithHTTPClient

func (o *RebuildDbcParams) WithHTTPClient(client *http.Client) *RebuildDbcParams

WithHTTPClient adds the HTTPClient to the rebuild dbc params

func (*RebuildDbcParams) WithInput

WithInput adds the input to the rebuild dbc params

func (*RebuildDbcParams) WithTimeout

func (o *RebuildDbcParams) WithTimeout(timeout time.Duration) *RebuildDbcParams

WithTimeout adds the timeout to the rebuild dbc params

func (*RebuildDbcParams) WriteToRequest

func (o *RebuildDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RebuildDbcReader

type RebuildDbcReader struct {
	// contains filtered or unexported fields
}

RebuildDbcReader is a Reader for the RebuildDbc structure.

func (*RebuildDbcReader) ReadResponse

func (o *RebuildDbcReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RebuildVwDefault

type RebuildVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RebuildVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRebuildVwDefault

func NewRebuildVwDefault(code int) *RebuildVwDefault

NewRebuildVwDefault creates a RebuildVwDefault with default headers values

func (*RebuildVwDefault) Code

func (o *RebuildVwDefault) Code() int

Code gets the status code for the rebuild vw default response

func (*RebuildVwDefault) Error

func (o *RebuildVwDefault) Error() string

func (*RebuildVwDefault) GetPayload

func (o *RebuildVwDefault) GetPayload() *models.Error

func (*RebuildVwDefault) IsClientError

func (o *RebuildVwDefault) IsClientError() bool

IsClientError returns true when this rebuild vw default response has a 4xx status code

func (*RebuildVwDefault) IsCode

func (o *RebuildVwDefault) IsCode(code int) bool

IsCode returns true when this rebuild vw default response a status code equal to that given

func (*RebuildVwDefault) IsRedirect

func (o *RebuildVwDefault) IsRedirect() bool

IsRedirect returns true when this rebuild vw default response has a 3xx status code

func (*RebuildVwDefault) IsServerError

func (o *RebuildVwDefault) IsServerError() bool

IsServerError returns true when this rebuild vw default response has a 5xx status code

func (*RebuildVwDefault) IsSuccess

func (o *RebuildVwDefault) IsSuccess() bool

IsSuccess returns true when this rebuild vw default response has a 2xx status code

func (*RebuildVwDefault) String

func (o *RebuildVwDefault) String() string

type RebuildVwOK

type RebuildVwOK struct {
	Payload models.RebuildVwResponse
}

RebuildVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRebuildVwOK

func NewRebuildVwOK() *RebuildVwOK

NewRebuildVwOK creates a RebuildVwOK with default headers values

func (*RebuildVwOK) Code

func (o *RebuildVwOK) Code() int

Code gets the status code for the rebuild vw o k response

func (*RebuildVwOK) Error

func (o *RebuildVwOK) Error() string

func (*RebuildVwOK) GetPayload

func (o *RebuildVwOK) GetPayload() models.RebuildVwResponse

func (*RebuildVwOK) IsClientError

func (o *RebuildVwOK) IsClientError() bool

IsClientError returns true when this rebuild vw o k response has a 4xx status code

func (*RebuildVwOK) IsCode

func (o *RebuildVwOK) IsCode(code int) bool

IsCode returns true when this rebuild vw o k response a status code equal to that given

func (*RebuildVwOK) IsRedirect

func (o *RebuildVwOK) IsRedirect() bool

IsRedirect returns true when this rebuild vw o k response has a 3xx status code

func (*RebuildVwOK) IsServerError

func (o *RebuildVwOK) IsServerError() bool

IsServerError returns true when this rebuild vw o k response has a 5xx status code

func (*RebuildVwOK) IsSuccess

func (o *RebuildVwOK) IsSuccess() bool

IsSuccess returns true when this rebuild vw o k response has a 2xx status code

func (*RebuildVwOK) String

func (o *RebuildVwOK) String() string

type RebuildVwParams

type RebuildVwParams struct {

	// Input.
	Input *models.RebuildVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RebuildVwParams contains all the parameters to send to the API endpoint

for the rebuild vw operation.

Typically these are written to a http.Request.

func NewRebuildVwParams

func NewRebuildVwParams() *RebuildVwParams

NewRebuildVwParams creates a new RebuildVwParams 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 NewRebuildVwParamsWithContext

func NewRebuildVwParamsWithContext(ctx context.Context) *RebuildVwParams

NewRebuildVwParamsWithContext creates a new RebuildVwParams object with the ability to set a context for a request.

func NewRebuildVwParamsWithHTTPClient

func NewRebuildVwParamsWithHTTPClient(client *http.Client) *RebuildVwParams

NewRebuildVwParamsWithHTTPClient creates a new RebuildVwParams object with the ability to set a custom HTTPClient for a request.

func NewRebuildVwParamsWithTimeout

func NewRebuildVwParamsWithTimeout(timeout time.Duration) *RebuildVwParams

NewRebuildVwParamsWithTimeout creates a new RebuildVwParams object with the ability to set a timeout on a request.

func (*RebuildVwParams) SetContext

func (o *RebuildVwParams) SetContext(ctx context.Context)

SetContext adds the context to the rebuild vw params

func (*RebuildVwParams) SetDefaults

func (o *RebuildVwParams) SetDefaults()

SetDefaults hydrates default values in the rebuild vw params (not the query body).

All values with no default are reset to their zero value.

func (*RebuildVwParams) SetHTTPClient

func (o *RebuildVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the rebuild vw params

func (*RebuildVwParams) SetInput

func (o *RebuildVwParams) SetInput(input *models.RebuildVwRequest)

SetInput adds the input to the rebuild vw params

func (*RebuildVwParams) SetTimeout

func (o *RebuildVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the rebuild vw params

func (*RebuildVwParams) WithContext

func (o *RebuildVwParams) WithContext(ctx context.Context) *RebuildVwParams

WithContext adds the context to the rebuild vw params

func (*RebuildVwParams) WithDefaults

func (o *RebuildVwParams) WithDefaults() *RebuildVwParams

WithDefaults hydrates default values in the rebuild vw params (not the query body).

All values with no default are reset to their zero value.

func (*RebuildVwParams) WithHTTPClient

func (o *RebuildVwParams) WithHTTPClient(client *http.Client) *RebuildVwParams

WithHTTPClient adds the HTTPClient to the rebuild vw params

func (*RebuildVwParams) WithInput

WithInput adds the input to the rebuild vw params

func (*RebuildVwParams) WithTimeout

func (o *RebuildVwParams) WithTimeout(timeout time.Duration) *RebuildVwParams

WithTimeout adds the timeout to the rebuild vw params

func (*RebuildVwParams) WriteToRequest

func (o *RebuildVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RebuildVwReader

type RebuildVwReader struct {
	// contains filtered or unexported fields
}

RebuildVwReader is a Reader for the RebuildVw structure.

func (*RebuildVwReader) ReadResponse

func (o *RebuildVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RenewCertificatesDefault

type RenewCertificatesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RenewCertificatesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRenewCertificatesDefault

func NewRenewCertificatesDefault(code int) *RenewCertificatesDefault

NewRenewCertificatesDefault creates a RenewCertificatesDefault with default headers values

func (*RenewCertificatesDefault) Code

func (o *RenewCertificatesDefault) Code() int

Code gets the status code for the renew certificates default response

func (*RenewCertificatesDefault) Error

func (o *RenewCertificatesDefault) Error() string

func (*RenewCertificatesDefault) GetPayload

func (o *RenewCertificatesDefault) GetPayload() *models.Error

func (*RenewCertificatesDefault) IsClientError

func (o *RenewCertificatesDefault) IsClientError() bool

IsClientError returns true when this renew certificates default response has a 4xx status code

func (*RenewCertificatesDefault) IsCode

func (o *RenewCertificatesDefault) IsCode(code int) bool

IsCode returns true when this renew certificates default response a status code equal to that given

func (*RenewCertificatesDefault) IsRedirect

func (o *RenewCertificatesDefault) IsRedirect() bool

IsRedirect returns true when this renew certificates default response has a 3xx status code

func (*RenewCertificatesDefault) IsServerError

func (o *RenewCertificatesDefault) IsServerError() bool

IsServerError returns true when this renew certificates default response has a 5xx status code

func (*RenewCertificatesDefault) IsSuccess

func (o *RenewCertificatesDefault) IsSuccess() bool

IsSuccess returns true when this renew certificates default response has a 2xx status code

func (*RenewCertificatesDefault) String

func (o *RenewCertificatesDefault) String() string

type RenewCertificatesMethodNotAllowed

type RenewCertificatesMethodNotAllowed struct {
	Payload *models.Error
}

RenewCertificatesMethodNotAllowed describes a response with status code 405, with default header values.

Operation not allowed on non-Azure clusters.

func NewRenewCertificatesMethodNotAllowed

func NewRenewCertificatesMethodNotAllowed() *RenewCertificatesMethodNotAllowed

NewRenewCertificatesMethodNotAllowed creates a RenewCertificatesMethodNotAllowed with default headers values

func (*RenewCertificatesMethodNotAllowed) Code

Code gets the status code for the renew certificates method not allowed response

func (*RenewCertificatesMethodNotAllowed) Error

func (*RenewCertificatesMethodNotAllowed) GetPayload

func (*RenewCertificatesMethodNotAllowed) IsClientError

func (o *RenewCertificatesMethodNotAllowed) IsClientError() bool

IsClientError returns true when this renew certificates method not allowed response has a 4xx status code

func (*RenewCertificatesMethodNotAllowed) IsCode

func (o *RenewCertificatesMethodNotAllowed) IsCode(code int) bool

IsCode returns true when this renew certificates method not allowed response a status code equal to that given

func (*RenewCertificatesMethodNotAllowed) IsRedirect

func (o *RenewCertificatesMethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this renew certificates method not allowed response has a 3xx status code

func (*RenewCertificatesMethodNotAllowed) IsServerError

func (o *RenewCertificatesMethodNotAllowed) IsServerError() bool

IsServerError returns true when this renew certificates method not allowed response has a 5xx status code

func (*RenewCertificatesMethodNotAllowed) IsSuccess

func (o *RenewCertificatesMethodNotAllowed) IsSuccess() bool

IsSuccess returns true when this renew certificates method not allowed response has a 2xx status code

func (*RenewCertificatesMethodNotAllowed) String

type RenewCertificatesOK

type RenewCertificatesOK struct {
	Payload models.RenewCertificatesResponse
}

RenewCertificatesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRenewCertificatesOK

func NewRenewCertificatesOK() *RenewCertificatesOK

NewRenewCertificatesOK creates a RenewCertificatesOK with default headers values

func (*RenewCertificatesOK) Code

func (o *RenewCertificatesOK) Code() int

Code gets the status code for the renew certificates o k response

func (*RenewCertificatesOK) Error

func (o *RenewCertificatesOK) Error() string

func (*RenewCertificatesOK) GetPayload

func (*RenewCertificatesOK) IsClientError

func (o *RenewCertificatesOK) IsClientError() bool

IsClientError returns true when this renew certificates o k response has a 4xx status code

func (*RenewCertificatesOK) IsCode

func (o *RenewCertificatesOK) IsCode(code int) bool

IsCode returns true when this renew certificates o k response a status code equal to that given

func (*RenewCertificatesOK) IsRedirect

func (o *RenewCertificatesOK) IsRedirect() bool

IsRedirect returns true when this renew certificates o k response has a 3xx status code

func (*RenewCertificatesOK) IsServerError

func (o *RenewCertificatesOK) IsServerError() bool

IsServerError returns true when this renew certificates o k response has a 5xx status code

func (*RenewCertificatesOK) IsSuccess

func (o *RenewCertificatesOK) IsSuccess() bool

IsSuccess returns true when this renew certificates o k response has a 2xx status code

func (*RenewCertificatesOK) String

func (o *RenewCertificatesOK) String() string

type RenewCertificatesParams

type RenewCertificatesParams struct {

	// Input.
	Input *models.RenewCertificatesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RenewCertificatesParams contains all the parameters to send to the API endpoint

for the renew certificates operation.

Typically these are written to a http.Request.

func NewRenewCertificatesParams

func NewRenewCertificatesParams() *RenewCertificatesParams

NewRenewCertificatesParams creates a new RenewCertificatesParams 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 NewRenewCertificatesParamsWithContext

func NewRenewCertificatesParamsWithContext(ctx context.Context) *RenewCertificatesParams

NewRenewCertificatesParamsWithContext creates a new RenewCertificatesParams object with the ability to set a context for a request.

func NewRenewCertificatesParamsWithHTTPClient

func NewRenewCertificatesParamsWithHTTPClient(client *http.Client) *RenewCertificatesParams

NewRenewCertificatesParamsWithHTTPClient creates a new RenewCertificatesParams object with the ability to set a custom HTTPClient for a request.

func NewRenewCertificatesParamsWithTimeout

func NewRenewCertificatesParamsWithTimeout(timeout time.Duration) *RenewCertificatesParams

NewRenewCertificatesParamsWithTimeout creates a new RenewCertificatesParams object with the ability to set a timeout on a request.

func (*RenewCertificatesParams) SetContext

func (o *RenewCertificatesParams) SetContext(ctx context.Context)

SetContext adds the context to the renew certificates params

func (*RenewCertificatesParams) SetDefaults

func (o *RenewCertificatesParams) SetDefaults()

SetDefaults hydrates default values in the renew certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RenewCertificatesParams) SetHTTPClient

func (o *RenewCertificatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the renew certificates params

func (*RenewCertificatesParams) SetInput

SetInput adds the input to the renew certificates params

func (*RenewCertificatesParams) SetTimeout

func (o *RenewCertificatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the renew certificates params

func (*RenewCertificatesParams) WithContext

WithContext adds the context to the renew certificates params

func (*RenewCertificatesParams) WithDefaults

WithDefaults hydrates default values in the renew certificates params (not the query body).

All values with no default are reset to their zero value.

func (*RenewCertificatesParams) WithHTTPClient

func (o *RenewCertificatesParams) WithHTTPClient(client *http.Client) *RenewCertificatesParams

WithHTTPClient adds the HTTPClient to the renew certificates params

func (*RenewCertificatesParams) WithInput

WithInput adds the input to the renew certificates params

func (*RenewCertificatesParams) WithTimeout

WithTimeout adds the timeout to the renew certificates params

func (*RenewCertificatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RenewCertificatesReader

type RenewCertificatesReader struct {
	// contains filtered or unexported fields
}

RenewCertificatesReader is a Reader for the RenewCertificates structure.

func (*RenewCertificatesReader) ReadResponse

func (o *RenewCertificatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartDbcDefault

type RestartDbcDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestartDbcDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestartDbcDefault

func NewRestartDbcDefault(code int) *RestartDbcDefault

NewRestartDbcDefault creates a RestartDbcDefault with default headers values

func (*RestartDbcDefault) Code

func (o *RestartDbcDefault) Code() int

Code gets the status code for the restart dbc default response

func (*RestartDbcDefault) Error

func (o *RestartDbcDefault) Error() string

func (*RestartDbcDefault) GetPayload

func (o *RestartDbcDefault) GetPayload() *models.Error

func (*RestartDbcDefault) IsClientError

func (o *RestartDbcDefault) IsClientError() bool

IsClientError returns true when this restart dbc default response has a 4xx status code

func (*RestartDbcDefault) IsCode

func (o *RestartDbcDefault) IsCode(code int) bool

IsCode returns true when this restart dbc default response a status code equal to that given

func (*RestartDbcDefault) IsRedirect

func (o *RestartDbcDefault) IsRedirect() bool

IsRedirect returns true when this restart dbc default response has a 3xx status code

func (*RestartDbcDefault) IsServerError

func (o *RestartDbcDefault) IsServerError() bool

IsServerError returns true when this restart dbc default response has a 5xx status code

func (*RestartDbcDefault) IsSuccess

func (o *RestartDbcDefault) IsSuccess() bool

IsSuccess returns true when this restart dbc default response has a 2xx status code

func (*RestartDbcDefault) String

func (o *RestartDbcDefault) String() string

type RestartDbcOK

type RestartDbcOK struct {
	Payload models.RestartDbcResponse
}

RestartDbcOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestartDbcOK

func NewRestartDbcOK() *RestartDbcOK

NewRestartDbcOK creates a RestartDbcOK with default headers values

func (*RestartDbcOK) Code

func (o *RestartDbcOK) Code() int

Code gets the status code for the restart dbc o k response

func (*RestartDbcOK) Error

func (o *RestartDbcOK) Error() string

func (*RestartDbcOK) GetPayload

func (o *RestartDbcOK) GetPayload() models.RestartDbcResponse

func (*RestartDbcOK) IsClientError

func (o *RestartDbcOK) IsClientError() bool

IsClientError returns true when this restart dbc o k response has a 4xx status code

func (*RestartDbcOK) IsCode

func (o *RestartDbcOK) IsCode(code int) bool

IsCode returns true when this restart dbc o k response a status code equal to that given

func (*RestartDbcOK) IsRedirect

func (o *RestartDbcOK) IsRedirect() bool

IsRedirect returns true when this restart dbc o k response has a 3xx status code

func (*RestartDbcOK) IsServerError

func (o *RestartDbcOK) IsServerError() bool

IsServerError returns true when this restart dbc o k response has a 5xx status code

func (*RestartDbcOK) IsSuccess

func (o *RestartDbcOK) IsSuccess() bool

IsSuccess returns true when this restart dbc o k response has a 2xx status code

func (*RestartDbcOK) String

func (o *RestartDbcOK) String() string

type RestartDbcParams

type RestartDbcParams struct {

	// Input.
	Input *models.RestartDbcRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartDbcParams contains all the parameters to send to the API endpoint

for the restart dbc operation.

Typically these are written to a http.Request.

func NewRestartDbcParams

func NewRestartDbcParams() *RestartDbcParams

NewRestartDbcParams creates a new RestartDbcParams 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 NewRestartDbcParamsWithContext

func NewRestartDbcParamsWithContext(ctx context.Context) *RestartDbcParams

NewRestartDbcParamsWithContext creates a new RestartDbcParams object with the ability to set a context for a request.

func NewRestartDbcParamsWithHTTPClient

func NewRestartDbcParamsWithHTTPClient(client *http.Client) *RestartDbcParams

NewRestartDbcParamsWithHTTPClient creates a new RestartDbcParams object with the ability to set a custom HTTPClient for a request.

func NewRestartDbcParamsWithTimeout

func NewRestartDbcParamsWithTimeout(timeout time.Duration) *RestartDbcParams

NewRestartDbcParamsWithTimeout creates a new RestartDbcParams object with the ability to set a timeout on a request.

func (*RestartDbcParams) SetContext

func (o *RestartDbcParams) SetContext(ctx context.Context)

SetContext adds the context to the restart dbc params

func (*RestartDbcParams) SetDefaults

func (o *RestartDbcParams) SetDefaults()

SetDefaults hydrates default values in the restart dbc params (not the query body).

All values with no default are reset to their zero value.

func (*RestartDbcParams) SetHTTPClient

func (o *RestartDbcParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart dbc params

func (*RestartDbcParams) SetInput

func (o *RestartDbcParams) SetInput(input *models.RestartDbcRequest)

SetInput adds the input to the restart dbc params

func (*RestartDbcParams) SetTimeout

func (o *RestartDbcParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restart dbc params

func (*RestartDbcParams) WithContext

func (o *RestartDbcParams) WithContext(ctx context.Context) *RestartDbcParams

WithContext adds the context to the restart dbc params

func (*RestartDbcParams) WithDefaults

func (o *RestartDbcParams) WithDefaults() *RestartDbcParams

WithDefaults hydrates default values in the restart dbc params (not the query body).

All values with no default are reset to their zero value.

func (*RestartDbcParams) WithHTTPClient

func (o *RestartDbcParams) WithHTTPClient(client *http.Client) *RestartDbcParams

WithHTTPClient adds the HTTPClient to the restart dbc params

func (*RestartDbcParams) WithInput

WithInput adds the input to the restart dbc params

func (*RestartDbcParams) WithTimeout

func (o *RestartDbcParams) WithTimeout(timeout time.Duration) *RestartDbcParams

WithTimeout adds the timeout to the restart dbc params

func (*RestartDbcParams) WriteToRequest

func (o *RestartDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestartDbcReader

type RestartDbcReader struct {
	// contains filtered or unexported fields
}

RestartDbcReader is a Reader for the RestartDbc structure.

func (*RestartDbcReader) ReadResponse

func (o *RestartDbcReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartVwDefault

type RestartVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestartVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestartVwDefault

func NewRestartVwDefault(code int) *RestartVwDefault

NewRestartVwDefault creates a RestartVwDefault with default headers values

func (*RestartVwDefault) Code

func (o *RestartVwDefault) Code() int

Code gets the status code for the restart vw default response

func (*RestartVwDefault) Error

func (o *RestartVwDefault) Error() string

func (*RestartVwDefault) GetPayload

func (o *RestartVwDefault) GetPayload() *models.Error

func (*RestartVwDefault) IsClientError

func (o *RestartVwDefault) IsClientError() bool

IsClientError returns true when this restart vw default response has a 4xx status code

func (*RestartVwDefault) IsCode

func (o *RestartVwDefault) IsCode(code int) bool

IsCode returns true when this restart vw default response a status code equal to that given

func (*RestartVwDefault) IsRedirect

func (o *RestartVwDefault) IsRedirect() bool

IsRedirect returns true when this restart vw default response has a 3xx status code

func (*RestartVwDefault) IsServerError

func (o *RestartVwDefault) IsServerError() bool

IsServerError returns true when this restart vw default response has a 5xx status code

func (*RestartVwDefault) IsSuccess

func (o *RestartVwDefault) IsSuccess() bool

IsSuccess returns true when this restart vw default response has a 2xx status code

func (*RestartVwDefault) String

func (o *RestartVwDefault) String() string

type RestartVwOK

type RestartVwOK struct {
	Payload models.RestartVwResponse
}

RestartVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestartVwOK

func NewRestartVwOK() *RestartVwOK

NewRestartVwOK creates a RestartVwOK with default headers values

func (*RestartVwOK) Code

func (o *RestartVwOK) Code() int

Code gets the status code for the restart vw o k response

func (*RestartVwOK) Error

func (o *RestartVwOK) Error() string

func (*RestartVwOK) GetPayload

func (o *RestartVwOK) GetPayload() models.RestartVwResponse

func (*RestartVwOK) IsClientError

func (o *RestartVwOK) IsClientError() bool

IsClientError returns true when this restart vw o k response has a 4xx status code

func (*RestartVwOK) IsCode

func (o *RestartVwOK) IsCode(code int) bool

IsCode returns true when this restart vw o k response a status code equal to that given

func (*RestartVwOK) IsRedirect

func (o *RestartVwOK) IsRedirect() bool

IsRedirect returns true when this restart vw o k response has a 3xx status code

func (*RestartVwOK) IsServerError

func (o *RestartVwOK) IsServerError() bool

IsServerError returns true when this restart vw o k response has a 5xx status code

func (*RestartVwOK) IsSuccess

func (o *RestartVwOK) IsSuccess() bool

IsSuccess returns true when this restart vw o k response has a 2xx status code

func (*RestartVwOK) String

func (o *RestartVwOK) String() string

type RestartVwParams

type RestartVwParams struct {

	// Input.
	Input *models.RestartVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartVwParams contains all the parameters to send to the API endpoint

for the restart vw operation.

Typically these are written to a http.Request.

func NewRestartVwParams

func NewRestartVwParams() *RestartVwParams

NewRestartVwParams creates a new RestartVwParams 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 NewRestartVwParamsWithContext

func NewRestartVwParamsWithContext(ctx context.Context) *RestartVwParams

NewRestartVwParamsWithContext creates a new RestartVwParams object with the ability to set a context for a request.

func NewRestartVwParamsWithHTTPClient

func NewRestartVwParamsWithHTTPClient(client *http.Client) *RestartVwParams

NewRestartVwParamsWithHTTPClient creates a new RestartVwParams object with the ability to set a custom HTTPClient for a request.

func NewRestartVwParamsWithTimeout

func NewRestartVwParamsWithTimeout(timeout time.Duration) *RestartVwParams

NewRestartVwParamsWithTimeout creates a new RestartVwParams object with the ability to set a timeout on a request.

func (*RestartVwParams) SetContext

func (o *RestartVwParams) SetContext(ctx context.Context)

SetContext adds the context to the restart vw params

func (*RestartVwParams) SetDefaults

func (o *RestartVwParams) SetDefaults()

SetDefaults hydrates default values in the restart vw params (not the query body).

All values with no default are reset to their zero value.

func (*RestartVwParams) SetHTTPClient

func (o *RestartVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart vw params

func (*RestartVwParams) SetInput

func (o *RestartVwParams) SetInput(input *models.RestartVwRequest)

SetInput adds the input to the restart vw params

func (*RestartVwParams) SetTimeout

func (o *RestartVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restart vw params

func (*RestartVwParams) WithContext

func (o *RestartVwParams) WithContext(ctx context.Context) *RestartVwParams

WithContext adds the context to the restart vw params

func (*RestartVwParams) WithDefaults

func (o *RestartVwParams) WithDefaults() *RestartVwParams

WithDefaults hydrates default values in the restart vw params (not the query body).

All values with no default are reset to their zero value.

func (*RestartVwParams) WithHTTPClient

func (o *RestartVwParams) WithHTTPClient(client *http.Client) *RestartVwParams

WithHTTPClient adds the HTTPClient to the restart vw params

func (*RestartVwParams) WithInput

WithInput adds the input to the restart vw params

func (*RestartVwParams) WithTimeout

func (o *RestartVwParams) WithTimeout(timeout time.Duration) *RestartVwParams

WithTimeout adds the timeout to the restart vw params

func (*RestartVwParams) WriteToRequest

func (o *RestartVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestartVwReader

type RestartVwReader struct {
	// contains filtered or unexported fields
}

RestartVwReader is a Reader for the RestartVw structure.

func (*RestartVwReader) ReadResponse

func (o *RestartVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreBackupDefault

type RestoreBackupDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestoreBackupDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestoreBackupDefault

func NewRestoreBackupDefault(code int) *RestoreBackupDefault

NewRestoreBackupDefault creates a RestoreBackupDefault with default headers values

func (*RestoreBackupDefault) Code

func (o *RestoreBackupDefault) Code() int

Code gets the status code for the restore backup default response

func (*RestoreBackupDefault) Error

func (o *RestoreBackupDefault) Error() string

func (*RestoreBackupDefault) GetPayload

func (o *RestoreBackupDefault) GetPayload() *models.Error

func (*RestoreBackupDefault) IsClientError

func (o *RestoreBackupDefault) IsClientError() bool

IsClientError returns true when this restore backup default response has a 4xx status code

func (*RestoreBackupDefault) IsCode

func (o *RestoreBackupDefault) IsCode(code int) bool

IsCode returns true when this restore backup default response a status code equal to that given

func (*RestoreBackupDefault) IsRedirect

func (o *RestoreBackupDefault) IsRedirect() bool

IsRedirect returns true when this restore backup default response has a 3xx status code

func (*RestoreBackupDefault) IsServerError

func (o *RestoreBackupDefault) IsServerError() bool

IsServerError returns true when this restore backup default response has a 5xx status code

func (*RestoreBackupDefault) IsSuccess

func (o *RestoreBackupDefault) IsSuccess() bool

IsSuccess returns true when this restore backup default response has a 2xx status code

func (*RestoreBackupDefault) String

func (o *RestoreBackupDefault) String() string

type RestoreBackupOK

type RestoreBackupOK struct {
	Payload *models.RestoreBackupResponse
}

RestoreBackupOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestoreBackupOK

func NewRestoreBackupOK() *RestoreBackupOK

NewRestoreBackupOK creates a RestoreBackupOK with default headers values

func (*RestoreBackupOK) Code

func (o *RestoreBackupOK) Code() int

Code gets the status code for the restore backup o k response

func (*RestoreBackupOK) Error

func (o *RestoreBackupOK) Error() string

func (*RestoreBackupOK) GetPayload

func (o *RestoreBackupOK) GetPayload() *models.RestoreBackupResponse

func (*RestoreBackupOK) IsClientError

func (o *RestoreBackupOK) IsClientError() bool

IsClientError returns true when this restore backup o k response has a 4xx status code

func (*RestoreBackupOK) IsCode

func (o *RestoreBackupOK) IsCode(code int) bool

IsCode returns true when this restore backup o k response a status code equal to that given

func (*RestoreBackupOK) IsRedirect

func (o *RestoreBackupOK) IsRedirect() bool

IsRedirect returns true when this restore backup o k response has a 3xx status code

func (*RestoreBackupOK) IsServerError

func (o *RestoreBackupOK) IsServerError() bool

IsServerError returns true when this restore backup o k response has a 5xx status code

func (*RestoreBackupOK) IsSuccess

func (o *RestoreBackupOK) IsSuccess() bool

IsSuccess returns true when this restore backup o k response has a 2xx status code

func (*RestoreBackupOK) String

func (o *RestoreBackupOK) String() string

type RestoreBackupParams

type RestoreBackupParams struct {

	// Input.
	Input *models.RestoreBackupRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreBackupParams contains all the parameters to send to the API endpoint

for the restore backup operation.

Typically these are written to a http.Request.

func NewRestoreBackupParams

func NewRestoreBackupParams() *RestoreBackupParams

NewRestoreBackupParams creates a new RestoreBackupParams 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 NewRestoreBackupParamsWithContext

func NewRestoreBackupParamsWithContext(ctx context.Context) *RestoreBackupParams

NewRestoreBackupParamsWithContext creates a new RestoreBackupParams object with the ability to set a context for a request.

func NewRestoreBackupParamsWithHTTPClient

func NewRestoreBackupParamsWithHTTPClient(client *http.Client) *RestoreBackupParams

NewRestoreBackupParamsWithHTTPClient creates a new RestoreBackupParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreBackupParamsWithTimeout

func NewRestoreBackupParamsWithTimeout(timeout time.Duration) *RestoreBackupParams

NewRestoreBackupParamsWithTimeout creates a new RestoreBackupParams object with the ability to set a timeout on a request.

func (*RestoreBackupParams) SetContext

func (o *RestoreBackupParams) SetContext(ctx context.Context)

SetContext adds the context to the restore backup params

func (*RestoreBackupParams) SetDefaults

func (o *RestoreBackupParams) SetDefaults()

SetDefaults hydrates default values in the restore backup params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreBackupParams) SetHTTPClient

func (o *RestoreBackupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore backup params

func (*RestoreBackupParams) SetInput

func (o *RestoreBackupParams) SetInput(input *models.RestoreBackupRequest)

SetInput adds the input to the restore backup params

func (*RestoreBackupParams) SetTimeout

func (o *RestoreBackupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore backup params

func (*RestoreBackupParams) WithContext

WithContext adds the context to the restore backup params

func (*RestoreBackupParams) WithDefaults

func (o *RestoreBackupParams) WithDefaults() *RestoreBackupParams

WithDefaults hydrates default values in the restore backup params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreBackupParams) WithHTTPClient

func (o *RestoreBackupParams) WithHTTPClient(client *http.Client) *RestoreBackupParams

WithHTTPClient adds the HTTPClient to the restore backup params

func (*RestoreBackupParams) WithInput

WithInput adds the input to the restore backup params

func (*RestoreBackupParams) WithTimeout

func (o *RestoreBackupParams) WithTimeout(timeout time.Duration) *RestoreBackupParams

WithTimeout adds the timeout to the restore backup params

func (*RestoreBackupParams) WriteToRequest

func (o *RestoreBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestoreBackupReader

type RestoreBackupReader struct {
	// contains filtered or unexported fields
}

RestoreBackupReader is a Reader for the RestoreBackup structure.

func (*RestoreBackupReader) ReadResponse

func (o *RestoreBackupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreClusterDefault

type RestoreClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestoreClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewRestoreClusterDefault

func NewRestoreClusterDefault(code int) *RestoreClusterDefault

NewRestoreClusterDefault creates a RestoreClusterDefault with default headers values

func (*RestoreClusterDefault) Code

func (o *RestoreClusterDefault) Code() int

Code gets the status code for the restore cluster default response

func (*RestoreClusterDefault) Error

func (o *RestoreClusterDefault) Error() string

func (*RestoreClusterDefault) GetPayload

func (o *RestoreClusterDefault) GetPayload() *models.Error

func (*RestoreClusterDefault) IsClientError

func (o *RestoreClusterDefault) IsClientError() bool

IsClientError returns true when this restore cluster default response has a 4xx status code

func (*RestoreClusterDefault) IsCode

func (o *RestoreClusterDefault) IsCode(code int) bool

IsCode returns true when this restore cluster default response a status code equal to that given

func (*RestoreClusterDefault) IsRedirect

func (o *RestoreClusterDefault) IsRedirect() bool

IsRedirect returns true when this restore cluster default response has a 3xx status code

func (*RestoreClusterDefault) IsServerError

func (o *RestoreClusterDefault) IsServerError() bool

IsServerError returns true when this restore cluster default response has a 5xx status code

func (*RestoreClusterDefault) IsSuccess

func (o *RestoreClusterDefault) IsSuccess() bool

IsSuccess returns true when this restore cluster default response has a 2xx status code

func (*RestoreClusterDefault) String

func (o *RestoreClusterDefault) String() string

type RestoreClusterOK

type RestoreClusterOK struct {
	Payload *models.RestoreClusterResponse
}

RestoreClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewRestoreClusterOK

func NewRestoreClusterOK() *RestoreClusterOK

NewRestoreClusterOK creates a RestoreClusterOK with default headers values

func (*RestoreClusterOK) Code

func (o *RestoreClusterOK) Code() int

Code gets the status code for the restore cluster o k response

func (*RestoreClusterOK) Error

func (o *RestoreClusterOK) Error() string

func (*RestoreClusterOK) GetPayload

func (*RestoreClusterOK) IsClientError

func (o *RestoreClusterOK) IsClientError() bool

IsClientError returns true when this restore cluster o k response has a 4xx status code

func (*RestoreClusterOK) IsCode

func (o *RestoreClusterOK) IsCode(code int) bool

IsCode returns true when this restore cluster o k response a status code equal to that given

func (*RestoreClusterOK) IsRedirect

func (o *RestoreClusterOK) IsRedirect() bool

IsRedirect returns true when this restore cluster o k response has a 3xx status code

func (*RestoreClusterOK) IsServerError

func (o *RestoreClusterOK) IsServerError() bool

IsServerError returns true when this restore cluster o k response has a 5xx status code

func (*RestoreClusterOK) IsSuccess

func (o *RestoreClusterOK) IsSuccess() bool

IsSuccess returns true when this restore cluster o k response has a 2xx status code

func (*RestoreClusterOK) String

func (o *RestoreClusterOK) String() string

type RestoreClusterParams

type RestoreClusterParams struct {

	// Input.
	Input *models.RestoreClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreClusterParams contains all the parameters to send to the API endpoint

for the restore cluster operation.

Typically these are written to a http.Request.

func NewRestoreClusterParams

func NewRestoreClusterParams() *RestoreClusterParams

NewRestoreClusterParams creates a new RestoreClusterParams 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 NewRestoreClusterParamsWithContext

func NewRestoreClusterParamsWithContext(ctx context.Context) *RestoreClusterParams

NewRestoreClusterParamsWithContext creates a new RestoreClusterParams object with the ability to set a context for a request.

func NewRestoreClusterParamsWithHTTPClient

func NewRestoreClusterParamsWithHTTPClient(client *http.Client) *RestoreClusterParams

NewRestoreClusterParamsWithHTTPClient creates a new RestoreClusterParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreClusterParamsWithTimeout

func NewRestoreClusterParamsWithTimeout(timeout time.Duration) *RestoreClusterParams

NewRestoreClusterParamsWithTimeout creates a new RestoreClusterParams object with the ability to set a timeout on a request.

func (*RestoreClusterParams) SetContext

func (o *RestoreClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the restore cluster params

func (*RestoreClusterParams) SetDefaults

func (o *RestoreClusterParams) SetDefaults()

SetDefaults hydrates default values in the restore cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreClusterParams) SetHTTPClient

func (o *RestoreClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore cluster params

func (*RestoreClusterParams) SetInput

SetInput adds the input to the restore cluster params

func (*RestoreClusterParams) SetTimeout

func (o *RestoreClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore cluster params

func (*RestoreClusterParams) WithContext

WithContext adds the context to the restore cluster params

func (*RestoreClusterParams) WithDefaults

func (o *RestoreClusterParams) WithDefaults() *RestoreClusterParams

WithDefaults hydrates default values in the restore cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreClusterParams) WithHTTPClient

func (o *RestoreClusterParams) WithHTTPClient(client *http.Client) *RestoreClusterParams

WithHTTPClient adds the HTTPClient to the restore cluster params

func (*RestoreClusterParams) WithInput

WithInput adds the input to the restore cluster params

func (*RestoreClusterParams) WithTimeout

func (o *RestoreClusterParams) WithTimeout(timeout time.Duration) *RestoreClusterParams

WithTimeout adds the timeout to the restore cluster params

func (*RestoreClusterParams) WriteToRequest

func (o *RestoreClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestoreClusterReader

type RestoreClusterReader struct {
	// contains filtered or unexported fields
}

RestoreClusterReader is a Reader for the RestoreCluster structure.

func (*RestoreClusterReader) ReadResponse

func (o *RestoreClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResumeClusterDefault added in v0.4.2

type ResumeClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ResumeClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewResumeClusterDefault added in v0.4.2

func NewResumeClusterDefault(code int) *ResumeClusterDefault

NewResumeClusterDefault creates a ResumeClusterDefault with default headers values

func (*ResumeClusterDefault) Code added in v0.4.2

func (o *ResumeClusterDefault) Code() int

Code gets the status code for the resume cluster default response

func (*ResumeClusterDefault) Error added in v0.4.2

func (o *ResumeClusterDefault) Error() string

func (*ResumeClusterDefault) GetPayload added in v0.4.2

func (o *ResumeClusterDefault) GetPayload() *models.Error

func (*ResumeClusterDefault) IsClientError added in v0.4.2

func (o *ResumeClusterDefault) IsClientError() bool

IsClientError returns true when this resume cluster default response has a 4xx status code

func (*ResumeClusterDefault) IsCode added in v0.4.2

func (o *ResumeClusterDefault) IsCode(code int) bool

IsCode returns true when this resume cluster default response a status code equal to that given

func (*ResumeClusterDefault) IsRedirect added in v0.4.2

func (o *ResumeClusterDefault) IsRedirect() bool

IsRedirect returns true when this resume cluster default response has a 3xx status code

func (*ResumeClusterDefault) IsServerError added in v0.4.2

func (o *ResumeClusterDefault) IsServerError() bool

IsServerError returns true when this resume cluster default response has a 5xx status code

func (*ResumeClusterDefault) IsSuccess added in v0.4.2

func (o *ResumeClusterDefault) IsSuccess() bool

IsSuccess returns true when this resume cluster default response has a 2xx status code

func (*ResumeClusterDefault) String added in v0.4.2

func (o *ResumeClusterDefault) String() string

type ResumeClusterOK added in v0.4.2

type ResumeClusterOK struct {
	Payload *models.ResumeClusterResponse
}

ResumeClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewResumeClusterOK added in v0.4.2

func NewResumeClusterOK() *ResumeClusterOK

NewResumeClusterOK creates a ResumeClusterOK with default headers values

func (*ResumeClusterOK) Code added in v0.4.2

func (o *ResumeClusterOK) Code() int

Code gets the status code for the resume cluster o k response

func (*ResumeClusterOK) Error added in v0.4.2

func (o *ResumeClusterOK) Error() string

func (*ResumeClusterOK) GetPayload added in v0.4.2

func (o *ResumeClusterOK) GetPayload() *models.ResumeClusterResponse

func (*ResumeClusterOK) IsClientError added in v0.4.2

func (o *ResumeClusterOK) IsClientError() bool

IsClientError returns true when this resume cluster o k response has a 4xx status code

func (*ResumeClusterOK) IsCode added in v0.4.2

func (o *ResumeClusterOK) IsCode(code int) bool

IsCode returns true when this resume cluster o k response a status code equal to that given

func (*ResumeClusterOK) IsRedirect added in v0.4.2

func (o *ResumeClusterOK) IsRedirect() bool

IsRedirect returns true when this resume cluster o k response has a 3xx status code

func (*ResumeClusterOK) IsServerError added in v0.4.2

func (o *ResumeClusterOK) IsServerError() bool

IsServerError returns true when this resume cluster o k response has a 5xx status code

func (*ResumeClusterOK) IsSuccess added in v0.4.2

func (o *ResumeClusterOK) IsSuccess() bool

IsSuccess returns true when this resume cluster o k response has a 2xx status code

func (*ResumeClusterOK) String added in v0.4.2

func (o *ResumeClusterOK) String() string

type ResumeClusterParams added in v0.4.2

type ResumeClusterParams struct {

	// Input.
	Input *models.ResumeClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResumeClusterParams contains all the parameters to send to the API endpoint

for the resume cluster operation.

Typically these are written to a http.Request.

func NewResumeClusterParams added in v0.4.2

func NewResumeClusterParams() *ResumeClusterParams

NewResumeClusterParams creates a new ResumeClusterParams 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 NewResumeClusterParamsWithContext added in v0.4.2

func NewResumeClusterParamsWithContext(ctx context.Context) *ResumeClusterParams

NewResumeClusterParamsWithContext creates a new ResumeClusterParams object with the ability to set a context for a request.

func NewResumeClusterParamsWithHTTPClient added in v0.4.2

func NewResumeClusterParamsWithHTTPClient(client *http.Client) *ResumeClusterParams

NewResumeClusterParamsWithHTTPClient creates a new ResumeClusterParams object with the ability to set a custom HTTPClient for a request.

func NewResumeClusterParamsWithTimeout added in v0.4.2

func NewResumeClusterParamsWithTimeout(timeout time.Duration) *ResumeClusterParams

NewResumeClusterParamsWithTimeout creates a new ResumeClusterParams object with the ability to set a timeout on a request.

func (*ResumeClusterParams) SetContext added in v0.4.2

func (o *ResumeClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the resume cluster params

func (*ResumeClusterParams) SetDefaults added in v0.4.2

func (o *ResumeClusterParams) SetDefaults()

SetDefaults hydrates default values in the resume cluster params (not the query body).

All values with no default are reset to their zero value.

func (*ResumeClusterParams) SetHTTPClient added in v0.4.2

func (o *ResumeClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the resume cluster params

func (*ResumeClusterParams) SetInput added in v0.4.2

func (o *ResumeClusterParams) SetInput(input *models.ResumeClusterRequest)

SetInput adds the input to the resume cluster params

func (*ResumeClusterParams) SetTimeout added in v0.4.2

func (o *ResumeClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the resume cluster params

func (*ResumeClusterParams) WithContext added in v0.4.2

WithContext adds the context to the resume cluster params

func (*ResumeClusterParams) WithDefaults added in v0.4.2

func (o *ResumeClusterParams) WithDefaults() *ResumeClusterParams

WithDefaults hydrates default values in the resume cluster params (not the query body).

All values with no default are reset to their zero value.

func (*ResumeClusterParams) WithHTTPClient added in v0.4.2

func (o *ResumeClusterParams) WithHTTPClient(client *http.Client) *ResumeClusterParams

WithHTTPClient adds the HTTPClient to the resume cluster params

func (*ResumeClusterParams) WithInput added in v0.4.2

WithInput adds the input to the resume cluster params

func (*ResumeClusterParams) WithTimeout added in v0.4.2

func (o *ResumeClusterParams) WithTimeout(timeout time.Duration) *ResumeClusterParams

WithTimeout adds the timeout to the resume cluster params

func (*ResumeClusterParams) WriteToRequest added in v0.4.2

func (o *ResumeClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ResumeClusterReader added in v0.4.2

type ResumeClusterReader struct {
	// contains filtered or unexported fields
}

ResumeClusterReader is a Reader for the ResumeCluster structure.

func (*ResumeClusterReader) ReadResponse added in v0.4.2

func (o *ResumeClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartVwDefault

type StartVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartVwDefault

func NewStartVwDefault(code int) *StartVwDefault

NewStartVwDefault creates a StartVwDefault with default headers values

func (*StartVwDefault) Code

func (o *StartVwDefault) Code() int

Code gets the status code for the start vw default response

func (*StartVwDefault) Error

func (o *StartVwDefault) Error() string

func (*StartVwDefault) GetPayload

func (o *StartVwDefault) GetPayload() *models.Error

func (*StartVwDefault) IsClientError

func (o *StartVwDefault) IsClientError() bool

IsClientError returns true when this start vw default response has a 4xx status code

func (*StartVwDefault) IsCode

func (o *StartVwDefault) IsCode(code int) bool

IsCode returns true when this start vw default response a status code equal to that given

func (*StartVwDefault) IsRedirect

func (o *StartVwDefault) IsRedirect() bool

IsRedirect returns true when this start vw default response has a 3xx status code

func (*StartVwDefault) IsServerError

func (o *StartVwDefault) IsServerError() bool

IsServerError returns true when this start vw default response has a 5xx status code

func (*StartVwDefault) IsSuccess

func (o *StartVwDefault) IsSuccess() bool

IsSuccess returns true when this start vw default response has a 2xx status code

func (*StartVwDefault) String

func (o *StartVwDefault) String() string

type StartVwOK

type StartVwOK struct {
	Payload models.StartVwResponse
}

StartVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartVwOK

func NewStartVwOK() *StartVwOK

NewStartVwOK creates a StartVwOK with default headers values

func (*StartVwOK) Code

func (o *StartVwOK) Code() int

Code gets the status code for the start vw o k response

func (*StartVwOK) Error

func (o *StartVwOK) Error() string

func (*StartVwOK) GetPayload

func (o *StartVwOK) GetPayload() models.StartVwResponse

func (*StartVwOK) IsClientError

func (o *StartVwOK) IsClientError() bool

IsClientError returns true when this start vw o k response has a 4xx status code

func (*StartVwOK) IsCode

func (o *StartVwOK) IsCode(code int) bool

IsCode returns true when this start vw o k response a status code equal to that given

func (*StartVwOK) IsRedirect

func (o *StartVwOK) IsRedirect() bool

IsRedirect returns true when this start vw o k response has a 3xx status code

func (*StartVwOK) IsServerError

func (o *StartVwOK) IsServerError() bool

IsServerError returns true when this start vw o k response has a 5xx status code

func (*StartVwOK) IsSuccess

func (o *StartVwOK) IsSuccess() bool

IsSuccess returns true when this start vw o k response has a 2xx status code

func (*StartVwOK) String

func (o *StartVwOK) String() string

type StartVwParams

type StartVwParams struct {

	// Input.
	Input *models.StartVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartVwParams contains all the parameters to send to the API endpoint

for the start vw operation.

Typically these are written to a http.Request.

func NewStartVwParams

func NewStartVwParams() *StartVwParams

NewStartVwParams creates a new StartVwParams 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 NewStartVwParamsWithContext

func NewStartVwParamsWithContext(ctx context.Context) *StartVwParams

NewStartVwParamsWithContext creates a new StartVwParams object with the ability to set a context for a request.

func NewStartVwParamsWithHTTPClient

func NewStartVwParamsWithHTTPClient(client *http.Client) *StartVwParams

NewStartVwParamsWithHTTPClient creates a new StartVwParams object with the ability to set a custom HTTPClient for a request.

func NewStartVwParamsWithTimeout

func NewStartVwParamsWithTimeout(timeout time.Duration) *StartVwParams

NewStartVwParamsWithTimeout creates a new StartVwParams object with the ability to set a timeout on a request.

func (*StartVwParams) SetContext

func (o *StartVwParams) SetContext(ctx context.Context)

SetContext adds the context to the start vw params

func (*StartVwParams) SetDefaults

func (o *StartVwParams) SetDefaults()

SetDefaults hydrates default values in the start vw params (not the query body).

All values with no default are reset to their zero value.

func (*StartVwParams) SetHTTPClient

func (o *StartVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start vw params

func (*StartVwParams) SetInput

func (o *StartVwParams) SetInput(input *models.StartVwRequest)

SetInput adds the input to the start vw params

func (*StartVwParams) SetTimeout

func (o *StartVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start vw params

func (*StartVwParams) WithContext

func (o *StartVwParams) WithContext(ctx context.Context) *StartVwParams

WithContext adds the context to the start vw params

func (*StartVwParams) WithDefaults

func (o *StartVwParams) WithDefaults() *StartVwParams

WithDefaults hydrates default values in the start vw params (not the query body).

All values with no default are reset to their zero value.

func (*StartVwParams) WithHTTPClient

func (o *StartVwParams) WithHTTPClient(client *http.Client) *StartVwParams

WithHTTPClient adds the HTTPClient to the start vw params

func (*StartVwParams) WithInput

func (o *StartVwParams) WithInput(input *models.StartVwRequest) *StartVwParams

WithInput adds the input to the start vw params

func (*StartVwParams) WithTimeout

func (o *StartVwParams) WithTimeout(timeout time.Duration) *StartVwParams

WithTimeout adds the timeout to the start vw params

func (*StartVwParams) WriteToRequest

func (o *StartVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StartVwReader

type StartVwReader struct {
	// contains filtered or unexported fields
}

StartVwReader is a Reader for the StartVw structure.

func (*StartVwReader) ReadResponse

func (o *StartVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SuspendClusterDefault added in v0.4.2

type SuspendClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SuspendClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSuspendClusterDefault added in v0.4.2

func NewSuspendClusterDefault(code int) *SuspendClusterDefault

NewSuspendClusterDefault creates a SuspendClusterDefault with default headers values

func (*SuspendClusterDefault) Code added in v0.4.2

func (o *SuspendClusterDefault) Code() int

Code gets the status code for the suspend cluster default response

func (*SuspendClusterDefault) Error added in v0.4.2

func (o *SuspendClusterDefault) Error() string

func (*SuspendClusterDefault) GetPayload added in v0.4.2

func (o *SuspendClusterDefault) GetPayload() *models.Error

func (*SuspendClusterDefault) IsClientError added in v0.4.2

func (o *SuspendClusterDefault) IsClientError() bool

IsClientError returns true when this suspend cluster default response has a 4xx status code

func (*SuspendClusterDefault) IsCode added in v0.4.2

func (o *SuspendClusterDefault) IsCode(code int) bool

IsCode returns true when this suspend cluster default response a status code equal to that given

func (*SuspendClusterDefault) IsRedirect added in v0.4.2

func (o *SuspendClusterDefault) IsRedirect() bool

IsRedirect returns true when this suspend cluster default response has a 3xx status code

func (*SuspendClusterDefault) IsServerError added in v0.4.2

func (o *SuspendClusterDefault) IsServerError() bool

IsServerError returns true when this suspend cluster default response has a 5xx status code

func (*SuspendClusterDefault) IsSuccess added in v0.4.2

func (o *SuspendClusterDefault) IsSuccess() bool

IsSuccess returns true when this suspend cluster default response has a 2xx status code

func (*SuspendClusterDefault) String added in v0.4.2

func (o *SuspendClusterDefault) String() string

type SuspendClusterOK added in v0.4.2

type SuspendClusterOK struct {
	Payload *models.SuspendClusterResponse
}

SuspendClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSuspendClusterOK added in v0.4.2

func NewSuspendClusterOK() *SuspendClusterOK

NewSuspendClusterOK creates a SuspendClusterOK with default headers values

func (*SuspendClusterOK) Code added in v0.4.2

func (o *SuspendClusterOK) Code() int

Code gets the status code for the suspend cluster o k response

func (*SuspendClusterOK) Error added in v0.4.2

func (o *SuspendClusterOK) Error() string

func (*SuspendClusterOK) GetPayload added in v0.4.2

func (*SuspendClusterOK) IsClientError added in v0.4.2

func (o *SuspendClusterOK) IsClientError() bool

IsClientError returns true when this suspend cluster o k response has a 4xx status code

func (*SuspendClusterOK) IsCode added in v0.4.2

func (o *SuspendClusterOK) IsCode(code int) bool

IsCode returns true when this suspend cluster o k response a status code equal to that given

func (*SuspendClusterOK) IsRedirect added in v0.4.2

func (o *SuspendClusterOK) IsRedirect() bool

IsRedirect returns true when this suspend cluster o k response has a 3xx status code

func (*SuspendClusterOK) IsServerError added in v0.4.2

func (o *SuspendClusterOK) IsServerError() bool

IsServerError returns true when this suspend cluster o k response has a 5xx status code

func (*SuspendClusterOK) IsSuccess added in v0.4.2

func (o *SuspendClusterOK) IsSuccess() bool

IsSuccess returns true when this suspend cluster o k response has a 2xx status code

func (*SuspendClusterOK) String added in v0.4.2

func (o *SuspendClusterOK) String() string

type SuspendClusterParams added in v0.4.2

type SuspendClusterParams struct {

	// Input.
	Input *models.SuspendClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SuspendClusterParams contains all the parameters to send to the API endpoint

for the suspend cluster operation.

Typically these are written to a http.Request.

func NewSuspendClusterParams added in v0.4.2

func NewSuspendClusterParams() *SuspendClusterParams

NewSuspendClusterParams creates a new SuspendClusterParams 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 NewSuspendClusterParamsWithContext added in v0.4.2

func NewSuspendClusterParamsWithContext(ctx context.Context) *SuspendClusterParams

NewSuspendClusterParamsWithContext creates a new SuspendClusterParams object with the ability to set a context for a request.

func NewSuspendClusterParamsWithHTTPClient added in v0.4.2

func NewSuspendClusterParamsWithHTTPClient(client *http.Client) *SuspendClusterParams

NewSuspendClusterParamsWithHTTPClient creates a new SuspendClusterParams object with the ability to set a custom HTTPClient for a request.

func NewSuspendClusterParamsWithTimeout added in v0.4.2

func NewSuspendClusterParamsWithTimeout(timeout time.Duration) *SuspendClusterParams

NewSuspendClusterParamsWithTimeout creates a new SuspendClusterParams object with the ability to set a timeout on a request.

func (*SuspendClusterParams) SetContext added in v0.4.2

func (o *SuspendClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the suspend cluster params

func (*SuspendClusterParams) SetDefaults added in v0.4.2

func (o *SuspendClusterParams) SetDefaults()

SetDefaults hydrates default values in the suspend cluster params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendClusterParams) SetHTTPClient added in v0.4.2

func (o *SuspendClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the suspend cluster params

func (*SuspendClusterParams) SetInput added in v0.4.2

SetInput adds the input to the suspend cluster params

func (*SuspendClusterParams) SetTimeout added in v0.4.2

func (o *SuspendClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the suspend cluster params

func (*SuspendClusterParams) WithContext added in v0.4.2

WithContext adds the context to the suspend cluster params

func (*SuspendClusterParams) WithDefaults added in v0.4.2

func (o *SuspendClusterParams) WithDefaults() *SuspendClusterParams

WithDefaults hydrates default values in the suspend cluster params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendClusterParams) WithHTTPClient added in v0.4.2

func (o *SuspendClusterParams) WithHTTPClient(client *http.Client) *SuspendClusterParams

WithHTTPClient adds the HTTPClient to the suspend cluster params

func (*SuspendClusterParams) WithInput added in v0.4.2

WithInput adds the input to the suspend cluster params

func (*SuspendClusterParams) WithTimeout added in v0.4.2

func (o *SuspendClusterParams) WithTimeout(timeout time.Duration) *SuspendClusterParams

WithTimeout adds the timeout to the suspend cluster params

func (*SuspendClusterParams) WriteToRequest added in v0.4.2

func (o *SuspendClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SuspendClusterReader added in v0.4.2

type SuspendClusterReader struct {
	// contains filtered or unexported fields
}

SuspendClusterReader is a Reader for the SuspendCluster structure.

func (*SuspendClusterReader) ReadResponse added in v0.4.2

func (o *SuspendClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SuspendDbcDefault

type SuspendDbcDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SuspendDbcDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSuspendDbcDefault

func NewSuspendDbcDefault(code int) *SuspendDbcDefault

NewSuspendDbcDefault creates a SuspendDbcDefault with default headers values

func (*SuspendDbcDefault) Code

func (o *SuspendDbcDefault) Code() int

Code gets the status code for the suspend dbc default response

func (*SuspendDbcDefault) Error

func (o *SuspendDbcDefault) Error() string

func (*SuspendDbcDefault) GetPayload

func (o *SuspendDbcDefault) GetPayload() *models.Error

func (*SuspendDbcDefault) IsClientError

func (o *SuspendDbcDefault) IsClientError() bool

IsClientError returns true when this suspend dbc default response has a 4xx status code

func (*SuspendDbcDefault) IsCode

func (o *SuspendDbcDefault) IsCode(code int) bool

IsCode returns true when this suspend dbc default response a status code equal to that given

func (*SuspendDbcDefault) IsRedirect

func (o *SuspendDbcDefault) IsRedirect() bool

IsRedirect returns true when this suspend dbc default response has a 3xx status code

func (*SuspendDbcDefault) IsServerError

func (o *SuspendDbcDefault) IsServerError() bool

IsServerError returns true when this suspend dbc default response has a 5xx status code

func (*SuspendDbcDefault) IsSuccess

func (o *SuspendDbcDefault) IsSuccess() bool

IsSuccess returns true when this suspend dbc default response has a 2xx status code

func (*SuspendDbcDefault) String

func (o *SuspendDbcDefault) String() string

type SuspendDbcOK

type SuspendDbcOK struct {
	Payload models.SuspendDbcResponse
}

SuspendDbcOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSuspendDbcOK

func NewSuspendDbcOK() *SuspendDbcOK

NewSuspendDbcOK creates a SuspendDbcOK with default headers values

func (*SuspendDbcOK) Code

func (o *SuspendDbcOK) Code() int

Code gets the status code for the suspend dbc o k response

func (*SuspendDbcOK) Error

func (o *SuspendDbcOK) Error() string

func (*SuspendDbcOK) GetPayload

func (o *SuspendDbcOK) GetPayload() models.SuspendDbcResponse

func (*SuspendDbcOK) IsClientError

func (o *SuspendDbcOK) IsClientError() bool

IsClientError returns true when this suspend dbc o k response has a 4xx status code

func (*SuspendDbcOK) IsCode

func (o *SuspendDbcOK) IsCode(code int) bool

IsCode returns true when this suspend dbc o k response a status code equal to that given

func (*SuspendDbcOK) IsRedirect

func (o *SuspendDbcOK) IsRedirect() bool

IsRedirect returns true when this suspend dbc o k response has a 3xx status code

func (*SuspendDbcOK) IsServerError

func (o *SuspendDbcOK) IsServerError() bool

IsServerError returns true when this suspend dbc o k response has a 5xx status code

func (*SuspendDbcOK) IsSuccess

func (o *SuspendDbcOK) IsSuccess() bool

IsSuccess returns true when this suspend dbc o k response has a 2xx status code

func (*SuspendDbcOK) String

func (o *SuspendDbcOK) String() string

type SuspendDbcParams

type SuspendDbcParams struct {

	// Input.
	Input *models.SuspendDbcRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SuspendDbcParams contains all the parameters to send to the API endpoint

for the suspend dbc operation.

Typically these are written to a http.Request.

func NewSuspendDbcParams

func NewSuspendDbcParams() *SuspendDbcParams

NewSuspendDbcParams creates a new SuspendDbcParams 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 NewSuspendDbcParamsWithContext

func NewSuspendDbcParamsWithContext(ctx context.Context) *SuspendDbcParams

NewSuspendDbcParamsWithContext creates a new SuspendDbcParams object with the ability to set a context for a request.

func NewSuspendDbcParamsWithHTTPClient

func NewSuspendDbcParamsWithHTTPClient(client *http.Client) *SuspendDbcParams

NewSuspendDbcParamsWithHTTPClient creates a new SuspendDbcParams object with the ability to set a custom HTTPClient for a request.

func NewSuspendDbcParamsWithTimeout

func NewSuspendDbcParamsWithTimeout(timeout time.Duration) *SuspendDbcParams

NewSuspendDbcParamsWithTimeout creates a new SuspendDbcParams object with the ability to set a timeout on a request.

func (*SuspendDbcParams) SetContext

func (o *SuspendDbcParams) SetContext(ctx context.Context)

SetContext adds the context to the suspend dbc params

func (*SuspendDbcParams) SetDefaults

func (o *SuspendDbcParams) SetDefaults()

SetDefaults hydrates default values in the suspend dbc params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendDbcParams) SetHTTPClient

func (o *SuspendDbcParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the suspend dbc params

func (*SuspendDbcParams) SetInput

func (o *SuspendDbcParams) SetInput(input *models.SuspendDbcRequest)

SetInput adds the input to the suspend dbc params

func (*SuspendDbcParams) SetTimeout

func (o *SuspendDbcParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the suspend dbc params

func (*SuspendDbcParams) WithContext

func (o *SuspendDbcParams) WithContext(ctx context.Context) *SuspendDbcParams

WithContext adds the context to the suspend dbc params

func (*SuspendDbcParams) WithDefaults

func (o *SuspendDbcParams) WithDefaults() *SuspendDbcParams

WithDefaults hydrates default values in the suspend dbc params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendDbcParams) WithHTTPClient

func (o *SuspendDbcParams) WithHTTPClient(client *http.Client) *SuspendDbcParams

WithHTTPClient adds the HTTPClient to the suspend dbc params

func (*SuspendDbcParams) WithInput

WithInput adds the input to the suspend dbc params

func (*SuspendDbcParams) WithTimeout

func (o *SuspendDbcParams) WithTimeout(timeout time.Duration) *SuspendDbcParams

WithTimeout adds the timeout to the suspend dbc params

func (*SuspendDbcParams) WriteToRequest

func (o *SuspendDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SuspendDbcReader

type SuspendDbcReader struct {
	// contains filtered or unexported fields
}

SuspendDbcReader is a Reader for the SuspendDbc structure.

func (*SuspendDbcReader) ReadResponse

func (o *SuspendDbcReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SuspendVwDefault

type SuspendVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SuspendVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSuspendVwDefault

func NewSuspendVwDefault(code int) *SuspendVwDefault

NewSuspendVwDefault creates a SuspendVwDefault with default headers values

func (*SuspendVwDefault) Code

func (o *SuspendVwDefault) Code() int

Code gets the status code for the suspend vw default response

func (*SuspendVwDefault) Error

func (o *SuspendVwDefault) Error() string

func (*SuspendVwDefault) GetPayload

func (o *SuspendVwDefault) GetPayload() *models.Error

func (*SuspendVwDefault) IsClientError

func (o *SuspendVwDefault) IsClientError() bool

IsClientError returns true when this suspend vw default response has a 4xx status code

func (*SuspendVwDefault) IsCode

func (o *SuspendVwDefault) IsCode(code int) bool

IsCode returns true when this suspend vw default response a status code equal to that given

func (*SuspendVwDefault) IsRedirect

func (o *SuspendVwDefault) IsRedirect() bool

IsRedirect returns true when this suspend vw default response has a 3xx status code

func (*SuspendVwDefault) IsServerError

func (o *SuspendVwDefault) IsServerError() bool

IsServerError returns true when this suspend vw default response has a 5xx status code

func (*SuspendVwDefault) IsSuccess

func (o *SuspendVwDefault) IsSuccess() bool

IsSuccess returns true when this suspend vw default response has a 2xx status code

func (*SuspendVwDefault) String

func (o *SuspendVwDefault) String() string

type SuspendVwOK

type SuspendVwOK struct {
	Payload models.SuspendVwResponse
}

SuspendVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSuspendVwOK

func NewSuspendVwOK() *SuspendVwOK

NewSuspendVwOK creates a SuspendVwOK with default headers values

func (*SuspendVwOK) Code

func (o *SuspendVwOK) Code() int

Code gets the status code for the suspend vw o k response

func (*SuspendVwOK) Error

func (o *SuspendVwOK) Error() string

func (*SuspendVwOK) GetPayload

func (o *SuspendVwOK) GetPayload() models.SuspendVwResponse

func (*SuspendVwOK) IsClientError

func (o *SuspendVwOK) IsClientError() bool

IsClientError returns true when this suspend vw o k response has a 4xx status code

func (*SuspendVwOK) IsCode

func (o *SuspendVwOK) IsCode(code int) bool

IsCode returns true when this suspend vw o k response a status code equal to that given

func (*SuspendVwOK) IsRedirect

func (o *SuspendVwOK) IsRedirect() bool

IsRedirect returns true when this suspend vw o k response has a 3xx status code

func (*SuspendVwOK) IsServerError

func (o *SuspendVwOK) IsServerError() bool

IsServerError returns true when this suspend vw o k response has a 5xx status code

func (*SuspendVwOK) IsSuccess

func (o *SuspendVwOK) IsSuccess() bool

IsSuccess returns true when this suspend vw o k response has a 2xx status code

func (*SuspendVwOK) String

func (o *SuspendVwOK) String() string

type SuspendVwParams

type SuspendVwParams struct {

	// Input.
	Input *models.SuspendVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SuspendVwParams contains all the parameters to send to the API endpoint

for the suspend vw operation.

Typically these are written to a http.Request.

func NewSuspendVwParams

func NewSuspendVwParams() *SuspendVwParams

NewSuspendVwParams creates a new SuspendVwParams 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 NewSuspendVwParamsWithContext

func NewSuspendVwParamsWithContext(ctx context.Context) *SuspendVwParams

NewSuspendVwParamsWithContext creates a new SuspendVwParams object with the ability to set a context for a request.

func NewSuspendVwParamsWithHTTPClient

func NewSuspendVwParamsWithHTTPClient(client *http.Client) *SuspendVwParams

NewSuspendVwParamsWithHTTPClient creates a new SuspendVwParams object with the ability to set a custom HTTPClient for a request.

func NewSuspendVwParamsWithTimeout

func NewSuspendVwParamsWithTimeout(timeout time.Duration) *SuspendVwParams

NewSuspendVwParamsWithTimeout creates a new SuspendVwParams object with the ability to set a timeout on a request.

func (*SuspendVwParams) SetContext

func (o *SuspendVwParams) SetContext(ctx context.Context)

SetContext adds the context to the suspend vw params

func (*SuspendVwParams) SetDefaults

func (o *SuspendVwParams) SetDefaults()

SetDefaults hydrates default values in the suspend vw params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendVwParams) SetHTTPClient

func (o *SuspendVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the suspend vw params

func (*SuspendVwParams) SetInput

func (o *SuspendVwParams) SetInput(input *models.SuspendVwRequest)

SetInput adds the input to the suspend vw params

func (*SuspendVwParams) SetTimeout

func (o *SuspendVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the suspend vw params

func (*SuspendVwParams) WithContext

func (o *SuspendVwParams) WithContext(ctx context.Context) *SuspendVwParams

WithContext adds the context to the suspend vw params

func (*SuspendVwParams) WithDefaults

func (o *SuspendVwParams) WithDefaults() *SuspendVwParams

WithDefaults hydrates default values in the suspend vw params (not the query body).

All values with no default are reset to their zero value.

func (*SuspendVwParams) WithHTTPClient

func (o *SuspendVwParams) WithHTTPClient(client *http.Client) *SuspendVwParams

WithHTTPClient adds the HTTPClient to the suspend vw params

func (*SuspendVwParams) WithInput

WithInput adds the input to the suspend vw params

func (*SuspendVwParams) WithTimeout

func (o *SuspendVwParams) WithTimeout(timeout time.Duration) *SuspendVwParams

WithTimeout adds the timeout to the suspend vw params

func (*SuspendVwParams) WriteToRequest

func (o *SuspendVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SuspendVwReader

type SuspendVwReader struct {
	// contains filtered or unexported fields
}

SuspendVwReader is a Reader for the SuspendVw structure.

func (*SuspendVwReader) ReadResponse

func (o *SuspendVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAwsClusterDefault added in v0.4.2

type UpdateAwsClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAwsClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAwsClusterDefault added in v0.4.2

func NewUpdateAwsClusterDefault(code int) *UpdateAwsClusterDefault

NewUpdateAwsClusterDefault creates a UpdateAwsClusterDefault with default headers values

func (*UpdateAwsClusterDefault) Code added in v0.4.2

func (o *UpdateAwsClusterDefault) Code() int

Code gets the status code for the update aws cluster default response

func (*UpdateAwsClusterDefault) Error added in v0.4.2

func (o *UpdateAwsClusterDefault) Error() string

func (*UpdateAwsClusterDefault) GetPayload added in v0.4.2

func (o *UpdateAwsClusterDefault) GetPayload() *models.Error

func (*UpdateAwsClusterDefault) IsClientError added in v0.4.2

func (o *UpdateAwsClusterDefault) IsClientError() bool

IsClientError returns true when this update aws cluster default response has a 4xx status code

func (*UpdateAwsClusterDefault) IsCode added in v0.4.2

func (o *UpdateAwsClusterDefault) IsCode(code int) bool

IsCode returns true when this update aws cluster default response a status code equal to that given

func (*UpdateAwsClusterDefault) IsRedirect added in v0.4.2

func (o *UpdateAwsClusterDefault) IsRedirect() bool

IsRedirect returns true when this update aws cluster default response has a 3xx status code

func (*UpdateAwsClusterDefault) IsServerError added in v0.4.2

func (o *UpdateAwsClusterDefault) IsServerError() bool

IsServerError returns true when this update aws cluster default response has a 5xx status code

func (*UpdateAwsClusterDefault) IsSuccess added in v0.4.2

func (o *UpdateAwsClusterDefault) IsSuccess() bool

IsSuccess returns true when this update aws cluster default response has a 2xx status code

func (*UpdateAwsClusterDefault) String added in v0.4.2

func (o *UpdateAwsClusterDefault) String() string

type UpdateAwsClusterOK added in v0.4.2

type UpdateAwsClusterOK struct {
	Payload models.UpdateAwsClusterResponse
}

UpdateAwsClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAwsClusterOK added in v0.4.2

func NewUpdateAwsClusterOK() *UpdateAwsClusterOK

NewUpdateAwsClusterOK creates a UpdateAwsClusterOK with default headers values

func (*UpdateAwsClusterOK) Code added in v0.4.2

func (o *UpdateAwsClusterOK) Code() int

Code gets the status code for the update aws cluster o k response

func (*UpdateAwsClusterOK) Error added in v0.4.2

func (o *UpdateAwsClusterOK) Error() string

func (*UpdateAwsClusterOK) GetPayload added in v0.4.2

func (*UpdateAwsClusterOK) IsClientError added in v0.4.2

func (o *UpdateAwsClusterOK) IsClientError() bool

IsClientError returns true when this update aws cluster o k response has a 4xx status code

func (*UpdateAwsClusterOK) IsCode added in v0.4.2

func (o *UpdateAwsClusterOK) IsCode(code int) bool

IsCode returns true when this update aws cluster o k response a status code equal to that given

func (*UpdateAwsClusterOK) IsRedirect added in v0.4.2

func (o *UpdateAwsClusterOK) IsRedirect() bool

IsRedirect returns true when this update aws cluster o k response has a 3xx status code

func (*UpdateAwsClusterOK) IsServerError added in v0.4.2

func (o *UpdateAwsClusterOK) IsServerError() bool

IsServerError returns true when this update aws cluster o k response has a 5xx status code

func (*UpdateAwsClusterOK) IsSuccess added in v0.4.2

func (o *UpdateAwsClusterOK) IsSuccess() bool

IsSuccess returns true when this update aws cluster o k response has a 2xx status code

func (*UpdateAwsClusterOK) String added in v0.4.2

func (o *UpdateAwsClusterOK) String() string

type UpdateAwsClusterParams added in v0.4.2

type UpdateAwsClusterParams struct {

	// Input.
	Input *models.UpdateAwsClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAwsClusterParams contains all the parameters to send to the API endpoint

for the update aws cluster operation.

Typically these are written to a http.Request.

func NewUpdateAwsClusterParams added in v0.4.2

func NewUpdateAwsClusterParams() *UpdateAwsClusterParams

NewUpdateAwsClusterParams creates a new UpdateAwsClusterParams 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 NewUpdateAwsClusterParamsWithContext added in v0.4.2

func NewUpdateAwsClusterParamsWithContext(ctx context.Context) *UpdateAwsClusterParams

NewUpdateAwsClusterParamsWithContext creates a new UpdateAwsClusterParams object with the ability to set a context for a request.

func NewUpdateAwsClusterParamsWithHTTPClient added in v0.4.2

func NewUpdateAwsClusterParamsWithHTTPClient(client *http.Client) *UpdateAwsClusterParams

NewUpdateAwsClusterParamsWithHTTPClient creates a new UpdateAwsClusterParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAwsClusterParamsWithTimeout added in v0.4.2

func NewUpdateAwsClusterParamsWithTimeout(timeout time.Duration) *UpdateAwsClusterParams

NewUpdateAwsClusterParamsWithTimeout creates a new UpdateAwsClusterParams object with the ability to set a timeout on a request.

func (*UpdateAwsClusterParams) SetContext added in v0.4.2

func (o *UpdateAwsClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the update aws cluster params

func (*UpdateAwsClusterParams) SetDefaults added in v0.4.2

func (o *UpdateAwsClusterParams) SetDefaults()

SetDefaults hydrates default values in the update aws cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAwsClusterParams) SetHTTPClient added in v0.4.2

func (o *UpdateAwsClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update aws cluster params

func (*UpdateAwsClusterParams) SetInput added in v0.4.2

SetInput adds the input to the update aws cluster params

func (*UpdateAwsClusterParams) SetTimeout added in v0.4.2

func (o *UpdateAwsClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update aws cluster params

func (*UpdateAwsClusterParams) WithContext added in v0.4.2

WithContext adds the context to the update aws cluster params

func (*UpdateAwsClusterParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the update aws cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAwsClusterParams) WithHTTPClient added in v0.4.2

func (o *UpdateAwsClusterParams) WithHTTPClient(client *http.Client) *UpdateAwsClusterParams

WithHTTPClient adds the HTTPClient to the update aws cluster params

func (*UpdateAwsClusterParams) WithInput added in v0.4.2

WithInput adds the input to the update aws cluster params

func (*UpdateAwsClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the update aws cluster params

func (*UpdateAwsClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type UpdateAwsClusterReader added in v0.4.2

type UpdateAwsClusterReader struct {
	// contains filtered or unexported fields
}

UpdateAwsClusterReader is a Reader for the UpdateAwsCluster structure.

func (*UpdateAwsClusterReader) ReadResponse added in v0.4.2

func (o *UpdateAwsClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAzureClusterDefault added in v0.4.2

type UpdateAzureClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAzureClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAzureClusterDefault added in v0.4.2

func NewUpdateAzureClusterDefault(code int) *UpdateAzureClusterDefault

NewUpdateAzureClusterDefault creates a UpdateAzureClusterDefault with default headers values

func (*UpdateAzureClusterDefault) Code added in v0.4.2

func (o *UpdateAzureClusterDefault) Code() int

Code gets the status code for the update azure cluster default response

func (*UpdateAzureClusterDefault) Error added in v0.4.2

func (o *UpdateAzureClusterDefault) Error() string

func (*UpdateAzureClusterDefault) GetPayload added in v0.4.2

func (o *UpdateAzureClusterDefault) GetPayload() *models.Error

func (*UpdateAzureClusterDefault) IsClientError added in v0.4.2

func (o *UpdateAzureClusterDefault) IsClientError() bool

IsClientError returns true when this update azure cluster default response has a 4xx status code

func (*UpdateAzureClusterDefault) IsCode added in v0.4.2

func (o *UpdateAzureClusterDefault) IsCode(code int) bool

IsCode returns true when this update azure cluster default response a status code equal to that given

func (*UpdateAzureClusterDefault) IsRedirect added in v0.4.2

func (o *UpdateAzureClusterDefault) IsRedirect() bool

IsRedirect returns true when this update azure cluster default response has a 3xx status code

func (*UpdateAzureClusterDefault) IsServerError added in v0.4.2

func (o *UpdateAzureClusterDefault) IsServerError() bool

IsServerError returns true when this update azure cluster default response has a 5xx status code

func (*UpdateAzureClusterDefault) IsSuccess added in v0.4.2

func (o *UpdateAzureClusterDefault) IsSuccess() bool

IsSuccess returns true when this update azure cluster default response has a 2xx status code

func (*UpdateAzureClusterDefault) String added in v0.4.2

func (o *UpdateAzureClusterDefault) String() string

type UpdateAzureClusterOK added in v0.4.2

type UpdateAzureClusterOK struct {
	Payload models.UpdateAzureClusterResponse
}

UpdateAzureClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAzureClusterOK added in v0.4.2

func NewUpdateAzureClusterOK() *UpdateAzureClusterOK

NewUpdateAzureClusterOK creates a UpdateAzureClusterOK with default headers values

func (*UpdateAzureClusterOK) Code added in v0.4.2

func (o *UpdateAzureClusterOK) Code() int

Code gets the status code for the update azure cluster o k response

func (*UpdateAzureClusterOK) Error added in v0.4.2

func (o *UpdateAzureClusterOK) Error() string

func (*UpdateAzureClusterOK) GetPayload added in v0.4.2

func (*UpdateAzureClusterOK) IsClientError added in v0.4.2

func (o *UpdateAzureClusterOK) IsClientError() bool

IsClientError returns true when this update azure cluster o k response has a 4xx status code

func (*UpdateAzureClusterOK) IsCode added in v0.4.2

func (o *UpdateAzureClusterOK) IsCode(code int) bool

IsCode returns true when this update azure cluster o k response a status code equal to that given

func (*UpdateAzureClusterOK) IsRedirect added in v0.4.2

func (o *UpdateAzureClusterOK) IsRedirect() bool

IsRedirect returns true when this update azure cluster o k response has a 3xx status code

func (*UpdateAzureClusterOK) IsServerError added in v0.4.2

func (o *UpdateAzureClusterOK) IsServerError() bool

IsServerError returns true when this update azure cluster o k response has a 5xx status code

func (*UpdateAzureClusterOK) IsSuccess added in v0.4.2

func (o *UpdateAzureClusterOK) IsSuccess() bool

IsSuccess returns true when this update azure cluster o k response has a 2xx status code

func (*UpdateAzureClusterOK) String added in v0.4.2

func (o *UpdateAzureClusterOK) String() string

type UpdateAzureClusterParams added in v0.4.2

type UpdateAzureClusterParams struct {

	// Input.
	Input *models.UpdateAzureClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAzureClusterParams contains all the parameters to send to the API endpoint

for the update azure cluster operation.

Typically these are written to a http.Request.

func NewUpdateAzureClusterParams added in v0.4.2

func NewUpdateAzureClusterParams() *UpdateAzureClusterParams

NewUpdateAzureClusterParams creates a new UpdateAzureClusterParams 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 NewUpdateAzureClusterParamsWithContext added in v0.4.2

func NewUpdateAzureClusterParamsWithContext(ctx context.Context) *UpdateAzureClusterParams

NewUpdateAzureClusterParamsWithContext creates a new UpdateAzureClusterParams object with the ability to set a context for a request.

func NewUpdateAzureClusterParamsWithHTTPClient added in v0.4.2

func NewUpdateAzureClusterParamsWithHTTPClient(client *http.Client) *UpdateAzureClusterParams

NewUpdateAzureClusterParamsWithHTTPClient creates a new UpdateAzureClusterParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAzureClusterParamsWithTimeout added in v0.4.2

func NewUpdateAzureClusterParamsWithTimeout(timeout time.Duration) *UpdateAzureClusterParams

NewUpdateAzureClusterParamsWithTimeout creates a new UpdateAzureClusterParams object with the ability to set a timeout on a request.

func (*UpdateAzureClusterParams) SetContext added in v0.4.2

func (o *UpdateAzureClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the update azure cluster params

func (*UpdateAzureClusterParams) SetDefaults added in v0.4.2

func (o *UpdateAzureClusterParams) SetDefaults()

SetDefaults hydrates default values in the update azure cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureClusterParams) SetHTTPClient added in v0.4.2

func (o *UpdateAzureClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update azure cluster params

func (*UpdateAzureClusterParams) SetInput added in v0.4.2

SetInput adds the input to the update azure cluster params

func (*UpdateAzureClusterParams) SetTimeout added in v0.4.2

func (o *UpdateAzureClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update azure cluster params

func (*UpdateAzureClusterParams) WithContext added in v0.4.2

WithContext adds the context to the update azure cluster params

func (*UpdateAzureClusterParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the update azure cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureClusterParams) WithHTTPClient added in v0.4.2

func (o *UpdateAzureClusterParams) WithHTTPClient(client *http.Client) *UpdateAzureClusterParams

WithHTTPClient adds the HTTPClient to the update azure cluster params

func (*UpdateAzureClusterParams) WithInput added in v0.4.2

WithInput adds the input to the update azure cluster params

func (*UpdateAzureClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the update azure cluster params

func (*UpdateAzureClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type UpdateAzureClusterReader added in v0.4.2

type UpdateAzureClusterReader struct {
	// contains filtered or unexported fields
}

UpdateAzureClusterReader is a Reader for the UpdateAzureCluster structure.

func (*UpdateAzureClusterReader) ReadResponse added in v0.4.2

func (o *UpdateAzureClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateClusterDefault

type UpdateClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateClusterDefault

func NewUpdateClusterDefault(code int) *UpdateClusterDefault

NewUpdateClusterDefault creates a UpdateClusterDefault with default headers values

func (*UpdateClusterDefault) Code

func (o *UpdateClusterDefault) Code() int

Code gets the status code for the update cluster default response

func (*UpdateClusterDefault) Error

func (o *UpdateClusterDefault) Error() string

func (*UpdateClusterDefault) GetPayload

func (o *UpdateClusterDefault) GetPayload() *models.Error

func (*UpdateClusterDefault) IsClientError

func (o *UpdateClusterDefault) IsClientError() bool

IsClientError returns true when this update cluster default response has a 4xx status code

func (*UpdateClusterDefault) IsCode

func (o *UpdateClusterDefault) IsCode(code int) bool

IsCode returns true when this update cluster default response a status code equal to that given

func (*UpdateClusterDefault) IsRedirect

func (o *UpdateClusterDefault) IsRedirect() bool

IsRedirect returns true when this update cluster default response has a 3xx status code

func (*UpdateClusterDefault) IsServerError

func (o *UpdateClusterDefault) IsServerError() bool

IsServerError returns true when this update cluster default response has a 5xx status code

func (*UpdateClusterDefault) IsSuccess

func (o *UpdateClusterDefault) IsSuccess() bool

IsSuccess returns true when this update cluster default response has a 2xx status code

func (*UpdateClusterDefault) String

func (o *UpdateClusterDefault) String() string

type UpdateClusterOK

type UpdateClusterOK struct {
	Payload models.UpdateClusterResponse
}

UpdateClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateClusterOK

func NewUpdateClusterOK() *UpdateClusterOK

NewUpdateClusterOK creates a UpdateClusterOK with default headers values

func (*UpdateClusterOK) Code

func (o *UpdateClusterOK) Code() int

Code gets the status code for the update cluster o k response

func (*UpdateClusterOK) Error

func (o *UpdateClusterOK) Error() string

func (*UpdateClusterOK) GetPayload

func (*UpdateClusterOK) IsClientError

func (o *UpdateClusterOK) IsClientError() bool

IsClientError returns true when this update cluster o k response has a 4xx status code

func (*UpdateClusterOK) IsCode

func (o *UpdateClusterOK) IsCode(code int) bool

IsCode returns true when this update cluster o k response a status code equal to that given

func (*UpdateClusterOK) IsRedirect

func (o *UpdateClusterOK) IsRedirect() bool

IsRedirect returns true when this update cluster o k response has a 3xx status code

func (*UpdateClusterOK) IsServerError

func (o *UpdateClusterOK) IsServerError() bool

IsServerError returns true when this update cluster o k response has a 5xx status code

func (*UpdateClusterOK) IsSuccess

func (o *UpdateClusterOK) IsSuccess() bool

IsSuccess returns true when this update cluster o k response has a 2xx status code

func (*UpdateClusterOK) String

func (o *UpdateClusterOK) String() string

type UpdateClusterParams

type UpdateClusterParams struct {

	// Input.
	Input *models.UpdateClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateClusterParams contains all the parameters to send to the API endpoint

for the update cluster operation.

Typically these are written to a http.Request.

func NewUpdateClusterParams

func NewUpdateClusterParams() *UpdateClusterParams

NewUpdateClusterParams creates a new UpdateClusterParams 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 NewUpdateClusterParamsWithContext

func NewUpdateClusterParamsWithContext(ctx context.Context) *UpdateClusterParams

NewUpdateClusterParamsWithContext creates a new UpdateClusterParams object with the ability to set a context for a request.

func NewUpdateClusterParamsWithHTTPClient

func NewUpdateClusterParamsWithHTTPClient(client *http.Client) *UpdateClusterParams

NewUpdateClusterParamsWithHTTPClient creates a new UpdateClusterParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateClusterParamsWithTimeout

func NewUpdateClusterParamsWithTimeout(timeout time.Duration) *UpdateClusterParams

NewUpdateClusterParamsWithTimeout creates a new UpdateClusterParams object with the ability to set a timeout on a request.

func (*UpdateClusterParams) SetContext

func (o *UpdateClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the update cluster params

func (*UpdateClusterParams) SetDefaults

func (o *UpdateClusterParams) SetDefaults()

SetDefaults hydrates default values in the update cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateClusterParams) SetHTTPClient

func (o *UpdateClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) SetInput

func (o *UpdateClusterParams) SetInput(input *models.UpdateClusterRequest)

SetInput adds the input to the update cluster params

func (*UpdateClusterParams) SetTimeout

func (o *UpdateClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update cluster params

func (*UpdateClusterParams) WithContext

WithContext adds the context to the update cluster params

func (*UpdateClusterParams) WithDefaults

func (o *UpdateClusterParams) WithDefaults() *UpdateClusterParams

WithDefaults hydrates default values in the update cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateClusterParams) WithHTTPClient

func (o *UpdateClusterParams) WithHTTPClient(client *http.Client) *UpdateClusterParams

WithHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) WithInput

WithInput adds the input to the update cluster params

func (*UpdateClusterParams) WithTimeout

func (o *UpdateClusterParams) WithTimeout(timeout time.Duration) *UpdateClusterParams

WithTimeout adds the timeout to the update cluster params

func (*UpdateClusterParams) WriteToRequest

func (o *UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateClusterReader

type UpdateClusterReader struct {
	// contains filtered or unexported fields
}

UpdateClusterReader is a Reader for the UpdateCluster structure.

func (*UpdateClusterReader) ReadResponse

func (o *UpdateClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDataVisualizationDefault

type UpdateDataVisualizationDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateDataVisualizationDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateDataVisualizationDefault

func NewUpdateDataVisualizationDefault(code int) *UpdateDataVisualizationDefault

NewUpdateDataVisualizationDefault creates a UpdateDataVisualizationDefault with default headers values

func (*UpdateDataVisualizationDefault) Code

Code gets the status code for the update data visualization default response

func (*UpdateDataVisualizationDefault) Error

func (*UpdateDataVisualizationDefault) GetPayload

func (o *UpdateDataVisualizationDefault) GetPayload() *models.Error

func (*UpdateDataVisualizationDefault) IsClientError

func (o *UpdateDataVisualizationDefault) IsClientError() bool

IsClientError returns true when this update data visualization default response has a 4xx status code

func (*UpdateDataVisualizationDefault) IsCode

func (o *UpdateDataVisualizationDefault) IsCode(code int) bool

IsCode returns true when this update data visualization default response a status code equal to that given

func (*UpdateDataVisualizationDefault) IsRedirect

func (o *UpdateDataVisualizationDefault) IsRedirect() bool

IsRedirect returns true when this update data visualization default response has a 3xx status code

func (*UpdateDataVisualizationDefault) IsServerError

func (o *UpdateDataVisualizationDefault) IsServerError() bool

IsServerError returns true when this update data visualization default response has a 5xx status code

func (*UpdateDataVisualizationDefault) IsSuccess

func (o *UpdateDataVisualizationDefault) IsSuccess() bool

IsSuccess returns true when this update data visualization default response has a 2xx status code

func (*UpdateDataVisualizationDefault) String

type UpdateDataVisualizationOK

type UpdateDataVisualizationOK struct {
	Payload *models.UpdateDataVisualizationResponse
}

UpdateDataVisualizationOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateDataVisualizationOK

func NewUpdateDataVisualizationOK() *UpdateDataVisualizationOK

NewUpdateDataVisualizationOK creates a UpdateDataVisualizationOK with default headers values

func (*UpdateDataVisualizationOK) Code

func (o *UpdateDataVisualizationOK) Code() int

Code gets the status code for the update data visualization o k response

func (*UpdateDataVisualizationOK) Error

func (o *UpdateDataVisualizationOK) Error() string

func (*UpdateDataVisualizationOK) GetPayload

func (*UpdateDataVisualizationOK) IsClientError

func (o *UpdateDataVisualizationOK) IsClientError() bool

IsClientError returns true when this update data visualization o k response has a 4xx status code

func (*UpdateDataVisualizationOK) IsCode

func (o *UpdateDataVisualizationOK) IsCode(code int) bool

IsCode returns true when this update data visualization o k response a status code equal to that given

func (*UpdateDataVisualizationOK) IsRedirect

func (o *UpdateDataVisualizationOK) IsRedirect() bool

IsRedirect returns true when this update data visualization o k response has a 3xx status code

func (*UpdateDataVisualizationOK) IsServerError

func (o *UpdateDataVisualizationOK) IsServerError() bool

IsServerError returns true when this update data visualization o k response has a 5xx status code

func (*UpdateDataVisualizationOK) IsSuccess

func (o *UpdateDataVisualizationOK) IsSuccess() bool

IsSuccess returns true when this update data visualization o k response has a 2xx status code

func (*UpdateDataVisualizationOK) String

func (o *UpdateDataVisualizationOK) String() string

type UpdateDataVisualizationParams

type UpdateDataVisualizationParams struct {

	// Input.
	Input *models.UpdateDataVisualizationRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDataVisualizationParams contains all the parameters to send to the API endpoint

for the update data visualization operation.

Typically these are written to a http.Request.

func NewUpdateDataVisualizationParams

func NewUpdateDataVisualizationParams() *UpdateDataVisualizationParams

NewUpdateDataVisualizationParams creates a new UpdateDataVisualizationParams 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 NewUpdateDataVisualizationParamsWithContext

func NewUpdateDataVisualizationParamsWithContext(ctx context.Context) *UpdateDataVisualizationParams

NewUpdateDataVisualizationParamsWithContext creates a new UpdateDataVisualizationParams object with the ability to set a context for a request.

func NewUpdateDataVisualizationParamsWithHTTPClient

func NewUpdateDataVisualizationParamsWithHTTPClient(client *http.Client) *UpdateDataVisualizationParams

NewUpdateDataVisualizationParamsWithHTTPClient creates a new UpdateDataVisualizationParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDataVisualizationParamsWithTimeout

func NewUpdateDataVisualizationParamsWithTimeout(timeout time.Duration) *UpdateDataVisualizationParams

NewUpdateDataVisualizationParamsWithTimeout creates a new UpdateDataVisualizationParams object with the ability to set a timeout on a request.

func (*UpdateDataVisualizationParams) SetContext

func (o *UpdateDataVisualizationParams) SetContext(ctx context.Context)

SetContext adds the context to the update data visualization params

func (*UpdateDataVisualizationParams) SetDefaults

func (o *UpdateDataVisualizationParams) SetDefaults()

SetDefaults hydrates default values in the update data visualization params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDataVisualizationParams) SetHTTPClient

func (o *UpdateDataVisualizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update data visualization params

func (*UpdateDataVisualizationParams) SetInput

SetInput adds the input to the update data visualization params

func (*UpdateDataVisualizationParams) SetTimeout

func (o *UpdateDataVisualizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update data visualization params

func (*UpdateDataVisualizationParams) WithContext

WithContext adds the context to the update data visualization params

func (*UpdateDataVisualizationParams) WithDefaults

WithDefaults hydrates default values in the update data visualization params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDataVisualizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update data visualization params

func (*UpdateDataVisualizationParams) WithInput

WithInput adds the input to the update data visualization params

func (*UpdateDataVisualizationParams) WithTimeout

WithTimeout adds the timeout to the update data visualization params

func (*UpdateDataVisualizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDataVisualizationReader

type UpdateDataVisualizationReader struct {
	// contains filtered or unexported fields
}

UpdateDataVisualizationReader is a Reader for the UpdateDataVisualization structure.

func (*UpdateDataVisualizationReader) ReadResponse

func (o *UpdateDataVisualizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDbcConfigDefault

type UpdateDbcConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateDbcConfigDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateDbcConfigDefault

func NewUpdateDbcConfigDefault(code int) *UpdateDbcConfigDefault

NewUpdateDbcConfigDefault creates a UpdateDbcConfigDefault with default headers values

func (*UpdateDbcConfigDefault) Code

func (o *UpdateDbcConfigDefault) Code() int

Code gets the status code for the update dbc config default response

func (*UpdateDbcConfigDefault) Error

func (o *UpdateDbcConfigDefault) Error() string

func (*UpdateDbcConfigDefault) GetPayload

func (o *UpdateDbcConfigDefault) GetPayload() *models.Error

func (*UpdateDbcConfigDefault) IsClientError

func (o *UpdateDbcConfigDefault) IsClientError() bool

IsClientError returns true when this update dbc config default response has a 4xx status code

func (*UpdateDbcConfigDefault) IsCode

func (o *UpdateDbcConfigDefault) IsCode(code int) bool

IsCode returns true when this update dbc config default response a status code equal to that given

func (*UpdateDbcConfigDefault) IsRedirect

func (o *UpdateDbcConfigDefault) IsRedirect() bool

IsRedirect returns true when this update dbc config default response has a 3xx status code

func (*UpdateDbcConfigDefault) IsServerError

func (o *UpdateDbcConfigDefault) IsServerError() bool

IsServerError returns true when this update dbc config default response has a 5xx status code

func (*UpdateDbcConfigDefault) IsSuccess

func (o *UpdateDbcConfigDefault) IsSuccess() bool

IsSuccess returns true when this update dbc config default response has a 2xx status code

func (*UpdateDbcConfigDefault) String

func (o *UpdateDbcConfigDefault) String() string

type UpdateDbcConfigOK

type UpdateDbcConfigOK struct {
	Payload models.UpdateDbcConfigResponse
}

UpdateDbcConfigOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateDbcConfigOK

func NewUpdateDbcConfigOK() *UpdateDbcConfigOK

NewUpdateDbcConfigOK creates a UpdateDbcConfigOK with default headers values

func (*UpdateDbcConfigOK) Code

func (o *UpdateDbcConfigOK) Code() int

Code gets the status code for the update dbc config o k response

func (*UpdateDbcConfigOK) Error

func (o *UpdateDbcConfigOK) Error() string

func (*UpdateDbcConfigOK) GetPayload

func (*UpdateDbcConfigOK) IsClientError

func (o *UpdateDbcConfigOK) IsClientError() bool

IsClientError returns true when this update dbc config o k response has a 4xx status code

func (*UpdateDbcConfigOK) IsCode

func (o *UpdateDbcConfigOK) IsCode(code int) bool

IsCode returns true when this update dbc config o k response a status code equal to that given

func (*UpdateDbcConfigOK) IsRedirect

func (o *UpdateDbcConfigOK) IsRedirect() bool

IsRedirect returns true when this update dbc config o k response has a 3xx status code

func (*UpdateDbcConfigOK) IsServerError

func (o *UpdateDbcConfigOK) IsServerError() bool

IsServerError returns true when this update dbc config o k response has a 5xx status code

func (*UpdateDbcConfigOK) IsSuccess

func (o *UpdateDbcConfigOK) IsSuccess() bool

IsSuccess returns true when this update dbc config o k response has a 2xx status code

func (*UpdateDbcConfigOK) String

func (o *UpdateDbcConfigOK) String() string

type UpdateDbcConfigParams

type UpdateDbcConfigParams struct {

	// Input.
	Input *models.UpdateDbcConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDbcConfigParams contains all the parameters to send to the API endpoint

for the update dbc config operation.

Typically these are written to a http.Request.

func NewUpdateDbcConfigParams

func NewUpdateDbcConfigParams() *UpdateDbcConfigParams

NewUpdateDbcConfigParams creates a new UpdateDbcConfigParams 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 NewUpdateDbcConfigParamsWithContext

func NewUpdateDbcConfigParamsWithContext(ctx context.Context) *UpdateDbcConfigParams

NewUpdateDbcConfigParamsWithContext creates a new UpdateDbcConfigParams object with the ability to set a context for a request.

func NewUpdateDbcConfigParamsWithHTTPClient

func NewUpdateDbcConfigParamsWithHTTPClient(client *http.Client) *UpdateDbcConfigParams

NewUpdateDbcConfigParamsWithHTTPClient creates a new UpdateDbcConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDbcConfigParamsWithTimeout

func NewUpdateDbcConfigParamsWithTimeout(timeout time.Duration) *UpdateDbcConfigParams

NewUpdateDbcConfigParamsWithTimeout creates a new UpdateDbcConfigParams object with the ability to set a timeout on a request.

func (*UpdateDbcConfigParams) SetContext

func (o *UpdateDbcConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update dbc config params

func (*UpdateDbcConfigParams) SetDefaults

func (o *UpdateDbcConfigParams) SetDefaults()

SetDefaults hydrates default values in the update dbc config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDbcConfigParams) SetHTTPClient

func (o *UpdateDbcConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update dbc config params

func (*UpdateDbcConfigParams) SetInput

SetInput adds the input to the update dbc config params

func (*UpdateDbcConfigParams) SetTimeout

func (o *UpdateDbcConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update dbc config params

func (*UpdateDbcConfigParams) WithContext

WithContext adds the context to the update dbc config params

func (*UpdateDbcConfigParams) WithDefaults

func (o *UpdateDbcConfigParams) WithDefaults() *UpdateDbcConfigParams

WithDefaults hydrates default values in the update dbc config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDbcConfigParams) WithHTTPClient

func (o *UpdateDbcConfigParams) WithHTTPClient(client *http.Client) *UpdateDbcConfigParams

WithHTTPClient adds the HTTPClient to the update dbc config params

func (*UpdateDbcConfigParams) WithInput

WithInput adds the input to the update dbc config params

func (*UpdateDbcConfigParams) WithTimeout

func (o *UpdateDbcConfigParams) WithTimeout(timeout time.Duration) *UpdateDbcConfigParams

WithTimeout adds the timeout to the update dbc config params

func (*UpdateDbcConfigParams) WriteToRequest

func (o *UpdateDbcConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateDbcConfigReader

type UpdateDbcConfigReader struct {
	// contains filtered or unexported fields
}

UpdateDbcConfigReader is a Reader for the UpdateDbcConfig structure.

func (*UpdateDbcConfigReader) ReadResponse

func (o *UpdateDbcConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDbcDefault

type UpdateDbcDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateDbcDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateDbcDefault

func NewUpdateDbcDefault(code int) *UpdateDbcDefault

NewUpdateDbcDefault creates a UpdateDbcDefault with default headers values

func (*UpdateDbcDefault) Code

func (o *UpdateDbcDefault) Code() int

Code gets the status code for the update dbc default response

func (*UpdateDbcDefault) Error

func (o *UpdateDbcDefault) Error() string

func (*UpdateDbcDefault) GetPayload

func (o *UpdateDbcDefault) GetPayload() *models.Error

func (*UpdateDbcDefault) IsClientError

func (o *UpdateDbcDefault) IsClientError() bool

IsClientError returns true when this update dbc default response has a 4xx status code

func (*UpdateDbcDefault) IsCode

func (o *UpdateDbcDefault) IsCode(code int) bool

IsCode returns true when this update dbc default response a status code equal to that given

func (*UpdateDbcDefault) IsRedirect

func (o *UpdateDbcDefault) IsRedirect() bool

IsRedirect returns true when this update dbc default response has a 3xx status code

func (*UpdateDbcDefault) IsServerError

func (o *UpdateDbcDefault) IsServerError() bool

IsServerError returns true when this update dbc default response has a 5xx status code

func (*UpdateDbcDefault) IsSuccess

func (o *UpdateDbcDefault) IsSuccess() bool

IsSuccess returns true when this update dbc default response has a 2xx status code

func (*UpdateDbcDefault) String

func (o *UpdateDbcDefault) String() string

type UpdateDbcOK

type UpdateDbcOK struct {
	Payload models.UpdateDbcResponse
}

UpdateDbcOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateDbcOK

func NewUpdateDbcOK() *UpdateDbcOK

NewUpdateDbcOK creates a UpdateDbcOK with default headers values

func (*UpdateDbcOK) Code

func (o *UpdateDbcOK) Code() int

Code gets the status code for the update dbc o k response

func (*UpdateDbcOK) Error

func (o *UpdateDbcOK) Error() string

func (*UpdateDbcOK) GetPayload

func (o *UpdateDbcOK) GetPayload() models.UpdateDbcResponse

func (*UpdateDbcOK) IsClientError

func (o *UpdateDbcOK) IsClientError() bool

IsClientError returns true when this update dbc o k response has a 4xx status code

func (*UpdateDbcOK) IsCode

func (o *UpdateDbcOK) IsCode(code int) bool

IsCode returns true when this update dbc o k response a status code equal to that given

func (*UpdateDbcOK) IsRedirect

func (o *UpdateDbcOK) IsRedirect() bool

IsRedirect returns true when this update dbc o k response has a 3xx status code

func (*UpdateDbcOK) IsServerError

func (o *UpdateDbcOK) IsServerError() bool

IsServerError returns true when this update dbc o k response has a 5xx status code

func (*UpdateDbcOK) IsSuccess

func (o *UpdateDbcOK) IsSuccess() bool

IsSuccess returns true when this update dbc o k response has a 2xx status code

func (*UpdateDbcOK) String

func (o *UpdateDbcOK) String() string

type UpdateDbcParams

type UpdateDbcParams struct {

	// Input.
	Input *models.UpdateDbcRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDbcParams contains all the parameters to send to the API endpoint

for the update dbc operation.

Typically these are written to a http.Request.

func NewUpdateDbcParams

func NewUpdateDbcParams() *UpdateDbcParams

NewUpdateDbcParams creates a new UpdateDbcParams 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 NewUpdateDbcParamsWithContext

func NewUpdateDbcParamsWithContext(ctx context.Context) *UpdateDbcParams

NewUpdateDbcParamsWithContext creates a new UpdateDbcParams object with the ability to set a context for a request.

func NewUpdateDbcParamsWithHTTPClient

func NewUpdateDbcParamsWithHTTPClient(client *http.Client) *UpdateDbcParams

NewUpdateDbcParamsWithHTTPClient creates a new UpdateDbcParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDbcParamsWithTimeout

func NewUpdateDbcParamsWithTimeout(timeout time.Duration) *UpdateDbcParams

NewUpdateDbcParamsWithTimeout creates a new UpdateDbcParams object with the ability to set a timeout on a request.

func (*UpdateDbcParams) SetContext

func (o *UpdateDbcParams) SetContext(ctx context.Context)

SetContext adds the context to the update dbc params

func (*UpdateDbcParams) SetDefaults

func (o *UpdateDbcParams) SetDefaults()

SetDefaults hydrates default values in the update dbc params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDbcParams) SetHTTPClient

func (o *UpdateDbcParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update dbc params

func (*UpdateDbcParams) SetInput

func (o *UpdateDbcParams) SetInput(input *models.UpdateDbcRequest)

SetInput adds the input to the update dbc params

func (*UpdateDbcParams) SetTimeout

func (o *UpdateDbcParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update dbc params

func (*UpdateDbcParams) WithContext

func (o *UpdateDbcParams) WithContext(ctx context.Context) *UpdateDbcParams

WithContext adds the context to the update dbc params

func (*UpdateDbcParams) WithDefaults

func (o *UpdateDbcParams) WithDefaults() *UpdateDbcParams

WithDefaults hydrates default values in the update dbc params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateDbcParams) WithHTTPClient

func (o *UpdateDbcParams) WithHTTPClient(client *http.Client) *UpdateDbcParams

WithHTTPClient adds the HTTPClient to the update dbc params

func (*UpdateDbcParams) WithInput

WithInput adds the input to the update dbc params

func (*UpdateDbcParams) WithTimeout

func (o *UpdateDbcParams) WithTimeout(timeout time.Duration) *UpdateDbcParams

WithTimeout adds the timeout to the update dbc params

func (*UpdateDbcParams) WriteToRequest

func (o *UpdateDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateDbcReader

type UpdateDbcReader struct {
	// contains filtered or unexported fields
}

UpdateDbcReader is a Reader for the UpdateDbc structure.

func (*UpdateDbcReader) ReadResponse

func (o *UpdateDbcReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdatePrivateClusterDefault added in v0.4.2

type UpdatePrivateClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdatePrivateClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdatePrivateClusterDefault added in v0.4.2

func NewUpdatePrivateClusterDefault(code int) *UpdatePrivateClusterDefault

NewUpdatePrivateClusterDefault creates a UpdatePrivateClusterDefault with default headers values

func (*UpdatePrivateClusterDefault) Code added in v0.4.2

func (o *UpdatePrivateClusterDefault) Code() int

Code gets the status code for the update private cluster default response

func (*UpdatePrivateClusterDefault) Error added in v0.4.2

func (*UpdatePrivateClusterDefault) GetPayload added in v0.4.2

func (o *UpdatePrivateClusterDefault) GetPayload() *models.Error

func (*UpdatePrivateClusterDefault) IsClientError added in v0.4.2

func (o *UpdatePrivateClusterDefault) IsClientError() bool

IsClientError returns true when this update private cluster default response has a 4xx status code

func (*UpdatePrivateClusterDefault) IsCode added in v0.4.2

func (o *UpdatePrivateClusterDefault) IsCode(code int) bool

IsCode returns true when this update private cluster default response a status code equal to that given

func (*UpdatePrivateClusterDefault) IsRedirect added in v0.4.2

func (o *UpdatePrivateClusterDefault) IsRedirect() bool

IsRedirect returns true when this update private cluster default response has a 3xx status code

func (*UpdatePrivateClusterDefault) IsServerError added in v0.4.2

func (o *UpdatePrivateClusterDefault) IsServerError() bool

IsServerError returns true when this update private cluster default response has a 5xx status code

func (*UpdatePrivateClusterDefault) IsSuccess added in v0.4.2

func (o *UpdatePrivateClusterDefault) IsSuccess() bool

IsSuccess returns true when this update private cluster default response has a 2xx status code

func (*UpdatePrivateClusterDefault) String added in v0.4.2

func (o *UpdatePrivateClusterDefault) String() string

type UpdatePrivateClusterOK added in v0.4.2

type UpdatePrivateClusterOK struct {
	Payload models.UpdatePrivateClusterResponse
}

UpdatePrivateClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdatePrivateClusterOK added in v0.4.2

func NewUpdatePrivateClusterOK() *UpdatePrivateClusterOK

NewUpdatePrivateClusterOK creates a UpdatePrivateClusterOK with default headers values

func (*UpdatePrivateClusterOK) Code added in v0.4.2

func (o *UpdatePrivateClusterOK) Code() int

Code gets the status code for the update private cluster o k response

func (*UpdatePrivateClusterOK) Error added in v0.4.2

func (o *UpdatePrivateClusterOK) Error() string

func (*UpdatePrivateClusterOK) GetPayload added in v0.4.2

func (*UpdatePrivateClusterOK) IsClientError added in v0.4.2

func (o *UpdatePrivateClusterOK) IsClientError() bool

IsClientError returns true when this update private cluster o k response has a 4xx status code

func (*UpdatePrivateClusterOK) IsCode added in v0.4.2

func (o *UpdatePrivateClusterOK) IsCode(code int) bool

IsCode returns true when this update private cluster o k response a status code equal to that given

func (*UpdatePrivateClusterOK) IsRedirect added in v0.4.2

func (o *UpdatePrivateClusterOK) IsRedirect() bool

IsRedirect returns true when this update private cluster o k response has a 3xx status code

func (*UpdatePrivateClusterOK) IsServerError added in v0.4.2

func (o *UpdatePrivateClusterOK) IsServerError() bool

IsServerError returns true when this update private cluster o k response has a 5xx status code

func (*UpdatePrivateClusterOK) IsSuccess added in v0.4.2

func (o *UpdatePrivateClusterOK) IsSuccess() bool

IsSuccess returns true when this update private cluster o k response has a 2xx status code

func (*UpdatePrivateClusterOK) String added in v0.4.2

func (o *UpdatePrivateClusterOK) String() string

type UpdatePrivateClusterParams added in v0.4.2

type UpdatePrivateClusterParams struct {

	// Input.
	Input *models.UpdatePrivateClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdatePrivateClusterParams contains all the parameters to send to the API endpoint

for the update private cluster operation.

Typically these are written to a http.Request.

func NewUpdatePrivateClusterParams added in v0.4.2

func NewUpdatePrivateClusterParams() *UpdatePrivateClusterParams

NewUpdatePrivateClusterParams creates a new UpdatePrivateClusterParams 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 NewUpdatePrivateClusterParamsWithContext added in v0.4.2

func NewUpdatePrivateClusterParamsWithContext(ctx context.Context) *UpdatePrivateClusterParams

NewUpdatePrivateClusterParamsWithContext creates a new UpdatePrivateClusterParams object with the ability to set a context for a request.

func NewUpdatePrivateClusterParamsWithHTTPClient added in v0.4.2

func NewUpdatePrivateClusterParamsWithHTTPClient(client *http.Client) *UpdatePrivateClusterParams

NewUpdatePrivateClusterParamsWithHTTPClient creates a new UpdatePrivateClusterParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePrivateClusterParamsWithTimeout added in v0.4.2

func NewUpdatePrivateClusterParamsWithTimeout(timeout time.Duration) *UpdatePrivateClusterParams

NewUpdatePrivateClusterParamsWithTimeout creates a new UpdatePrivateClusterParams object with the ability to set a timeout on a request.

func (*UpdatePrivateClusterParams) SetContext added in v0.4.2

func (o *UpdatePrivateClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the update private cluster params

func (*UpdatePrivateClusterParams) SetDefaults added in v0.4.2

func (o *UpdatePrivateClusterParams) SetDefaults()

SetDefaults hydrates default values in the update private cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePrivateClusterParams) SetHTTPClient added in v0.4.2

func (o *UpdatePrivateClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update private cluster params

func (*UpdatePrivateClusterParams) SetInput added in v0.4.2

SetInput adds the input to the update private cluster params

func (*UpdatePrivateClusterParams) SetTimeout added in v0.4.2

func (o *UpdatePrivateClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update private cluster params

func (*UpdatePrivateClusterParams) WithContext added in v0.4.2

WithContext adds the context to the update private cluster params

func (*UpdatePrivateClusterParams) WithDefaults added in v0.4.2

WithDefaults hydrates default values in the update private cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdatePrivateClusterParams) WithHTTPClient added in v0.4.2

WithHTTPClient adds the HTTPClient to the update private cluster params

func (*UpdatePrivateClusterParams) WithInput added in v0.4.2

WithInput adds the input to the update private cluster params

func (*UpdatePrivateClusterParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the update private cluster params

func (*UpdatePrivateClusterParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type UpdatePrivateClusterReader added in v0.4.2

type UpdatePrivateClusterReader struct {
	// contains filtered or unexported fields
}

UpdatePrivateClusterReader is a Reader for the UpdatePrivateCluster structure.

func (*UpdatePrivateClusterReader) ReadResponse added in v0.4.2

func (o *UpdatePrivateClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateResourceTemplateDefault added in v0.6.3

type UpdateResourceTemplateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateResourceTemplateDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateResourceTemplateDefault added in v0.6.3

func NewUpdateResourceTemplateDefault(code int) *UpdateResourceTemplateDefault

NewUpdateResourceTemplateDefault creates a UpdateResourceTemplateDefault with default headers values

func (*UpdateResourceTemplateDefault) Code added in v0.6.3

Code gets the status code for the update resource template default response

func (*UpdateResourceTemplateDefault) Error added in v0.6.3

func (*UpdateResourceTemplateDefault) GetPayload added in v0.6.3

func (o *UpdateResourceTemplateDefault) GetPayload() *models.Error

func (*UpdateResourceTemplateDefault) IsClientError added in v0.6.3

func (o *UpdateResourceTemplateDefault) IsClientError() bool

IsClientError returns true when this update resource template default response has a 4xx status code

func (*UpdateResourceTemplateDefault) IsCode added in v0.6.3

func (o *UpdateResourceTemplateDefault) IsCode(code int) bool

IsCode returns true when this update resource template default response a status code equal to that given

func (*UpdateResourceTemplateDefault) IsRedirect added in v0.6.3

func (o *UpdateResourceTemplateDefault) IsRedirect() bool

IsRedirect returns true when this update resource template default response has a 3xx status code

func (*UpdateResourceTemplateDefault) IsServerError added in v0.6.3

func (o *UpdateResourceTemplateDefault) IsServerError() bool

IsServerError returns true when this update resource template default response has a 5xx status code

func (*UpdateResourceTemplateDefault) IsSuccess added in v0.6.3

func (o *UpdateResourceTemplateDefault) IsSuccess() bool

IsSuccess returns true when this update resource template default response has a 2xx status code

func (*UpdateResourceTemplateDefault) String added in v0.6.3

type UpdateResourceTemplateOK added in v0.6.3

type UpdateResourceTemplateOK struct {
	Payload *models.UpdateResourceTemplateResponse
}

UpdateResourceTemplateOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateResourceTemplateOK added in v0.6.3

func NewUpdateResourceTemplateOK() *UpdateResourceTemplateOK

NewUpdateResourceTemplateOK creates a UpdateResourceTemplateOK with default headers values

func (*UpdateResourceTemplateOK) Code added in v0.6.3

func (o *UpdateResourceTemplateOK) Code() int

Code gets the status code for the update resource template o k response

func (*UpdateResourceTemplateOK) Error added in v0.6.3

func (o *UpdateResourceTemplateOK) Error() string

func (*UpdateResourceTemplateOK) GetPayload added in v0.6.3

func (*UpdateResourceTemplateOK) IsClientError added in v0.6.3

func (o *UpdateResourceTemplateOK) IsClientError() bool

IsClientError returns true when this update resource template o k response has a 4xx status code

func (*UpdateResourceTemplateOK) IsCode added in v0.6.3

func (o *UpdateResourceTemplateOK) IsCode(code int) bool

IsCode returns true when this update resource template o k response a status code equal to that given

func (*UpdateResourceTemplateOK) IsRedirect added in v0.6.3

func (o *UpdateResourceTemplateOK) IsRedirect() bool

IsRedirect returns true when this update resource template o k response has a 3xx status code

func (*UpdateResourceTemplateOK) IsServerError added in v0.6.3

func (o *UpdateResourceTemplateOK) IsServerError() bool

IsServerError returns true when this update resource template o k response has a 5xx status code

func (*UpdateResourceTemplateOK) IsSuccess added in v0.6.3

func (o *UpdateResourceTemplateOK) IsSuccess() bool

IsSuccess returns true when this update resource template o k response has a 2xx status code

func (*UpdateResourceTemplateOK) String added in v0.6.3

func (o *UpdateResourceTemplateOK) String() string

type UpdateResourceTemplateParams added in v0.6.3

type UpdateResourceTemplateParams struct {

	// Input.
	Input *models.UpdateResourceTemplateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateResourceTemplateParams contains all the parameters to send to the API endpoint

for the update resource template operation.

Typically these are written to a http.Request.

func NewUpdateResourceTemplateParams added in v0.6.3

func NewUpdateResourceTemplateParams() *UpdateResourceTemplateParams

NewUpdateResourceTemplateParams creates a new UpdateResourceTemplateParams 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 NewUpdateResourceTemplateParamsWithContext added in v0.6.3

func NewUpdateResourceTemplateParamsWithContext(ctx context.Context) *UpdateResourceTemplateParams

NewUpdateResourceTemplateParamsWithContext creates a new UpdateResourceTemplateParams object with the ability to set a context for a request.

func NewUpdateResourceTemplateParamsWithHTTPClient added in v0.6.3

func NewUpdateResourceTemplateParamsWithHTTPClient(client *http.Client) *UpdateResourceTemplateParams

NewUpdateResourceTemplateParamsWithHTTPClient creates a new UpdateResourceTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateResourceTemplateParamsWithTimeout added in v0.6.3

func NewUpdateResourceTemplateParamsWithTimeout(timeout time.Duration) *UpdateResourceTemplateParams

NewUpdateResourceTemplateParamsWithTimeout creates a new UpdateResourceTemplateParams object with the ability to set a timeout on a request.

func (*UpdateResourceTemplateParams) SetContext added in v0.6.3

func (o *UpdateResourceTemplateParams) SetContext(ctx context.Context)

SetContext adds the context to the update resource template params

func (*UpdateResourceTemplateParams) SetDefaults added in v0.6.3

func (o *UpdateResourceTemplateParams) SetDefaults()

SetDefaults hydrates default values in the update resource template params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateResourceTemplateParams) SetHTTPClient added in v0.6.3

func (o *UpdateResourceTemplateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update resource template params

func (*UpdateResourceTemplateParams) SetInput added in v0.6.3

SetInput adds the input to the update resource template params

func (*UpdateResourceTemplateParams) SetTimeout added in v0.6.3

func (o *UpdateResourceTemplateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update resource template params

func (*UpdateResourceTemplateParams) WithContext added in v0.6.3

WithContext adds the context to the update resource template params

func (*UpdateResourceTemplateParams) WithDefaults added in v0.6.3

WithDefaults hydrates default values in the update resource template params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateResourceTemplateParams) WithHTTPClient added in v0.6.3

WithHTTPClient adds the HTTPClient to the update resource template params

func (*UpdateResourceTemplateParams) WithInput added in v0.6.3

WithInput adds the input to the update resource template params

func (*UpdateResourceTemplateParams) WithTimeout added in v0.6.3

WithTimeout adds the timeout to the update resource template params

func (*UpdateResourceTemplateParams) WriteToRequest added in v0.6.3

WriteToRequest writes these params to a swagger request

type UpdateResourceTemplateReader added in v0.6.3

type UpdateResourceTemplateReader struct {
	// contains filtered or unexported fields
}

UpdateResourceTemplateReader is a Reader for the UpdateResourceTemplate structure.

func (*UpdateResourceTemplateReader) ReadResponse added in v0.6.3

func (o *UpdateResourceTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateSSHKeyDefault

type UpdateSSHKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSSHKeyDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateSSHKeyDefault

func NewUpdateSSHKeyDefault(code int) *UpdateSSHKeyDefault

NewUpdateSSHKeyDefault creates a UpdateSSHKeyDefault with default headers values

func (*UpdateSSHKeyDefault) Code

func (o *UpdateSSHKeyDefault) Code() int

Code gets the status code for the update Ssh key default response

func (*UpdateSSHKeyDefault) Error

func (o *UpdateSSHKeyDefault) Error() string

func (*UpdateSSHKeyDefault) GetPayload

func (o *UpdateSSHKeyDefault) GetPayload() *models.Error

func (*UpdateSSHKeyDefault) IsClientError

func (o *UpdateSSHKeyDefault) IsClientError() bool

IsClientError returns true when this update Ssh key default response has a 4xx status code

func (*UpdateSSHKeyDefault) IsCode

func (o *UpdateSSHKeyDefault) IsCode(code int) bool

IsCode returns true when this update Ssh key default response a status code equal to that given

func (*UpdateSSHKeyDefault) IsRedirect

func (o *UpdateSSHKeyDefault) IsRedirect() bool

IsRedirect returns true when this update Ssh key default response has a 3xx status code

func (*UpdateSSHKeyDefault) IsServerError

func (o *UpdateSSHKeyDefault) IsServerError() bool

IsServerError returns true when this update Ssh key default response has a 5xx status code

func (*UpdateSSHKeyDefault) IsSuccess

func (o *UpdateSSHKeyDefault) IsSuccess() bool

IsSuccess returns true when this update Ssh key default response has a 2xx status code

func (*UpdateSSHKeyDefault) String

func (o *UpdateSSHKeyDefault) String() string

type UpdateSSHKeyOK

type UpdateSSHKeyOK struct {
	Payload *models.UpdateSSHKeyResponse
}

UpdateSSHKeyOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateSSHKeyOK

func NewUpdateSSHKeyOK() *UpdateSSHKeyOK

NewUpdateSSHKeyOK creates a UpdateSSHKeyOK with default headers values

func (*UpdateSSHKeyOK) Code

func (o *UpdateSSHKeyOK) Code() int

Code gets the status code for the update Ssh key o k response

func (*UpdateSSHKeyOK) Error

func (o *UpdateSSHKeyOK) Error() string

func (*UpdateSSHKeyOK) GetPayload

func (o *UpdateSSHKeyOK) GetPayload() *models.UpdateSSHKeyResponse

func (*UpdateSSHKeyOK) IsClientError

func (o *UpdateSSHKeyOK) IsClientError() bool

IsClientError returns true when this update Ssh key o k response has a 4xx status code

func (*UpdateSSHKeyOK) IsCode

func (o *UpdateSSHKeyOK) IsCode(code int) bool

IsCode returns true when this update Ssh key o k response a status code equal to that given

func (*UpdateSSHKeyOK) IsRedirect

func (o *UpdateSSHKeyOK) IsRedirect() bool

IsRedirect returns true when this update Ssh key o k response has a 3xx status code

func (*UpdateSSHKeyOK) IsServerError

func (o *UpdateSSHKeyOK) IsServerError() bool

IsServerError returns true when this update Ssh key o k response has a 5xx status code

func (*UpdateSSHKeyOK) IsSuccess

func (o *UpdateSSHKeyOK) IsSuccess() bool

IsSuccess returns true when this update Ssh key o k response has a 2xx status code

func (*UpdateSSHKeyOK) String

func (o *UpdateSSHKeyOK) String() string

type UpdateSSHKeyParams

type UpdateSSHKeyParams struct {

	// Input.
	Input *models.UpdateSSHKeyRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateSSHKeyParams contains all the parameters to send to the API endpoint

for the update Ssh key operation.

Typically these are written to a http.Request.

func NewUpdateSSHKeyParams

func NewUpdateSSHKeyParams() *UpdateSSHKeyParams

NewUpdateSSHKeyParams creates a new UpdateSSHKeyParams 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 NewUpdateSSHKeyParamsWithContext

func NewUpdateSSHKeyParamsWithContext(ctx context.Context) *UpdateSSHKeyParams

NewUpdateSSHKeyParamsWithContext creates a new UpdateSSHKeyParams object with the ability to set a context for a request.

func NewUpdateSSHKeyParamsWithHTTPClient

func NewUpdateSSHKeyParamsWithHTTPClient(client *http.Client) *UpdateSSHKeyParams

NewUpdateSSHKeyParamsWithHTTPClient creates a new UpdateSSHKeyParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSSHKeyParamsWithTimeout

func NewUpdateSSHKeyParamsWithTimeout(timeout time.Duration) *UpdateSSHKeyParams

NewUpdateSSHKeyParamsWithTimeout creates a new UpdateSSHKeyParams object with the ability to set a timeout on a request.

func (*UpdateSSHKeyParams) SetContext

func (o *UpdateSSHKeyParams) SetContext(ctx context.Context)

SetContext adds the context to the update Ssh key params

func (*UpdateSSHKeyParams) SetDefaults

func (o *UpdateSSHKeyParams) SetDefaults()

SetDefaults hydrates default values in the update Ssh key params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSSHKeyParams) SetHTTPClient

func (o *UpdateSSHKeyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update Ssh key params

func (*UpdateSSHKeyParams) SetInput

func (o *UpdateSSHKeyParams) SetInput(input *models.UpdateSSHKeyRequest)

SetInput adds the input to the update Ssh key params

func (*UpdateSSHKeyParams) SetTimeout

func (o *UpdateSSHKeyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update Ssh key params

func (*UpdateSSHKeyParams) WithContext

WithContext adds the context to the update Ssh key params

func (*UpdateSSHKeyParams) WithDefaults

func (o *UpdateSSHKeyParams) WithDefaults() *UpdateSSHKeyParams

WithDefaults hydrates default values in the update Ssh key params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSSHKeyParams) WithHTTPClient

func (o *UpdateSSHKeyParams) WithHTTPClient(client *http.Client) *UpdateSSHKeyParams

WithHTTPClient adds the HTTPClient to the update Ssh key params

func (*UpdateSSHKeyParams) WithInput

WithInput adds the input to the update Ssh key params

func (*UpdateSSHKeyParams) WithTimeout

func (o *UpdateSSHKeyParams) WithTimeout(timeout time.Duration) *UpdateSSHKeyParams

WithTimeout adds the timeout to the update Ssh key params

func (*UpdateSSHKeyParams) WriteToRequest

func (o *UpdateSSHKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSSHKeyReader

type UpdateSSHKeyReader struct {
	// contains filtered or unexported fields
}

UpdateSSHKeyReader is a Reader for the UpdateSSHKey structure.

func (*UpdateSSHKeyReader) ReadResponse

func (o *UpdateSSHKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateServerSettingDefault

type UpdateServerSettingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateServerSettingDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateServerSettingDefault

func NewUpdateServerSettingDefault(code int) *UpdateServerSettingDefault

NewUpdateServerSettingDefault creates a UpdateServerSettingDefault with default headers values

func (*UpdateServerSettingDefault) Code

func (o *UpdateServerSettingDefault) Code() int

Code gets the status code for the update server setting default response

func (*UpdateServerSettingDefault) Error

func (*UpdateServerSettingDefault) GetPayload

func (o *UpdateServerSettingDefault) GetPayload() *models.Error

func (*UpdateServerSettingDefault) IsClientError

func (o *UpdateServerSettingDefault) IsClientError() bool

IsClientError returns true when this update server setting default response has a 4xx status code

func (*UpdateServerSettingDefault) IsCode

func (o *UpdateServerSettingDefault) IsCode(code int) bool

IsCode returns true when this update server setting default response a status code equal to that given

func (*UpdateServerSettingDefault) IsRedirect

func (o *UpdateServerSettingDefault) IsRedirect() bool

IsRedirect returns true when this update server setting default response has a 3xx status code

func (*UpdateServerSettingDefault) IsServerError

func (o *UpdateServerSettingDefault) IsServerError() bool

IsServerError returns true when this update server setting default response has a 5xx status code

func (*UpdateServerSettingDefault) IsSuccess

func (o *UpdateServerSettingDefault) IsSuccess() bool

IsSuccess returns true when this update server setting default response has a 2xx status code

func (*UpdateServerSettingDefault) String

func (o *UpdateServerSettingDefault) String() string

type UpdateServerSettingOK

type UpdateServerSettingOK struct {
	Payload *models.UpdateServerSettingResponse
}

UpdateServerSettingOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateServerSettingOK

func NewUpdateServerSettingOK() *UpdateServerSettingOK

NewUpdateServerSettingOK creates a UpdateServerSettingOK with default headers values

func (*UpdateServerSettingOK) Code

func (o *UpdateServerSettingOK) Code() int

Code gets the status code for the update server setting o k response

func (*UpdateServerSettingOK) Error

func (o *UpdateServerSettingOK) Error() string

func (*UpdateServerSettingOK) GetPayload

func (*UpdateServerSettingOK) IsClientError

func (o *UpdateServerSettingOK) IsClientError() bool

IsClientError returns true when this update server setting o k response has a 4xx status code

func (*UpdateServerSettingOK) IsCode

func (o *UpdateServerSettingOK) IsCode(code int) bool

IsCode returns true when this update server setting o k response a status code equal to that given

func (*UpdateServerSettingOK) IsRedirect

func (o *UpdateServerSettingOK) IsRedirect() bool

IsRedirect returns true when this update server setting o k response has a 3xx status code

func (*UpdateServerSettingOK) IsServerError

func (o *UpdateServerSettingOK) IsServerError() bool

IsServerError returns true when this update server setting o k response has a 5xx status code

func (*UpdateServerSettingOK) IsSuccess

func (o *UpdateServerSettingOK) IsSuccess() bool

IsSuccess returns true when this update server setting o k response has a 2xx status code

func (*UpdateServerSettingOK) String

func (o *UpdateServerSettingOK) String() string

type UpdateServerSettingParams

type UpdateServerSettingParams struct {

	// Input.
	Input *models.UpdateServerSettingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateServerSettingParams contains all the parameters to send to the API endpoint

for the update server setting operation.

Typically these are written to a http.Request.

func NewUpdateServerSettingParams

func NewUpdateServerSettingParams() *UpdateServerSettingParams

NewUpdateServerSettingParams creates a new UpdateServerSettingParams 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 NewUpdateServerSettingParamsWithContext

func NewUpdateServerSettingParamsWithContext(ctx context.Context) *UpdateServerSettingParams

NewUpdateServerSettingParamsWithContext creates a new UpdateServerSettingParams object with the ability to set a context for a request.

func NewUpdateServerSettingParamsWithHTTPClient

func NewUpdateServerSettingParamsWithHTTPClient(client *http.Client) *UpdateServerSettingParams

NewUpdateServerSettingParamsWithHTTPClient creates a new UpdateServerSettingParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateServerSettingParamsWithTimeout

func NewUpdateServerSettingParamsWithTimeout(timeout time.Duration) *UpdateServerSettingParams

NewUpdateServerSettingParamsWithTimeout creates a new UpdateServerSettingParams object with the ability to set a timeout on a request.

func (*UpdateServerSettingParams) SetContext

func (o *UpdateServerSettingParams) SetContext(ctx context.Context)

SetContext adds the context to the update server setting params

func (*UpdateServerSettingParams) SetDefaults

func (o *UpdateServerSettingParams) SetDefaults()

SetDefaults hydrates default values in the update server setting params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateServerSettingParams) SetHTTPClient

func (o *UpdateServerSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update server setting params

func (*UpdateServerSettingParams) SetInput

SetInput adds the input to the update server setting params

func (*UpdateServerSettingParams) SetTimeout

func (o *UpdateServerSettingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update server setting params

func (*UpdateServerSettingParams) WithContext

WithContext adds the context to the update server setting params

func (*UpdateServerSettingParams) WithDefaults

WithDefaults hydrates default values in the update server setting params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateServerSettingParams) WithHTTPClient

func (o *UpdateServerSettingParams) WithHTTPClient(client *http.Client) *UpdateServerSettingParams

WithHTTPClient adds the HTTPClient to the update server setting params

func (*UpdateServerSettingParams) WithInput

WithInput adds the input to the update server setting params

func (*UpdateServerSettingParams) WithTimeout

WithTimeout adds the timeout to the update server setting params

func (*UpdateServerSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateServerSettingReader

type UpdateServerSettingReader struct {
	// contains filtered or unexported fields
}

UpdateServerSettingReader is a Reader for the UpdateServerSetting structure.

func (*UpdateServerSettingReader) ReadResponse

func (o *UpdateServerSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVwConfigDefault

type UpdateVwConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateVwConfigDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateVwConfigDefault

func NewUpdateVwConfigDefault(code int) *UpdateVwConfigDefault

NewUpdateVwConfigDefault creates a UpdateVwConfigDefault with default headers values

func (*UpdateVwConfigDefault) Code

func (o *UpdateVwConfigDefault) Code() int

Code gets the status code for the update vw config default response

func (*UpdateVwConfigDefault) Error

func (o *UpdateVwConfigDefault) Error() string

func (*UpdateVwConfigDefault) GetPayload

func (o *UpdateVwConfigDefault) GetPayload() *models.Error

func (*UpdateVwConfigDefault) IsClientError

func (o *UpdateVwConfigDefault) IsClientError() bool

IsClientError returns true when this update vw config default response has a 4xx status code

func (*UpdateVwConfigDefault) IsCode

func (o *UpdateVwConfigDefault) IsCode(code int) bool

IsCode returns true when this update vw config default response a status code equal to that given

func (*UpdateVwConfigDefault) IsRedirect

func (o *UpdateVwConfigDefault) IsRedirect() bool

IsRedirect returns true when this update vw config default response has a 3xx status code

func (*UpdateVwConfigDefault) IsServerError

func (o *UpdateVwConfigDefault) IsServerError() bool

IsServerError returns true when this update vw config default response has a 5xx status code

func (*UpdateVwConfigDefault) IsSuccess

func (o *UpdateVwConfigDefault) IsSuccess() bool

IsSuccess returns true when this update vw config default response has a 2xx status code

func (*UpdateVwConfigDefault) String

func (o *UpdateVwConfigDefault) String() string

type UpdateVwConfigOK

type UpdateVwConfigOK struct {
	Payload models.UpdateVwConfigResponse
}

UpdateVwConfigOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateVwConfigOK

func NewUpdateVwConfigOK() *UpdateVwConfigOK

NewUpdateVwConfigOK creates a UpdateVwConfigOK with default headers values

func (*UpdateVwConfigOK) Code

func (o *UpdateVwConfigOK) Code() int

Code gets the status code for the update vw config o k response

func (*UpdateVwConfigOK) Error

func (o *UpdateVwConfigOK) Error() string

func (*UpdateVwConfigOK) GetPayload

func (*UpdateVwConfigOK) IsClientError

func (o *UpdateVwConfigOK) IsClientError() bool

IsClientError returns true when this update vw config o k response has a 4xx status code

func (*UpdateVwConfigOK) IsCode

func (o *UpdateVwConfigOK) IsCode(code int) bool

IsCode returns true when this update vw config o k response a status code equal to that given

func (*UpdateVwConfigOK) IsRedirect

func (o *UpdateVwConfigOK) IsRedirect() bool

IsRedirect returns true when this update vw config o k response has a 3xx status code

func (*UpdateVwConfigOK) IsServerError

func (o *UpdateVwConfigOK) IsServerError() bool

IsServerError returns true when this update vw config o k response has a 5xx status code

func (*UpdateVwConfigOK) IsSuccess

func (o *UpdateVwConfigOK) IsSuccess() bool

IsSuccess returns true when this update vw config o k response has a 2xx status code

func (*UpdateVwConfigOK) String

func (o *UpdateVwConfigOK) String() string

type UpdateVwConfigParams

type UpdateVwConfigParams struct {

	// Input.
	Input *models.UpdateVwConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVwConfigParams contains all the parameters to send to the API endpoint

for the update vw config operation.

Typically these are written to a http.Request.

func NewUpdateVwConfigParams

func NewUpdateVwConfigParams() *UpdateVwConfigParams

NewUpdateVwConfigParams creates a new UpdateVwConfigParams 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 NewUpdateVwConfigParamsWithContext

func NewUpdateVwConfigParamsWithContext(ctx context.Context) *UpdateVwConfigParams

NewUpdateVwConfigParamsWithContext creates a new UpdateVwConfigParams object with the ability to set a context for a request.

func NewUpdateVwConfigParamsWithHTTPClient

func NewUpdateVwConfigParamsWithHTTPClient(client *http.Client) *UpdateVwConfigParams

NewUpdateVwConfigParamsWithHTTPClient creates a new UpdateVwConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVwConfigParamsWithTimeout

func NewUpdateVwConfigParamsWithTimeout(timeout time.Duration) *UpdateVwConfigParams

NewUpdateVwConfigParamsWithTimeout creates a new UpdateVwConfigParams object with the ability to set a timeout on a request.

func (*UpdateVwConfigParams) SetContext

func (o *UpdateVwConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update vw config params

func (*UpdateVwConfigParams) SetDefaults

func (o *UpdateVwConfigParams) SetDefaults()

SetDefaults hydrates default values in the update vw config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVwConfigParams) SetHTTPClient

func (o *UpdateVwConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update vw config params

func (*UpdateVwConfigParams) SetInput

SetInput adds the input to the update vw config params

func (*UpdateVwConfigParams) SetTimeout

func (o *UpdateVwConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update vw config params

func (*UpdateVwConfigParams) WithContext

WithContext adds the context to the update vw config params

func (*UpdateVwConfigParams) WithDefaults

func (o *UpdateVwConfigParams) WithDefaults() *UpdateVwConfigParams

WithDefaults hydrates default values in the update vw config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVwConfigParams) WithHTTPClient

func (o *UpdateVwConfigParams) WithHTTPClient(client *http.Client) *UpdateVwConfigParams

WithHTTPClient adds the HTTPClient to the update vw config params

func (*UpdateVwConfigParams) WithInput

WithInput adds the input to the update vw config params

func (*UpdateVwConfigParams) WithTimeout

func (o *UpdateVwConfigParams) WithTimeout(timeout time.Duration) *UpdateVwConfigParams

WithTimeout adds the timeout to the update vw config params

func (*UpdateVwConfigParams) WriteToRequest

func (o *UpdateVwConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateVwConfigReader

type UpdateVwConfigReader struct {
	// contains filtered or unexported fields
}

UpdateVwConfigReader is a Reader for the UpdateVwConfig structure.

func (*UpdateVwConfigReader) ReadResponse

func (o *UpdateVwConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVwDefault

type UpdateVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateVwDefault

func NewUpdateVwDefault(code int) *UpdateVwDefault

NewUpdateVwDefault creates a UpdateVwDefault with default headers values

func (*UpdateVwDefault) Code

func (o *UpdateVwDefault) Code() int

Code gets the status code for the update vw default response

func (*UpdateVwDefault) Error

func (o *UpdateVwDefault) Error() string

func (*UpdateVwDefault) GetPayload

func (o *UpdateVwDefault) GetPayload() *models.Error

func (*UpdateVwDefault) IsClientError

func (o *UpdateVwDefault) IsClientError() bool

IsClientError returns true when this update vw default response has a 4xx status code

func (*UpdateVwDefault) IsCode

func (o *UpdateVwDefault) IsCode(code int) bool

IsCode returns true when this update vw default response a status code equal to that given

func (*UpdateVwDefault) IsRedirect

func (o *UpdateVwDefault) IsRedirect() bool

IsRedirect returns true when this update vw default response has a 3xx status code

func (*UpdateVwDefault) IsServerError

func (o *UpdateVwDefault) IsServerError() bool

IsServerError returns true when this update vw default response has a 5xx status code

func (*UpdateVwDefault) IsSuccess

func (o *UpdateVwDefault) IsSuccess() bool

IsSuccess returns true when this update vw default response has a 2xx status code

func (*UpdateVwDefault) String

func (o *UpdateVwDefault) String() string

type UpdateVwOK

type UpdateVwOK struct {
	Payload models.UpdateVwResponse
}

UpdateVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateVwOK

func NewUpdateVwOK() *UpdateVwOK

NewUpdateVwOK creates a UpdateVwOK with default headers values

func (*UpdateVwOK) Code

func (o *UpdateVwOK) Code() int

Code gets the status code for the update vw o k response

func (*UpdateVwOK) Error

func (o *UpdateVwOK) Error() string

func (*UpdateVwOK) GetPayload

func (o *UpdateVwOK) GetPayload() models.UpdateVwResponse

func (*UpdateVwOK) IsClientError

func (o *UpdateVwOK) IsClientError() bool

IsClientError returns true when this update vw o k response has a 4xx status code

func (*UpdateVwOK) IsCode

func (o *UpdateVwOK) IsCode(code int) bool

IsCode returns true when this update vw o k response a status code equal to that given

func (*UpdateVwOK) IsRedirect

func (o *UpdateVwOK) IsRedirect() bool

IsRedirect returns true when this update vw o k response has a 3xx status code

func (*UpdateVwOK) IsServerError

func (o *UpdateVwOK) IsServerError() bool

IsServerError returns true when this update vw o k response has a 5xx status code

func (*UpdateVwOK) IsSuccess

func (o *UpdateVwOK) IsSuccess() bool

IsSuccess returns true when this update vw o k response has a 2xx status code

func (*UpdateVwOK) String

func (o *UpdateVwOK) String() string

type UpdateVwParams

type UpdateVwParams struct {

	// Input.
	Input *models.UpdateVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVwParams contains all the parameters to send to the API endpoint

for the update vw operation.

Typically these are written to a http.Request.

func NewUpdateVwParams

func NewUpdateVwParams() *UpdateVwParams

NewUpdateVwParams creates a new UpdateVwParams 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 NewUpdateVwParamsWithContext

func NewUpdateVwParamsWithContext(ctx context.Context) *UpdateVwParams

NewUpdateVwParamsWithContext creates a new UpdateVwParams object with the ability to set a context for a request.

func NewUpdateVwParamsWithHTTPClient

func NewUpdateVwParamsWithHTTPClient(client *http.Client) *UpdateVwParams

NewUpdateVwParamsWithHTTPClient creates a new UpdateVwParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVwParamsWithTimeout

func NewUpdateVwParamsWithTimeout(timeout time.Duration) *UpdateVwParams

NewUpdateVwParamsWithTimeout creates a new UpdateVwParams object with the ability to set a timeout on a request.

func (*UpdateVwParams) SetContext

func (o *UpdateVwParams) SetContext(ctx context.Context)

SetContext adds the context to the update vw params

func (*UpdateVwParams) SetDefaults

func (o *UpdateVwParams) SetDefaults()

SetDefaults hydrates default values in the update vw params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVwParams) SetHTTPClient

func (o *UpdateVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update vw params

func (*UpdateVwParams) SetInput

func (o *UpdateVwParams) SetInput(input *models.UpdateVwRequest)

SetInput adds the input to the update vw params

func (*UpdateVwParams) SetTimeout

func (o *UpdateVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update vw params

func (*UpdateVwParams) WithContext

func (o *UpdateVwParams) WithContext(ctx context.Context) *UpdateVwParams

WithContext adds the context to the update vw params

func (*UpdateVwParams) WithDefaults

func (o *UpdateVwParams) WithDefaults() *UpdateVwParams

WithDefaults hydrates default values in the update vw params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVwParams) WithHTTPClient

func (o *UpdateVwParams) WithHTTPClient(client *http.Client) *UpdateVwParams

WithHTTPClient adds the HTTPClient to the update vw params

func (*UpdateVwParams) WithInput

func (o *UpdateVwParams) WithInput(input *models.UpdateVwRequest) *UpdateVwParams

WithInput adds the input to the update vw params

func (*UpdateVwParams) WithTimeout

func (o *UpdateVwParams) WithTimeout(timeout time.Duration) *UpdateVwParams

WithTimeout adds the timeout to the update vw params

func (*UpdateVwParams) WriteToRequest

func (o *UpdateVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateVwReader

type UpdateVwReader struct {
	// contains filtered or unexported fields
}

UpdateVwReader is a Reader for the UpdateVw structure.

func (*UpdateVwReader) ReadResponse

func (o *UpdateVwReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeClusterDefault

type UpgradeClusterDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeClusterDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeClusterDefault

func NewUpgradeClusterDefault(code int) *UpgradeClusterDefault

NewUpgradeClusterDefault creates a UpgradeClusterDefault with default headers values

func (*UpgradeClusterDefault) Code

func (o *UpgradeClusterDefault) Code() int

Code gets the status code for the upgrade cluster default response

func (*UpgradeClusterDefault) Error

func (o *UpgradeClusterDefault) Error() string

func (*UpgradeClusterDefault) GetPayload

func (o *UpgradeClusterDefault) GetPayload() *models.Error

func (*UpgradeClusterDefault) IsClientError

func (o *UpgradeClusterDefault) IsClientError() bool

IsClientError returns true when this upgrade cluster default response has a 4xx status code

func (*UpgradeClusterDefault) IsCode

func (o *UpgradeClusterDefault) IsCode(code int) bool

IsCode returns true when this upgrade cluster default response a status code equal to that given

func (*UpgradeClusterDefault) IsRedirect

func (o *UpgradeClusterDefault) IsRedirect() bool

IsRedirect returns true when this upgrade cluster default response has a 3xx status code

func (*UpgradeClusterDefault) IsServerError

func (o *UpgradeClusterDefault) IsServerError() bool

IsServerError returns true when this upgrade cluster default response has a 5xx status code

func (*UpgradeClusterDefault) IsSuccess

func (o *UpgradeClusterDefault) IsSuccess() bool

IsSuccess returns true when this upgrade cluster default response has a 2xx status code

func (*UpgradeClusterDefault) String

func (o *UpgradeClusterDefault) String() string

type UpgradeClusterOK

type UpgradeClusterOK struct {
	Payload *models.UpgradeClusterResponse
}

UpgradeClusterOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeClusterOK

func NewUpgradeClusterOK() *UpgradeClusterOK

NewUpgradeClusterOK creates a UpgradeClusterOK with default headers values

func (*UpgradeClusterOK) Code

func (o *UpgradeClusterOK) Code() int

Code gets the status code for the upgrade cluster o k response

func (*UpgradeClusterOK) Error

func (o *UpgradeClusterOK) Error() string

func (*UpgradeClusterOK) GetPayload

func (*UpgradeClusterOK) IsClientError

func (o *UpgradeClusterOK) IsClientError() bool

IsClientError returns true when this upgrade cluster o k response has a 4xx status code

func (*UpgradeClusterOK) IsCode

func (o *UpgradeClusterOK) IsCode(code int) bool

IsCode returns true when this upgrade cluster o k response a status code equal to that given

func (*UpgradeClusterOK) IsRedirect

func (o *UpgradeClusterOK) IsRedirect() bool

IsRedirect returns true when this upgrade cluster o k response has a 3xx status code

func (*UpgradeClusterOK) IsServerError

func (o *UpgradeClusterOK) IsServerError() bool

IsServerError returns true when this upgrade cluster o k response has a 5xx status code

func (*UpgradeClusterOK) IsSuccess

func (o *UpgradeClusterOK) IsSuccess() bool

IsSuccess returns true when this upgrade cluster o k response has a 2xx status code

func (*UpgradeClusterOK) String

func (o *UpgradeClusterOK) String() string

type UpgradeClusterParams

type UpgradeClusterParams struct {

	// Input.
	Input *models.UpgradeClusterRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeClusterParams contains all the parameters to send to the API endpoint

for the upgrade cluster operation.

Typically these are written to a http.Request.

func NewUpgradeClusterParams

func NewUpgradeClusterParams() *UpgradeClusterParams

NewUpgradeClusterParams creates a new UpgradeClusterParams 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 NewUpgradeClusterParamsWithContext

func NewUpgradeClusterParamsWithContext(ctx context.Context) *UpgradeClusterParams

NewUpgradeClusterParamsWithContext creates a new UpgradeClusterParams object with the ability to set a context for a request.

func NewUpgradeClusterParamsWithHTTPClient

func NewUpgradeClusterParamsWithHTTPClient(client *http.Client) *UpgradeClusterParams

NewUpgradeClusterParamsWithHTTPClient creates a new UpgradeClusterParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeClusterParamsWithTimeout

func NewUpgradeClusterParamsWithTimeout(timeout time.Duration) *UpgradeClusterParams

NewUpgradeClusterParamsWithTimeout creates a new UpgradeClusterParams object with the ability to set a timeout on a request.

func (*UpgradeClusterParams) SetContext

func (o *UpgradeClusterParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade cluster params

func (*UpgradeClusterParams) SetDefaults

func (o *UpgradeClusterParams) SetDefaults()

SetDefaults hydrates default values in the upgrade cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeClusterParams) SetHTTPClient

func (o *UpgradeClusterParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade cluster params

func (*UpgradeClusterParams) SetInput

SetInput adds the input to the upgrade cluster params

func (*UpgradeClusterParams) SetTimeout

func (o *UpgradeClusterParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade cluster params

func (*UpgradeClusterParams) WithContext

WithContext adds the context to the upgrade cluster params

func (*UpgradeClusterParams) WithDefaults

func (o *UpgradeClusterParams) WithDefaults() *UpgradeClusterParams

WithDefaults hydrates default values in the upgrade cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeClusterParams) WithHTTPClient

func (o *UpgradeClusterParams) WithHTTPClient(client *http.Client) *UpgradeClusterParams

WithHTTPClient adds the HTTPClient to the upgrade cluster params

func (*UpgradeClusterParams) WithInput

WithInput adds the input to the upgrade cluster params

func (*UpgradeClusterParams) WithTimeout

func (o *UpgradeClusterParams) WithTimeout(timeout time.Duration) *UpgradeClusterParams

WithTimeout adds the timeout to the upgrade cluster params

func (*UpgradeClusterParams) WriteToRequest

func (o *UpgradeClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeClusterReader

type UpgradeClusterReader struct {
	// contains filtered or unexported fields
}

UpgradeClusterReader is a Reader for the UpgradeCluster structure.

func (*UpgradeClusterReader) ReadResponse

func (o *UpgradeClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeDataVisualizationDefault

type UpgradeDataVisualizationDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeDataVisualizationDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeDataVisualizationDefault

func NewUpgradeDataVisualizationDefault(code int) *UpgradeDataVisualizationDefault

NewUpgradeDataVisualizationDefault creates a UpgradeDataVisualizationDefault with default headers values

func (*UpgradeDataVisualizationDefault) Code

Code gets the status code for the upgrade data visualization default response

func (*UpgradeDataVisualizationDefault) Error

func (*UpgradeDataVisualizationDefault) GetPayload

func (o *UpgradeDataVisualizationDefault) GetPayload() *models.Error

func (*UpgradeDataVisualizationDefault) IsClientError

func (o *UpgradeDataVisualizationDefault) IsClientError() bool

IsClientError returns true when this upgrade data visualization default response has a 4xx status code

func (*UpgradeDataVisualizationDefault) IsCode

func (o *UpgradeDataVisualizationDefault) IsCode(code int) bool

IsCode returns true when this upgrade data visualization default response a status code equal to that given

func (*UpgradeDataVisualizationDefault) IsRedirect

func (o *UpgradeDataVisualizationDefault) IsRedirect() bool

IsRedirect returns true when this upgrade data visualization default response has a 3xx status code

func (*UpgradeDataVisualizationDefault) IsServerError

func (o *UpgradeDataVisualizationDefault) IsServerError() bool

IsServerError returns true when this upgrade data visualization default response has a 5xx status code

func (*UpgradeDataVisualizationDefault) IsSuccess

func (o *UpgradeDataVisualizationDefault) IsSuccess() bool

IsSuccess returns true when this upgrade data visualization default response has a 2xx status code

func (*UpgradeDataVisualizationDefault) String

type UpgradeDataVisualizationOK

type UpgradeDataVisualizationOK struct {
	Payload *models.UpgradeDataVisualizationResponse
}

UpgradeDataVisualizationOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeDataVisualizationOK

func NewUpgradeDataVisualizationOK() *UpgradeDataVisualizationOK

NewUpgradeDataVisualizationOK creates a UpgradeDataVisualizationOK with default headers values

func (*UpgradeDataVisualizationOK) Code

func (o *UpgradeDataVisualizationOK) Code() int

Code gets the status code for the upgrade data visualization o k response

func (*UpgradeDataVisualizationOK) Error

func (*UpgradeDataVisualizationOK) GetPayload

func (*UpgradeDataVisualizationOK) IsClientError

func (o *UpgradeDataVisualizationOK) IsClientError() bool

IsClientError returns true when this upgrade data visualization o k response has a 4xx status code

func (*UpgradeDataVisualizationOK) IsCode

func (o *UpgradeDataVisualizationOK) IsCode(code int) bool

IsCode returns true when this upgrade data visualization o k response a status code equal to that given

func (*UpgradeDataVisualizationOK) IsRedirect

func (o *UpgradeDataVisualizationOK) IsRedirect() bool

IsRedirect returns true when this upgrade data visualization o k response has a 3xx status code

func (*UpgradeDataVisualizationOK) IsServerError

func (o *UpgradeDataVisualizationOK) IsServerError() bool

IsServerError returns true when this upgrade data visualization o k response has a 5xx status code

func (*UpgradeDataVisualizationOK) IsSuccess

func (o *UpgradeDataVisualizationOK) IsSuccess() bool

IsSuccess returns true when this upgrade data visualization o k response has a 2xx status code

func (*UpgradeDataVisualizationOK) String

func (o *UpgradeDataVisualizationOK) String() string

type UpgradeDataVisualizationParams

type UpgradeDataVisualizationParams struct {

	// Input.
	Input *models.UpgradeDataVisualizationRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeDataVisualizationParams contains all the parameters to send to the API endpoint

for the upgrade data visualization operation.

Typically these are written to a http.Request.

func NewUpgradeDataVisualizationParams

func NewUpgradeDataVisualizationParams() *UpgradeDataVisualizationParams

NewUpgradeDataVisualizationParams creates a new UpgradeDataVisualizationParams 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 NewUpgradeDataVisualizationParamsWithContext

func NewUpgradeDataVisualizationParamsWithContext(ctx context.Context) *UpgradeDataVisualizationParams

NewUpgradeDataVisualizationParamsWithContext creates a new UpgradeDataVisualizationParams object with the ability to set a context for a request.

func NewUpgradeDataVisualizationParamsWithHTTPClient

func NewUpgradeDataVisualizationParamsWithHTTPClient(client *http.Client) *UpgradeDataVisualizationParams

NewUpgradeDataVisualizationParamsWithHTTPClient creates a new UpgradeDataVisualizationParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeDataVisualizationParamsWithTimeout

func NewUpgradeDataVisualizationParamsWithTimeout(timeout time.Duration) *UpgradeDataVisualizationParams

NewUpgradeDataVisualizationParamsWithTimeout creates a new UpgradeDataVisualizationParams object with the ability to set a timeout on a request.

func (*UpgradeDataVisualizationParams) SetContext

func (o *UpgradeDataVisualizationParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) SetDefaults

func (o *UpgradeDataVisualizationParams) SetDefaults()

SetDefaults hydrates default values in the upgrade data visualization params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDataVisualizationParams) SetHTTPClient

func (o *UpgradeDataVisualizationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) SetInput

SetInput adds the input to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) SetTimeout

func (o *UpgradeDataVisualizationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) WithContext

WithContext adds the context to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) WithDefaults

WithDefaults hydrates default values in the upgrade data visualization params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDataVisualizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) WithInput

WithInput adds the input to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) WithTimeout

WithTimeout adds the timeout to the upgrade data visualization params

func (*UpgradeDataVisualizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpgradeDataVisualizationReader

type UpgradeDataVisualizationReader struct {
	// contains filtered or unexported fields
}

UpgradeDataVisualizationReader is a Reader for the UpgradeDataVisualization structure.

func (*UpgradeDataVisualizationReader) ReadResponse

func (o *UpgradeDataVisualizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeDbcDefault

type UpgradeDbcDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeDbcDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeDbcDefault

func NewUpgradeDbcDefault(code int) *UpgradeDbcDefault

NewUpgradeDbcDefault creates a UpgradeDbcDefault with default headers values

func (*UpgradeDbcDefault) Code

func (o *UpgradeDbcDefault) Code() int

Code gets the status code for the upgrade dbc default response

func (*UpgradeDbcDefault) Error

func (o *UpgradeDbcDefault) Error() string

func (*UpgradeDbcDefault) GetPayload

func (o *UpgradeDbcDefault) GetPayload() *models.Error

func (*UpgradeDbcDefault) IsClientError

func (o *UpgradeDbcDefault) IsClientError() bool

IsClientError returns true when this upgrade dbc default response has a 4xx status code

func (*UpgradeDbcDefault) IsCode

func (o *UpgradeDbcDefault) IsCode(code int) bool

IsCode returns true when this upgrade dbc default response a status code equal to that given

func (*UpgradeDbcDefault) IsRedirect

func (o *UpgradeDbcDefault) IsRedirect() bool

IsRedirect returns true when this upgrade dbc default response has a 3xx status code

func (*UpgradeDbcDefault) IsServerError

func (o *UpgradeDbcDefault) IsServerError() bool

IsServerError returns true when this upgrade dbc default response has a 5xx status code

func (*UpgradeDbcDefault) IsSuccess

func (o *UpgradeDbcDefault) IsSuccess() bool

IsSuccess returns true when this upgrade dbc default response has a 2xx status code

func (*UpgradeDbcDefault) String

func (o *UpgradeDbcDefault) String() string

type UpgradeDbcOK

type UpgradeDbcOK struct {
	Payload *models.UpgradeDbcResponse
}

UpgradeDbcOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeDbcOK

func NewUpgradeDbcOK() *UpgradeDbcOK

NewUpgradeDbcOK creates a UpgradeDbcOK with default headers values

func (*UpgradeDbcOK) Code

func (o *UpgradeDbcOK) Code() int

Code gets the status code for the upgrade dbc o k response

func (*UpgradeDbcOK) Error

func (o *UpgradeDbcOK) Error() string

func (*UpgradeDbcOK) GetPayload

func (o *UpgradeDbcOK) GetPayload() *models.UpgradeDbcResponse

func (*UpgradeDbcOK) IsClientError

func (o *UpgradeDbcOK) IsClientError() bool

IsClientError returns true when this upgrade dbc o k response has a 4xx status code

func (*UpgradeDbcOK) IsCode

func (o *UpgradeDbcOK) IsCode(code int) bool

IsCode returns true when this upgrade dbc o k response a status code equal to that given

func (*UpgradeDbcOK) IsRedirect

func (o *UpgradeDbcOK) IsRedirect() bool

IsRedirect returns true when this upgrade dbc o k response has a 3xx status code

func (*UpgradeDbcOK) IsServerError

func (o *UpgradeDbcOK) IsServerError() bool

IsServerError returns true when this upgrade dbc o k response has a 5xx status code

func (*UpgradeDbcOK) IsSuccess

func (o *UpgradeDbcOK) IsSuccess() bool

IsSuccess returns true when this upgrade dbc o k response has a 2xx status code

func (*UpgradeDbcOK) String

func (o *UpgradeDbcOK) String() string

type UpgradeDbcParams

type UpgradeDbcParams struct {

	// Input.
	Input *models.UpgradeDbcRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeDbcParams contains all the parameters to send to the API endpoint

for the upgrade dbc operation.

Typically these are written to a http.Request.

func NewUpgradeDbcParams

func NewUpgradeDbcParams() *UpgradeDbcParams

NewUpgradeDbcParams creates a new UpgradeDbcParams 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 NewUpgradeDbcParamsWithContext

func NewUpgradeDbcParamsWithContext(ctx context.Context) *UpgradeDbcParams

NewUpgradeDbcParamsWithContext creates a new UpgradeDbcParams object with the ability to set a context for a request.

func NewUpgradeDbcParamsWithHTTPClient

func NewUpgradeDbcParamsWithHTTPClient(client *http.Client) *UpgradeDbcParams

NewUpgradeDbcParamsWithHTTPClient creates a new UpgradeDbcParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeDbcParamsWithTimeout

func NewUpgradeDbcParamsWithTimeout(timeout time.Duration) *UpgradeDbcParams

NewUpgradeDbcParamsWithTimeout creates a new UpgradeDbcParams object with the ability to set a timeout on a request.

func (*UpgradeDbcParams) SetContext

func (o *UpgradeDbcParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade dbc params

func (*UpgradeDbcParams) SetDefaults

func (o *UpgradeDbcParams) SetDefaults()

SetDefaults hydrates default values in the upgrade dbc params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDbcParams) SetHTTPClient

func (o *UpgradeDbcParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade dbc params

func (*UpgradeDbcParams) SetInput

func (o *UpgradeDbcParams) SetInput(input *models.UpgradeDbcRequest)

SetInput adds the input to the upgrade dbc params

func (*UpgradeDbcParams) SetTimeout

func (o *UpgradeDbcParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade dbc params

func (*UpgradeDbcParams) WithContext

func (o *UpgradeDbcParams) WithContext(ctx context.Context) *UpgradeDbcParams

WithContext adds the context to the upgrade dbc params

func (*UpgradeDbcParams) WithDefaults

func (o *UpgradeDbcParams) WithDefaults() *UpgradeDbcParams

WithDefaults hydrates default values in the upgrade dbc params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeDbcParams) WithHTTPClient

func (o *UpgradeDbcParams) WithHTTPClient(client *http.Client) *UpgradeDbcParams

WithHTTPClient adds the HTTPClient to the upgrade dbc params

func (*UpgradeDbcParams) WithInput

WithInput adds the input to the upgrade dbc params

func (*UpgradeDbcParams) WithTimeout

func (o *UpgradeDbcParams) WithTimeout(timeout time.Duration) *UpgradeDbcParams

WithTimeout adds the timeout to the upgrade dbc params

func (*UpgradeDbcParams) WriteToRequest

func (o *UpgradeDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeDbcReader

type UpgradeDbcReader struct {
	// contains filtered or unexported fields
}

UpgradeDbcReader is a Reader for the UpgradeDbc structure.

func (*UpgradeDbcReader) ReadResponse

func (o *UpgradeDbcReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeVwDefault

type UpgradeVwDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeVwDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeVwDefault

func NewUpgradeVwDefault(code int) *UpgradeVwDefault

NewUpgradeVwDefault creates a UpgradeVwDefault with default headers values

func (*UpgradeVwDefault) Code

func (o *UpgradeVwDefault) Code() int

Code gets the status code for the upgrade vw default response

func (*UpgradeVwDefault) Error

func (o *UpgradeVwDefault) Error() string

func (*UpgradeVwDefault) GetPayload

func (o *UpgradeVwDefault) GetPayload() *models.Error

func (*UpgradeVwDefault) IsClientError

func (o *UpgradeVwDefault) IsClientError() bool

IsClientError returns true when this upgrade vw default response has a 4xx status code

func (*UpgradeVwDefault) IsCode

func (o *UpgradeVwDefault) IsCode(code int) bool

IsCode returns true when this upgrade vw default response a status code equal to that given

func (*UpgradeVwDefault) IsRedirect

func (o *UpgradeVwDefault) IsRedirect() bool

IsRedirect returns true when this upgrade vw default response has a 3xx status code

func (*UpgradeVwDefault) IsServerError

func (o *UpgradeVwDefault) IsServerError() bool

IsServerError returns true when this upgrade vw default response has a 5xx status code

func (*UpgradeVwDefault) IsSuccess

func (o *UpgradeVwDefault) IsSuccess() bool

IsSuccess returns true when this upgrade vw default response has a 2xx status code

func (*UpgradeVwDefault) String

func (o *UpgradeVwDefault) String() string

type UpgradeVwOK

type UpgradeVwOK struct {
	Payload *models.UpgradeVwResponse
}

UpgradeVwOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeVwOK

func NewUpgradeVwOK() *UpgradeVwOK

NewUpgradeVwOK creates a UpgradeVwOK with default headers values

func (*UpgradeVwOK) Code

func (o *UpgradeVwOK) Code() int

Code gets the status code for the upgrade vw o k response

func (*UpgradeVwOK) Error

func (o *UpgradeVwOK) Error() string

func (*UpgradeVwOK) GetPayload

func (o *UpgradeVwOK) GetPayload() *models.UpgradeVwResponse

func (*UpgradeVwOK) IsClientError

func (o *UpgradeVwOK) IsClientError() bool

IsClientError returns true when this upgrade vw o k response has a 4xx status code

func (*UpgradeVwOK) IsCode

func (o *UpgradeVwOK) IsCode(code int) bool

IsCode returns true when this upgrade vw o k response a status code equal to that given

func (*UpgradeVwOK) IsRedirect

func (o *UpgradeVwOK) IsRedirect() bool

IsRedirect returns true when this upgrade vw o k response has a 3xx status code

func (*UpgradeVwOK) IsServerError

func (o *UpgradeVwOK) IsServerError() bool

IsServerError returns true when this upgrade vw o k response has a 5xx status code

func (*UpgradeVwOK) IsSuccess

func (o *UpgradeVwOK) IsSuccess() bool

IsSuccess returns true when this upgrade vw o k response has a 2xx status code

func (*UpgradeVwOK) String

func (o *UpgradeVwOK) String() string

type UpgradeVwParams

type UpgradeVwParams struct {

	// Input.
	Input *models.UpgradeVwRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeVwParams contains all the parameters to send to the API endpoint

for the upgrade vw operation.

Typically these are written to a http.Request.

func NewUpgradeVwParams

func NewUpgradeVwParams() *UpgradeVwParams

NewUpgradeVwParams creates a new UpgradeVwParams 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 NewUpgradeVwParamsWithContext

func NewUpgradeVwParamsWithContext(ctx context.Context) *UpgradeVwParams

NewUpgradeVwParamsWithContext creates a new UpgradeVwParams object with the ability to set a context for a request.

func NewUpgradeVwParamsWithHTTPClient

func NewUpgradeVwParamsWithHTTPClient(client *http.Client) *UpgradeVwParams

NewUpgradeVwParamsWithHTTPClient creates a new UpgradeVwParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeVwParamsWithTimeout

func NewUpgradeVwParamsWithTimeout(timeout time.Duration) *UpgradeVwParams

NewUpgradeVwParamsWithTimeout creates a new UpgradeVwParams object with the ability to set a timeout on a request.

func (*UpgradeVwParams) SetContext

func (o *UpgradeVwParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade vw params

func (*UpgradeVwParams) SetDefaults

func (o *UpgradeVwParams) SetDefaults()

SetDefaults hydrates default values in the upgrade vw params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeVwParams) SetHTTPClient

func (o *UpgradeVwParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade vw params

func (*UpgradeVwParams) SetInput

func (o *UpgradeVwParams) SetInput(input *models.UpgradeVwRequest)

SetInput adds the input to the upgrade vw params

func (*UpgradeVwParams) SetTimeout

func (o *UpgradeVwParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade vw params

func (*UpgradeVwParams) WithContext

func (o *UpgradeVwParams) WithContext(ctx context.Context) *UpgradeVwParams

WithContext adds the context to the upgrade vw params

func (*UpgradeVwParams) WithDefaults

func (o *UpgradeVwParams) WithDefaults() *UpgradeVwParams

WithDefaults hydrates default values in the upgrade vw params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeVwParams) WithHTTPClient

func (o *UpgradeVwParams) WithHTTPClient(client *http.Client) *UpgradeVwParams

WithHTTPClient adds the HTTPClient to the upgrade vw params

func (*UpgradeVwParams) WithInput

WithInput adds the input to the upgrade vw params

func (*UpgradeVwParams) WithTimeout

func (o *UpgradeVwParams) WithTimeout(timeout time.Duration) *UpgradeVwParams

WithTimeout adds the timeout to the upgrade vw params

func (*UpgradeVwParams) WriteToRequest

func (o *UpgradeVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeVwReader

type UpgradeVwReader struct {
	// contains filtered or unexported fields
}

UpgradeVwReader is a Reader for the UpgradeVw structure.

func (*UpgradeVwReader) ReadResponse

func (o *UpgradeVwReader) 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