Documentation ¶
Index ¶
- type AddUserDefault
- func (o *AddUserDefault) Code() int
- func (o *AddUserDefault) Error() string
- func (o *AddUserDefault) GetPayload() *models.Error
- func (o *AddUserDefault) IsClientError() bool
- func (o *AddUserDefault) IsCode(code int) bool
- func (o *AddUserDefault) IsRedirect() bool
- func (o *AddUserDefault) IsServerError() bool
- func (o *AddUserDefault) IsSuccess() bool
- func (o *AddUserDefault) String() string
- type AddUserOK
- func (o *AddUserOK) Code() int
- func (o *AddUserOK) Error() string
- func (o *AddUserOK) GetPayload() models.AddUserResponse
- func (o *AddUserOK) IsClientError() bool
- func (o *AddUserOK) IsCode(code int) bool
- func (o *AddUserOK) IsRedirect() bool
- func (o *AddUserOK) IsServerError() bool
- func (o *AddUserOK) IsSuccess() bool
- func (o *AddUserOK) String() string
- type AddUserParams
- func (o *AddUserParams) SetContext(ctx context.Context)
- func (o *AddUserParams) SetDefaults()
- func (o *AddUserParams) SetHTTPClient(client *http.Client)
- func (o *AddUserParams) SetInput(input *models.AddUserRequest)
- func (o *AddUserParams) SetTimeout(timeout time.Duration)
- func (o *AddUserParams) WithContext(ctx context.Context) *AddUserParams
- func (o *AddUserParams) WithDefaults() *AddUserParams
- func (o *AddUserParams) WithHTTPClient(client *http.Client) *AddUserParams
- func (o *AddUserParams) WithInput(input *models.AddUserRequest) *AddUserParams
- func (o *AddUserParams) WithTimeout(timeout time.Duration) *AddUserParams
- func (o *AddUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddUserReader
- type BackupClusterDefault
- func (o *BackupClusterDefault) Code() int
- func (o *BackupClusterDefault) Error() string
- func (o *BackupClusterDefault) GetPayload() *models.Error
- func (o *BackupClusterDefault) IsClientError() bool
- func (o *BackupClusterDefault) IsCode(code int) bool
- func (o *BackupClusterDefault) IsRedirect() bool
- func (o *BackupClusterDefault) IsServerError() bool
- func (o *BackupClusterDefault) IsSuccess() bool
- func (o *BackupClusterDefault) String() string
- type BackupClusterOK
- func (o *BackupClusterOK) Code() int
- func (o *BackupClusterOK) Error() string
- func (o *BackupClusterOK) GetPayload() *models.BackupClusterResponse
- func (o *BackupClusterOK) IsClientError() bool
- func (o *BackupClusterOK) IsCode(code int) bool
- func (o *BackupClusterOK) IsRedirect() bool
- func (o *BackupClusterOK) IsServerError() bool
- func (o *BackupClusterOK) IsSuccess() bool
- func (o *BackupClusterOK) String() string
- type BackupClusterParams
- func (o *BackupClusterParams) SetContext(ctx context.Context)
- func (o *BackupClusterParams) SetDefaults()
- func (o *BackupClusterParams) SetHTTPClient(client *http.Client)
- func (o *BackupClusterParams) SetInput(input *models.BackupClusterRequest)
- func (o *BackupClusterParams) SetTimeout(timeout time.Duration)
- func (o *BackupClusterParams) WithContext(ctx context.Context) *BackupClusterParams
- func (o *BackupClusterParams) WithDefaults() *BackupClusterParams
- func (o *BackupClusterParams) WithHTTPClient(client *http.Client) *BackupClusterParams
- func (o *BackupClusterParams) WithInput(input *models.BackupClusterRequest) *BackupClusterParams
- func (o *BackupClusterParams) WithTimeout(timeout time.Duration) *BackupClusterParams
- func (o *BackupClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BackupClusterReader
- type Client
- func (a *Client) AddUser(params *AddUserParams, opts ...ClientOption) (*AddUserOK, error)
- func (a *Client) BackupCluster(params *BackupClusterParams, opts ...ClientOption) (*BackupClusterOK, error)
- func (a *Client) CreateAwsCluster(params *CreateAwsClusterParams, opts ...ClientOption) (*CreateAwsClusterOK, error)
- func (a *Client) CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error)
- func (a *Client) CreateBackup(params *CreateBackupParams, opts ...ClientOption) (*CreateBackupOK, error)
- func (a *Client) CreateCluster(params *CreateClusterParams, opts ...ClientOption) (*CreateClusterOK, error)
- func (a *Client) CreateClusterDiagnosticDataJob(params *CreateClusterDiagnosticDataJobParams, opts ...ClientOption) (*CreateClusterDiagnosticDataJobOK, error)
- func (a *Client) CreateDataVisualization(params *CreateDataVisualizationParams, opts ...ClientOption) (*CreateDataVisualizationOK, error)
- func (a *Client) CreateDbc(params *CreateDbcParams, opts ...ClientOption) (*CreateDbcOK, error)
- func (a *Client) CreateDbcDiagnosticDataJob(params *CreateDbcDiagnosticDataJobParams, opts ...ClientOption) (*CreateDbcDiagnosticDataJobOK, error)
- func (a *Client) CreatePrivateCluster(params *CreatePrivateClusterParams, opts ...ClientOption) (*CreatePrivateClusterOK, error)
- func (a *Client) CreateResourceTemplate(params *CreateResourceTemplateParams, opts ...ClientOption) (*CreateResourceTemplateOK, error)
- func (a *Client) CreateVw(params *CreateVwParams, opts ...ClientOption) (*CreateVwOK, error)
- func (a *Client) CreateVwDiagnosticDataJob(params *CreateVwDiagnosticDataJobParams, opts ...ClientOption) (*CreateVwDiagnosticDataJobOK, error)
- func (a *Client) DeleteBackup(params *DeleteBackupParams, opts ...ClientOption) (*DeleteBackupOK, error)
- func (a *Client) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error)
- func (a *Client) DeleteClusterDiagnosticDataJob(params *DeleteClusterDiagnosticDataJobParams, opts ...ClientOption) (*DeleteClusterDiagnosticDataJobOK, error)
- func (a *Client) DeleteDataVisualization(params *DeleteDataVisualizationParams, opts ...ClientOption) (*DeleteDataVisualizationOK, error)
- func (a *Client) DeleteDbc(params *DeleteDbcParams, opts ...ClientOption) (*DeleteDbcOK, error)
- func (a *Client) DeleteDbcDiagnosticDataJob(params *DeleteDbcDiagnosticDataJobParams, opts ...ClientOption) (*DeleteDbcDiagnosticDataJobOK, error)
- func (a *Client) DeleteResourceTemplate(params *DeleteResourceTemplateParams, opts ...ClientOption) (*DeleteResourceTemplateOK, error)
- func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)
- func (a *Client) DeleteVw(params *DeleteVwParams, opts ...ClientOption) (*DeleteVwOK, error)
- func (a *Client) DeleteVwDiagnosticDataJob(params *DeleteVwDiagnosticDataJobParams, opts ...ClientOption) (*DeleteVwDiagnosticDataJobOK, error)
- func (a *Client) DescribeAllowedInstanceTypes(params *DescribeAllowedInstanceTypesParams, opts ...ClientOption) (*DescribeAllowedInstanceTypesOK, error)
- func (a *Client) DescribeBackup(params *DescribeBackupParams, opts ...ClientOption) (*DescribeBackupOK, error)
- func (a *Client) DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error)
- func (a *Client) DescribeClusterDiagnosticDataJob(params *DescribeClusterDiagnosticDataJobParams, opts ...ClientOption) (*DescribeClusterDiagnosticDataJobOK, error)
- func (a *Client) DescribeConfig(params *DescribeConfigParams, opts ...ClientOption) (*DescribeConfigOK, error)
- func (a *Client) DescribeConfigDiff(params *DescribeConfigDiffParams, opts ...ClientOption) (*DescribeConfigDiffOK, error)
- func (a *Client) DescribeDataVisualization(params *DescribeDataVisualizationParams, opts ...ClientOption) (*DescribeDataVisualizationOK, error)
- func (a *Client) DescribeDbc(params *DescribeDbcParams, opts ...ClientOption) (*DescribeDbcOK, error)
- func (a *Client) DescribeDbcConfig(params *DescribeDbcConfigParams, opts ...ClientOption) (*DescribeDbcConfigOK, error)
- func (a *Client) DescribeDbcDiagnosticDataJob(params *DescribeDbcDiagnosticDataJobParams, opts ...ClientOption) (*DescribeDbcDiagnosticDataJobOK, error)
- func (a *Client) DescribeKubeconfig(params *DescribeKubeconfigParams, opts ...ClientOption) (*DescribeKubeconfigOK, error)
- func (a *Client) DescribeRestore(params *DescribeRestoreParams, opts ...ClientOption) (*DescribeRestoreOK, error)
- func (a *Client) DescribeServerSetting(params *DescribeServerSettingParams, opts ...ClientOption) (*DescribeServerSettingOK, error)
- func (a *Client) DescribeVw(params *DescribeVwParams, opts ...ClientOption) (*DescribeVwOK, error)
- func (a *Client) DescribeVwConfig(params *DescribeVwConfigParams, opts ...ClientOption) (*DescribeVwConfigOK, error)
- func (a *Client) DescribeVwDiagnosticDataJob(params *DescribeVwDiagnosticDataJobParams, opts ...ClientOption) (*DescribeVwDiagnosticDataJobOK, error)
- func (a *Client) GetDataVisualizationUpgradeVersion(params *GetDataVisualizationUpgradeVersionParams, opts ...ClientOption) (*GetDataVisualizationUpgradeVersionOK, error)
- func (a *Client) GetK8sCertJKS(params *GetK8sCertJKSParams, opts ...ClientOption) (*GetK8sCertJKSOK, error)
- func (a *Client) GetK8sCertPEM(params *GetK8sCertPEMParams, opts ...ClientOption) (*GetK8sCertPEMOK, error)
- func (a *Client) GetLogs(params *GetLogsParams, opts ...ClientOption) (*GetLogsOK, error)
- func (a *Client) GetUpgradeDbcVersions(params *GetUpgradeDbcVersionsParams, opts ...ClientOption) (*GetUpgradeDbcVersionsOK, error)
- func (a *Client) GetUpgradeVwVersions(params *GetUpgradeVwVersionsParams, opts ...ClientOption) (*GetUpgradeVwVersionsOK, error)
- func (a *Client) HealthCheck(params *HealthCheckParams, opts ...ClientOption) (*HealthCheckOK, error)
- func (a *Client) ListBackupEntities(params *ListBackupEntitiesParams, opts ...ClientOption) (*ListBackupEntitiesOK, error)
- func (a *Client) ListBackups(params *ListBackupsParams, opts ...ClientOption) (*ListBackupsOK, error)
- func (a *Client) ListClusterDiagnosticDataJobs(params *ListClusterDiagnosticDataJobsParams, opts ...ClientOption) (*ListClusterDiagnosticDataJobsOK, error)
- func (a *Client) ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error)
- func (a *Client) ListDataVisualizations(params *ListDataVisualizationsParams, opts ...ClientOption) (*ListDataVisualizationsOK, error)
- func (a *Client) ListDbcConfigs(params *ListDbcConfigsParams, opts ...ClientOption) (*ListDbcConfigsOK, error)
- func (a *Client) ListDbcDiagnosticDataJobs(params *ListDbcDiagnosticDataJobsParams, opts ...ClientOption) (*ListDbcDiagnosticDataJobsOK, error)
- func (a *Client) ListDbcEvents(params *ListDbcEventsParams, opts ...ClientOption) (*ListDbcEventsOK, error)
- func (a *Client) ListDbcs(params *ListDbcsParams, opts ...ClientOption) (*ListDbcsOK, error)
- func (a *Client) ListEvents(params *ListEventsParams, opts ...ClientOption) (*ListEventsOK, error)
- func (a *Client) ListLatestVersions(params *ListLatestVersionsParams, opts ...ClientOption) (*ListLatestVersionsOK, error)
- func (a *Client) ListResourceTemplates(params *ListResourceTemplatesParams, opts ...ClientOption) (*ListResourceTemplatesOK, error)
- func (a *Client) ListRestores(params *ListRestoresParams, opts ...ClientOption) (*ListRestoresOK, error)
- func (a *Client) ListUsers(params *ListUsersParams, opts ...ClientOption) (*ListUsersOK, error)
- func (a *Client) ListVwConfigs(params *ListVwConfigsParams, opts ...ClientOption) (*ListVwConfigsOK, error)
- func (a *Client) ListVwDiagnosticDataJobs(params *ListVwDiagnosticDataJobsParams, opts ...ClientOption) (*ListVwDiagnosticDataJobsOK, error)
- func (a *Client) ListVwEvents(params *ListVwEventsParams, opts ...ClientOption) (*ListVwEventsOK, error)
- func (a *Client) ListVws(params *ListVwsParams, opts ...ClientOption) (*ListVwsOK, error)
- func (a *Client) RebuildDbc(params *RebuildDbcParams, opts ...ClientOption) (*RebuildDbcOK, error)
- func (a *Client) RebuildVw(params *RebuildVwParams, opts ...ClientOption) (*RebuildVwOK, error)
- func (a *Client) RenewCertificates(params *RenewCertificatesParams, opts ...ClientOption) (*RenewCertificatesOK, error)
- func (a *Client) RestartDbc(params *RestartDbcParams, opts ...ClientOption) (*RestartDbcOK, error)
- func (a *Client) RestartVw(params *RestartVwParams, opts ...ClientOption) (*RestartVwOK, error)
- func (a *Client) RestoreBackup(params *RestoreBackupParams, opts ...ClientOption) (*RestoreBackupOK, error)
- func (a *Client) RestoreCluster(params *RestoreClusterParams, opts ...ClientOption) (*RestoreClusterOK, error)
- func (a *Client) ResumeCluster(params *ResumeClusterParams, opts ...ClientOption) (*ResumeClusterOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StartVw(params *StartVwParams, opts ...ClientOption) (*StartVwOK, error)
- func (a *Client) SuspendCluster(params *SuspendClusterParams, opts ...ClientOption) (*SuspendClusterOK, error)
- func (a *Client) SuspendDbc(params *SuspendDbcParams, opts ...ClientOption) (*SuspendDbcOK, error)
- func (a *Client) SuspendVw(params *SuspendVwParams, opts ...ClientOption) (*SuspendVwOK, error)
- func (a *Client) UpdateAwsCluster(params *UpdateAwsClusterParams, opts ...ClientOption) (*UpdateAwsClusterOK, error)
- func (a *Client) UpdateAzureCluster(params *UpdateAzureClusterParams, opts ...ClientOption) (*UpdateAzureClusterOK, error)
- func (a *Client) UpdateCluster(params *UpdateClusterParams, opts ...ClientOption) (*UpdateClusterOK, error)
- func (a *Client) UpdateDataVisualization(params *UpdateDataVisualizationParams, opts ...ClientOption) (*UpdateDataVisualizationOK, error)
- func (a *Client) UpdateDbc(params *UpdateDbcParams, opts ...ClientOption) (*UpdateDbcOK, error)
- func (a *Client) UpdateDbcConfig(params *UpdateDbcConfigParams, opts ...ClientOption) (*UpdateDbcConfigOK, error)
- func (a *Client) UpdatePrivateCluster(params *UpdatePrivateClusterParams, opts ...ClientOption) (*UpdatePrivateClusterOK, error)
- func (a *Client) UpdateResourceTemplate(params *UpdateResourceTemplateParams, opts ...ClientOption) (*UpdateResourceTemplateOK, error)
- func (a *Client) UpdateSSHKey(params *UpdateSSHKeyParams, opts ...ClientOption) (*UpdateSSHKeyOK, error)
- func (a *Client) UpdateServerSetting(params *UpdateServerSettingParams, opts ...ClientOption) (*UpdateServerSettingOK, error)
- func (a *Client) UpdateVw(params *UpdateVwParams, opts ...ClientOption) (*UpdateVwOK, error)
- func (a *Client) UpdateVwConfig(params *UpdateVwConfigParams, opts ...ClientOption) (*UpdateVwConfigOK, error)
- func (a *Client) UpgradeDataVisualization(params *UpgradeDataVisualizationParams, opts ...ClientOption) (*UpgradeDataVisualizationOK, error)
- func (a *Client) UpgradeDbc(params *UpgradeDbcParams, opts ...ClientOption) (*UpgradeDbcOK, error)
- func (a *Client) UpgradeVw(params *UpgradeVwParams, opts ...ClientOption) (*UpgradeVwOK, error)
- type ClientOption
- type ClientService
- type CreateAwsClusterDefault
- func (o *CreateAwsClusterDefault) Code() int
- func (o *CreateAwsClusterDefault) Error() string
- func (o *CreateAwsClusterDefault) GetPayload() *models.Error
- func (o *CreateAwsClusterDefault) IsClientError() bool
- func (o *CreateAwsClusterDefault) IsCode(code int) bool
- func (o *CreateAwsClusterDefault) IsRedirect() bool
- func (o *CreateAwsClusterDefault) IsServerError() bool
- func (o *CreateAwsClusterDefault) IsSuccess() bool
- func (o *CreateAwsClusterDefault) String() string
- type CreateAwsClusterOK
- func (o *CreateAwsClusterOK) Code() int
- func (o *CreateAwsClusterOK) Error() string
- func (o *CreateAwsClusterOK) GetPayload() *models.CreateAwsClusterResponse
- func (o *CreateAwsClusterOK) IsClientError() bool
- func (o *CreateAwsClusterOK) IsCode(code int) bool
- func (o *CreateAwsClusterOK) IsRedirect() bool
- func (o *CreateAwsClusterOK) IsServerError() bool
- func (o *CreateAwsClusterOK) IsSuccess() bool
- func (o *CreateAwsClusterOK) String() string
- type CreateAwsClusterParams
- func NewCreateAwsClusterParams() *CreateAwsClusterParams
- func NewCreateAwsClusterParamsWithContext(ctx context.Context) *CreateAwsClusterParams
- func NewCreateAwsClusterParamsWithHTTPClient(client *http.Client) *CreateAwsClusterParams
- func NewCreateAwsClusterParamsWithTimeout(timeout time.Duration) *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) SetContext(ctx context.Context)
- func (o *CreateAwsClusterParams) SetDefaults()
- func (o *CreateAwsClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreateAwsClusterParams) SetInput(input *models.CreateAwsClusterRequest)
- func (o *CreateAwsClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreateAwsClusterParams) WithContext(ctx context.Context) *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) WithDefaults() *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) WithHTTPClient(client *http.Client) *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) WithInput(input *models.CreateAwsClusterRequest) *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) WithTimeout(timeout time.Duration) *CreateAwsClusterParams
- func (o *CreateAwsClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAwsClusterReader
- type CreateAzureClusterDefault
- func (o *CreateAzureClusterDefault) Code() int
- func (o *CreateAzureClusterDefault) Error() string
- func (o *CreateAzureClusterDefault) GetPayload() *models.Error
- func (o *CreateAzureClusterDefault) IsClientError() bool
- func (o *CreateAzureClusterDefault) IsCode(code int) bool
- func (o *CreateAzureClusterDefault) IsRedirect() bool
- func (o *CreateAzureClusterDefault) IsServerError() bool
- func (o *CreateAzureClusterDefault) IsSuccess() bool
- func (o *CreateAzureClusterDefault) String() string
- type CreateAzureClusterOK
- func (o *CreateAzureClusterOK) Code() int
- func (o *CreateAzureClusterOK) Error() string
- func (o *CreateAzureClusterOK) GetPayload() *models.CreateAzureClusterResponse
- func (o *CreateAzureClusterOK) IsClientError() bool
- func (o *CreateAzureClusterOK) IsCode(code int) bool
- func (o *CreateAzureClusterOK) IsRedirect() bool
- func (o *CreateAzureClusterOK) IsServerError() bool
- func (o *CreateAzureClusterOK) IsSuccess() bool
- func (o *CreateAzureClusterOK) String() string
- type CreateAzureClusterParams
- func NewCreateAzureClusterParams() *CreateAzureClusterParams
- func NewCreateAzureClusterParamsWithContext(ctx context.Context) *CreateAzureClusterParams
- func NewCreateAzureClusterParamsWithHTTPClient(client *http.Client) *CreateAzureClusterParams
- func NewCreateAzureClusterParamsWithTimeout(timeout time.Duration) *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) SetContext(ctx context.Context)
- func (o *CreateAzureClusterParams) SetDefaults()
- func (o *CreateAzureClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreateAzureClusterParams) SetInput(input *models.CreateAzureClusterRequest)
- func (o *CreateAzureClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreateAzureClusterParams) WithContext(ctx context.Context) *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) WithDefaults() *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) WithHTTPClient(client *http.Client) *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) WithInput(input *models.CreateAzureClusterRequest) *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) WithTimeout(timeout time.Duration) *CreateAzureClusterParams
- func (o *CreateAzureClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAzureClusterReader
- type CreateBackupDefault
- func (o *CreateBackupDefault) Code() int
- func (o *CreateBackupDefault) Error() string
- func (o *CreateBackupDefault) GetPayload() *models.Error
- func (o *CreateBackupDefault) IsClientError() bool
- func (o *CreateBackupDefault) IsCode(code int) bool
- func (o *CreateBackupDefault) IsRedirect() bool
- func (o *CreateBackupDefault) IsServerError() bool
- func (o *CreateBackupDefault) IsSuccess() bool
- func (o *CreateBackupDefault) String() string
- type CreateBackupOK
- func (o *CreateBackupOK) Code() int
- func (o *CreateBackupOK) Error() string
- func (o *CreateBackupOK) GetPayload() *models.CreateBackupResponse
- func (o *CreateBackupOK) IsClientError() bool
- func (o *CreateBackupOK) IsCode(code int) bool
- func (o *CreateBackupOK) IsRedirect() bool
- func (o *CreateBackupOK) IsServerError() bool
- func (o *CreateBackupOK) IsSuccess() bool
- func (o *CreateBackupOK) String() string
- type CreateBackupParams
- func (o *CreateBackupParams) SetContext(ctx context.Context)
- func (o *CreateBackupParams) SetDefaults()
- func (o *CreateBackupParams) SetHTTPClient(client *http.Client)
- func (o *CreateBackupParams) SetInput(input *models.CreateBackupRequest)
- func (o *CreateBackupParams) SetTimeout(timeout time.Duration)
- func (o *CreateBackupParams) WithContext(ctx context.Context) *CreateBackupParams
- func (o *CreateBackupParams) WithDefaults() *CreateBackupParams
- func (o *CreateBackupParams) WithHTTPClient(client *http.Client) *CreateBackupParams
- func (o *CreateBackupParams) WithInput(input *models.CreateBackupRequest) *CreateBackupParams
- func (o *CreateBackupParams) WithTimeout(timeout time.Duration) *CreateBackupParams
- func (o *CreateBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBackupReader
- type CreateClusterDefault
- func (o *CreateClusterDefault) Code() int
- func (o *CreateClusterDefault) Error() string
- func (o *CreateClusterDefault) GetPayload() *models.Error
- func (o *CreateClusterDefault) IsClientError() bool
- func (o *CreateClusterDefault) IsCode(code int) bool
- func (o *CreateClusterDefault) IsRedirect() bool
- func (o *CreateClusterDefault) IsServerError() bool
- func (o *CreateClusterDefault) IsSuccess() bool
- func (o *CreateClusterDefault) String() string
- type CreateClusterDiagnosticDataJobDefault
- func (o *CreateClusterDiagnosticDataJobDefault) Code() int
- func (o *CreateClusterDiagnosticDataJobDefault) Error() string
- func (o *CreateClusterDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *CreateClusterDiagnosticDataJobDefault) IsClientError() bool
- func (o *CreateClusterDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *CreateClusterDiagnosticDataJobDefault) IsRedirect() bool
- func (o *CreateClusterDiagnosticDataJobDefault) IsServerError() bool
- func (o *CreateClusterDiagnosticDataJobDefault) IsSuccess() bool
- func (o *CreateClusterDiagnosticDataJobDefault) String() string
- type CreateClusterDiagnosticDataJobOK
- func (o *CreateClusterDiagnosticDataJobOK) Code() int
- func (o *CreateClusterDiagnosticDataJobOK) Error() string
- func (o *CreateClusterDiagnosticDataJobOK) GetPayload() *models.CreateClusterDiagnosticDataJobResponse
- func (o *CreateClusterDiagnosticDataJobOK) IsClientError() bool
- func (o *CreateClusterDiagnosticDataJobOK) IsCode(code int) bool
- func (o *CreateClusterDiagnosticDataJobOK) IsRedirect() bool
- func (o *CreateClusterDiagnosticDataJobOK) IsServerError() bool
- func (o *CreateClusterDiagnosticDataJobOK) IsSuccess() bool
- func (o *CreateClusterDiagnosticDataJobOK) String() string
- type CreateClusterDiagnosticDataJobParams
- func NewCreateClusterDiagnosticDataJobParams() *CreateClusterDiagnosticDataJobParams
- func NewCreateClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateClusterDiagnosticDataJobParams
- func NewCreateClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateClusterDiagnosticDataJobParams
- func NewCreateClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *CreateClusterDiagnosticDataJobParams) SetDefaults()
- func (o *CreateClusterDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *CreateClusterDiagnosticDataJobParams) SetInput(input *models.CreateClusterDiagnosticDataJobRequest)
- func (o *CreateClusterDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *CreateClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) WithDefaults() *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) WithInput(input *models.CreateClusterDiagnosticDataJobRequest) *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateClusterDiagnosticDataJobParams
- func (o *CreateClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateClusterDiagnosticDataJobReader
- type CreateClusterOK
- func (o *CreateClusterOK) Code() int
- func (o *CreateClusterOK) Error() string
- func (o *CreateClusterOK) GetPayload() *models.CreateClusterResponse
- func (o *CreateClusterOK) IsClientError() bool
- func (o *CreateClusterOK) IsCode(code int) bool
- func (o *CreateClusterOK) IsRedirect() bool
- func (o *CreateClusterOK) IsServerError() bool
- func (o *CreateClusterOK) IsSuccess() bool
- func (o *CreateClusterOK) String() string
- type CreateClusterParams
- func (o *CreateClusterParams) SetContext(ctx context.Context)
- func (o *CreateClusterParams) SetDefaults()
- func (o *CreateClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreateClusterParams) SetInput(input *models.CreateClusterRequest)
- func (o *CreateClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreateClusterParams) WithContext(ctx context.Context) *CreateClusterParams
- func (o *CreateClusterParams) WithDefaults() *CreateClusterParams
- func (o *CreateClusterParams) WithHTTPClient(client *http.Client) *CreateClusterParams
- func (o *CreateClusterParams) WithInput(input *models.CreateClusterRequest) *CreateClusterParams
- func (o *CreateClusterParams) WithTimeout(timeout time.Duration) *CreateClusterParams
- func (o *CreateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateClusterReader
- type CreateDataVisualizationDefault
- func (o *CreateDataVisualizationDefault) Code() int
- func (o *CreateDataVisualizationDefault) Error() string
- func (o *CreateDataVisualizationDefault) GetPayload() *models.Error
- func (o *CreateDataVisualizationDefault) IsClientError() bool
- func (o *CreateDataVisualizationDefault) IsCode(code int) bool
- func (o *CreateDataVisualizationDefault) IsRedirect() bool
- func (o *CreateDataVisualizationDefault) IsServerError() bool
- func (o *CreateDataVisualizationDefault) IsSuccess() bool
- func (o *CreateDataVisualizationDefault) String() string
- type CreateDataVisualizationOK
- func (o *CreateDataVisualizationOK) Code() int
- func (o *CreateDataVisualizationOK) Error() string
- func (o *CreateDataVisualizationOK) GetPayload() *models.CreateDataVisualizationResponse
- func (o *CreateDataVisualizationOK) IsClientError() bool
- func (o *CreateDataVisualizationOK) IsCode(code int) bool
- func (o *CreateDataVisualizationOK) IsRedirect() bool
- func (o *CreateDataVisualizationOK) IsServerError() bool
- func (o *CreateDataVisualizationOK) IsSuccess() bool
- func (o *CreateDataVisualizationOK) String() string
- type CreateDataVisualizationParams
- func NewCreateDataVisualizationParams() *CreateDataVisualizationParams
- func NewCreateDataVisualizationParamsWithContext(ctx context.Context) *CreateDataVisualizationParams
- func NewCreateDataVisualizationParamsWithHTTPClient(client *http.Client) *CreateDataVisualizationParams
- func NewCreateDataVisualizationParamsWithTimeout(timeout time.Duration) *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) SetContext(ctx context.Context)
- func (o *CreateDataVisualizationParams) SetDefaults()
- func (o *CreateDataVisualizationParams) SetHTTPClient(client *http.Client)
- func (o *CreateDataVisualizationParams) SetInput(input *models.CreateDataVisualizationRequest)
- func (o *CreateDataVisualizationParams) SetTimeout(timeout time.Duration)
- func (o *CreateDataVisualizationParams) WithContext(ctx context.Context) *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) WithDefaults() *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) WithHTTPClient(client *http.Client) *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) WithInput(input *models.CreateDataVisualizationRequest) *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) WithTimeout(timeout time.Duration) *CreateDataVisualizationParams
- func (o *CreateDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDataVisualizationReader
- type CreateDbcDefault
- func (o *CreateDbcDefault) Code() int
- func (o *CreateDbcDefault) Error() string
- func (o *CreateDbcDefault) GetPayload() *models.Error
- func (o *CreateDbcDefault) IsClientError() bool
- func (o *CreateDbcDefault) IsCode(code int) bool
- func (o *CreateDbcDefault) IsRedirect() bool
- func (o *CreateDbcDefault) IsServerError() bool
- func (o *CreateDbcDefault) IsSuccess() bool
- func (o *CreateDbcDefault) String() string
- type CreateDbcDiagnosticDataJobDefault
- func (o *CreateDbcDiagnosticDataJobDefault) Code() int
- func (o *CreateDbcDiagnosticDataJobDefault) Error() string
- func (o *CreateDbcDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *CreateDbcDiagnosticDataJobDefault) IsClientError() bool
- func (o *CreateDbcDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *CreateDbcDiagnosticDataJobDefault) IsRedirect() bool
- func (o *CreateDbcDiagnosticDataJobDefault) IsServerError() bool
- func (o *CreateDbcDiagnosticDataJobDefault) IsSuccess() bool
- func (o *CreateDbcDiagnosticDataJobDefault) String() string
- type CreateDbcDiagnosticDataJobOK
- func (o *CreateDbcDiagnosticDataJobOK) Code() int
- func (o *CreateDbcDiagnosticDataJobOK) Error() string
- func (o *CreateDbcDiagnosticDataJobOK) GetPayload() *models.CreateDbcDiagnosticDataJobResponse
- func (o *CreateDbcDiagnosticDataJobOK) IsClientError() bool
- func (o *CreateDbcDiagnosticDataJobOK) IsCode(code int) bool
- func (o *CreateDbcDiagnosticDataJobOK) IsRedirect() bool
- func (o *CreateDbcDiagnosticDataJobOK) IsServerError() bool
- func (o *CreateDbcDiagnosticDataJobOK) IsSuccess() bool
- func (o *CreateDbcDiagnosticDataJobOK) String() string
- type CreateDbcDiagnosticDataJobParams
- func NewCreateDbcDiagnosticDataJobParams() *CreateDbcDiagnosticDataJobParams
- func NewCreateDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateDbcDiagnosticDataJobParams
- func NewCreateDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateDbcDiagnosticDataJobParams
- func NewCreateDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *CreateDbcDiagnosticDataJobParams) SetDefaults()
- func (o *CreateDbcDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *CreateDbcDiagnosticDataJobParams) SetInput(input *models.CreateDbcDiagnosticDataJobRequest)
- func (o *CreateDbcDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *CreateDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) WithDefaults() *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) WithInput(input *models.CreateDbcDiagnosticDataJobRequest) *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateDbcDiagnosticDataJobParams
- func (o *CreateDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDbcDiagnosticDataJobReader
- type CreateDbcOK
- func (o *CreateDbcOK) Code() int
- func (o *CreateDbcOK) Error() string
- func (o *CreateDbcOK) GetPayload() *models.CreateDbcResponse
- func (o *CreateDbcOK) IsClientError() bool
- func (o *CreateDbcOK) IsCode(code int) bool
- func (o *CreateDbcOK) IsRedirect() bool
- func (o *CreateDbcOK) IsServerError() bool
- func (o *CreateDbcOK) IsSuccess() bool
- func (o *CreateDbcOK) String() string
- type CreateDbcParams
- func (o *CreateDbcParams) SetContext(ctx context.Context)
- func (o *CreateDbcParams) SetDefaults()
- func (o *CreateDbcParams) SetHTTPClient(client *http.Client)
- func (o *CreateDbcParams) SetInput(input *models.CreateDbcRequest)
- func (o *CreateDbcParams) SetTimeout(timeout time.Duration)
- func (o *CreateDbcParams) WithContext(ctx context.Context) *CreateDbcParams
- func (o *CreateDbcParams) WithDefaults() *CreateDbcParams
- func (o *CreateDbcParams) WithHTTPClient(client *http.Client) *CreateDbcParams
- func (o *CreateDbcParams) WithInput(input *models.CreateDbcRequest) *CreateDbcParams
- func (o *CreateDbcParams) WithTimeout(timeout time.Duration) *CreateDbcParams
- func (o *CreateDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDbcReader
- type CreatePrivateClusterDefault
- func (o *CreatePrivateClusterDefault) Code() int
- func (o *CreatePrivateClusterDefault) Error() string
- func (o *CreatePrivateClusterDefault) GetPayload() *models.Error
- func (o *CreatePrivateClusterDefault) IsClientError() bool
- func (o *CreatePrivateClusterDefault) IsCode(code int) bool
- func (o *CreatePrivateClusterDefault) IsRedirect() bool
- func (o *CreatePrivateClusterDefault) IsServerError() bool
- func (o *CreatePrivateClusterDefault) IsSuccess() bool
- func (o *CreatePrivateClusterDefault) String() string
- type CreatePrivateClusterOK
- func (o *CreatePrivateClusterOK) Code() int
- func (o *CreatePrivateClusterOK) Error() string
- func (o *CreatePrivateClusterOK) GetPayload() *models.CreatePrivateClusterResponse
- func (o *CreatePrivateClusterOK) IsClientError() bool
- func (o *CreatePrivateClusterOK) IsCode(code int) bool
- func (o *CreatePrivateClusterOK) IsRedirect() bool
- func (o *CreatePrivateClusterOK) IsServerError() bool
- func (o *CreatePrivateClusterOK) IsSuccess() bool
- func (o *CreatePrivateClusterOK) String() string
- type CreatePrivateClusterParams
- func NewCreatePrivateClusterParams() *CreatePrivateClusterParams
- func NewCreatePrivateClusterParamsWithContext(ctx context.Context) *CreatePrivateClusterParams
- func NewCreatePrivateClusterParamsWithHTTPClient(client *http.Client) *CreatePrivateClusterParams
- func NewCreatePrivateClusterParamsWithTimeout(timeout time.Duration) *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) SetContext(ctx context.Context)
- func (o *CreatePrivateClusterParams) SetDefaults()
- func (o *CreatePrivateClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreatePrivateClusterParams) SetInput(input *models.CreatePrivateClusterRequest)
- func (o *CreatePrivateClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreatePrivateClusterParams) WithContext(ctx context.Context) *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) WithDefaults() *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) WithHTTPClient(client *http.Client) *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) WithInput(input *models.CreatePrivateClusterRequest) *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) WithTimeout(timeout time.Duration) *CreatePrivateClusterParams
- func (o *CreatePrivateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePrivateClusterReader
- type CreateResourceTemplateDefault
- func (o *CreateResourceTemplateDefault) Code() int
- func (o *CreateResourceTemplateDefault) Error() string
- func (o *CreateResourceTemplateDefault) GetPayload() *models.Error
- func (o *CreateResourceTemplateDefault) IsClientError() bool
- func (o *CreateResourceTemplateDefault) IsCode(code int) bool
- func (o *CreateResourceTemplateDefault) IsRedirect() bool
- func (o *CreateResourceTemplateDefault) IsServerError() bool
- func (o *CreateResourceTemplateDefault) IsSuccess() bool
- func (o *CreateResourceTemplateDefault) String() string
- type CreateResourceTemplateOK
- func (o *CreateResourceTemplateOK) Code() int
- func (o *CreateResourceTemplateOK) Error() string
- func (o *CreateResourceTemplateOK) GetPayload() *models.CreateResourceTemplateResponse
- func (o *CreateResourceTemplateOK) IsClientError() bool
- func (o *CreateResourceTemplateOK) IsCode(code int) bool
- func (o *CreateResourceTemplateOK) IsRedirect() bool
- func (o *CreateResourceTemplateOK) IsServerError() bool
- func (o *CreateResourceTemplateOK) IsSuccess() bool
- func (o *CreateResourceTemplateOK) String() string
- type CreateResourceTemplateParams
- func NewCreateResourceTemplateParams() *CreateResourceTemplateParams
- func NewCreateResourceTemplateParamsWithContext(ctx context.Context) *CreateResourceTemplateParams
- func NewCreateResourceTemplateParamsWithHTTPClient(client *http.Client) *CreateResourceTemplateParams
- func NewCreateResourceTemplateParamsWithTimeout(timeout time.Duration) *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) SetContext(ctx context.Context)
- func (o *CreateResourceTemplateParams) SetDefaults()
- func (o *CreateResourceTemplateParams) SetHTTPClient(client *http.Client)
- func (o *CreateResourceTemplateParams) SetInput(input *models.CreateResourceTemplateRequest)
- func (o *CreateResourceTemplateParams) SetTimeout(timeout time.Duration)
- func (o *CreateResourceTemplateParams) WithContext(ctx context.Context) *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) WithDefaults() *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) WithHTTPClient(client *http.Client) *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) WithInput(input *models.CreateResourceTemplateRequest) *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) WithTimeout(timeout time.Duration) *CreateResourceTemplateParams
- func (o *CreateResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateResourceTemplateReader
- type CreateVwDefault
- func (o *CreateVwDefault) Code() int
- func (o *CreateVwDefault) Error() string
- func (o *CreateVwDefault) GetPayload() *models.Error
- func (o *CreateVwDefault) IsClientError() bool
- func (o *CreateVwDefault) IsCode(code int) bool
- func (o *CreateVwDefault) IsRedirect() bool
- func (o *CreateVwDefault) IsServerError() bool
- func (o *CreateVwDefault) IsSuccess() bool
- func (o *CreateVwDefault) String() string
- type CreateVwDiagnosticDataJobDefault
- func (o *CreateVwDiagnosticDataJobDefault) Code() int
- func (o *CreateVwDiagnosticDataJobDefault) Error() string
- func (o *CreateVwDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *CreateVwDiagnosticDataJobDefault) IsClientError() bool
- func (o *CreateVwDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *CreateVwDiagnosticDataJobDefault) IsRedirect() bool
- func (o *CreateVwDiagnosticDataJobDefault) IsServerError() bool
- func (o *CreateVwDiagnosticDataJobDefault) IsSuccess() bool
- func (o *CreateVwDiagnosticDataJobDefault) String() string
- type CreateVwDiagnosticDataJobOK
- func (o *CreateVwDiagnosticDataJobOK) Code() int
- func (o *CreateVwDiagnosticDataJobOK) Error() string
- func (o *CreateVwDiagnosticDataJobOK) GetPayload() *models.CreateVwDiagnosticDataJobResponse
- func (o *CreateVwDiagnosticDataJobOK) IsClientError() bool
- func (o *CreateVwDiagnosticDataJobOK) IsCode(code int) bool
- func (o *CreateVwDiagnosticDataJobOK) IsRedirect() bool
- func (o *CreateVwDiagnosticDataJobOK) IsServerError() bool
- func (o *CreateVwDiagnosticDataJobOK) IsSuccess() bool
- func (o *CreateVwDiagnosticDataJobOK) String() string
- type CreateVwDiagnosticDataJobParams
- func NewCreateVwDiagnosticDataJobParams() *CreateVwDiagnosticDataJobParams
- func NewCreateVwDiagnosticDataJobParamsWithContext(ctx context.Context) *CreateVwDiagnosticDataJobParams
- func NewCreateVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *CreateVwDiagnosticDataJobParams
- func NewCreateVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *CreateVwDiagnosticDataJobParams) SetDefaults()
- func (o *CreateVwDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *CreateVwDiagnosticDataJobParams) SetInput(input *models.CreateVwDiagnosticDataJobRequest)
- func (o *CreateVwDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *CreateVwDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) WithDefaults() *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) WithInput(input *models.CreateVwDiagnosticDataJobRequest) *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateVwDiagnosticDataJobParams
- func (o *CreateVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateVwDiagnosticDataJobReader
- type CreateVwOK
- func (o *CreateVwOK) Code() int
- func (o *CreateVwOK) Error() string
- func (o *CreateVwOK) GetPayload() *models.CreateVwResponse
- func (o *CreateVwOK) IsClientError() bool
- func (o *CreateVwOK) IsCode(code int) bool
- func (o *CreateVwOK) IsRedirect() bool
- func (o *CreateVwOK) IsServerError() bool
- func (o *CreateVwOK) IsSuccess() bool
- func (o *CreateVwOK) String() string
- type CreateVwParams
- func (o *CreateVwParams) SetContext(ctx context.Context)
- func (o *CreateVwParams) SetDefaults()
- func (o *CreateVwParams) SetHTTPClient(client *http.Client)
- func (o *CreateVwParams) SetInput(input *models.CreateVwRequest)
- func (o *CreateVwParams) SetTimeout(timeout time.Duration)
- func (o *CreateVwParams) WithContext(ctx context.Context) *CreateVwParams
- func (o *CreateVwParams) WithDefaults() *CreateVwParams
- func (o *CreateVwParams) WithHTTPClient(client *http.Client) *CreateVwParams
- func (o *CreateVwParams) WithInput(input *models.CreateVwRequest) *CreateVwParams
- func (o *CreateVwParams) WithTimeout(timeout time.Duration) *CreateVwParams
- func (o *CreateVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateVwReader
- type DeleteBackupDefault
- func (o *DeleteBackupDefault) Code() int
- func (o *DeleteBackupDefault) Error() string
- func (o *DeleteBackupDefault) GetPayload() *models.Error
- func (o *DeleteBackupDefault) IsClientError() bool
- func (o *DeleteBackupDefault) IsCode(code int) bool
- func (o *DeleteBackupDefault) IsRedirect() bool
- func (o *DeleteBackupDefault) IsServerError() bool
- func (o *DeleteBackupDefault) IsSuccess() bool
- func (o *DeleteBackupDefault) String() string
- type DeleteBackupOK
- func (o *DeleteBackupOK) Code() int
- func (o *DeleteBackupOK) Error() string
- func (o *DeleteBackupOK) GetPayload() *models.DeleteBackupResponse
- func (o *DeleteBackupOK) IsClientError() bool
- func (o *DeleteBackupOK) IsCode(code int) bool
- func (o *DeleteBackupOK) IsRedirect() bool
- func (o *DeleteBackupOK) IsServerError() bool
- func (o *DeleteBackupOK) IsSuccess() bool
- func (o *DeleteBackupOK) String() string
- type DeleteBackupParams
- func (o *DeleteBackupParams) SetContext(ctx context.Context)
- func (o *DeleteBackupParams) SetDefaults()
- func (o *DeleteBackupParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBackupParams) SetInput(input *models.DeleteBackupRequest)
- func (o *DeleteBackupParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBackupParams) WithContext(ctx context.Context) *DeleteBackupParams
- func (o *DeleteBackupParams) WithDefaults() *DeleteBackupParams
- func (o *DeleteBackupParams) WithHTTPClient(client *http.Client) *DeleteBackupParams
- func (o *DeleteBackupParams) WithInput(input *models.DeleteBackupRequest) *DeleteBackupParams
- func (o *DeleteBackupParams) WithTimeout(timeout time.Duration) *DeleteBackupParams
- func (o *DeleteBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBackupReader
- type DeleteClusterDefault
- func (o *DeleteClusterDefault) Code() int
- func (o *DeleteClusterDefault) Error() string
- func (o *DeleteClusterDefault) GetPayload() *models.Error
- func (o *DeleteClusterDefault) IsClientError() bool
- func (o *DeleteClusterDefault) IsCode(code int) bool
- func (o *DeleteClusterDefault) IsRedirect() bool
- func (o *DeleteClusterDefault) IsServerError() bool
- func (o *DeleteClusterDefault) IsSuccess() bool
- func (o *DeleteClusterDefault) String() string
- type DeleteClusterDiagnosticDataJobDefault
- func (o *DeleteClusterDiagnosticDataJobDefault) Code() int
- func (o *DeleteClusterDiagnosticDataJobDefault) Error() string
- func (o *DeleteClusterDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DeleteClusterDiagnosticDataJobDefault) IsClientError() bool
- func (o *DeleteClusterDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DeleteClusterDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DeleteClusterDiagnosticDataJobDefault) IsServerError() bool
- func (o *DeleteClusterDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DeleteClusterDiagnosticDataJobDefault) String() string
- type DeleteClusterDiagnosticDataJobOK
- func (o *DeleteClusterDiagnosticDataJobOK) Code() int
- func (o *DeleteClusterDiagnosticDataJobOK) Error() string
- func (o *DeleteClusterDiagnosticDataJobOK) GetPayload() models.DeleteClusterDiagnosticDataJobResponse
- func (o *DeleteClusterDiagnosticDataJobOK) IsClientError() bool
- func (o *DeleteClusterDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DeleteClusterDiagnosticDataJobOK) IsRedirect() bool
- func (o *DeleteClusterDiagnosticDataJobOK) IsServerError() bool
- func (o *DeleteClusterDiagnosticDataJobOK) IsSuccess() bool
- func (o *DeleteClusterDiagnosticDataJobOK) String() string
- type DeleteClusterDiagnosticDataJobParams
- func NewDeleteClusterDiagnosticDataJobParams() *DeleteClusterDiagnosticDataJobParams
- func NewDeleteClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteClusterDiagnosticDataJobParams
- func NewDeleteClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteClusterDiagnosticDataJobParams
- func NewDeleteClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DeleteClusterDiagnosticDataJobParams) SetDefaults()
- func (o *DeleteClusterDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterDiagnosticDataJobParams) SetInput(input *models.DeleteClusterDiagnosticDataJobRequest)
- func (o *DeleteClusterDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) WithDefaults() *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) WithInput(input *models.DeleteClusterDiagnosticDataJobRequest) *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteClusterDiagnosticDataJobParams
- func (o *DeleteClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterDiagnosticDataJobReader
- type DeleteClusterOK
- func (o *DeleteClusterOK) Code() int
- func (o *DeleteClusterOK) Error() string
- func (o *DeleteClusterOK) GetPayload() models.DeleteClusterResponse
- func (o *DeleteClusterOK) IsClientError() bool
- func (o *DeleteClusterOK) IsCode(code int) bool
- func (o *DeleteClusterOK) IsRedirect() bool
- func (o *DeleteClusterOK) IsServerError() bool
- func (o *DeleteClusterOK) IsSuccess() bool
- func (o *DeleteClusterOK) String() string
- type DeleteClusterParams
- func (o *DeleteClusterParams) SetContext(ctx context.Context)
- func (o *DeleteClusterParams) SetDefaults()
- func (o *DeleteClusterParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterParams) SetInput(input *models.DeleteClusterRequest)
- func (o *DeleteClusterParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterParams) WithContext(ctx context.Context) *DeleteClusterParams
- func (o *DeleteClusterParams) WithDefaults() *DeleteClusterParams
- func (o *DeleteClusterParams) WithHTTPClient(client *http.Client) *DeleteClusterParams
- func (o *DeleteClusterParams) WithInput(input *models.DeleteClusterRequest) *DeleteClusterParams
- func (o *DeleteClusterParams) WithTimeout(timeout time.Duration) *DeleteClusterParams
- func (o *DeleteClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterReader
- type DeleteDataVisualizationDefault
- func (o *DeleteDataVisualizationDefault) Code() int
- func (o *DeleteDataVisualizationDefault) Error() string
- func (o *DeleteDataVisualizationDefault) GetPayload() *models.Error
- func (o *DeleteDataVisualizationDefault) IsClientError() bool
- func (o *DeleteDataVisualizationDefault) IsCode(code int) bool
- func (o *DeleteDataVisualizationDefault) IsRedirect() bool
- func (o *DeleteDataVisualizationDefault) IsServerError() bool
- func (o *DeleteDataVisualizationDefault) IsSuccess() bool
- func (o *DeleteDataVisualizationDefault) String() string
- type DeleteDataVisualizationOK
- func (o *DeleteDataVisualizationOK) Code() int
- func (o *DeleteDataVisualizationOK) Error() string
- func (o *DeleteDataVisualizationOK) GetPayload() *models.DeleteDataVisualizationResponse
- func (o *DeleteDataVisualizationOK) IsClientError() bool
- func (o *DeleteDataVisualizationOK) IsCode(code int) bool
- func (o *DeleteDataVisualizationOK) IsRedirect() bool
- func (o *DeleteDataVisualizationOK) IsServerError() bool
- func (o *DeleteDataVisualizationOK) IsSuccess() bool
- func (o *DeleteDataVisualizationOK) String() string
- type DeleteDataVisualizationParams
- func NewDeleteDataVisualizationParams() *DeleteDataVisualizationParams
- func NewDeleteDataVisualizationParamsWithContext(ctx context.Context) *DeleteDataVisualizationParams
- func NewDeleteDataVisualizationParamsWithHTTPClient(client *http.Client) *DeleteDataVisualizationParams
- func NewDeleteDataVisualizationParamsWithTimeout(timeout time.Duration) *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) SetContext(ctx context.Context)
- func (o *DeleteDataVisualizationParams) SetDefaults()
- func (o *DeleteDataVisualizationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDataVisualizationParams) SetInput(input *models.DeleteDataVisualizationRequest)
- func (o *DeleteDataVisualizationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDataVisualizationParams) WithContext(ctx context.Context) *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) WithDefaults() *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) WithHTTPClient(client *http.Client) *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) WithInput(input *models.DeleteDataVisualizationRequest) *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) WithTimeout(timeout time.Duration) *DeleteDataVisualizationParams
- func (o *DeleteDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDataVisualizationReader
- type DeleteDbcDefault
- func (o *DeleteDbcDefault) Code() int
- func (o *DeleteDbcDefault) Error() string
- func (o *DeleteDbcDefault) GetPayload() *models.Error
- func (o *DeleteDbcDefault) IsClientError() bool
- func (o *DeleteDbcDefault) IsCode(code int) bool
- func (o *DeleteDbcDefault) IsRedirect() bool
- func (o *DeleteDbcDefault) IsServerError() bool
- func (o *DeleteDbcDefault) IsSuccess() bool
- func (o *DeleteDbcDefault) String() string
- type DeleteDbcDiagnosticDataJobDefault
- func (o *DeleteDbcDiagnosticDataJobDefault) Code() int
- func (o *DeleteDbcDiagnosticDataJobDefault) Error() string
- func (o *DeleteDbcDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DeleteDbcDiagnosticDataJobDefault) IsClientError() bool
- func (o *DeleteDbcDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DeleteDbcDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DeleteDbcDiagnosticDataJobDefault) IsServerError() bool
- func (o *DeleteDbcDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DeleteDbcDiagnosticDataJobDefault) String() string
- type DeleteDbcDiagnosticDataJobOK
- func (o *DeleteDbcDiagnosticDataJobOK) Code() int
- func (o *DeleteDbcDiagnosticDataJobOK) Error() string
- func (o *DeleteDbcDiagnosticDataJobOK) GetPayload() models.DeleteDbcDiagnosticDataJobResponse
- func (o *DeleteDbcDiagnosticDataJobOK) IsClientError() bool
- func (o *DeleteDbcDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DeleteDbcDiagnosticDataJobOK) IsRedirect() bool
- func (o *DeleteDbcDiagnosticDataJobOK) IsServerError() bool
- func (o *DeleteDbcDiagnosticDataJobOK) IsSuccess() bool
- func (o *DeleteDbcDiagnosticDataJobOK) String() string
- type DeleteDbcDiagnosticDataJobParams
- func NewDeleteDbcDiagnosticDataJobParams() *DeleteDbcDiagnosticDataJobParams
- func NewDeleteDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteDbcDiagnosticDataJobParams
- func NewDeleteDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteDbcDiagnosticDataJobParams
- func NewDeleteDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DeleteDbcDiagnosticDataJobParams) SetDefaults()
- func (o *DeleteDbcDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDbcDiagnosticDataJobParams) SetInput(input *models.DeleteDbcDiagnosticDataJobRequest)
- func (o *DeleteDbcDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) WithDefaults() *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) WithInput(input *models.DeleteDbcDiagnosticDataJobRequest) *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteDbcDiagnosticDataJobParams
- func (o *DeleteDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDbcDiagnosticDataJobReader
- type DeleteDbcOK
- func (o *DeleteDbcOK) Code() int
- func (o *DeleteDbcOK) Error() string
- func (o *DeleteDbcOK) GetPayload() models.DeleteDbcResponse
- func (o *DeleteDbcOK) IsClientError() bool
- func (o *DeleteDbcOK) IsCode(code int) bool
- func (o *DeleteDbcOK) IsRedirect() bool
- func (o *DeleteDbcOK) IsServerError() bool
- func (o *DeleteDbcOK) IsSuccess() bool
- func (o *DeleteDbcOK) String() string
- type DeleteDbcParams
- func (o *DeleteDbcParams) SetContext(ctx context.Context)
- func (o *DeleteDbcParams) SetDefaults()
- func (o *DeleteDbcParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDbcParams) SetInput(input *models.DeleteDbcRequest)
- func (o *DeleteDbcParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDbcParams) WithContext(ctx context.Context) *DeleteDbcParams
- func (o *DeleteDbcParams) WithDefaults() *DeleteDbcParams
- func (o *DeleteDbcParams) WithHTTPClient(client *http.Client) *DeleteDbcParams
- func (o *DeleteDbcParams) WithInput(input *models.DeleteDbcRequest) *DeleteDbcParams
- func (o *DeleteDbcParams) WithTimeout(timeout time.Duration) *DeleteDbcParams
- func (o *DeleteDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDbcReader
- type DeleteResourceTemplateDefault
- func (o *DeleteResourceTemplateDefault) Code() int
- func (o *DeleteResourceTemplateDefault) Error() string
- func (o *DeleteResourceTemplateDefault) GetPayload() *models.Error
- func (o *DeleteResourceTemplateDefault) IsClientError() bool
- func (o *DeleteResourceTemplateDefault) IsCode(code int) bool
- func (o *DeleteResourceTemplateDefault) IsRedirect() bool
- func (o *DeleteResourceTemplateDefault) IsServerError() bool
- func (o *DeleteResourceTemplateDefault) IsSuccess() bool
- func (o *DeleteResourceTemplateDefault) String() string
- type DeleteResourceTemplateOK
- func (o *DeleteResourceTemplateOK) Code() int
- func (o *DeleteResourceTemplateOK) Error() string
- func (o *DeleteResourceTemplateOK) GetPayload() *models.DeleteResourceTemplateResponse
- func (o *DeleteResourceTemplateOK) IsClientError() bool
- func (o *DeleteResourceTemplateOK) IsCode(code int) bool
- func (o *DeleteResourceTemplateOK) IsRedirect() bool
- func (o *DeleteResourceTemplateOK) IsServerError() bool
- func (o *DeleteResourceTemplateOK) IsSuccess() bool
- func (o *DeleteResourceTemplateOK) String() string
- type DeleteResourceTemplateParams
- func NewDeleteResourceTemplateParams() *DeleteResourceTemplateParams
- func NewDeleteResourceTemplateParamsWithContext(ctx context.Context) *DeleteResourceTemplateParams
- func NewDeleteResourceTemplateParamsWithHTTPClient(client *http.Client) *DeleteResourceTemplateParams
- func NewDeleteResourceTemplateParamsWithTimeout(timeout time.Duration) *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) SetContext(ctx context.Context)
- func (o *DeleteResourceTemplateParams) SetDefaults()
- func (o *DeleteResourceTemplateParams) SetHTTPClient(client *http.Client)
- func (o *DeleteResourceTemplateParams) SetInput(input *models.DeleteResourceTemplateRequest)
- func (o *DeleteResourceTemplateParams) SetTimeout(timeout time.Duration)
- func (o *DeleteResourceTemplateParams) WithContext(ctx context.Context) *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) WithDefaults() *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) WithHTTPClient(client *http.Client) *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) WithInput(input *models.DeleteResourceTemplateRequest) *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) WithTimeout(timeout time.Duration) *DeleteResourceTemplateParams
- func (o *DeleteResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteResourceTemplateReader
- type DeleteUserDefault
- func (o *DeleteUserDefault) Code() int
- func (o *DeleteUserDefault) Error() string
- func (o *DeleteUserDefault) GetPayload() *models.Error
- func (o *DeleteUserDefault) IsClientError() bool
- func (o *DeleteUserDefault) IsCode(code int) bool
- func (o *DeleteUserDefault) IsRedirect() bool
- func (o *DeleteUserDefault) IsServerError() bool
- func (o *DeleteUserDefault) IsSuccess() bool
- func (o *DeleteUserDefault) String() string
- type DeleteUserOK
- func (o *DeleteUserOK) Code() int
- func (o *DeleteUserOK) Error() string
- func (o *DeleteUserOK) GetPayload() models.DeleteUserResponse
- func (o *DeleteUserOK) IsClientError() bool
- func (o *DeleteUserOK) IsCode(code int) bool
- func (o *DeleteUserOK) IsRedirect() bool
- func (o *DeleteUserOK) IsServerError() bool
- func (o *DeleteUserOK) IsSuccess() bool
- func (o *DeleteUserOK) String() string
- type DeleteUserParams
- func (o *DeleteUserParams) SetContext(ctx context.Context)
- func (o *DeleteUserParams) SetDefaults()
- func (o *DeleteUserParams) SetHTTPClient(client *http.Client)
- func (o *DeleteUserParams) SetInput(input *models.DeleteUserRequest)
- func (o *DeleteUserParams) SetTimeout(timeout time.Duration)
- func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams
- func (o *DeleteUserParams) WithDefaults() *DeleteUserParams
- func (o *DeleteUserParams) WithHTTPClient(client *http.Client) *DeleteUserParams
- func (o *DeleteUserParams) WithInput(input *models.DeleteUserRequest) *DeleteUserParams
- func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams
- func (o *DeleteUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUserReader
- type DeleteVwDefault
- func (o *DeleteVwDefault) Code() int
- func (o *DeleteVwDefault) Error() string
- func (o *DeleteVwDefault) GetPayload() *models.Error
- func (o *DeleteVwDefault) IsClientError() bool
- func (o *DeleteVwDefault) IsCode(code int) bool
- func (o *DeleteVwDefault) IsRedirect() bool
- func (o *DeleteVwDefault) IsServerError() bool
- func (o *DeleteVwDefault) IsSuccess() bool
- func (o *DeleteVwDefault) String() string
- type DeleteVwDiagnosticDataJobDefault
- func (o *DeleteVwDiagnosticDataJobDefault) Code() int
- func (o *DeleteVwDiagnosticDataJobDefault) Error() string
- func (o *DeleteVwDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DeleteVwDiagnosticDataJobDefault) IsClientError() bool
- func (o *DeleteVwDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DeleteVwDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DeleteVwDiagnosticDataJobDefault) IsServerError() bool
- func (o *DeleteVwDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DeleteVwDiagnosticDataJobDefault) String() string
- type DeleteVwDiagnosticDataJobOK
- func (o *DeleteVwDiagnosticDataJobOK) Code() int
- func (o *DeleteVwDiagnosticDataJobOK) Error() string
- func (o *DeleteVwDiagnosticDataJobOK) GetPayload() models.DeleteVwDiagnosticDataJobResponse
- func (o *DeleteVwDiagnosticDataJobOK) IsClientError() bool
- func (o *DeleteVwDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DeleteVwDiagnosticDataJobOK) IsRedirect() bool
- func (o *DeleteVwDiagnosticDataJobOK) IsServerError() bool
- func (o *DeleteVwDiagnosticDataJobOK) IsSuccess() bool
- func (o *DeleteVwDiagnosticDataJobOK) String() string
- type DeleteVwDiagnosticDataJobParams
- func NewDeleteVwDiagnosticDataJobParams() *DeleteVwDiagnosticDataJobParams
- func NewDeleteVwDiagnosticDataJobParamsWithContext(ctx context.Context) *DeleteVwDiagnosticDataJobParams
- func NewDeleteVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DeleteVwDiagnosticDataJobParams
- func NewDeleteVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DeleteVwDiagnosticDataJobParams) SetDefaults()
- func (o *DeleteVwDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVwDiagnosticDataJobParams) SetInput(input *models.DeleteVwDiagnosticDataJobRequest)
- func (o *DeleteVwDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVwDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) WithDefaults() *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) WithInput(input *models.DeleteVwDiagnosticDataJobRequest) *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteVwDiagnosticDataJobParams
- func (o *DeleteVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVwDiagnosticDataJobReader
- type DeleteVwOK
- func (o *DeleteVwOK) Code() int
- func (o *DeleteVwOK) Error() string
- func (o *DeleteVwOK) GetPayload() models.DeleteVwResponse
- func (o *DeleteVwOK) IsClientError() bool
- func (o *DeleteVwOK) IsCode(code int) bool
- func (o *DeleteVwOK) IsRedirect() bool
- func (o *DeleteVwOK) IsServerError() bool
- func (o *DeleteVwOK) IsSuccess() bool
- func (o *DeleteVwOK) String() string
- type DeleteVwParams
- func (o *DeleteVwParams) SetContext(ctx context.Context)
- func (o *DeleteVwParams) SetDefaults()
- func (o *DeleteVwParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVwParams) SetInput(input *models.DeleteVwRequest)
- func (o *DeleteVwParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVwParams) WithContext(ctx context.Context) *DeleteVwParams
- func (o *DeleteVwParams) WithDefaults() *DeleteVwParams
- func (o *DeleteVwParams) WithHTTPClient(client *http.Client) *DeleteVwParams
- func (o *DeleteVwParams) WithInput(input *models.DeleteVwRequest) *DeleteVwParams
- func (o *DeleteVwParams) WithTimeout(timeout time.Duration) *DeleteVwParams
- func (o *DeleteVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVwReader
- type DescribeAllowedInstanceTypesDefault
- func (o *DescribeAllowedInstanceTypesDefault) Code() int
- func (o *DescribeAllowedInstanceTypesDefault) Error() string
- func (o *DescribeAllowedInstanceTypesDefault) GetPayload() *models.Error
- func (o *DescribeAllowedInstanceTypesDefault) IsClientError() bool
- func (o *DescribeAllowedInstanceTypesDefault) IsCode(code int) bool
- func (o *DescribeAllowedInstanceTypesDefault) IsRedirect() bool
- func (o *DescribeAllowedInstanceTypesDefault) IsServerError() bool
- func (o *DescribeAllowedInstanceTypesDefault) IsSuccess() bool
- func (o *DescribeAllowedInstanceTypesDefault) String() string
- type DescribeAllowedInstanceTypesOK
- func (o *DescribeAllowedInstanceTypesOK) Code() int
- func (o *DescribeAllowedInstanceTypesOK) Error() string
- func (o *DescribeAllowedInstanceTypesOK) GetPayload() *models.DescribeAllowedInstanceTypesResponse
- func (o *DescribeAllowedInstanceTypesOK) IsClientError() bool
- func (o *DescribeAllowedInstanceTypesOK) IsCode(code int) bool
- func (o *DescribeAllowedInstanceTypesOK) IsRedirect() bool
- func (o *DescribeAllowedInstanceTypesOK) IsServerError() bool
- func (o *DescribeAllowedInstanceTypesOK) IsSuccess() bool
- func (o *DescribeAllowedInstanceTypesOK) String() string
- type DescribeAllowedInstanceTypesParams
- func NewDescribeAllowedInstanceTypesParams() *DescribeAllowedInstanceTypesParams
- func NewDescribeAllowedInstanceTypesParamsWithContext(ctx context.Context) *DescribeAllowedInstanceTypesParams
- func NewDescribeAllowedInstanceTypesParamsWithHTTPClient(client *http.Client) *DescribeAllowedInstanceTypesParams
- func NewDescribeAllowedInstanceTypesParamsWithTimeout(timeout time.Duration) *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) SetContext(ctx context.Context)
- func (o *DescribeAllowedInstanceTypesParams) SetDefaults()
- func (o *DescribeAllowedInstanceTypesParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAllowedInstanceTypesParams) SetInput(input models.DescribeAllowedInstanceTypesRequest)
- func (o *DescribeAllowedInstanceTypesParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAllowedInstanceTypesParams) WithContext(ctx context.Context) *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) WithDefaults() *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) WithHTTPClient(client *http.Client) *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) WithInput(input models.DescribeAllowedInstanceTypesRequest) *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) WithTimeout(timeout time.Duration) *DescribeAllowedInstanceTypesParams
- func (o *DescribeAllowedInstanceTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAllowedInstanceTypesReader
- type DescribeBackupDefault
- func (o *DescribeBackupDefault) Code() int
- func (o *DescribeBackupDefault) Error() string
- func (o *DescribeBackupDefault) GetPayload() *models.Error
- func (o *DescribeBackupDefault) IsClientError() bool
- func (o *DescribeBackupDefault) IsCode(code int) bool
- func (o *DescribeBackupDefault) IsRedirect() bool
- func (o *DescribeBackupDefault) IsServerError() bool
- func (o *DescribeBackupDefault) IsSuccess() bool
- func (o *DescribeBackupDefault) String() string
- type DescribeBackupOK
- func (o *DescribeBackupOK) Code() int
- func (o *DescribeBackupOK) Error() string
- func (o *DescribeBackupOK) GetPayload() *models.DescribeBackupResponse
- func (o *DescribeBackupOK) IsClientError() bool
- func (o *DescribeBackupOK) IsCode(code int) bool
- func (o *DescribeBackupOK) IsRedirect() bool
- func (o *DescribeBackupOK) IsServerError() bool
- func (o *DescribeBackupOK) IsSuccess() bool
- func (o *DescribeBackupOK) String() string
- type DescribeBackupParams
- func NewDescribeBackupParams() *DescribeBackupParams
- func NewDescribeBackupParamsWithContext(ctx context.Context) *DescribeBackupParams
- func NewDescribeBackupParamsWithHTTPClient(client *http.Client) *DescribeBackupParams
- func NewDescribeBackupParamsWithTimeout(timeout time.Duration) *DescribeBackupParams
- func (o *DescribeBackupParams) SetContext(ctx context.Context)
- func (o *DescribeBackupParams) SetDefaults()
- func (o *DescribeBackupParams) SetHTTPClient(client *http.Client)
- func (o *DescribeBackupParams) SetInput(input *models.DescribeBackupRequest)
- func (o *DescribeBackupParams) SetTimeout(timeout time.Duration)
- func (o *DescribeBackupParams) WithContext(ctx context.Context) *DescribeBackupParams
- func (o *DescribeBackupParams) WithDefaults() *DescribeBackupParams
- func (o *DescribeBackupParams) WithHTTPClient(client *http.Client) *DescribeBackupParams
- func (o *DescribeBackupParams) WithInput(input *models.DescribeBackupRequest) *DescribeBackupParams
- func (o *DescribeBackupParams) WithTimeout(timeout time.Duration) *DescribeBackupParams
- func (o *DescribeBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeBackupReader
- type DescribeClusterDefault
- func (o *DescribeClusterDefault) Code() int
- func (o *DescribeClusterDefault) Error() string
- func (o *DescribeClusterDefault) GetPayload() *models.Error
- func (o *DescribeClusterDefault) IsClientError() bool
- func (o *DescribeClusterDefault) IsCode(code int) bool
- func (o *DescribeClusterDefault) IsRedirect() bool
- func (o *DescribeClusterDefault) IsServerError() bool
- func (o *DescribeClusterDefault) IsSuccess() bool
- func (o *DescribeClusterDefault) String() string
- type DescribeClusterDiagnosticDataJobDefault
- func (o *DescribeClusterDiagnosticDataJobDefault) Code() int
- func (o *DescribeClusterDiagnosticDataJobDefault) Error() string
- func (o *DescribeClusterDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DescribeClusterDiagnosticDataJobDefault) IsClientError() bool
- func (o *DescribeClusterDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DescribeClusterDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DescribeClusterDiagnosticDataJobDefault) IsServerError() bool
- func (o *DescribeClusterDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DescribeClusterDiagnosticDataJobDefault) String() string
- type DescribeClusterDiagnosticDataJobOK
- func (o *DescribeClusterDiagnosticDataJobOK) Code() int
- func (o *DescribeClusterDiagnosticDataJobOK) Error() string
- func (o *DescribeClusterDiagnosticDataJobOK) GetPayload() *models.DescribeClusterDiagnosticDataJobResponse
- func (o *DescribeClusterDiagnosticDataJobOK) IsClientError() bool
- func (o *DescribeClusterDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DescribeClusterDiagnosticDataJobOK) IsRedirect() bool
- func (o *DescribeClusterDiagnosticDataJobOK) IsServerError() bool
- func (o *DescribeClusterDiagnosticDataJobOK) IsSuccess() bool
- func (o *DescribeClusterDiagnosticDataJobOK) String() string
- type DescribeClusterDiagnosticDataJobParams
- func NewDescribeClusterDiagnosticDataJobParams() *DescribeClusterDiagnosticDataJobParams
- func NewDescribeClusterDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeClusterDiagnosticDataJobParams
- func NewDescribeClusterDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeClusterDiagnosticDataJobParams
- func NewDescribeClusterDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DescribeClusterDiagnosticDataJobParams) SetDefaults()
- func (o *DescribeClusterDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DescribeClusterDiagnosticDataJobParams) SetInput(input *models.DescribeClusterDiagnosticDataJobRequest)
- func (o *DescribeClusterDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DescribeClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) WithDefaults() *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) WithInput(input *models.DescribeClusterDiagnosticDataJobRequest) *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeClusterDiagnosticDataJobParams
- func (o *DescribeClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeClusterDiagnosticDataJobReader
- type DescribeClusterOK
- func (o *DescribeClusterOK) Code() int
- func (o *DescribeClusterOK) Error() string
- func (o *DescribeClusterOK) GetPayload() *models.DescribeClusterResponse
- func (o *DescribeClusterOK) IsClientError() bool
- func (o *DescribeClusterOK) IsCode(code int) bool
- func (o *DescribeClusterOK) IsRedirect() bool
- func (o *DescribeClusterOK) IsServerError() bool
- func (o *DescribeClusterOK) IsSuccess() bool
- func (o *DescribeClusterOK) String() string
- type DescribeClusterParams
- func NewDescribeClusterParams() *DescribeClusterParams
- func NewDescribeClusterParamsWithContext(ctx context.Context) *DescribeClusterParams
- func NewDescribeClusterParamsWithHTTPClient(client *http.Client) *DescribeClusterParams
- func NewDescribeClusterParamsWithTimeout(timeout time.Duration) *DescribeClusterParams
- func (o *DescribeClusterParams) SetContext(ctx context.Context)
- func (o *DescribeClusterParams) SetDefaults()
- func (o *DescribeClusterParams) SetHTTPClient(client *http.Client)
- func (o *DescribeClusterParams) SetInput(input *models.DescribeClusterRequest)
- func (o *DescribeClusterParams) SetTimeout(timeout time.Duration)
- func (o *DescribeClusterParams) WithContext(ctx context.Context) *DescribeClusterParams
- func (o *DescribeClusterParams) WithDefaults() *DescribeClusterParams
- func (o *DescribeClusterParams) WithHTTPClient(client *http.Client) *DescribeClusterParams
- func (o *DescribeClusterParams) WithInput(input *models.DescribeClusterRequest) *DescribeClusterParams
- func (o *DescribeClusterParams) WithTimeout(timeout time.Duration) *DescribeClusterParams
- func (o *DescribeClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeClusterReader
- type DescribeConfigDefault
- func (o *DescribeConfigDefault) Code() int
- func (o *DescribeConfigDefault) Error() string
- func (o *DescribeConfigDefault) GetPayload() *models.Error
- func (o *DescribeConfigDefault) IsClientError() bool
- func (o *DescribeConfigDefault) IsCode(code int) bool
- func (o *DescribeConfigDefault) IsRedirect() bool
- func (o *DescribeConfigDefault) IsServerError() bool
- func (o *DescribeConfigDefault) IsSuccess() bool
- func (o *DescribeConfigDefault) String() string
- type DescribeConfigDiffDefault
- func (o *DescribeConfigDiffDefault) Code() int
- func (o *DescribeConfigDiffDefault) Error() string
- func (o *DescribeConfigDiffDefault) GetPayload() *models.Error
- func (o *DescribeConfigDiffDefault) IsClientError() bool
- func (o *DescribeConfigDiffDefault) IsCode(code int) bool
- func (o *DescribeConfigDiffDefault) IsRedirect() bool
- func (o *DescribeConfigDiffDefault) IsServerError() bool
- func (o *DescribeConfigDiffDefault) IsSuccess() bool
- func (o *DescribeConfigDiffDefault) String() string
- type DescribeConfigDiffOK
- func (o *DescribeConfigDiffOK) Code() int
- func (o *DescribeConfigDiffOK) Error() string
- func (o *DescribeConfigDiffOK) GetPayload() *models.DescribeConfigDiffResponse
- func (o *DescribeConfigDiffOK) IsClientError() bool
- func (o *DescribeConfigDiffOK) IsCode(code int) bool
- func (o *DescribeConfigDiffOK) IsRedirect() bool
- func (o *DescribeConfigDiffOK) IsServerError() bool
- func (o *DescribeConfigDiffOK) IsSuccess() bool
- func (o *DescribeConfigDiffOK) String() string
- type DescribeConfigDiffParams
- func NewDescribeConfigDiffParams() *DescribeConfigDiffParams
- func NewDescribeConfigDiffParamsWithContext(ctx context.Context) *DescribeConfigDiffParams
- func NewDescribeConfigDiffParamsWithHTTPClient(client *http.Client) *DescribeConfigDiffParams
- func NewDescribeConfigDiffParamsWithTimeout(timeout time.Duration) *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) SetContext(ctx context.Context)
- func (o *DescribeConfigDiffParams) SetDefaults()
- func (o *DescribeConfigDiffParams) SetHTTPClient(client *http.Client)
- func (o *DescribeConfigDiffParams) SetInput(input *models.DescribeConfigDiffRequest)
- func (o *DescribeConfigDiffParams) SetTimeout(timeout time.Duration)
- func (o *DescribeConfigDiffParams) WithContext(ctx context.Context) *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) WithDefaults() *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) WithHTTPClient(client *http.Client) *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) WithInput(input *models.DescribeConfigDiffRequest) *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) WithTimeout(timeout time.Duration) *DescribeConfigDiffParams
- func (o *DescribeConfigDiffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeConfigDiffReader
- type DescribeConfigOK
- func (o *DescribeConfigOK) Code() int
- func (o *DescribeConfigOK) Error() string
- func (o *DescribeConfigOK) GetPayload() *models.DescribeConfigResponse
- func (o *DescribeConfigOK) IsClientError() bool
- func (o *DescribeConfigOK) IsCode(code int) bool
- func (o *DescribeConfigOK) IsRedirect() bool
- func (o *DescribeConfigOK) IsServerError() bool
- func (o *DescribeConfigOK) IsSuccess() bool
- func (o *DescribeConfigOK) String() string
- type DescribeConfigParams
- func NewDescribeConfigParams() *DescribeConfigParams
- func NewDescribeConfigParamsWithContext(ctx context.Context) *DescribeConfigParams
- func NewDescribeConfigParamsWithHTTPClient(client *http.Client) *DescribeConfigParams
- func NewDescribeConfigParamsWithTimeout(timeout time.Duration) *DescribeConfigParams
- func (o *DescribeConfigParams) SetContext(ctx context.Context)
- func (o *DescribeConfigParams) SetDefaults()
- func (o *DescribeConfigParams) SetHTTPClient(client *http.Client)
- func (o *DescribeConfigParams) SetInput(input *models.DescribeConfigRequest)
- func (o *DescribeConfigParams) SetTimeout(timeout time.Duration)
- func (o *DescribeConfigParams) WithContext(ctx context.Context) *DescribeConfigParams
- func (o *DescribeConfigParams) WithDefaults() *DescribeConfigParams
- func (o *DescribeConfigParams) WithHTTPClient(client *http.Client) *DescribeConfigParams
- func (o *DescribeConfigParams) WithInput(input *models.DescribeConfigRequest) *DescribeConfigParams
- func (o *DescribeConfigParams) WithTimeout(timeout time.Duration) *DescribeConfigParams
- func (o *DescribeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeConfigReader
- type DescribeDataVisualizationDefault
- func (o *DescribeDataVisualizationDefault) Code() int
- func (o *DescribeDataVisualizationDefault) Error() string
- func (o *DescribeDataVisualizationDefault) GetPayload() *models.Error
- func (o *DescribeDataVisualizationDefault) IsClientError() bool
- func (o *DescribeDataVisualizationDefault) IsCode(code int) bool
- func (o *DescribeDataVisualizationDefault) IsRedirect() bool
- func (o *DescribeDataVisualizationDefault) IsServerError() bool
- func (o *DescribeDataVisualizationDefault) IsSuccess() bool
- func (o *DescribeDataVisualizationDefault) String() string
- type DescribeDataVisualizationOK
- func (o *DescribeDataVisualizationOK) Code() int
- func (o *DescribeDataVisualizationOK) Error() string
- func (o *DescribeDataVisualizationOK) GetPayload() *models.DescribeDataVisualizationResponse
- func (o *DescribeDataVisualizationOK) IsClientError() bool
- func (o *DescribeDataVisualizationOK) IsCode(code int) bool
- func (o *DescribeDataVisualizationOK) IsRedirect() bool
- func (o *DescribeDataVisualizationOK) IsServerError() bool
- func (o *DescribeDataVisualizationOK) IsSuccess() bool
- func (o *DescribeDataVisualizationOK) String() string
- type DescribeDataVisualizationParams
- func NewDescribeDataVisualizationParams() *DescribeDataVisualizationParams
- func NewDescribeDataVisualizationParamsWithContext(ctx context.Context) *DescribeDataVisualizationParams
- func NewDescribeDataVisualizationParamsWithHTTPClient(client *http.Client) *DescribeDataVisualizationParams
- func NewDescribeDataVisualizationParamsWithTimeout(timeout time.Duration) *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) SetContext(ctx context.Context)
- func (o *DescribeDataVisualizationParams) SetDefaults()
- func (o *DescribeDataVisualizationParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDataVisualizationParams) SetInput(input *models.DescribeDataVisualizationRequest)
- func (o *DescribeDataVisualizationParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDataVisualizationParams) WithContext(ctx context.Context) *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) WithDefaults() *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) WithHTTPClient(client *http.Client) *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) WithInput(input *models.DescribeDataVisualizationRequest) *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) WithTimeout(timeout time.Duration) *DescribeDataVisualizationParams
- func (o *DescribeDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDataVisualizationReader
- type DescribeDbcConfigDefault
- func (o *DescribeDbcConfigDefault) Code() int
- func (o *DescribeDbcConfigDefault) Error() string
- func (o *DescribeDbcConfigDefault) GetPayload() *models.Error
- func (o *DescribeDbcConfigDefault) IsClientError() bool
- func (o *DescribeDbcConfigDefault) IsCode(code int) bool
- func (o *DescribeDbcConfigDefault) IsRedirect() bool
- func (o *DescribeDbcConfigDefault) IsServerError() bool
- func (o *DescribeDbcConfigDefault) IsSuccess() bool
- func (o *DescribeDbcConfigDefault) String() string
- type DescribeDbcConfigOK
- func (o *DescribeDbcConfigOK) Code() int
- func (o *DescribeDbcConfigOK) Error() string
- func (o *DescribeDbcConfigOK) GetPayload() *models.DescribeDbcConfigResponse
- func (o *DescribeDbcConfigOK) IsClientError() bool
- func (o *DescribeDbcConfigOK) IsCode(code int) bool
- func (o *DescribeDbcConfigOK) IsRedirect() bool
- func (o *DescribeDbcConfigOK) IsServerError() bool
- func (o *DescribeDbcConfigOK) IsSuccess() bool
- func (o *DescribeDbcConfigOK) String() string
- type DescribeDbcConfigParams
- func NewDescribeDbcConfigParams() *DescribeDbcConfigParams
- func NewDescribeDbcConfigParamsWithContext(ctx context.Context) *DescribeDbcConfigParams
- func NewDescribeDbcConfigParamsWithHTTPClient(client *http.Client) *DescribeDbcConfigParams
- func NewDescribeDbcConfigParamsWithTimeout(timeout time.Duration) *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) SetContext(ctx context.Context)
- func (o *DescribeDbcConfigParams) SetDefaults()
- func (o *DescribeDbcConfigParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDbcConfigParams) SetInput(input *models.DescribeDbcConfigRequest)
- func (o *DescribeDbcConfigParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDbcConfigParams) WithContext(ctx context.Context) *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) WithDefaults() *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) WithHTTPClient(client *http.Client) *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) WithInput(input *models.DescribeDbcConfigRequest) *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) WithTimeout(timeout time.Duration) *DescribeDbcConfigParams
- func (o *DescribeDbcConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDbcConfigReader
- type DescribeDbcDefault
- func (o *DescribeDbcDefault) Code() int
- func (o *DescribeDbcDefault) Error() string
- func (o *DescribeDbcDefault) GetPayload() *models.Error
- func (o *DescribeDbcDefault) IsClientError() bool
- func (o *DescribeDbcDefault) IsCode(code int) bool
- func (o *DescribeDbcDefault) IsRedirect() bool
- func (o *DescribeDbcDefault) IsServerError() bool
- func (o *DescribeDbcDefault) IsSuccess() bool
- func (o *DescribeDbcDefault) String() string
- type DescribeDbcDiagnosticDataJobDefault
- func (o *DescribeDbcDiagnosticDataJobDefault) Code() int
- func (o *DescribeDbcDiagnosticDataJobDefault) Error() string
- func (o *DescribeDbcDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DescribeDbcDiagnosticDataJobDefault) IsClientError() bool
- func (o *DescribeDbcDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DescribeDbcDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DescribeDbcDiagnosticDataJobDefault) IsServerError() bool
- func (o *DescribeDbcDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DescribeDbcDiagnosticDataJobDefault) String() string
- type DescribeDbcDiagnosticDataJobOK
- func (o *DescribeDbcDiagnosticDataJobOK) Code() int
- func (o *DescribeDbcDiagnosticDataJobOK) Error() string
- func (o *DescribeDbcDiagnosticDataJobOK) GetPayload() *models.DescribeDbcDiagnosticDataJobResponse
- func (o *DescribeDbcDiagnosticDataJobOK) IsClientError() bool
- func (o *DescribeDbcDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DescribeDbcDiagnosticDataJobOK) IsRedirect() bool
- func (o *DescribeDbcDiagnosticDataJobOK) IsServerError() bool
- func (o *DescribeDbcDiagnosticDataJobOK) IsSuccess() bool
- func (o *DescribeDbcDiagnosticDataJobOK) String() string
- type DescribeDbcDiagnosticDataJobParams
- func NewDescribeDbcDiagnosticDataJobParams() *DescribeDbcDiagnosticDataJobParams
- func NewDescribeDbcDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeDbcDiagnosticDataJobParams
- func NewDescribeDbcDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeDbcDiagnosticDataJobParams
- func NewDescribeDbcDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DescribeDbcDiagnosticDataJobParams) SetDefaults()
- func (o *DescribeDbcDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDbcDiagnosticDataJobParams) SetInput(input *models.DescribeDbcDiagnosticDataJobRequest)
- func (o *DescribeDbcDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) WithDefaults() *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) WithInput(input *models.DescribeDbcDiagnosticDataJobRequest) *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeDbcDiagnosticDataJobParams
- func (o *DescribeDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDbcDiagnosticDataJobReader
- type DescribeDbcOK
- func (o *DescribeDbcOK) Code() int
- func (o *DescribeDbcOK) Error() string
- func (o *DescribeDbcOK) GetPayload() *models.DescribeDbcResponse
- func (o *DescribeDbcOK) IsClientError() bool
- func (o *DescribeDbcOK) IsCode(code int) bool
- func (o *DescribeDbcOK) IsRedirect() bool
- func (o *DescribeDbcOK) IsServerError() bool
- func (o *DescribeDbcOK) IsSuccess() bool
- func (o *DescribeDbcOK) String() string
- type DescribeDbcParams
- func (o *DescribeDbcParams) SetContext(ctx context.Context)
- func (o *DescribeDbcParams) SetDefaults()
- func (o *DescribeDbcParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDbcParams) SetInput(input *models.DescribeDbcRequest)
- func (o *DescribeDbcParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDbcParams) WithContext(ctx context.Context) *DescribeDbcParams
- func (o *DescribeDbcParams) WithDefaults() *DescribeDbcParams
- func (o *DescribeDbcParams) WithHTTPClient(client *http.Client) *DescribeDbcParams
- func (o *DescribeDbcParams) WithInput(input *models.DescribeDbcRequest) *DescribeDbcParams
- func (o *DescribeDbcParams) WithTimeout(timeout time.Duration) *DescribeDbcParams
- func (o *DescribeDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDbcReader
- type DescribeKubeconfigDefault
- func (o *DescribeKubeconfigDefault) Code() int
- func (o *DescribeKubeconfigDefault) Error() string
- func (o *DescribeKubeconfigDefault) GetPayload() *models.Error
- func (o *DescribeKubeconfigDefault) IsClientError() bool
- func (o *DescribeKubeconfigDefault) IsCode(code int) bool
- func (o *DescribeKubeconfigDefault) IsRedirect() bool
- func (o *DescribeKubeconfigDefault) IsServerError() bool
- func (o *DescribeKubeconfigDefault) IsSuccess() bool
- func (o *DescribeKubeconfigDefault) String() string
- type DescribeKubeconfigOK
- func (o *DescribeKubeconfigOK) Code() int
- func (o *DescribeKubeconfigOK) Error() string
- func (o *DescribeKubeconfigOK) GetPayload() *models.DescribeKubeconfigResponse
- func (o *DescribeKubeconfigOK) IsClientError() bool
- func (o *DescribeKubeconfigOK) IsCode(code int) bool
- func (o *DescribeKubeconfigOK) IsRedirect() bool
- func (o *DescribeKubeconfigOK) IsServerError() bool
- func (o *DescribeKubeconfigOK) IsSuccess() bool
- func (o *DescribeKubeconfigOK) String() string
- type DescribeKubeconfigParams
- func NewDescribeKubeconfigParams() *DescribeKubeconfigParams
- func NewDescribeKubeconfigParamsWithContext(ctx context.Context) *DescribeKubeconfigParams
- func NewDescribeKubeconfigParamsWithHTTPClient(client *http.Client) *DescribeKubeconfigParams
- func NewDescribeKubeconfigParamsWithTimeout(timeout time.Duration) *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) SetContext(ctx context.Context)
- func (o *DescribeKubeconfigParams) SetDefaults()
- func (o *DescribeKubeconfigParams) SetHTTPClient(client *http.Client)
- func (o *DescribeKubeconfigParams) SetInput(input *models.DescribeKubeconfigRequest)
- func (o *DescribeKubeconfigParams) SetTimeout(timeout time.Duration)
- func (o *DescribeKubeconfigParams) WithContext(ctx context.Context) *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) WithDefaults() *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) WithHTTPClient(client *http.Client) *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) WithInput(input *models.DescribeKubeconfigRequest) *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) WithTimeout(timeout time.Duration) *DescribeKubeconfigParams
- func (o *DescribeKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeKubeconfigReader
- type DescribeRestoreDefault
- func (o *DescribeRestoreDefault) Code() int
- func (o *DescribeRestoreDefault) Error() string
- func (o *DescribeRestoreDefault) GetPayload() *models.Error
- func (o *DescribeRestoreDefault) IsClientError() bool
- func (o *DescribeRestoreDefault) IsCode(code int) bool
- func (o *DescribeRestoreDefault) IsRedirect() bool
- func (o *DescribeRestoreDefault) IsServerError() bool
- func (o *DescribeRestoreDefault) IsSuccess() bool
- func (o *DescribeRestoreDefault) String() string
- type DescribeRestoreOK
- func (o *DescribeRestoreOK) Code() int
- func (o *DescribeRestoreOK) Error() string
- func (o *DescribeRestoreOK) GetPayload() *models.DescribeRestoreResponse
- func (o *DescribeRestoreOK) IsClientError() bool
- func (o *DescribeRestoreOK) IsCode(code int) bool
- func (o *DescribeRestoreOK) IsRedirect() bool
- func (o *DescribeRestoreOK) IsServerError() bool
- func (o *DescribeRestoreOK) IsSuccess() bool
- func (o *DescribeRestoreOK) String() string
- type DescribeRestoreParams
- func NewDescribeRestoreParams() *DescribeRestoreParams
- func NewDescribeRestoreParamsWithContext(ctx context.Context) *DescribeRestoreParams
- func NewDescribeRestoreParamsWithHTTPClient(client *http.Client) *DescribeRestoreParams
- func NewDescribeRestoreParamsWithTimeout(timeout time.Duration) *DescribeRestoreParams
- func (o *DescribeRestoreParams) SetContext(ctx context.Context)
- func (o *DescribeRestoreParams) SetDefaults()
- func (o *DescribeRestoreParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRestoreParams) SetInput(input *models.DescribeRestoreRequest)
- func (o *DescribeRestoreParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRestoreParams) WithContext(ctx context.Context) *DescribeRestoreParams
- func (o *DescribeRestoreParams) WithDefaults() *DescribeRestoreParams
- func (o *DescribeRestoreParams) WithHTTPClient(client *http.Client) *DescribeRestoreParams
- func (o *DescribeRestoreParams) WithInput(input *models.DescribeRestoreRequest) *DescribeRestoreParams
- func (o *DescribeRestoreParams) WithTimeout(timeout time.Duration) *DescribeRestoreParams
- func (o *DescribeRestoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRestoreReader
- type DescribeServerSettingDefault
- func (o *DescribeServerSettingDefault) Code() int
- func (o *DescribeServerSettingDefault) Error() string
- func (o *DescribeServerSettingDefault) GetPayload() *models.Error
- func (o *DescribeServerSettingDefault) IsClientError() bool
- func (o *DescribeServerSettingDefault) IsCode(code int) bool
- func (o *DescribeServerSettingDefault) IsRedirect() bool
- func (o *DescribeServerSettingDefault) IsServerError() bool
- func (o *DescribeServerSettingDefault) IsSuccess() bool
- func (o *DescribeServerSettingDefault) String() string
- type DescribeServerSettingOK
- func (o *DescribeServerSettingOK) Code() int
- func (o *DescribeServerSettingOK) Error() string
- func (o *DescribeServerSettingOK) GetPayload() *models.DescribeServerSettingResponse
- func (o *DescribeServerSettingOK) IsClientError() bool
- func (o *DescribeServerSettingOK) IsCode(code int) bool
- func (o *DescribeServerSettingOK) IsRedirect() bool
- func (o *DescribeServerSettingOK) IsServerError() bool
- func (o *DescribeServerSettingOK) IsSuccess() bool
- func (o *DescribeServerSettingOK) String() string
- type DescribeServerSettingParams
- func NewDescribeServerSettingParams() *DescribeServerSettingParams
- func NewDescribeServerSettingParamsWithContext(ctx context.Context) *DescribeServerSettingParams
- func NewDescribeServerSettingParamsWithHTTPClient(client *http.Client) *DescribeServerSettingParams
- func NewDescribeServerSettingParamsWithTimeout(timeout time.Duration) *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) SetContext(ctx context.Context)
- func (o *DescribeServerSettingParams) SetDefaults()
- func (o *DescribeServerSettingParams) SetHTTPClient(client *http.Client)
- func (o *DescribeServerSettingParams) SetInput(input models.DescribeServerSettingRequest)
- func (o *DescribeServerSettingParams) SetTimeout(timeout time.Duration)
- func (o *DescribeServerSettingParams) WithContext(ctx context.Context) *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) WithDefaults() *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) WithHTTPClient(client *http.Client) *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) WithInput(input models.DescribeServerSettingRequest) *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) WithTimeout(timeout time.Duration) *DescribeServerSettingParams
- func (o *DescribeServerSettingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeServerSettingReader
- type DescribeVwConfigDefault
- func (o *DescribeVwConfigDefault) Code() int
- func (o *DescribeVwConfigDefault) Error() string
- func (o *DescribeVwConfigDefault) GetPayload() *models.Error
- func (o *DescribeVwConfigDefault) IsClientError() bool
- func (o *DescribeVwConfigDefault) IsCode(code int) bool
- func (o *DescribeVwConfigDefault) IsRedirect() bool
- func (o *DescribeVwConfigDefault) IsServerError() bool
- func (o *DescribeVwConfigDefault) IsSuccess() bool
- func (o *DescribeVwConfigDefault) String() string
- type DescribeVwConfigOK
- func (o *DescribeVwConfigOK) Code() int
- func (o *DescribeVwConfigOK) Error() string
- func (o *DescribeVwConfigOK) GetPayload() *models.DescribeVwConfigResponse
- func (o *DescribeVwConfigOK) IsClientError() bool
- func (o *DescribeVwConfigOK) IsCode(code int) bool
- func (o *DescribeVwConfigOK) IsRedirect() bool
- func (o *DescribeVwConfigOK) IsServerError() bool
- func (o *DescribeVwConfigOK) IsSuccess() bool
- func (o *DescribeVwConfigOK) String() string
- type DescribeVwConfigParams
- func NewDescribeVwConfigParams() *DescribeVwConfigParams
- func NewDescribeVwConfigParamsWithContext(ctx context.Context) *DescribeVwConfigParams
- func NewDescribeVwConfigParamsWithHTTPClient(client *http.Client) *DescribeVwConfigParams
- func NewDescribeVwConfigParamsWithTimeout(timeout time.Duration) *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) SetContext(ctx context.Context)
- func (o *DescribeVwConfigParams) SetDefaults()
- func (o *DescribeVwConfigParams) SetHTTPClient(client *http.Client)
- func (o *DescribeVwConfigParams) SetInput(input *models.DescribeVwConfigRequest)
- func (o *DescribeVwConfigParams) SetTimeout(timeout time.Duration)
- func (o *DescribeVwConfigParams) WithContext(ctx context.Context) *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) WithDefaults() *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) WithHTTPClient(client *http.Client) *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) WithInput(input *models.DescribeVwConfigRequest) *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) WithTimeout(timeout time.Duration) *DescribeVwConfigParams
- func (o *DescribeVwConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeVwConfigReader
- type DescribeVwDefault
- func (o *DescribeVwDefault) Code() int
- func (o *DescribeVwDefault) Error() string
- func (o *DescribeVwDefault) GetPayload() *models.Error
- func (o *DescribeVwDefault) IsClientError() bool
- func (o *DescribeVwDefault) IsCode(code int) bool
- func (o *DescribeVwDefault) IsRedirect() bool
- func (o *DescribeVwDefault) IsServerError() bool
- func (o *DescribeVwDefault) IsSuccess() bool
- func (o *DescribeVwDefault) String() string
- type DescribeVwDiagnosticDataJobDefault
- func (o *DescribeVwDiagnosticDataJobDefault) Code() int
- func (o *DescribeVwDiagnosticDataJobDefault) Error() string
- func (o *DescribeVwDiagnosticDataJobDefault) GetPayload() *models.Error
- func (o *DescribeVwDiagnosticDataJobDefault) IsClientError() bool
- func (o *DescribeVwDiagnosticDataJobDefault) IsCode(code int) bool
- func (o *DescribeVwDiagnosticDataJobDefault) IsRedirect() bool
- func (o *DescribeVwDiagnosticDataJobDefault) IsServerError() bool
- func (o *DescribeVwDiagnosticDataJobDefault) IsSuccess() bool
- func (o *DescribeVwDiagnosticDataJobDefault) String() string
- type DescribeVwDiagnosticDataJobOK
- func (o *DescribeVwDiagnosticDataJobOK) Code() int
- func (o *DescribeVwDiagnosticDataJobOK) Error() string
- func (o *DescribeVwDiagnosticDataJobOK) GetPayload() *models.DescribeVwDiagnosticDataJobResponse
- func (o *DescribeVwDiagnosticDataJobOK) IsClientError() bool
- func (o *DescribeVwDiagnosticDataJobOK) IsCode(code int) bool
- func (o *DescribeVwDiagnosticDataJobOK) IsRedirect() bool
- func (o *DescribeVwDiagnosticDataJobOK) IsServerError() bool
- func (o *DescribeVwDiagnosticDataJobOK) IsSuccess() bool
- func (o *DescribeVwDiagnosticDataJobOK) String() string
- type DescribeVwDiagnosticDataJobParams
- func NewDescribeVwDiagnosticDataJobParams() *DescribeVwDiagnosticDataJobParams
- func NewDescribeVwDiagnosticDataJobParamsWithContext(ctx context.Context) *DescribeVwDiagnosticDataJobParams
- func NewDescribeVwDiagnosticDataJobParamsWithHTTPClient(client *http.Client) *DescribeVwDiagnosticDataJobParams
- func NewDescribeVwDiagnosticDataJobParamsWithTimeout(timeout time.Duration) *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) SetContext(ctx context.Context)
- func (o *DescribeVwDiagnosticDataJobParams) SetDefaults()
- func (o *DescribeVwDiagnosticDataJobParams) SetHTTPClient(client *http.Client)
- func (o *DescribeVwDiagnosticDataJobParams) SetInput(input *models.DescribeVwDiagnosticDataJobRequest)
- func (o *DescribeVwDiagnosticDataJobParams) SetTimeout(timeout time.Duration)
- func (o *DescribeVwDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) WithDefaults() *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) WithInput(input *models.DescribeVwDiagnosticDataJobRequest) *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeVwDiagnosticDataJobParams
- func (o *DescribeVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeVwDiagnosticDataJobReader
- type DescribeVwOK
- func (o *DescribeVwOK) Code() int
- func (o *DescribeVwOK) Error() string
- func (o *DescribeVwOK) GetPayload() *models.DescribeVwResponse
- func (o *DescribeVwOK) IsClientError() bool
- func (o *DescribeVwOK) IsCode(code int) bool
- func (o *DescribeVwOK) IsRedirect() bool
- func (o *DescribeVwOK) IsServerError() bool
- func (o *DescribeVwOK) IsSuccess() bool
- func (o *DescribeVwOK) String() string
- type DescribeVwParams
- func (o *DescribeVwParams) SetContext(ctx context.Context)
- func (o *DescribeVwParams) SetDefaults()
- func (o *DescribeVwParams) SetHTTPClient(client *http.Client)
- func (o *DescribeVwParams) SetInput(input *models.DescribeVwRequest)
- func (o *DescribeVwParams) SetTimeout(timeout time.Duration)
- func (o *DescribeVwParams) WithContext(ctx context.Context) *DescribeVwParams
- func (o *DescribeVwParams) WithDefaults() *DescribeVwParams
- func (o *DescribeVwParams) WithHTTPClient(client *http.Client) *DescribeVwParams
- func (o *DescribeVwParams) WithInput(input *models.DescribeVwRequest) *DescribeVwParams
- func (o *DescribeVwParams) WithTimeout(timeout time.Duration) *DescribeVwParams
- func (o *DescribeVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeVwReader
- type GetDataVisualizationUpgradeVersionDefault
- func (o *GetDataVisualizationUpgradeVersionDefault) Code() int
- func (o *GetDataVisualizationUpgradeVersionDefault) Error() string
- func (o *GetDataVisualizationUpgradeVersionDefault) GetPayload() *models.Error
- func (o *GetDataVisualizationUpgradeVersionDefault) IsClientError() bool
- func (o *GetDataVisualizationUpgradeVersionDefault) IsCode(code int) bool
- func (o *GetDataVisualizationUpgradeVersionDefault) IsRedirect() bool
- func (o *GetDataVisualizationUpgradeVersionDefault) IsServerError() bool
- func (o *GetDataVisualizationUpgradeVersionDefault) IsSuccess() bool
- func (o *GetDataVisualizationUpgradeVersionDefault) String() string
- type GetDataVisualizationUpgradeVersionOK
- func (o *GetDataVisualizationUpgradeVersionOK) Code() int
- func (o *GetDataVisualizationUpgradeVersionOK) Error() string
- func (o *GetDataVisualizationUpgradeVersionOK) GetPayload() *models.GetDataVisualizationUpgradeVersionResponse
- func (o *GetDataVisualizationUpgradeVersionOK) IsClientError() bool
- func (o *GetDataVisualizationUpgradeVersionOK) IsCode(code int) bool
- func (o *GetDataVisualizationUpgradeVersionOK) IsRedirect() bool
- func (o *GetDataVisualizationUpgradeVersionOK) IsServerError() bool
- func (o *GetDataVisualizationUpgradeVersionOK) IsSuccess() bool
- func (o *GetDataVisualizationUpgradeVersionOK) String() string
- type GetDataVisualizationUpgradeVersionParams
- func NewGetDataVisualizationUpgradeVersionParams() *GetDataVisualizationUpgradeVersionParams
- func NewGetDataVisualizationUpgradeVersionParamsWithContext(ctx context.Context) *GetDataVisualizationUpgradeVersionParams
- func NewGetDataVisualizationUpgradeVersionParamsWithHTTPClient(client *http.Client) *GetDataVisualizationUpgradeVersionParams
- func NewGetDataVisualizationUpgradeVersionParamsWithTimeout(timeout time.Duration) *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) SetContext(ctx context.Context)
- func (o *GetDataVisualizationUpgradeVersionParams) SetDefaults()
- func (o *GetDataVisualizationUpgradeVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetDataVisualizationUpgradeVersionParams) SetInput(input *models.GetDataVisualizationUpgradeVersionRequest)
- func (o *GetDataVisualizationUpgradeVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetDataVisualizationUpgradeVersionParams) WithContext(ctx context.Context) *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) WithDefaults() *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) WithHTTPClient(client *http.Client) *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) WithInput(input *models.GetDataVisualizationUpgradeVersionRequest) *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) WithTimeout(timeout time.Duration) *GetDataVisualizationUpgradeVersionParams
- func (o *GetDataVisualizationUpgradeVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataVisualizationUpgradeVersionReader
- type GetK8sCertJKSDefault
- func (o *GetK8sCertJKSDefault) Code() int
- func (o *GetK8sCertJKSDefault) Error() string
- func (o *GetK8sCertJKSDefault) GetPayload() *models.Error
- func (o *GetK8sCertJKSDefault) IsClientError() bool
- func (o *GetK8sCertJKSDefault) IsCode(code int) bool
- func (o *GetK8sCertJKSDefault) IsRedirect() bool
- func (o *GetK8sCertJKSDefault) IsServerError() bool
- func (o *GetK8sCertJKSDefault) IsSuccess() bool
- func (o *GetK8sCertJKSDefault) String() string
- type GetK8sCertJKSOK
- func (o *GetK8sCertJKSOK) Code() int
- func (o *GetK8sCertJKSOK) Error() string
- func (o *GetK8sCertJKSOK) GetPayload() *models.GetK8sCertJKSResponse
- func (o *GetK8sCertJKSOK) IsClientError() bool
- func (o *GetK8sCertJKSOK) IsCode(code int) bool
- func (o *GetK8sCertJKSOK) IsRedirect() bool
- func (o *GetK8sCertJKSOK) IsServerError() bool
- func (o *GetK8sCertJKSOK) IsSuccess() bool
- func (o *GetK8sCertJKSOK) String() string
- type GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) SetContext(ctx context.Context)
- func (o *GetK8sCertJKSParams) SetDefaults()
- func (o *GetK8sCertJKSParams) SetHTTPClient(client *http.Client)
- func (o *GetK8sCertJKSParams) SetInput(input *models.GetK8sCertJKSRequest)
- func (o *GetK8sCertJKSParams) SetTimeout(timeout time.Duration)
- func (o *GetK8sCertJKSParams) WithContext(ctx context.Context) *GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) WithDefaults() *GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) WithHTTPClient(client *http.Client) *GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) WithInput(input *models.GetK8sCertJKSRequest) *GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) WithTimeout(timeout time.Duration) *GetK8sCertJKSParams
- func (o *GetK8sCertJKSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetK8sCertJKSReader
- type GetK8sCertPEMDefault
- func (o *GetK8sCertPEMDefault) Code() int
- func (o *GetK8sCertPEMDefault) Error() string
- func (o *GetK8sCertPEMDefault) GetPayload() *models.Error
- func (o *GetK8sCertPEMDefault) IsClientError() bool
- func (o *GetK8sCertPEMDefault) IsCode(code int) bool
- func (o *GetK8sCertPEMDefault) IsRedirect() bool
- func (o *GetK8sCertPEMDefault) IsServerError() bool
- func (o *GetK8sCertPEMDefault) IsSuccess() bool
- func (o *GetK8sCertPEMDefault) String() string
- type GetK8sCertPEMOK
- func (o *GetK8sCertPEMOK) Code() int
- func (o *GetK8sCertPEMOK) Error() string
- func (o *GetK8sCertPEMOK) GetPayload() *models.GetK8sCertPEMResponse
- func (o *GetK8sCertPEMOK) IsClientError() bool
- func (o *GetK8sCertPEMOK) IsCode(code int) bool
- func (o *GetK8sCertPEMOK) IsRedirect() bool
- func (o *GetK8sCertPEMOK) IsServerError() bool
- func (o *GetK8sCertPEMOK) IsSuccess() bool
- func (o *GetK8sCertPEMOK) String() string
- type GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) SetContext(ctx context.Context)
- func (o *GetK8sCertPEMParams) SetDefaults()
- func (o *GetK8sCertPEMParams) SetHTTPClient(client *http.Client)
- func (o *GetK8sCertPEMParams) SetInput(input *models.GetK8sCertPEMRequest)
- func (o *GetK8sCertPEMParams) SetTimeout(timeout time.Duration)
- func (o *GetK8sCertPEMParams) WithContext(ctx context.Context) *GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) WithDefaults() *GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) WithHTTPClient(client *http.Client) *GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) WithInput(input *models.GetK8sCertPEMRequest) *GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) WithTimeout(timeout time.Duration) *GetK8sCertPEMParams
- func (o *GetK8sCertPEMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetK8sCertPEMReader
- type GetLogsDefault
- func (o *GetLogsDefault) Code() int
- func (o *GetLogsDefault) Error() string
- func (o *GetLogsDefault) GetPayload() *models.Error
- func (o *GetLogsDefault) IsClientError() bool
- func (o *GetLogsDefault) IsCode(code int) bool
- func (o *GetLogsDefault) IsRedirect() bool
- func (o *GetLogsDefault) IsServerError() bool
- func (o *GetLogsDefault) IsSuccess() bool
- func (o *GetLogsDefault) String() string
- type GetLogsOK
- func (o *GetLogsOK) Code() int
- func (o *GetLogsOK) Error() string
- func (o *GetLogsOK) GetPayload() *models.GetLogsResponse
- func (o *GetLogsOK) IsClientError() bool
- func (o *GetLogsOK) IsCode(code int) bool
- func (o *GetLogsOK) IsRedirect() bool
- func (o *GetLogsOK) IsServerError() bool
- func (o *GetLogsOK) IsSuccess() bool
- func (o *GetLogsOK) String() string
- type GetLogsParams
- func (o *GetLogsParams) SetContext(ctx context.Context)
- func (o *GetLogsParams) SetDefaults()
- func (o *GetLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetLogsParams) SetInput(input *models.GetLogsRequest)
- func (o *GetLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetLogsParams) WithContext(ctx context.Context) *GetLogsParams
- func (o *GetLogsParams) WithDefaults() *GetLogsParams
- func (o *GetLogsParams) WithHTTPClient(client *http.Client) *GetLogsParams
- func (o *GetLogsParams) WithInput(input *models.GetLogsRequest) *GetLogsParams
- func (o *GetLogsParams) WithTimeout(timeout time.Duration) *GetLogsParams
- func (o *GetLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLogsReader
- type GetUpgradeDbcVersionsDefault
- func (o *GetUpgradeDbcVersionsDefault) Code() int
- func (o *GetUpgradeDbcVersionsDefault) Error() string
- func (o *GetUpgradeDbcVersionsDefault) GetPayload() *models.Error
- func (o *GetUpgradeDbcVersionsDefault) IsClientError() bool
- func (o *GetUpgradeDbcVersionsDefault) IsCode(code int) bool
- func (o *GetUpgradeDbcVersionsDefault) IsRedirect() bool
- func (o *GetUpgradeDbcVersionsDefault) IsServerError() bool
- func (o *GetUpgradeDbcVersionsDefault) IsSuccess() bool
- func (o *GetUpgradeDbcVersionsDefault) String() string
- type GetUpgradeDbcVersionsOK
- func (o *GetUpgradeDbcVersionsOK) Code() int
- func (o *GetUpgradeDbcVersionsOK) Error() string
- func (o *GetUpgradeDbcVersionsOK) GetPayload() *models.GetUpgradeDbcVersionsResponse
- func (o *GetUpgradeDbcVersionsOK) IsClientError() bool
- func (o *GetUpgradeDbcVersionsOK) IsCode(code int) bool
- func (o *GetUpgradeDbcVersionsOK) IsRedirect() bool
- func (o *GetUpgradeDbcVersionsOK) IsServerError() bool
- func (o *GetUpgradeDbcVersionsOK) IsSuccess() bool
- func (o *GetUpgradeDbcVersionsOK) String() string
- type GetUpgradeDbcVersionsParams
- func NewGetUpgradeDbcVersionsParams() *GetUpgradeDbcVersionsParams
- func NewGetUpgradeDbcVersionsParamsWithContext(ctx context.Context) *GetUpgradeDbcVersionsParams
- func NewGetUpgradeDbcVersionsParamsWithHTTPClient(client *http.Client) *GetUpgradeDbcVersionsParams
- func NewGetUpgradeDbcVersionsParamsWithTimeout(timeout time.Duration) *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) SetContext(ctx context.Context)
- func (o *GetUpgradeDbcVersionsParams) SetDefaults()
- func (o *GetUpgradeDbcVersionsParams) SetHTTPClient(client *http.Client)
- func (o *GetUpgradeDbcVersionsParams) SetInput(input *models.GetUpgradeDbcVersionsRequest)
- func (o *GetUpgradeDbcVersionsParams) SetTimeout(timeout time.Duration)
- func (o *GetUpgradeDbcVersionsParams) WithContext(ctx context.Context) *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) WithDefaults() *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) WithHTTPClient(client *http.Client) *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) WithInput(input *models.GetUpgradeDbcVersionsRequest) *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) WithTimeout(timeout time.Duration) *GetUpgradeDbcVersionsParams
- func (o *GetUpgradeDbcVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUpgradeDbcVersionsReader
- type GetUpgradeVwVersionsDefault
- func (o *GetUpgradeVwVersionsDefault) Code() int
- func (o *GetUpgradeVwVersionsDefault) Error() string
- func (o *GetUpgradeVwVersionsDefault) GetPayload() *models.Error
- func (o *GetUpgradeVwVersionsDefault) IsClientError() bool
- func (o *GetUpgradeVwVersionsDefault) IsCode(code int) bool
- func (o *GetUpgradeVwVersionsDefault) IsRedirect() bool
- func (o *GetUpgradeVwVersionsDefault) IsServerError() bool
- func (o *GetUpgradeVwVersionsDefault) IsSuccess() bool
- func (o *GetUpgradeVwVersionsDefault) String() string
- type GetUpgradeVwVersionsOK
- func (o *GetUpgradeVwVersionsOK) Code() int
- func (o *GetUpgradeVwVersionsOK) Error() string
- func (o *GetUpgradeVwVersionsOK) GetPayload() *models.GetUpgradeVwVersionsResponse
- func (o *GetUpgradeVwVersionsOK) IsClientError() bool
- func (o *GetUpgradeVwVersionsOK) IsCode(code int) bool
- func (o *GetUpgradeVwVersionsOK) IsRedirect() bool
- func (o *GetUpgradeVwVersionsOK) IsServerError() bool
- func (o *GetUpgradeVwVersionsOK) IsSuccess() bool
- func (o *GetUpgradeVwVersionsOK) String() string
- type GetUpgradeVwVersionsParams
- func NewGetUpgradeVwVersionsParams() *GetUpgradeVwVersionsParams
- func NewGetUpgradeVwVersionsParamsWithContext(ctx context.Context) *GetUpgradeVwVersionsParams
- func NewGetUpgradeVwVersionsParamsWithHTTPClient(client *http.Client) *GetUpgradeVwVersionsParams
- func NewGetUpgradeVwVersionsParamsWithTimeout(timeout time.Duration) *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) SetContext(ctx context.Context)
- func (o *GetUpgradeVwVersionsParams) SetDefaults()
- func (o *GetUpgradeVwVersionsParams) SetHTTPClient(client *http.Client)
- func (o *GetUpgradeVwVersionsParams) SetInput(input *models.GetUpgradeVwVersionsRequest)
- func (o *GetUpgradeVwVersionsParams) SetTimeout(timeout time.Duration)
- func (o *GetUpgradeVwVersionsParams) WithContext(ctx context.Context) *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) WithDefaults() *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) WithHTTPClient(client *http.Client) *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) WithInput(input *models.GetUpgradeVwVersionsRequest) *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) WithTimeout(timeout time.Duration) *GetUpgradeVwVersionsParams
- func (o *GetUpgradeVwVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUpgradeVwVersionsReader
- type HealthCheckDefault
- func (o *HealthCheckDefault) Code() int
- func (o *HealthCheckDefault) Error() string
- func (o *HealthCheckDefault) GetPayload() *models.Error
- func (o *HealthCheckDefault) IsClientError() bool
- func (o *HealthCheckDefault) IsCode(code int) bool
- func (o *HealthCheckDefault) IsRedirect() bool
- func (o *HealthCheckDefault) IsServerError() bool
- func (o *HealthCheckDefault) IsSuccess() bool
- func (o *HealthCheckDefault) String() string
- type HealthCheckOK
- func (o *HealthCheckOK) Code() int
- func (o *HealthCheckOK) Error() string
- func (o *HealthCheckOK) GetPayload() *models.HealthCheckResponse
- func (o *HealthCheckOK) IsClientError() bool
- func (o *HealthCheckOK) IsCode(code int) bool
- func (o *HealthCheckOK) IsRedirect() bool
- func (o *HealthCheckOK) IsServerError() bool
- func (o *HealthCheckOK) IsSuccess() bool
- func (o *HealthCheckOK) String() string
- type HealthCheckParams
- func (o *HealthCheckParams) SetContext(ctx context.Context)
- func (o *HealthCheckParams) SetDefaults()
- func (o *HealthCheckParams) SetHTTPClient(client *http.Client)
- func (o *HealthCheckParams) SetInput(input models.HealthCheckRequest)
- func (o *HealthCheckParams) SetTimeout(timeout time.Duration)
- func (o *HealthCheckParams) WithContext(ctx context.Context) *HealthCheckParams
- func (o *HealthCheckParams) WithDefaults() *HealthCheckParams
- func (o *HealthCheckParams) WithHTTPClient(client *http.Client) *HealthCheckParams
- func (o *HealthCheckParams) WithInput(input models.HealthCheckRequest) *HealthCheckParams
- func (o *HealthCheckParams) WithTimeout(timeout time.Duration) *HealthCheckParams
- func (o *HealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HealthCheckReader
- type ListBackupEntitiesDefault
- func (o *ListBackupEntitiesDefault) Code() int
- func (o *ListBackupEntitiesDefault) Error() string
- func (o *ListBackupEntitiesDefault) GetPayload() *models.Error
- func (o *ListBackupEntitiesDefault) IsClientError() bool
- func (o *ListBackupEntitiesDefault) IsCode(code int) bool
- func (o *ListBackupEntitiesDefault) IsRedirect() bool
- func (o *ListBackupEntitiesDefault) IsServerError() bool
- func (o *ListBackupEntitiesDefault) IsSuccess() bool
- func (o *ListBackupEntitiesDefault) String() string
- type ListBackupEntitiesOK
- func (o *ListBackupEntitiesOK) Code() int
- func (o *ListBackupEntitiesOK) Error() string
- func (o *ListBackupEntitiesOK) GetPayload() *models.ListBackupEntitiesResponse
- func (o *ListBackupEntitiesOK) IsClientError() bool
- func (o *ListBackupEntitiesOK) IsCode(code int) bool
- func (o *ListBackupEntitiesOK) IsRedirect() bool
- func (o *ListBackupEntitiesOK) IsServerError() bool
- func (o *ListBackupEntitiesOK) IsSuccess() bool
- func (o *ListBackupEntitiesOK) String() string
- type ListBackupEntitiesParams
- func NewListBackupEntitiesParams() *ListBackupEntitiesParams
- func NewListBackupEntitiesParamsWithContext(ctx context.Context) *ListBackupEntitiesParams
- func NewListBackupEntitiesParamsWithHTTPClient(client *http.Client) *ListBackupEntitiesParams
- func NewListBackupEntitiesParamsWithTimeout(timeout time.Duration) *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) SetContext(ctx context.Context)
- func (o *ListBackupEntitiesParams) SetDefaults()
- func (o *ListBackupEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *ListBackupEntitiesParams) SetInput(input models.ListBackupEntitiesRequest)
- func (o *ListBackupEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *ListBackupEntitiesParams) WithContext(ctx context.Context) *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) WithDefaults() *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) WithHTTPClient(client *http.Client) *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) WithInput(input models.ListBackupEntitiesRequest) *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) WithTimeout(timeout time.Duration) *ListBackupEntitiesParams
- func (o *ListBackupEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBackupEntitiesReader
- type ListBackupsDefault
- func (o *ListBackupsDefault) Code() int
- func (o *ListBackupsDefault) Error() string
- func (o *ListBackupsDefault) GetPayload() *models.Error
- func (o *ListBackupsDefault) IsClientError() bool
- func (o *ListBackupsDefault) IsCode(code int) bool
- func (o *ListBackupsDefault) IsRedirect() bool
- func (o *ListBackupsDefault) IsServerError() bool
- func (o *ListBackupsDefault) IsSuccess() bool
- func (o *ListBackupsDefault) String() string
- type ListBackupsOK
- func (o *ListBackupsOK) Code() int
- func (o *ListBackupsOK) Error() string
- func (o *ListBackupsOK) GetPayload() *models.ListBackupsResponse
- func (o *ListBackupsOK) IsClientError() bool
- func (o *ListBackupsOK) IsCode(code int) bool
- func (o *ListBackupsOK) IsRedirect() bool
- func (o *ListBackupsOK) IsServerError() bool
- func (o *ListBackupsOK) IsSuccess() bool
- func (o *ListBackupsOK) String() string
- type ListBackupsParams
- func (o *ListBackupsParams) SetContext(ctx context.Context)
- func (o *ListBackupsParams) SetDefaults()
- func (o *ListBackupsParams) SetHTTPClient(client *http.Client)
- func (o *ListBackupsParams) SetInput(input *models.ListBackupsRequest)
- func (o *ListBackupsParams) SetTimeout(timeout time.Duration)
- func (o *ListBackupsParams) WithContext(ctx context.Context) *ListBackupsParams
- func (o *ListBackupsParams) WithDefaults() *ListBackupsParams
- func (o *ListBackupsParams) WithHTTPClient(client *http.Client) *ListBackupsParams
- func (o *ListBackupsParams) WithInput(input *models.ListBackupsRequest) *ListBackupsParams
- func (o *ListBackupsParams) WithTimeout(timeout time.Duration) *ListBackupsParams
- func (o *ListBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBackupsReader
- type ListClusterDiagnosticDataJobsDefault
- func (o *ListClusterDiagnosticDataJobsDefault) Code() int
- func (o *ListClusterDiagnosticDataJobsDefault) Error() string
- func (o *ListClusterDiagnosticDataJobsDefault) GetPayload() *models.Error
- func (o *ListClusterDiagnosticDataJobsDefault) IsClientError() bool
- func (o *ListClusterDiagnosticDataJobsDefault) IsCode(code int) bool
- func (o *ListClusterDiagnosticDataJobsDefault) IsRedirect() bool
- func (o *ListClusterDiagnosticDataJobsDefault) IsServerError() bool
- func (o *ListClusterDiagnosticDataJobsDefault) IsSuccess() bool
- func (o *ListClusterDiagnosticDataJobsDefault) String() string
- type ListClusterDiagnosticDataJobsOK
- func (o *ListClusterDiagnosticDataJobsOK) Code() int
- func (o *ListClusterDiagnosticDataJobsOK) Error() string
- func (o *ListClusterDiagnosticDataJobsOK) GetPayload() *models.ListClusterDiagnosticDataJobsResponse
- func (o *ListClusterDiagnosticDataJobsOK) IsClientError() bool
- func (o *ListClusterDiagnosticDataJobsOK) IsCode(code int) bool
- func (o *ListClusterDiagnosticDataJobsOK) IsRedirect() bool
- func (o *ListClusterDiagnosticDataJobsOK) IsServerError() bool
- func (o *ListClusterDiagnosticDataJobsOK) IsSuccess() bool
- func (o *ListClusterDiagnosticDataJobsOK) String() string
- type ListClusterDiagnosticDataJobsParams
- func NewListClusterDiagnosticDataJobsParams() *ListClusterDiagnosticDataJobsParams
- func NewListClusterDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListClusterDiagnosticDataJobsParams
- func NewListClusterDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListClusterDiagnosticDataJobsParams
- func NewListClusterDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) SetContext(ctx context.Context)
- func (o *ListClusterDiagnosticDataJobsParams) SetDefaults()
- func (o *ListClusterDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)
- func (o *ListClusterDiagnosticDataJobsParams) SetInput(input *models.ListClusterDiagnosticDataJobsRequest)
- func (o *ListClusterDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)
- func (o *ListClusterDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) WithDefaults() *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) WithInput(input *models.ListClusterDiagnosticDataJobsRequest) *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListClusterDiagnosticDataJobsParams
- func (o *ListClusterDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClusterDiagnosticDataJobsReader
- type ListClustersDefault
- func (o *ListClustersDefault) Code() int
- func (o *ListClustersDefault) Error() string
- func (o *ListClustersDefault) GetPayload() *models.Error
- func (o *ListClustersDefault) IsClientError() bool
- func (o *ListClustersDefault) IsCode(code int) bool
- func (o *ListClustersDefault) IsRedirect() bool
- func (o *ListClustersDefault) IsServerError() bool
- func (o *ListClustersDefault) IsSuccess() bool
- func (o *ListClustersDefault) String() string
- type ListClustersOK
- func (o *ListClustersOK) Code() int
- func (o *ListClustersOK) Error() string
- func (o *ListClustersOK) GetPayload() *models.ListClustersResponse
- func (o *ListClustersOK) IsClientError() bool
- func (o *ListClustersOK) IsCode(code int) bool
- func (o *ListClustersOK) IsRedirect() bool
- func (o *ListClustersOK) IsServerError() bool
- func (o *ListClustersOK) IsSuccess() bool
- func (o *ListClustersOK) String() string
- type ListClustersParams
- func (o *ListClustersParams) SetContext(ctx context.Context)
- func (o *ListClustersParams) SetDefaults()
- func (o *ListClustersParams) SetHTTPClient(client *http.Client)
- func (o *ListClustersParams) SetInput(input *models.ListClustersRequest)
- func (o *ListClustersParams) SetTimeout(timeout time.Duration)
- func (o *ListClustersParams) WithContext(ctx context.Context) *ListClustersParams
- func (o *ListClustersParams) WithDefaults() *ListClustersParams
- func (o *ListClustersParams) WithHTTPClient(client *http.Client) *ListClustersParams
- func (o *ListClustersParams) WithInput(input *models.ListClustersRequest) *ListClustersParams
- func (o *ListClustersParams) WithTimeout(timeout time.Duration) *ListClustersParams
- func (o *ListClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClustersReader
- type ListDataVisualizationsDefault
- func (o *ListDataVisualizationsDefault) Code() int
- func (o *ListDataVisualizationsDefault) Error() string
- func (o *ListDataVisualizationsDefault) GetPayload() *models.Error
- func (o *ListDataVisualizationsDefault) IsClientError() bool
- func (o *ListDataVisualizationsDefault) IsCode(code int) bool
- func (o *ListDataVisualizationsDefault) IsRedirect() bool
- func (o *ListDataVisualizationsDefault) IsServerError() bool
- func (o *ListDataVisualizationsDefault) IsSuccess() bool
- func (o *ListDataVisualizationsDefault) String() string
- type ListDataVisualizationsOK
- func (o *ListDataVisualizationsOK) Code() int
- func (o *ListDataVisualizationsOK) Error() string
- func (o *ListDataVisualizationsOK) GetPayload() *models.ListDataVisualizationsResponse
- func (o *ListDataVisualizationsOK) IsClientError() bool
- func (o *ListDataVisualizationsOK) IsCode(code int) bool
- func (o *ListDataVisualizationsOK) IsRedirect() bool
- func (o *ListDataVisualizationsOK) IsServerError() bool
- func (o *ListDataVisualizationsOK) IsSuccess() bool
- func (o *ListDataVisualizationsOK) String() string
- type ListDataVisualizationsParams
- func NewListDataVisualizationsParams() *ListDataVisualizationsParams
- func NewListDataVisualizationsParamsWithContext(ctx context.Context) *ListDataVisualizationsParams
- func NewListDataVisualizationsParamsWithHTTPClient(client *http.Client) *ListDataVisualizationsParams
- func NewListDataVisualizationsParamsWithTimeout(timeout time.Duration) *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) SetContext(ctx context.Context)
- func (o *ListDataVisualizationsParams) SetDefaults()
- func (o *ListDataVisualizationsParams) SetHTTPClient(client *http.Client)
- func (o *ListDataVisualizationsParams) SetInput(input *models.ListDataVisualizationsRequest)
- func (o *ListDataVisualizationsParams) SetTimeout(timeout time.Duration)
- func (o *ListDataVisualizationsParams) WithContext(ctx context.Context) *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) WithDefaults() *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) WithHTTPClient(client *http.Client) *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) WithInput(input *models.ListDataVisualizationsRequest) *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) WithTimeout(timeout time.Duration) *ListDataVisualizationsParams
- func (o *ListDataVisualizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDataVisualizationsReader
- type ListDbcConfigsDefault
- func (o *ListDbcConfigsDefault) Code() int
- func (o *ListDbcConfigsDefault) Error() string
- func (o *ListDbcConfigsDefault) GetPayload() *models.Error
- func (o *ListDbcConfigsDefault) IsClientError() bool
- func (o *ListDbcConfigsDefault) IsCode(code int) bool
- func (o *ListDbcConfigsDefault) IsRedirect() bool
- func (o *ListDbcConfigsDefault) IsServerError() bool
- func (o *ListDbcConfigsDefault) IsSuccess() bool
- func (o *ListDbcConfigsDefault) String() string
- type ListDbcConfigsOK
- func (o *ListDbcConfigsOK) Code() int
- func (o *ListDbcConfigsOK) Error() string
- func (o *ListDbcConfigsOK) GetPayload() *models.ListDbcConfigsResponse
- func (o *ListDbcConfigsOK) IsClientError() bool
- func (o *ListDbcConfigsOK) IsCode(code int) bool
- func (o *ListDbcConfigsOK) IsRedirect() bool
- func (o *ListDbcConfigsOK) IsServerError() bool
- func (o *ListDbcConfigsOK) IsSuccess() bool
- func (o *ListDbcConfigsOK) String() string
- type ListDbcConfigsParams
- func NewListDbcConfigsParams() *ListDbcConfigsParams
- func NewListDbcConfigsParamsWithContext(ctx context.Context) *ListDbcConfigsParams
- func NewListDbcConfigsParamsWithHTTPClient(client *http.Client) *ListDbcConfigsParams
- func NewListDbcConfigsParamsWithTimeout(timeout time.Duration) *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) SetContext(ctx context.Context)
- func (o *ListDbcConfigsParams) SetDefaults()
- func (o *ListDbcConfigsParams) SetHTTPClient(client *http.Client)
- func (o *ListDbcConfigsParams) SetInput(input *models.ListDbcConfigsRequest)
- func (o *ListDbcConfigsParams) SetTimeout(timeout time.Duration)
- func (o *ListDbcConfigsParams) WithContext(ctx context.Context) *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) WithDefaults() *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) WithHTTPClient(client *http.Client) *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) WithInput(input *models.ListDbcConfigsRequest) *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) WithTimeout(timeout time.Duration) *ListDbcConfigsParams
- func (o *ListDbcConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDbcConfigsReader
- type ListDbcDiagnosticDataJobsDefault
- func (o *ListDbcDiagnosticDataJobsDefault) Code() int
- func (o *ListDbcDiagnosticDataJobsDefault) Error() string
- func (o *ListDbcDiagnosticDataJobsDefault) GetPayload() *models.Error
- func (o *ListDbcDiagnosticDataJobsDefault) IsClientError() bool
- func (o *ListDbcDiagnosticDataJobsDefault) IsCode(code int) bool
- func (o *ListDbcDiagnosticDataJobsDefault) IsRedirect() bool
- func (o *ListDbcDiagnosticDataJobsDefault) IsServerError() bool
- func (o *ListDbcDiagnosticDataJobsDefault) IsSuccess() bool
- func (o *ListDbcDiagnosticDataJobsDefault) String() string
- type ListDbcDiagnosticDataJobsOK
- func (o *ListDbcDiagnosticDataJobsOK) Code() int
- func (o *ListDbcDiagnosticDataJobsOK) Error() string
- func (o *ListDbcDiagnosticDataJobsOK) GetPayload() *models.ListDbcDiagnosticDataJobsResponse
- func (o *ListDbcDiagnosticDataJobsOK) IsClientError() bool
- func (o *ListDbcDiagnosticDataJobsOK) IsCode(code int) bool
- func (o *ListDbcDiagnosticDataJobsOK) IsRedirect() bool
- func (o *ListDbcDiagnosticDataJobsOK) IsServerError() bool
- func (o *ListDbcDiagnosticDataJobsOK) IsSuccess() bool
- func (o *ListDbcDiagnosticDataJobsOK) String() string
- type ListDbcDiagnosticDataJobsParams
- func NewListDbcDiagnosticDataJobsParams() *ListDbcDiagnosticDataJobsParams
- func NewListDbcDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListDbcDiagnosticDataJobsParams
- func NewListDbcDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListDbcDiagnosticDataJobsParams
- func NewListDbcDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) SetContext(ctx context.Context)
- func (o *ListDbcDiagnosticDataJobsParams) SetDefaults()
- func (o *ListDbcDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)
- func (o *ListDbcDiagnosticDataJobsParams) SetInput(input *models.ListDbcDiagnosticDataJobsRequest)
- func (o *ListDbcDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)
- func (o *ListDbcDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) WithDefaults() *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) WithInput(input *models.ListDbcDiagnosticDataJobsRequest) *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListDbcDiagnosticDataJobsParams
- func (o *ListDbcDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDbcDiagnosticDataJobsReader
- type ListDbcEventsDefault
- func (o *ListDbcEventsDefault) Code() int
- func (o *ListDbcEventsDefault) Error() string
- func (o *ListDbcEventsDefault) GetPayload() *models.Error
- func (o *ListDbcEventsDefault) IsClientError() bool
- func (o *ListDbcEventsDefault) IsCode(code int) bool
- func (o *ListDbcEventsDefault) IsRedirect() bool
- func (o *ListDbcEventsDefault) IsServerError() bool
- func (o *ListDbcEventsDefault) IsSuccess() bool
- func (o *ListDbcEventsDefault) String() string
- type ListDbcEventsOK
- func (o *ListDbcEventsOK) Code() int
- func (o *ListDbcEventsOK) Error() string
- func (o *ListDbcEventsOK) GetPayload() *models.ListDbcEventsResponse
- func (o *ListDbcEventsOK) IsClientError() bool
- func (o *ListDbcEventsOK) IsCode(code int) bool
- func (o *ListDbcEventsOK) IsRedirect() bool
- func (o *ListDbcEventsOK) IsServerError() bool
- func (o *ListDbcEventsOK) IsSuccess() bool
- func (o *ListDbcEventsOK) String() string
- type ListDbcEventsParams
- func (o *ListDbcEventsParams) SetContext(ctx context.Context)
- func (o *ListDbcEventsParams) SetDefaults()
- func (o *ListDbcEventsParams) SetHTTPClient(client *http.Client)
- func (o *ListDbcEventsParams) SetInput(input *models.ListDbcEventsRequest)
- func (o *ListDbcEventsParams) SetTimeout(timeout time.Duration)
- func (o *ListDbcEventsParams) WithContext(ctx context.Context) *ListDbcEventsParams
- func (o *ListDbcEventsParams) WithDefaults() *ListDbcEventsParams
- func (o *ListDbcEventsParams) WithHTTPClient(client *http.Client) *ListDbcEventsParams
- func (o *ListDbcEventsParams) WithInput(input *models.ListDbcEventsRequest) *ListDbcEventsParams
- func (o *ListDbcEventsParams) WithTimeout(timeout time.Duration) *ListDbcEventsParams
- func (o *ListDbcEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDbcEventsReader
- type ListDbcsDefault
- func (o *ListDbcsDefault) Code() int
- func (o *ListDbcsDefault) Error() string
- func (o *ListDbcsDefault) GetPayload() *models.Error
- func (o *ListDbcsDefault) IsClientError() bool
- func (o *ListDbcsDefault) IsCode(code int) bool
- func (o *ListDbcsDefault) IsRedirect() bool
- func (o *ListDbcsDefault) IsServerError() bool
- func (o *ListDbcsDefault) IsSuccess() bool
- func (o *ListDbcsDefault) String() string
- type ListDbcsOK
- func (o *ListDbcsOK) Code() int
- func (o *ListDbcsOK) Error() string
- func (o *ListDbcsOK) GetPayload() *models.ListDbcsResponse
- func (o *ListDbcsOK) IsClientError() bool
- func (o *ListDbcsOK) IsCode(code int) bool
- func (o *ListDbcsOK) IsRedirect() bool
- func (o *ListDbcsOK) IsServerError() bool
- func (o *ListDbcsOK) IsSuccess() bool
- func (o *ListDbcsOK) String() string
- type ListDbcsParams
- func (o *ListDbcsParams) SetContext(ctx context.Context)
- func (o *ListDbcsParams) SetDefaults()
- func (o *ListDbcsParams) SetHTTPClient(client *http.Client)
- func (o *ListDbcsParams) SetInput(input *models.ListDbcsRequest)
- func (o *ListDbcsParams) SetTimeout(timeout time.Duration)
- func (o *ListDbcsParams) WithContext(ctx context.Context) *ListDbcsParams
- func (o *ListDbcsParams) WithDefaults() *ListDbcsParams
- func (o *ListDbcsParams) WithHTTPClient(client *http.Client) *ListDbcsParams
- func (o *ListDbcsParams) WithInput(input *models.ListDbcsRequest) *ListDbcsParams
- func (o *ListDbcsParams) WithTimeout(timeout time.Duration) *ListDbcsParams
- func (o *ListDbcsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDbcsReader
- type ListEventsDefault
- func (o *ListEventsDefault) Code() int
- func (o *ListEventsDefault) Error() string
- func (o *ListEventsDefault) GetPayload() *models.Error
- func (o *ListEventsDefault) IsClientError() bool
- func (o *ListEventsDefault) IsCode(code int) bool
- func (o *ListEventsDefault) IsRedirect() bool
- func (o *ListEventsDefault) IsServerError() bool
- func (o *ListEventsDefault) IsSuccess() bool
- func (o *ListEventsDefault) String() string
- type ListEventsOK
- func (o *ListEventsOK) Code() int
- func (o *ListEventsOK) Error() string
- func (o *ListEventsOK) GetPayload() *models.ListEventsResponse
- func (o *ListEventsOK) IsClientError() bool
- func (o *ListEventsOK) IsCode(code int) bool
- func (o *ListEventsOK) IsRedirect() bool
- func (o *ListEventsOK) IsServerError() bool
- func (o *ListEventsOK) IsSuccess() bool
- func (o *ListEventsOK) String() string
- type ListEventsParams
- func (o *ListEventsParams) SetContext(ctx context.Context)
- func (o *ListEventsParams) SetDefaults()
- func (o *ListEventsParams) SetHTTPClient(client *http.Client)
- func (o *ListEventsParams) SetInput(input *models.ListEventsRequest)
- func (o *ListEventsParams) SetTimeout(timeout time.Duration)
- func (o *ListEventsParams) WithContext(ctx context.Context) *ListEventsParams
- func (o *ListEventsParams) WithDefaults() *ListEventsParams
- func (o *ListEventsParams) WithHTTPClient(client *http.Client) *ListEventsParams
- func (o *ListEventsParams) WithInput(input *models.ListEventsRequest) *ListEventsParams
- func (o *ListEventsParams) WithTimeout(timeout time.Duration) *ListEventsParams
- func (o *ListEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListEventsReader
- type ListLatestVersionsDefault
- func (o *ListLatestVersionsDefault) Code() int
- func (o *ListLatestVersionsDefault) Error() string
- func (o *ListLatestVersionsDefault) GetPayload() *models.Error
- func (o *ListLatestVersionsDefault) IsClientError() bool
- func (o *ListLatestVersionsDefault) IsCode(code int) bool
- func (o *ListLatestVersionsDefault) IsRedirect() bool
- func (o *ListLatestVersionsDefault) IsServerError() bool
- func (o *ListLatestVersionsDefault) IsSuccess() bool
- func (o *ListLatestVersionsDefault) String() string
- type ListLatestVersionsOK
- func (o *ListLatestVersionsOK) Code() int
- func (o *ListLatestVersionsOK) Error() string
- func (o *ListLatestVersionsOK) GetPayload() *models.ListLatestVersionsResponse
- func (o *ListLatestVersionsOK) IsClientError() bool
- func (o *ListLatestVersionsOK) IsCode(code int) bool
- func (o *ListLatestVersionsOK) IsRedirect() bool
- func (o *ListLatestVersionsOK) IsServerError() bool
- func (o *ListLatestVersionsOK) IsSuccess() bool
- func (o *ListLatestVersionsOK) String() string
- type ListLatestVersionsParams
- func NewListLatestVersionsParams() *ListLatestVersionsParams
- func NewListLatestVersionsParamsWithContext(ctx context.Context) *ListLatestVersionsParams
- func NewListLatestVersionsParamsWithHTTPClient(client *http.Client) *ListLatestVersionsParams
- func NewListLatestVersionsParamsWithTimeout(timeout time.Duration) *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) SetContext(ctx context.Context)
- func (o *ListLatestVersionsParams) SetDefaults()
- func (o *ListLatestVersionsParams) SetHTTPClient(client *http.Client)
- func (o *ListLatestVersionsParams) SetInput(input *models.ListLatestVersionsRequest)
- func (o *ListLatestVersionsParams) SetTimeout(timeout time.Duration)
- func (o *ListLatestVersionsParams) WithContext(ctx context.Context) *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) WithDefaults() *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) WithHTTPClient(client *http.Client) *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) WithInput(input *models.ListLatestVersionsRequest) *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) WithTimeout(timeout time.Duration) *ListLatestVersionsParams
- func (o *ListLatestVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListLatestVersionsReader
- type ListResourceTemplatesDefault
- func (o *ListResourceTemplatesDefault) Code() int
- func (o *ListResourceTemplatesDefault) Error() string
- func (o *ListResourceTemplatesDefault) GetPayload() *models.Error
- func (o *ListResourceTemplatesDefault) IsClientError() bool
- func (o *ListResourceTemplatesDefault) IsCode(code int) bool
- func (o *ListResourceTemplatesDefault) IsRedirect() bool
- func (o *ListResourceTemplatesDefault) IsServerError() bool
- func (o *ListResourceTemplatesDefault) IsSuccess() bool
- func (o *ListResourceTemplatesDefault) String() string
- type ListResourceTemplatesOK
- func (o *ListResourceTemplatesOK) Code() int
- func (o *ListResourceTemplatesOK) Error() string
- func (o *ListResourceTemplatesOK) GetPayload() *models.ListResourceTemplatesResponse
- func (o *ListResourceTemplatesOK) IsClientError() bool
- func (o *ListResourceTemplatesOK) IsCode(code int) bool
- func (o *ListResourceTemplatesOK) IsRedirect() bool
- func (o *ListResourceTemplatesOK) IsServerError() bool
- func (o *ListResourceTemplatesOK) IsSuccess() bool
- func (o *ListResourceTemplatesOK) String() string
- type ListResourceTemplatesParams
- func NewListResourceTemplatesParams() *ListResourceTemplatesParams
- func NewListResourceTemplatesParamsWithContext(ctx context.Context) *ListResourceTemplatesParams
- func NewListResourceTemplatesParamsWithHTTPClient(client *http.Client) *ListResourceTemplatesParams
- func NewListResourceTemplatesParamsWithTimeout(timeout time.Duration) *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) SetContext(ctx context.Context)
- func (o *ListResourceTemplatesParams) SetDefaults()
- func (o *ListResourceTemplatesParams) SetHTTPClient(client *http.Client)
- func (o *ListResourceTemplatesParams) SetInput(input models.ListResourceTemplatesRequest)
- func (o *ListResourceTemplatesParams) SetTimeout(timeout time.Duration)
- func (o *ListResourceTemplatesParams) WithContext(ctx context.Context) *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) WithDefaults() *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) WithHTTPClient(client *http.Client) *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) WithInput(input models.ListResourceTemplatesRequest) *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) WithTimeout(timeout time.Duration) *ListResourceTemplatesParams
- func (o *ListResourceTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListResourceTemplatesReader
- type ListRestoresDefault
- func (o *ListRestoresDefault) Code() int
- func (o *ListRestoresDefault) Error() string
- func (o *ListRestoresDefault) GetPayload() *models.Error
- func (o *ListRestoresDefault) IsClientError() bool
- func (o *ListRestoresDefault) IsCode(code int) bool
- func (o *ListRestoresDefault) IsRedirect() bool
- func (o *ListRestoresDefault) IsServerError() bool
- func (o *ListRestoresDefault) IsSuccess() bool
- func (o *ListRestoresDefault) String() string
- type ListRestoresOK
- func (o *ListRestoresOK) Code() int
- func (o *ListRestoresOK) Error() string
- func (o *ListRestoresOK) GetPayload() *models.ListRestoresResponse
- func (o *ListRestoresOK) IsClientError() bool
- func (o *ListRestoresOK) IsCode(code int) bool
- func (o *ListRestoresOK) IsRedirect() bool
- func (o *ListRestoresOK) IsServerError() bool
- func (o *ListRestoresOK) IsSuccess() bool
- func (o *ListRestoresOK) String() string
- type ListRestoresParams
- func (o *ListRestoresParams) SetContext(ctx context.Context)
- func (o *ListRestoresParams) SetDefaults()
- func (o *ListRestoresParams) SetHTTPClient(client *http.Client)
- func (o *ListRestoresParams) SetInput(input *models.ListRestoresRequest)
- func (o *ListRestoresParams) SetTimeout(timeout time.Duration)
- func (o *ListRestoresParams) WithContext(ctx context.Context) *ListRestoresParams
- func (o *ListRestoresParams) WithDefaults() *ListRestoresParams
- func (o *ListRestoresParams) WithHTTPClient(client *http.Client) *ListRestoresParams
- func (o *ListRestoresParams) WithInput(input *models.ListRestoresRequest) *ListRestoresParams
- func (o *ListRestoresParams) WithTimeout(timeout time.Duration) *ListRestoresParams
- func (o *ListRestoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListRestoresReader
- type ListUsersDefault
- func (o *ListUsersDefault) Code() int
- func (o *ListUsersDefault) Error() string
- func (o *ListUsersDefault) GetPayload() *models.Error
- func (o *ListUsersDefault) IsClientError() bool
- func (o *ListUsersDefault) IsCode(code int) bool
- func (o *ListUsersDefault) IsRedirect() bool
- func (o *ListUsersDefault) IsServerError() bool
- func (o *ListUsersDefault) IsSuccess() bool
- func (o *ListUsersDefault) String() string
- type ListUsersOK
- func (o *ListUsersOK) Code() int
- func (o *ListUsersOK) Error() string
- func (o *ListUsersOK) GetPayload() *models.ListUsersResponse
- func (o *ListUsersOK) IsClientError() bool
- func (o *ListUsersOK) IsCode(code int) bool
- func (o *ListUsersOK) IsRedirect() bool
- func (o *ListUsersOK) IsServerError() bool
- func (o *ListUsersOK) IsSuccess() bool
- func (o *ListUsersOK) String() string
- type ListUsersParams
- func (o *ListUsersParams) SetContext(ctx context.Context)
- func (o *ListUsersParams) SetDefaults()
- func (o *ListUsersParams) SetHTTPClient(client *http.Client)
- func (o *ListUsersParams) SetInput(input *models.ListUsersRequest)
- func (o *ListUsersParams) SetTimeout(timeout time.Duration)
- func (o *ListUsersParams) WithContext(ctx context.Context) *ListUsersParams
- func (o *ListUsersParams) WithDefaults() *ListUsersParams
- func (o *ListUsersParams) WithHTTPClient(client *http.Client) *ListUsersParams
- func (o *ListUsersParams) WithInput(input *models.ListUsersRequest) *ListUsersParams
- func (o *ListUsersParams) WithTimeout(timeout time.Duration) *ListUsersParams
- func (o *ListUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUsersReader
- type ListVwConfigsDefault
- func (o *ListVwConfigsDefault) Code() int
- func (o *ListVwConfigsDefault) Error() string
- func (o *ListVwConfigsDefault) GetPayload() *models.Error
- func (o *ListVwConfigsDefault) IsClientError() bool
- func (o *ListVwConfigsDefault) IsCode(code int) bool
- func (o *ListVwConfigsDefault) IsRedirect() bool
- func (o *ListVwConfigsDefault) IsServerError() bool
- func (o *ListVwConfigsDefault) IsSuccess() bool
- func (o *ListVwConfigsDefault) String() string
- type ListVwConfigsOK
- func (o *ListVwConfigsOK) Code() int
- func (o *ListVwConfigsOK) Error() string
- func (o *ListVwConfigsOK) GetPayload() *models.ListVwConfigsResponse
- func (o *ListVwConfigsOK) IsClientError() bool
- func (o *ListVwConfigsOK) IsCode(code int) bool
- func (o *ListVwConfigsOK) IsRedirect() bool
- func (o *ListVwConfigsOK) IsServerError() bool
- func (o *ListVwConfigsOK) IsSuccess() bool
- func (o *ListVwConfigsOK) String() string
- type ListVwConfigsParams
- func (o *ListVwConfigsParams) SetContext(ctx context.Context)
- func (o *ListVwConfigsParams) SetDefaults()
- func (o *ListVwConfigsParams) SetHTTPClient(client *http.Client)
- func (o *ListVwConfigsParams) SetInput(input *models.ListVwConfigsRequest)
- func (o *ListVwConfigsParams) SetTimeout(timeout time.Duration)
- func (o *ListVwConfigsParams) WithContext(ctx context.Context) *ListVwConfigsParams
- func (o *ListVwConfigsParams) WithDefaults() *ListVwConfigsParams
- func (o *ListVwConfigsParams) WithHTTPClient(client *http.Client) *ListVwConfigsParams
- func (o *ListVwConfigsParams) WithInput(input *models.ListVwConfigsRequest) *ListVwConfigsParams
- func (o *ListVwConfigsParams) WithTimeout(timeout time.Duration) *ListVwConfigsParams
- func (o *ListVwConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVwConfigsReader
- type ListVwDiagnosticDataJobsDefault
- func (o *ListVwDiagnosticDataJobsDefault) Code() int
- func (o *ListVwDiagnosticDataJobsDefault) Error() string
- func (o *ListVwDiagnosticDataJobsDefault) GetPayload() *models.Error
- func (o *ListVwDiagnosticDataJobsDefault) IsClientError() bool
- func (o *ListVwDiagnosticDataJobsDefault) IsCode(code int) bool
- func (o *ListVwDiagnosticDataJobsDefault) IsRedirect() bool
- func (o *ListVwDiagnosticDataJobsDefault) IsServerError() bool
- func (o *ListVwDiagnosticDataJobsDefault) IsSuccess() bool
- func (o *ListVwDiagnosticDataJobsDefault) String() string
- type ListVwDiagnosticDataJobsOK
- func (o *ListVwDiagnosticDataJobsOK) Code() int
- func (o *ListVwDiagnosticDataJobsOK) Error() string
- func (o *ListVwDiagnosticDataJobsOK) GetPayload() *models.ListVwDiagnosticDataJobsResponse
- func (o *ListVwDiagnosticDataJobsOK) IsClientError() bool
- func (o *ListVwDiagnosticDataJobsOK) IsCode(code int) bool
- func (o *ListVwDiagnosticDataJobsOK) IsRedirect() bool
- func (o *ListVwDiagnosticDataJobsOK) IsServerError() bool
- func (o *ListVwDiagnosticDataJobsOK) IsSuccess() bool
- func (o *ListVwDiagnosticDataJobsOK) String() string
- type ListVwDiagnosticDataJobsParams
- func NewListVwDiagnosticDataJobsParams() *ListVwDiagnosticDataJobsParams
- func NewListVwDiagnosticDataJobsParamsWithContext(ctx context.Context) *ListVwDiagnosticDataJobsParams
- func NewListVwDiagnosticDataJobsParamsWithHTTPClient(client *http.Client) *ListVwDiagnosticDataJobsParams
- func NewListVwDiagnosticDataJobsParamsWithTimeout(timeout time.Duration) *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) SetContext(ctx context.Context)
- func (o *ListVwDiagnosticDataJobsParams) SetDefaults()
- func (o *ListVwDiagnosticDataJobsParams) SetHTTPClient(client *http.Client)
- func (o *ListVwDiagnosticDataJobsParams) SetInput(input *models.ListVwDiagnosticDataJobsRequest)
- func (o *ListVwDiagnosticDataJobsParams) SetTimeout(timeout time.Duration)
- func (o *ListVwDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) WithDefaults() *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) WithInput(input *models.ListVwDiagnosticDataJobsRequest) *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListVwDiagnosticDataJobsParams
- func (o *ListVwDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVwDiagnosticDataJobsReader
- type ListVwEventsDefault
- func (o *ListVwEventsDefault) Code() int
- func (o *ListVwEventsDefault) Error() string
- func (o *ListVwEventsDefault) GetPayload() *models.Error
- func (o *ListVwEventsDefault) IsClientError() bool
- func (o *ListVwEventsDefault) IsCode(code int) bool
- func (o *ListVwEventsDefault) IsRedirect() bool
- func (o *ListVwEventsDefault) IsServerError() bool
- func (o *ListVwEventsDefault) IsSuccess() bool
- func (o *ListVwEventsDefault) String() string
- type ListVwEventsOK
- func (o *ListVwEventsOK) Code() int
- func (o *ListVwEventsOK) Error() string
- func (o *ListVwEventsOK) GetPayload() *models.ListVwEventsResponse
- func (o *ListVwEventsOK) IsClientError() bool
- func (o *ListVwEventsOK) IsCode(code int) bool
- func (o *ListVwEventsOK) IsRedirect() bool
- func (o *ListVwEventsOK) IsServerError() bool
- func (o *ListVwEventsOK) IsSuccess() bool
- func (o *ListVwEventsOK) String() string
- type ListVwEventsParams
- func (o *ListVwEventsParams) SetContext(ctx context.Context)
- func (o *ListVwEventsParams) SetDefaults()
- func (o *ListVwEventsParams) SetHTTPClient(client *http.Client)
- func (o *ListVwEventsParams) SetInput(input *models.ListVwEventsRequest)
- func (o *ListVwEventsParams) SetTimeout(timeout time.Duration)
- func (o *ListVwEventsParams) WithContext(ctx context.Context) *ListVwEventsParams
- func (o *ListVwEventsParams) WithDefaults() *ListVwEventsParams
- func (o *ListVwEventsParams) WithHTTPClient(client *http.Client) *ListVwEventsParams
- func (o *ListVwEventsParams) WithInput(input *models.ListVwEventsRequest) *ListVwEventsParams
- func (o *ListVwEventsParams) WithTimeout(timeout time.Duration) *ListVwEventsParams
- func (o *ListVwEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVwEventsReader
- type ListVwsDefault
- func (o *ListVwsDefault) Code() int
- func (o *ListVwsDefault) Error() string
- func (o *ListVwsDefault) GetPayload() *models.Error
- func (o *ListVwsDefault) IsClientError() bool
- func (o *ListVwsDefault) IsCode(code int) bool
- func (o *ListVwsDefault) IsRedirect() bool
- func (o *ListVwsDefault) IsServerError() bool
- func (o *ListVwsDefault) IsSuccess() bool
- func (o *ListVwsDefault) String() string
- type ListVwsOK
- func (o *ListVwsOK) Code() int
- func (o *ListVwsOK) Error() string
- func (o *ListVwsOK) GetPayload() *models.ListVwsResponse
- func (o *ListVwsOK) IsClientError() bool
- func (o *ListVwsOK) IsCode(code int) bool
- func (o *ListVwsOK) IsRedirect() bool
- func (o *ListVwsOK) IsServerError() bool
- func (o *ListVwsOK) IsSuccess() bool
- func (o *ListVwsOK) String() string
- type ListVwsParams
- func (o *ListVwsParams) SetContext(ctx context.Context)
- func (o *ListVwsParams) SetDefaults()
- func (o *ListVwsParams) SetHTTPClient(client *http.Client)
- func (o *ListVwsParams) SetInput(input *models.ListVwsRequest)
- func (o *ListVwsParams) SetTimeout(timeout time.Duration)
- func (o *ListVwsParams) WithContext(ctx context.Context) *ListVwsParams
- func (o *ListVwsParams) WithDefaults() *ListVwsParams
- func (o *ListVwsParams) WithHTTPClient(client *http.Client) *ListVwsParams
- func (o *ListVwsParams) WithInput(input *models.ListVwsRequest) *ListVwsParams
- func (o *ListVwsParams) WithTimeout(timeout time.Duration) *ListVwsParams
- func (o *ListVwsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVwsReader
- type RebuildDbcDefault
- func (o *RebuildDbcDefault) Code() int
- func (o *RebuildDbcDefault) Error() string
- func (o *RebuildDbcDefault) GetPayload() *models.Error
- func (o *RebuildDbcDefault) IsClientError() bool
- func (o *RebuildDbcDefault) IsCode(code int) bool
- func (o *RebuildDbcDefault) IsRedirect() bool
- func (o *RebuildDbcDefault) IsServerError() bool
- func (o *RebuildDbcDefault) IsSuccess() bool
- func (o *RebuildDbcDefault) String() string
- type RebuildDbcOK
- func (o *RebuildDbcOK) Code() int
- func (o *RebuildDbcOK) Error() string
- func (o *RebuildDbcOK) GetPayload() models.RebuildDbcResponse
- func (o *RebuildDbcOK) IsClientError() bool
- func (o *RebuildDbcOK) IsCode(code int) bool
- func (o *RebuildDbcOK) IsRedirect() bool
- func (o *RebuildDbcOK) IsServerError() bool
- func (o *RebuildDbcOK) IsSuccess() bool
- func (o *RebuildDbcOK) String() string
- type RebuildDbcParams
- func (o *RebuildDbcParams) SetContext(ctx context.Context)
- func (o *RebuildDbcParams) SetDefaults()
- func (o *RebuildDbcParams) SetHTTPClient(client *http.Client)
- func (o *RebuildDbcParams) SetInput(input *models.RebuildDbcRequest)
- func (o *RebuildDbcParams) SetTimeout(timeout time.Duration)
- func (o *RebuildDbcParams) WithContext(ctx context.Context) *RebuildDbcParams
- func (o *RebuildDbcParams) WithDefaults() *RebuildDbcParams
- func (o *RebuildDbcParams) WithHTTPClient(client *http.Client) *RebuildDbcParams
- func (o *RebuildDbcParams) WithInput(input *models.RebuildDbcRequest) *RebuildDbcParams
- func (o *RebuildDbcParams) WithTimeout(timeout time.Duration) *RebuildDbcParams
- func (o *RebuildDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RebuildDbcReader
- type RebuildVwDefault
- func (o *RebuildVwDefault) Code() int
- func (o *RebuildVwDefault) Error() string
- func (o *RebuildVwDefault) GetPayload() *models.Error
- func (o *RebuildVwDefault) IsClientError() bool
- func (o *RebuildVwDefault) IsCode(code int) bool
- func (o *RebuildVwDefault) IsRedirect() bool
- func (o *RebuildVwDefault) IsServerError() bool
- func (o *RebuildVwDefault) IsSuccess() bool
- func (o *RebuildVwDefault) String() string
- type RebuildVwOK
- func (o *RebuildVwOK) Code() int
- func (o *RebuildVwOK) Error() string
- func (o *RebuildVwOK) GetPayload() models.RebuildVwResponse
- func (o *RebuildVwOK) IsClientError() bool
- func (o *RebuildVwOK) IsCode(code int) bool
- func (o *RebuildVwOK) IsRedirect() bool
- func (o *RebuildVwOK) IsServerError() bool
- func (o *RebuildVwOK) IsSuccess() bool
- func (o *RebuildVwOK) String() string
- type RebuildVwParams
- func (o *RebuildVwParams) SetContext(ctx context.Context)
- func (o *RebuildVwParams) SetDefaults()
- func (o *RebuildVwParams) SetHTTPClient(client *http.Client)
- func (o *RebuildVwParams) SetInput(input *models.RebuildVwRequest)
- func (o *RebuildVwParams) SetTimeout(timeout time.Duration)
- func (o *RebuildVwParams) WithContext(ctx context.Context) *RebuildVwParams
- func (o *RebuildVwParams) WithDefaults() *RebuildVwParams
- func (o *RebuildVwParams) WithHTTPClient(client *http.Client) *RebuildVwParams
- func (o *RebuildVwParams) WithInput(input *models.RebuildVwRequest) *RebuildVwParams
- func (o *RebuildVwParams) WithTimeout(timeout time.Duration) *RebuildVwParams
- func (o *RebuildVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RebuildVwReader
- type RenewCertificatesDefault
- func (o *RenewCertificatesDefault) Code() int
- func (o *RenewCertificatesDefault) Error() string
- func (o *RenewCertificatesDefault) GetPayload() *models.Error
- func (o *RenewCertificatesDefault) IsClientError() bool
- func (o *RenewCertificatesDefault) IsCode(code int) bool
- func (o *RenewCertificatesDefault) IsRedirect() bool
- func (o *RenewCertificatesDefault) IsServerError() bool
- func (o *RenewCertificatesDefault) IsSuccess() bool
- func (o *RenewCertificatesDefault) String() string
- type RenewCertificatesMethodNotAllowed
- func (o *RenewCertificatesMethodNotAllowed) Code() int
- func (o *RenewCertificatesMethodNotAllowed) Error() string
- func (o *RenewCertificatesMethodNotAllowed) GetPayload() *models.Error
- func (o *RenewCertificatesMethodNotAllowed) IsClientError() bool
- func (o *RenewCertificatesMethodNotAllowed) IsCode(code int) bool
- func (o *RenewCertificatesMethodNotAllowed) IsRedirect() bool
- func (o *RenewCertificatesMethodNotAllowed) IsServerError() bool
- func (o *RenewCertificatesMethodNotAllowed) IsSuccess() bool
- func (o *RenewCertificatesMethodNotAllowed) String() string
- type RenewCertificatesOK
- func (o *RenewCertificatesOK) Code() int
- func (o *RenewCertificatesOK) Error() string
- func (o *RenewCertificatesOK) GetPayload() models.RenewCertificatesResponse
- func (o *RenewCertificatesOK) IsClientError() bool
- func (o *RenewCertificatesOK) IsCode(code int) bool
- func (o *RenewCertificatesOK) IsRedirect() bool
- func (o *RenewCertificatesOK) IsServerError() bool
- func (o *RenewCertificatesOK) IsSuccess() bool
- func (o *RenewCertificatesOK) String() string
- type RenewCertificatesParams
- func NewRenewCertificatesParams() *RenewCertificatesParams
- func NewRenewCertificatesParamsWithContext(ctx context.Context) *RenewCertificatesParams
- func NewRenewCertificatesParamsWithHTTPClient(client *http.Client) *RenewCertificatesParams
- func NewRenewCertificatesParamsWithTimeout(timeout time.Duration) *RenewCertificatesParams
- func (o *RenewCertificatesParams) SetContext(ctx context.Context)
- func (o *RenewCertificatesParams) SetDefaults()
- func (o *RenewCertificatesParams) SetHTTPClient(client *http.Client)
- func (o *RenewCertificatesParams) SetInput(input *models.RenewCertificatesRequest)
- func (o *RenewCertificatesParams) SetTimeout(timeout time.Duration)
- func (o *RenewCertificatesParams) WithContext(ctx context.Context) *RenewCertificatesParams
- func (o *RenewCertificatesParams) WithDefaults() *RenewCertificatesParams
- func (o *RenewCertificatesParams) WithHTTPClient(client *http.Client) *RenewCertificatesParams
- func (o *RenewCertificatesParams) WithInput(input *models.RenewCertificatesRequest) *RenewCertificatesParams
- func (o *RenewCertificatesParams) WithTimeout(timeout time.Duration) *RenewCertificatesParams
- func (o *RenewCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RenewCertificatesReader
- type RestartDbcDefault
- func (o *RestartDbcDefault) Code() int
- func (o *RestartDbcDefault) Error() string
- func (o *RestartDbcDefault) GetPayload() *models.Error
- func (o *RestartDbcDefault) IsClientError() bool
- func (o *RestartDbcDefault) IsCode(code int) bool
- func (o *RestartDbcDefault) IsRedirect() bool
- func (o *RestartDbcDefault) IsServerError() bool
- func (o *RestartDbcDefault) IsSuccess() bool
- func (o *RestartDbcDefault) String() string
- type RestartDbcOK
- func (o *RestartDbcOK) Code() int
- func (o *RestartDbcOK) Error() string
- func (o *RestartDbcOK) GetPayload() models.RestartDbcResponse
- func (o *RestartDbcOK) IsClientError() bool
- func (o *RestartDbcOK) IsCode(code int) bool
- func (o *RestartDbcOK) IsRedirect() bool
- func (o *RestartDbcOK) IsServerError() bool
- func (o *RestartDbcOK) IsSuccess() bool
- func (o *RestartDbcOK) String() string
- type RestartDbcParams
- func (o *RestartDbcParams) SetContext(ctx context.Context)
- func (o *RestartDbcParams) SetDefaults()
- func (o *RestartDbcParams) SetHTTPClient(client *http.Client)
- func (o *RestartDbcParams) SetInput(input *models.RestartDbcRequest)
- func (o *RestartDbcParams) SetTimeout(timeout time.Duration)
- func (o *RestartDbcParams) WithContext(ctx context.Context) *RestartDbcParams
- func (o *RestartDbcParams) WithDefaults() *RestartDbcParams
- func (o *RestartDbcParams) WithHTTPClient(client *http.Client) *RestartDbcParams
- func (o *RestartDbcParams) WithInput(input *models.RestartDbcRequest) *RestartDbcParams
- func (o *RestartDbcParams) WithTimeout(timeout time.Duration) *RestartDbcParams
- func (o *RestartDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestartDbcReader
- type RestartVwDefault
- func (o *RestartVwDefault) Code() int
- func (o *RestartVwDefault) Error() string
- func (o *RestartVwDefault) GetPayload() *models.Error
- func (o *RestartVwDefault) IsClientError() bool
- func (o *RestartVwDefault) IsCode(code int) bool
- func (o *RestartVwDefault) IsRedirect() bool
- func (o *RestartVwDefault) IsServerError() bool
- func (o *RestartVwDefault) IsSuccess() bool
- func (o *RestartVwDefault) String() string
- type RestartVwOK
- func (o *RestartVwOK) Code() int
- func (o *RestartVwOK) Error() string
- func (o *RestartVwOK) GetPayload() models.RestartVwResponse
- func (o *RestartVwOK) IsClientError() bool
- func (o *RestartVwOK) IsCode(code int) bool
- func (o *RestartVwOK) IsRedirect() bool
- func (o *RestartVwOK) IsServerError() bool
- func (o *RestartVwOK) IsSuccess() bool
- func (o *RestartVwOK) String() string
- type RestartVwParams
- func (o *RestartVwParams) SetContext(ctx context.Context)
- func (o *RestartVwParams) SetDefaults()
- func (o *RestartVwParams) SetHTTPClient(client *http.Client)
- func (o *RestartVwParams) SetInput(input *models.RestartVwRequest)
- func (o *RestartVwParams) SetTimeout(timeout time.Duration)
- func (o *RestartVwParams) WithContext(ctx context.Context) *RestartVwParams
- func (o *RestartVwParams) WithDefaults() *RestartVwParams
- func (o *RestartVwParams) WithHTTPClient(client *http.Client) *RestartVwParams
- func (o *RestartVwParams) WithInput(input *models.RestartVwRequest) *RestartVwParams
- func (o *RestartVwParams) WithTimeout(timeout time.Duration) *RestartVwParams
- func (o *RestartVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestartVwReader
- type RestoreBackupDefault
- func (o *RestoreBackupDefault) Code() int
- func (o *RestoreBackupDefault) Error() string
- func (o *RestoreBackupDefault) GetPayload() *models.Error
- func (o *RestoreBackupDefault) IsClientError() bool
- func (o *RestoreBackupDefault) IsCode(code int) bool
- func (o *RestoreBackupDefault) IsRedirect() bool
- func (o *RestoreBackupDefault) IsServerError() bool
- func (o *RestoreBackupDefault) IsSuccess() bool
- func (o *RestoreBackupDefault) String() string
- type RestoreBackupOK
- func (o *RestoreBackupOK) Code() int
- func (o *RestoreBackupOK) Error() string
- func (o *RestoreBackupOK) GetPayload() *models.RestoreBackupResponse
- func (o *RestoreBackupOK) IsClientError() bool
- func (o *RestoreBackupOK) IsCode(code int) bool
- func (o *RestoreBackupOK) IsRedirect() bool
- func (o *RestoreBackupOK) IsServerError() bool
- func (o *RestoreBackupOK) IsSuccess() bool
- func (o *RestoreBackupOK) String() string
- type RestoreBackupParams
- func (o *RestoreBackupParams) SetContext(ctx context.Context)
- func (o *RestoreBackupParams) SetDefaults()
- func (o *RestoreBackupParams) SetHTTPClient(client *http.Client)
- func (o *RestoreBackupParams) SetInput(input *models.RestoreBackupRequest)
- func (o *RestoreBackupParams) SetTimeout(timeout time.Duration)
- func (o *RestoreBackupParams) WithContext(ctx context.Context) *RestoreBackupParams
- func (o *RestoreBackupParams) WithDefaults() *RestoreBackupParams
- func (o *RestoreBackupParams) WithHTTPClient(client *http.Client) *RestoreBackupParams
- func (o *RestoreBackupParams) WithInput(input *models.RestoreBackupRequest) *RestoreBackupParams
- func (o *RestoreBackupParams) WithTimeout(timeout time.Duration) *RestoreBackupParams
- func (o *RestoreBackupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreBackupReader
- type RestoreClusterDefault
- func (o *RestoreClusterDefault) Code() int
- func (o *RestoreClusterDefault) Error() string
- func (o *RestoreClusterDefault) GetPayload() *models.Error
- func (o *RestoreClusterDefault) IsClientError() bool
- func (o *RestoreClusterDefault) IsCode(code int) bool
- func (o *RestoreClusterDefault) IsRedirect() bool
- func (o *RestoreClusterDefault) IsServerError() bool
- func (o *RestoreClusterDefault) IsSuccess() bool
- func (o *RestoreClusterDefault) String() string
- type RestoreClusterOK
- func (o *RestoreClusterOK) Code() int
- func (o *RestoreClusterOK) Error() string
- func (o *RestoreClusterOK) GetPayload() *models.RestoreClusterResponse
- func (o *RestoreClusterOK) IsClientError() bool
- func (o *RestoreClusterOK) IsCode(code int) bool
- func (o *RestoreClusterOK) IsRedirect() bool
- func (o *RestoreClusterOK) IsServerError() bool
- func (o *RestoreClusterOK) IsSuccess() bool
- func (o *RestoreClusterOK) String() string
- type RestoreClusterParams
- func NewRestoreClusterParams() *RestoreClusterParams
- func NewRestoreClusterParamsWithContext(ctx context.Context) *RestoreClusterParams
- func NewRestoreClusterParamsWithHTTPClient(client *http.Client) *RestoreClusterParams
- func NewRestoreClusterParamsWithTimeout(timeout time.Duration) *RestoreClusterParams
- func (o *RestoreClusterParams) SetContext(ctx context.Context)
- func (o *RestoreClusterParams) SetDefaults()
- func (o *RestoreClusterParams) SetHTTPClient(client *http.Client)
- func (o *RestoreClusterParams) SetInput(input *models.RestoreClusterRequest)
- func (o *RestoreClusterParams) SetTimeout(timeout time.Duration)
- func (o *RestoreClusterParams) WithContext(ctx context.Context) *RestoreClusterParams
- func (o *RestoreClusterParams) WithDefaults() *RestoreClusterParams
- func (o *RestoreClusterParams) WithHTTPClient(client *http.Client) *RestoreClusterParams
- func (o *RestoreClusterParams) WithInput(input *models.RestoreClusterRequest) *RestoreClusterParams
- func (o *RestoreClusterParams) WithTimeout(timeout time.Duration) *RestoreClusterParams
- func (o *RestoreClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreClusterReader
- type ResumeClusterDefault
- func (o *ResumeClusterDefault) Code() int
- func (o *ResumeClusterDefault) Error() string
- func (o *ResumeClusterDefault) GetPayload() *models.Error
- func (o *ResumeClusterDefault) IsClientError() bool
- func (o *ResumeClusterDefault) IsCode(code int) bool
- func (o *ResumeClusterDefault) IsRedirect() bool
- func (o *ResumeClusterDefault) IsServerError() bool
- func (o *ResumeClusterDefault) IsSuccess() bool
- func (o *ResumeClusterDefault) String() string
- type ResumeClusterOK
- func (o *ResumeClusterOK) Code() int
- func (o *ResumeClusterOK) Error() string
- func (o *ResumeClusterOK) GetPayload() *models.ResumeClusterResponse
- func (o *ResumeClusterOK) IsClientError() bool
- func (o *ResumeClusterOK) IsCode(code int) bool
- func (o *ResumeClusterOK) IsRedirect() bool
- func (o *ResumeClusterOK) IsServerError() bool
- func (o *ResumeClusterOK) IsSuccess() bool
- func (o *ResumeClusterOK) String() string
- type ResumeClusterParams
- func (o *ResumeClusterParams) SetContext(ctx context.Context)
- func (o *ResumeClusterParams) SetDefaults()
- func (o *ResumeClusterParams) SetHTTPClient(client *http.Client)
- func (o *ResumeClusterParams) SetInput(input *models.ResumeClusterRequest)
- func (o *ResumeClusterParams) SetTimeout(timeout time.Duration)
- func (o *ResumeClusterParams) WithContext(ctx context.Context) *ResumeClusterParams
- func (o *ResumeClusterParams) WithDefaults() *ResumeClusterParams
- func (o *ResumeClusterParams) WithHTTPClient(client *http.Client) *ResumeClusterParams
- func (o *ResumeClusterParams) WithInput(input *models.ResumeClusterRequest) *ResumeClusterParams
- func (o *ResumeClusterParams) WithTimeout(timeout time.Duration) *ResumeClusterParams
- func (o *ResumeClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResumeClusterReader
- type StartVwDefault
- func (o *StartVwDefault) Code() int
- func (o *StartVwDefault) Error() string
- func (o *StartVwDefault) GetPayload() *models.Error
- func (o *StartVwDefault) IsClientError() bool
- func (o *StartVwDefault) IsCode(code int) bool
- func (o *StartVwDefault) IsRedirect() bool
- func (o *StartVwDefault) IsServerError() bool
- func (o *StartVwDefault) IsSuccess() bool
- func (o *StartVwDefault) String() string
- type StartVwOK
- func (o *StartVwOK) Code() int
- func (o *StartVwOK) Error() string
- func (o *StartVwOK) GetPayload() models.StartVwResponse
- func (o *StartVwOK) IsClientError() bool
- func (o *StartVwOK) IsCode(code int) bool
- func (o *StartVwOK) IsRedirect() bool
- func (o *StartVwOK) IsServerError() bool
- func (o *StartVwOK) IsSuccess() bool
- func (o *StartVwOK) String() string
- type StartVwParams
- func (o *StartVwParams) SetContext(ctx context.Context)
- func (o *StartVwParams) SetDefaults()
- func (o *StartVwParams) SetHTTPClient(client *http.Client)
- func (o *StartVwParams) SetInput(input *models.StartVwRequest)
- func (o *StartVwParams) SetTimeout(timeout time.Duration)
- func (o *StartVwParams) WithContext(ctx context.Context) *StartVwParams
- func (o *StartVwParams) WithDefaults() *StartVwParams
- func (o *StartVwParams) WithHTTPClient(client *http.Client) *StartVwParams
- func (o *StartVwParams) WithInput(input *models.StartVwRequest) *StartVwParams
- func (o *StartVwParams) WithTimeout(timeout time.Duration) *StartVwParams
- func (o *StartVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartVwReader
- type SuspendClusterDefault
- func (o *SuspendClusterDefault) Code() int
- func (o *SuspendClusterDefault) Error() string
- func (o *SuspendClusterDefault) GetPayload() *models.Error
- func (o *SuspendClusterDefault) IsClientError() bool
- func (o *SuspendClusterDefault) IsCode(code int) bool
- func (o *SuspendClusterDefault) IsRedirect() bool
- func (o *SuspendClusterDefault) IsServerError() bool
- func (o *SuspendClusterDefault) IsSuccess() bool
- func (o *SuspendClusterDefault) String() string
- type SuspendClusterOK
- func (o *SuspendClusterOK) Code() int
- func (o *SuspendClusterOK) Error() string
- func (o *SuspendClusterOK) GetPayload() *models.SuspendClusterResponse
- func (o *SuspendClusterOK) IsClientError() bool
- func (o *SuspendClusterOK) IsCode(code int) bool
- func (o *SuspendClusterOK) IsRedirect() bool
- func (o *SuspendClusterOK) IsServerError() bool
- func (o *SuspendClusterOK) IsSuccess() bool
- func (o *SuspendClusterOK) String() string
- type SuspendClusterParams
- func NewSuspendClusterParams() *SuspendClusterParams
- func NewSuspendClusterParamsWithContext(ctx context.Context) *SuspendClusterParams
- func NewSuspendClusterParamsWithHTTPClient(client *http.Client) *SuspendClusterParams
- func NewSuspendClusterParamsWithTimeout(timeout time.Duration) *SuspendClusterParams
- func (o *SuspendClusterParams) SetContext(ctx context.Context)
- func (o *SuspendClusterParams) SetDefaults()
- func (o *SuspendClusterParams) SetHTTPClient(client *http.Client)
- func (o *SuspendClusterParams) SetInput(input *models.SuspendClusterRequest)
- func (o *SuspendClusterParams) SetTimeout(timeout time.Duration)
- func (o *SuspendClusterParams) WithContext(ctx context.Context) *SuspendClusterParams
- func (o *SuspendClusterParams) WithDefaults() *SuspendClusterParams
- func (o *SuspendClusterParams) WithHTTPClient(client *http.Client) *SuspendClusterParams
- func (o *SuspendClusterParams) WithInput(input *models.SuspendClusterRequest) *SuspendClusterParams
- func (o *SuspendClusterParams) WithTimeout(timeout time.Duration) *SuspendClusterParams
- func (o *SuspendClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SuspendClusterReader
- type SuspendDbcDefault
- func (o *SuspendDbcDefault) Code() int
- func (o *SuspendDbcDefault) Error() string
- func (o *SuspendDbcDefault) GetPayload() *models.Error
- func (o *SuspendDbcDefault) IsClientError() bool
- func (o *SuspendDbcDefault) IsCode(code int) bool
- func (o *SuspendDbcDefault) IsRedirect() bool
- func (o *SuspendDbcDefault) IsServerError() bool
- func (o *SuspendDbcDefault) IsSuccess() bool
- func (o *SuspendDbcDefault) String() string
- type SuspendDbcOK
- func (o *SuspendDbcOK) Code() int
- func (o *SuspendDbcOK) Error() string
- func (o *SuspendDbcOK) GetPayload() models.SuspendDbcResponse
- func (o *SuspendDbcOK) IsClientError() bool
- func (o *SuspendDbcOK) IsCode(code int) bool
- func (o *SuspendDbcOK) IsRedirect() bool
- func (o *SuspendDbcOK) IsServerError() bool
- func (o *SuspendDbcOK) IsSuccess() bool
- func (o *SuspendDbcOK) String() string
- type SuspendDbcParams
- func (o *SuspendDbcParams) SetContext(ctx context.Context)
- func (o *SuspendDbcParams) SetDefaults()
- func (o *SuspendDbcParams) SetHTTPClient(client *http.Client)
- func (o *SuspendDbcParams) SetInput(input *models.SuspendDbcRequest)
- func (o *SuspendDbcParams) SetTimeout(timeout time.Duration)
- func (o *SuspendDbcParams) WithContext(ctx context.Context) *SuspendDbcParams
- func (o *SuspendDbcParams) WithDefaults() *SuspendDbcParams
- func (o *SuspendDbcParams) WithHTTPClient(client *http.Client) *SuspendDbcParams
- func (o *SuspendDbcParams) WithInput(input *models.SuspendDbcRequest) *SuspendDbcParams
- func (o *SuspendDbcParams) WithTimeout(timeout time.Duration) *SuspendDbcParams
- func (o *SuspendDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SuspendDbcReader
- type SuspendVwDefault
- func (o *SuspendVwDefault) Code() int
- func (o *SuspendVwDefault) Error() string
- func (o *SuspendVwDefault) GetPayload() *models.Error
- func (o *SuspendVwDefault) IsClientError() bool
- func (o *SuspendVwDefault) IsCode(code int) bool
- func (o *SuspendVwDefault) IsRedirect() bool
- func (o *SuspendVwDefault) IsServerError() bool
- func (o *SuspendVwDefault) IsSuccess() bool
- func (o *SuspendVwDefault) String() string
- type SuspendVwOK
- func (o *SuspendVwOK) Code() int
- func (o *SuspendVwOK) Error() string
- func (o *SuspendVwOK) GetPayload() models.SuspendVwResponse
- func (o *SuspendVwOK) IsClientError() bool
- func (o *SuspendVwOK) IsCode(code int) bool
- func (o *SuspendVwOK) IsRedirect() bool
- func (o *SuspendVwOK) IsServerError() bool
- func (o *SuspendVwOK) IsSuccess() bool
- func (o *SuspendVwOK) String() string
- type SuspendVwParams
- func (o *SuspendVwParams) SetContext(ctx context.Context)
- func (o *SuspendVwParams) SetDefaults()
- func (o *SuspendVwParams) SetHTTPClient(client *http.Client)
- func (o *SuspendVwParams) SetInput(input *models.SuspendVwRequest)
- func (o *SuspendVwParams) SetTimeout(timeout time.Duration)
- func (o *SuspendVwParams) WithContext(ctx context.Context) *SuspendVwParams
- func (o *SuspendVwParams) WithDefaults() *SuspendVwParams
- func (o *SuspendVwParams) WithHTTPClient(client *http.Client) *SuspendVwParams
- func (o *SuspendVwParams) WithInput(input *models.SuspendVwRequest) *SuspendVwParams
- func (o *SuspendVwParams) WithTimeout(timeout time.Duration) *SuspendVwParams
- func (o *SuspendVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SuspendVwReader
- type UpdateAwsClusterDefault
- func (o *UpdateAwsClusterDefault) Code() int
- func (o *UpdateAwsClusterDefault) Error() string
- func (o *UpdateAwsClusterDefault) GetPayload() *models.Error
- func (o *UpdateAwsClusterDefault) IsClientError() bool
- func (o *UpdateAwsClusterDefault) IsCode(code int) bool
- func (o *UpdateAwsClusterDefault) IsRedirect() bool
- func (o *UpdateAwsClusterDefault) IsServerError() bool
- func (o *UpdateAwsClusterDefault) IsSuccess() bool
- func (o *UpdateAwsClusterDefault) String() string
- type UpdateAwsClusterOK
- func (o *UpdateAwsClusterOK) Code() int
- func (o *UpdateAwsClusterOK) Error() string
- func (o *UpdateAwsClusterOK) GetPayload() models.UpdateAwsClusterResponse
- func (o *UpdateAwsClusterOK) IsClientError() bool
- func (o *UpdateAwsClusterOK) IsCode(code int) bool
- func (o *UpdateAwsClusterOK) IsRedirect() bool
- func (o *UpdateAwsClusterOK) IsServerError() bool
- func (o *UpdateAwsClusterOK) IsSuccess() bool
- func (o *UpdateAwsClusterOK) String() string
- type UpdateAwsClusterParams
- func NewUpdateAwsClusterParams() *UpdateAwsClusterParams
- func NewUpdateAwsClusterParamsWithContext(ctx context.Context) *UpdateAwsClusterParams
- func NewUpdateAwsClusterParamsWithHTTPClient(client *http.Client) *UpdateAwsClusterParams
- func NewUpdateAwsClusterParamsWithTimeout(timeout time.Duration) *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) SetContext(ctx context.Context)
- func (o *UpdateAwsClusterParams) SetDefaults()
- func (o *UpdateAwsClusterParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAwsClusterParams) SetInput(input *models.UpdateAwsClusterRequest)
- func (o *UpdateAwsClusterParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAwsClusterParams) WithContext(ctx context.Context) *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) WithDefaults() *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) WithHTTPClient(client *http.Client) *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) WithInput(input *models.UpdateAwsClusterRequest) *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) WithTimeout(timeout time.Duration) *UpdateAwsClusterParams
- func (o *UpdateAwsClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAwsClusterReader
- type UpdateAzureClusterDefault
- func (o *UpdateAzureClusterDefault) Code() int
- func (o *UpdateAzureClusterDefault) Error() string
- func (o *UpdateAzureClusterDefault) GetPayload() *models.Error
- func (o *UpdateAzureClusterDefault) IsClientError() bool
- func (o *UpdateAzureClusterDefault) IsCode(code int) bool
- func (o *UpdateAzureClusterDefault) IsRedirect() bool
- func (o *UpdateAzureClusterDefault) IsServerError() bool
- func (o *UpdateAzureClusterDefault) IsSuccess() bool
- func (o *UpdateAzureClusterDefault) String() string
- type UpdateAzureClusterOK
- func (o *UpdateAzureClusterOK) Code() int
- func (o *UpdateAzureClusterOK) Error() string
- func (o *UpdateAzureClusterOK) GetPayload() models.UpdateAzureClusterResponse
- func (o *UpdateAzureClusterOK) IsClientError() bool
- func (o *UpdateAzureClusterOK) IsCode(code int) bool
- func (o *UpdateAzureClusterOK) IsRedirect() bool
- func (o *UpdateAzureClusterOK) IsServerError() bool
- func (o *UpdateAzureClusterOK) IsSuccess() bool
- func (o *UpdateAzureClusterOK) String() string
- type UpdateAzureClusterParams
- func NewUpdateAzureClusterParams() *UpdateAzureClusterParams
- func NewUpdateAzureClusterParamsWithContext(ctx context.Context) *UpdateAzureClusterParams
- func NewUpdateAzureClusterParamsWithHTTPClient(client *http.Client) *UpdateAzureClusterParams
- func NewUpdateAzureClusterParamsWithTimeout(timeout time.Duration) *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) SetContext(ctx context.Context)
- func (o *UpdateAzureClusterParams) SetDefaults()
- func (o *UpdateAzureClusterParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAzureClusterParams) SetInput(input *models.UpdateAzureClusterRequest)
- func (o *UpdateAzureClusterParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAzureClusterParams) WithContext(ctx context.Context) *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) WithDefaults() *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) WithHTTPClient(client *http.Client) *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) WithInput(input *models.UpdateAzureClusterRequest) *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) WithTimeout(timeout time.Duration) *UpdateAzureClusterParams
- func (o *UpdateAzureClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAzureClusterReader
- type UpdateClusterDefault
- func (o *UpdateClusterDefault) Code() int
- func (o *UpdateClusterDefault) Error() string
- func (o *UpdateClusterDefault) GetPayload() *models.Error
- func (o *UpdateClusterDefault) IsClientError() bool
- func (o *UpdateClusterDefault) IsCode(code int) bool
- func (o *UpdateClusterDefault) IsRedirect() bool
- func (o *UpdateClusterDefault) IsServerError() bool
- func (o *UpdateClusterDefault) IsSuccess() bool
- func (o *UpdateClusterDefault) String() string
- type UpdateClusterOK
- func (o *UpdateClusterOK) Code() int
- func (o *UpdateClusterOK) Error() string
- func (o *UpdateClusterOK) GetPayload() models.UpdateClusterResponse
- func (o *UpdateClusterOK) IsClientError() bool
- func (o *UpdateClusterOK) IsCode(code int) bool
- func (o *UpdateClusterOK) IsRedirect() bool
- func (o *UpdateClusterOK) IsServerError() bool
- func (o *UpdateClusterOK) IsSuccess() bool
- func (o *UpdateClusterOK) String() string
- type UpdateClusterParams
- func (o *UpdateClusterParams) SetContext(ctx context.Context)
- func (o *UpdateClusterParams) SetDefaults()
- func (o *UpdateClusterParams) SetHTTPClient(client *http.Client)
- func (o *UpdateClusterParams) SetInput(input *models.UpdateClusterRequest)
- func (o *UpdateClusterParams) SetTimeout(timeout time.Duration)
- func (o *UpdateClusterParams) WithContext(ctx context.Context) *UpdateClusterParams
- func (o *UpdateClusterParams) WithDefaults() *UpdateClusterParams
- func (o *UpdateClusterParams) WithHTTPClient(client *http.Client) *UpdateClusterParams
- func (o *UpdateClusterParams) WithInput(input *models.UpdateClusterRequest) *UpdateClusterParams
- func (o *UpdateClusterParams) WithTimeout(timeout time.Duration) *UpdateClusterParams
- func (o *UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateClusterReader
- type UpdateDataVisualizationDefault
- func (o *UpdateDataVisualizationDefault) Code() int
- func (o *UpdateDataVisualizationDefault) Error() string
- func (o *UpdateDataVisualizationDefault) GetPayload() *models.Error
- func (o *UpdateDataVisualizationDefault) IsClientError() bool
- func (o *UpdateDataVisualizationDefault) IsCode(code int) bool
- func (o *UpdateDataVisualizationDefault) IsRedirect() bool
- func (o *UpdateDataVisualizationDefault) IsServerError() bool
- func (o *UpdateDataVisualizationDefault) IsSuccess() bool
- func (o *UpdateDataVisualizationDefault) String() string
- type UpdateDataVisualizationOK
- func (o *UpdateDataVisualizationOK) Code() int
- func (o *UpdateDataVisualizationOK) Error() string
- func (o *UpdateDataVisualizationOK) GetPayload() *models.UpdateDataVisualizationResponse
- func (o *UpdateDataVisualizationOK) IsClientError() bool
- func (o *UpdateDataVisualizationOK) IsCode(code int) bool
- func (o *UpdateDataVisualizationOK) IsRedirect() bool
- func (o *UpdateDataVisualizationOK) IsServerError() bool
- func (o *UpdateDataVisualizationOK) IsSuccess() bool
- func (o *UpdateDataVisualizationOK) String() string
- type UpdateDataVisualizationParams
- func NewUpdateDataVisualizationParams() *UpdateDataVisualizationParams
- func NewUpdateDataVisualizationParamsWithContext(ctx context.Context) *UpdateDataVisualizationParams
- func NewUpdateDataVisualizationParamsWithHTTPClient(client *http.Client) *UpdateDataVisualizationParams
- func NewUpdateDataVisualizationParamsWithTimeout(timeout time.Duration) *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) SetContext(ctx context.Context)
- func (o *UpdateDataVisualizationParams) SetDefaults()
- func (o *UpdateDataVisualizationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDataVisualizationParams) SetInput(input *models.UpdateDataVisualizationRequest)
- func (o *UpdateDataVisualizationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDataVisualizationParams) WithContext(ctx context.Context) *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) WithDefaults() *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) WithHTTPClient(client *http.Client) *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) WithInput(input *models.UpdateDataVisualizationRequest) *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) WithTimeout(timeout time.Duration) *UpdateDataVisualizationParams
- func (o *UpdateDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDataVisualizationReader
- type UpdateDbcConfigDefault
- func (o *UpdateDbcConfigDefault) Code() int
- func (o *UpdateDbcConfigDefault) Error() string
- func (o *UpdateDbcConfigDefault) GetPayload() *models.Error
- func (o *UpdateDbcConfigDefault) IsClientError() bool
- func (o *UpdateDbcConfigDefault) IsCode(code int) bool
- func (o *UpdateDbcConfigDefault) IsRedirect() bool
- func (o *UpdateDbcConfigDefault) IsServerError() bool
- func (o *UpdateDbcConfigDefault) IsSuccess() bool
- func (o *UpdateDbcConfigDefault) String() string
- type UpdateDbcConfigOK
- func (o *UpdateDbcConfigOK) Code() int
- func (o *UpdateDbcConfigOK) Error() string
- func (o *UpdateDbcConfigOK) GetPayload() models.UpdateDbcConfigResponse
- func (o *UpdateDbcConfigOK) IsClientError() bool
- func (o *UpdateDbcConfigOK) IsCode(code int) bool
- func (o *UpdateDbcConfigOK) IsRedirect() bool
- func (o *UpdateDbcConfigOK) IsServerError() bool
- func (o *UpdateDbcConfigOK) IsSuccess() bool
- func (o *UpdateDbcConfigOK) String() string
- type UpdateDbcConfigParams
- func NewUpdateDbcConfigParams() *UpdateDbcConfigParams
- func NewUpdateDbcConfigParamsWithContext(ctx context.Context) *UpdateDbcConfigParams
- func NewUpdateDbcConfigParamsWithHTTPClient(client *http.Client) *UpdateDbcConfigParams
- func NewUpdateDbcConfigParamsWithTimeout(timeout time.Duration) *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) SetContext(ctx context.Context)
- func (o *UpdateDbcConfigParams) SetDefaults()
- func (o *UpdateDbcConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDbcConfigParams) SetInput(input *models.UpdateDbcConfigRequest)
- func (o *UpdateDbcConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDbcConfigParams) WithContext(ctx context.Context) *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) WithDefaults() *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) WithHTTPClient(client *http.Client) *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) WithInput(input *models.UpdateDbcConfigRequest) *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) WithTimeout(timeout time.Duration) *UpdateDbcConfigParams
- func (o *UpdateDbcConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDbcConfigReader
- type UpdateDbcDefault
- func (o *UpdateDbcDefault) Code() int
- func (o *UpdateDbcDefault) Error() string
- func (o *UpdateDbcDefault) GetPayload() *models.Error
- func (o *UpdateDbcDefault) IsClientError() bool
- func (o *UpdateDbcDefault) IsCode(code int) bool
- func (o *UpdateDbcDefault) IsRedirect() bool
- func (o *UpdateDbcDefault) IsServerError() bool
- func (o *UpdateDbcDefault) IsSuccess() bool
- func (o *UpdateDbcDefault) String() string
- type UpdateDbcOK
- func (o *UpdateDbcOK) Code() int
- func (o *UpdateDbcOK) Error() string
- func (o *UpdateDbcOK) GetPayload() models.UpdateDbcResponse
- func (o *UpdateDbcOK) IsClientError() bool
- func (o *UpdateDbcOK) IsCode(code int) bool
- func (o *UpdateDbcOK) IsRedirect() bool
- func (o *UpdateDbcOK) IsServerError() bool
- func (o *UpdateDbcOK) IsSuccess() bool
- func (o *UpdateDbcOK) String() string
- type UpdateDbcParams
- func (o *UpdateDbcParams) SetContext(ctx context.Context)
- func (o *UpdateDbcParams) SetDefaults()
- func (o *UpdateDbcParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDbcParams) SetInput(input *models.UpdateDbcRequest)
- func (o *UpdateDbcParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDbcParams) WithContext(ctx context.Context) *UpdateDbcParams
- func (o *UpdateDbcParams) WithDefaults() *UpdateDbcParams
- func (o *UpdateDbcParams) WithHTTPClient(client *http.Client) *UpdateDbcParams
- func (o *UpdateDbcParams) WithInput(input *models.UpdateDbcRequest) *UpdateDbcParams
- func (o *UpdateDbcParams) WithTimeout(timeout time.Duration) *UpdateDbcParams
- func (o *UpdateDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDbcReader
- type UpdatePrivateClusterDefault
- func (o *UpdatePrivateClusterDefault) Code() int
- func (o *UpdatePrivateClusterDefault) Error() string
- func (o *UpdatePrivateClusterDefault) GetPayload() *models.Error
- func (o *UpdatePrivateClusterDefault) IsClientError() bool
- func (o *UpdatePrivateClusterDefault) IsCode(code int) bool
- func (o *UpdatePrivateClusterDefault) IsRedirect() bool
- func (o *UpdatePrivateClusterDefault) IsServerError() bool
- func (o *UpdatePrivateClusterDefault) IsSuccess() bool
- func (o *UpdatePrivateClusterDefault) String() string
- type UpdatePrivateClusterOK
- func (o *UpdatePrivateClusterOK) Code() int
- func (o *UpdatePrivateClusterOK) Error() string
- func (o *UpdatePrivateClusterOK) GetPayload() models.UpdatePrivateClusterResponse
- func (o *UpdatePrivateClusterOK) IsClientError() bool
- func (o *UpdatePrivateClusterOK) IsCode(code int) bool
- func (o *UpdatePrivateClusterOK) IsRedirect() bool
- func (o *UpdatePrivateClusterOK) IsServerError() bool
- func (o *UpdatePrivateClusterOK) IsSuccess() bool
- func (o *UpdatePrivateClusterOK) String() string
- type UpdatePrivateClusterParams
- func NewUpdatePrivateClusterParams() *UpdatePrivateClusterParams
- func NewUpdatePrivateClusterParamsWithContext(ctx context.Context) *UpdatePrivateClusterParams
- func NewUpdatePrivateClusterParamsWithHTTPClient(client *http.Client) *UpdatePrivateClusterParams
- func NewUpdatePrivateClusterParamsWithTimeout(timeout time.Duration) *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) SetContext(ctx context.Context)
- func (o *UpdatePrivateClusterParams) SetDefaults()
- func (o *UpdatePrivateClusterParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePrivateClusterParams) SetInput(input *models.UpdatePrivateClusterRequest)
- func (o *UpdatePrivateClusterParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePrivateClusterParams) WithContext(ctx context.Context) *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) WithDefaults() *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) WithHTTPClient(client *http.Client) *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) WithInput(input *models.UpdatePrivateClusterRequest) *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) WithTimeout(timeout time.Duration) *UpdatePrivateClusterParams
- func (o *UpdatePrivateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePrivateClusterReader
- type UpdateResourceTemplateDefault
- func (o *UpdateResourceTemplateDefault) Code() int
- func (o *UpdateResourceTemplateDefault) Error() string
- func (o *UpdateResourceTemplateDefault) GetPayload() *models.Error
- func (o *UpdateResourceTemplateDefault) IsClientError() bool
- func (o *UpdateResourceTemplateDefault) IsCode(code int) bool
- func (o *UpdateResourceTemplateDefault) IsRedirect() bool
- func (o *UpdateResourceTemplateDefault) IsServerError() bool
- func (o *UpdateResourceTemplateDefault) IsSuccess() bool
- func (o *UpdateResourceTemplateDefault) String() string
- type UpdateResourceTemplateOK
- func (o *UpdateResourceTemplateOK) Code() int
- func (o *UpdateResourceTemplateOK) Error() string
- func (o *UpdateResourceTemplateOK) GetPayload() *models.UpdateResourceTemplateResponse
- func (o *UpdateResourceTemplateOK) IsClientError() bool
- func (o *UpdateResourceTemplateOK) IsCode(code int) bool
- func (o *UpdateResourceTemplateOK) IsRedirect() bool
- func (o *UpdateResourceTemplateOK) IsServerError() bool
- func (o *UpdateResourceTemplateOK) IsSuccess() bool
- func (o *UpdateResourceTemplateOK) String() string
- type UpdateResourceTemplateParams
- func NewUpdateResourceTemplateParams() *UpdateResourceTemplateParams
- func NewUpdateResourceTemplateParamsWithContext(ctx context.Context) *UpdateResourceTemplateParams
- func NewUpdateResourceTemplateParamsWithHTTPClient(client *http.Client) *UpdateResourceTemplateParams
- func NewUpdateResourceTemplateParamsWithTimeout(timeout time.Duration) *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) SetContext(ctx context.Context)
- func (o *UpdateResourceTemplateParams) SetDefaults()
- func (o *UpdateResourceTemplateParams) SetHTTPClient(client *http.Client)
- func (o *UpdateResourceTemplateParams) SetInput(input *models.UpdateResourceTemplateRequest)
- func (o *UpdateResourceTemplateParams) SetTimeout(timeout time.Duration)
- func (o *UpdateResourceTemplateParams) WithContext(ctx context.Context) *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) WithDefaults() *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) WithHTTPClient(client *http.Client) *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) WithInput(input *models.UpdateResourceTemplateRequest) *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) WithTimeout(timeout time.Duration) *UpdateResourceTemplateParams
- func (o *UpdateResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateResourceTemplateReader
- type UpdateSSHKeyDefault
- func (o *UpdateSSHKeyDefault) Code() int
- func (o *UpdateSSHKeyDefault) Error() string
- func (o *UpdateSSHKeyDefault) GetPayload() *models.Error
- func (o *UpdateSSHKeyDefault) IsClientError() bool
- func (o *UpdateSSHKeyDefault) IsCode(code int) bool
- func (o *UpdateSSHKeyDefault) IsRedirect() bool
- func (o *UpdateSSHKeyDefault) IsServerError() bool
- func (o *UpdateSSHKeyDefault) IsSuccess() bool
- func (o *UpdateSSHKeyDefault) String() string
- type UpdateSSHKeyOK
- func (o *UpdateSSHKeyOK) Code() int
- func (o *UpdateSSHKeyOK) Error() string
- func (o *UpdateSSHKeyOK) GetPayload() *models.UpdateSSHKeyResponse
- func (o *UpdateSSHKeyOK) IsClientError() bool
- func (o *UpdateSSHKeyOK) IsCode(code int) bool
- func (o *UpdateSSHKeyOK) IsRedirect() bool
- func (o *UpdateSSHKeyOK) IsServerError() bool
- func (o *UpdateSSHKeyOK) IsSuccess() bool
- func (o *UpdateSSHKeyOK) String() string
- type UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) SetContext(ctx context.Context)
- func (o *UpdateSSHKeyParams) SetDefaults()
- func (o *UpdateSSHKeyParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSSHKeyParams) SetInput(input *models.UpdateSSHKeyRequest)
- func (o *UpdateSSHKeyParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSSHKeyParams) WithContext(ctx context.Context) *UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) WithDefaults() *UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) WithHTTPClient(client *http.Client) *UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) WithInput(input *models.UpdateSSHKeyRequest) *UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) WithTimeout(timeout time.Duration) *UpdateSSHKeyParams
- func (o *UpdateSSHKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSSHKeyReader
- type UpdateServerSettingDefault
- func (o *UpdateServerSettingDefault) Code() int
- func (o *UpdateServerSettingDefault) Error() string
- func (o *UpdateServerSettingDefault) GetPayload() *models.Error
- func (o *UpdateServerSettingDefault) IsClientError() bool
- func (o *UpdateServerSettingDefault) IsCode(code int) bool
- func (o *UpdateServerSettingDefault) IsRedirect() bool
- func (o *UpdateServerSettingDefault) IsServerError() bool
- func (o *UpdateServerSettingDefault) IsSuccess() bool
- func (o *UpdateServerSettingDefault) String() string
- type UpdateServerSettingOK
- func (o *UpdateServerSettingOK) Code() int
- func (o *UpdateServerSettingOK) Error() string
- func (o *UpdateServerSettingOK) GetPayload() *models.UpdateServerSettingResponse
- func (o *UpdateServerSettingOK) IsClientError() bool
- func (o *UpdateServerSettingOK) IsCode(code int) bool
- func (o *UpdateServerSettingOK) IsRedirect() bool
- func (o *UpdateServerSettingOK) IsServerError() bool
- func (o *UpdateServerSettingOK) IsSuccess() bool
- func (o *UpdateServerSettingOK) String() string
- type UpdateServerSettingParams
- func NewUpdateServerSettingParams() *UpdateServerSettingParams
- func NewUpdateServerSettingParamsWithContext(ctx context.Context) *UpdateServerSettingParams
- func NewUpdateServerSettingParamsWithHTTPClient(client *http.Client) *UpdateServerSettingParams
- func NewUpdateServerSettingParamsWithTimeout(timeout time.Duration) *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) SetContext(ctx context.Context)
- func (o *UpdateServerSettingParams) SetDefaults()
- func (o *UpdateServerSettingParams) SetHTTPClient(client *http.Client)
- func (o *UpdateServerSettingParams) SetInput(input *models.UpdateServerSettingRequest)
- func (o *UpdateServerSettingParams) SetTimeout(timeout time.Duration)
- func (o *UpdateServerSettingParams) WithContext(ctx context.Context) *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) WithDefaults() *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) WithHTTPClient(client *http.Client) *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) WithInput(input *models.UpdateServerSettingRequest) *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) WithTimeout(timeout time.Duration) *UpdateServerSettingParams
- func (o *UpdateServerSettingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateServerSettingReader
- type UpdateVwConfigDefault
- func (o *UpdateVwConfigDefault) Code() int
- func (o *UpdateVwConfigDefault) Error() string
- func (o *UpdateVwConfigDefault) GetPayload() *models.Error
- func (o *UpdateVwConfigDefault) IsClientError() bool
- func (o *UpdateVwConfigDefault) IsCode(code int) bool
- func (o *UpdateVwConfigDefault) IsRedirect() bool
- func (o *UpdateVwConfigDefault) IsServerError() bool
- func (o *UpdateVwConfigDefault) IsSuccess() bool
- func (o *UpdateVwConfigDefault) String() string
- type UpdateVwConfigOK
- func (o *UpdateVwConfigOK) Code() int
- func (o *UpdateVwConfigOK) Error() string
- func (o *UpdateVwConfigOK) GetPayload() models.UpdateVwConfigResponse
- func (o *UpdateVwConfigOK) IsClientError() bool
- func (o *UpdateVwConfigOK) IsCode(code int) bool
- func (o *UpdateVwConfigOK) IsRedirect() bool
- func (o *UpdateVwConfigOK) IsServerError() bool
- func (o *UpdateVwConfigOK) IsSuccess() bool
- func (o *UpdateVwConfigOK) String() string
- type UpdateVwConfigParams
- func NewUpdateVwConfigParams() *UpdateVwConfigParams
- func NewUpdateVwConfigParamsWithContext(ctx context.Context) *UpdateVwConfigParams
- func NewUpdateVwConfigParamsWithHTTPClient(client *http.Client) *UpdateVwConfigParams
- func NewUpdateVwConfigParamsWithTimeout(timeout time.Duration) *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) SetContext(ctx context.Context)
- func (o *UpdateVwConfigParams) SetDefaults()
- func (o *UpdateVwConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateVwConfigParams) SetInput(input *models.UpdateVwConfigRequest)
- func (o *UpdateVwConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateVwConfigParams) WithContext(ctx context.Context) *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) WithDefaults() *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) WithHTTPClient(client *http.Client) *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) WithInput(input *models.UpdateVwConfigRequest) *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) WithTimeout(timeout time.Duration) *UpdateVwConfigParams
- func (o *UpdateVwConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateVwConfigReader
- type UpdateVwDefault
- func (o *UpdateVwDefault) Code() int
- func (o *UpdateVwDefault) Error() string
- func (o *UpdateVwDefault) GetPayload() *models.Error
- func (o *UpdateVwDefault) IsClientError() bool
- func (o *UpdateVwDefault) IsCode(code int) bool
- func (o *UpdateVwDefault) IsRedirect() bool
- func (o *UpdateVwDefault) IsServerError() bool
- func (o *UpdateVwDefault) IsSuccess() bool
- func (o *UpdateVwDefault) String() string
- type UpdateVwOK
- func (o *UpdateVwOK) Code() int
- func (o *UpdateVwOK) Error() string
- func (o *UpdateVwOK) GetPayload() models.UpdateVwResponse
- func (o *UpdateVwOK) IsClientError() bool
- func (o *UpdateVwOK) IsCode(code int) bool
- func (o *UpdateVwOK) IsRedirect() bool
- func (o *UpdateVwOK) IsServerError() bool
- func (o *UpdateVwOK) IsSuccess() bool
- func (o *UpdateVwOK) String() string
- type UpdateVwParams
- func (o *UpdateVwParams) SetContext(ctx context.Context)
- func (o *UpdateVwParams) SetDefaults()
- func (o *UpdateVwParams) SetHTTPClient(client *http.Client)
- func (o *UpdateVwParams) SetInput(input *models.UpdateVwRequest)
- func (o *UpdateVwParams) SetTimeout(timeout time.Duration)
- func (o *UpdateVwParams) WithContext(ctx context.Context) *UpdateVwParams
- func (o *UpdateVwParams) WithDefaults() *UpdateVwParams
- func (o *UpdateVwParams) WithHTTPClient(client *http.Client) *UpdateVwParams
- func (o *UpdateVwParams) WithInput(input *models.UpdateVwRequest) *UpdateVwParams
- func (o *UpdateVwParams) WithTimeout(timeout time.Duration) *UpdateVwParams
- func (o *UpdateVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateVwReader
- type UpgradeClusterDefault
- func (o *UpgradeClusterDefault) Code() int
- func (o *UpgradeClusterDefault) Error() string
- func (o *UpgradeClusterDefault) GetPayload() *models.Error
- func (o *UpgradeClusterDefault) IsClientError() bool
- func (o *UpgradeClusterDefault) IsCode(code int) bool
- func (o *UpgradeClusterDefault) IsRedirect() bool
- func (o *UpgradeClusterDefault) IsServerError() bool
- func (o *UpgradeClusterDefault) IsSuccess() bool
- func (o *UpgradeClusterDefault) String() string
- type UpgradeClusterOK
- func (o *UpgradeClusterOK) Code() int
- func (o *UpgradeClusterOK) Error() string
- func (o *UpgradeClusterOK) GetPayload() *models.UpgradeClusterResponse
- func (o *UpgradeClusterOK) IsClientError() bool
- func (o *UpgradeClusterOK) IsCode(code int) bool
- func (o *UpgradeClusterOK) IsRedirect() bool
- func (o *UpgradeClusterOK) IsServerError() bool
- func (o *UpgradeClusterOK) IsSuccess() bool
- func (o *UpgradeClusterOK) String() string
- type UpgradeClusterParams
- func NewUpgradeClusterParams() *UpgradeClusterParams
- func NewUpgradeClusterParamsWithContext(ctx context.Context) *UpgradeClusterParams
- func NewUpgradeClusterParamsWithHTTPClient(client *http.Client) *UpgradeClusterParams
- func NewUpgradeClusterParamsWithTimeout(timeout time.Duration) *UpgradeClusterParams
- func (o *UpgradeClusterParams) SetContext(ctx context.Context)
- func (o *UpgradeClusterParams) SetDefaults()
- func (o *UpgradeClusterParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeClusterParams) SetInput(input *models.UpgradeClusterRequest)
- func (o *UpgradeClusterParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeClusterParams) WithContext(ctx context.Context) *UpgradeClusterParams
- func (o *UpgradeClusterParams) WithDefaults() *UpgradeClusterParams
- func (o *UpgradeClusterParams) WithHTTPClient(client *http.Client) *UpgradeClusterParams
- func (o *UpgradeClusterParams) WithInput(input *models.UpgradeClusterRequest) *UpgradeClusterParams
- func (o *UpgradeClusterParams) WithTimeout(timeout time.Duration) *UpgradeClusterParams
- func (o *UpgradeClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeClusterReader
- type UpgradeDataVisualizationDefault
- func (o *UpgradeDataVisualizationDefault) Code() int
- func (o *UpgradeDataVisualizationDefault) Error() string
- func (o *UpgradeDataVisualizationDefault) GetPayload() *models.Error
- func (o *UpgradeDataVisualizationDefault) IsClientError() bool
- func (o *UpgradeDataVisualizationDefault) IsCode(code int) bool
- func (o *UpgradeDataVisualizationDefault) IsRedirect() bool
- func (o *UpgradeDataVisualizationDefault) IsServerError() bool
- func (o *UpgradeDataVisualizationDefault) IsSuccess() bool
- func (o *UpgradeDataVisualizationDefault) String() string
- type UpgradeDataVisualizationOK
- func (o *UpgradeDataVisualizationOK) Code() int
- func (o *UpgradeDataVisualizationOK) Error() string
- func (o *UpgradeDataVisualizationOK) GetPayload() *models.UpgradeDataVisualizationResponse
- func (o *UpgradeDataVisualizationOK) IsClientError() bool
- func (o *UpgradeDataVisualizationOK) IsCode(code int) bool
- func (o *UpgradeDataVisualizationOK) IsRedirect() bool
- func (o *UpgradeDataVisualizationOK) IsServerError() bool
- func (o *UpgradeDataVisualizationOK) IsSuccess() bool
- func (o *UpgradeDataVisualizationOK) String() string
- type UpgradeDataVisualizationParams
- func NewUpgradeDataVisualizationParams() *UpgradeDataVisualizationParams
- func NewUpgradeDataVisualizationParamsWithContext(ctx context.Context) *UpgradeDataVisualizationParams
- func NewUpgradeDataVisualizationParamsWithHTTPClient(client *http.Client) *UpgradeDataVisualizationParams
- func NewUpgradeDataVisualizationParamsWithTimeout(timeout time.Duration) *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) SetContext(ctx context.Context)
- func (o *UpgradeDataVisualizationParams) SetDefaults()
- func (o *UpgradeDataVisualizationParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeDataVisualizationParams) SetInput(input *models.UpgradeDataVisualizationRequest)
- func (o *UpgradeDataVisualizationParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeDataVisualizationParams) WithContext(ctx context.Context) *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) WithDefaults() *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) WithHTTPClient(client *http.Client) *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) WithInput(input *models.UpgradeDataVisualizationRequest) *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) WithTimeout(timeout time.Duration) *UpgradeDataVisualizationParams
- func (o *UpgradeDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeDataVisualizationReader
- type UpgradeDbcDefault
- func (o *UpgradeDbcDefault) Code() int
- func (o *UpgradeDbcDefault) Error() string
- func (o *UpgradeDbcDefault) GetPayload() *models.Error
- func (o *UpgradeDbcDefault) IsClientError() bool
- func (o *UpgradeDbcDefault) IsCode(code int) bool
- func (o *UpgradeDbcDefault) IsRedirect() bool
- func (o *UpgradeDbcDefault) IsServerError() bool
- func (o *UpgradeDbcDefault) IsSuccess() bool
- func (o *UpgradeDbcDefault) String() string
- type UpgradeDbcOK
- func (o *UpgradeDbcOK) Code() int
- func (o *UpgradeDbcOK) Error() string
- func (o *UpgradeDbcOK) GetPayload() *models.UpgradeDbcResponse
- func (o *UpgradeDbcOK) IsClientError() bool
- func (o *UpgradeDbcOK) IsCode(code int) bool
- func (o *UpgradeDbcOK) IsRedirect() bool
- func (o *UpgradeDbcOK) IsServerError() bool
- func (o *UpgradeDbcOK) IsSuccess() bool
- func (o *UpgradeDbcOK) String() string
- type UpgradeDbcParams
- func (o *UpgradeDbcParams) SetContext(ctx context.Context)
- func (o *UpgradeDbcParams) SetDefaults()
- func (o *UpgradeDbcParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeDbcParams) SetInput(input *models.UpgradeDbcRequest)
- func (o *UpgradeDbcParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeDbcParams) WithContext(ctx context.Context) *UpgradeDbcParams
- func (o *UpgradeDbcParams) WithDefaults() *UpgradeDbcParams
- func (o *UpgradeDbcParams) WithHTTPClient(client *http.Client) *UpgradeDbcParams
- func (o *UpgradeDbcParams) WithInput(input *models.UpgradeDbcRequest) *UpgradeDbcParams
- func (o *UpgradeDbcParams) WithTimeout(timeout time.Duration) *UpgradeDbcParams
- func (o *UpgradeDbcParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeDbcReader
- type UpgradeVwDefault
- func (o *UpgradeVwDefault) Code() int
- func (o *UpgradeVwDefault) Error() string
- func (o *UpgradeVwDefault) GetPayload() *models.Error
- func (o *UpgradeVwDefault) IsClientError() bool
- func (o *UpgradeVwDefault) IsCode(code int) bool
- func (o *UpgradeVwDefault) IsRedirect() bool
- func (o *UpgradeVwDefault) IsServerError() bool
- func (o *UpgradeVwDefault) IsSuccess() bool
- func (o *UpgradeVwDefault) String() string
- type UpgradeVwOK
- func (o *UpgradeVwOK) Code() int
- func (o *UpgradeVwOK) Error() string
- func (o *UpgradeVwOK) GetPayload() *models.UpgradeVwResponse
- func (o *UpgradeVwOK) IsClientError() bool
- func (o *UpgradeVwOK) IsCode(code int) bool
- func (o *UpgradeVwOK) IsRedirect() bool
- func (o *UpgradeVwOK) IsServerError() bool
- func (o *UpgradeVwOK) IsSuccess() bool
- func (o *UpgradeVwOK) String() string
- type UpgradeVwParams
- func (o *UpgradeVwParams) SetContext(ctx context.Context)
- func (o *UpgradeVwParams) SetDefaults()
- func (o *UpgradeVwParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeVwParams) SetInput(input *models.UpgradeVwRequest)
- func (o *UpgradeVwParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeVwParams) WithContext(ctx context.Context) *UpgradeVwParams
- func (o *UpgradeVwParams) WithDefaults() *UpgradeVwParams
- func (o *UpgradeVwParams) WithHTTPClient(client *http.Client) *UpgradeVwParams
- func (o *UpgradeVwParams) WithInput(input *models.UpgradeVwRequest) *UpgradeVwParams
- func (o *UpgradeVwParams) WithTimeout(timeout time.Duration) *UpgradeVwParams
- func (o *UpgradeVwParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeVwReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserDefault ¶
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) GetPayload ¶
func (o *AddUserOK) GetPayload() models.AddUserResponse
func (*AddUserOK) IsClientError ¶
IsClientError returns true when this add user o k response has a 4xx status code
func (*AddUserOK) IsCode ¶
IsCode returns true when this add user o k response a status code equal to that given
func (*AddUserOK) IsRedirect ¶
IsRedirect returns true when this add user o k response has a 3xx status code
func (*AddUserOK) IsServerError ¶
IsServerError returns true when this add user o k response has a 5xx status code
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 ¶
func (o *BackupClusterParams) WithContext(ctx context.Context) *BackupClusterParams
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 ¶
func (o *BackupClusterParams) WithInput(input *models.BackupClusterRequest) *BackupClusterParams
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 (o *CreateAwsClusterOK) GetPayload() *models.CreateAwsClusterResponse
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
func (o *CreateAwsClusterParams) SetInput(input *models.CreateAwsClusterRequest)
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
func (o *CreateAwsClusterParams) WithContext(ctx context.Context) *CreateAwsClusterParams
WithContext adds the context to the create aws cluster params
func (*CreateAwsClusterParams) WithDefaults ¶ added in v0.4.2
func (o *CreateAwsClusterParams) WithDefaults() *CreateAwsClusterParams
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
func (o *CreateAwsClusterParams) WithInput(input *models.CreateAwsClusterRequest) *CreateAwsClusterParams
WithInput adds the input to the create aws cluster params
func (*CreateAwsClusterParams) WithTimeout ¶ added in v0.4.2
func (o *CreateAwsClusterParams) WithTimeout(timeout time.Duration) *CreateAwsClusterParams
WithTimeout adds the timeout to the create aws cluster params
func (*CreateAwsClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *CreateAwsClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *CreateAzureClusterOK) GetPayload() *models.CreateAzureClusterResponse
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
func (o *CreateAzureClusterParams) SetInput(input *models.CreateAzureClusterRequest)
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
func (o *CreateAzureClusterParams) WithContext(ctx context.Context) *CreateAzureClusterParams
WithContext adds the context to the create azure cluster params
func (*CreateAzureClusterParams) WithDefaults ¶ added in v0.4.2
func (o *CreateAzureClusterParams) WithDefaults() *CreateAzureClusterParams
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
func (o *CreateAzureClusterParams) WithInput(input *models.CreateAzureClusterRequest) *CreateAzureClusterParams
WithInput adds the input to the create azure cluster params
func (*CreateAzureClusterParams) WithTimeout ¶ added in v0.4.2
func (o *CreateAzureClusterParams) WithTimeout(timeout time.Duration) *CreateAzureClusterParams
WithTimeout adds the timeout to the create azure cluster params
func (*CreateAzureClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *CreateAzureClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *CreateBackupParams) WithContext(ctx context.Context) *CreateBackupParams
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 ¶
func (o *CreateBackupParams) WithInput(input *models.CreateBackupRequest) *CreateBackupParams
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 ¶
func (o *CreateClusterDiagnosticDataJobDefault) Code() int
Code gets the status code for the create cluster diagnostic data job default response
func (*CreateClusterDiagnosticDataJobDefault) Error ¶
func (o *CreateClusterDiagnosticDataJobDefault) Error() string
func (*CreateClusterDiagnosticDataJobDefault) GetPayload ¶
func (o *CreateClusterDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *CreateClusterDiagnosticDataJobDefault) IsCode(code int) bool
IsCode returns true when this create cluster diagnostic data job default response a status code equal to that given
func (*CreateClusterDiagnosticDataJobDefault) IsRedirect ¶
func (o *CreateClusterDiagnosticDataJobDefault) IsRedirect() bool
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 ¶
func (o *CreateClusterDiagnosticDataJobDefault) IsSuccess() bool
IsSuccess returns true when this create cluster diagnostic data job default response has a 2xx status code
func (*CreateClusterDiagnosticDataJobDefault) String ¶
func (o *CreateClusterDiagnosticDataJobDefault) String() 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 ¶
func (o *CreateClusterDiagnosticDataJobOK) Code() int
Code gets the status code for the create cluster diagnostic data job o k response
func (*CreateClusterDiagnosticDataJobOK) Error ¶
func (o *CreateClusterDiagnosticDataJobOK) Error() string
func (*CreateClusterDiagnosticDataJobOK) GetPayload ¶
func (o *CreateClusterDiagnosticDataJobOK) GetPayload() *models.CreateClusterDiagnosticDataJobResponse
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 ¶
func (o *CreateClusterDiagnosticDataJobOK) String() 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 ¶
func (o *CreateClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateClusterDiagnosticDataJobParams) SetInput(input *models.CreateClusterDiagnosticDataJobRequest)
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 ¶
func (o *CreateClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateClusterDiagnosticDataJobParams
WithContext adds the context to the create cluster diagnostic data job params
func (*CreateClusterDiagnosticDataJobParams) WithDefaults ¶
func (o *CreateClusterDiagnosticDataJobParams) WithDefaults() *CreateClusterDiagnosticDataJobParams
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 ¶
func (o *CreateClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateClusterDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the create cluster diagnostic data job params
func (*CreateClusterDiagnosticDataJobParams) WithInput ¶
func (o *CreateClusterDiagnosticDataJobParams) WithInput(input *models.CreateClusterDiagnosticDataJobRequest) *CreateClusterDiagnosticDataJobParams
WithInput adds the input to the create cluster diagnostic data job params
func (*CreateClusterDiagnosticDataJobParams) WithTimeout ¶
func (o *CreateClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateClusterDiagnosticDataJobParams
WithTimeout adds the timeout to the create cluster diagnostic data job params
func (*CreateClusterDiagnosticDataJobParams) WriteToRequest ¶
func (o *CreateClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateClusterParams) WithContext(ctx context.Context) *CreateClusterParams
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 ¶
func (o *CreateClusterParams) WithInput(input *models.CreateClusterRequest) *CreateClusterParams
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 ¶
func (o *CreateDataVisualizationDefault) Code() int
Code gets the status code for the create data visualization default response
func (*CreateDataVisualizationDefault) Error ¶
func (o *CreateDataVisualizationDefault) Error() string
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 ¶
func (o *CreateDataVisualizationDefault) String() 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 (o *CreateDataVisualizationOK) GetPayload() *models.CreateDataVisualizationResponse
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 ¶
func (o *CreateDataVisualizationParams) SetInput(input *models.CreateDataVisualizationRequest)
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 ¶
func (o *CreateDataVisualizationParams) WithContext(ctx context.Context) *CreateDataVisualizationParams
WithContext adds the context to the create data visualization params
func (*CreateDataVisualizationParams) WithDefaults ¶
func (o *CreateDataVisualizationParams) WithDefaults() *CreateDataVisualizationParams
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 ¶
func (o *CreateDataVisualizationParams) WithHTTPClient(client *http.Client) *CreateDataVisualizationParams
WithHTTPClient adds the HTTPClient to the create data visualization params
func (*CreateDataVisualizationParams) WithInput ¶
func (o *CreateDataVisualizationParams) WithInput(input *models.CreateDataVisualizationRequest) *CreateDataVisualizationParams
WithInput adds the input to the create data visualization params
func (*CreateDataVisualizationParams) WithTimeout ¶
func (o *CreateDataVisualizationParams) WithTimeout(timeout time.Duration) *CreateDataVisualizationParams
WithTimeout adds the timeout to the create data visualization params
func (*CreateDataVisualizationParams) WriteToRequest ¶
func (o *CreateDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *CreateDbcDiagnosticDataJobDefault) Code() int
Code gets the status code for the create dbc diagnostic data job default response
func (*CreateDbcDiagnosticDataJobDefault) Error ¶
func (o *CreateDbcDiagnosticDataJobDefault) Error() string
func (*CreateDbcDiagnosticDataJobDefault) GetPayload ¶
func (o *CreateDbcDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *CreateDbcDiagnosticDataJobDefault) String() 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 ¶
func (o *CreateDbcDiagnosticDataJobOK) Code() int
Code gets the status code for the create dbc diagnostic data job o k response
func (*CreateDbcDiagnosticDataJobOK) Error ¶
func (o *CreateDbcDiagnosticDataJobOK) Error() string
func (*CreateDbcDiagnosticDataJobOK) GetPayload ¶
func (o *CreateDbcDiagnosticDataJobOK) GetPayload() *models.CreateDbcDiagnosticDataJobResponse
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 ¶
func (o *CreateDbcDiagnosticDataJobOK) String() 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 ¶
func (o *CreateDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateDbcDiagnosticDataJobParams) SetInput(input *models.CreateDbcDiagnosticDataJobRequest)
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 ¶
func (o *CreateDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateDbcDiagnosticDataJobParams
WithContext adds the context to the create dbc diagnostic data job params
func (*CreateDbcDiagnosticDataJobParams) WithDefaults ¶
func (o *CreateDbcDiagnosticDataJobParams) WithDefaults() *CreateDbcDiagnosticDataJobParams
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 ¶
func (o *CreateDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateDbcDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the create dbc diagnostic data job params
func (*CreateDbcDiagnosticDataJobParams) WithInput ¶
func (o *CreateDbcDiagnosticDataJobParams) WithInput(input *models.CreateDbcDiagnosticDataJobRequest) *CreateDbcDiagnosticDataJobParams
WithInput adds the input to the create dbc diagnostic data job params
func (*CreateDbcDiagnosticDataJobParams) WithTimeout ¶
func (o *CreateDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateDbcDiagnosticDataJobParams
WithTimeout adds the timeout to the create dbc diagnostic data job params
func (*CreateDbcDiagnosticDataJobParams) WriteToRequest ¶
func (o *CreateDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateDbcParams) WithInput(input *models.CreateDbcRequest) *CreateDbcParams
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 (o *CreatePrivateClusterDefault) Error() string
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 (o *CreatePrivateClusterOK) GetPayload() *models.CreatePrivateClusterResponse
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
func (o *CreatePrivateClusterParams) SetInput(input *models.CreatePrivateClusterRequest)
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
func (o *CreatePrivateClusterParams) WithContext(ctx context.Context) *CreatePrivateClusterParams
WithContext adds the context to the create private cluster params
func (*CreatePrivateClusterParams) WithDefaults ¶ added in v0.4.2
func (o *CreatePrivateClusterParams) WithDefaults() *CreatePrivateClusterParams
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
func (o *CreatePrivateClusterParams) WithHTTPClient(client *http.Client) *CreatePrivateClusterParams
WithHTTPClient adds the HTTPClient to the create private cluster params
func (*CreatePrivateClusterParams) WithInput ¶ added in v0.4.2
func (o *CreatePrivateClusterParams) WithInput(input *models.CreatePrivateClusterRequest) *CreatePrivateClusterParams
WithInput adds the input to the create private cluster params
func (*CreatePrivateClusterParams) WithTimeout ¶ added in v0.4.2
func (o *CreatePrivateClusterParams) WithTimeout(timeout time.Duration) *CreatePrivateClusterParams
WithTimeout adds the timeout to the create private cluster params
func (*CreatePrivateClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *CreatePrivateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *CreateResourceTemplateDefault) Code() int
Code gets the status code for the create resource template default response
func (*CreateResourceTemplateDefault) Error ¶ added in v0.6.3
func (o *CreateResourceTemplateDefault) Error() string
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
func (o *CreateResourceTemplateDefault) String() string
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 (o *CreateResourceTemplateOK) GetPayload() *models.CreateResourceTemplateResponse
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
func (o *CreateResourceTemplateParams) SetInput(input *models.CreateResourceTemplateRequest)
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
func (o *CreateResourceTemplateParams) WithContext(ctx context.Context) *CreateResourceTemplateParams
WithContext adds the context to the create resource template params
func (*CreateResourceTemplateParams) WithDefaults ¶ added in v0.6.3
func (o *CreateResourceTemplateParams) WithDefaults() *CreateResourceTemplateParams
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
func (o *CreateResourceTemplateParams) WithHTTPClient(client *http.Client) *CreateResourceTemplateParams
WithHTTPClient adds the HTTPClient to the create resource template params
func (*CreateResourceTemplateParams) WithInput ¶ added in v0.6.3
func (o *CreateResourceTemplateParams) WithInput(input *models.CreateResourceTemplateRequest) *CreateResourceTemplateParams
WithInput adds the input to the create resource template params
func (*CreateResourceTemplateParams) WithTimeout ¶ added in v0.6.3
func (o *CreateResourceTemplateParams) WithTimeout(timeout time.Duration) *CreateResourceTemplateParams
WithTimeout adds the timeout to the create resource template params
func (*CreateResourceTemplateParams) WriteToRequest ¶ added in v0.6.3
func (o *CreateResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *CreateVwDiagnosticDataJobDefault) Code() int
Code gets the status code for the create vw diagnostic data job default response
func (*CreateVwDiagnosticDataJobDefault) Error ¶
func (o *CreateVwDiagnosticDataJobDefault) Error() string
func (*CreateVwDiagnosticDataJobDefault) GetPayload ¶
func (o *CreateVwDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *CreateVwDiagnosticDataJobDefault) String() 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 (o *CreateVwDiagnosticDataJobOK) Error() string
func (*CreateVwDiagnosticDataJobOK) GetPayload ¶
func (o *CreateVwDiagnosticDataJobOK) GetPayload() *models.CreateVwDiagnosticDataJobResponse
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 ¶
func (o *CreateVwDiagnosticDataJobParams) SetInput(input *models.CreateVwDiagnosticDataJobRequest)
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 ¶
func (o *CreateVwDiagnosticDataJobParams) WithContext(ctx context.Context) *CreateVwDiagnosticDataJobParams
WithContext adds the context to the create vw diagnostic data job params
func (*CreateVwDiagnosticDataJobParams) WithDefaults ¶
func (o *CreateVwDiagnosticDataJobParams) WithDefaults() *CreateVwDiagnosticDataJobParams
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 ¶
func (o *CreateVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *CreateVwDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the create vw diagnostic data job params
func (*CreateVwDiagnosticDataJobParams) WithInput ¶
func (o *CreateVwDiagnosticDataJobParams) WithInput(input *models.CreateVwDiagnosticDataJobRequest) *CreateVwDiagnosticDataJobParams
WithInput adds the input to the create vw diagnostic data job params
func (*CreateVwDiagnosticDataJobParams) WithTimeout ¶
func (o *CreateVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *CreateVwDiagnosticDataJobParams
WithTimeout adds the timeout to the create vw diagnostic data job params
func (*CreateVwDiagnosticDataJobParams) WriteToRequest ¶
func (o *CreateVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteBackupParams) WithContext(ctx context.Context) *DeleteBackupParams
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 ¶
func (o *DeleteBackupParams) WithInput(input *models.DeleteBackupRequest) *DeleteBackupParams
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 ¶
func (o *DeleteClusterDiagnosticDataJobDefault) Code() int
Code gets the status code for the delete cluster diagnostic data job default response
func (*DeleteClusterDiagnosticDataJobDefault) Error ¶
func (o *DeleteClusterDiagnosticDataJobDefault) Error() string
func (*DeleteClusterDiagnosticDataJobDefault) GetPayload ¶
func (o *DeleteClusterDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DeleteClusterDiagnosticDataJobDefault) IsCode(code int) bool
IsCode returns true when this delete cluster diagnostic data job default response a status code equal to that given
func (*DeleteClusterDiagnosticDataJobDefault) IsRedirect ¶
func (o *DeleteClusterDiagnosticDataJobDefault) IsRedirect() bool
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 ¶
func (o *DeleteClusterDiagnosticDataJobDefault) IsSuccess() bool
IsSuccess returns true when this delete cluster diagnostic data job default response has a 2xx status code
func (*DeleteClusterDiagnosticDataJobDefault) String ¶
func (o *DeleteClusterDiagnosticDataJobDefault) String() 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 ¶
func (o *DeleteClusterDiagnosticDataJobOK) Code() int
Code gets the status code for the delete cluster diagnostic data job o k response
func (*DeleteClusterDiagnosticDataJobOK) Error ¶
func (o *DeleteClusterDiagnosticDataJobOK) Error() string
func (*DeleteClusterDiagnosticDataJobOK) GetPayload ¶
func (o *DeleteClusterDiagnosticDataJobOK) GetPayload() models.DeleteClusterDiagnosticDataJobResponse
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 ¶
func (o *DeleteClusterDiagnosticDataJobOK) String() 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 ¶
func (o *DeleteClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteClusterDiagnosticDataJobParams) SetInput(input *models.DeleteClusterDiagnosticDataJobRequest)
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 ¶
func (o *DeleteClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteClusterDiagnosticDataJobParams
WithContext adds the context to the delete cluster diagnostic data job params
func (*DeleteClusterDiagnosticDataJobParams) WithDefaults ¶
func (o *DeleteClusterDiagnosticDataJobParams) WithDefaults() *DeleteClusterDiagnosticDataJobParams
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 ¶
func (o *DeleteClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteClusterDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the delete cluster diagnostic data job params
func (*DeleteClusterDiagnosticDataJobParams) WithInput ¶
func (o *DeleteClusterDiagnosticDataJobParams) WithInput(input *models.DeleteClusterDiagnosticDataJobRequest) *DeleteClusterDiagnosticDataJobParams
WithInput adds the input to the delete cluster diagnostic data job params
func (*DeleteClusterDiagnosticDataJobParams) WithTimeout ¶
func (o *DeleteClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteClusterDiagnosticDataJobParams
WithTimeout adds the timeout to the delete cluster diagnostic data job params
func (*DeleteClusterDiagnosticDataJobParams) WriteToRequest ¶
func (o *DeleteClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DeleteClusterOK) GetPayload() models.DeleteClusterResponse
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 ¶
func (o *DeleteClusterParams) WithContext(ctx context.Context) *DeleteClusterParams
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 ¶
func (o *DeleteClusterParams) WithInput(input *models.DeleteClusterRequest) *DeleteClusterParams
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 ¶
func (o *DeleteDataVisualizationDefault) Code() int
Code gets the status code for the delete data visualization default response
func (*DeleteDataVisualizationDefault) Error ¶
func (o *DeleteDataVisualizationDefault) Error() string
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 ¶
func (o *DeleteDataVisualizationDefault) String() 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 (o *DeleteDataVisualizationOK) GetPayload() *models.DeleteDataVisualizationResponse
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 ¶
func (o *DeleteDataVisualizationParams) SetInput(input *models.DeleteDataVisualizationRequest)
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 ¶
func (o *DeleteDataVisualizationParams) WithContext(ctx context.Context) *DeleteDataVisualizationParams
WithContext adds the context to the delete data visualization params
func (*DeleteDataVisualizationParams) WithDefaults ¶
func (o *DeleteDataVisualizationParams) WithDefaults() *DeleteDataVisualizationParams
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 ¶
func (o *DeleteDataVisualizationParams) WithHTTPClient(client *http.Client) *DeleteDataVisualizationParams
WithHTTPClient adds the HTTPClient to the delete data visualization params
func (*DeleteDataVisualizationParams) WithInput ¶
func (o *DeleteDataVisualizationParams) WithInput(input *models.DeleteDataVisualizationRequest) *DeleteDataVisualizationParams
WithInput adds the input to the delete data visualization params
func (*DeleteDataVisualizationParams) WithTimeout ¶
func (o *DeleteDataVisualizationParams) WithTimeout(timeout time.Duration) *DeleteDataVisualizationParams
WithTimeout adds the timeout to the delete data visualization params
func (*DeleteDataVisualizationParams) WriteToRequest ¶
func (o *DeleteDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteDbcDiagnosticDataJobDefault) Code() int
Code gets the status code for the delete dbc diagnostic data job default response
func (*DeleteDbcDiagnosticDataJobDefault) Error ¶
func (o *DeleteDbcDiagnosticDataJobDefault) Error() string
func (*DeleteDbcDiagnosticDataJobDefault) GetPayload ¶
func (o *DeleteDbcDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DeleteDbcDiagnosticDataJobDefault) String() 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 ¶
func (o *DeleteDbcDiagnosticDataJobOK) Code() int
Code gets the status code for the delete dbc diagnostic data job o k response
func (*DeleteDbcDiagnosticDataJobOK) Error ¶
func (o *DeleteDbcDiagnosticDataJobOK) Error() string
func (*DeleteDbcDiagnosticDataJobOK) GetPayload ¶
func (o *DeleteDbcDiagnosticDataJobOK) GetPayload() models.DeleteDbcDiagnosticDataJobResponse
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 ¶
func (o *DeleteDbcDiagnosticDataJobOK) String() 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 ¶
func (o *DeleteDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteDbcDiagnosticDataJobParams) SetInput(input *models.DeleteDbcDiagnosticDataJobRequest)
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 ¶
func (o *DeleteDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteDbcDiagnosticDataJobParams
WithContext adds the context to the delete dbc diagnostic data job params
func (*DeleteDbcDiagnosticDataJobParams) WithDefaults ¶
func (o *DeleteDbcDiagnosticDataJobParams) WithDefaults() *DeleteDbcDiagnosticDataJobParams
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 ¶
func (o *DeleteDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteDbcDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the delete dbc diagnostic data job params
func (*DeleteDbcDiagnosticDataJobParams) WithInput ¶
func (o *DeleteDbcDiagnosticDataJobParams) WithInput(input *models.DeleteDbcDiagnosticDataJobRequest) *DeleteDbcDiagnosticDataJobParams
WithInput adds the input to the delete dbc diagnostic data job params
func (*DeleteDbcDiagnosticDataJobParams) WithTimeout ¶
func (o *DeleteDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteDbcDiagnosticDataJobParams
WithTimeout adds the timeout to the delete dbc diagnostic data job params
func (*DeleteDbcDiagnosticDataJobParams) WriteToRequest ¶
func (o *DeleteDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteDbcParams) WithInput(input *models.DeleteDbcRequest) *DeleteDbcParams
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
func (o *DeleteResourceTemplateDefault) Code() int
Code gets the status code for the delete resource template default response
func (*DeleteResourceTemplateDefault) Error ¶ added in v0.6.3
func (o *DeleteResourceTemplateDefault) Error() string
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
func (o *DeleteResourceTemplateDefault) String() string
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 (o *DeleteResourceTemplateOK) GetPayload() *models.DeleteResourceTemplateResponse
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
func (o *DeleteResourceTemplateParams) SetInput(input *models.DeleteResourceTemplateRequest)
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
func (o *DeleteResourceTemplateParams) WithContext(ctx context.Context) *DeleteResourceTemplateParams
WithContext adds the context to the delete resource template params
func (*DeleteResourceTemplateParams) WithDefaults ¶ added in v0.6.3
func (o *DeleteResourceTemplateParams) WithDefaults() *DeleteResourceTemplateParams
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
func (o *DeleteResourceTemplateParams) WithHTTPClient(client *http.Client) *DeleteResourceTemplateParams
WithHTTPClient adds the HTTPClient to the delete resource template params
func (*DeleteResourceTemplateParams) WithInput ¶ added in v0.6.3
func (o *DeleteResourceTemplateParams) WithInput(input *models.DeleteResourceTemplateRequest) *DeleteResourceTemplateParams
WithInput adds the input to the delete resource template params
func (*DeleteResourceTemplateParams) WithTimeout ¶ added in v0.6.3
func (o *DeleteResourceTemplateParams) WithTimeout(timeout time.Duration) *DeleteResourceTemplateParams
WithTimeout adds the timeout to the delete resource template params
func (*DeleteResourceTemplateParams) WriteToRequest ¶ added in v0.6.3
func (o *DeleteResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteUserParams) WithInput(input *models.DeleteUserRequest) *DeleteUserParams
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 ¶
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 ¶
func (o *DeleteVwDiagnosticDataJobDefault) Code() int
Code gets the status code for the delete vw diagnostic data job default response
func (*DeleteVwDiagnosticDataJobDefault) Error ¶
func (o *DeleteVwDiagnosticDataJobDefault) Error() string
func (*DeleteVwDiagnosticDataJobDefault) GetPayload ¶
func (o *DeleteVwDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DeleteVwDiagnosticDataJobDefault) String() 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 (o *DeleteVwDiagnosticDataJobOK) Error() string
func (*DeleteVwDiagnosticDataJobOK) GetPayload ¶
func (o *DeleteVwDiagnosticDataJobOK) GetPayload() models.DeleteVwDiagnosticDataJobResponse
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 ¶
func (o *DeleteVwDiagnosticDataJobParams) SetInput(input *models.DeleteVwDiagnosticDataJobRequest)
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 ¶
func (o *DeleteVwDiagnosticDataJobParams) WithContext(ctx context.Context) *DeleteVwDiagnosticDataJobParams
WithContext adds the context to the delete vw diagnostic data job params
func (*DeleteVwDiagnosticDataJobParams) WithDefaults ¶
func (o *DeleteVwDiagnosticDataJobParams) WithDefaults() *DeleteVwDiagnosticDataJobParams
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 ¶
func (o *DeleteVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DeleteVwDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the delete vw diagnostic data job params
func (*DeleteVwDiagnosticDataJobParams) WithInput ¶
func (o *DeleteVwDiagnosticDataJobParams) WithInput(input *models.DeleteVwDiagnosticDataJobRequest) *DeleteVwDiagnosticDataJobParams
WithInput adds the input to the delete vw diagnostic data job params
func (*DeleteVwDiagnosticDataJobParams) WithTimeout ¶
func (o *DeleteVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DeleteVwDiagnosticDataJobParams
WithTimeout adds the timeout to the delete vw diagnostic data job params
func (*DeleteVwDiagnosticDataJobParams) WriteToRequest ¶
func (o *DeleteVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeAllowedInstanceTypesDefault) Code() int
Code gets the status code for the describe allowed instance types default response
func (*DescribeAllowedInstanceTypesDefault) Error ¶
func (o *DescribeAllowedInstanceTypesDefault) Error() string
func (*DescribeAllowedInstanceTypesDefault) GetPayload ¶
func (o *DescribeAllowedInstanceTypesDefault) GetPayload() *models.Error
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 ¶
func (o *DescribeAllowedInstanceTypesDefault) IsCode(code int) bool
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 ¶
func (o *DescribeAllowedInstanceTypesDefault) IsSuccess() bool
IsSuccess returns true when this describe allowed instance types default response has a 2xx status code
func (*DescribeAllowedInstanceTypesDefault) String ¶
func (o *DescribeAllowedInstanceTypesDefault) String() 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 ¶
func (o *DescribeAllowedInstanceTypesOK) Code() int
Code gets the status code for the describe allowed instance types o k response
func (*DescribeAllowedInstanceTypesOK) Error ¶
func (o *DescribeAllowedInstanceTypesOK) Error() string
func (*DescribeAllowedInstanceTypesOK) GetPayload ¶
func (o *DescribeAllowedInstanceTypesOK) GetPayload() *models.DescribeAllowedInstanceTypesResponse
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 ¶
func (o *DescribeAllowedInstanceTypesOK) String() 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 ¶
func (o *DescribeAllowedInstanceTypesParams) SetContext(ctx context.Context)
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 ¶
func (o *DescribeAllowedInstanceTypesParams) SetInput(input models.DescribeAllowedInstanceTypesRequest)
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 ¶
func (o *DescribeAllowedInstanceTypesParams) WithContext(ctx context.Context) *DescribeAllowedInstanceTypesParams
WithContext adds the context to the describe allowed instance types params
func (*DescribeAllowedInstanceTypesParams) WithDefaults ¶
func (o *DescribeAllowedInstanceTypesParams) WithDefaults() *DescribeAllowedInstanceTypesParams
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 ¶
func (o *DescribeAllowedInstanceTypesParams) WithHTTPClient(client *http.Client) *DescribeAllowedInstanceTypesParams
WithHTTPClient adds the HTTPClient to the describe allowed instance types params
func (*DescribeAllowedInstanceTypesParams) WithInput ¶
func (o *DescribeAllowedInstanceTypesParams) WithInput(input models.DescribeAllowedInstanceTypesRequest) *DescribeAllowedInstanceTypesParams
WithInput adds the input to the describe allowed instance types params
func (*DescribeAllowedInstanceTypesParams) WithTimeout ¶
func (o *DescribeAllowedInstanceTypesParams) WithTimeout(timeout time.Duration) *DescribeAllowedInstanceTypesParams
WithTimeout adds the timeout to the describe allowed instance types params
func (*DescribeAllowedInstanceTypesParams) WriteToRequest ¶
func (o *DescribeAllowedInstanceTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeBackupOK) GetPayload() *models.DescribeBackupResponse
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 ¶
func (o *DescribeBackupParams) SetInput(input *models.DescribeBackupRequest)
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 ¶
func (o *DescribeBackupParams) WithContext(ctx context.Context) *DescribeBackupParams
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 ¶
func (o *DescribeBackupParams) WithInput(input *models.DescribeBackupRequest) *DescribeBackupParams
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 ¶
func (o *DescribeClusterDiagnosticDataJobDefault) Code() int
Code gets the status code for the describe cluster diagnostic data job default response
func (*DescribeClusterDiagnosticDataJobDefault) Error ¶
func (o *DescribeClusterDiagnosticDataJobDefault) Error() string
func (*DescribeClusterDiagnosticDataJobDefault) GetPayload ¶
func (o *DescribeClusterDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DescribeClusterDiagnosticDataJobDefault) IsCode(code int) bool
IsCode returns true when this describe cluster diagnostic data job default response a status code equal to that given
func (*DescribeClusterDiagnosticDataJobDefault) IsRedirect ¶
func (o *DescribeClusterDiagnosticDataJobDefault) IsRedirect() bool
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 ¶
func (o *DescribeClusterDiagnosticDataJobDefault) IsSuccess() bool
IsSuccess returns true when this describe cluster diagnostic data job default response has a 2xx status code
func (*DescribeClusterDiagnosticDataJobDefault) String ¶
func (o *DescribeClusterDiagnosticDataJobDefault) String() 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 ¶
func (o *DescribeClusterDiagnosticDataJobOK) Code() int
Code gets the status code for the describe cluster diagnostic data job o k response
func (*DescribeClusterDiagnosticDataJobOK) Error ¶
func (o *DescribeClusterDiagnosticDataJobOK) Error() string
func (*DescribeClusterDiagnosticDataJobOK) GetPayload ¶
func (o *DescribeClusterDiagnosticDataJobOK) GetPayload() *models.DescribeClusterDiagnosticDataJobResponse
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 ¶
func (o *DescribeClusterDiagnosticDataJobOK) IsCode(code int) bool
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 ¶
func (o *DescribeClusterDiagnosticDataJobOK) IsSuccess() bool
IsSuccess returns true when this describe cluster diagnostic data job o k response has a 2xx status code
func (*DescribeClusterDiagnosticDataJobOK) String ¶
func (o *DescribeClusterDiagnosticDataJobOK) String() 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 ¶
func (o *DescribeClusterDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *DescribeClusterDiagnosticDataJobParams) SetInput(input *models.DescribeClusterDiagnosticDataJobRequest)
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 ¶
func (o *DescribeClusterDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeClusterDiagnosticDataJobParams
WithContext adds the context to the describe cluster diagnostic data job params
func (*DescribeClusterDiagnosticDataJobParams) WithDefaults ¶
func (o *DescribeClusterDiagnosticDataJobParams) WithDefaults() *DescribeClusterDiagnosticDataJobParams
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 ¶
func (o *DescribeClusterDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeClusterDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the describe cluster diagnostic data job params
func (*DescribeClusterDiagnosticDataJobParams) WithInput ¶
func (o *DescribeClusterDiagnosticDataJobParams) WithInput(input *models.DescribeClusterDiagnosticDataJobRequest) *DescribeClusterDiagnosticDataJobParams
WithInput adds the input to the describe cluster diagnostic data job params
func (*DescribeClusterDiagnosticDataJobParams) WithTimeout ¶
func (o *DescribeClusterDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeClusterDiagnosticDataJobParams
WithTimeout adds the timeout to the describe cluster diagnostic data job params
func (*DescribeClusterDiagnosticDataJobParams) WriteToRequest ¶
func (o *DescribeClusterDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeClusterOK) GetPayload() *models.DescribeClusterResponse
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 ¶
func (o *DescribeClusterParams) SetInput(input *models.DescribeClusterRequest)
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 ¶
func (o *DescribeClusterParams) WithContext(ctx context.Context) *DescribeClusterParams
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 ¶
func (o *DescribeClusterParams) WithInput(input *models.DescribeClusterRequest) *DescribeClusterParams
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 (o *DescribeConfigDiffOK) GetPayload() *models.DescribeConfigDiffResponse
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 ¶
func (o *DescribeConfigDiffParams) SetInput(input *models.DescribeConfigDiffRequest)
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 ¶
func (o *DescribeConfigDiffParams) WithContext(ctx context.Context) *DescribeConfigDiffParams
WithContext adds the context to the describe config diff params
func (*DescribeConfigDiffParams) WithDefaults ¶
func (o *DescribeConfigDiffParams) WithDefaults() *DescribeConfigDiffParams
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 ¶
func (o *DescribeConfigDiffParams) WithInput(input *models.DescribeConfigDiffRequest) *DescribeConfigDiffParams
WithInput adds the input to the describe config diff params
func (*DescribeConfigDiffParams) WithTimeout ¶
func (o *DescribeConfigDiffParams) WithTimeout(timeout time.Duration) *DescribeConfigDiffParams
WithTimeout adds the timeout to the describe config diff params
func (*DescribeConfigDiffParams) WriteToRequest ¶
func (o *DescribeConfigDiffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeConfigOK) GetPayload() *models.DescribeConfigResponse
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 ¶
func (o *DescribeConfigParams) SetInput(input *models.DescribeConfigRequest)
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 ¶
func (o *DescribeConfigParams) WithContext(ctx context.Context) *DescribeConfigParams
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 ¶
func (o *DescribeConfigParams) WithInput(input *models.DescribeConfigRequest) *DescribeConfigParams
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 ¶
func (o *DescribeDataVisualizationDefault) Code() int
Code gets the status code for the describe data visualization default response
func (*DescribeDataVisualizationDefault) Error ¶
func (o *DescribeDataVisualizationDefault) Error() string
func (*DescribeDataVisualizationDefault) GetPayload ¶
func (o *DescribeDataVisualizationDefault) GetPayload() *models.Error
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 ¶
func (o *DescribeDataVisualizationDefault) String() 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 (o *DescribeDataVisualizationOK) Error() string
func (*DescribeDataVisualizationOK) GetPayload ¶
func (o *DescribeDataVisualizationOK) GetPayload() *models.DescribeDataVisualizationResponse
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 ¶
func (o *DescribeDataVisualizationParams) SetInput(input *models.DescribeDataVisualizationRequest)
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 ¶
func (o *DescribeDataVisualizationParams) WithContext(ctx context.Context) *DescribeDataVisualizationParams
WithContext adds the context to the describe data visualization params
func (*DescribeDataVisualizationParams) WithDefaults ¶
func (o *DescribeDataVisualizationParams) WithDefaults() *DescribeDataVisualizationParams
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 ¶
func (o *DescribeDataVisualizationParams) WithHTTPClient(client *http.Client) *DescribeDataVisualizationParams
WithHTTPClient adds the HTTPClient to the describe data visualization params
func (*DescribeDataVisualizationParams) WithInput ¶
func (o *DescribeDataVisualizationParams) WithInput(input *models.DescribeDataVisualizationRequest) *DescribeDataVisualizationParams
WithInput adds the input to the describe data visualization params
func (*DescribeDataVisualizationParams) WithTimeout ¶
func (o *DescribeDataVisualizationParams) WithTimeout(timeout time.Duration) *DescribeDataVisualizationParams
WithTimeout adds the timeout to the describe data visualization params
func (*DescribeDataVisualizationParams) WriteToRequest ¶
func (o *DescribeDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeDbcConfigOK) GetPayload() *models.DescribeDbcConfigResponse
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 ¶
func (o *DescribeDbcConfigParams) SetInput(input *models.DescribeDbcConfigRequest)
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 ¶
func (o *DescribeDbcConfigParams) WithContext(ctx context.Context) *DescribeDbcConfigParams
WithContext adds the context to the describe dbc config params
func (*DescribeDbcConfigParams) WithDefaults ¶
func (o *DescribeDbcConfigParams) WithDefaults() *DescribeDbcConfigParams
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 ¶
func (o *DescribeDbcConfigParams) WithInput(input *models.DescribeDbcConfigRequest) *DescribeDbcConfigParams
WithInput adds the input to the describe dbc config params
func (*DescribeDbcConfigParams) WithTimeout ¶
func (o *DescribeDbcConfigParams) WithTimeout(timeout time.Duration) *DescribeDbcConfigParams
WithTimeout adds the timeout to the describe dbc config params
func (*DescribeDbcConfigParams) WriteToRequest ¶
func (o *DescribeDbcConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DescribeDbcDiagnosticDataJobDefault) Code() int
Code gets the status code for the describe dbc diagnostic data job default response
func (*DescribeDbcDiagnosticDataJobDefault) Error ¶
func (o *DescribeDbcDiagnosticDataJobDefault) Error() string
func (*DescribeDbcDiagnosticDataJobDefault) GetPayload ¶
func (o *DescribeDbcDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DescribeDbcDiagnosticDataJobDefault) IsCode(code int) bool
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 ¶
func (o *DescribeDbcDiagnosticDataJobDefault) IsSuccess() bool
IsSuccess returns true when this describe dbc diagnostic data job default response has a 2xx status code
func (*DescribeDbcDiagnosticDataJobDefault) String ¶
func (o *DescribeDbcDiagnosticDataJobDefault) String() 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 ¶
func (o *DescribeDbcDiagnosticDataJobOK) Code() int
Code gets the status code for the describe dbc diagnostic data job o k response
func (*DescribeDbcDiagnosticDataJobOK) Error ¶
func (o *DescribeDbcDiagnosticDataJobOK) Error() string
func (*DescribeDbcDiagnosticDataJobOK) GetPayload ¶
func (o *DescribeDbcDiagnosticDataJobOK) GetPayload() *models.DescribeDbcDiagnosticDataJobResponse
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 ¶
func (o *DescribeDbcDiagnosticDataJobOK) String() 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 ¶
func (o *DescribeDbcDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *DescribeDbcDiagnosticDataJobParams) SetInput(input *models.DescribeDbcDiagnosticDataJobRequest)
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 ¶
func (o *DescribeDbcDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeDbcDiagnosticDataJobParams
WithContext adds the context to the describe dbc diagnostic data job params
func (*DescribeDbcDiagnosticDataJobParams) WithDefaults ¶
func (o *DescribeDbcDiagnosticDataJobParams) WithDefaults() *DescribeDbcDiagnosticDataJobParams
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 ¶
func (o *DescribeDbcDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeDbcDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the describe dbc diagnostic data job params
func (*DescribeDbcDiagnosticDataJobParams) WithInput ¶
func (o *DescribeDbcDiagnosticDataJobParams) WithInput(input *models.DescribeDbcDiagnosticDataJobRequest) *DescribeDbcDiagnosticDataJobParams
WithInput adds the input to the describe dbc diagnostic data job params
func (*DescribeDbcDiagnosticDataJobParams) WithTimeout ¶
func (o *DescribeDbcDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeDbcDiagnosticDataJobParams
WithTimeout adds the timeout to the describe dbc diagnostic data job params
func (*DescribeDbcDiagnosticDataJobParams) WriteToRequest ¶
func (o *DescribeDbcDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeDbcParams) WithInput(input *models.DescribeDbcRequest) *DescribeDbcParams
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 (o *DescribeKubeconfigOK) GetPayload() *models.DescribeKubeconfigResponse
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 ¶
func (o *DescribeKubeconfigParams) SetInput(input *models.DescribeKubeconfigRequest)
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 ¶
func (o *DescribeKubeconfigParams) WithContext(ctx context.Context) *DescribeKubeconfigParams
WithContext adds the context to the describe kubeconfig params
func (*DescribeKubeconfigParams) WithDefaults ¶
func (o *DescribeKubeconfigParams) WithDefaults() *DescribeKubeconfigParams
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 ¶
func (o *DescribeKubeconfigParams) WithInput(input *models.DescribeKubeconfigRequest) *DescribeKubeconfigParams
WithInput adds the input to the describe kubeconfig params
func (*DescribeKubeconfigParams) WithTimeout ¶
func (o *DescribeKubeconfigParams) WithTimeout(timeout time.Duration) *DescribeKubeconfigParams
WithTimeout adds the timeout to the describe kubeconfig params
func (*DescribeKubeconfigParams) WriteToRequest ¶
func (o *DescribeKubeconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeRestoreOK) GetPayload() *models.DescribeRestoreResponse
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 ¶
func (o *DescribeRestoreParams) SetInput(input *models.DescribeRestoreRequest)
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 ¶
func (o *DescribeRestoreParams) WithContext(ctx context.Context) *DescribeRestoreParams
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 ¶
func (o *DescribeRestoreParams) WithInput(input *models.DescribeRestoreRequest) *DescribeRestoreParams
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 ¶
func (o *DescribeServerSettingDefault) Code() int
Code gets the status code for the describe server setting default response
func (*DescribeServerSettingDefault) Error ¶
func (o *DescribeServerSettingDefault) Error() string
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 ¶
func (o *DescribeServerSettingDefault) String() 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 (o *DescribeServerSettingOK) GetPayload() *models.DescribeServerSettingResponse
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 ¶
func (o *DescribeServerSettingParams) SetInput(input models.DescribeServerSettingRequest)
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 ¶
func (o *DescribeServerSettingParams) WithContext(ctx context.Context) *DescribeServerSettingParams
WithContext adds the context to the describe server setting params
func (*DescribeServerSettingParams) WithDefaults ¶
func (o *DescribeServerSettingParams) WithDefaults() *DescribeServerSettingParams
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 ¶
func (o *DescribeServerSettingParams) WithHTTPClient(client *http.Client) *DescribeServerSettingParams
WithHTTPClient adds the HTTPClient to the describe server setting params
func (*DescribeServerSettingParams) WithInput ¶
func (o *DescribeServerSettingParams) WithInput(input models.DescribeServerSettingRequest) *DescribeServerSettingParams
WithInput adds the input to the describe server setting params
func (*DescribeServerSettingParams) WithTimeout ¶
func (o *DescribeServerSettingParams) WithTimeout(timeout time.Duration) *DescribeServerSettingParams
WithTimeout adds the timeout to the describe server setting params
func (*DescribeServerSettingParams) WriteToRequest ¶
func (o *DescribeServerSettingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *DescribeVwConfigOK) GetPayload() *models.DescribeVwConfigResponse
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 ¶
func (o *DescribeVwConfigParams) SetInput(input *models.DescribeVwConfigRequest)
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 ¶
func (o *DescribeVwConfigParams) WithContext(ctx context.Context) *DescribeVwConfigParams
WithContext adds the context to the describe vw config params
func (*DescribeVwConfigParams) WithDefaults ¶
func (o *DescribeVwConfigParams) WithDefaults() *DescribeVwConfigParams
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 ¶
func (o *DescribeVwConfigParams) WithInput(input *models.DescribeVwConfigRequest) *DescribeVwConfigParams
WithInput adds the input to the describe vw config params
func (*DescribeVwConfigParams) WithTimeout ¶
func (o *DescribeVwConfigParams) WithTimeout(timeout time.Duration) *DescribeVwConfigParams
WithTimeout adds the timeout to the describe vw config params
func (*DescribeVwConfigParams) WriteToRequest ¶
func (o *DescribeVwConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DescribeVwDiagnosticDataJobDefault) Code() int
Code gets the status code for the describe vw diagnostic data job default response
func (*DescribeVwDiagnosticDataJobDefault) Error ¶
func (o *DescribeVwDiagnosticDataJobDefault) Error() string
func (*DescribeVwDiagnosticDataJobDefault) GetPayload ¶
func (o *DescribeVwDiagnosticDataJobDefault) GetPayload() *models.Error
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 ¶
func (o *DescribeVwDiagnosticDataJobDefault) IsCode(code int) bool
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 ¶
func (o *DescribeVwDiagnosticDataJobDefault) IsSuccess() bool
IsSuccess returns true when this describe vw diagnostic data job default response has a 2xx status code
func (*DescribeVwDiagnosticDataJobDefault) String ¶
func (o *DescribeVwDiagnosticDataJobDefault) String() 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 ¶
func (o *DescribeVwDiagnosticDataJobOK) Code() int
Code gets the status code for the describe vw diagnostic data job o k response
func (*DescribeVwDiagnosticDataJobOK) Error ¶
func (o *DescribeVwDiagnosticDataJobOK) Error() string
func (*DescribeVwDiagnosticDataJobOK) GetPayload ¶
func (o *DescribeVwDiagnosticDataJobOK) GetPayload() *models.DescribeVwDiagnosticDataJobResponse
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 ¶
func (o *DescribeVwDiagnosticDataJobOK) String() 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 ¶
func (o *DescribeVwDiagnosticDataJobParams) SetContext(ctx context.Context)
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 ¶
func (o *DescribeVwDiagnosticDataJobParams) SetInput(input *models.DescribeVwDiagnosticDataJobRequest)
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 ¶
func (o *DescribeVwDiagnosticDataJobParams) WithContext(ctx context.Context) *DescribeVwDiagnosticDataJobParams
WithContext adds the context to the describe vw diagnostic data job params
func (*DescribeVwDiagnosticDataJobParams) WithDefaults ¶
func (o *DescribeVwDiagnosticDataJobParams) WithDefaults() *DescribeVwDiagnosticDataJobParams
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 ¶
func (o *DescribeVwDiagnosticDataJobParams) WithHTTPClient(client *http.Client) *DescribeVwDiagnosticDataJobParams
WithHTTPClient adds the HTTPClient to the describe vw diagnostic data job params
func (*DescribeVwDiagnosticDataJobParams) WithInput ¶
func (o *DescribeVwDiagnosticDataJobParams) WithInput(input *models.DescribeVwDiagnosticDataJobRequest) *DescribeVwDiagnosticDataJobParams
WithInput adds the input to the describe vw diagnostic data job params
func (*DescribeVwDiagnosticDataJobParams) WithTimeout ¶
func (o *DescribeVwDiagnosticDataJobParams) WithTimeout(timeout time.Duration) *DescribeVwDiagnosticDataJobParams
WithTimeout adds the timeout to the describe vw diagnostic data job params
func (*DescribeVwDiagnosticDataJobParams) WriteToRequest ¶
func (o *DescribeVwDiagnosticDataJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeVwParams) WithInput(input *models.DescribeVwRequest) *DescribeVwParams
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 ¶
func (o *GetDataVisualizationUpgradeVersionDefault) Code() int
Code gets the status code for the get data visualization upgrade version default response
func (*GetDataVisualizationUpgradeVersionDefault) Error ¶
func (o *GetDataVisualizationUpgradeVersionDefault) Error() string
func (*GetDataVisualizationUpgradeVersionDefault) GetPayload ¶
func (o *GetDataVisualizationUpgradeVersionDefault) GetPayload() *models.Error
func (*GetDataVisualizationUpgradeVersionDefault) IsClientError ¶
func (o *GetDataVisualizationUpgradeVersionDefault) IsClientError() bool
IsClientError returns true when this get data visualization upgrade version default response has a 4xx status code
func (*GetDataVisualizationUpgradeVersionDefault) IsCode ¶
func (o *GetDataVisualizationUpgradeVersionDefault) IsCode(code int) bool
IsCode returns true when this get data visualization upgrade version default response a status code equal to that given
func (*GetDataVisualizationUpgradeVersionDefault) IsRedirect ¶
func (o *GetDataVisualizationUpgradeVersionDefault) IsRedirect() bool
IsRedirect returns true when this get data visualization upgrade version default response has a 3xx status code
func (*GetDataVisualizationUpgradeVersionDefault) IsServerError ¶
func (o *GetDataVisualizationUpgradeVersionDefault) IsServerError() bool
IsServerError returns true when this get data visualization upgrade version default response has a 5xx status code
func (*GetDataVisualizationUpgradeVersionDefault) IsSuccess ¶
func (o *GetDataVisualizationUpgradeVersionDefault) IsSuccess() bool
IsSuccess returns true when this get data visualization upgrade version default response has a 2xx status code
func (*GetDataVisualizationUpgradeVersionDefault) String ¶
func (o *GetDataVisualizationUpgradeVersionDefault) String() 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 ¶
func (o *GetDataVisualizationUpgradeVersionOK) Code() int
Code gets the status code for the get data visualization upgrade version o k response
func (*GetDataVisualizationUpgradeVersionOK) Error ¶
func (o *GetDataVisualizationUpgradeVersionOK) Error() string
func (*GetDataVisualizationUpgradeVersionOK) GetPayload ¶
func (o *GetDataVisualizationUpgradeVersionOK) GetPayload() *models.GetDataVisualizationUpgradeVersionResponse
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 ¶
func (o *GetDataVisualizationUpgradeVersionOK) IsCode(code int) bool
IsCode returns true when this get data visualization upgrade version o k response a status code equal to that given
func (*GetDataVisualizationUpgradeVersionOK) IsRedirect ¶
func (o *GetDataVisualizationUpgradeVersionOK) IsRedirect() bool
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 ¶
func (o *GetDataVisualizationUpgradeVersionOK) IsSuccess() bool
IsSuccess returns true when this get data visualization upgrade version o k response has a 2xx status code
func (*GetDataVisualizationUpgradeVersionOK) String ¶
func (o *GetDataVisualizationUpgradeVersionOK) String() 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 ¶
func (o *GetDataVisualizationUpgradeVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) SetDefaults ¶
func (o *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 ¶
func (o *GetDataVisualizationUpgradeVersionParams) SetInput(input *models.GetDataVisualizationUpgradeVersionRequest)
SetInput adds the input to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) SetTimeout ¶
func (o *GetDataVisualizationUpgradeVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) WithContext ¶
func (o *GetDataVisualizationUpgradeVersionParams) WithContext(ctx context.Context) *GetDataVisualizationUpgradeVersionParams
WithContext adds the context to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) WithDefaults ¶
func (o *GetDataVisualizationUpgradeVersionParams) WithDefaults() *GetDataVisualizationUpgradeVersionParams
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 ¶
func (o *GetDataVisualizationUpgradeVersionParams) WithHTTPClient(client *http.Client) *GetDataVisualizationUpgradeVersionParams
WithHTTPClient adds the HTTPClient to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) WithInput ¶
func (o *GetDataVisualizationUpgradeVersionParams) WithInput(input *models.GetDataVisualizationUpgradeVersionRequest) *GetDataVisualizationUpgradeVersionParams
WithInput adds the input to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) WithTimeout ¶
func (o *GetDataVisualizationUpgradeVersionParams) WithTimeout(timeout time.Duration) *GetDataVisualizationUpgradeVersionParams
WithTimeout adds the timeout to the get data visualization upgrade version params
func (*GetDataVisualizationUpgradeVersionParams) WriteToRequest ¶
func (o *GetDataVisualizationUpgradeVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetK8sCertJKSParams) WithContext(ctx context.Context) *GetK8sCertJKSParams
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
func (o *GetK8sCertJKSParams) WithInput(input *models.GetK8sCertJKSRequest) *GetK8sCertJKSParams
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
func (o *GetK8sCertPEMParams) WithContext(ctx context.Context) *GetK8sCertPEMParams
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
func (o *GetK8sCertPEMParams) WithInput(input *models.GetK8sCertPEMRequest) *GetK8sCertPEMParams
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 ¶
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) GetPayload ¶
func (o *GetLogsOK) GetPayload() *models.GetLogsResponse
func (*GetLogsOK) IsClientError ¶
IsClientError returns true when this get logs o k response has a 4xx status code
func (*GetLogsOK) IsCode ¶
IsCode returns true when this get logs o k response a status code equal to that given
func (*GetLogsOK) IsRedirect ¶
IsRedirect returns true when this get logs o k response has a 3xx status code
func (*GetLogsOK) IsServerError ¶
IsServerError returns true when this get logs o k response has a 5xx status code
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 ¶
func (o *GetUpgradeDbcVersionsDefault) Code() int
Code gets the status code for the get upgrade dbc versions default response
func (*GetUpgradeDbcVersionsDefault) Error ¶
func (o *GetUpgradeDbcVersionsDefault) Error() string
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 ¶
func (o *GetUpgradeDbcVersionsDefault) String() 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 (o *GetUpgradeDbcVersionsOK) GetPayload() *models.GetUpgradeDbcVersionsResponse
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 ¶
func (o *GetUpgradeDbcVersionsParams) SetInput(input *models.GetUpgradeDbcVersionsRequest)
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 ¶
func (o *GetUpgradeDbcVersionsParams) WithContext(ctx context.Context) *GetUpgradeDbcVersionsParams
WithContext adds the context to the get upgrade dbc versions params
func (*GetUpgradeDbcVersionsParams) WithDefaults ¶
func (o *GetUpgradeDbcVersionsParams) WithDefaults() *GetUpgradeDbcVersionsParams
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 ¶
func (o *GetUpgradeDbcVersionsParams) WithHTTPClient(client *http.Client) *GetUpgradeDbcVersionsParams
WithHTTPClient adds the HTTPClient to the get upgrade dbc versions params
func (*GetUpgradeDbcVersionsParams) WithInput ¶
func (o *GetUpgradeDbcVersionsParams) WithInput(input *models.GetUpgradeDbcVersionsRequest) *GetUpgradeDbcVersionsParams
WithInput adds the input to the get upgrade dbc versions params
func (*GetUpgradeDbcVersionsParams) WithTimeout ¶
func (o *GetUpgradeDbcVersionsParams) WithTimeout(timeout time.Duration) *GetUpgradeDbcVersionsParams
WithTimeout adds the timeout to the get upgrade dbc versions params
func (*GetUpgradeDbcVersionsParams) WriteToRequest ¶
func (o *GetUpgradeDbcVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetUpgradeVwVersionsDefault) Error() string
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 (o *GetUpgradeVwVersionsOK) GetPayload() *models.GetUpgradeVwVersionsResponse
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 ¶
func (o *GetUpgradeVwVersionsParams) SetInput(input *models.GetUpgradeVwVersionsRequest)
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 ¶
func (o *GetUpgradeVwVersionsParams) WithContext(ctx context.Context) *GetUpgradeVwVersionsParams
WithContext adds the context to the get upgrade vw versions params
func (*GetUpgradeVwVersionsParams) WithDefaults ¶
func (o *GetUpgradeVwVersionsParams) WithDefaults() *GetUpgradeVwVersionsParams
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 ¶
func (o *GetUpgradeVwVersionsParams) WithHTTPClient(client *http.Client) *GetUpgradeVwVersionsParams
WithHTTPClient adds the HTTPClient to the get upgrade vw versions params
func (*GetUpgradeVwVersionsParams) WithInput ¶
func (o *GetUpgradeVwVersionsParams) WithInput(input *models.GetUpgradeVwVersionsRequest) *GetUpgradeVwVersionsParams
WithInput adds the input to the get upgrade vw versions params
func (*GetUpgradeVwVersionsParams) WithTimeout ¶
func (o *GetUpgradeVwVersionsParams) WithTimeout(timeout time.Duration) *GetUpgradeVwVersionsParams
WithTimeout adds the timeout to the get upgrade vw versions params
func (*GetUpgradeVwVersionsParams) WriteToRequest ¶
func (o *GetUpgradeVwVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *HealthCheckParams) WithInput(input models.HealthCheckRequest) *HealthCheckParams
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 (o *ListBackupEntitiesOK) GetPayload() *models.ListBackupEntitiesResponse
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 ¶
func (o *ListBackupEntitiesParams) SetInput(input models.ListBackupEntitiesRequest)
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 ¶
func (o *ListBackupEntitiesParams) WithContext(ctx context.Context) *ListBackupEntitiesParams
WithContext adds the context to the list backup entities params
func (*ListBackupEntitiesParams) WithDefaults ¶
func (o *ListBackupEntitiesParams) WithDefaults() *ListBackupEntitiesParams
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 ¶
func (o *ListBackupEntitiesParams) WithInput(input models.ListBackupEntitiesRequest) *ListBackupEntitiesParams
WithInput adds the input to the list backup entities params
func (*ListBackupEntitiesParams) WithTimeout ¶
func (o *ListBackupEntitiesParams) WithTimeout(timeout time.Duration) *ListBackupEntitiesParams
WithTimeout adds the timeout to the list backup entities params
func (*ListBackupEntitiesParams) WriteToRequest ¶
func (o *ListBackupEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListBackupsParams) WithInput(input *models.ListBackupsRequest) *ListBackupsParams
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 ¶
func (o *ListClusterDiagnosticDataJobsDefault) Code() int
Code gets the status code for the list cluster diagnostic data jobs default response
func (*ListClusterDiagnosticDataJobsDefault) Error ¶
func (o *ListClusterDiagnosticDataJobsDefault) Error() string
func (*ListClusterDiagnosticDataJobsDefault) GetPayload ¶
func (o *ListClusterDiagnosticDataJobsDefault) GetPayload() *models.Error
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 ¶
func (o *ListClusterDiagnosticDataJobsDefault) IsCode(code int) bool
IsCode returns true when this list cluster diagnostic data jobs default response a status code equal to that given
func (*ListClusterDiagnosticDataJobsDefault) IsRedirect ¶
func (o *ListClusterDiagnosticDataJobsDefault) IsRedirect() bool
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 ¶
func (o *ListClusterDiagnosticDataJobsDefault) IsSuccess() bool
IsSuccess returns true when this list cluster diagnostic data jobs default response has a 2xx status code
func (*ListClusterDiagnosticDataJobsDefault) String ¶
func (o *ListClusterDiagnosticDataJobsDefault) String() 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 ¶
func (o *ListClusterDiagnosticDataJobsOK) Code() int
Code gets the status code for the list cluster diagnostic data jobs o k response
func (*ListClusterDiagnosticDataJobsOK) Error ¶
func (o *ListClusterDiagnosticDataJobsOK) Error() string
func (*ListClusterDiagnosticDataJobsOK) GetPayload ¶
func (o *ListClusterDiagnosticDataJobsOK) GetPayload() *models.ListClusterDiagnosticDataJobsResponse
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 ¶
func (o *ListClusterDiagnosticDataJobsOK) String() 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 ¶
func (o *ListClusterDiagnosticDataJobsParams) SetContext(ctx context.Context)
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 ¶
func (o *ListClusterDiagnosticDataJobsParams) SetInput(input *models.ListClusterDiagnosticDataJobsRequest)
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 ¶
func (o *ListClusterDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListClusterDiagnosticDataJobsParams
WithContext adds the context to the list cluster diagnostic data jobs params
func (*ListClusterDiagnosticDataJobsParams) WithDefaults ¶
func (o *ListClusterDiagnosticDataJobsParams) WithDefaults() *ListClusterDiagnosticDataJobsParams
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 ¶
func (o *ListClusterDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListClusterDiagnosticDataJobsParams
WithHTTPClient adds the HTTPClient to the list cluster diagnostic data jobs params
func (*ListClusterDiagnosticDataJobsParams) WithInput ¶
func (o *ListClusterDiagnosticDataJobsParams) WithInput(input *models.ListClusterDiagnosticDataJobsRequest) *ListClusterDiagnosticDataJobsParams
WithInput adds the input to the list cluster diagnostic data jobs params
func (*ListClusterDiagnosticDataJobsParams) WithTimeout ¶
func (o *ListClusterDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListClusterDiagnosticDataJobsParams
WithTimeout adds the timeout to the list cluster diagnostic data jobs params
func (*ListClusterDiagnosticDataJobsParams) WriteToRequest ¶
func (o *ListClusterDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListClustersParams) WithContext(ctx context.Context) *ListClustersParams
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 ¶
func (o *ListClustersParams) WithInput(input *models.ListClustersRequest) *ListClustersParams
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 ¶
func (o *ListDataVisualizationsDefault) Code() int
Code gets the status code for the list data visualizations default response
func (*ListDataVisualizationsDefault) Error ¶
func (o *ListDataVisualizationsDefault) Error() string
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 ¶
func (o *ListDataVisualizationsDefault) String() 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 (o *ListDataVisualizationsOK) GetPayload() *models.ListDataVisualizationsResponse
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 ¶
func (o *ListDataVisualizationsParams) SetInput(input *models.ListDataVisualizationsRequest)
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 ¶
func (o *ListDataVisualizationsParams) WithContext(ctx context.Context) *ListDataVisualizationsParams
WithContext adds the context to the list data visualizations params
func (*ListDataVisualizationsParams) WithDefaults ¶
func (o *ListDataVisualizationsParams) WithDefaults() *ListDataVisualizationsParams
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 ¶
func (o *ListDataVisualizationsParams) WithHTTPClient(client *http.Client) *ListDataVisualizationsParams
WithHTTPClient adds the HTTPClient to the list data visualizations params
func (*ListDataVisualizationsParams) WithInput ¶
func (o *ListDataVisualizationsParams) WithInput(input *models.ListDataVisualizationsRequest) *ListDataVisualizationsParams
WithInput adds the input to the list data visualizations params
func (*ListDataVisualizationsParams) WithTimeout ¶
func (o *ListDataVisualizationsParams) WithTimeout(timeout time.Duration) *ListDataVisualizationsParams
WithTimeout adds the timeout to the list data visualizations params
func (*ListDataVisualizationsParams) WriteToRequest ¶
func (o *ListDataVisualizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListDbcConfigsOK) GetPayload() *models.ListDbcConfigsResponse
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 ¶
func (o *ListDbcConfigsParams) SetInput(input *models.ListDbcConfigsRequest)
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 ¶
func (o *ListDbcConfigsParams) WithContext(ctx context.Context) *ListDbcConfigsParams
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 ¶
func (o *ListDbcConfigsParams) WithInput(input *models.ListDbcConfigsRequest) *ListDbcConfigsParams
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 ¶
func (o *ListDbcDiagnosticDataJobsDefault) Code() int
Code gets the status code for the list dbc diagnostic data jobs default response
func (*ListDbcDiagnosticDataJobsDefault) Error ¶
func (o *ListDbcDiagnosticDataJobsDefault) Error() string
func (*ListDbcDiagnosticDataJobsDefault) GetPayload ¶
func (o *ListDbcDiagnosticDataJobsDefault) GetPayload() *models.Error
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 ¶
func (o *ListDbcDiagnosticDataJobsDefault) String() 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 (o *ListDbcDiagnosticDataJobsOK) Error() string
func (*ListDbcDiagnosticDataJobsOK) GetPayload ¶
func (o *ListDbcDiagnosticDataJobsOK) GetPayload() *models.ListDbcDiagnosticDataJobsResponse
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 ¶
func (o *ListDbcDiagnosticDataJobsParams) SetInput(input *models.ListDbcDiagnosticDataJobsRequest)
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 ¶
func (o *ListDbcDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListDbcDiagnosticDataJobsParams
WithContext adds the context to the list dbc diagnostic data jobs params
func (*ListDbcDiagnosticDataJobsParams) WithDefaults ¶
func (o *ListDbcDiagnosticDataJobsParams) WithDefaults() *ListDbcDiagnosticDataJobsParams
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 ¶
func (o *ListDbcDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListDbcDiagnosticDataJobsParams
WithHTTPClient adds the HTTPClient to the list dbc diagnostic data jobs params
func (*ListDbcDiagnosticDataJobsParams) WithInput ¶
func (o *ListDbcDiagnosticDataJobsParams) WithInput(input *models.ListDbcDiagnosticDataJobsRequest) *ListDbcDiagnosticDataJobsParams
WithInput adds the input to the list dbc diagnostic data jobs params
func (*ListDbcDiagnosticDataJobsParams) WithTimeout ¶
func (o *ListDbcDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListDbcDiagnosticDataJobsParams
WithTimeout adds the timeout to the list dbc diagnostic data jobs params
func (*ListDbcDiagnosticDataJobsParams) WriteToRequest ¶
func (o *ListDbcDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListDbcEventsParams) WithContext(ctx context.Context) *ListDbcEventsParams
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 ¶
func (o *ListDbcEventsParams) WithInput(input *models.ListDbcEventsRequest) *ListDbcEventsParams
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 ¶
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
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
func (o *ListEventsParams) WithInput(input *models.ListEventsRequest) *ListEventsParams
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 (o *ListLatestVersionsOK) GetPayload() *models.ListLatestVersionsResponse
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 ¶
func (o *ListLatestVersionsParams) SetInput(input *models.ListLatestVersionsRequest)
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 ¶
func (o *ListLatestVersionsParams) WithContext(ctx context.Context) *ListLatestVersionsParams
WithContext adds the context to the list latest versions params
func (*ListLatestVersionsParams) WithDefaults ¶
func (o *ListLatestVersionsParams) WithDefaults() *ListLatestVersionsParams
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 ¶
func (o *ListLatestVersionsParams) WithInput(input *models.ListLatestVersionsRequest) *ListLatestVersionsParams
WithInput adds the input to the list latest versions params
func (*ListLatestVersionsParams) WithTimeout ¶
func (o *ListLatestVersionsParams) WithTimeout(timeout time.Duration) *ListLatestVersionsParams
WithTimeout adds the timeout to the list latest versions params
func (*ListLatestVersionsParams) WriteToRequest ¶
func (o *ListLatestVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *ListResourceTemplatesDefault) Code() int
Code gets the status code for the list resource templates default response
func (*ListResourceTemplatesDefault) Error ¶ added in v0.6.3
func (o *ListResourceTemplatesDefault) Error() string
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
func (o *ListResourceTemplatesDefault) String() string
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 (o *ListResourceTemplatesOK) GetPayload() *models.ListResourceTemplatesResponse
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
func (o *ListResourceTemplatesParams) SetInput(input models.ListResourceTemplatesRequest)
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
func (o *ListResourceTemplatesParams) WithContext(ctx context.Context) *ListResourceTemplatesParams
WithContext adds the context to the list resource templates params
func (*ListResourceTemplatesParams) WithDefaults ¶ added in v0.6.3
func (o *ListResourceTemplatesParams) WithDefaults() *ListResourceTemplatesParams
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
func (o *ListResourceTemplatesParams) WithHTTPClient(client *http.Client) *ListResourceTemplatesParams
WithHTTPClient adds the HTTPClient to the list resource templates params
func (*ListResourceTemplatesParams) WithInput ¶ added in v0.6.3
func (o *ListResourceTemplatesParams) WithInput(input models.ListResourceTemplatesRequest) *ListResourceTemplatesParams
WithInput adds the input to the list resource templates params
func (*ListResourceTemplatesParams) WithTimeout ¶ added in v0.6.3
func (o *ListResourceTemplatesParams) WithTimeout(timeout time.Duration) *ListResourceTemplatesParams
WithTimeout adds the timeout to the list resource templates params
func (*ListResourceTemplatesParams) WriteToRequest ¶ added in v0.6.3
func (o *ListResourceTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListRestoresParams) WithContext(ctx context.Context) *ListRestoresParams
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 ¶
func (o *ListRestoresParams) WithInput(input *models.ListRestoresRequest) *ListRestoresParams
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 ¶
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 ¶
func (o *ListUsersParams) WithInput(input *models.ListUsersRequest) *ListUsersParams
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 ¶
func (o *ListVwConfigsParams) WithContext(ctx context.Context) *ListVwConfigsParams
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 ¶
func (o *ListVwConfigsParams) WithInput(input *models.ListVwConfigsRequest) *ListVwConfigsParams
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 ¶
func (o *ListVwDiagnosticDataJobsDefault) Code() int
Code gets the status code for the list vw diagnostic data jobs default response
func (*ListVwDiagnosticDataJobsDefault) Error ¶
func (o *ListVwDiagnosticDataJobsDefault) Error() string
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 ¶
func (o *ListVwDiagnosticDataJobsDefault) String() 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 (o *ListVwDiagnosticDataJobsOK) Error() string
func (*ListVwDiagnosticDataJobsOK) GetPayload ¶
func (o *ListVwDiagnosticDataJobsOK) GetPayload() *models.ListVwDiagnosticDataJobsResponse
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 ¶
func (o *ListVwDiagnosticDataJobsParams) SetInput(input *models.ListVwDiagnosticDataJobsRequest)
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 ¶
func (o *ListVwDiagnosticDataJobsParams) WithContext(ctx context.Context) *ListVwDiagnosticDataJobsParams
WithContext adds the context to the list vw diagnostic data jobs params
func (*ListVwDiagnosticDataJobsParams) WithDefaults ¶
func (o *ListVwDiagnosticDataJobsParams) WithDefaults() *ListVwDiagnosticDataJobsParams
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 ¶
func (o *ListVwDiagnosticDataJobsParams) WithHTTPClient(client *http.Client) *ListVwDiagnosticDataJobsParams
WithHTTPClient adds the HTTPClient to the list vw diagnostic data jobs params
func (*ListVwDiagnosticDataJobsParams) WithInput ¶
func (o *ListVwDiagnosticDataJobsParams) WithInput(input *models.ListVwDiagnosticDataJobsRequest) *ListVwDiagnosticDataJobsParams
WithInput adds the input to the list vw diagnostic data jobs params
func (*ListVwDiagnosticDataJobsParams) WithTimeout ¶
func (o *ListVwDiagnosticDataJobsParams) WithTimeout(timeout time.Duration) *ListVwDiagnosticDataJobsParams
WithTimeout adds the timeout to the list vw diagnostic data jobs params
func (*ListVwDiagnosticDataJobsParams) WriteToRequest ¶
func (o *ListVwDiagnosticDataJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *ListVwEventsParams) WithContext(ctx context.Context) *ListVwEventsParams
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 ¶
func (o *ListVwEventsParams) WithInput(input *models.ListVwEventsRequest) *ListVwEventsParams
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 ¶
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) GetPayload ¶
func (o *ListVwsOK) GetPayload() *models.ListVwsResponse
func (*ListVwsOK) IsClientError ¶
IsClientError returns true when this list vws o k response has a 4xx status code
func (*ListVwsOK) IsCode ¶
IsCode returns true when this list vws o k response a status code equal to that given
func (*ListVwsOK) IsRedirect ¶
IsRedirect returns true when this list vws o k response has a 3xx status code
func (*ListVwsOK) IsServerError ¶
IsServerError returns true when this list vws o k response has a 5xx status code
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 ¶
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 ¶
func (o *RebuildDbcParams) WithInput(input *models.RebuildDbcRequest) *RebuildDbcParams
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 ¶
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 ¶
func (o *RebuildVwParams) WithInput(input *models.RebuildVwRequest) *RebuildVwParams
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 ¶
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 ¶
func (o *RenewCertificatesMethodNotAllowed) Code() int
Code gets the status code for the renew certificates method not allowed response
func (*RenewCertificatesMethodNotAllowed) Error ¶
func (o *RenewCertificatesMethodNotAllowed) Error() string
func (*RenewCertificatesMethodNotAllowed) GetPayload ¶
func (o *RenewCertificatesMethodNotAllowed) GetPayload() *models.Error
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 ¶
func (o *RenewCertificatesMethodNotAllowed) String() 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 (o *RenewCertificatesOK) GetPayload() models.RenewCertificatesResponse
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 ¶
func (o *RenewCertificatesParams) SetInput(input *models.RenewCertificatesRequest)
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 ¶
func (o *RenewCertificatesParams) WithContext(ctx context.Context) *RenewCertificatesParams
WithContext adds the context to the renew certificates params
func (*RenewCertificatesParams) WithDefaults ¶
func (o *RenewCertificatesParams) WithDefaults() *RenewCertificatesParams
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 ¶
func (o *RenewCertificatesParams) WithInput(input *models.RenewCertificatesRequest) *RenewCertificatesParams
WithInput adds the input to the renew certificates params
func (*RenewCertificatesParams) WithTimeout ¶
func (o *RenewCertificatesParams) WithTimeout(timeout time.Duration) *RenewCertificatesParams
WithTimeout adds the timeout to the renew certificates params
func (*RenewCertificatesParams) WriteToRequest ¶
func (o *RenewCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *RestartDbcParams) WithInput(input *models.RestartDbcRequest) *RestartDbcParams
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 ¶
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 ¶
func (o *RestartVwParams) WithInput(input *models.RestartVwRequest) *RestartVwParams
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 ¶
func (o *RestoreBackupParams) WithContext(ctx context.Context) *RestoreBackupParams
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 ¶
func (o *RestoreBackupParams) WithInput(input *models.RestoreBackupRequest) *RestoreBackupParams
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 (o *RestoreClusterOK) GetPayload() *models.RestoreClusterResponse
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 ¶
func (o *RestoreClusterParams) SetInput(input *models.RestoreClusterRequest)
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 ¶
func (o *RestoreClusterParams) WithContext(ctx context.Context) *RestoreClusterParams
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 ¶
func (o *RestoreClusterParams) WithInput(input *models.RestoreClusterRequest) *RestoreClusterParams
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
func (o *ResumeClusterParams) WithContext(ctx context.Context) *ResumeClusterParams
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
func (o *ResumeClusterParams) WithInput(input *models.ResumeClusterRequest) *ResumeClusterParams
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 ¶
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) GetPayload ¶
func (o *StartVwOK) GetPayload() models.StartVwResponse
func (*StartVwOK) IsClientError ¶
IsClientError returns true when this start vw o k response has a 4xx status code
func (*StartVwOK) IsCode ¶
IsCode returns true when this start vw o k response a status code equal to that given
func (*StartVwOK) IsRedirect ¶
IsRedirect returns true when this start vw o k response has a 3xx status code
func (*StartVwOK) IsServerError ¶
IsServerError returns true when this start vw o k response has a 5xx status code
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 (o *SuspendClusterOK) GetPayload() *models.SuspendClusterResponse
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
func (o *SuspendClusterParams) SetInput(input *models.SuspendClusterRequest)
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
func (o *SuspendClusterParams) WithContext(ctx context.Context) *SuspendClusterParams
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
func (o *SuspendClusterParams) WithInput(input *models.SuspendClusterRequest) *SuspendClusterParams
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 ¶
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 ¶
func (o *SuspendDbcParams) WithInput(input *models.SuspendDbcRequest) *SuspendDbcParams
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 ¶
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 ¶
func (o *SuspendVwParams) WithInput(input *models.SuspendVwRequest) *SuspendVwParams
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 (o *UpdateAwsClusterOK) GetPayload() models.UpdateAwsClusterResponse
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
func (o *UpdateAwsClusterParams) SetInput(input *models.UpdateAwsClusterRequest)
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
func (o *UpdateAwsClusterParams) WithContext(ctx context.Context) *UpdateAwsClusterParams
WithContext adds the context to the update aws cluster params
func (*UpdateAwsClusterParams) WithDefaults ¶ added in v0.4.2
func (o *UpdateAwsClusterParams) WithDefaults() *UpdateAwsClusterParams
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
func (o *UpdateAwsClusterParams) WithInput(input *models.UpdateAwsClusterRequest) *UpdateAwsClusterParams
WithInput adds the input to the update aws cluster params
func (*UpdateAwsClusterParams) WithTimeout ¶ added in v0.4.2
func (o *UpdateAwsClusterParams) WithTimeout(timeout time.Duration) *UpdateAwsClusterParams
WithTimeout adds the timeout to the update aws cluster params
func (*UpdateAwsClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *UpdateAwsClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateAzureClusterOK) GetPayload() models.UpdateAzureClusterResponse
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
func (o *UpdateAzureClusterParams) SetInput(input *models.UpdateAzureClusterRequest)
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
func (o *UpdateAzureClusterParams) WithContext(ctx context.Context) *UpdateAzureClusterParams
WithContext adds the context to the update azure cluster params
func (*UpdateAzureClusterParams) WithDefaults ¶ added in v0.4.2
func (o *UpdateAzureClusterParams) WithDefaults() *UpdateAzureClusterParams
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
func (o *UpdateAzureClusterParams) WithInput(input *models.UpdateAzureClusterRequest) *UpdateAzureClusterParams
WithInput adds the input to the update azure cluster params
func (*UpdateAzureClusterParams) WithTimeout ¶ added in v0.4.2
func (o *UpdateAzureClusterParams) WithTimeout(timeout time.Duration) *UpdateAzureClusterParams
WithTimeout adds the timeout to the update azure cluster params
func (*UpdateAzureClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *UpdateAzureClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateClusterOK) GetPayload() models.UpdateClusterResponse
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 ¶
func (o *UpdateClusterParams) WithContext(ctx context.Context) *UpdateClusterParams
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 ¶
func (o *UpdateClusterParams) WithInput(input *models.UpdateClusterRequest) *UpdateClusterParams
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 ¶
func (o *UpdateDataVisualizationDefault) Code() int
Code gets the status code for the update data visualization default response
func (*UpdateDataVisualizationDefault) Error ¶
func (o *UpdateDataVisualizationDefault) Error() string
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 ¶
func (o *UpdateDataVisualizationDefault) String() 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 (o *UpdateDataVisualizationOK) GetPayload() *models.UpdateDataVisualizationResponse
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 ¶
func (o *UpdateDataVisualizationParams) SetInput(input *models.UpdateDataVisualizationRequest)
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 ¶
func (o *UpdateDataVisualizationParams) WithContext(ctx context.Context) *UpdateDataVisualizationParams
WithContext adds the context to the update data visualization params
func (*UpdateDataVisualizationParams) WithDefaults ¶
func (o *UpdateDataVisualizationParams) WithDefaults() *UpdateDataVisualizationParams
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 ¶
func (o *UpdateDataVisualizationParams) WithHTTPClient(client *http.Client) *UpdateDataVisualizationParams
WithHTTPClient adds the HTTPClient to the update data visualization params
func (*UpdateDataVisualizationParams) WithInput ¶
func (o *UpdateDataVisualizationParams) WithInput(input *models.UpdateDataVisualizationRequest) *UpdateDataVisualizationParams
WithInput adds the input to the update data visualization params
func (*UpdateDataVisualizationParams) WithTimeout ¶
func (o *UpdateDataVisualizationParams) WithTimeout(timeout time.Duration) *UpdateDataVisualizationParams
WithTimeout adds the timeout to the update data visualization params
func (*UpdateDataVisualizationParams) WriteToRequest ¶
func (o *UpdateDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateDbcConfigOK) GetPayload() models.UpdateDbcConfigResponse
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 ¶
func (o *UpdateDbcConfigParams) SetInput(input *models.UpdateDbcConfigRequest)
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 ¶
func (o *UpdateDbcConfigParams) WithContext(ctx context.Context) *UpdateDbcConfigParams
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 ¶
func (o *UpdateDbcConfigParams) WithInput(input *models.UpdateDbcConfigRequest) *UpdateDbcConfigParams
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 ¶
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 ¶
func (o *UpdateDbcParams) WithInput(input *models.UpdateDbcRequest) *UpdateDbcParams
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 (o *UpdatePrivateClusterDefault) Error() string
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 (o *UpdatePrivateClusterOK) GetPayload() models.UpdatePrivateClusterResponse
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
func (o *UpdatePrivateClusterParams) SetInput(input *models.UpdatePrivateClusterRequest)
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
func (o *UpdatePrivateClusterParams) WithContext(ctx context.Context) *UpdatePrivateClusterParams
WithContext adds the context to the update private cluster params
func (*UpdatePrivateClusterParams) WithDefaults ¶ added in v0.4.2
func (o *UpdatePrivateClusterParams) WithDefaults() *UpdatePrivateClusterParams
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
func (o *UpdatePrivateClusterParams) WithHTTPClient(client *http.Client) *UpdatePrivateClusterParams
WithHTTPClient adds the HTTPClient to the update private cluster params
func (*UpdatePrivateClusterParams) WithInput ¶ added in v0.4.2
func (o *UpdatePrivateClusterParams) WithInput(input *models.UpdatePrivateClusterRequest) *UpdatePrivateClusterParams
WithInput adds the input to the update private cluster params
func (*UpdatePrivateClusterParams) WithTimeout ¶ added in v0.4.2
func (o *UpdatePrivateClusterParams) WithTimeout(timeout time.Duration) *UpdatePrivateClusterParams
WithTimeout adds the timeout to the update private cluster params
func (*UpdatePrivateClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *UpdatePrivateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *UpdateResourceTemplateDefault) Code() int
Code gets the status code for the update resource template default response
func (*UpdateResourceTemplateDefault) Error ¶ added in v0.6.3
func (o *UpdateResourceTemplateDefault) Error() string
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
func (o *UpdateResourceTemplateDefault) String() string
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 (o *UpdateResourceTemplateOK) GetPayload() *models.UpdateResourceTemplateResponse
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
func (o *UpdateResourceTemplateParams) SetInput(input *models.UpdateResourceTemplateRequest)
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
func (o *UpdateResourceTemplateParams) WithContext(ctx context.Context) *UpdateResourceTemplateParams
WithContext adds the context to the update resource template params
func (*UpdateResourceTemplateParams) WithDefaults ¶ added in v0.6.3
func (o *UpdateResourceTemplateParams) WithDefaults() *UpdateResourceTemplateParams
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
func (o *UpdateResourceTemplateParams) WithHTTPClient(client *http.Client) *UpdateResourceTemplateParams
WithHTTPClient adds the HTTPClient to the update resource template params
func (*UpdateResourceTemplateParams) WithInput ¶ added in v0.6.3
func (o *UpdateResourceTemplateParams) WithInput(input *models.UpdateResourceTemplateRequest) *UpdateResourceTemplateParams
WithInput adds the input to the update resource template params
func (*UpdateResourceTemplateParams) WithTimeout ¶ added in v0.6.3
func (o *UpdateResourceTemplateParams) WithTimeout(timeout time.Duration) *UpdateResourceTemplateParams
WithTimeout adds the timeout to the update resource template params
func (*UpdateResourceTemplateParams) WriteToRequest ¶ added in v0.6.3
func (o *UpdateResourceTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *UpdateSSHKeyParams) WithContext(ctx context.Context) *UpdateSSHKeyParams
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 ¶
func (o *UpdateSSHKeyParams) WithInput(input *models.UpdateSSHKeyRequest) *UpdateSSHKeyParams
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 (o *UpdateServerSettingDefault) Error() string
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 (o *UpdateServerSettingOK) GetPayload() *models.UpdateServerSettingResponse
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 ¶
func (o *UpdateServerSettingParams) SetInput(input *models.UpdateServerSettingRequest)
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 ¶
func (o *UpdateServerSettingParams) WithContext(ctx context.Context) *UpdateServerSettingParams
WithContext adds the context to the update server setting params
func (*UpdateServerSettingParams) WithDefaults ¶
func (o *UpdateServerSettingParams) WithDefaults() *UpdateServerSettingParams
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 ¶
func (o *UpdateServerSettingParams) WithInput(input *models.UpdateServerSettingRequest) *UpdateServerSettingParams
WithInput adds the input to the update server setting params
func (*UpdateServerSettingParams) WithTimeout ¶
func (o *UpdateServerSettingParams) WithTimeout(timeout time.Duration) *UpdateServerSettingParams
WithTimeout adds the timeout to the update server setting params
func (*UpdateServerSettingParams) WriteToRequest ¶
func (o *UpdateServerSettingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateVwConfigOK) GetPayload() models.UpdateVwConfigResponse
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 ¶
func (o *UpdateVwConfigParams) SetInput(input *models.UpdateVwConfigRequest)
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 ¶
func (o *UpdateVwConfigParams) WithContext(ctx context.Context) *UpdateVwConfigParams
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 ¶
func (o *UpdateVwConfigParams) WithInput(input *models.UpdateVwConfigRequest) *UpdateVwConfigParams
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 ¶
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 (o *UpgradeClusterOK) GetPayload() *models.UpgradeClusterResponse
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 ¶
func (o *UpgradeClusterParams) SetInput(input *models.UpgradeClusterRequest)
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 ¶
func (o *UpgradeClusterParams) WithContext(ctx context.Context) *UpgradeClusterParams
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 ¶
func (o *UpgradeClusterParams) WithInput(input *models.UpgradeClusterRequest) *UpgradeClusterParams
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 ¶
func (o *UpgradeDataVisualizationDefault) Code() int
Code gets the status code for the upgrade data visualization default response
func (*UpgradeDataVisualizationDefault) Error ¶
func (o *UpgradeDataVisualizationDefault) Error() string
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 ¶
func (o *UpgradeDataVisualizationDefault) String() 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 (o *UpgradeDataVisualizationOK) Error() string
func (*UpgradeDataVisualizationOK) GetPayload ¶
func (o *UpgradeDataVisualizationOK) GetPayload() *models.UpgradeDataVisualizationResponse
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 ¶
func (o *UpgradeDataVisualizationParams) SetInput(input *models.UpgradeDataVisualizationRequest)
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 ¶
func (o *UpgradeDataVisualizationParams) WithContext(ctx context.Context) *UpgradeDataVisualizationParams
WithContext adds the context to the upgrade data visualization params
func (*UpgradeDataVisualizationParams) WithDefaults ¶
func (o *UpgradeDataVisualizationParams) WithDefaults() *UpgradeDataVisualizationParams
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 ¶
func (o *UpgradeDataVisualizationParams) WithHTTPClient(client *http.Client) *UpgradeDataVisualizationParams
WithHTTPClient adds the HTTPClient to the upgrade data visualization params
func (*UpgradeDataVisualizationParams) WithInput ¶
func (o *UpgradeDataVisualizationParams) WithInput(input *models.UpgradeDataVisualizationRequest) *UpgradeDataVisualizationParams
WithInput adds the input to the upgrade data visualization params
func (*UpgradeDataVisualizationParams) WithTimeout ¶
func (o *UpgradeDataVisualizationParams) WithTimeout(timeout time.Duration) *UpgradeDataVisualizationParams
WithTimeout adds the timeout to the upgrade data visualization params
func (*UpgradeDataVisualizationParams) WriteToRequest ¶
func (o *UpgradeDataVisualizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *UpgradeDbcParams) WithInput(input *models.UpgradeDbcRequest) *UpgradeDbcParams
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 ¶
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 ¶
func (o *UpgradeVwParams) WithInput(input *models.UpgradeVwRequest) *UpgradeVwParams
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 ¶
- add_user_parameters.go
- add_user_responses.go
- backup_cluster_parameters.go
- backup_cluster_responses.go
- create_aws_cluster_parameters.go
- create_aws_cluster_responses.go
- create_azure_cluster_parameters.go
- create_azure_cluster_responses.go
- create_backup_parameters.go
- create_backup_responses.go
- create_cluster_diagnostic_data_job_parameters.go
- create_cluster_diagnostic_data_job_responses.go
- create_cluster_parameters.go
- create_cluster_responses.go
- create_data_visualization_parameters.go
- create_data_visualization_responses.go
- create_dbc_diagnostic_data_job_parameters.go
- create_dbc_diagnostic_data_job_responses.go
- create_dbc_parameters.go
- create_dbc_responses.go
- create_private_cluster_parameters.go
- create_private_cluster_responses.go
- create_resource_template_parameters.go
- create_resource_template_responses.go
- create_vw_diagnostic_data_job_parameters.go
- create_vw_diagnostic_data_job_responses.go
- create_vw_parameters.go
- create_vw_responses.go
- delete_backup_parameters.go
- delete_backup_responses.go
- delete_cluster_diagnostic_data_job_parameters.go
- delete_cluster_diagnostic_data_job_responses.go
- delete_cluster_parameters.go
- delete_cluster_responses.go
- delete_data_visualization_parameters.go
- delete_data_visualization_responses.go
- delete_dbc_diagnostic_data_job_parameters.go
- delete_dbc_diagnostic_data_job_responses.go
- delete_dbc_parameters.go
- delete_dbc_responses.go
- delete_resource_template_parameters.go
- delete_resource_template_responses.go
- delete_user_parameters.go
- delete_user_responses.go
- delete_vw_diagnostic_data_job_parameters.go
- delete_vw_diagnostic_data_job_responses.go
- delete_vw_parameters.go
- delete_vw_responses.go
- describe_allowed_instance_types_parameters.go
- describe_allowed_instance_types_responses.go
- describe_backup_parameters.go
- describe_backup_responses.go
- describe_cluster_diagnostic_data_job_parameters.go
- describe_cluster_diagnostic_data_job_responses.go
- describe_cluster_parameters.go
- describe_cluster_responses.go
- describe_config_diff_parameters.go
- describe_config_diff_responses.go
- describe_config_parameters.go
- describe_config_responses.go
- describe_data_visualization_parameters.go
- describe_data_visualization_responses.go
- describe_dbc_config_parameters.go
- describe_dbc_config_responses.go
- describe_dbc_diagnostic_data_job_parameters.go
- describe_dbc_diagnostic_data_job_responses.go
- describe_dbc_parameters.go
- describe_dbc_responses.go
- describe_kubeconfig_parameters.go
- describe_kubeconfig_responses.go
- describe_restore_parameters.go
- describe_restore_responses.go
- describe_server_setting_parameters.go
- describe_server_setting_responses.go
- describe_vw_config_parameters.go
- describe_vw_config_responses.go
- describe_vw_diagnostic_data_job_parameters.go
- describe_vw_diagnostic_data_job_responses.go
- describe_vw_parameters.go
- describe_vw_responses.go
- get_data_visualization_upgrade_version_parameters.go
- get_data_visualization_upgrade_version_responses.go
- get_k8s_cert_j_k_s_parameters.go
- get_k8s_cert_j_k_s_responses.go
- get_k8s_cert_p_e_m_parameters.go
- get_k8s_cert_p_e_m_responses.go
- get_logs_parameters.go
- get_logs_responses.go
- get_upgrade_dbc_versions_parameters.go
- get_upgrade_dbc_versions_responses.go
- get_upgrade_vw_versions_parameters.go
- get_upgrade_vw_versions_responses.go
- health_check_parameters.go
- health_check_responses.go
- list_backup_entities_parameters.go
- list_backup_entities_responses.go
- list_backups_parameters.go
- list_backups_responses.go
- list_cluster_diagnostic_data_jobs_parameters.go
- list_cluster_diagnostic_data_jobs_responses.go
- list_clusters_parameters.go
- list_clusters_responses.go
- list_data_visualizations_parameters.go
- list_data_visualizations_responses.go
- list_dbc_configs_parameters.go
- list_dbc_configs_responses.go
- list_dbc_diagnostic_data_jobs_parameters.go
- list_dbc_diagnostic_data_jobs_responses.go
- list_dbc_events_parameters.go
- list_dbc_events_responses.go
- list_dbcs_parameters.go
- list_dbcs_responses.go
- list_events_parameters.go
- list_events_responses.go
- list_latest_versions_parameters.go
- list_latest_versions_responses.go
- list_resource_templates_parameters.go
- list_resource_templates_responses.go
- list_restores_parameters.go
- list_restores_responses.go
- list_users_parameters.go
- list_users_responses.go
- list_vw_configs_parameters.go
- list_vw_configs_responses.go
- list_vw_diagnostic_data_jobs_parameters.go
- list_vw_diagnostic_data_jobs_responses.go
- list_vw_events_parameters.go
- list_vw_events_responses.go
- list_vws_parameters.go
- list_vws_responses.go
- operations_client.go
- rebuild_dbc_parameters.go
- rebuild_dbc_responses.go
- rebuild_vw_parameters.go
- rebuild_vw_responses.go
- renew_certificates_parameters.go
- renew_certificates_responses.go
- restart_dbc_parameters.go
- restart_dbc_responses.go
- restart_vw_parameters.go
- restart_vw_responses.go
- restore_backup_parameters.go
- restore_backup_responses.go
- restore_cluster_parameters.go
- restore_cluster_responses.go
- resume_cluster_parameters.go
- resume_cluster_responses.go
- start_vw_parameters.go
- start_vw_responses.go
- suspend_cluster_parameters.go
- suspend_cluster_responses.go
- suspend_dbc_parameters.go
- suspend_dbc_responses.go
- suspend_vw_parameters.go
- suspend_vw_responses.go
- update_aws_cluster_parameters.go
- update_aws_cluster_responses.go
- update_azure_cluster_parameters.go
- update_azure_cluster_responses.go
- update_cluster_parameters.go
- update_cluster_responses.go
- update_data_visualization_parameters.go
- update_data_visualization_responses.go
- update_dbc_config_parameters.go
- update_dbc_config_responses.go
- update_dbc_parameters.go
- update_dbc_responses.go
- update_private_cluster_parameters.go
- update_private_cluster_responses.go
- update_resource_template_parameters.go
- update_resource_template_responses.go
- update_server_setting_parameters.go
- update_server_setting_responses.go
- update_ssh_key_parameters.go
- update_ssh_key_responses.go
- update_vw_config_parameters.go
- update_vw_config_responses.go
- update_vw_parameters.go
- update_vw_responses.go
- upgrade_cluster_parameters.go
- upgrade_cluster_responses.go
- upgrade_data_visualization_parameters.go
- upgrade_data_visualization_responses.go
- upgrade_dbc_parameters.go
- upgrade_dbc_responses.go
- upgrade_vw_parameters.go
- upgrade_vw_responses.go