Documentation ¶
Index ¶
- type CancelDatahubDiagnosticsDefault
- func (o *CancelDatahubDiagnosticsDefault) Code() int
- func (o *CancelDatahubDiagnosticsDefault) Error() string
- func (o *CancelDatahubDiagnosticsDefault) GetPayload() *models.Error
- func (o *CancelDatahubDiagnosticsDefault) IsClientError() bool
- func (o *CancelDatahubDiagnosticsDefault) IsCode(code int) bool
- func (o *CancelDatahubDiagnosticsDefault) IsRedirect() bool
- func (o *CancelDatahubDiagnosticsDefault) IsServerError() bool
- func (o *CancelDatahubDiagnosticsDefault) IsSuccess() bool
- func (o *CancelDatahubDiagnosticsDefault) String() string
- type CancelDatahubDiagnosticsOK
- func (o *CancelDatahubDiagnosticsOK) Code() int
- func (o *CancelDatahubDiagnosticsOK) Error() string
- func (o *CancelDatahubDiagnosticsOK) GetPayload() models.CancelDatahubDiagnosticsResponse
- func (o *CancelDatahubDiagnosticsOK) IsClientError() bool
- func (o *CancelDatahubDiagnosticsOK) IsCode(code int) bool
- func (o *CancelDatahubDiagnosticsOK) IsRedirect() bool
- func (o *CancelDatahubDiagnosticsOK) IsServerError() bool
- func (o *CancelDatahubDiagnosticsOK) IsSuccess() bool
- func (o *CancelDatahubDiagnosticsOK) String() string
- type CancelDatahubDiagnosticsParams
- func NewCancelDatahubDiagnosticsParams() *CancelDatahubDiagnosticsParams
- func NewCancelDatahubDiagnosticsParamsWithContext(ctx context.Context) *CancelDatahubDiagnosticsParams
- func NewCancelDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *CancelDatahubDiagnosticsParams
- func NewCancelDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) SetContext(ctx context.Context)
- func (o *CancelDatahubDiagnosticsParams) SetDefaults()
- func (o *CancelDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
- func (o *CancelDatahubDiagnosticsParams) SetInput(input *models.CancelDatahubDiagnosticsRequest)
- func (o *CancelDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
- func (o *CancelDatahubDiagnosticsParams) WithContext(ctx context.Context) *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) WithDefaults() *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) WithInput(input *models.CancelDatahubDiagnosticsRequest) *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *CancelDatahubDiagnosticsParams
- func (o *CancelDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CancelDatahubDiagnosticsReader
- type Client
- func (a *Client) CancelDatahubDiagnostics(params *CancelDatahubDiagnosticsParams, opts ...ClientOption) (*CancelDatahubDiagnosticsOK, error)
- func (a *Client) CollectCmDiagnostics(params *CollectCmDiagnosticsParams, opts ...ClientOption) (*CollectCmDiagnosticsOK, error)
- func (a *Client) CollectDatahubDiagnostics(params *CollectDatahubDiagnosticsParams, opts ...ClientOption) (*CollectDatahubDiagnosticsOK, error)
- func (a *Client) CreateAWSCluster(params *CreateAWSClusterParams, opts ...ClientOption) (*CreateAWSClusterOK, error)
- func (a *Client) CreateAWSGovCloudCluster(params *CreateAWSGovCloudClusterParams, opts ...ClientOption) (*CreateAWSGovCloudClusterOK, error)
- func (a *Client) CreateAutoScaleRules(params *CreateAutoScaleRulesParams, opts ...ClientOption) (*CreateAutoScaleRulesOK, error)
- func (a *Client) CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error)
- func (a *Client) CreateClusterDefinition(params *CreateClusterDefinitionParams, opts ...ClientOption) (*CreateClusterDefinitionOK, error)
- func (a *Client) CreateClusterTemplate(params *CreateClusterTemplateParams, opts ...ClientOption) (*CreateClusterTemplateOK, error)
- func (a *Client) CreateCustomConfigurations(params *CreateCustomConfigurationsParams, opts ...ClientOption) (*CreateCustomConfigurationsOK, error)
- func (a *Client) CreateGCPCluster(params *CreateGCPClusterParams, opts ...ClientOption) (*CreateGCPClusterOK, error)
- func (a *Client) CreateRecipe(params *CreateRecipeParams, opts ...ClientOption) (*CreateRecipeOK, error)
- func (a *Client) DeleteAutoScaleRules(params *DeleteAutoScaleRulesParams, opts ...ClientOption) (*DeleteAutoScaleRulesOK, error)
- func (a *Client) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error)
- func (a *Client) DeleteClusterDefinitions(params *DeleteClusterDefinitionsParams, opts ...ClientOption) (*DeleteClusterDefinitionsOK, error)
- func (a *Client) DeleteClusterTemplates(params *DeleteClusterTemplatesParams, opts ...ClientOption) (*DeleteClusterTemplatesOK, error)
- func (a *Client) DeleteCustomConfigurations(params *DeleteCustomConfigurationsParams, opts ...ClientOption) (*DeleteCustomConfigurationsOK, error)
- func (a *Client) DeleteInstances(params *DeleteInstancesParams, opts ...ClientOption) (*DeleteInstancesOK, error)
- func (a *Client) DeleteRecipes(params *DeleteRecipesParams, opts ...ClientOption) (*DeleteRecipesOK, error)
- func (a *Client) DescribeAutoScaleRules(params *DescribeAutoScaleRulesParams, opts ...ClientOption) (*DescribeAutoScaleRulesOK, error)
- func (a *Client) DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error)
- func (a *Client) DescribeClusterDefinition(params *DescribeClusterDefinitionParams, opts ...ClientOption) (*DescribeClusterDefinitionOK, error)
- func (a *Client) DescribeClusterTemplate(params *DescribeClusterTemplateParams, opts ...ClientOption) (*DescribeClusterTemplateOK, error)
- func (a *Client) DescribeCustomConfigurations(params *DescribeCustomConfigurationsParams, opts ...ClientOption) (*DescribeCustomConfigurationsOK, error)
- func (a *Client) DescribeDatabaseServer(params *DescribeDatabaseServerParams, opts ...ClientOption) (*DescribeDatabaseServerOK, error)
- func (a *Client) DescribeRecipe(params *DescribeRecipeParams, opts ...ClientOption) (*DescribeRecipeOK, error)
- func (a *Client) DescribeScalingActivity(params *DescribeScalingActivityParams, opts ...ClientOption) (*DescribeScalingActivityOK, error)
- func (a *Client) GetClusterHostStatus(params *GetClusterHostStatusParams, opts ...ClientOption) (*GetClusterHostStatusOK, error)
- func (a *Client) GetClusterServiceStatus(params *GetClusterServiceStatusParams, opts ...ClientOption) (*GetClusterServiceStatusOK, error)
- func (a *Client) GetCmRoles(params *GetCmRolesParams, opts ...ClientOption) (*GetCmRolesOK, error)
- func (a *Client) GetDatahubLogDescriptors(params *GetDatahubLogDescriptorsParams, opts ...ClientOption) (*GetDatahubLogDescriptorsOK, error)
- func (a *Client) GetOperation(params *GetOperationParams, opts ...ClientOption) (*GetOperationOK, error)
- func (a *Client) GetVMTypes(params *GetVMTypesParams, opts ...ClientOption) (*GetVMTypesOK, error)
- func (a *Client) ListAutoScaleHistory(params *ListAutoScaleHistoryParams, opts ...ClientOption) (*ListAutoScaleHistoryOK, error)
- func (a *Client) ListClusterDefinitions(params *ListClusterDefinitionsParams, opts ...ClientOption) (*ListClusterDefinitionsOK, error)
- func (a *Client) ListClusterLifecycleEvents(params *ListClusterLifecycleEventsParams, opts ...ClientOption) (*ListClusterLifecycleEventsOK, error)
- func (a *Client) ListClusterTemplates(params *ListClusterTemplatesParams, opts ...ClientOption) (*ListClusterTemplatesOK, error)
- func (a *Client) ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error)
- func (a *Client) ListCustomConfigurations(params *ListCustomConfigurationsParams, opts ...ClientOption) (*ListCustomConfigurationsOK, error)
- func (a *Client) ListDatahubDiagnostics(params *ListDatahubDiagnosticsParams, opts ...ClientOption) (*ListDatahubDiagnosticsOK, error)
- func (a *Client) ListRecipes(params *ListRecipesParams, opts ...ClientOption) (*ListRecipesOK, error)
- func (a *Client) ListScalingActivities(params *ListScalingActivitiesParams, opts ...ClientOption) (*ListScalingActivitiesOK, error)
- func (a *Client) PrepareClusterUpgrade(params *PrepareClusterUpgradeParams, opts ...ClientOption) (*PrepareClusterUpgradeOK, error)
- func (a *Client) RenewCertificate(params *RenewCertificateParams, opts ...ClientOption) (*RenewCertificateOK, error)
- func (a *Client) RenewPublicCertificate(params *RenewPublicCertificateParams, opts ...ClientOption) (*RenewPublicCertificateOK, error)
- func (a *Client) RepairCluster(params *RepairClusterParams, opts ...ClientOption) (*RepairClusterOK, error)
- func (a *Client) ReplaceRecipes(params *ReplaceRecipesParams, opts ...ClientOption) (*ReplaceRecipesOK, error)
- func (a *Client) RetryCluster(params *RetryClusterParams, opts ...ClientOption) (*RetryClusterOK, error)
- func (a *Client) RotateAutoTLSCertificates(params *RotateAutoTLSCertificatesParams, opts ...ClientOption) (*RotateAutoTLSCertificatesOK, error)
- func (a *Client) RotatePrivateCertificates(params *RotatePrivateCertificatesParams, opts ...ClientOption) (*RotatePrivateCertificatesOK, error)
- func (a *Client) RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)
- func (a *Client) ScaleCluster(params *ScaleClusterParams, opts ...ClientOption) (*ScaleClusterOK, error)
- func (a *Client) SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StartCluster(params *StartClusterParams, opts ...ClientOption) (*StartClusterOK, error)
- func (a *Client) StartClusterVerticalScaling(params *StartClusterVerticalScalingParams, opts ...ClientOption) (*StartClusterVerticalScalingOK, error)
- func (a *Client) StartDatabaseUpgrade(params *StartDatabaseUpgradeParams, opts ...ClientOption) (*StartDatabaseUpgradeOK, error)
- func (a *Client) StartInstances(params *StartInstancesParams, opts ...ClientOption) (*StartInstancesOK, error)
- func (a *Client) StopCluster(params *StopClusterParams, opts ...ClientOption) (*StopClusterOK, error)
- func (a *Client) StopInstances(params *StopInstancesParams, opts ...ClientOption) (*StopInstancesOK, error)
- func (a *Client) SyncCluster(params *SyncClusterParams, opts ...ClientOption) (*SyncClusterOK, error)
- func (a *Client) SyncComponentVersionsFromCm(params *SyncComponentVersionsFromCmParams, opts ...ClientOption) (*SyncComponentVersionsFromCmOK, error)
- func (a *Client) UpdateAutoScaleRules(params *UpdateAutoScaleRulesParams, opts ...ClientOption) (*UpdateAutoScaleRulesOK, error)
- func (a *Client) UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)
- func (a *Client) UpgradeCluster(params *UpgradeClusterParams, opts ...ClientOption) (*UpgradeClusterOK, error)
- type ClientOption
- type ClientService
- type CollectCmDiagnosticsDefault
- func (o *CollectCmDiagnosticsDefault) Code() int
- func (o *CollectCmDiagnosticsDefault) Error() string
- func (o *CollectCmDiagnosticsDefault) GetPayload() *models.Error
- func (o *CollectCmDiagnosticsDefault) IsClientError() bool
- func (o *CollectCmDiagnosticsDefault) IsCode(code int) bool
- func (o *CollectCmDiagnosticsDefault) IsRedirect() bool
- func (o *CollectCmDiagnosticsDefault) IsServerError() bool
- func (o *CollectCmDiagnosticsDefault) IsSuccess() bool
- func (o *CollectCmDiagnosticsDefault) String() string
- type CollectCmDiagnosticsOK
- func (o *CollectCmDiagnosticsOK) Code() int
- func (o *CollectCmDiagnosticsOK) Error() string
- func (o *CollectCmDiagnosticsOK) GetPayload() models.CollectCmDiagnosticsResponse
- func (o *CollectCmDiagnosticsOK) IsClientError() bool
- func (o *CollectCmDiagnosticsOK) IsCode(code int) bool
- func (o *CollectCmDiagnosticsOK) IsRedirect() bool
- func (o *CollectCmDiagnosticsOK) IsServerError() bool
- func (o *CollectCmDiagnosticsOK) IsSuccess() bool
- func (o *CollectCmDiagnosticsOK) String() string
- type CollectCmDiagnosticsParams
- func NewCollectCmDiagnosticsParams() *CollectCmDiagnosticsParams
- func NewCollectCmDiagnosticsParamsWithContext(ctx context.Context) *CollectCmDiagnosticsParams
- func NewCollectCmDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectCmDiagnosticsParams
- func NewCollectCmDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) SetContext(ctx context.Context)
- func (o *CollectCmDiagnosticsParams) SetDefaults()
- func (o *CollectCmDiagnosticsParams) SetHTTPClient(client *http.Client)
- func (o *CollectCmDiagnosticsParams) SetInput(input *models.CollectCmDiagnosticsRequest)
- func (o *CollectCmDiagnosticsParams) SetTimeout(timeout time.Duration)
- func (o *CollectCmDiagnosticsParams) WithContext(ctx context.Context) *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) WithDefaults() *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) WithHTTPClient(client *http.Client) *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) WithInput(input *models.CollectCmDiagnosticsRequest) *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) WithTimeout(timeout time.Duration) *CollectCmDiagnosticsParams
- func (o *CollectCmDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CollectCmDiagnosticsReader
- type CollectDatahubDiagnosticsDefault
- func (o *CollectDatahubDiagnosticsDefault) Code() int
- func (o *CollectDatahubDiagnosticsDefault) Error() string
- func (o *CollectDatahubDiagnosticsDefault) GetPayload() *models.Error
- func (o *CollectDatahubDiagnosticsDefault) IsClientError() bool
- func (o *CollectDatahubDiagnosticsDefault) IsCode(code int) bool
- func (o *CollectDatahubDiagnosticsDefault) IsRedirect() bool
- func (o *CollectDatahubDiagnosticsDefault) IsServerError() bool
- func (o *CollectDatahubDiagnosticsDefault) IsSuccess() bool
- func (o *CollectDatahubDiagnosticsDefault) String() string
- type CollectDatahubDiagnosticsOK
- func (o *CollectDatahubDiagnosticsOK) Code() int
- func (o *CollectDatahubDiagnosticsOK) Error() string
- func (o *CollectDatahubDiagnosticsOK) GetPayload() models.CollectDatahubDiagnosticsResponse
- func (o *CollectDatahubDiagnosticsOK) IsClientError() bool
- func (o *CollectDatahubDiagnosticsOK) IsCode(code int) bool
- func (o *CollectDatahubDiagnosticsOK) IsRedirect() bool
- func (o *CollectDatahubDiagnosticsOK) IsServerError() bool
- func (o *CollectDatahubDiagnosticsOK) IsSuccess() bool
- func (o *CollectDatahubDiagnosticsOK) String() string
- type CollectDatahubDiagnosticsParams
- func NewCollectDatahubDiagnosticsParams() *CollectDatahubDiagnosticsParams
- func NewCollectDatahubDiagnosticsParamsWithContext(ctx context.Context) *CollectDatahubDiagnosticsParams
- func NewCollectDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectDatahubDiagnosticsParams
- func NewCollectDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) SetContext(ctx context.Context)
- func (o *CollectDatahubDiagnosticsParams) SetDefaults()
- func (o *CollectDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
- func (o *CollectDatahubDiagnosticsParams) SetInput(input *models.CollectDatahubDiagnosticsRequest)
- func (o *CollectDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
- func (o *CollectDatahubDiagnosticsParams) WithContext(ctx context.Context) *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) WithDefaults() *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) WithInput(input *models.CollectDatahubDiagnosticsRequest) *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *CollectDatahubDiagnosticsParams
- func (o *CollectDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CollectDatahubDiagnosticsReader
- 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 CreateAWSGovCloudClusterDefault
- func (o *CreateAWSGovCloudClusterDefault) Code() int
- func (o *CreateAWSGovCloudClusterDefault) Error() string
- func (o *CreateAWSGovCloudClusterDefault) GetPayload() *models.Error
- func (o *CreateAWSGovCloudClusterDefault) IsClientError() bool
- func (o *CreateAWSGovCloudClusterDefault) IsCode(code int) bool
- func (o *CreateAWSGovCloudClusterDefault) IsRedirect() bool
- func (o *CreateAWSGovCloudClusterDefault) IsServerError() bool
- func (o *CreateAWSGovCloudClusterDefault) IsSuccess() bool
- func (o *CreateAWSGovCloudClusterDefault) String() string
- type CreateAWSGovCloudClusterOK
- func (o *CreateAWSGovCloudClusterOK) Code() int
- func (o *CreateAWSGovCloudClusterOK) Error() string
- func (o *CreateAWSGovCloudClusterOK) GetPayload() *models.CreateAWSGovCloudClusterResponse
- func (o *CreateAWSGovCloudClusterOK) IsClientError() bool
- func (o *CreateAWSGovCloudClusterOK) IsCode(code int) bool
- func (o *CreateAWSGovCloudClusterOK) IsRedirect() bool
- func (o *CreateAWSGovCloudClusterOK) IsServerError() bool
- func (o *CreateAWSGovCloudClusterOK) IsSuccess() bool
- func (o *CreateAWSGovCloudClusterOK) String() string
- type CreateAWSGovCloudClusterParams
- func NewCreateAWSGovCloudClusterParams() *CreateAWSGovCloudClusterParams
- func NewCreateAWSGovCloudClusterParamsWithContext(ctx context.Context) *CreateAWSGovCloudClusterParams
- func NewCreateAWSGovCloudClusterParamsWithHTTPClient(client *http.Client) *CreateAWSGovCloudClusterParams
- func NewCreateAWSGovCloudClusterParamsWithTimeout(timeout time.Duration) *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) SetContext(ctx context.Context)
- func (o *CreateAWSGovCloudClusterParams) SetDefaults()
- func (o *CreateAWSGovCloudClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreateAWSGovCloudClusterParams) SetInput(input *models.CreateAWSGovCloudClusterRequest)
- func (o *CreateAWSGovCloudClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreateAWSGovCloudClusterParams) WithContext(ctx context.Context) *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) WithDefaults() *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) WithHTTPClient(client *http.Client) *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) WithInput(input *models.CreateAWSGovCloudClusterRequest) *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) WithTimeout(timeout time.Duration) *CreateAWSGovCloudClusterParams
- func (o *CreateAWSGovCloudClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAWSGovCloudClusterReader
- type CreateAutoScaleRulesDefault
- func (o *CreateAutoScaleRulesDefault) Code() int
- func (o *CreateAutoScaleRulesDefault) Error() string
- func (o *CreateAutoScaleRulesDefault) GetPayload() *models.Error
- func (o *CreateAutoScaleRulesDefault) IsClientError() bool
- func (o *CreateAutoScaleRulesDefault) IsCode(code int) bool
- func (o *CreateAutoScaleRulesDefault) IsRedirect() bool
- func (o *CreateAutoScaleRulesDefault) IsServerError() bool
- func (o *CreateAutoScaleRulesDefault) IsSuccess() bool
- func (o *CreateAutoScaleRulesDefault) String() string
- type CreateAutoScaleRulesOK
- func (o *CreateAutoScaleRulesOK) Code() int
- func (o *CreateAutoScaleRulesOK) Error() string
- func (o *CreateAutoScaleRulesOK) GetPayload() *models.CreateAutoScaleRulesResponse
- func (o *CreateAutoScaleRulesOK) IsClientError() bool
- func (o *CreateAutoScaleRulesOK) IsCode(code int) bool
- func (o *CreateAutoScaleRulesOK) IsRedirect() bool
- func (o *CreateAutoScaleRulesOK) IsServerError() bool
- func (o *CreateAutoScaleRulesOK) IsSuccess() bool
- func (o *CreateAutoScaleRulesOK) String() string
- type CreateAutoScaleRulesParams
- func NewCreateAutoScaleRulesParams() *CreateAutoScaleRulesParams
- func NewCreateAutoScaleRulesParamsWithContext(ctx context.Context) *CreateAutoScaleRulesParams
- func NewCreateAutoScaleRulesParamsWithHTTPClient(client *http.Client) *CreateAutoScaleRulesParams
- func NewCreateAutoScaleRulesParamsWithTimeout(timeout time.Duration) *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) SetContext(ctx context.Context)
- func (o *CreateAutoScaleRulesParams) SetDefaults()
- func (o *CreateAutoScaleRulesParams) SetHTTPClient(client *http.Client)
- func (o *CreateAutoScaleRulesParams) SetInput(input *models.CreateAutoScaleRulesRequest)
- func (o *CreateAutoScaleRulesParams) SetTimeout(timeout time.Duration)
- func (o *CreateAutoScaleRulesParams) WithContext(ctx context.Context) *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) WithDefaults() *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) WithHTTPClient(client *http.Client) *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) WithInput(input *models.CreateAutoScaleRulesRequest) *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) WithTimeout(timeout time.Duration) *CreateAutoScaleRulesParams
- func (o *CreateAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAutoScaleRulesReader
- 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 CreateClusterDefinitionDefault
- func (o *CreateClusterDefinitionDefault) Code() int
- func (o *CreateClusterDefinitionDefault) Error() string
- func (o *CreateClusterDefinitionDefault) GetPayload() *models.Error
- func (o *CreateClusterDefinitionDefault) IsClientError() bool
- func (o *CreateClusterDefinitionDefault) IsCode(code int) bool
- func (o *CreateClusterDefinitionDefault) IsRedirect() bool
- func (o *CreateClusterDefinitionDefault) IsServerError() bool
- func (o *CreateClusterDefinitionDefault) IsSuccess() bool
- func (o *CreateClusterDefinitionDefault) String() string
- type CreateClusterDefinitionOK
- func (o *CreateClusterDefinitionOK) Code() int
- func (o *CreateClusterDefinitionOK) Error() string
- func (o *CreateClusterDefinitionOK) GetPayload() *models.CreateClusterDefinitionResponse
- func (o *CreateClusterDefinitionOK) IsClientError() bool
- func (o *CreateClusterDefinitionOK) IsCode(code int) bool
- func (o *CreateClusterDefinitionOK) IsRedirect() bool
- func (o *CreateClusterDefinitionOK) IsServerError() bool
- func (o *CreateClusterDefinitionOK) IsSuccess() bool
- func (o *CreateClusterDefinitionOK) String() string
- type CreateClusterDefinitionParams
- func NewCreateClusterDefinitionParams() *CreateClusterDefinitionParams
- func NewCreateClusterDefinitionParamsWithContext(ctx context.Context) *CreateClusterDefinitionParams
- func NewCreateClusterDefinitionParamsWithHTTPClient(client *http.Client) *CreateClusterDefinitionParams
- func NewCreateClusterDefinitionParamsWithTimeout(timeout time.Duration) *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) SetContext(ctx context.Context)
- func (o *CreateClusterDefinitionParams) SetDefaults()
- func (o *CreateClusterDefinitionParams) SetHTTPClient(client *http.Client)
- func (o *CreateClusterDefinitionParams) SetInput(input *models.CreateClusterDefinitionRequest)
- func (o *CreateClusterDefinitionParams) SetTimeout(timeout time.Duration)
- func (o *CreateClusterDefinitionParams) WithContext(ctx context.Context) *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) WithDefaults() *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) WithHTTPClient(client *http.Client) *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) WithInput(input *models.CreateClusterDefinitionRequest) *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) WithTimeout(timeout time.Duration) *CreateClusterDefinitionParams
- func (o *CreateClusterDefinitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateClusterDefinitionReader
- type CreateClusterTemplateDefault
- func (o *CreateClusterTemplateDefault) Code() int
- func (o *CreateClusterTemplateDefault) Error() string
- func (o *CreateClusterTemplateDefault) GetPayload() *models.Error
- func (o *CreateClusterTemplateDefault) IsClientError() bool
- func (o *CreateClusterTemplateDefault) IsCode(code int) bool
- func (o *CreateClusterTemplateDefault) IsRedirect() bool
- func (o *CreateClusterTemplateDefault) IsServerError() bool
- func (o *CreateClusterTemplateDefault) IsSuccess() bool
- func (o *CreateClusterTemplateDefault) String() string
- type CreateClusterTemplateOK
- func (o *CreateClusterTemplateOK) Code() int
- func (o *CreateClusterTemplateOK) Error() string
- func (o *CreateClusterTemplateOK) GetPayload() *models.CreateClusterTemplateResponse
- func (o *CreateClusterTemplateOK) IsClientError() bool
- func (o *CreateClusterTemplateOK) IsCode(code int) bool
- func (o *CreateClusterTemplateOK) IsRedirect() bool
- func (o *CreateClusterTemplateOK) IsServerError() bool
- func (o *CreateClusterTemplateOK) IsSuccess() bool
- func (o *CreateClusterTemplateOK) String() string
- type CreateClusterTemplateParams
- func NewCreateClusterTemplateParams() *CreateClusterTemplateParams
- func NewCreateClusterTemplateParamsWithContext(ctx context.Context) *CreateClusterTemplateParams
- func NewCreateClusterTemplateParamsWithHTTPClient(client *http.Client) *CreateClusterTemplateParams
- func NewCreateClusterTemplateParamsWithTimeout(timeout time.Duration) *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) SetContext(ctx context.Context)
- func (o *CreateClusterTemplateParams) SetDefaults()
- func (o *CreateClusterTemplateParams) SetHTTPClient(client *http.Client)
- func (o *CreateClusterTemplateParams) SetInput(input *models.CreateClusterTemplateRequest)
- func (o *CreateClusterTemplateParams) SetTimeout(timeout time.Duration)
- func (o *CreateClusterTemplateParams) WithContext(ctx context.Context) *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) WithDefaults() *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) WithHTTPClient(client *http.Client) *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) WithInput(input *models.CreateClusterTemplateRequest) *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) WithTimeout(timeout time.Duration) *CreateClusterTemplateParams
- func (o *CreateClusterTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateClusterTemplateReader
- type CreateCustomConfigurationsDefault
- func (o *CreateCustomConfigurationsDefault) Code() int
- func (o *CreateCustomConfigurationsDefault) Error() string
- func (o *CreateCustomConfigurationsDefault) GetPayload() *models.Error
- func (o *CreateCustomConfigurationsDefault) IsClientError() bool
- func (o *CreateCustomConfigurationsDefault) IsCode(code int) bool
- func (o *CreateCustomConfigurationsDefault) IsRedirect() bool
- func (o *CreateCustomConfigurationsDefault) IsServerError() bool
- func (o *CreateCustomConfigurationsDefault) IsSuccess() bool
- func (o *CreateCustomConfigurationsDefault) String() string
- type CreateCustomConfigurationsOK
- func (o *CreateCustomConfigurationsOK) Code() int
- func (o *CreateCustomConfigurationsOK) Error() string
- func (o *CreateCustomConfigurationsOK) GetPayload() *models.CreateCustomConfigurationsResponse
- func (o *CreateCustomConfigurationsOK) IsClientError() bool
- func (o *CreateCustomConfigurationsOK) IsCode(code int) bool
- func (o *CreateCustomConfigurationsOK) IsRedirect() bool
- func (o *CreateCustomConfigurationsOK) IsServerError() bool
- func (o *CreateCustomConfigurationsOK) IsSuccess() bool
- func (o *CreateCustomConfigurationsOK) String() string
- type CreateCustomConfigurationsParams
- func NewCreateCustomConfigurationsParams() *CreateCustomConfigurationsParams
- func NewCreateCustomConfigurationsParamsWithContext(ctx context.Context) *CreateCustomConfigurationsParams
- func NewCreateCustomConfigurationsParamsWithHTTPClient(client *http.Client) *CreateCustomConfigurationsParams
- func NewCreateCustomConfigurationsParamsWithTimeout(timeout time.Duration) *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) SetContext(ctx context.Context)
- func (o *CreateCustomConfigurationsParams) SetDefaults()
- func (o *CreateCustomConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *CreateCustomConfigurationsParams) SetInput(input *models.CreateCustomConfigurationsRequest)
- func (o *CreateCustomConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *CreateCustomConfigurationsParams) WithContext(ctx context.Context) *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) WithDefaults() *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) WithHTTPClient(client *http.Client) *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) WithInput(input *models.CreateCustomConfigurationsRequest) *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) WithTimeout(timeout time.Duration) *CreateCustomConfigurationsParams
- func (o *CreateCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCustomConfigurationsReader
- type CreateGCPClusterDefault
- func (o *CreateGCPClusterDefault) Code() int
- func (o *CreateGCPClusterDefault) Error() string
- func (o *CreateGCPClusterDefault) GetPayload() *models.Error
- func (o *CreateGCPClusterDefault) IsClientError() bool
- func (o *CreateGCPClusterDefault) IsCode(code int) bool
- func (o *CreateGCPClusterDefault) IsRedirect() bool
- func (o *CreateGCPClusterDefault) IsServerError() bool
- func (o *CreateGCPClusterDefault) IsSuccess() bool
- func (o *CreateGCPClusterDefault) String() string
- type CreateGCPClusterOK
- func (o *CreateGCPClusterOK) Code() int
- func (o *CreateGCPClusterOK) Error() string
- func (o *CreateGCPClusterOK) GetPayload() *models.CreateGCPClusterResponse
- func (o *CreateGCPClusterOK) IsClientError() bool
- func (o *CreateGCPClusterOK) IsCode(code int) bool
- func (o *CreateGCPClusterOK) IsRedirect() bool
- func (o *CreateGCPClusterOK) IsServerError() bool
- func (o *CreateGCPClusterOK) IsSuccess() bool
- func (o *CreateGCPClusterOK) String() string
- type CreateGCPClusterParams
- func NewCreateGCPClusterParams() *CreateGCPClusterParams
- func NewCreateGCPClusterParamsWithContext(ctx context.Context) *CreateGCPClusterParams
- func NewCreateGCPClusterParamsWithHTTPClient(client *http.Client) *CreateGCPClusterParams
- func NewCreateGCPClusterParamsWithTimeout(timeout time.Duration) *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) SetContext(ctx context.Context)
- func (o *CreateGCPClusterParams) SetDefaults()
- func (o *CreateGCPClusterParams) SetHTTPClient(client *http.Client)
- func (o *CreateGCPClusterParams) SetInput(input *models.CreateGCPClusterRequest)
- func (o *CreateGCPClusterParams) SetTimeout(timeout time.Duration)
- func (o *CreateGCPClusterParams) WithContext(ctx context.Context) *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) WithDefaults() *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) WithHTTPClient(client *http.Client) *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) WithInput(input *models.CreateGCPClusterRequest) *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) WithTimeout(timeout time.Duration) *CreateGCPClusterParams
- func (o *CreateGCPClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGCPClusterReader
- type CreateRecipeDefault
- func (o *CreateRecipeDefault) Code() int
- func (o *CreateRecipeDefault) Error() string
- func (o *CreateRecipeDefault) GetPayload() *models.Error
- func (o *CreateRecipeDefault) IsClientError() bool
- func (o *CreateRecipeDefault) IsCode(code int) bool
- func (o *CreateRecipeDefault) IsRedirect() bool
- func (o *CreateRecipeDefault) IsServerError() bool
- func (o *CreateRecipeDefault) IsSuccess() bool
- func (o *CreateRecipeDefault) String() string
- type CreateRecipeOK
- func (o *CreateRecipeOK) Code() int
- func (o *CreateRecipeOK) Error() string
- func (o *CreateRecipeOK) GetPayload() *models.CreateRecipeResponse
- func (o *CreateRecipeOK) IsClientError() bool
- func (o *CreateRecipeOK) IsCode(code int) bool
- func (o *CreateRecipeOK) IsRedirect() bool
- func (o *CreateRecipeOK) IsServerError() bool
- func (o *CreateRecipeOK) IsSuccess() bool
- func (o *CreateRecipeOK) String() string
- type CreateRecipeParams
- func (o *CreateRecipeParams) SetContext(ctx context.Context)
- func (o *CreateRecipeParams) SetDefaults()
- func (o *CreateRecipeParams) SetHTTPClient(client *http.Client)
- func (o *CreateRecipeParams) SetInput(input *models.CreateRecipeRequest)
- func (o *CreateRecipeParams) SetTimeout(timeout time.Duration)
- func (o *CreateRecipeParams) WithContext(ctx context.Context) *CreateRecipeParams
- func (o *CreateRecipeParams) WithDefaults() *CreateRecipeParams
- func (o *CreateRecipeParams) WithHTTPClient(client *http.Client) *CreateRecipeParams
- func (o *CreateRecipeParams) WithInput(input *models.CreateRecipeRequest) *CreateRecipeParams
- func (o *CreateRecipeParams) WithTimeout(timeout time.Duration) *CreateRecipeParams
- func (o *CreateRecipeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRecipeReader
- type DeleteAutoScaleRulesDefault
- func (o *DeleteAutoScaleRulesDefault) Code() int
- func (o *DeleteAutoScaleRulesDefault) Error() string
- func (o *DeleteAutoScaleRulesDefault) GetPayload() *models.Error
- func (o *DeleteAutoScaleRulesDefault) IsClientError() bool
- func (o *DeleteAutoScaleRulesDefault) IsCode(code int) bool
- func (o *DeleteAutoScaleRulesDefault) IsRedirect() bool
- func (o *DeleteAutoScaleRulesDefault) IsServerError() bool
- func (o *DeleteAutoScaleRulesDefault) IsSuccess() bool
- func (o *DeleteAutoScaleRulesDefault) String() string
- type DeleteAutoScaleRulesOK
- func (o *DeleteAutoScaleRulesOK) Code() int
- func (o *DeleteAutoScaleRulesOK) Error() string
- func (o *DeleteAutoScaleRulesOK) GetPayload() models.DeleteAutoScaleRulesResponse
- func (o *DeleteAutoScaleRulesOK) IsClientError() bool
- func (o *DeleteAutoScaleRulesOK) IsCode(code int) bool
- func (o *DeleteAutoScaleRulesOK) IsRedirect() bool
- func (o *DeleteAutoScaleRulesOK) IsServerError() bool
- func (o *DeleteAutoScaleRulesOK) IsSuccess() bool
- func (o *DeleteAutoScaleRulesOK) String() string
- type DeleteAutoScaleRulesParams
- func NewDeleteAutoScaleRulesParams() *DeleteAutoScaleRulesParams
- func NewDeleteAutoScaleRulesParamsWithContext(ctx context.Context) *DeleteAutoScaleRulesParams
- func NewDeleteAutoScaleRulesParamsWithHTTPClient(client *http.Client) *DeleteAutoScaleRulesParams
- func NewDeleteAutoScaleRulesParamsWithTimeout(timeout time.Duration) *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) SetContext(ctx context.Context)
- func (o *DeleteAutoScaleRulesParams) SetDefaults()
- func (o *DeleteAutoScaleRulesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoScaleRulesParams) SetInput(input *models.DeleteAutoScaleRulesRequest)
- func (o *DeleteAutoScaleRulesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoScaleRulesParams) WithContext(ctx context.Context) *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) WithDefaults() *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) WithHTTPClient(client *http.Client) *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) WithInput(input *models.DeleteAutoScaleRulesRequest) *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) WithTimeout(timeout time.Duration) *DeleteAutoScaleRulesParams
- func (o *DeleteAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoScaleRulesReader
- 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 DeleteClusterDefinitionsDefault
- func (o *DeleteClusterDefinitionsDefault) Code() int
- func (o *DeleteClusterDefinitionsDefault) Error() string
- func (o *DeleteClusterDefinitionsDefault) GetPayload() *models.Error
- func (o *DeleteClusterDefinitionsDefault) IsClientError() bool
- func (o *DeleteClusterDefinitionsDefault) IsCode(code int) bool
- func (o *DeleteClusterDefinitionsDefault) IsRedirect() bool
- func (o *DeleteClusterDefinitionsDefault) IsServerError() bool
- func (o *DeleteClusterDefinitionsDefault) IsSuccess() bool
- func (o *DeleteClusterDefinitionsDefault) String() string
- type DeleteClusterDefinitionsOK
- func (o *DeleteClusterDefinitionsOK) Code() int
- func (o *DeleteClusterDefinitionsOK) Error() string
- func (o *DeleteClusterDefinitionsOK) GetPayload() *models.DeleteClusterDefinitionsResponse
- func (o *DeleteClusterDefinitionsOK) IsClientError() bool
- func (o *DeleteClusterDefinitionsOK) IsCode(code int) bool
- func (o *DeleteClusterDefinitionsOK) IsRedirect() bool
- func (o *DeleteClusterDefinitionsOK) IsServerError() bool
- func (o *DeleteClusterDefinitionsOK) IsSuccess() bool
- func (o *DeleteClusterDefinitionsOK) String() string
- type DeleteClusterDefinitionsParams
- func NewDeleteClusterDefinitionsParams() *DeleteClusterDefinitionsParams
- func NewDeleteClusterDefinitionsParamsWithContext(ctx context.Context) *DeleteClusterDefinitionsParams
- func NewDeleteClusterDefinitionsParamsWithHTTPClient(client *http.Client) *DeleteClusterDefinitionsParams
- func NewDeleteClusterDefinitionsParamsWithTimeout(timeout time.Duration) *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) SetContext(ctx context.Context)
- func (o *DeleteClusterDefinitionsParams) SetDefaults()
- func (o *DeleteClusterDefinitionsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterDefinitionsParams) SetInput(input *models.DeleteClusterDefinitionsRequest)
- func (o *DeleteClusterDefinitionsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterDefinitionsParams) WithContext(ctx context.Context) *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) WithDefaults() *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) WithHTTPClient(client *http.Client) *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) WithInput(input *models.DeleteClusterDefinitionsRequest) *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) WithTimeout(timeout time.Duration) *DeleteClusterDefinitionsParams
- func (o *DeleteClusterDefinitionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterDefinitionsReader
- 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 DeleteClusterTemplatesDefault
- func (o *DeleteClusterTemplatesDefault) Code() int
- func (o *DeleteClusterTemplatesDefault) Error() string
- func (o *DeleteClusterTemplatesDefault) GetPayload() *models.Error
- func (o *DeleteClusterTemplatesDefault) IsClientError() bool
- func (o *DeleteClusterTemplatesDefault) IsCode(code int) bool
- func (o *DeleteClusterTemplatesDefault) IsRedirect() bool
- func (o *DeleteClusterTemplatesDefault) IsServerError() bool
- func (o *DeleteClusterTemplatesDefault) IsSuccess() bool
- func (o *DeleteClusterTemplatesDefault) String() string
- type DeleteClusterTemplatesOK
- func (o *DeleteClusterTemplatesOK) Code() int
- func (o *DeleteClusterTemplatesOK) Error() string
- func (o *DeleteClusterTemplatesOK) GetPayload() *models.DeleteClusterTemplatesResponse
- func (o *DeleteClusterTemplatesOK) IsClientError() bool
- func (o *DeleteClusterTemplatesOK) IsCode(code int) bool
- func (o *DeleteClusterTemplatesOK) IsRedirect() bool
- func (o *DeleteClusterTemplatesOK) IsServerError() bool
- func (o *DeleteClusterTemplatesOK) IsSuccess() bool
- func (o *DeleteClusterTemplatesOK) String() string
- type DeleteClusterTemplatesParams
- func NewDeleteClusterTemplatesParams() *DeleteClusterTemplatesParams
- func NewDeleteClusterTemplatesParamsWithContext(ctx context.Context) *DeleteClusterTemplatesParams
- func NewDeleteClusterTemplatesParamsWithHTTPClient(client *http.Client) *DeleteClusterTemplatesParams
- func NewDeleteClusterTemplatesParamsWithTimeout(timeout time.Duration) *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) SetContext(ctx context.Context)
- func (o *DeleteClusterTemplatesParams) SetDefaults()
- func (o *DeleteClusterTemplatesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterTemplatesParams) SetInput(input *models.DeleteClusterTemplatesRequest)
- func (o *DeleteClusterTemplatesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterTemplatesParams) WithContext(ctx context.Context) *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) WithDefaults() *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) WithHTTPClient(client *http.Client) *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) WithInput(input *models.DeleteClusterTemplatesRequest) *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) WithTimeout(timeout time.Duration) *DeleteClusterTemplatesParams
- func (o *DeleteClusterTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterTemplatesReader
- type DeleteCustomConfigurationsDefault
- func (o *DeleteCustomConfigurationsDefault) Code() int
- func (o *DeleteCustomConfigurationsDefault) Error() string
- func (o *DeleteCustomConfigurationsDefault) GetPayload() *models.Error
- func (o *DeleteCustomConfigurationsDefault) IsClientError() bool
- func (o *DeleteCustomConfigurationsDefault) IsCode(code int) bool
- func (o *DeleteCustomConfigurationsDefault) IsRedirect() bool
- func (o *DeleteCustomConfigurationsDefault) IsServerError() bool
- func (o *DeleteCustomConfigurationsDefault) IsSuccess() bool
- func (o *DeleteCustomConfigurationsDefault) String() string
- type DeleteCustomConfigurationsOK
- func (o *DeleteCustomConfigurationsOK) Code() int
- func (o *DeleteCustomConfigurationsOK) Error() string
- func (o *DeleteCustomConfigurationsOK) GetPayload() *models.DeleteCustomConfigurationsResponse
- func (o *DeleteCustomConfigurationsOK) IsClientError() bool
- func (o *DeleteCustomConfigurationsOK) IsCode(code int) bool
- func (o *DeleteCustomConfigurationsOK) IsRedirect() bool
- func (o *DeleteCustomConfigurationsOK) IsServerError() bool
- func (o *DeleteCustomConfigurationsOK) IsSuccess() bool
- func (o *DeleteCustomConfigurationsOK) String() string
- type DeleteCustomConfigurationsParams
- func NewDeleteCustomConfigurationsParams() *DeleteCustomConfigurationsParams
- func NewDeleteCustomConfigurationsParamsWithContext(ctx context.Context) *DeleteCustomConfigurationsParams
- func NewDeleteCustomConfigurationsParamsWithHTTPClient(client *http.Client) *DeleteCustomConfigurationsParams
- func NewDeleteCustomConfigurationsParamsWithTimeout(timeout time.Duration) *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) SetContext(ctx context.Context)
- func (o *DeleteCustomConfigurationsParams) SetDefaults()
- func (o *DeleteCustomConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCustomConfigurationsParams) SetInput(input *models.DeleteCustomConfigurationsRequest)
- func (o *DeleteCustomConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCustomConfigurationsParams) WithContext(ctx context.Context) *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) WithDefaults() *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) WithHTTPClient(client *http.Client) *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) WithInput(input *models.DeleteCustomConfigurationsRequest) *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) WithTimeout(timeout time.Duration) *DeleteCustomConfigurationsParams
- func (o *DeleteCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCustomConfigurationsReader
- type DeleteInstancesDefault
- func (o *DeleteInstancesDefault) Code() int
- func (o *DeleteInstancesDefault) Error() string
- func (o *DeleteInstancesDefault) GetPayload() *models.Error
- func (o *DeleteInstancesDefault) IsClientError() bool
- func (o *DeleteInstancesDefault) IsCode(code int) bool
- func (o *DeleteInstancesDefault) IsRedirect() bool
- func (o *DeleteInstancesDefault) IsServerError() bool
- func (o *DeleteInstancesDefault) IsSuccess() bool
- func (o *DeleteInstancesDefault) String() string
- type DeleteInstancesOK
- func (o *DeleteInstancesOK) Code() int
- func (o *DeleteInstancesOK) Error() string
- func (o *DeleteInstancesOK) GetPayload() *models.DeleteInstancesResponse
- func (o *DeleteInstancesOK) IsClientError() bool
- func (o *DeleteInstancesOK) IsCode(code int) bool
- func (o *DeleteInstancesOK) IsRedirect() bool
- func (o *DeleteInstancesOK) IsServerError() bool
- func (o *DeleteInstancesOK) IsSuccess() bool
- func (o *DeleteInstancesOK) String() string
- type DeleteInstancesParams
- func NewDeleteInstancesParams() *DeleteInstancesParams
- func NewDeleteInstancesParamsWithContext(ctx context.Context) *DeleteInstancesParams
- func NewDeleteInstancesParamsWithHTTPClient(client *http.Client) *DeleteInstancesParams
- func NewDeleteInstancesParamsWithTimeout(timeout time.Duration) *DeleteInstancesParams
- func (o *DeleteInstancesParams) SetContext(ctx context.Context)
- func (o *DeleteInstancesParams) SetDefaults()
- func (o *DeleteInstancesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstancesParams) SetInput(input *models.DeleteInstancesRequest)
- func (o *DeleteInstancesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstancesParams) WithContext(ctx context.Context) *DeleteInstancesParams
- func (o *DeleteInstancesParams) WithDefaults() *DeleteInstancesParams
- func (o *DeleteInstancesParams) WithHTTPClient(client *http.Client) *DeleteInstancesParams
- func (o *DeleteInstancesParams) WithInput(input *models.DeleteInstancesRequest) *DeleteInstancesParams
- func (o *DeleteInstancesParams) WithTimeout(timeout time.Duration) *DeleteInstancesParams
- func (o *DeleteInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstancesReader
- type DeleteRecipesDefault
- func (o *DeleteRecipesDefault) Code() int
- func (o *DeleteRecipesDefault) Error() string
- func (o *DeleteRecipesDefault) GetPayload() *models.Error
- func (o *DeleteRecipesDefault) IsClientError() bool
- func (o *DeleteRecipesDefault) IsCode(code int) bool
- func (o *DeleteRecipesDefault) IsRedirect() bool
- func (o *DeleteRecipesDefault) IsServerError() bool
- func (o *DeleteRecipesDefault) IsSuccess() bool
- func (o *DeleteRecipesDefault) String() string
- type DeleteRecipesOK
- func (o *DeleteRecipesOK) Code() int
- func (o *DeleteRecipesOK) Error() string
- func (o *DeleteRecipesOK) GetPayload() *models.DeleteRecipesResponse
- func (o *DeleteRecipesOK) IsClientError() bool
- func (o *DeleteRecipesOK) IsCode(code int) bool
- func (o *DeleteRecipesOK) IsRedirect() bool
- func (o *DeleteRecipesOK) IsServerError() bool
- func (o *DeleteRecipesOK) IsSuccess() bool
- func (o *DeleteRecipesOK) String() string
- type DeleteRecipesParams
- func (o *DeleteRecipesParams) SetContext(ctx context.Context)
- func (o *DeleteRecipesParams) SetDefaults()
- func (o *DeleteRecipesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRecipesParams) SetInput(input *models.DeleteRecipesRequest)
- func (o *DeleteRecipesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRecipesParams) WithContext(ctx context.Context) *DeleteRecipesParams
- func (o *DeleteRecipesParams) WithDefaults() *DeleteRecipesParams
- func (o *DeleteRecipesParams) WithHTTPClient(client *http.Client) *DeleteRecipesParams
- func (o *DeleteRecipesParams) WithInput(input *models.DeleteRecipesRequest) *DeleteRecipesParams
- func (o *DeleteRecipesParams) WithTimeout(timeout time.Duration) *DeleteRecipesParams
- func (o *DeleteRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRecipesReader
- type DescribeAutoScaleRulesDefault
- func (o *DescribeAutoScaleRulesDefault) Code() int
- func (o *DescribeAutoScaleRulesDefault) Error() string
- func (o *DescribeAutoScaleRulesDefault) GetPayload() *models.Error
- func (o *DescribeAutoScaleRulesDefault) IsClientError() bool
- func (o *DescribeAutoScaleRulesDefault) IsCode(code int) bool
- func (o *DescribeAutoScaleRulesDefault) IsRedirect() bool
- func (o *DescribeAutoScaleRulesDefault) IsServerError() bool
- func (o *DescribeAutoScaleRulesDefault) IsSuccess() bool
- func (o *DescribeAutoScaleRulesDefault) String() string
- type DescribeAutoScaleRulesOK
- func (o *DescribeAutoScaleRulesOK) Code() int
- func (o *DescribeAutoScaleRulesOK) Error() string
- func (o *DescribeAutoScaleRulesOK) GetPayload() *models.DescribeAutoScaleRulesResponse
- func (o *DescribeAutoScaleRulesOK) IsClientError() bool
- func (o *DescribeAutoScaleRulesOK) IsCode(code int) bool
- func (o *DescribeAutoScaleRulesOK) IsRedirect() bool
- func (o *DescribeAutoScaleRulesOK) IsServerError() bool
- func (o *DescribeAutoScaleRulesOK) IsSuccess() bool
- func (o *DescribeAutoScaleRulesOK) String() string
- type DescribeAutoScaleRulesParams
- func NewDescribeAutoScaleRulesParams() *DescribeAutoScaleRulesParams
- func NewDescribeAutoScaleRulesParamsWithContext(ctx context.Context) *DescribeAutoScaleRulesParams
- func NewDescribeAutoScaleRulesParamsWithHTTPClient(client *http.Client) *DescribeAutoScaleRulesParams
- func NewDescribeAutoScaleRulesParamsWithTimeout(timeout time.Duration) *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) SetContext(ctx context.Context)
- func (o *DescribeAutoScaleRulesParams) SetDefaults()
- func (o *DescribeAutoScaleRulesParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAutoScaleRulesParams) SetInput(input *models.DescribeAutoScaleRulesRequest)
- func (o *DescribeAutoScaleRulesParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAutoScaleRulesParams) WithContext(ctx context.Context) *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) WithDefaults() *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) WithHTTPClient(client *http.Client) *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) WithInput(input *models.DescribeAutoScaleRulesRequest) *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) WithTimeout(timeout time.Duration) *DescribeAutoScaleRulesParams
- func (o *DescribeAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAutoScaleRulesReader
- 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 DescribeClusterDefinitionDefault
- func (o *DescribeClusterDefinitionDefault) Code() int
- func (o *DescribeClusterDefinitionDefault) Error() string
- func (o *DescribeClusterDefinitionDefault) GetPayload() *models.Error
- func (o *DescribeClusterDefinitionDefault) IsClientError() bool
- func (o *DescribeClusterDefinitionDefault) IsCode(code int) bool
- func (o *DescribeClusterDefinitionDefault) IsRedirect() bool
- func (o *DescribeClusterDefinitionDefault) IsServerError() bool
- func (o *DescribeClusterDefinitionDefault) IsSuccess() bool
- func (o *DescribeClusterDefinitionDefault) String() string
- type DescribeClusterDefinitionOK
- func (o *DescribeClusterDefinitionOK) Code() int
- func (o *DescribeClusterDefinitionOK) Error() string
- func (o *DescribeClusterDefinitionOK) GetPayload() *models.DescribeClusterDefinitionResponse
- func (o *DescribeClusterDefinitionOK) IsClientError() bool
- func (o *DescribeClusterDefinitionOK) IsCode(code int) bool
- func (o *DescribeClusterDefinitionOK) IsRedirect() bool
- func (o *DescribeClusterDefinitionOK) IsServerError() bool
- func (o *DescribeClusterDefinitionOK) IsSuccess() bool
- func (o *DescribeClusterDefinitionOK) String() string
- type DescribeClusterDefinitionParams
- func NewDescribeClusterDefinitionParams() *DescribeClusterDefinitionParams
- func NewDescribeClusterDefinitionParamsWithContext(ctx context.Context) *DescribeClusterDefinitionParams
- func NewDescribeClusterDefinitionParamsWithHTTPClient(client *http.Client) *DescribeClusterDefinitionParams
- func NewDescribeClusterDefinitionParamsWithTimeout(timeout time.Duration) *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) SetContext(ctx context.Context)
- func (o *DescribeClusterDefinitionParams) SetDefaults()
- func (o *DescribeClusterDefinitionParams) SetHTTPClient(client *http.Client)
- func (o *DescribeClusterDefinitionParams) SetInput(input *models.DescribeClusterDefinitionRequest)
- func (o *DescribeClusterDefinitionParams) SetTimeout(timeout time.Duration)
- func (o *DescribeClusterDefinitionParams) WithContext(ctx context.Context) *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) WithDefaults() *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) WithHTTPClient(client *http.Client) *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) WithInput(input *models.DescribeClusterDefinitionRequest) *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) WithTimeout(timeout time.Duration) *DescribeClusterDefinitionParams
- func (o *DescribeClusterDefinitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeClusterDefinitionReader
- 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 DescribeClusterTemplateDefault
- func (o *DescribeClusterTemplateDefault) Code() int
- func (o *DescribeClusterTemplateDefault) Error() string
- func (o *DescribeClusterTemplateDefault) GetPayload() *models.Error
- func (o *DescribeClusterTemplateDefault) IsClientError() bool
- func (o *DescribeClusterTemplateDefault) IsCode(code int) bool
- func (o *DescribeClusterTemplateDefault) IsRedirect() bool
- func (o *DescribeClusterTemplateDefault) IsServerError() bool
- func (o *DescribeClusterTemplateDefault) IsSuccess() bool
- func (o *DescribeClusterTemplateDefault) String() string
- type DescribeClusterTemplateOK
- func (o *DescribeClusterTemplateOK) Code() int
- func (o *DescribeClusterTemplateOK) Error() string
- func (o *DescribeClusterTemplateOK) GetPayload() *models.DescribeClusterTemplateResponse
- func (o *DescribeClusterTemplateOK) IsClientError() bool
- func (o *DescribeClusterTemplateOK) IsCode(code int) bool
- func (o *DescribeClusterTemplateOK) IsRedirect() bool
- func (o *DescribeClusterTemplateOK) IsServerError() bool
- func (o *DescribeClusterTemplateOK) IsSuccess() bool
- func (o *DescribeClusterTemplateOK) String() string
- type DescribeClusterTemplateParams
- func NewDescribeClusterTemplateParams() *DescribeClusterTemplateParams
- func NewDescribeClusterTemplateParamsWithContext(ctx context.Context) *DescribeClusterTemplateParams
- func NewDescribeClusterTemplateParamsWithHTTPClient(client *http.Client) *DescribeClusterTemplateParams
- func NewDescribeClusterTemplateParamsWithTimeout(timeout time.Duration) *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) SetContext(ctx context.Context)
- func (o *DescribeClusterTemplateParams) SetDefaults()
- func (o *DescribeClusterTemplateParams) SetHTTPClient(client *http.Client)
- func (o *DescribeClusterTemplateParams) SetInput(input *models.DescribeClusterTemplateRequest)
- func (o *DescribeClusterTemplateParams) SetTimeout(timeout time.Duration)
- func (o *DescribeClusterTemplateParams) WithContext(ctx context.Context) *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) WithDefaults() *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) WithHTTPClient(client *http.Client) *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) WithInput(input *models.DescribeClusterTemplateRequest) *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) WithTimeout(timeout time.Duration) *DescribeClusterTemplateParams
- func (o *DescribeClusterTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeClusterTemplateReader
- type DescribeCustomConfigurationsDefault
- func (o *DescribeCustomConfigurationsDefault) Code() int
- func (o *DescribeCustomConfigurationsDefault) Error() string
- func (o *DescribeCustomConfigurationsDefault) GetPayload() *models.Error
- func (o *DescribeCustomConfigurationsDefault) IsClientError() bool
- func (o *DescribeCustomConfigurationsDefault) IsCode(code int) bool
- func (o *DescribeCustomConfigurationsDefault) IsRedirect() bool
- func (o *DescribeCustomConfigurationsDefault) IsServerError() bool
- func (o *DescribeCustomConfigurationsDefault) IsSuccess() bool
- func (o *DescribeCustomConfigurationsDefault) String() string
- type DescribeCustomConfigurationsOK
- func (o *DescribeCustomConfigurationsOK) Code() int
- func (o *DescribeCustomConfigurationsOK) Error() string
- func (o *DescribeCustomConfigurationsOK) GetPayload() *models.DescribeCustomConfigurationsResponse
- func (o *DescribeCustomConfigurationsOK) IsClientError() bool
- func (o *DescribeCustomConfigurationsOK) IsCode(code int) bool
- func (o *DescribeCustomConfigurationsOK) IsRedirect() bool
- func (o *DescribeCustomConfigurationsOK) IsServerError() bool
- func (o *DescribeCustomConfigurationsOK) IsSuccess() bool
- func (o *DescribeCustomConfigurationsOK) String() string
- type DescribeCustomConfigurationsParams
- func NewDescribeCustomConfigurationsParams() *DescribeCustomConfigurationsParams
- func NewDescribeCustomConfigurationsParamsWithContext(ctx context.Context) *DescribeCustomConfigurationsParams
- func NewDescribeCustomConfigurationsParamsWithHTTPClient(client *http.Client) *DescribeCustomConfigurationsParams
- func NewDescribeCustomConfigurationsParamsWithTimeout(timeout time.Duration) *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) SetContext(ctx context.Context)
- func (o *DescribeCustomConfigurationsParams) SetDefaults()
- func (o *DescribeCustomConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeCustomConfigurationsParams) SetInput(input *models.DescribeCustomConfigurationsRequest)
- func (o *DescribeCustomConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeCustomConfigurationsParams) WithContext(ctx context.Context) *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) WithDefaults() *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) WithHTTPClient(client *http.Client) *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) WithInput(input *models.DescribeCustomConfigurationsRequest) *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) WithTimeout(timeout time.Duration) *DescribeCustomConfigurationsParams
- func (o *DescribeCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeCustomConfigurationsReader
- type DescribeDatabaseServerDefault
- func (o *DescribeDatabaseServerDefault) Code() int
- func (o *DescribeDatabaseServerDefault) Error() string
- func (o *DescribeDatabaseServerDefault) GetPayload() *models.Error
- func (o *DescribeDatabaseServerDefault) IsClientError() bool
- func (o *DescribeDatabaseServerDefault) IsCode(code int) bool
- func (o *DescribeDatabaseServerDefault) IsRedirect() bool
- func (o *DescribeDatabaseServerDefault) IsServerError() bool
- func (o *DescribeDatabaseServerDefault) IsSuccess() bool
- func (o *DescribeDatabaseServerDefault) String() string
- type DescribeDatabaseServerOK
- func (o *DescribeDatabaseServerOK) Code() int
- func (o *DescribeDatabaseServerOK) Error() string
- func (o *DescribeDatabaseServerOK) GetPayload() *models.DescribeDatabaseServerResponse
- func (o *DescribeDatabaseServerOK) IsClientError() bool
- func (o *DescribeDatabaseServerOK) IsCode(code int) bool
- func (o *DescribeDatabaseServerOK) IsRedirect() bool
- func (o *DescribeDatabaseServerOK) IsServerError() bool
- func (o *DescribeDatabaseServerOK) IsSuccess() bool
- func (o *DescribeDatabaseServerOK) String() string
- type DescribeDatabaseServerParams
- func NewDescribeDatabaseServerParams() *DescribeDatabaseServerParams
- func NewDescribeDatabaseServerParamsWithContext(ctx context.Context) *DescribeDatabaseServerParams
- func NewDescribeDatabaseServerParamsWithHTTPClient(client *http.Client) *DescribeDatabaseServerParams
- func NewDescribeDatabaseServerParamsWithTimeout(timeout time.Duration) *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) SetContext(ctx context.Context)
- func (o *DescribeDatabaseServerParams) SetDefaults()
- func (o *DescribeDatabaseServerParams) SetHTTPClient(client *http.Client)
- func (o *DescribeDatabaseServerParams) SetInput(input *models.DescribeDatabaseServerRequest)
- func (o *DescribeDatabaseServerParams) SetTimeout(timeout time.Duration)
- func (o *DescribeDatabaseServerParams) WithContext(ctx context.Context) *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) WithDefaults() *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) WithHTTPClient(client *http.Client) *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) WithInput(input *models.DescribeDatabaseServerRequest) *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) WithTimeout(timeout time.Duration) *DescribeDatabaseServerParams
- func (o *DescribeDatabaseServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeDatabaseServerReader
- type DescribeRecipeDefault
- func (o *DescribeRecipeDefault) Code() int
- func (o *DescribeRecipeDefault) Error() string
- func (o *DescribeRecipeDefault) GetPayload() *models.Error
- func (o *DescribeRecipeDefault) IsClientError() bool
- func (o *DescribeRecipeDefault) IsCode(code int) bool
- func (o *DescribeRecipeDefault) IsRedirect() bool
- func (o *DescribeRecipeDefault) IsServerError() bool
- func (o *DescribeRecipeDefault) IsSuccess() bool
- func (o *DescribeRecipeDefault) String() string
- type DescribeRecipeOK
- func (o *DescribeRecipeOK) Code() int
- func (o *DescribeRecipeOK) Error() string
- func (o *DescribeRecipeOK) GetPayload() *models.DescribeRecipeResponse
- func (o *DescribeRecipeOK) IsClientError() bool
- func (o *DescribeRecipeOK) IsCode(code int) bool
- func (o *DescribeRecipeOK) IsRedirect() bool
- func (o *DescribeRecipeOK) IsServerError() bool
- func (o *DescribeRecipeOK) IsSuccess() bool
- func (o *DescribeRecipeOK) String() string
- type DescribeRecipeParams
- func NewDescribeRecipeParams() *DescribeRecipeParams
- func NewDescribeRecipeParamsWithContext(ctx context.Context) *DescribeRecipeParams
- func NewDescribeRecipeParamsWithHTTPClient(client *http.Client) *DescribeRecipeParams
- func NewDescribeRecipeParamsWithTimeout(timeout time.Duration) *DescribeRecipeParams
- func (o *DescribeRecipeParams) SetContext(ctx context.Context)
- func (o *DescribeRecipeParams) SetDefaults()
- func (o *DescribeRecipeParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRecipeParams) SetInput(input *models.DescribeRecipeRequest)
- func (o *DescribeRecipeParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRecipeParams) WithContext(ctx context.Context) *DescribeRecipeParams
- func (o *DescribeRecipeParams) WithDefaults() *DescribeRecipeParams
- func (o *DescribeRecipeParams) WithHTTPClient(client *http.Client) *DescribeRecipeParams
- func (o *DescribeRecipeParams) WithInput(input *models.DescribeRecipeRequest) *DescribeRecipeParams
- func (o *DescribeRecipeParams) WithTimeout(timeout time.Duration) *DescribeRecipeParams
- func (o *DescribeRecipeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRecipeReader
- type DescribeScalingActivityDefault
- func (o *DescribeScalingActivityDefault) Code() int
- func (o *DescribeScalingActivityDefault) Error() string
- func (o *DescribeScalingActivityDefault) GetPayload() *models.Error
- func (o *DescribeScalingActivityDefault) IsClientError() bool
- func (o *DescribeScalingActivityDefault) IsCode(code int) bool
- func (o *DescribeScalingActivityDefault) IsRedirect() bool
- func (o *DescribeScalingActivityDefault) IsServerError() bool
- func (o *DescribeScalingActivityDefault) IsSuccess() bool
- func (o *DescribeScalingActivityDefault) String() string
- type DescribeScalingActivityOK
- func (o *DescribeScalingActivityOK) Code() int
- func (o *DescribeScalingActivityOK) Error() string
- func (o *DescribeScalingActivityOK) GetPayload() *models.DescribeScalingActivityResponse
- func (o *DescribeScalingActivityOK) IsClientError() bool
- func (o *DescribeScalingActivityOK) IsCode(code int) bool
- func (o *DescribeScalingActivityOK) IsRedirect() bool
- func (o *DescribeScalingActivityOK) IsServerError() bool
- func (o *DescribeScalingActivityOK) IsSuccess() bool
- func (o *DescribeScalingActivityOK) String() string
- type DescribeScalingActivityParams
- func NewDescribeScalingActivityParams() *DescribeScalingActivityParams
- func NewDescribeScalingActivityParamsWithContext(ctx context.Context) *DescribeScalingActivityParams
- func NewDescribeScalingActivityParamsWithHTTPClient(client *http.Client) *DescribeScalingActivityParams
- func NewDescribeScalingActivityParamsWithTimeout(timeout time.Duration) *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) SetContext(ctx context.Context)
- func (o *DescribeScalingActivityParams) SetDefaults()
- func (o *DescribeScalingActivityParams) SetHTTPClient(client *http.Client)
- func (o *DescribeScalingActivityParams) SetInput(input *models.DescribeScalingActivityRequest)
- func (o *DescribeScalingActivityParams) SetTimeout(timeout time.Duration)
- func (o *DescribeScalingActivityParams) WithContext(ctx context.Context) *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) WithDefaults() *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) WithHTTPClient(client *http.Client) *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) WithInput(input *models.DescribeScalingActivityRequest) *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) WithTimeout(timeout time.Duration) *DescribeScalingActivityParams
- func (o *DescribeScalingActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeScalingActivityReader
- type GetClusterHostStatusDefault
- func (o *GetClusterHostStatusDefault) Code() int
- func (o *GetClusterHostStatusDefault) Error() string
- func (o *GetClusterHostStatusDefault) GetPayload() *models.Error
- func (o *GetClusterHostStatusDefault) IsClientError() bool
- func (o *GetClusterHostStatusDefault) IsCode(code int) bool
- func (o *GetClusterHostStatusDefault) IsRedirect() bool
- func (o *GetClusterHostStatusDefault) IsServerError() bool
- func (o *GetClusterHostStatusDefault) IsSuccess() bool
- func (o *GetClusterHostStatusDefault) String() string
- type GetClusterHostStatusOK
- func (o *GetClusterHostStatusOK) Code() int
- func (o *GetClusterHostStatusOK) Error() string
- func (o *GetClusterHostStatusOK) GetPayload() *models.GetClusterHostStatusResponse
- func (o *GetClusterHostStatusOK) IsClientError() bool
- func (o *GetClusterHostStatusOK) IsCode(code int) bool
- func (o *GetClusterHostStatusOK) IsRedirect() bool
- func (o *GetClusterHostStatusOK) IsServerError() bool
- func (o *GetClusterHostStatusOK) IsSuccess() bool
- func (o *GetClusterHostStatusOK) String() string
- type GetClusterHostStatusParams
- func NewGetClusterHostStatusParams() *GetClusterHostStatusParams
- func NewGetClusterHostStatusParamsWithContext(ctx context.Context) *GetClusterHostStatusParams
- func NewGetClusterHostStatusParamsWithHTTPClient(client *http.Client) *GetClusterHostStatusParams
- func NewGetClusterHostStatusParamsWithTimeout(timeout time.Duration) *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) SetContext(ctx context.Context)
- func (o *GetClusterHostStatusParams) SetDefaults()
- func (o *GetClusterHostStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterHostStatusParams) SetInput(input *models.GetClusterHostStatusRequest)
- func (o *GetClusterHostStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterHostStatusParams) WithContext(ctx context.Context) *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) WithDefaults() *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) WithHTTPClient(client *http.Client) *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) WithInput(input *models.GetClusterHostStatusRequest) *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) WithTimeout(timeout time.Duration) *GetClusterHostStatusParams
- func (o *GetClusterHostStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterHostStatusReader
- type GetClusterServiceStatusDefault
- func (o *GetClusterServiceStatusDefault) Code() int
- func (o *GetClusterServiceStatusDefault) Error() string
- func (o *GetClusterServiceStatusDefault) GetPayload() *models.Error
- func (o *GetClusterServiceStatusDefault) IsClientError() bool
- func (o *GetClusterServiceStatusDefault) IsCode(code int) bool
- func (o *GetClusterServiceStatusDefault) IsRedirect() bool
- func (o *GetClusterServiceStatusDefault) IsServerError() bool
- func (o *GetClusterServiceStatusDefault) IsSuccess() bool
- func (o *GetClusterServiceStatusDefault) String() string
- type GetClusterServiceStatusOK
- func (o *GetClusterServiceStatusOK) Code() int
- func (o *GetClusterServiceStatusOK) Error() string
- func (o *GetClusterServiceStatusOK) GetPayload() *models.GetClusterServiceStatusResponse
- func (o *GetClusterServiceStatusOK) IsClientError() bool
- func (o *GetClusterServiceStatusOK) IsCode(code int) bool
- func (o *GetClusterServiceStatusOK) IsRedirect() bool
- func (o *GetClusterServiceStatusOK) IsServerError() bool
- func (o *GetClusterServiceStatusOK) IsSuccess() bool
- func (o *GetClusterServiceStatusOK) String() string
- type GetClusterServiceStatusParams
- func NewGetClusterServiceStatusParams() *GetClusterServiceStatusParams
- func NewGetClusterServiceStatusParamsWithContext(ctx context.Context) *GetClusterServiceStatusParams
- func NewGetClusterServiceStatusParamsWithHTTPClient(client *http.Client) *GetClusterServiceStatusParams
- func NewGetClusterServiceStatusParamsWithTimeout(timeout time.Duration) *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) SetContext(ctx context.Context)
- func (o *GetClusterServiceStatusParams) SetDefaults()
- func (o *GetClusterServiceStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterServiceStatusParams) SetInput(input *models.GetClusterServiceStatusRequest)
- func (o *GetClusterServiceStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterServiceStatusParams) WithContext(ctx context.Context) *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) WithDefaults() *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) WithHTTPClient(client *http.Client) *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) WithInput(input *models.GetClusterServiceStatusRequest) *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) WithTimeout(timeout time.Duration) *GetClusterServiceStatusParams
- func (o *GetClusterServiceStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterServiceStatusReader
- type GetCmRolesDefault
- func (o *GetCmRolesDefault) Code() int
- func (o *GetCmRolesDefault) Error() string
- func (o *GetCmRolesDefault) GetPayload() *models.Error
- func (o *GetCmRolesDefault) IsClientError() bool
- func (o *GetCmRolesDefault) IsCode(code int) bool
- func (o *GetCmRolesDefault) IsRedirect() bool
- func (o *GetCmRolesDefault) IsServerError() bool
- func (o *GetCmRolesDefault) IsSuccess() bool
- func (o *GetCmRolesDefault) String() string
- type GetCmRolesOK
- func (o *GetCmRolesOK) Code() int
- func (o *GetCmRolesOK) Error() string
- func (o *GetCmRolesOK) GetPayload() *models.GetCmRolesResponse
- func (o *GetCmRolesOK) IsClientError() bool
- func (o *GetCmRolesOK) IsCode(code int) bool
- func (o *GetCmRolesOK) IsRedirect() bool
- func (o *GetCmRolesOK) IsServerError() bool
- func (o *GetCmRolesOK) IsSuccess() bool
- func (o *GetCmRolesOK) String() string
- type GetCmRolesParams
- func (o *GetCmRolesParams) SetContext(ctx context.Context)
- func (o *GetCmRolesParams) SetDefaults()
- func (o *GetCmRolesParams) SetHTTPClient(client *http.Client)
- func (o *GetCmRolesParams) SetInput(input *models.GetCmRolesRequest)
- func (o *GetCmRolesParams) SetTimeout(timeout time.Duration)
- func (o *GetCmRolesParams) WithContext(ctx context.Context) *GetCmRolesParams
- func (o *GetCmRolesParams) WithDefaults() *GetCmRolesParams
- func (o *GetCmRolesParams) WithHTTPClient(client *http.Client) *GetCmRolesParams
- func (o *GetCmRolesParams) WithInput(input *models.GetCmRolesRequest) *GetCmRolesParams
- func (o *GetCmRolesParams) WithTimeout(timeout time.Duration) *GetCmRolesParams
- func (o *GetCmRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCmRolesReader
- type GetDatahubLogDescriptorsDefault
- func (o *GetDatahubLogDescriptorsDefault) Code() int
- func (o *GetDatahubLogDescriptorsDefault) Error() string
- func (o *GetDatahubLogDescriptorsDefault) GetPayload() *models.Error
- func (o *GetDatahubLogDescriptorsDefault) IsClientError() bool
- func (o *GetDatahubLogDescriptorsDefault) IsCode(code int) bool
- func (o *GetDatahubLogDescriptorsDefault) IsRedirect() bool
- func (o *GetDatahubLogDescriptorsDefault) IsServerError() bool
- func (o *GetDatahubLogDescriptorsDefault) IsSuccess() bool
- func (o *GetDatahubLogDescriptorsDefault) String() string
- type GetDatahubLogDescriptorsOK
- func (o *GetDatahubLogDescriptorsOK) Code() int
- func (o *GetDatahubLogDescriptorsOK) Error() string
- func (o *GetDatahubLogDescriptorsOK) GetPayload() *models.GetDatahubLogDescriptorsResponse
- func (o *GetDatahubLogDescriptorsOK) IsClientError() bool
- func (o *GetDatahubLogDescriptorsOK) IsCode(code int) bool
- func (o *GetDatahubLogDescriptorsOK) IsRedirect() bool
- func (o *GetDatahubLogDescriptorsOK) IsServerError() bool
- func (o *GetDatahubLogDescriptorsOK) IsSuccess() bool
- func (o *GetDatahubLogDescriptorsOK) String() string
- type GetDatahubLogDescriptorsParams
- func NewGetDatahubLogDescriptorsParams() *GetDatahubLogDescriptorsParams
- func NewGetDatahubLogDescriptorsParamsWithContext(ctx context.Context) *GetDatahubLogDescriptorsParams
- func NewGetDatahubLogDescriptorsParamsWithHTTPClient(client *http.Client) *GetDatahubLogDescriptorsParams
- func NewGetDatahubLogDescriptorsParamsWithTimeout(timeout time.Duration) *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) SetContext(ctx context.Context)
- func (o *GetDatahubLogDescriptorsParams) SetDefaults()
- func (o *GetDatahubLogDescriptorsParams) SetHTTPClient(client *http.Client)
- func (o *GetDatahubLogDescriptorsParams) SetInput(input models.GetDatahubLogDescriptorsRequest)
- func (o *GetDatahubLogDescriptorsParams) SetTimeout(timeout time.Duration)
- func (o *GetDatahubLogDescriptorsParams) WithContext(ctx context.Context) *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) WithDefaults() *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) WithHTTPClient(client *http.Client) *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) WithInput(input models.GetDatahubLogDescriptorsRequest) *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) WithTimeout(timeout time.Duration) *GetDatahubLogDescriptorsParams
- func (o *GetDatahubLogDescriptorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDatahubLogDescriptorsReader
- type GetOperationDefault
- func (o *GetOperationDefault) Code() int
- func (o *GetOperationDefault) Error() string
- func (o *GetOperationDefault) GetPayload() *models.Error
- func (o *GetOperationDefault) IsClientError() bool
- func (o *GetOperationDefault) IsCode(code int) bool
- func (o *GetOperationDefault) IsRedirect() bool
- func (o *GetOperationDefault) IsServerError() bool
- func (o *GetOperationDefault) IsSuccess() bool
- func (o *GetOperationDefault) String() string
- type GetOperationOK
- func (o *GetOperationOK) Code() int
- func (o *GetOperationOK) Error() string
- func (o *GetOperationOK) GetPayload() *models.GetOperationResponse
- func (o *GetOperationOK) IsClientError() bool
- func (o *GetOperationOK) IsCode(code int) bool
- func (o *GetOperationOK) IsRedirect() bool
- func (o *GetOperationOK) IsServerError() bool
- func (o *GetOperationOK) IsSuccess() bool
- func (o *GetOperationOK) String() string
- type GetOperationParams
- func (o *GetOperationParams) SetContext(ctx context.Context)
- func (o *GetOperationParams) SetDefaults()
- func (o *GetOperationParams) SetHTTPClient(client *http.Client)
- func (o *GetOperationParams) SetInput(input *models.GetOperationRequest)
- func (o *GetOperationParams) SetTimeout(timeout time.Duration)
- func (o *GetOperationParams) WithContext(ctx context.Context) *GetOperationParams
- func (o *GetOperationParams) WithDefaults() *GetOperationParams
- func (o *GetOperationParams) WithHTTPClient(client *http.Client) *GetOperationParams
- func (o *GetOperationParams) WithInput(input *models.GetOperationRequest) *GetOperationParams
- func (o *GetOperationParams) WithTimeout(timeout time.Duration) *GetOperationParams
- func (o *GetOperationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOperationReader
- type GetVMTypesDefault
- func (o *GetVMTypesDefault) Code() int
- func (o *GetVMTypesDefault) Error() string
- func (o *GetVMTypesDefault) GetPayload() *models.Error
- func (o *GetVMTypesDefault) IsClientError() bool
- func (o *GetVMTypesDefault) IsCode(code int) bool
- func (o *GetVMTypesDefault) IsRedirect() bool
- func (o *GetVMTypesDefault) IsServerError() bool
- func (o *GetVMTypesDefault) IsSuccess() bool
- func (o *GetVMTypesDefault) String() string
- type GetVMTypesOK
- func (o *GetVMTypesOK) Code() int
- func (o *GetVMTypesOK) Error() string
- func (o *GetVMTypesOK) GetPayload() *models.GetVMTypesResponse
- func (o *GetVMTypesOK) IsClientError() bool
- func (o *GetVMTypesOK) IsCode(code int) bool
- func (o *GetVMTypesOK) IsRedirect() bool
- func (o *GetVMTypesOK) IsServerError() bool
- func (o *GetVMTypesOK) IsSuccess() bool
- func (o *GetVMTypesOK) String() string
- type GetVMTypesParams
- func (o *GetVMTypesParams) SetContext(ctx context.Context)
- func (o *GetVMTypesParams) SetDefaults()
- func (o *GetVMTypesParams) SetHTTPClient(client *http.Client)
- func (o *GetVMTypesParams) SetInput(input *models.GetVMTypesRequest)
- func (o *GetVMTypesParams) SetTimeout(timeout time.Duration)
- func (o *GetVMTypesParams) WithContext(ctx context.Context) *GetVMTypesParams
- func (o *GetVMTypesParams) WithDefaults() *GetVMTypesParams
- func (o *GetVMTypesParams) WithHTTPClient(client *http.Client) *GetVMTypesParams
- func (o *GetVMTypesParams) WithInput(input *models.GetVMTypesRequest) *GetVMTypesParams
- func (o *GetVMTypesParams) WithTimeout(timeout time.Duration) *GetVMTypesParams
- func (o *GetVMTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVMTypesReader
- type ListAutoScaleHistoryDefault
- func (o *ListAutoScaleHistoryDefault) Code() int
- func (o *ListAutoScaleHistoryDefault) Error() string
- func (o *ListAutoScaleHistoryDefault) GetPayload() *models.Error
- func (o *ListAutoScaleHistoryDefault) IsClientError() bool
- func (o *ListAutoScaleHistoryDefault) IsCode(code int) bool
- func (o *ListAutoScaleHistoryDefault) IsRedirect() bool
- func (o *ListAutoScaleHistoryDefault) IsServerError() bool
- func (o *ListAutoScaleHistoryDefault) IsSuccess() bool
- func (o *ListAutoScaleHistoryDefault) String() string
- type ListAutoScaleHistoryOK
- func (o *ListAutoScaleHistoryOK) Code() int
- func (o *ListAutoScaleHistoryOK) Error() string
- func (o *ListAutoScaleHistoryOK) GetPayload() *models.ListAutoScaleHistoryResponse
- func (o *ListAutoScaleHistoryOK) IsClientError() bool
- func (o *ListAutoScaleHistoryOK) IsCode(code int) bool
- func (o *ListAutoScaleHistoryOK) IsRedirect() bool
- func (o *ListAutoScaleHistoryOK) IsServerError() bool
- func (o *ListAutoScaleHistoryOK) IsSuccess() bool
- func (o *ListAutoScaleHistoryOK) String() string
- type ListAutoScaleHistoryParams
- func NewListAutoScaleHistoryParams() *ListAutoScaleHistoryParams
- func NewListAutoScaleHistoryParamsWithContext(ctx context.Context) *ListAutoScaleHistoryParams
- func NewListAutoScaleHistoryParamsWithHTTPClient(client *http.Client) *ListAutoScaleHistoryParams
- func NewListAutoScaleHistoryParamsWithTimeout(timeout time.Duration) *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) SetContext(ctx context.Context)
- func (o *ListAutoScaleHistoryParams) SetDefaults()
- func (o *ListAutoScaleHistoryParams) SetHTTPClient(client *http.Client)
- func (o *ListAutoScaleHistoryParams) SetInput(input *models.ListAutoScaleHistoryRequest)
- func (o *ListAutoScaleHistoryParams) SetTimeout(timeout time.Duration)
- func (o *ListAutoScaleHistoryParams) WithContext(ctx context.Context) *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) WithDefaults() *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) WithHTTPClient(client *http.Client) *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) WithInput(input *models.ListAutoScaleHistoryRequest) *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) WithTimeout(timeout time.Duration) *ListAutoScaleHistoryParams
- func (o *ListAutoScaleHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAutoScaleHistoryReader
- type ListClusterDefinitionsDefault
- func (o *ListClusterDefinitionsDefault) Code() int
- func (o *ListClusterDefinitionsDefault) Error() string
- func (o *ListClusterDefinitionsDefault) GetPayload() *models.Error
- func (o *ListClusterDefinitionsDefault) IsClientError() bool
- func (o *ListClusterDefinitionsDefault) IsCode(code int) bool
- func (o *ListClusterDefinitionsDefault) IsRedirect() bool
- func (o *ListClusterDefinitionsDefault) IsServerError() bool
- func (o *ListClusterDefinitionsDefault) IsSuccess() bool
- func (o *ListClusterDefinitionsDefault) String() string
- type ListClusterDefinitionsOK
- func (o *ListClusterDefinitionsOK) Code() int
- func (o *ListClusterDefinitionsOK) Error() string
- func (o *ListClusterDefinitionsOK) GetPayload() *models.ListClusterDefinitionsResponse
- func (o *ListClusterDefinitionsOK) IsClientError() bool
- func (o *ListClusterDefinitionsOK) IsCode(code int) bool
- func (o *ListClusterDefinitionsOK) IsRedirect() bool
- func (o *ListClusterDefinitionsOK) IsServerError() bool
- func (o *ListClusterDefinitionsOK) IsSuccess() bool
- func (o *ListClusterDefinitionsOK) String() string
- type ListClusterDefinitionsParams
- func NewListClusterDefinitionsParams() *ListClusterDefinitionsParams
- func NewListClusterDefinitionsParamsWithContext(ctx context.Context) *ListClusterDefinitionsParams
- func NewListClusterDefinitionsParamsWithHTTPClient(client *http.Client) *ListClusterDefinitionsParams
- func NewListClusterDefinitionsParamsWithTimeout(timeout time.Duration) *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) SetContext(ctx context.Context)
- func (o *ListClusterDefinitionsParams) SetDefaults()
- func (o *ListClusterDefinitionsParams) SetHTTPClient(client *http.Client)
- func (o *ListClusterDefinitionsParams) SetInput(input models.ListClusterDefinitionsRequest)
- func (o *ListClusterDefinitionsParams) SetTimeout(timeout time.Duration)
- func (o *ListClusterDefinitionsParams) WithContext(ctx context.Context) *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) WithDefaults() *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) WithHTTPClient(client *http.Client) *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) WithInput(input models.ListClusterDefinitionsRequest) *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) WithTimeout(timeout time.Duration) *ListClusterDefinitionsParams
- func (o *ListClusterDefinitionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClusterDefinitionsReader
- type ListClusterLifecycleEventsDefault
- func (o *ListClusterLifecycleEventsDefault) Code() int
- func (o *ListClusterLifecycleEventsDefault) Error() string
- func (o *ListClusterLifecycleEventsDefault) GetPayload() *models.Error
- func (o *ListClusterLifecycleEventsDefault) IsClientError() bool
- func (o *ListClusterLifecycleEventsDefault) IsCode(code int) bool
- func (o *ListClusterLifecycleEventsDefault) IsRedirect() bool
- func (o *ListClusterLifecycleEventsDefault) IsServerError() bool
- func (o *ListClusterLifecycleEventsDefault) IsSuccess() bool
- func (o *ListClusterLifecycleEventsDefault) String() string
- type ListClusterLifecycleEventsOK
- func (o *ListClusterLifecycleEventsOK) Code() int
- func (o *ListClusterLifecycleEventsOK) Error() string
- func (o *ListClusterLifecycleEventsOK) GetPayload() *models.ListClusterLifecycleEventsResponse
- func (o *ListClusterLifecycleEventsOK) IsClientError() bool
- func (o *ListClusterLifecycleEventsOK) IsCode(code int) bool
- func (o *ListClusterLifecycleEventsOK) IsRedirect() bool
- func (o *ListClusterLifecycleEventsOK) IsServerError() bool
- func (o *ListClusterLifecycleEventsOK) IsSuccess() bool
- func (o *ListClusterLifecycleEventsOK) String() string
- type ListClusterLifecycleEventsParams
- func NewListClusterLifecycleEventsParams() *ListClusterLifecycleEventsParams
- func NewListClusterLifecycleEventsParamsWithContext(ctx context.Context) *ListClusterLifecycleEventsParams
- func NewListClusterLifecycleEventsParamsWithHTTPClient(client *http.Client) *ListClusterLifecycleEventsParams
- func NewListClusterLifecycleEventsParamsWithTimeout(timeout time.Duration) *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) SetContext(ctx context.Context)
- func (o *ListClusterLifecycleEventsParams) SetDefaults()
- func (o *ListClusterLifecycleEventsParams) SetHTTPClient(client *http.Client)
- func (o *ListClusterLifecycleEventsParams) SetInput(input *models.ListClusterLifecycleEventsRequest)
- func (o *ListClusterLifecycleEventsParams) SetTimeout(timeout time.Duration)
- func (o *ListClusterLifecycleEventsParams) WithContext(ctx context.Context) *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) WithDefaults() *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) WithHTTPClient(client *http.Client) *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) WithInput(input *models.ListClusterLifecycleEventsRequest) *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) WithTimeout(timeout time.Duration) *ListClusterLifecycleEventsParams
- func (o *ListClusterLifecycleEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClusterLifecycleEventsReader
- type ListClusterTemplatesDefault
- func (o *ListClusterTemplatesDefault) Code() int
- func (o *ListClusterTemplatesDefault) Error() string
- func (o *ListClusterTemplatesDefault) GetPayload() *models.Error
- func (o *ListClusterTemplatesDefault) IsClientError() bool
- func (o *ListClusterTemplatesDefault) IsCode(code int) bool
- func (o *ListClusterTemplatesDefault) IsRedirect() bool
- func (o *ListClusterTemplatesDefault) IsServerError() bool
- func (o *ListClusterTemplatesDefault) IsSuccess() bool
- func (o *ListClusterTemplatesDefault) String() string
- type ListClusterTemplatesOK
- func (o *ListClusterTemplatesOK) Code() int
- func (o *ListClusterTemplatesOK) Error() string
- func (o *ListClusterTemplatesOK) GetPayload() *models.ListClusterTemplatesResponse
- func (o *ListClusterTemplatesOK) IsClientError() bool
- func (o *ListClusterTemplatesOK) IsCode(code int) bool
- func (o *ListClusterTemplatesOK) IsRedirect() bool
- func (o *ListClusterTemplatesOK) IsServerError() bool
- func (o *ListClusterTemplatesOK) IsSuccess() bool
- func (o *ListClusterTemplatesOK) String() string
- type ListClusterTemplatesParams
- func NewListClusterTemplatesParams() *ListClusterTemplatesParams
- func NewListClusterTemplatesParamsWithContext(ctx context.Context) *ListClusterTemplatesParams
- func NewListClusterTemplatesParamsWithHTTPClient(client *http.Client) *ListClusterTemplatesParams
- func NewListClusterTemplatesParamsWithTimeout(timeout time.Duration) *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) SetContext(ctx context.Context)
- func (o *ListClusterTemplatesParams) SetDefaults()
- func (o *ListClusterTemplatesParams) SetHTTPClient(client *http.Client)
- func (o *ListClusterTemplatesParams) SetInput(input models.ListClusterTemplatesRequest)
- func (o *ListClusterTemplatesParams) SetTimeout(timeout time.Duration)
- func (o *ListClusterTemplatesParams) WithContext(ctx context.Context) *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) WithDefaults() *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) WithHTTPClient(client *http.Client) *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) WithInput(input models.ListClusterTemplatesRequest) *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) WithTimeout(timeout time.Duration) *ListClusterTemplatesParams
- func (o *ListClusterTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClusterTemplatesReader
- 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 ListCustomConfigurationsDefault
- func (o *ListCustomConfigurationsDefault) Code() int
- func (o *ListCustomConfigurationsDefault) Error() string
- func (o *ListCustomConfigurationsDefault) GetPayload() *models.Error
- func (o *ListCustomConfigurationsDefault) IsClientError() bool
- func (o *ListCustomConfigurationsDefault) IsCode(code int) bool
- func (o *ListCustomConfigurationsDefault) IsRedirect() bool
- func (o *ListCustomConfigurationsDefault) IsServerError() bool
- func (o *ListCustomConfigurationsDefault) IsSuccess() bool
- func (o *ListCustomConfigurationsDefault) String() string
- type ListCustomConfigurationsOK
- func (o *ListCustomConfigurationsOK) Code() int
- func (o *ListCustomConfigurationsOK) Error() string
- func (o *ListCustomConfigurationsOK) GetPayload() *models.ListCustomConfigurationsResponse
- func (o *ListCustomConfigurationsOK) IsClientError() bool
- func (o *ListCustomConfigurationsOK) IsCode(code int) bool
- func (o *ListCustomConfigurationsOK) IsRedirect() bool
- func (o *ListCustomConfigurationsOK) IsServerError() bool
- func (o *ListCustomConfigurationsOK) IsSuccess() bool
- func (o *ListCustomConfigurationsOK) String() string
- type ListCustomConfigurationsParams
- func NewListCustomConfigurationsParams() *ListCustomConfigurationsParams
- func NewListCustomConfigurationsParamsWithContext(ctx context.Context) *ListCustomConfigurationsParams
- func NewListCustomConfigurationsParamsWithHTTPClient(client *http.Client) *ListCustomConfigurationsParams
- func NewListCustomConfigurationsParamsWithTimeout(timeout time.Duration) *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) SetContext(ctx context.Context)
- func (o *ListCustomConfigurationsParams) SetDefaults()
- func (o *ListCustomConfigurationsParams) SetHTTPClient(client *http.Client)
- func (o *ListCustomConfigurationsParams) SetInput(input *models.ListCustomConfigurationsRequest)
- func (o *ListCustomConfigurationsParams) SetTimeout(timeout time.Duration)
- func (o *ListCustomConfigurationsParams) WithContext(ctx context.Context) *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) WithDefaults() *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) WithHTTPClient(client *http.Client) *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) WithInput(input *models.ListCustomConfigurationsRequest) *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) WithTimeout(timeout time.Duration) *ListCustomConfigurationsParams
- func (o *ListCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListCustomConfigurationsReader
- type ListDatahubDiagnosticsDefault
- func (o *ListDatahubDiagnosticsDefault) Code() int
- func (o *ListDatahubDiagnosticsDefault) Error() string
- func (o *ListDatahubDiagnosticsDefault) GetPayload() *models.Error
- func (o *ListDatahubDiagnosticsDefault) IsClientError() bool
- func (o *ListDatahubDiagnosticsDefault) IsCode(code int) bool
- func (o *ListDatahubDiagnosticsDefault) IsRedirect() bool
- func (o *ListDatahubDiagnosticsDefault) IsServerError() bool
- func (o *ListDatahubDiagnosticsDefault) IsSuccess() bool
- func (o *ListDatahubDiagnosticsDefault) String() string
- type ListDatahubDiagnosticsOK
- func (o *ListDatahubDiagnosticsOK) Code() int
- func (o *ListDatahubDiagnosticsOK) Error() string
- func (o *ListDatahubDiagnosticsOK) GetPayload() *models.ListDatahubDiagnosticsResponse
- func (o *ListDatahubDiagnosticsOK) IsClientError() bool
- func (o *ListDatahubDiagnosticsOK) IsCode(code int) bool
- func (o *ListDatahubDiagnosticsOK) IsRedirect() bool
- func (o *ListDatahubDiagnosticsOK) IsServerError() bool
- func (o *ListDatahubDiagnosticsOK) IsSuccess() bool
- func (o *ListDatahubDiagnosticsOK) String() string
- type ListDatahubDiagnosticsParams
- func NewListDatahubDiagnosticsParams() *ListDatahubDiagnosticsParams
- func NewListDatahubDiagnosticsParamsWithContext(ctx context.Context) *ListDatahubDiagnosticsParams
- func NewListDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *ListDatahubDiagnosticsParams
- func NewListDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) SetContext(ctx context.Context)
- func (o *ListDatahubDiagnosticsParams) SetDefaults()
- func (o *ListDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
- func (o *ListDatahubDiagnosticsParams) SetInput(input *models.ListDatahubDiagnosticsRequest)
- func (o *ListDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
- func (o *ListDatahubDiagnosticsParams) WithContext(ctx context.Context) *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) WithDefaults() *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) WithInput(input *models.ListDatahubDiagnosticsRequest) *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *ListDatahubDiagnosticsParams
- func (o *ListDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDatahubDiagnosticsReader
- type ListRecipesDefault
- func (o *ListRecipesDefault) Code() int
- func (o *ListRecipesDefault) Error() string
- func (o *ListRecipesDefault) GetPayload() *models.Error
- func (o *ListRecipesDefault) IsClientError() bool
- func (o *ListRecipesDefault) IsCode(code int) bool
- func (o *ListRecipesDefault) IsRedirect() bool
- func (o *ListRecipesDefault) IsServerError() bool
- func (o *ListRecipesDefault) IsSuccess() bool
- func (o *ListRecipesDefault) String() string
- type ListRecipesOK
- func (o *ListRecipesOK) Code() int
- func (o *ListRecipesOK) Error() string
- func (o *ListRecipesOK) GetPayload() *models.ListRecipesResponse
- func (o *ListRecipesOK) IsClientError() bool
- func (o *ListRecipesOK) IsCode(code int) bool
- func (o *ListRecipesOK) IsRedirect() bool
- func (o *ListRecipesOK) IsServerError() bool
- func (o *ListRecipesOK) IsSuccess() bool
- func (o *ListRecipesOK) String() string
- type ListRecipesParams
- func (o *ListRecipesParams) SetContext(ctx context.Context)
- func (o *ListRecipesParams) SetDefaults()
- func (o *ListRecipesParams) SetHTTPClient(client *http.Client)
- func (o *ListRecipesParams) SetInput(input models.ListRecipesRequest)
- func (o *ListRecipesParams) SetTimeout(timeout time.Duration)
- func (o *ListRecipesParams) WithContext(ctx context.Context) *ListRecipesParams
- func (o *ListRecipesParams) WithDefaults() *ListRecipesParams
- func (o *ListRecipesParams) WithHTTPClient(client *http.Client) *ListRecipesParams
- func (o *ListRecipesParams) WithInput(input models.ListRecipesRequest) *ListRecipesParams
- func (o *ListRecipesParams) WithTimeout(timeout time.Duration) *ListRecipesParams
- func (o *ListRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListRecipesReader
- type ListScalingActivitiesDefault
- func (o *ListScalingActivitiesDefault) Code() int
- func (o *ListScalingActivitiesDefault) Error() string
- func (o *ListScalingActivitiesDefault) GetPayload() *models.Error
- func (o *ListScalingActivitiesDefault) IsClientError() bool
- func (o *ListScalingActivitiesDefault) IsCode(code int) bool
- func (o *ListScalingActivitiesDefault) IsRedirect() bool
- func (o *ListScalingActivitiesDefault) IsServerError() bool
- func (o *ListScalingActivitiesDefault) IsSuccess() bool
- func (o *ListScalingActivitiesDefault) String() string
- type ListScalingActivitiesOK
- func (o *ListScalingActivitiesOK) Code() int
- func (o *ListScalingActivitiesOK) Error() string
- func (o *ListScalingActivitiesOK) GetPayload() *models.ListScalingActivitiesResponse
- func (o *ListScalingActivitiesOK) IsClientError() bool
- func (o *ListScalingActivitiesOK) IsCode(code int) bool
- func (o *ListScalingActivitiesOK) IsRedirect() bool
- func (o *ListScalingActivitiesOK) IsServerError() bool
- func (o *ListScalingActivitiesOK) IsSuccess() bool
- func (o *ListScalingActivitiesOK) String() string
- type ListScalingActivitiesParams
- func NewListScalingActivitiesParams() *ListScalingActivitiesParams
- func NewListScalingActivitiesParamsWithContext(ctx context.Context) *ListScalingActivitiesParams
- func NewListScalingActivitiesParamsWithHTTPClient(client *http.Client) *ListScalingActivitiesParams
- func NewListScalingActivitiesParamsWithTimeout(timeout time.Duration) *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) SetContext(ctx context.Context)
- func (o *ListScalingActivitiesParams) SetDefaults()
- func (o *ListScalingActivitiesParams) SetHTTPClient(client *http.Client)
- func (o *ListScalingActivitiesParams) SetInput(input *models.ListScalingActivitiesRequest)
- func (o *ListScalingActivitiesParams) SetTimeout(timeout time.Duration)
- func (o *ListScalingActivitiesParams) WithContext(ctx context.Context) *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) WithDefaults() *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) WithHTTPClient(client *http.Client) *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) WithInput(input *models.ListScalingActivitiesRequest) *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) WithTimeout(timeout time.Duration) *ListScalingActivitiesParams
- func (o *ListScalingActivitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListScalingActivitiesReader
- type PrepareClusterUpgradeDefault
- func (o *PrepareClusterUpgradeDefault) Code() int
- func (o *PrepareClusterUpgradeDefault) Error() string
- func (o *PrepareClusterUpgradeDefault) GetPayload() *models.Error
- func (o *PrepareClusterUpgradeDefault) IsClientError() bool
- func (o *PrepareClusterUpgradeDefault) IsCode(code int) bool
- func (o *PrepareClusterUpgradeDefault) IsRedirect() bool
- func (o *PrepareClusterUpgradeDefault) IsServerError() bool
- func (o *PrepareClusterUpgradeDefault) IsSuccess() bool
- func (o *PrepareClusterUpgradeDefault) String() string
- type PrepareClusterUpgradeOK
- func (o *PrepareClusterUpgradeOK) Code() int
- func (o *PrepareClusterUpgradeOK) Error() string
- func (o *PrepareClusterUpgradeOK) GetPayload() *models.PrepareClusterUpgradeResponse
- func (o *PrepareClusterUpgradeOK) IsClientError() bool
- func (o *PrepareClusterUpgradeOK) IsCode(code int) bool
- func (o *PrepareClusterUpgradeOK) IsRedirect() bool
- func (o *PrepareClusterUpgradeOK) IsServerError() bool
- func (o *PrepareClusterUpgradeOK) IsSuccess() bool
- func (o *PrepareClusterUpgradeOK) String() string
- type PrepareClusterUpgradeParams
- func NewPrepareClusterUpgradeParams() *PrepareClusterUpgradeParams
- func NewPrepareClusterUpgradeParamsWithContext(ctx context.Context) *PrepareClusterUpgradeParams
- func NewPrepareClusterUpgradeParamsWithHTTPClient(client *http.Client) *PrepareClusterUpgradeParams
- func NewPrepareClusterUpgradeParamsWithTimeout(timeout time.Duration) *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) SetContext(ctx context.Context)
- func (o *PrepareClusterUpgradeParams) SetDefaults()
- func (o *PrepareClusterUpgradeParams) SetHTTPClient(client *http.Client)
- func (o *PrepareClusterUpgradeParams) SetInput(input *models.PrepareClusterUpgradeRequest)
- func (o *PrepareClusterUpgradeParams) SetTimeout(timeout time.Duration)
- func (o *PrepareClusterUpgradeParams) WithContext(ctx context.Context) *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) WithDefaults() *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) WithHTTPClient(client *http.Client) *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) WithInput(input *models.PrepareClusterUpgradeRequest) *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) WithTimeout(timeout time.Duration) *PrepareClusterUpgradeParams
- func (o *PrepareClusterUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PrepareClusterUpgradeReader
- type RenewCertificateDefault
- func (o *RenewCertificateDefault) Code() int
- func (o *RenewCertificateDefault) Error() string
- func (o *RenewCertificateDefault) GetPayload() *models.Error
- func (o *RenewCertificateDefault) IsClientError() bool
- func (o *RenewCertificateDefault) IsCode(code int) bool
- func (o *RenewCertificateDefault) IsRedirect() bool
- func (o *RenewCertificateDefault) IsServerError() bool
- func (o *RenewCertificateDefault) IsSuccess() bool
- func (o *RenewCertificateDefault) String() string
- type RenewCertificateOK
- func (o *RenewCertificateOK) Code() int
- func (o *RenewCertificateOK) Error() string
- func (o *RenewCertificateOK) GetPayload() models.RenewCertificateResponse
- func (o *RenewCertificateOK) IsClientError() bool
- func (o *RenewCertificateOK) IsCode(code int) bool
- func (o *RenewCertificateOK) IsRedirect() bool
- func (o *RenewCertificateOK) IsServerError() bool
- func (o *RenewCertificateOK) IsSuccess() bool
- func (o *RenewCertificateOK) String() string
- type RenewCertificateParams
- func NewRenewCertificateParams() *RenewCertificateParams
- func NewRenewCertificateParamsWithContext(ctx context.Context) *RenewCertificateParams
- func NewRenewCertificateParamsWithHTTPClient(client *http.Client) *RenewCertificateParams
- func NewRenewCertificateParamsWithTimeout(timeout time.Duration) *RenewCertificateParams
- func (o *RenewCertificateParams) SetContext(ctx context.Context)
- func (o *RenewCertificateParams) SetDefaults()
- func (o *RenewCertificateParams) SetHTTPClient(client *http.Client)
- func (o *RenewCertificateParams) SetInput(input *models.RenewCertificateRequest)
- func (o *RenewCertificateParams) SetTimeout(timeout time.Duration)
- func (o *RenewCertificateParams) WithContext(ctx context.Context) *RenewCertificateParams
- func (o *RenewCertificateParams) WithDefaults() *RenewCertificateParams
- func (o *RenewCertificateParams) WithHTTPClient(client *http.Client) *RenewCertificateParams
- func (o *RenewCertificateParams) WithInput(input *models.RenewCertificateRequest) *RenewCertificateParams
- func (o *RenewCertificateParams) WithTimeout(timeout time.Duration) *RenewCertificateParams
- func (o *RenewCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RenewCertificateReader
- type RenewPublicCertificateDefault
- func (o *RenewPublicCertificateDefault) Code() int
- func (o *RenewPublicCertificateDefault) Error() string
- func (o *RenewPublicCertificateDefault) GetPayload() *models.Error
- func (o *RenewPublicCertificateDefault) IsClientError() bool
- func (o *RenewPublicCertificateDefault) IsCode(code int) bool
- func (o *RenewPublicCertificateDefault) IsRedirect() bool
- func (o *RenewPublicCertificateDefault) IsServerError() bool
- func (o *RenewPublicCertificateDefault) IsSuccess() bool
- func (o *RenewPublicCertificateDefault) String() string
- type RenewPublicCertificateOK
- func (o *RenewPublicCertificateOK) Code() int
- func (o *RenewPublicCertificateOK) Error() string
- func (o *RenewPublicCertificateOK) GetPayload() models.RenewPublicCertificateResponse
- func (o *RenewPublicCertificateOK) IsClientError() bool
- func (o *RenewPublicCertificateOK) IsCode(code int) bool
- func (o *RenewPublicCertificateOK) IsRedirect() bool
- func (o *RenewPublicCertificateOK) IsServerError() bool
- func (o *RenewPublicCertificateOK) IsSuccess() bool
- func (o *RenewPublicCertificateOK) String() string
- type RenewPublicCertificateParams
- func NewRenewPublicCertificateParams() *RenewPublicCertificateParams
- func NewRenewPublicCertificateParamsWithContext(ctx context.Context) *RenewPublicCertificateParams
- func NewRenewPublicCertificateParamsWithHTTPClient(client *http.Client) *RenewPublicCertificateParams
- func NewRenewPublicCertificateParamsWithTimeout(timeout time.Duration) *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) SetContext(ctx context.Context)
- func (o *RenewPublicCertificateParams) SetDefaults()
- func (o *RenewPublicCertificateParams) SetHTTPClient(client *http.Client)
- func (o *RenewPublicCertificateParams) SetInput(input *models.RenewPublicCertificateRequest)
- func (o *RenewPublicCertificateParams) SetTimeout(timeout time.Duration)
- func (o *RenewPublicCertificateParams) WithContext(ctx context.Context) *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) WithDefaults() *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) WithHTTPClient(client *http.Client) *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) WithInput(input *models.RenewPublicCertificateRequest) *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) WithTimeout(timeout time.Duration) *RenewPublicCertificateParams
- func (o *RenewPublicCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RenewPublicCertificateReader
- type RepairClusterDefault
- func (o *RepairClusterDefault) Code() int
- func (o *RepairClusterDefault) Error() string
- func (o *RepairClusterDefault) GetPayload() *models.Error
- func (o *RepairClusterDefault) IsClientError() bool
- func (o *RepairClusterDefault) IsCode(code int) bool
- func (o *RepairClusterDefault) IsRedirect() bool
- func (o *RepairClusterDefault) IsServerError() bool
- func (o *RepairClusterDefault) IsSuccess() bool
- func (o *RepairClusterDefault) String() string
- type RepairClusterOK
- func (o *RepairClusterOK) Code() int
- func (o *RepairClusterOK) Error() string
- func (o *RepairClusterOK) GetPayload() models.RepairClusterResponse
- func (o *RepairClusterOK) IsClientError() bool
- func (o *RepairClusterOK) IsCode(code int) bool
- func (o *RepairClusterOK) IsRedirect() bool
- func (o *RepairClusterOK) IsServerError() bool
- func (o *RepairClusterOK) IsSuccess() bool
- func (o *RepairClusterOK) String() string
- type RepairClusterParams
- func (o *RepairClusterParams) SetContext(ctx context.Context)
- func (o *RepairClusterParams) SetDefaults()
- func (o *RepairClusterParams) SetHTTPClient(client *http.Client)
- func (o *RepairClusterParams) SetInput(input *models.RepairClusterRequest)
- func (o *RepairClusterParams) SetTimeout(timeout time.Duration)
- func (o *RepairClusterParams) WithContext(ctx context.Context) *RepairClusterParams
- func (o *RepairClusterParams) WithDefaults() *RepairClusterParams
- func (o *RepairClusterParams) WithHTTPClient(client *http.Client) *RepairClusterParams
- func (o *RepairClusterParams) WithInput(input *models.RepairClusterRequest) *RepairClusterParams
- func (o *RepairClusterParams) WithTimeout(timeout time.Duration) *RepairClusterParams
- func (o *RepairClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RepairClusterReader
- type ReplaceRecipesDefault
- func (o *ReplaceRecipesDefault) Code() int
- func (o *ReplaceRecipesDefault) Error() string
- func (o *ReplaceRecipesDefault) GetPayload() *models.Error
- func (o *ReplaceRecipesDefault) IsClientError() bool
- func (o *ReplaceRecipesDefault) IsCode(code int) bool
- func (o *ReplaceRecipesDefault) IsRedirect() bool
- func (o *ReplaceRecipesDefault) IsServerError() bool
- func (o *ReplaceRecipesDefault) IsSuccess() bool
- func (o *ReplaceRecipesDefault) String() string
- type ReplaceRecipesOK
- func (o *ReplaceRecipesOK) Code() int
- func (o *ReplaceRecipesOK) Error() string
- func (o *ReplaceRecipesOK) GetPayload() *models.ReplaceRecipesResponse
- func (o *ReplaceRecipesOK) IsClientError() bool
- func (o *ReplaceRecipesOK) IsCode(code int) bool
- func (o *ReplaceRecipesOK) IsRedirect() bool
- func (o *ReplaceRecipesOK) IsServerError() bool
- func (o *ReplaceRecipesOK) IsSuccess() bool
- func (o *ReplaceRecipesOK) String() string
- type ReplaceRecipesParams
- func NewReplaceRecipesParams() *ReplaceRecipesParams
- func NewReplaceRecipesParamsWithContext(ctx context.Context) *ReplaceRecipesParams
- func NewReplaceRecipesParamsWithHTTPClient(client *http.Client) *ReplaceRecipesParams
- func NewReplaceRecipesParamsWithTimeout(timeout time.Duration) *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) SetContext(ctx context.Context)
- func (o *ReplaceRecipesParams) SetDefaults()
- func (o *ReplaceRecipesParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceRecipesParams) SetInput(input *models.ReplaceRecipesRequest)
- func (o *ReplaceRecipesParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceRecipesParams) WithContext(ctx context.Context) *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) WithDefaults() *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) WithHTTPClient(client *http.Client) *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) WithInput(input *models.ReplaceRecipesRequest) *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) WithTimeout(timeout time.Duration) *ReplaceRecipesParams
- func (o *ReplaceRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceRecipesReader
- type RetryClusterDefault
- func (o *RetryClusterDefault) Code() int
- func (o *RetryClusterDefault) Error() string
- func (o *RetryClusterDefault) GetPayload() *models.Error
- func (o *RetryClusterDefault) IsClientError() bool
- func (o *RetryClusterDefault) IsCode(code int) bool
- func (o *RetryClusterDefault) IsRedirect() bool
- func (o *RetryClusterDefault) IsServerError() bool
- func (o *RetryClusterDefault) IsSuccess() bool
- func (o *RetryClusterDefault) String() string
- type RetryClusterOK
- func (o *RetryClusterOK) Code() int
- func (o *RetryClusterOK) Error() string
- func (o *RetryClusterOK) GetPayload() models.RetryClusterResponse
- func (o *RetryClusterOK) IsClientError() bool
- func (o *RetryClusterOK) IsCode(code int) bool
- func (o *RetryClusterOK) IsRedirect() bool
- func (o *RetryClusterOK) IsServerError() bool
- func (o *RetryClusterOK) IsSuccess() bool
- func (o *RetryClusterOK) String() string
- type RetryClusterParams
- func (o *RetryClusterParams) SetContext(ctx context.Context)
- func (o *RetryClusterParams) SetDefaults()
- func (o *RetryClusterParams) SetHTTPClient(client *http.Client)
- func (o *RetryClusterParams) SetInput(input *models.RetryClusterRequest)
- func (o *RetryClusterParams) SetTimeout(timeout time.Duration)
- func (o *RetryClusterParams) WithContext(ctx context.Context) *RetryClusterParams
- func (o *RetryClusterParams) WithDefaults() *RetryClusterParams
- func (o *RetryClusterParams) WithHTTPClient(client *http.Client) *RetryClusterParams
- func (o *RetryClusterParams) WithInput(input *models.RetryClusterRequest) *RetryClusterParams
- func (o *RetryClusterParams) WithTimeout(timeout time.Duration) *RetryClusterParams
- func (o *RetryClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetryClusterReader
- type RotateAutoTLSCertificatesDefault
- func (o *RotateAutoTLSCertificatesDefault) Code() int
- func (o *RotateAutoTLSCertificatesDefault) Error() string
- func (o *RotateAutoTLSCertificatesDefault) GetPayload() *models.Error
- func (o *RotateAutoTLSCertificatesDefault) IsClientError() bool
- func (o *RotateAutoTLSCertificatesDefault) IsCode(code int) bool
- func (o *RotateAutoTLSCertificatesDefault) IsRedirect() bool
- func (o *RotateAutoTLSCertificatesDefault) IsServerError() bool
- func (o *RotateAutoTLSCertificatesDefault) IsSuccess() bool
- func (o *RotateAutoTLSCertificatesDefault) String() string
- type RotateAutoTLSCertificatesOK
- func (o *RotateAutoTLSCertificatesOK) Code() int
- func (o *RotateAutoTLSCertificatesOK) Error() string
- func (o *RotateAutoTLSCertificatesOK) GetPayload() models.RotateAutoTLSCertificatesResponse
- func (o *RotateAutoTLSCertificatesOK) IsClientError() bool
- func (o *RotateAutoTLSCertificatesOK) IsCode(code int) bool
- func (o *RotateAutoTLSCertificatesOK) IsRedirect() bool
- func (o *RotateAutoTLSCertificatesOK) IsServerError() bool
- func (o *RotateAutoTLSCertificatesOK) IsSuccess() bool
- func (o *RotateAutoTLSCertificatesOK) String() string
- type RotateAutoTLSCertificatesParams
- func NewRotateAutoTLSCertificatesParams() *RotateAutoTLSCertificatesParams
- func NewRotateAutoTLSCertificatesParamsWithContext(ctx context.Context) *RotateAutoTLSCertificatesParams
- func NewRotateAutoTLSCertificatesParamsWithHTTPClient(client *http.Client) *RotateAutoTLSCertificatesParams
- func NewRotateAutoTLSCertificatesParamsWithTimeout(timeout time.Duration) *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) SetContext(ctx context.Context)
- func (o *RotateAutoTLSCertificatesParams) SetDefaults()
- func (o *RotateAutoTLSCertificatesParams) SetHTTPClient(client *http.Client)
- func (o *RotateAutoTLSCertificatesParams) SetInput(input *models.RotateAutoTLSCertificatesRequest)
- func (o *RotateAutoTLSCertificatesParams) SetTimeout(timeout time.Duration)
- func (o *RotateAutoTLSCertificatesParams) WithContext(ctx context.Context) *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) WithDefaults() *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) WithHTTPClient(client *http.Client) *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) WithInput(input *models.RotateAutoTLSCertificatesRequest) *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) WithTimeout(timeout time.Duration) *RotateAutoTLSCertificatesParams
- func (o *RotateAutoTLSCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RotateAutoTLSCertificatesReader
- type RotatePrivateCertificatesDefault
- func (o *RotatePrivateCertificatesDefault) Code() int
- func (o *RotatePrivateCertificatesDefault) Error() string
- func (o *RotatePrivateCertificatesDefault) GetPayload() *models.Error
- func (o *RotatePrivateCertificatesDefault) IsClientError() bool
- func (o *RotatePrivateCertificatesDefault) IsCode(code int) bool
- func (o *RotatePrivateCertificatesDefault) IsRedirect() bool
- func (o *RotatePrivateCertificatesDefault) IsServerError() bool
- func (o *RotatePrivateCertificatesDefault) IsSuccess() bool
- func (o *RotatePrivateCertificatesDefault) String() string
- type RotatePrivateCertificatesOK
- func (o *RotatePrivateCertificatesOK) Code() int
- func (o *RotatePrivateCertificatesOK) Error() string
- func (o *RotatePrivateCertificatesOK) GetPayload() models.RotatePrivateCertificatesResponse
- func (o *RotatePrivateCertificatesOK) IsClientError() bool
- func (o *RotatePrivateCertificatesOK) IsCode(code int) bool
- func (o *RotatePrivateCertificatesOK) IsRedirect() bool
- func (o *RotatePrivateCertificatesOK) IsServerError() bool
- func (o *RotatePrivateCertificatesOK) IsSuccess() bool
- func (o *RotatePrivateCertificatesOK) String() string
- type RotatePrivateCertificatesParams
- func NewRotatePrivateCertificatesParams() *RotatePrivateCertificatesParams
- func NewRotatePrivateCertificatesParamsWithContext(ctx context.Context) *RotatePrivateCertificatesParams
- func NewRotatePrivateCertificatesParamsWithHTTPClient(client *http.Client) *RotatePrivateCertificatesParams
- func NewRotatePrivateCertificatesParamsWithTimeout(timeout time.Duration) *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) SetContext(ctx context.Context)
- func (o *RotatePrivateCertificatesParams) SetDefaults()
- func (o *RotatePrivateCertificatesParams) SetHTTPClient(client *http.Client)
- func (o *RotatePrivateCertificatesParams) SetInput(input *models.RotatePrivateCertificatesRequest)
- func (o *RotatePrivateCertificatesParams) SetTimeout(timeout time.Duration)
- func (o *RotatePrivateCertificatesParams) WithContext(ctx context.Context) *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) WithDefaults() *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) WithHTTPClient(client *http.Client) *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) WithInput(input *models.RotatePrivateCertificatesRequest) *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) WithTimeout(timeout time.Duration) *RotatePrivateCertificatesParams
- func (o *RotatePrivateCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RotatePrivateCertificatesReader
- type RotateSaltPasswordDefault
- func (o *RotateSaltPasswordDefault) Code() int
- func (o *RotateSaltPasswordDefault) Error() string
- func (o *RotateSaltPasswordDefault) GetPayload() *models.Error
- func (o *RotateSaltPasswordDefault) IsClientError() bool
- func (o *RotateSaltPasswordDefault) IsCode(code int) bool
- func (o *RotateSaltPasswordDefault) IsRedirect() bool
- func (o *RotateSaltPasswordDefault) IsServerError() bool
- func (o *RotateSaltPasswordDefault) IsSuccess() bool
- func (o *RotateSaltPasswordDefault) String() string
- type RotateSaltPasswordOK
- func (o *RotateSaltPasswordOK) Code() int
- func (o *RotateSaltPasswordOK) Error() string
- func (o *RotateSaltPasswordOK) GetPayload() models.RotateSaltPasswordResponse
- func (o *RotateSaltPasswordOK) IsClientError() bool
- func (o *RotateSaltPasswordOK) IsCode(code int) bool
- func (o *RotateSaltPasswordOK) IsRedirect() bool
- func (o *RotateSaltPasswordOK) IsServerError() bool
- func (o *RotateSaltPasswordOK) IsSuccess() bool
- func (o *RotateSaltPasswordOK) String() string
- type RotateSaltPasswordParams
- func NewRotateSaltPasswordParams() *RotateSaltPasswordParams
- func NewRotateSaltPasswordParamsWithContext(ctx context.Context) *RotateSaltPasswordParams
- func NewRotateSaltPasswordParamsWithHTTPClient(client *http.Client) *RotateSaltPasswordParams
- func NewRotateSaltPasswordParamsWithTimeout(timeout time.Duration) *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) SetContext(ctx context.Context)
- func (o *RotateSaltPasswordParams) SetDefaults()
- func (o *RotateSaltPasswordParams) SetHTTPClient(client *http.Client)
- func (o *RotateSaltPasswordParams) SetInput(input *models.RotateSaltPasswordRequest)
- func (o *RotateSaltPasswordParams) SetTimeout(timeout time.Duration)
- func (o *RotateSaltPasswordParams) WithContext(ctx context.Context) *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) WithDefaults() *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) WithHTTPClient(client *http.Client) *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) WithInput(input *models.RotateSaltPasswordRequest) *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) WithTimeout(timeout time.Duration) *RotateSaltPasswordParams
- func (o *RotateSaltPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RotateSaltPasswordReader
- type ScaleClusterDefault
- func (o *ScaleClusterDefault) Code() int
- func (o *ScaleClusterDefault) Error() string
- func (o *ScaleClusterDefault) GetPayload() *models.Error
- func (o *ScaleClusterDefault) IsClientError() bool
- func (o *ScaleClusterDefault) IsCode(code int) bool
- func (o *ScaleClusterDefault) IsRedirect() bool
- func (o *ScaleClusterDefault) IsServerError() bool
- func (o *ScaleClusterDefault) IsSuccess() bool
- func (o *ScaleClusterDefault) String() string
- type ScaleClusterOK
- func (o *ScaleClusterOK) Code() int
- func (o *ScaleClusterOK) Error() string
- func (o *ScaleClusterOK) GetPayload() models.ScaleClusterResponse
- func (o *ScaleClusterOK) IsClientError() bool
- func (o *ScaleClusterOK) IsCode(code int) bool
- func (o *ScaleClusterOK) IsRedirect() bool
- func (o *ScaleClusterOK) IsServerError() bool
- func (o *ScaleClusterOK) IsSuccess() bool
- func (o *ScaleClusterOK) String() string
- type ScaleClusterParams
- func (o *ScaleClusterParams) SetContext(ctx context.Context)
- func (o *ScaleClusterParams) SetDefaults()
- func (o *ScaleClusterParams) SetHTTPClient(client *http.Client)
- func (o *ScaleClusterParams) SetInput(input *models.ScaleClusterRequest)
- func (o *ScaleClusterParams) SetTimeout(timeout time.Duration)
- func (o *ScaleClusterParams) WithContext(ctx context.Context) *ScaleClusterParams
- func (o *ScaleClusterParams) WithDefaults() *ScaleClusterParams
- func (o *ScaleClusterParams) WithHTTPClient(client *http.Client) *ScaleClusterParams
- func (o *ScaleClusterParams) WithInput(input *models.ScaleClusterRequest) *ScaleClusterParams
- func (o *ScaleClusterParams) WithTimeout(timeout time.Duration) *ScaleClusterParams
- func (o *ScaleClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ScaleClusterReader
- type SetCatalogDefault
- func (o *SetCatalogDefault) Code() int
- func (o *SetCatalogDefault) Error() string
- func (o *SetCatalogDefault) GetPayload() *models.Error
- func (o *SetCatalogDefault) IsClientError() bool
- func (o *SetCatalogDefault) IsCode(code int) bool
- func (o *SetCatalogDefault) IsRedirect() bool
- func (o *SetCatalogDefault) IsServerError() bool
- func (o *SetCatalogDefault) IsSuccess() bool
- func (o *SetCatalogDefault) String() string
- type SetCatalogOK
- func (o *SetCatalogOK) Code() int
- func (o *SetCatalogOK) Error() string
- func (o *SetCatalogOK) GetPayload() models.SetCatalogResponse
- func (o *SetCatalogOK) IsClientError() bool
- func (o *SetCatalogOK) IsCode(code int) bool
- func (o *SetCatalogOK) IsRedirect() bool
- func (o *SetCatalogOK) IsServerError() bool
- func (o *SetCatalogOK) IsSuccess() bool
- func (o *SetCatalogOK) String() string
- type SetCatalogParams
- func (o *SetCatalogParams) SetContext(ctx context.Context)
- func (o *SetCatalogParams) SetDefaults()
- func (o *SetCatalogParams) SetHTTPClient(client *http.Client)
- func (o *SetCatalogParams) SetInput(input *models.SetCatalogRequest)
- func (o *SetCatalogParams) SetTimeout(timeout time.Duration)
- func (o *SetCatalogParams) WithContext(ctx context.Context) *SetCatalogParams
- func (o *SetCatalogParams) WithDefaults() *SetCatalogParams
- func (o *SetCatalogParams) WithHTTPClient(client *http.Client) *SetCatalogParams
- func (o *SetCatalogParams) WithInput(input *models.SetCatalogRequest) *SetCatalogParams
- func (o *SetCatalogParams) WithTimeout(timeout time.Duration) *SetCatalogParams
- func (o *SetCatalogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetCatalogReader
- type StartClusterDefault
- func (o *StartClusterDefault) Code() int
- func (o *StartClusterDefault) Error() string
- func (o *StartClusterDefault) GetPayload() *models.Error
- func (o *StartClusterDefault) IsClientError() bool
- func (o *StartClusterDefault) IsCode(code int) bool
- func (o *StartClusterDefault) IsRedirect() bool
- func (o *StartClusterDefault) IsServerError() bool
- func (o *StartClusterDefault) IsSuccess() bool
- func (o *StartClusterDefault) String() string
- type StartClusterOK
- func (o *StartClusterOK) Code() int
- func (o *StartClusterOK) Error() string
- func (o *StartClusterOK) GetPayload() models.StartClusterResponse
- func (o *StartClusterOK) IsClientError() bool
- func (o *StartClusterOK) IsCode(code int) bool
- func (o *StartClusterOK) IsRedirect() bool
- func (o *StartClusterOK) IsServerError() bool
- func (o *StartClusterOK) IsSuccess() bool
- func (o *StartClusterOK) String() string
- type StartClusterParams
- func (o *StartClusterParams) SetContext(ctx context.Context)
- func (o *StartClusterParams) SetDefaults()
- func (o *StartClusterParams) SetHTTPClient(client *http.Client)
- func (o *StartClusterParams) SetInput(input *models.StartClusterRequest)
- func (o *StartClusterParams) SetTimeout(timeout time.Duration)
- func (o *StartClusterParams) WithContext(ctx context.Context) *StartClusterParams
- func (o *StartClusterParams) WithDefaults() *StartClusterParams
- func (o *StartClusterParams) WithHTTPClient(client *http.Client) *StartClusterParams
- func (o *StartClusterParams) WithInput(input *models.StartClusterRequest) *StartClusterParams
- func (o *StartClusterParams) WithTimeout(timeout time.Duration) *StartClusterParams
- func (o *StartClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartClusterReader
- type StartClusterVerticalScalingDefault
- func (o *StartClusterVerticalScalingDefault) Code() int
- func (o *StartClusterVerticalScalingDefault) Error() string
- func (o *StartClusterVerticalScalingDefault) GetPayload() *models.Error
- func (o *StartClusterVerticalScalingDefault) IsClientError() bool
- func (o *StartClusterVerticalScalingDefault) IsCode(code int) bool
- func (o *StartClusterVerticalScalingDefault) IsRedirect() bool
- func (o *StartClusterVerticalScalingDefault) IsServerError() bool
- func (o *StartClusterVerticalScalingDefault) IsSuccess() bool
- func (o *StartClusterVerticalScalingDefault) String() string
- type StartClusterVerticalScalingOK
- func (o *StartClusterVerticalScalingOK) Code() int
- func (o *StartClusterVerticalScalingOK) Error() string
- func (o *StartClusterVerticalScalingOK) GetPayload() *models.StartClusterVerticalScalingResponse
- func (o *StartClusterVerticalScalingOK) IsClientError() bool
- func (o *StartClusterVerticalScalingOK) IsCode(code int) bool
- func (o *StartClusterVerticalScalingOK) IsRedirect() bool
- func (o *StartClusterVerticalScalingOK) IsServerError() bool
- func (o *StartClusterVerticalScalingOK) IsSuccess() bool
- func (o *StartClusterVerticalScalingOK) String() string
- type StartClusterVerticalScalingParams
- func NewStartClusterVerticalScalingParams() *StartClusterVerticalScalingParams
- func NewStartClusterVerticalScalingParamsWithContext(ctx context.Context) *StartClusterVerticalScalingParams
- func NewStartClusterVerticalScalingParamsWithHTTPClient(client *http.Client) *StartClusterVerticalScalingParams
- func NewStartClusterVerticalScalingParamsWithTimeout(timeout time.Duration) *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) SetContext(ctx context.Context)
- func (o *StartClusterVerticalScalingParams) SetDefaults()
- func (o *StartClusterVerticalScalingParams) SetHTTPClient(client *http.Client)
- func (o *StartClusterVerticalScalingParams) SetInput(input *models.StartClusterVerticalScalingRequest)
- func (o *StartClusterVerticalScalingParams) SetTimeout(timeout time.Duration)
- func (o *StartClusterVerticalScalingParams) WithContext(ctx context.Context) *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) WithDefaults() *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) WithHTTPClient(client *http.Client) *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) WithInput(input *models.StartClusterVerticalScalingRequest) *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) WithTimeout(timeout time.Duration) *StartClusterVerticalScalingParams
- func (o *StartClusterVerticalScalingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartClusterVerticalScalingReader
- type StartDatabaseUpgradeDefault
- func (o *StartDatabaseUpgradeDefault) Code() int
- func (o *StartDatabaseUpgradeDefault) Error() string
- func (o *StartDatabaseUpgradeDefault) GetPayload() *models.Error
- func (o *StartDatabaseUpgradeDefault) IsClientError() bool
- func (o *StartDatabaseUpgradeDefault) IsCode(code int) bool
- func (o *StartDatabaseUpgradeDefault) IsRedirect() bool
- func (o *StartDatabaseUpgradeDefault) IsServerError() bool
- func (o *StartDatabaseUpgradeDefault) IsSuccess() bool
- func (o *StartDatabaseUpgradeDefault) String() string
- type StartDatabaseUpgradeOK
- func (o *StartDatabaseUpgradeOK) Code() int
- func (o *StartDatabaseUpgradeOK) Error() string
- func (o *StartDatabaseUpgradeOK) GetPayload() *models.StartDatabaseUpgradeResponse
- func (o *StartDatabaseUpgradeOK) IsClientError() bool
- func (o *StartDatabaseUpgradeOK) IsCode(code int) bool
- func (o *StartDatabaseUpgradeOK) IsRedirect() bool
- func (o *StartDatabaseUpgradeOK) IsServerError() bool
- func (o *StartDatabaseUpgradeOK) IsSuccess() bool
- func (o *StartDatabaseUpgradeOK) String() string
- type StartDatabaseUpgradeParams
- func NewStartDatabaseUpgradeParams() *StartDatabaseUpgradeParams
- func NewStartDatabaseUpgradeParamsWithContext(ctx context.Context) *StartDatabaseUpgradeParams
- func NewStartDatabaseUpgradeParamsWithHTTPClient(client *http.Client) *StartDatabaseUpgradeParams
- func NewStartDatabaseUpgradeParamsWithTimeout(timeout time.Duration) *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) SetContext(ctx context.Context)
- func (o *StartDatabaseUpgradeParams) SetDefaults()
- func (o *StartDatabaseUpgradeParams) SetHTTPClient(client *http.Client)
- func (o *StartDatabaseUpgradeParams) SetInput(input *models.StartDatabaseUpgradeRequest)
- func (o *StartDatabaseUpgradeParams) SetTimeout(timeout time.Duration)
- func (o *StartDatabaseUpgradeParams) WithContext(ctx context.Context) *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) WithDefaults() *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) WithHTTPClient(client *http.Client) *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) WithInput(input *models.StartDatabaseUpgradeRequest) *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) WithTimeout(timeout time.Duration) *StartDatabaseUpgradeParams
- func (o *StartDatabaseUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDatabaseUpgradeReader
- type StartInstancesDefault
- func (o *StartInstancesDefault) Code() int
- func (o *StartInstancesDefault) Error() string
- func (o *StartInstancesDefault) GetPayload() *models.Error
- func (o *StartInstancesDefault) IsClientError() bool
- func (o *StartInstancesDefault) IsCode(code int) bool
- func (o *StartInstancesDefault) IsRedirect() bool
- func (o *StartInstancesDefault) IsServerError() bool
- func (o *StartInstancesDefault) IsSuccess() bool
- func (o *StartInstancesDefault) String() string
- type StartInstancesOK
- func (o *StartInstancesOK) Code() int
- func (o *StartInstancesOK) Error() string
- func (o *StartInstancesOK) GetPayload() models.StartInstancesResponse
- func (o *StartInstancesOK) IsClientError() bool
- func (o *StartInstancesOK) IsCode(code int) bool
- func (o *StartInstancesOK) IsRedirect() bool
- func (o *StartInstancesOK) IsServerError() bool
- func (o *StartInstancesOK) IsSuccess() bool
- func (o *StartInstancesOK) String() string
- type StartInstancesParams
- func NewStartInstancesParams() *StartInstancesParams
- func NewStartInstancesParamsWithContext(ctx context.Context) *StartInstancesParams
- func NewStartInstancesParamsWithHTTPClient(client *http.Client) *StartInstancesParams
- func NewStartInstancesParamsWithTimeout(timeout time.Duration) *StartInstancesParams
- func (o *StartInstancesParams) SetContext(ctx context.Context)
- func (o *StartInstancesParams) SetDefaults()
- func (o *StartInstancesParams) SetHTTPClient(client *http.Client)
- func (o *StartInstancesParams) SetInput(input *models.StartInstancesRequest)
- func (o *StartInstancesParams) SetTimeout(timeout time.Duration)
- func (o *StartInstancesParams) WithContext(ctx context.Context) *StartInstancesParams
- func (o *StartInstancesParams) WithDefaults() *StartInstancesParams
- func (o *StartInstancesParams) WithHTTPClient(client *http.Client) *StartInstancesParams
- func (o *StartInstancesParams) WithInput(input *models.StartInstancesRequest) *StartInstancesParams
- func (o *StartInstancesParams) WithTimeout(timeout time.Duration) *StartInstancesParams
- func (o *StartInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartInstancesReader
- type StopClusterDefault
- func (o *StopClusterDefault) Code() int
- func (o *StopClusterDefault) Error() string
- func (o *StopClusterDefault) GetPayload() *models.Error
- func (o *StopClusterDefault) IsClientError() bool
- func (o *StopClusterDefault) IsCode(code int) bool
- func (o *StopClusterDefault) IsRedirect() bool
- func (o *StopClusterDefault) IsServerError() bool
- func (o *StopClusterDefault) IsSuccess() bool
- func (o *StopClusterDefault) String() string
- type StopClusterOK
- func (o *StopClusterOK) Code() int
- func (o *StopClusterOK) Error() string
- func (o *StopClusterOK) GetPayload() models.StopClusterResponse
- func (o *StopClusterOK) IsClientError() bool
- func (o *StopClusterOK) IsCode(code int) bool
- func (o *StopClusterOK) IsRedirect() bool
- func (o *StopClusterOK) IsServerError() bool
- func (o *StopClusterOK) IsSuccess() bool
- func (o *StopClusterOK) String() string
- type StopClusterParams
- func (o *StopClusterParams) SetContext(ctx context.Context)
- func (o *StopClusterParams) SetDefaults()
- func (o *StopClusterParams) SetHTTPClient(client *http.Client)
- func (o *StopClusterParams) SetInput(input *models.StopClusterRequest)
- func (o *StopClusterParams) SetTimeout(timeout time.Duration)
- func (o *StopClusterParams) WithContext(ctx context.Context) *StopClusterParams
- func (o *StopClusterParams) WithDefaults() *StopClusterParams
- func (o *StopClusterParams) WithHTTPClient(client *http.Client) *StopClusterParams
- func (o *StopClusterParams) WithInput(input *models.StopClusterRequest) *StopClusterParams
- func (o *StopClusterParams) WithTimeout(timeout time.Duration) *StopClusterParams
- func (o *StopClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopClusterReader
- type StopInstancesDefault
- func (o *StopInstancesDefault) Code() int
- func (o *StopInstancesDefault) Error() string
- func (o *StopInstancesDefault) GetPayload() *models.Error
- func (o *StopInstancesDefault) IsClientError() bool
- func (o *StopInstancesDefault) IsCode(code int) bool
- func (o *StopInstancesDefault) IsRedirect() bool
- func (o *StopInstancesDefault) IsServerError() bool
- func (o *StopInstancesDefault) IsSuccess() bool
- func (o *StopInstancesDefault) String() string
- type StopInstancesOK
- func (o *StopInstancesOK) Code() int
- func (o *StopInstancesOK) Error() string
- func (o *StopInstancesOK) GetPayload() models.StopInstancesResponse
- func (o *StopInstancesOK) IsClientError() bool
- func (o *StopInstancesOK) IsCode(code int) bool
- func (o *StopInstancesOK) IsRedirect() bool
- func (o *StopInstancesOK) IsServerError() bool
- func (o *StopInstancesOK) IsSuccess() bool
- func (o *StopInstancesOK) String() string
- type StopInstancesParams
- func (o *StopInstancesParams) SetContext(ctx context.Context)
- func (o *StopInstancesParams) SetDefaults()
- func (o *StopInstancesParams) SetHTTPClient(client *http.Client)
- func (o *StopInstancesParams) SetInput(input *models.StopInstancesRequest)
- func (o *StopInstancesParams) SetTimeout(timeout time.Duration)
- func (o *StopInstancesParams) WithContext(ctx context.Context) *StopInstancesParams
- func (o *StopInstancesParams) WithDefaults() *StopInstancesParams
- func (o *StopInstancesParams) WithHTTPClient(client *http.Client) *StopInstancesParams
- func (o *StopInstancesParams) WithInput(input *models.StopInstancesRequest) *StopInstancesParams
- func (o *StopInstancesParams) WithTimeout(timeout time.Duration) *StopInstancesParams
- func (o *StopInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopInstancesReader
- type SyncClusterDefault
- func (o *SyncClusterDefault) Code() int
- func (o *SyncClusterDefault) Error() string
- func (o *SyncClusterDefault) GetPayload() *models.Error
- func (o *SyncClusterDefault) IsClientError() bool
- func (o *SyncClusterDefault) IsCode(code int) bool
- func (o *SyncClusterDefault) IsRedirect() bool
- func (o *SyncClusterDefault) IsServerError() bool
- func (o *SyncClusterDefault) IsSuccess() bool
- func (o *SyncClusterDefault) String() string
- type SyncClusterOK
- func (o *SyncClusterOK) Code() int
- func (o *SyncClusterOK) Error() string
- func (o *SyncClusterOK) GetPayload() models.SyncClusterResponse
- func (o *SyncClusterOK) IsClientError() bool
- func (o *SyncClusterOK) IsCode(code int) bool
- func (o *SyncClusterOK) IsRedirect() bool
- func (o *SyncClusterOK) IsServerError() bool
- func (o *SyncClusterOK) IsSuccess() bool
- func (o *SyncClusterOK) String() string
- type SyncClusterParams
- func (o *SyncClusterParams) SetContext(ctx context.Context)
- func (o *SyncClusterParams) SetDefaults()
- func (o *SyncClusterParams) SetHTTPClient(client *http.Client)
- func (o *SyncClusterParams) SetInput(input *models.SyncClusterRequest)
- func (o *SyncClusterParams) SetTimeout(timeout time.Duration)
- func (o *SyncClusterParams) WithContext(ctx context.Context) *SyncClusterParams
- func (o *SyncClusterParams) WithDefaults() *SyncClusterParams
- func (o *SyncClusterParams) WithHTTPClient(client *http.Client) *SyncClusterParams
- func (o *SyncClusterParams) WithInput(input *models.SyncClusterRequest) *SyncClusterParams
- func (o *SyncClusterParams) WithTimeout(timeout time.Duration) *SyncClusterParams
- func (o *SyncClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncClusterReader
- type SyncComponentVersionsFromCmDefault
- func (o *SyncComponentVersionsFromCmDefault) Code() int
- func (o *SyncComponentVersionsFromCmDefault) Error() string
- func (o *SyncComponentVersionsFromCmDefault) GetPayload() *models.Error
- func (o *SyncComponentVersionsFromCmDefault) IsClientError() bool
- func (o *SyncComponentVersionsFromCmDefault) IsCode(code int) bool
- func (o *SyncComponentVersionsFromCmDefault) IsRedirect() bool
- func (o *SyncComponentVersionsFromCmDefault) IsServerError() bool
- func (o *SyncComponentVersionsFromCmDefault) IsSuccess() bool
- func (o *SyncComponentVersionsFromCmDefault) String() string
- type SyncComponentVersionsFromCmOK
- func (o *SyncComponentVersionsFromCmOK) Code() int
- func (o *SyncComponentVersionsFromCmOK) Error() string
- func (o *SyncComponentVersionsFromCmOK) GetPayload() models.SyncComponentVersionsFromCmResponse
- func (o *SyncComponentVersionsFromCmOK) IsClientError() bool
- func (o *SyncComponentVersionsFromCmOK) IsCode(code int) bool
- func (o *SyncComponentVersionsFromCmOK) IsRedirect() bool
- func (o *SyncComponentVersionsFromCmOK) IsServerError() bool
- func (o *SyncComponentVersionsFromCmOK) IsSuccess() bool
- func (o *SyncComponentVersionsFromCmOK) String() string
- type SyncComponentVersionsFromCmParams
- func NewSyncComponentVersionsFromCmParams() *SyncComponentVersionsFromCmParams
- func NewSyncComponentVersionsFromCmParamsWithContext(ctx context.Context) *SyncComponentVersionsFromCmParams
- func NewSyncComponentVersionsFromCmParamsWithHTTPClient(client *http.Client) *SyncComponentVersionsFromCmParams
- func NewSyncComponentVersionsFromCmParamsWithTimeout(timeout time.Duration) *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) SetContext(ctx context.Context)
- func (o *SyncComponentVersionsFromCmParams) SetDefaults()
- func (o *SyncComponentVersionsFromCmParams) SetHTTPClient(client *http.Client)
- func (o *SyncComponentVersionsFromCmParams) SetInput(input *models.SyncComponentVersionsFromCmRequest)
- func (o *SyncComponentVersionsFromCmParams) SetTimeout(timeout time.Duration)
- func (o *SyncComponentVersionsFromCmParams) WithContext(ctx context.Context) *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) WithDefaults() *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) WithHTTPClient(client *http.Client) *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) WithInput(input *models.SyncComponentVersionsFromCmRequest) *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) WithTimeout(timeout time.Duration) *SyncComponentVersionsFromCmParams
- func (o *SyncComponentVersionsFromCmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncComponentVersionsFromCmReader
- type UpdateAutoScaleRulesDefault
- func (o *UpdateAutoScaleRulesDefault) Code() int
- func (o *UpdateAutoScaleRulesDefault) Error() string
- func (o *UpdateAutoScaleRulesDefault) GetPayload() *models.Error
- func (o *UpdateAutoScaleRulesDefault) IsClientError() bool
- func (o *UpdateAutoScaleRulesDefault) IsCode(code int) bool
- func (o *UpdateAutoScaleRulesDefault) IsRedirect() bool
- func (o *UpdateAutoScaleRulesDefault) IsServerError() bool
- func (o *UpdateAutoScaleRulesDefault) IsSuccess() bool
- func (o *UpdateAutoScaleRulesDefault) String() string
- type UpdateAutoScaleRulesOK
- func (o *UpdateAutoScaleRulesOK) Code() int
- func (o *UpdateAutoScaleRulesOK) Error() string
- func (o *UpdateAutoScaleRulesOK) GetPayload() *models.UpdateAutoScaleRulesResponse
- func (o *UpdateAutoScaleRulesOK) IsClientError() bool
- func (o *UpdateAutoScaleRulesOK) IsCode(code int) bool
- func (o *UpdateAutoScaleRulesOK) IsRedirect() bool
- func (o *UpdateAutoScaleRulesOK) IsServerError() bool
- func (o *UpdateAutoScaleRulesOK) IsSuccess() bool
- func (o *UpdateAutoScaleRulesOK) String() string
- type UpdateAutoScaleRulesParams
- func NewUpdateAutoScaleRulesParams() *UpdateAutoScaleRulesParams
- func NewUpdateAutoScaleRulesParamsWithContext(ctx context.Context) *UpdateAutoScaleRulesParams
- func NewUpdateAutoScaleRulesParamsWithHTTPClient(client *http.Client) *UpdateAutoScaleRulesParams
- func NewUpdateAutoScaleRulesParamsWithTimeout(timeout time.Duration) *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) SetContext(ctx context.Context)
- func (o *UpdateAutoScaleRulesParams) SetDefaults()
- func (o *UpdateAutoScaleRulesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAutoScaleRulesParams) SetInput(input *models.UpdateAutoScaleRulesRequest)
- func (o *UpdateAutoScaleRulesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAutoScaleRulesParams) WithContext(ctx context.Context) *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) WithDefaults() *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) WithHTTPClient(client *http.Client) *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) WithInput(input *models.UpdateAutoScaleRulesRequest) *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) WithTimeout(timeout time.Duration) *UpdateAutoScaleRulesParams
- func (o *UpdateAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAutoScaleRulesReader
- type UpdateOrchestratorStateDefault
- func (o *UpdateOrchestratorStateDefault) Code() int
- func (o *UpdateOrchestratorStateDefault) Error() string
- func (o *UpdateOrchestratorStateDefault) GetPayload() *models.Error
- func (o *UpdateOrchestratorStateDefault) IsClientError() bool
- func (o *UpdateOrchestratorStateDefault) IsCode(code int) bool
- func (o *UpdateOrchestratorStateDefault) IsRedirect() bool
- func (o *UpdateOrchestratorStateDefault) IsServerError() bool
- func (o *UpdateOrchestratorStateDefault) IsSuccess() bool
- func (o *UpdateOrchestratorStateDefault) String() string
- type UpdateOrchestratorStateOK
- func (o *UpdateOrchestratorStateOK) Code() int
- func (o *UpdateOrchestratorStateOK) Error() string
- func (o *UpdateOrchestratorStateOK) GetPayload() models.UpdateOrchestratorStateResponse
- func (o *UpdateOrchestratorStateOK) IsClientError() bool
- func (o *UpdateOrchestratorStateOK) IsCode(code int) bool
- func (o *UpdateOrchestratorStateOK) IsRedirect() bool
- func (o *UpdateOrchestratorStateOK) IsServerError() bool
- func (o *UpdateOrchestratorStateOK) IsSuccess() bool
- func (o *UpdateOrchestratorStateOK) String() string
- type UpdateOrchestratorStateParams
- func NewUpdateOrchestratorStateParams() *UpdateOrchestratorStateParams
- func NewUpdateOrchestratorStateParamsWithContext(ctx context.Context) *UpdateOrchestratorStateParams
- func NewUpdateOrchestratorStateParamsWithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams
- func NewUpdateOrchestratorStateParamsWithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) SetContext(ctx context.Context)
- func (o *UpdateOrchestratorStateParams) SetDefaults()
- func (o *UpdateOrchestratorStateParams) SetHTTPClient(client *http.Client)
- func (o *UpdateOrchestratorStateParams) SetInput(input *models.UpdateOrchestratorStateRequest)
- func (o *UpdateOrchestratorStateParams) SetTimeout(timeout time.Duration)
- func (o *UpdateOrchestratorStateParams) WithContext(ctx context.Context) *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) WithDefaults() *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) WithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) WithInput(input *models.UpdateOrchestratorStateRequest) *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) WithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams
- func (o *UpdateOrchestratorStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateOrchestratorStateReader
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelDatahubDiagnosticsDefault ¶
type CancelDatahubDiagnosticsDefault struct { Payload *models.Error // contains filtered or unexported fields }
CancelDatahubDiagnosticsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCancelDatahubDiagnosticsDefault ¶
func NewCancelDatahubDiagnosticsDefault(code int) *CancelDatahubDiagnosticsDefault
NewCancelDatahubDiagnosticsDefault creates a CancelDatahubDiagnosticsDefault with default headers values
func (*CancelDatahubDiagnosticsDefault) Code ¶
func (o *CancelDatahubDiagnosticsDefault) Code() int
Code gets the status code for the cancel datahub diagnostics default response
func (*CancelDatahubDiagnosticsDefault) Error ¶
func (o *CancelDatahubDiagnosticsDefault) Error() string
func (*CancelDatahubDiagnosticsDefault) GetPayload ¶
func (o *CancelDatahubDiagnosticsDefault) GetPayload() *models.Error
func (*CancelDatahubDiagnosticsDefault) IsClientError ¶
func (o *CancelDatahubDiagnosticsDefault) IsClientError() bool
IsClientError returns true when this cancel datahub diagnostics default response has a 4xx status code
func (*CancelDatahubDiagnosticsDefault) IsCode ¶
func (o *CancelDatahubDiagnosticsDefault) IsCode(code int) bool
IsCode returns true when this cancel datahub diagnostics default response a status code equal to that given
func (*CancelDatahubDiagnosticsDefault) IsRedirect ¶
func (o *CancelDatahubDiagnosticsDefault) IsRedirect() bool
IsRedirect returns true when this cancel datahub diagnostics default response has a 3xx status code
func (*CancelDatahubDiagnosticsDefault) IsServerError ¶
func (o *CancelDatahubDiagnosticsDefault) IsServerError() bool
IsServerError returns true when this cancel datahub diagnostics default response has a 5xx status code
func (*CancelDatahubDiagnosticsDefault) IsSuccess ¶
func (o *CancelDatahubDiagnosticsDefault) IsSuccess() bool
IsSuccess returns true when this cancel datahub diagnostics default response has a 2xx status code
func (*CancelDatahubDiagnosticsDefault) String ¶
func (o *CancelDatahubDiagnosticsDefault) String() string
type CancelDatahubDiagnosticsOK ¶
type CancelDatahubDiagnosticsOK struct {
Payload models.CancelDatahubDiagnosticsResponse
}
CancelDatahubDiagnosticsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCancelDatahubDiagnosticsOK ¶
func NewCancelDatahubDiagnosticsOK() *CancelDatahubDiagnosticsOK
NewCancelDatahubDiagnosticsOK creates a CancelDatahubDiagnosticsOK with default headers values
func (*CancelDatahubDiagnosticsOK) Code ¶
func (o *CancelDatahubDiagnosticsOK) Code() int
Code gets the status code for the cancel datahub diagnostics o k response
func (*CancelDatahubDiagnosticsOK) Error ¶
func (o *CancelDatahubDiagnosticsOK) Error() string
func (*CancelDatahubDiagnosticsOK) GetPayload ¶
func (o *CancelDatahubDiagnosticsOK) GetPayload() models.CancelDatahubDiagnosticsResponse
func (*CancelDatahubDiagnosticsOK) IsClientError ¶
func (o *CancelDatahubDiagnosticsOK) IsClientError() bool
IsClientError returns true when this cancel datahub diagnostics o k response has a 4xx status code
func (*CancelDatahubDiagnosticsOK) IsCode ¶
func (o *CancelDatahubDiagnosticsOK) IsCode(code int) bool
IsCode returns true when this cancel datahub diagnostics o k response a status code equal to that given
func (*CancelDatahubDiagnosticsOK) IsRedirect ¶
func (o *CancelDatahubDiagnosticsOK) IsRedirect() bool
IsRedirect returns true when this cancel datahub diagnostics o k response has a 3xx status code
func (*CancelDatahubDiagnosticsOK) IsServerError ¶
func (o *CancelDatahubDiagnosticsOK) IsServerError() bool
IsServerError returns true when this cancel datahub diagnostics o k response has a 5xx status code
func (*CancelDatahubDiagnosticsOK) IsSuccess ¶
func (o *CancelDatahubDiagnosticsOK) IsSuccess() bool
IsSuccess returns true when this cancel datahub diagnostics o k response has a 2xx status code
func (*CancelDatahubDiagnosticsOK) String ¶
func (o *CancelDatahubDiagnosticsOK) String() string
type CancelDatahubDiagnosticsParams ¶
type CancelDatahubDiagnosticsParams struct { // Input. Input *models.CancelDatahubDiagnosticsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CancelDatahubDiagnosticsParams contains all the parameters to send to the API endpoint
for the cancel datahub diagnostics operation. Typically these are written to a http.Request.
func NewCancelDatahubDiagnosticsParams ¶
func NewCancelDatahubDiagnosticsParams() *CancelDatahubDiagnosticsParams
NewCancelDatahubDiagnosticsParams creates a new CancelDatahubDiagnosticsParams 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 NewCancelDatahubDiagnosticsParamsWithContext ¶
func NewCancelDatahubDiagnosticsParamsWithContext(ctx context.Context) *CancelDatahubDiagnosticsParams
NewCancelDatahubDiagnosticsParamsWithContext creates a new CancelDatahubDiagnosticsParams object with the ability to set a context for a request.
func NewCancelDatahubDiagnosticsParamsWithHTTPClient ¶
func NewCancelDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *CancelDatahubDiagnosticsParams
NewCancelDatahubDiagnosticsParamsWithHTTPClient creates a new CancelDatahubDiagnosticsParams object with the ability to set a custom HTTPClient for a request.
func NewCancelDatahubDiagnosticsParamsWithTimeout ¶
func NewCancelDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *CancelDatahubDiagnosticsParams
NewCancelDatahubDiagnosticsParamsWithTimeout creates a new CancelDatahubDiagnosticsParams object with the ability to set a timeout on a request.
func (*CancelDatahubDiagnosticsParams) SetContext ¶
func (o *CancelDatahubDiagnosticsParams) SetContext(ctx context.Context)
SetContext adds the context to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) SetDefaults ¶
func (o *CancelDatahubDiagnosticsParams) SetDefaults()
SetDefaults hydrates default values in the cancel datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CancelDatahubDiagnosticsParams) SetHTTPClient ¶
func (o *CancelDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) SetInput ¶
func (o *CancelDatahubDiagnosticsParams) SetInput(input *models.CancelDatahubDiagnosticsRequest)
SetInput adds the input to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) SetTimeout ¶
func (o *CancelDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) WithContext ¶
func (o *CancelDatahubDiagnosticsParams) WithContext(ctx context.Context) *CancelDatahubDiagnosticsParams
WithContext adds the context to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) WithDefaults ¶
func (o *CancelDatahubDiagnosticsParams) WithDefaults() *CancelDatahubDiagnosticsParams
WithDefaults hydrates default values in the cancel datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CancelDatahubDiagnosticsParams) WithHTTPClient ¶
func (o *CancelDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *CancelDatahubDiagnosticsParams
WithHTTPClient adds the HTTPClient to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) WithInput ¶
func (o *CancelDatahubDiagnosticsParams) WithInput(input *models.CancelDatahubDiagnosticsRequest) *CancelDatahubDiagnosticsParams
WithInput adds the input to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) WithTimeout ¶
func (o *CancelDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *CancelDatahubDiagnosticsParams
WithTimeout adds the timeout to the cancel datahub diagnostics params
func (*CancelDatahubDiagnosticsParams) WriteToRequest ¶
func (o *CancelDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CancelDatahubDiagnosticsReader ¶
type CancelDatahubDiagnosticsReader struct {
// contains filtered or unexported fields
}
CancelDatahubDiagnosticsReader is a Reader for the CancelDatahubDiagnostics structure.
func (*CancelDatahubDiagnosticsReader) ReadResponse ¶
func (o *CancelDatahubDiagnosticsReader) 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) CancelDatahubDiagnostics ¶
func (a *Client) CancelDatahubDiagnostics(params *CancelDatahubDiagnosticsParams, opts ...ClientOption) (*CancelDatahubDiagnosticsOK, error)
CancelDatahubDiagnostics cancels running datahub diagnostics collections
Cancel running Datahub diagnostics collection
func (*Client) CollectCmDiagnostics ¶
func (a *Client) CollectCmDiagnostics(params *CollectCmDiagnosticsParams, opts ...ClientOption) (*CollectCmDiagnosticsOK, error)
CollectCmDiagnostics starts datahub cloudera manager based diagnostics collection
Start Datahub Cloudera Manager based diagnostics collection
func (*Client) CollectDatahubDiagnostics ¶
func (a *Client) CollectDatahubDiagnostics(params *CollectDatahubDiagnosticsParams, opts ...ClientOption) (*CollectDatahubDiagnosticsOK, error)
CollectDatahubDiagnostics starts data hub diagnostics collection
Start DataHub diagnostics collection
func (*Client) CreateAWSCluster ¶
func (a *Client) CreateAWSCluster(params *CreateAWSClusterParams, opts ...ClientOption) (*CreateAWSClusterOK, error)
CreateAWSCluster creates an a w s workload cluster
Creates an AWS workload cluster.
func (*Client) CreateAWSGovCloudCluster ¶ added in v0.4.2
func (a *Client) CreateAWSGovCloudCluster(params *CreateAWSGovCloudClusterParams, opts ...ClientOption) (*CreateAWSGovCloudClusterOK, error)
CreateAWSGovCloudCluster creates an a w s data hub cluster for gov cloud
Creates an AWS Data Hub cluster for GovCloud.
func (*Client) CreateAutoScaleRules ¶
func (a *Client) CreateAutoScaleRules(params *CreateAutoScaleRulesParams, opts ...ClientOption) (*CreateAutoScaleRulesOK, error)
CreateAutoScaleRules creates auto scaling rules for a data hub cluster
Create Auto Scaling rules for a DataHub cluster.
func (*Client) CreateAzureCluster ¶
func (a *Client) CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error)
CreateAzureCluster creates an azure workload cluster
Creates an Azure workload cluster.
func (*Client) CreateClusterDefinition ¶
func (a *Client) CreateClusterDefinition(params *CreateClusterDefinitionParams, opts ...ClientOption) (*CreateClusterDefinitionOK, error)
CreateClusterDefinition creates a cluster definition a cluster definition is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloud provider settings
Creates a cluster definition. A cluster definition is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical cloud provider settings.
func (*Client) CreateClusterTemplate ¶
func (a *Client) CreateClusterTemplate(params *CreateClusterTemplateParams, opts ...ClientOption) (*CreateClusterTemplateOK, error)
CreateClusterTemplate creates a cluster template a cluster template is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloudera runtime settings
Creates a cluster template. A cluster template is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical Cloudera Runtime settings.
func (*Client) CreateCustomConfigurations ¶
func (a *Client) CreateCustomConfigurations(params *CreateCustomConfigurationsParams, opts ...ClientOption) (*CreateCustomConfigurationsOK, error)
CreateCustomConfigurations creates custom configurations custom configurations are sets of properties or name value pairs that belong to any of the services present in cluster templates these can be used to override and or append properties to the corresponding cluster template while launching data hub clusters
Creates custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.
func (*Client) CreateGCPCluster ¶
func (a *Client) CreateGCPCluster(params *CreateGCPClusterParams, opts ...ClientOption) (*CreateGCPClusterOK, error)
CreateGCPCluster creates a g c p workload cluster
Creates a GCP workload cluster.
func (*Client) CreateRecipe ¶
func (a *Client) CreateRecipe(params *CreateRecipeParams, opts ...ClientOption) (*CreateRecipeOK, error)
CreateRecipe creates recipe a recipe is a script that runs on all nodes of a specified instance group
Creates recipe. A recipe is a script that runs on all nodes of a specified instance group.
func (*Client) DeleteAutoScaleRules ¶
func (a *Client) DeleteAutoScaleRules(params *DeleteAutoScaleRulesParams, opts ...ClientOption) (*DeleteAutoScaleRulesOK, error)
DeleteAutoScaleRules deletes auto scaling policies for a data hub cluster
Delete AutoScaling policies for a DataHub cluster
func (*Client) DeleteCluster ¶
func (a *Client) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error)
DeleteCluster deletes a workload cluster
Deletes a workload cluster.
func (*Client) DeleteClusterDefinitions ¶
func (a *Client) DeleteClusterDefinitions(params *DeleteClusterDefinitionsParams, opts ...ClientOption) (*DeleteClusterDefinitionsOK, error)
DeleteClusterDefinitions deletes cluster definitions a cluster definition is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloud provider settings
Deletes cluster definitions. A cluster definition is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical cloud provider settings.
func (*Client) DeleteClusterTemplates ¶
func (a *Client) DeleteClusterTemplates(params *DeleteClusterTemplatesParams, opts ...ClientOption) (*DeleteClusterTemplatesOK, error)
DeleteClusterTemplates deletes cluster templates a cluster template is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloudera runtime settings
Deletes cluster templates. A cluster template is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical Cloudera Runtime settings.
func (*Client) DeleteCustomConfigurations ¶
func (a *Client) DeleteCustomConfigurations(params *DeleteCustomConfigurationsParams, opts ...ClientOption) (*DeleteCustomConfigurationsOK, error)
DeleteCustomConfigurations deletes custom configurations custom configurations are sets of properties or name value pairs that belong to any of the services present in cluster templates these can be used to override and or append properties to the corresponding cluster template while launching data hub clusters
Deletes custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.
func (*Client) DeleteInstances ¶
func (a *Client) DeleteInstances(params *DeleteInstancesParams, opts ...ClientOption) (*DeleteInstancesOK, error)
DeleteInstances deletes instances for the specified cluster
Deletes instances for the specified cluster.
func (*Client) DeleteRecipes ¶
func (a *Client) DeleteRecipes(params *DeleteRecipesParams, opts ...ClientOption) (*DeleteRecipesOK, error)
DeleteRecipes deletes recipes a recipe is a script that runs on all nodes of a specified instance group
Deletes recipes. A recipe is a script that runs on all nodes of a specified instance group.
func (*Client) DescribeAutoScaleRules ¶
func (a *Client) DescribeAutoScaleRules(params *DescribeAutoScaleRulesParams, opts ...ClientOption) (*DescribeAutoScaleRulesOK, error)
DescribeAutoScaleRules describes the auto scaling policies for a data hub cluster
Describe the AutoScaling policies for a DataHub cluster
func (*Client) DescribeCluster ¶
func (a *Client) DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error)
DescribeCluster describes a workload cluster
Describes a workload cluster.
func (*Client) DescribeClusterDefinition ¶
func (a *Client) DescribeClusterDefinition(params *DescribeClusterDefinitionParams, opts ...ClientOption) (*DescribeClusterDefinitionOK, error)
DescribeClusterDefinition describes a cluster definition a cluster definition is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloud provider settings
Describes a cluster definition. A cluster definition is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical cloud provider settings.
func (*Client) DescribeClusterTemplate ¶
func (a *Client) DescribeClusterTemplate(params *DescribeClusterTemplateParams, opts ...ClientOption) (*DescribeClusterTemplateOK, error)
DescribeClusterTemplate describes a cluster template a cluster template is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloudera runtime settings
Describes a cluster template. A cluster template is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical Cloudera Runtime settings.
func (*Client) DescribeCustomConfigurations ¶
func (a *Client) DescribeCustomConfigurations(params *DescribeCustomConfigurationsParams, opts ...ClientOption) (*DescribeCustomConfigurationsOK, error)
DescribeCustomConfigurations describes custom configurations custom configurations are sets of properties or name value pairs that belong to any of the services present in cluster templates these can be used to override and or append properties to the corresponding cluster template while launching data hub clusters
Describes custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.
func (*Client) DescribeDatabaseServer ¶ added in v0.4.2
func (a *Client) DescribeDatabaseServer(params *DescribeDatabaseServerParams, opts ...ClientOption) (*DescribeDatabaseServerOK, error)
DescribeDatabaseServer gets external database server details
Gets external database server details for Data Hub cluster by cluster CRN
func (*Client) DescribeRecipe ¶
func (a *Client) DescribeRecipe(params *DescribeRecipeParams, opts ...ClientOption) (*DescribeRecipeOK, error)
DescribeRecipe describes recipe a recipe is a script that runs on all nodes of a specified instance group
Describes recipe. A recipe is a script that runs on all nodes of a specified instance group.
func (*Client) DescribeScalingActivity ¶
func (a *Client) DescribeScalingActivity(params *DescribeScalingActivityParams, opts ...ClientOption) (*DescribeScalingActivityOK, error)
DescribeScalingActivity describes the scaling activity using cluster c r n or cluster n a m e and operation ID
Describes the Scaling Activity using Cluster CRN or Cluster NAME and operation ID.
func (*Client) GetClusterHostStatus ¶
func (a *Client) GetClusterHostStatus(params *GetClusterHostStatusParams, opts ...ClientOption) (*GetClusterHostStatusOK, error)
GetClusterHostStatus gets cluster host status
Gets the status of the hosts in a cluster.
func (*Client) GetClusterServiceStatus ¶
func (a *Client) GetClusterServiceStatus(params *GetClusterServiceStatusParams, opts ...ClientOption) (*GetClusterServiceStatusOK, error)
GetClusterServiceStatus gets cluster service status
Gets the status of the services in a cluster.
func (*Client) GetCmRoles ¶
func (a *Client) GetCmRoles(params *GetCmRolesParams, opts ...ClientOption) (*GetCmRolesOK, error)
GetCmRoles gathers cloudera manager roles that can be used for filtering in c m based diagnostics collection
Gather Cloudera Manager roles that can be used for filtering in CM based diagnostics collection.
func (*Client) GetDatahubLogDescriptors ¶
func (a *Client) GetDatahubLogDescriptors(params *GetDatahubLogDescriptorsParams, opts ...ClientOption) (*GetDatahubLogDescriptorsOK, error)
GetDatahubLogDescriptors gathers log descriptors that are used for diagnostics collection
Gather log descriptors that are used for diagnostics collection.
func (*Client) GetOperation ¶ added in v0.4.2
func (a *Client) GetOperation(params *GetOperationParams, opts ...ClientOption) (*GetOperationOK, error)
GetOperation gets the latest in progress or finished operation for the datahub cluster
Get the latest (in progress or finished) operation for the datahub cluster.
func (*Client) GetVMTypes ¶ added in v0.4.2
func (a *Client) GetVMTypes(params *GetVMTypesParams, opts ...ClientOption) (*GetVMTypesOK, error)
GetVMTypes creates a recommendation that advises virtual machine types for the given cluster template based on the given properties
Creates a recommendation that advises virtual machine types for the given cluster template based on the given properties.
func (*Client) ListAutoScaleHistory ¶
func (a *Client) ListAutoScaleHistory(params *ListAutoScaleHistoryParams, opts ...ClientOption) (*ListAutoScaleHistoryOK, error)
ListAutoScaleHistory lists auto scale history activity for a data hub cluster
List AutoScale history activity for a DataHub cluster.
func (*Client) ListClusterDefinitions ¶
func (a *Client) ListClusterDefinitions(params *ListClusterDefinitionsParams, opts ...ClientOption) (*ListClusterDefinitionsOK, error)
ListClusterDefinitions lists cluster definitions a cluster definition is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloud provider settings
Lists cluster definitions. A cluster definition is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical cloud provider settings.
func (*Client) ListClusterLifecycleEvents ¶
func (a *Client) ListClusterLifecycleEvents(params *ListClusterLifecycleEventsParams, opts ...ClientOption) (*ListClusterLifecycleEventsOK, error)
ListClusterLifecycleEvents lists workload cluster lifecycle events
Lists Workload cluster lifecycle events.
func (*Client) ListClusterTemplates ¶
func (a *Client) ListClusterTemplates(params *ListClusterTemplatesParams, opts ...ClientOption) (*ListClusterTemplatesOK, error)
ListClusterTemplates lists cluster templates a cluster template is a reusable template in JSON format that can be used for creating multiple data hub clusters with identical cloudera runtime settings
Lists cluster templates. A cluster template is a reusable template in JSON format that can be used for creating multiple Data Hub clusters with identical Cloudera Runtime settings.
func (*Client) ListClusters ¶
func (a *Client) ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error)
ListClusters lists workload clusters
Lists workload clusters.
func (*Client) ListCustomConfigurations ¶
func (a *Client) ListCustomConfigurations(params *ListCustomConfigurationsParams, opts ...ClientOption) (*ListCustomConfigurationsOK, error)
ListCustomConfigurations lists custom configurations custom configurations are sets of properties or name value pairs that belong to any of the services present in cluster templates these can be used to override and or append properties to the corresponding cluster template while launching data hub clusters
Lists custom configurations. Custom Configurations are sets of properties or name-value pairs that belong to any of the services present in cluster templates. These can be used to override and/or append properties to the corresponding cluster template while launching DataHub clusters.
func (*Client) ListDatahubDiagnostics ¶
func (a *Client) ListDatahubDiagnostics(params *ListDatahubDiagnosticsParams, opts ...ClientOption) (*ListDatahubDiagnosticsOK, error)
ListDatahubDiagnostics lists recent datahub diagnostics collections
List recent Datahub diagnostics collection
func (*Client) ListRecipes ¶
func (a *Client) ListRecipes(params *ListRecipesParams, opts ...ClientOption) (*ListRecipesOK, error)
ListRecipes lists recipes a recipe is a script that runs on all nodes of a specified instance group
Lists recipes. A recipe is a script that runs on all nodes of a specified instance group.
func (*Client) ListScalingActivities ¶
func (a *Client) ListScalingActivities(params *ListScalingActivitiesParams, opts ...ClientOption) (*ListScalingActivitiesOK, error)
ListScalingActivities lists scaling activities for a cluster
Lists Scaling activities for a cluster.
func (*Client) PrepareClusterUpgrade ¶
func (a *Client) PrepareClusterUpgrade(params *PrepareClusterUpgradeParams, opts ...ClientOption) (*PrepareClusterUpgradeOK, error)
PrepareClusterUpgrade runnings upgrade related validations and prepares the required parcels for the upgrade
In order to reduce the chance of upgrade failures, we're introducing a preparation phase for runtime upgrades. During this phase, we're running all validations and downloading the required parcels for the machines. You can track the progress of the parcel preparation on the Cloudera Manager UI or you can check on the Management Console as well.
func (*Client) RenewCertificate ¶
func (a *Client) RenewCertificate(params *RenewCertificateParams, opts ...ClientOption) (*RenewCertificateOK, error)
RenewCertificate renews certificate on datahub cluster by name or c r n
Deprecated, please use renew-public-certificate command instead. Renew certificate on datahub cluster by name or CRN
func (*Client) RenewPublicCertificate ¶
func (a *Client) RenewPublicCertificate(params *RenewPublicCertificateParams, opts ...ClientOption) (*RenewPublicCertificateOK, error)
RenewPublicCertificate renews public certificate on a datahub cluster by name or c r n
Renews public certificate on a Datahub cluster by name or CRN.
func (*Client) RepairCluster ¶
func (a *Client) RepairCluster(params *RepairClusterParams, opts ...ClientOption) (*RepairClusterOK, error)
RepairCluster repairs a cluster
Repairs a cluster.
func (*Client) ReplaceRecipes ¶
func (a *Client) ReplaceRecipes(params *ReplaceRecipesParams, opts ...ClientOption) (*ReplaceRecipesOK, error)
ReplaceRecipes replaces recipes for the given instance groups
Replaces recipes for the given instance groups.
func (*Client) RetryCluster ¶
func (a *Client) RetryCluster(params *RetryClusterParams, opts ...ClientOption) (*RetryClusterOK, error)
RetryCluster retries creation of a failed workload cluster
When stack provisioning or cluster creation fails, retryCluster allows you to resume the process from the last failed step.
func (*Client) RotateAutoTLSCertificates ¶
func (a *Client) RotateAutoTLSCertificates(params *RotateAutoTLSCertificatesParams, opts ...ClientOption) (*RotateAutoTLSCertificatesOK, error)
RotateAutoTLSCertificates rotates autotls certificates on the datahub s hosts
Deprecated, please use rotate-private-certificates command instead. Rotate autotls certificates on the datahub's hosts
func (*Client) RotatePrivateCertificates ¶
func (a *Client) RotatePrivateCertificates(params *RotatePrivateCertificatesParams, opts ...ClientOption) (*RotatePrivateCertificatesOK, error)
RotatePrivateCertificates rotates private certificates on the hosts of datahub
Rotates private certificates on the hosts of Datahub.
func (*Client) RotateSaltPassword ¶
func (a *Client) RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)
RotateSaltPassword rotates salt stack user password on data hub instances
Rotate SaltStack user password on Data Hub instances.
func (*Client) ScaleCluster ¶
func (a *Client) ScaleCluster(params *ScaleClusterParams, opts ...ClientOption) (*ScaleClusterOK, error)
ScaleCluster scales a cluster by adding or removing cluster nodes
Scales a cluster by adding or removing cluster nodes.
func (*Client) SetCatalog ¶
func (a *Client) SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)
SetCatalog sets a catalog for a data hub
Sets a catalog for a DataHub.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StartCluster ¶
func (a *Client) StartCluster(params *StartClusterParams, opts ...ClientOption) (*StartClusterOK, error)
StartCluster starts a stopped workload cluster
Starts a stopped workload cluster.
func (*Client) StartClusterVerticalScaling ¶
func (a *Client) StartClusterVerticalScaling(params *StartClusterVerticalScalingParams, opts ...ClientOption) (*StartClusterVerticalScalingOK, error)
StartClusterVerticalScaling initiates the vertical scaling on data hub cluster
Initiates the vertical scaling on Data Hub cluster. You have the option to either specify one of 'modifyDisks' or 'instanceTemplate' as parameter.
func (*Client) StartDatabaseUpgrade ¶
func (a *Client) StartDatabaseUpgrade(params *StartDatabaseUpgradeParams, opts ...ClientOption) (*StartDatabaseUpgradeOK, error)
StartDatabaseUpgrade upgrades the database of the data hub cluster
This command initiates the upgrade of the database of the Data Hub cluster.
func (*Client) StartInstances ¶
func (a *Client) StartInstances(params *StartInstancesParams, opts ...ClientOption) (*StartInstancesOK, error)
StartInstances starts instances of a particular host group in the data hub cluster
Starts instances of a particular host group in the Data Hub cluster.
func (*Client) StopCluster ¶
func (a *Client) StopCluster(params *StopClusterParams, opts ...ClientOption) (*StopClusterOK, error)
StopCluster stops a workload cluster
Stops a workload cluster. When a cluster is put in the stopped state, cluster VMs are given back to the cloud provider. To provision new VMs, start the cluster.
func (*Client) StopInstances ¶
func (a *Client) StopInstances(params *StopInstancesParams, opts ...ClientOption) (*StopInstancesOK, error)
StopInstances stops instances of particular host group in the data hub cluster
Stops instances of a particular host group in the Data Hub cluster.
func (*Client) SyncCluster ¶
func (a *Client) SyncCluster(params *SyncClusterParams, opts ...ClientOption) (*SyncClusterOK, error)
SyncCluster synchronizes the state of a cluster with the cloud provider and cloudera manager
Synchronizes the state of a cluster with the cloud provider and Cloudera Manager.
func (*Client) SyncComponentVersionsFromCm ¶
func (a *Client) SyncComponentVersionsFromCm(params *SyncComponentVersionsFromCmParams, opts ...ClientOption) (*SyncComponentVersionsFromCmOK, error)
SyncComponentVersionsFromCm syncs component versions from c m after a failed upgrade
Syncs component versions from CM after a failed upgrade.
func (*Client) UpdateAutoScaleRules ¶
func (a *Client) UpdateAutoScaleRules(params *UpdateAutoScaleRulesParams, opts ...ClientOption) (*UpdateAutoScaleRulesOK, error)
UpdateAutoScaleRules modifies auto scaling for a data hub cluster
Modify AutoScaling for a DataHub cluster
func (*Client) UpdateOrchestratorState ¶
func (a *Client) UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)
UpdateOrchestratorState runs orchestrator engine state update on the data hub cluster
Run orchestrator engine state update on the Data Hub cluster.
func (*Client) UpgradeCluster ¶
func (a *Client) UpgradeCluster(params *UpgradeClusterParams, opts ...ClientOption) (*UpgradeClusterOK, error)
UpgradeCluster upgrades the o s or data platform on a datahub cluster
Upgrades the OS or data platform on a datahub cluster. You have the option to either specify one of 'imageId', 'runtime' or 'lockComponents' or both 'imageId' and 'lockComponents' or none of the parameters.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CancelDatahubDiagnostics(params *CancelDatahubDiagnosticsParams, opts ...ClientOption) (*CancelDatahubDiagnosticsOK, error) CollectCmDiagnostics(params *CollectCmDiagnosticsParams, opts ...ClientOption) (*CollectCmDiagnosticsOK, error) CollectDatahubDiagnostics(params *CollectDatahubDiagnosticsParams, opts ...ClientOption) (*CollectDatahubDiagnosticsOK, error) CreateAWSCluster(params *CreateAWSClusterParams, opts ...ClientOption) (*CreateAWSClusterOK, error) CreateAWSGovCloudCluster(params *CreateAWSGovCloudClusterParams, opts ...ClientOption) (*CreateAWSGovCloudClusterOK, error) CreateAutoScaleRules(params *CreateAutoScaleRulesParams, opts ...ClientOption) (*CreateAutoScaleRulesOK, error) CreateAzureCluster(params *CreateAzureClusterParams, opts ...ClientOption) (*CreateAzureClusterOK, error) CreateClusterDefinition(params *CreateClusterDefinitionParams, opts ...ClientOption) (*CreateClusterDefinitionOK, error) CreateClusterTemplate(params *CreateClusterTemplateParams, opts ...ClientOption) (*CreateClusterTemplateOK, error) CreateCustomConfigurations(params *CreateCustomConfigurationsParams, opts ...ClientOption) (*CreateCustomConfigurationsOK, error) CreateGCPCluster(params *CreateGCPClusterParams, opts ...ClientOption) (*CreateGCPClusterOK, error) CreateRecipe(params *CreateRecipeParams, opts ...ClientOption) (*CreateRecipeOK, error) DeleteAutoScaleRules(params *DeleteAutoScaleRulesParams, opts ...ClientOption) (*DeleteAutoScaleRulesOK, error) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, error) DeleteClusterDefinitions(params *DeleteClusterDefinitionsParams, opts ...ClientOption) (*DeleteClusterDefinitionsOK, error) DeleteClusterTemplates(params *DeleteClusterTemplatesParams, opts ...ClientOption) (*DeleteClusterTemplatesOK, error) DeleteCustomConfigurations(params *DeleteCustomConfigurationsParams, opts ...ClientOption) (*DeleteCustomConfigurationsOK, error) DeleteInstances(params *DeleteInstancesParams, opts ...ClientOption) (*DeleteInstancesOK, error) DeleteRecipes(params *DeleteRecipesParams, opts ...ClientOption) (*DeleteRecipesOK, error) DescribeAutoScaleRules(params *DescribeAutoScaleRulesParams, opts ...ClientOption) (*DescribeAutoScaleRulesOK, error) DescribeCluster(params *DescribeClusterParams, opts ...ClientOption) (*DescribeClusterOK, error) DescribeClusterDefinition(params *DescribeClusterDefinitionParams, opts ...ClientOption) (*DescribeClusterDefinitionOK, error) DescribeClusterTemplate(params *DescribeClusterTemplateParams, opts ...ClientOption) (*DescribeClusterTemplateOK, error) DescribeCustomConfigurations(params *DescribeCustomConfigurationsParams, opts ...ClientOption) (*DescribeCustomConfigurationsOK, error) DescribeDatabaseServer(params *DescribeDatabaseServerParams, opts ...ClientOption) (*DescribeDatabaseServerOK, error) DescribeRecipe(params *DescribeRecipeParams, opts ...ClientOption) (*DescribeRecipeOK, error) DescribeScalingActivity(params *DescribeScalingActivityParams, opts ...ClientOption) (*DescribeScalingActivityOK, error) GetClusterHostStatus(params *GetClusterHostStatusParams, opts ...ClientOption) (*GetClusterHostStatusOK, error) GetClusterServiceStatus(params *GetClusterServiceStatusParams, opts ...ClientOption) (*GetClusterServiceStatusOK, error) GetCmRoles(params *GetCmRolesParams, opts ...ClientOption) (*GetCmRolesOK, error) GetDatahubLogDescriptors(params *GetDatahubLogDescriptorsParams, opts ...ClientOption) (*GetDatahubLogDescriptorsOK, error) GetOperation(params *GetOperationParams, opts ...ClientOption) (*GetOperationOK, error) GetVMTypes(params *GetVMTypesParams, opts ...ClientOption) (*GetVMTypesOK, error) ListAutoScaleHistory(params *ListAutoScaleHistoryParams, opts ...ClientOption) (*ListAutoScaleHistoryOK, error) ListClusterDefinitions(params *ListClusterDefinitionsParams, opts ...ClientOption) (*ListClusterDefinitionsOK, error) ListClusterLifecycleEvents(params *ListClusterLifecycleEventsParams, opts ...ClientOption) (*ListClusterLifecycleEventsOK, error) ListClusterTemplates(params *ListClusterTemplatesParams, opts ...ClientOption) (*ListClusterTemplatesOK, error) ListClusters(params *ListClustersParams, opts ...ClientOption) (*ListClustersOK, error) ListCustomConfigurations(params *ListCustomConfigurationsParams, opts ...ClientOption) (*ListCustomConfigurationsOK, error) ListDatahubDiagnostics(params *ListDatahubDiagnosticsParams, opts ...ClientOption) (*ListDatahubDiagnosticsOK, error) ListRecipes(params *ListRecipesParams, opts ...ClientOption) (*ListRecipesOK, error) ListScalingActivities(params *ListScalingActivitiesParams, opts ...ClientOption) (*ListScalingActivitiesOK, error) PrepareClusterUpgrade(params *PrepareClusterUpgradeParams, opts ...ClientOption) (*PrepareClusterUpgradeOK, error) RenewCertificate(params *RenewCertificateParams, opts ...ClientOption) (*RenewCertificateOK, error) RenewPublicCertificate(params *RenewPublicCertificateParams, opts ...ClientOption) (*RenewPublicCertificateOK, error) RepairCluster(params *RepairClusterParams, opts ...ClientOption) (*RepairClusterOK, error) ReplaceRecipes(params *ReplaceRecipesParams, opts ...ClientOption) (*ReplaceRecipesOK, error) RetryCluster(params *RetryClusterParams, opts ...ClientOption) (*RetryClusterOK, error) RotateAutoTLSCertificates(params *RotateAutoTLSCertificatesParams, opts ...ClientOption) (*RotateAutoTLSCertificatesOK, error) RotatePrivateCertificates(params *RotatePrivateCertificatesParams, opts ...ClientOption) (*RotatePrivateCertificatesOK, error) RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error) ScaleCluster(params *ScaleClusterParams, opts ...ClientOption) (*ScaleClusterOK, error) SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error) StartCluster(params *StartClusterParams, opts ...ClientOption) (*StartClusterOK, error) StartClusterVerticalScaling(params *StartClusterVerticalScalingParams, opts ...ClientOption) (*StartClusterVerticalScalingOK, error) StartDatabaseUpgrade(params *StartDatabaseUpgradeParams, opts ...ClientOption) (*StartDatabaseUpgradeOK, error) StartInstances(params *StartInstancesParams, opts ...ClientOption) (*StartInstancesOK, error) StopCluster(params *StopClusterParams, opts ...ClientOption) (*StopClusterOK, error) StopInstances(params *StopInstancesParams, opts ...ClientOption) (*StopInstancesOK, error) SyncCluster(params *SyncClusterParams, opts ...ClientOption) (*SyncClusterOK, error) SyncComponentVersionsFromCm(params *SyncComponentVersionsFromCmParams, opts ...ClientOption) (*SyncComponentVersionsFromCmOK, error) UpdateAutoScaleRules(params *UpdateAutoScaleRulesParams, opts ...ClientOption) (*UpdateAutoScaleRulesOK, error) UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error) UpgradeCluster(params *UpgradeClusterParams, opts ...ClientOption) (*UpgradeClusterOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new operations API client.
type CollectCmDiagnosticsDefault ¶
type CollectCmDiagnosticsDefault struct { Payload *models.Error // contains filtered or unexported fields }
CollectCmDiagnosticsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCollectCmDiagnosticsDefault ¶
func NewCollectCmDiagnosticsDefault(code int) *CollectCmDiagnosticsDefault
NewCollectCmDiagnosticsDefault creates a CollectCmDiagnosticsDefault with default headers values
func (*CollectCmDiagnosticsDefault) Code ¶
func (o *CollectCmDiagnosticsDefault) Code() int
Code gets the status code for the collect cm diagnostics default response
func (*CollectCmDiagnosticsDefault) Error ¶
func (o *CollectCmDiagnosticsDefault) Error() string
func (*CollectCmDiagnosticsDefault) GetPayload ¶
func (o *CollectCmDiagnosticsDefault) GetPayload() *models.Error
func (*CollectCmDiagnosticsDefault) IsClientError ¶
func (o *CollectCmDiagnosticsDefault) IsClientError() bool
IsClientError returns true when this collect cm diagnostics default response has a 4xx status code
func (*CollectCmDiagnosticsDefault) IsCode ¶
func (o *CollectCmDiagnosticsDefault) IsCode(code int) bool
IsCode returns true when this collect cm diagnostics default response a status code equal to that given
func (*CollectCmDiagnosticsDefault) IsRedirect ¶
func (o *CollectCmDiagnosticsDefault) IsRedirect() bool
IsRedirect returns true when this collect cm diagnostics default response has a 3xx status code
func (*CollectCmDiagnosticsDefault) IsServerError ¶
func (o *CollectCmDiagnosticsDefault) IsServerError() bool
IsServerError returns true when this collect cm diagnostics default response has a 5xx status code
func (*CollectCmDiagnosticsDefault) IsSuccess ¶
func (o *CollectCmDiagnosticsDefault) IsSuccess() bool
IsSuccess returns true when this collect cm diagnostics default response has a 2xx status code
func (*CollectCmDiagnosticsDefault) String ¶
func (o *CollectCmDiagnosticsDefault) String() string
type CollectCmDiagnosticsOK ¶
type CollectCmDiagnosticsOK struct {
Payload models.CollectCmDiagnosticsResponse
}
CollectCmDiagnosticsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCollectCmDiagnosticsOK ¶
func NewCollectCmDiagnosticsOK() *CollectCmDiagnosticsOK
NewCollectCmDiagnosticsOK creates a CollectCmDiagnosticsOK with default headers values
func (*CollectCmDiagnosticsOK) Code ¶
func (o *CollectCmDiagnosticsOK) Code() int
Code gets the status code for the collect cm diagnostics o k response
func (*CollectCmDiagnosticsOK) Error ¶
func (o *CollectCmDiagnosticsOK) Error() string
func (*CollectCmDiagnosticsOK) GetPayload ¶
func (o *CollectCmDiagnosticsOK) GetPayload() models.CollectCmDiagnosticsResponse
func (*CollectCmDiagnosticsOK) IsClientError ¶
func (o *CollectCmDiagnosticsOK) IsClientError() bool
IsClientError returns true when this collect cm diagnostics o k response has a 4xx status code
func (*CollectCmDiagnosticsOK) IsCode ¶
func (o *CollectCmDiagnosticsOK) IsCode(code int) bool
IsCode returns true when this collect cm diagnostics o k response a status code equal to that given
func (*CollectCmDiagnosticsOK) IsRedirect ¶
func (o *CollectCmDiagnosticsOK) IsRedirect() bool
IsRedirect returns true when this collect cm diagnostics o k response has a 3xx status code
func (*CollectCmDiagnosticsOK) IsServerError ¶
func (o *CollectCmDiagnosticsOK) IsServerError() bool
IsServerError returns true when this collect cm diagnostics o k response has a 5xx status code
func (*CollectCmDiagnosticsOK) IsSuccess ¶
func (o *CollectCmDiagnosticsOK) IsSuccess() bool
IsSuccess returns true when this collect cm diagnostics o k response has a 2xx status code
func (*CollectCmDiagnosticsOK) String ¶
func (o *CollectCmDiagnosticsOK) String() string
type CollectCmDiagnosticsParams ¶
type CollectCmDiagnosticsParams struct { // Input. Input *models.CollectCmDiagnosticsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CollectCmDiagnosticsParams contains all the parameters to send to the API endpoint
for the collect cm diagnostics operation. Typically these are written to a http.Request.
func NewCollectCmDiagnosticsParams ¶
func NewCollectCmDiagnosticsParams() *CollectCmDiagnosticsParams
NewCollectCmDiagnosticsParams creates a new CollectCmDiagnosticsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCollectCmDiagnosticsParamsWithContext ¶
func NewCollectCmDiagnosticsParamsWithContext(ctx context.Context) *CollectCmDiagnosticsParams
NewCollectCmDiagnosticsParamsWithContext creates a new CollectCmDiagnosticsParams object with the ability to set a context for a request.
func NewCollectCmDiagnosticsParamsWithHTTPClient ¶
func NewCollectCmDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectCmDiagnosticsParams
NewCollectCmDiagnosticsParamsWithHTTPClient creates a new CollectCmDiagnosticsParams object with the ability to set a custom HTTPClient for a request.
func NewCollectCmDiagnosticsParamsWithTimeout ¶
func NewCollectCmDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectCmDiagnosticsParams
NewCollectCmDiagnosticsParamsWithTimeout creates a new CollectCmDiagnosticsParams object with the ability to set a timeout on a request.
func (*CollectCmDiagnosticsParams) SetContext ¶
func (o *CollectCmDiagnosticsParams) SetContext(ctx context.Context)
SetContext adds the context to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) SetDefaults ¶
func (o *CollectCmDiagnosticsParams) SetDefaults()
SetDefaults hydrates default values in the collect cm diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CollectCmDiagnosticsParams) SetHTTPClient ¶
func (o *CollectCmDiagnosticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) SetInput ¶
func (o *CollectCmDiagnosticsParams) SetInput(input *models.CollectCmDiagnosticsRequest)
SetInput adds the input to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) SetTimeout ¶
func (o *CollectCmDiagnosticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) WithContext ¶
func (o *CollectCmDiagnosticsParams) WithContext(ctx context.Context) *CollectCmDiagnosticsParams
WithContext adds the context to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) WithDefaults ¶
func (o *CollectCmDiagnosticsParams) WithDefaults() *CollectCmDiagnosticsParams
WithDefaults hydrates default values in the collect cm diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CollectCmDiagnosticsParams) WithHTTPClient ¶
func (o *CollectCmDiagnosticsParams) WithHTTPClient(client *http.Client) *CollectCmDiagnosticsParams
WithHTTPClient adds the HTTPClient to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) WithInput ¶
func (o *CollectCmDiagnosticsParams) WithInput(input *models.CollectCmDiagnosticsRequest) *CollectCmDiagnosticsParams
WithInput adds the input to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) WithTimeout ¶
func (o *CollectCmDiagnosticsParams) WithTimeout(timeout time.Duration) *CollectCmDiagnosticsParams
WithTimeout adds the timeout to the collect cm diagnostics params
func (*CollectCmDiagnosticsParams) WriteToRequest ¶
func (o *CollectCmDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CollectCmDiagnosticsReader ¶
type CollectCmDiagnosticsReader struct {
// contains filtered or unexported fields
}
CollectCmDiagnosticsReader is a Reader for the CollectCmDiagnostics structure.
func (*CollectCmDiagnosticsReader) ReadResponse ¶
func (o *CollectCmDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CollectDatahubDiagnosticsDefault ¶
type CollectDatahubDiagnosticsDefault struct { Payload *models.Error // contains filtered or unexported fields }
CollectDatahubDiagnosticsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCollectDatahubDiagnosticsDefault ¶
func NewCollectDatahubDiagnosticsDefault(code int) *CollectDatahubDiagnosticsDefault
NewCollectDatahubDiagnosticsDefault creates a CollectDatahubDiagnosticsDefault with default headers values
func (*CollectDatahubDiagnosticsDefault) Code ¶
func (o *CollectDatahubDiagnosticsDefault) Code() int
Code gets the status code for the collect datahub diagnostics default response
func (*CollectDatahubDiagnosticsDefault) Error ¶
func (o *CollectDatahubDiagnosticsDefault) Error() string
func (*CollectDatahubDiagnosticsDefault) GetPayload ¶
func (o *CollectDatahubDiagnosticsDefault) GetPayload() *models.Error
func (*CollectDatahubDiagnosticsDefault) IsClientError ¶
func (o *CollectDatahubDiagnosticsDefault) IsClientError() bool
IsClientError returns true when this collect datahub diagnostics default response has a 4xx status code
func (*CollectDatahubDiagnosticsDefault) IsCode ¶
func (o *CollectDatahubDiagnosticsDefault) IsCode(code int) bool
IsCode returns true when this collect datahub diagnostics default response a status code equal to that given
func (*CollectDatahubDiagnosticsDefault) IsRedirect ¶
func (o *CollectDatahubDiagnosticsDefault) IsRedirect() bool
IsRedirect returns true when this collect datahub diagnostics default response has a 3xx status code
func (*CollectDatahubDiagnosticsDefault) IsServerError ¶
func (o *CollectDatahubDiagnosticsDefault) IsServerError() bool
IsServerError returns true when this collect datahub diagnostics default response has a 5xx status code
func (*CollectDatahubDiagnosticsDefault) IsSuccess ¶
func (o *CollectDatahubDiagnosticsDefault) IsSuccess() bool
IsSuccess returns true when this collect datahub diagnostics default response has a 2xx status code
func (*CollectDatahubDiagnosticsDefault) String ¶
func (o *CollectDatahubDiagnosticsDefault) String() string
type CollectDatahubDiagnosticsOK ¶
type CollectDatahubDiagnosticsOK struct {
Payload models.CollectDatahubDiagnosticsResponse
}
CollectDatahubDiagnosticsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCollectDatahubDiagnosticsOK ¶
func NewCollectDatahubDiagnosticsOK() *CollectDatahubDiagnosticsOK
NewCollectDatahubDiagnosticsOK creates a CollectDatahubDiagnosticsOK with default headers values
func (*CollectDatahubDiagnosticsOK) Code ¶
func (o *CollectDatahubDiagnosticsOK) Code() int
Code gets the status code for the collect datahub diagnostics o k response
func (*CollectDatahubDiagnosticsOK) Error ¶
func (o *CollectDatahubDiagnosticsOK) Error() string
func (*CollectDatahubDiagnosticsOK) GetPayload ¶
func (o *CollectDatahubDiagnosticsOK) GetPayload() models.CollectDatahubDiagnosticsResponse
func (*CollectDatahubDiagnosticsOK) IsClientError ¶
func (o *CollectDatahubDiagnosticsOK) IsClientError() bool
IsClientError returns true when this collect datahub diagnostics o k response has a 4xx status code
func (*CollectDatahubDiagnosticsOK) IsCode ¶
func (o *CollectDatahubDiagnosticsOK) IsCode(code int) bool
IsCode returns true when this collect datahub diagnostics o k response a status code equal to that given
func (*CollectDatahubDiagnosticsOK) IsRedirect ¶
func (o *CollectDatahubDiagnosticsOK) IsRedirect() bool
IsRedirect returns true when this collect datahub diagnostics o k response has a 3xx status code
func (*CollectDatahubDiagnosticsOK) IsServerError ¶
func (o *CollectDatahubDiagnosticsOK) IsServerError() bool
IsServerError returns true when this collect datahub diagnostics o k response has a 5xx status code
func (*CollectDatahubDiagnosticsOK) IsSuccess ¶
func (o *CollectDatahubDiagnosticsOK) IsSuccess() bool
IsSuccess returns true when this collect datahub diagnostics o k response has a 2xx status code
func (*CollectDatahubDiagnosticsOK) String ¶
func (o *CollectDatahubDiagnosticsOK) String() string
type CollectDatahubDiagnosticsParams ¶
type CollectDatahubDiagnosticsParams struct { // Input. Input *models.CollectDatahubDiagnosticsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CollectDatahubDiagnosticsParams contains all the parameters to send to the API endpoint
for the collect datahub diagnostics operation. Typically these are written to a http.Request.
func NewCollectDatahubDiagnosticsParams ¶
func NewCollectDatahubDiagnosticsParams() *CollectDatahubDiagnosticsParams
NewCollectDatahubDiagnosticsParams creates a new CollectDatahubDiagnosticsParams 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 NewCollectDatahubDiagnosticsParamsWithContext ¶
func NewCollectDatahubDiagnosticsParamsWithContext(ctx context.Context) *CollectDatahubDiagnosticsParams
NewCollectDatahubDiagnosticsParamsWithContext creates a new CollectDatahubDiagnosticsParams object with the ability to set a context for a request.
func NewCollectDatahubDiagnosticsParamsWithHTTPClient ¶
func NewCollectDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectDatahubDiagnosticsParams
NewCollectDatahubDiagnosticsParamsWithHTTPClient creates a new CollectDatahubDiagnosticsParams object with the ability to set a custom HTTPClient for a request.
func NewCollectDatahubDiagnosticsParamsWithTimeout ¶
func NewCollectDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectDatahubDiagnosticsParams
NewCollectDatahubDiagnosticsParamsWithTimeout creates a new CollectDatahubDiagnosticsParams object with the ability to set a timeout on a request.
func (*CollectDatahubDiagnosticsParams) SetContext ¶
func (o *CollectDatahubDiagnosticsParams) SetContext(ctx context.Context)
SetContext adds the context to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) SetDefaults ¶
func (o *CollectDatahubDiagnosticsParams) SetDefaults()
SetDefaults hydrates default values in the collect datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CollectDatahubDiagnosticsParams) SetHTTPClient ¶
func (o *CollectDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) SetInput ¶
func (o *CollectDatahubDiagnosticsParams) SetInput(input *models.CollectDatahubDiagnosticsRequest)
SetInput adds the input to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) SetTimeout ¶
func (o *CollectDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) WithContext ¶
func (o *CollectDatahubDiagnosticsParams) WithContext(ctx context.Context) *CollectDatahubDiagnosticsParams
WithContext adds the context to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) WithDefaults ¶
func (o *CollectDatahubDiagnosticsParams) WithDefaults() *CollectDatahubDiagnosticsParams
WithDefaults hydrates default values in the collect datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CollectDatahubDiagnosticsParams) WithHTTPClient ¶
func (o *CollectDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *CollectDatahubDiagnosticsParams
WithHTTPClient adds the HTTPClient to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) WithInput ¶
func (o *CollectDatahubDiagnosticsParams) WithInput(input *models.CollectDatahubDiagnosticsRequest) *CollectDatahubDiagnosticsParams
WithInput adds the input to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) WithTimeout ¶
func (o *CollectDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *CollectDatahubDiagnosticsParams
WithTimeout adds the timeout to the collect datahub diagnostics params
func (*CollectDatahubDiagnosticsParams) WriteToRequest ¶
func (o *CollectDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CollectDatahubDiagnosticsReader ¶
type CollectDatahubDiagnosticsReader struct {
// contains filtered or unexported fields
}
CollectDatahubDiagnosticsReader is a Reader for the CollectDatahubDiagnostics structure.
func (*CollectDatahubDiagnosticsReader) ReadResponse ¶
func (o *CollectDatahubDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAWSClusterDefault ¶
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 ¶
func NewCreateAWSClusterDefault(code int) *CreateAWSClusterDefault
NewCreateAWSClusterDefault creates a CreateAWSClusterDefault with default headers values
func (*CreateAWSClusterDefault) Code ¶
func (o *CreateAWSClusterDefault) Code() int
Code gets the status code for the create a w s cluster default response
func (*CreateAWSClusterDefault) Error ¶
func (o *CreateAWSClusterDefault) Error() string
func (*CreateAWSClusterDefault) GetPayload ¶
func (o *CreateAWSClusterDefault) GetPayload() *models.Error
func (*CreateAWSClusterDefault) IsClientError ¶
func (o *CreateAWSClusterDefault) IsClientError() bool
IsClientError returns true when this create a w s cluster default response has a 4xx status code
func (*CreateAWSClusterDefault) IsCode ¶
func (o *CreateAWSClusterDefault) IsCode(code int) bool
IsCode returns true when this create a w s cluster default response a status code equal to that given
func (*CreateAWSClusterDefault) IsRedirect ¶
func (o *CreateAWSClusterDefault) IsRedirect() bool
IsRedirect returns true when this create a w s cluster default response has a 3xx status code
func (*CreateAWSClusterDefault) IsServerError ¶
func (o *CreateAWSClusterDefault) IsServerError() bool
IsServerError returns true when this create a w s cluster default response has a 5xx status code
func (*CreateAWSClusterDefault) IsSuccess ¶
func (o *CreateAWSClusterDefault) IsSuccess() bool
IsSuccess returns true when this create a w s cluster default response has a 2xx status code
func (*CreateAWSClusterDefault) String ¶
func (o *CreateAWSClusterDefault) String() string
type CreateAWSClusterOK ¶
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 ¶
func NewCreateAWSClusterOK() *CreateAWSClusterOK
NewCreateAWSClusterOK creates a CreateAWSClusterOK with default headers values
func (*CreateAWSClusterOK) Code ¶
func (o *CreateAWSClusterOK) Code() int
Code gets the status code for the create a w s cluster o k response
func (*CreateAWSClusterOK) Error ¶
func (o *CreateAWSClusterOK) Error() string
func (*CreateAWSClusterOK) GetPayload ¶
func (o *CreateAWSClusterOK) GetPayload() *models.CreateAWSClusterResponse
func (*CreateAWSClusterOK) IsClientError ¶
func (o *CreateAWSClusterOK) IsClientError() bool
IsClientError returns true when this create a w s cluster o k response has a 4xx status code
func (*CreateAWSClusterOK) IsCode ¶
func (o *CreateAWSClusterOK) IsCode(code int) bool
IsCode returns true when this create a w s cluster o k response a status code equal to that given
func (*CreateAWSClusterOK) IsRedirect ¶
func (o *CreateAWSClusterOK) IsRedirect() bool
IsRedirect returns true when this create a w s cluster o k response has a 3xx status code
func (*CreateAWSClusterOK) IsServerError ¶
func (o *CreateAWSClusterOK) IsServerError() bool
IsServerError returns true when this create a w s cluster o k response has a 5xx status code
func (*CreateAWSClusterOK) IsSuccess ¶
func (o *CreateAWSClusterOK) IsSuccess() bool
IsSuccess returns true when this create a w s cluster o k response has a 2xx status code
func (*CreateAWSClusterOK) String ¶
func (o *CreateAWSClusterOK) String() string
type CreateAWSClusterParams ¶
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 a w s cluster operation. Typically these are written to a http.Request.
func NewCreateAWSClusterParams ¶
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 ¶
func NewCreateAWSClusterParamsWithContext(ctx context.Context) *CreateAWSClusterParams
NewCreateAWSClusterParamsWithContext creates a new CreateAWSClusterParams object with the ability to set a context for a request.
func NewCreateAWSClusterParamsWithHTTPClient ¶
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 ¶
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 ¶
func (o *CreateAWSClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the create a w s cluster params
func (*CreateAWSClusterParams) SetDefaults ¶
func (o *CreateAWSClusterParams) SetDefaults()
SetDefaults hydrates default values in the create a w s cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSClusterParams) SetHTTPClient ¶
func (o *CreateAWSClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create a w s cluster params
func (*CreateAWSClusterParams) SetInput ¶
func (o *CreateAWSClusterParams) SetInput(input *models.CreateAWSClusterRequest)
SetInput adds the input to the create a w s cluster params
func (*CreateAWSClusterParams) SetTimeout ¶
func (o *CreateAWSClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create a w s cluster params
func (*CreateAWSClusterParams) WithContext ¶
func (o *CreateAWSClusterParams) WithContext(ctx context.Context) *CreateAWSClusterParams
WithContext adds the context to the create a w s cluster params
func (*CreateAWSClusterParams) WithDefaults ¶
func (o *CreateAWSClusterParams) WithDefaults() *CreateAWSClusterParams
WithDefaults hydrates default values in the create a w s cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSClusterParams) WithHTTPClient ¶
func (o *CreateAWSClusterParams) WithHTTPClient(client *http.Client) *CreateAWSClusterParams
WithHTTPClient adds the HTTPClient to the create a w s cluster params
func (*CreateAWSClusterParams) WithInput ¶
func (o *CreateAWSClusterParams) WithInput(input *models.CreateAWSClusterRequest) *CreateAWSClusterParams
WithInput adds the input to the create a w s cluster params
func (*CreateAWSClusterParams) WithTimeout ¶
func (o *CreateAWSClusterParams) WithTimeout(timeout time.Duration) *CreateAWSClusterParams
WithTimeout adds the timeout to the create a w s cluster params
func (*CreateAWSClusterParams) WriteToRequest ¶
func (o *CreateAWSClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAWSClusterReader ¶
type CreateAWSClusterReader struct {
// contains filtered or unexported fields
}
CreateAWSClusterReader is a Reader for the CreateAWSCluster structure.
func (*CreateAWSClusterReader) ReadResponse ¶
func (o *CreateAWSClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAWSGovCloudClusterDefault ¶ added in v0.4.2
type CreateAWSGovCloudClusterDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateAWSGovCloudClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateAWSGovCloudClusterDefault ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterDefault(code int) *CreateAWSGovCloudClusterDefault
NewCreateAWSGovCloudClusterDefault creates a CreateAWSGovCloudClusterDefault with default headers values
func (*CreateAWSGovCloudClusterDefault) Code ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) Code() int
Code gets the status code for the create a w s gov cloud cluster default response
func (*CreateAWSGovCloudClusterDefault) Error ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) Error() string
func (*CreateAWSGovCloudClusterDefault) GetPayload ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) GetPayload() *models.Error
func (*CreateAWSGovCloudClusterDefault) IsClientError ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) IsClientError() bool
IsClientError returns true when this create a w s gov cloud cluster default response has a 4xx status code
func (*CreateAWSGovCloudClusterDefault) IsCode ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) IsCode(code int) bool
IsCode returns true when this create a w s gov cloud cluster default response a status code equal to that given
func (*CreateAWSGovCloudClusterDefault) IsRedirect ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) IsRedirect() bool
IsRedirect returns true when this create a w s gov cloud cluster default response has a 3xx status code
func (*CreateAWSGovCloudClusterDefault) IsServerError ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) IsServerError() bool
IsServerError returns true when this create a w s gov cloud cluster default response has a 5xx status code
func (*CreateAWSGovCloudClusterDefault) IsSuccess ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) IsSuccess() bool
IsSuccess returns true when this create a w s gov cloud cluster default response has a 2xx status code
func (*CreateAWSGovCloudClusterDefault) String ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterDefault) String() string
type CreateAWSGovCloudClusterOK ¶ added in v0.4.2
type CreateAWSGovCloudClusterOK struct {
Payload *models.CreateAWSGovCloudClusterResponse
}
CreateAWSGovCloudClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateAWSGovCloudClusterOK ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterOK() *CreateAWSGovCloudClusterOK
NewCreateAWSGovCloudClusterOK creates a CreateAWSGovCloudClusterOK with default headers values
func (*CreateAWSGovCloudClusterOK) Code ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) Code() int
Code gets the status code for the create a w s gov cloud cluster o k response
func (*CreateAWSGovCloudClusterOK) Error ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) Error() string
func (*CreateAWSGovCloudClusterOK) GetPayload ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) GetPayload() *models.CreateAWSGovCloudClusterResponse
func (*CreateAWSGovCloudClusterOK) IsClientError ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) IsClientError() bool
IsClientError returns true when this create a w s gov cloud cluster o k response has a 4xx status code
func (*CreateAWSGovCloudClusterOK) IsCode ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) IsCode(code int) bool
IsCode returns true when this create a w s gov cloud cluster o k response a status code equal to that given
func (*CreateAWSGovCloudClusterOK) IsRedirect ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) IsRedirect() bool
IsRedirect returns true when this create a w s gov cloud cluster o k response has a 3xx status code
func (*CreateAWSGovCloudClusterOK) IsServerError ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) IsServerError() bool
IsServerError returns true when this create a w s gov cloud cluster o k response has a 5xx status code
func (*CreateAWSGovCloudClusterOK) IsSuccess ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) IsSuccess() bool
IsSuccess returns true when this create a w s gov cloud cluster o k response has a 2xx status code
func (*CreateAWSGovCloudClusterOK) String ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterOK) String() string
type CreateAWSGovCloudClusterParams ¶ added in v0.4.2
type CreateAWSGovCloudClusterParams struct { // Input. Input *models.CreateAWSGovCloudClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAWSGovCloudClusterParams contains all the parameters to send to the API endpoint
for the create a w s gov cloud cluster operation. Typically these are written to a http.Request.
func NewCreateAWSGovCloudClusterParams ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterParams() *CreateAWSGovCloudClusterParams
NewCreateAWSGovCloudClusterParams creates a new CreateAWSGovCloudClusterParams 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 NewCreateAWSGovCloudClusterParamsWithContext ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterParamsWithContext(ctx context.Context) *CreateAWSGovCloudClusterParams
NewCreateAWSGovCloudClusterParamsWithContext creates a new CreateAWSGovCloudClusterParams object with the ability to set a context for a request.
func NewCreateAWSGovCloudClusterParamsWithHTTPClient ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterParamsWithHTTPClient(client *http.Client) *CreateAWSGovCloudClusterParams
NewCreateAWSGovCloudClusterParamsWithHTTPClient creates a new CreateAWSGovCloudClusterParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAWSGovCloudClusterParamsWithTimeout ¶ added in v0.4.2
func NewCreateAWSGovCloudClusterParamsWithTimeout(timeout time.Duration) *CreateAWSGovCloudClusterParams
NewCreateAWSGovCloudClusterParamsWithTimeout creates a new CreateAWSGovCloudClusterParams object with the ability to set a timeout on a request.
func (*CreateAWSGovCloudClusterParams) SetContext ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) SetDefaults ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) SetDefaults()
SetDefaults hydrates default values in the create a w s gov cloud cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSGovCloudClusterParams) SetHTTPClient ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) SetInput ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) SetInput(input *models.CreateAWSGovCloudClusterRequest)
SetInput adds the input to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) SetTimeout ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) WithContext ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WithContext(ctx context.Context) *CreateAWSGovCloudClusterParams
WithContext adds the context to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) WithDefaults ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WithDefaults() *CreateAWSGovCloudClusterParams
WithDefaults hydrates default values in the create a w s gov cloud cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSGovCloudClusterParams) WithHTTPClient ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WithHTTPClient(client *http.Client) *CreateAWSGovCloudClusterParams
WithHTTPClient adds the HTTPClient to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) WithInput ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WithInput(input *models.CreateAWSGovCloudClusterRequest) *CreateAWSGovCloudClusterParams
WithInput adds the input to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) WithTimeout ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WithTimeout(timeout time.Duration) *CreateAWSGovCloudClusterParams
WithTimeout adds the timeout to the create a w s gov cloud cluster params
func (*CreateAWSGovCloudClusterParams) WriteToRequest ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAWSGovCloudClusterReader ¶ added in v0.4.2
type CreateAWSGovCloudClusterReader struct {
// contains filtered or unexported fields
}
CreateAWSGovCloudClusterReader is a Reader for the CreateAWSGovCloudCluster structure.
func (*CreateAWSGovCloudClusterReader) ReadResponse ¶ added in v0.4.2
func (o *CreateAWSGovCloudClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAutoScaleRulesDefault ¶
type CreateAutoScaleRulesDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateAutoScaleRulesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateAutoScaleRulesDefault ¶
func NewCreateAutoScaleRulesDefault(code int) *CreateAutoScaleRulesDefault
NewCreateAutoScaleRulesDefault creates a CreateAutoScaleRulesDefault with default headers values
func (*CreateAutoScaleRulesDefault) Code ¶
func (o *CreateAutoScaleRulesDefault) Code() int
Code gets the status code for the create auto scale rules default response
func (*CreateAutoScaleRulesDefault) Error ¶
func (o *CreateAutoScaleRulesDefault) Error() string
func (*CreateAutoScaleRulesDefault) GetPayload ¶
func (o *CreateAutoScaleRulesDefault) GetPayload() *models.Error
func (*CreateAutoScaleRulesDefault) IsClientError ¶
func (o *CreateAutoScaleRulesDefault) IsClientError() bool
IsClientError returns true when this create auto scale rules default response has a 4xx status code
func (*CreateAutoScaleRulesDefault) IsCode ¶
func (o *CreateAutoScaleRulesDefault) IsCode(code int) bool
IsCode returns true when this create auto scale rules default response a status code equal to that given
func (*CreateAutoScaleRulesDefault) IsRedirect ¶
func (o *CreateAutoScaleRulesDefault) IsRedirect() bool
IsRedirect returns true when this create auto scale rules default response has a 3xx status code
func (*CreateAutoScaleRulesDefault) IsServerError ¶
func (o *CreateAutoScaleRulesDefault) IsServerError() bool
IsServerError returns true when this create auto scale rules default response has a 5xx status code
func (*CreateAutoScaleRulesDefault) IsSuccess ¶
func (o *CreateAutoScaleRulesDefault) IsSuccess() bool
IsSuccess returns true when this create auto scale rules default response has a 2xx status code
func (*CreateAutoScaleRulesDefault) String ¶
func (o *CreateAutoScaleRulesDefault) String() string
type CreateAutoScaleRulesOK ¶
type CreateAutoScaleRulesOK struct {
Payload *models.CreateAutoScaleRulesResponse
}
CreateAutoScaleRulesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateAutoScaleRulesOK ¶
func NewCreateAutoScaleRulesOK() *CreateAutoScaleRulesOK
NewCreateAutoScaleRulesOK creates a CreateAutoScaleRulesOK with default headers values
func (*CreateAutoScaleRulesOK) Code ¶
func (o *CreateAutoScaleRulesOK) Code() int
Code gets the status code for the create auto scale rules o k response
func (*CreateAutoScaleRulesOK) Error ¶
func (o *CreateAutoScaleRulesOK) Error() string
func (*CreateAutoScaleRulesOK) GetPayload ¶
func (o *CreateAutoScaleRulesOK) GetPayload() *models.CreateAutoScaleRulesResponse
func (*CreateAutoScaleRulesOK) IsClientError ¶
func (o *CreateAutoScaleRulesOK) IsClientError() bool
IsClientError returns true when this create auto scale rules o k response has a 4xx status code
func (*CreateAutoScaleRulesOK) IsCode ¶
func (o *CreateAutoScaleRulesOK) IsCode(code int) bool
IsCode returns true when this create auto scale rules o k response a status code equal to that given
func (*CreateAutoScaleRulesOK) IsRedirect ¶
func (o *CreateAutoScaleRulesOK) IsRedirect() bool
IsRedirect returns true when this create auto scale rules o k response has a 3xx status code
func (*CreateAutoScaleRulesOK) IsServerError ¶
func (o *CreateAutoScaleRulesOK) IsServerError() bool
IsServerError returns true when this create auto scale rules o k response has a 5xx status code
func (*CreateAutoScaleRulesOK) IsSuccess ¶
func (o *CreateAutoScaleRulesOK) IsSuccess() bool
IsSuccess returns true when this create auto scale rules o k response has a 2xx status code
func (*CreateAutoScaleRulesOK) String ¶
func (o *CreateAutoScaleRulesOK) String() string
type CreateAutoScaleRulesParams ¶
type CreateAutoScaleRulesParams struct { // Input. Input *models.CreateAutoScaleRulesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAutoScaleRulesParams contains all the parameters to send to the API endpoint
for the create auto scale rules operation. Typically these are written to a http.Request.
func NewCreateAutoScaleRulesParams ¶
func NewCreateAutoScaleRulesParams() *CreateAutoScaleRulesParams
NewCreateAutoScaleRulesParams creates a new CreateAutoScaleRulesParams 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 NewCreateAutoScaleRulesParamsWithContext ¶
func NewCreateAutoScaleRulesParamsWithContext(ctx context.Context) *CreateAutoScaleRulesParams
NewCreateAutoScaleRulesParamsWithContext creates a new CreateAutoScaleRulesParams object with the ability to set a context for a request.
func NewCreateAutoScaleRulesParamsWithHTTPClient ¶
func NewCreateAutoScaleRulesParamsWithHTTPClient(client *http.Client) *CreateAutoScaleRulesParams
NewCreateAutoScaleRulesParamsWithHTTPClient creates a new CreateAutoScaleRulesParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAutoScaleRulesParamsWithTimeout ¶
func NewCreateAutoScaleRulesParamsWithTimeout(timeout time.Duration) *CreateAutoScaleRulesParams
NewCreateAutoScaleRulesParamsWithTimeout creates a new CreateAutoScaleRulesParams object with the ability to set a timeout on a request.
func (*CreateAutoScaleRulesParams) SetContext ¶
func (o *CreateAutoScaleRulesParams) SetContext(ctx context.Context)
SetContext adds the context to the create auto scale rules params
func (*CreateAutoScaleRulesParams) SetDefaults ¶
func (o *CreateAutoScaleRulesParams) SetDefaults()
SetDefaults hydrates default values in the create auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAutoScaleRulesParams) SetHTTPClient ¶
func (o *CreateAutoScaleRulesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create auto scale rules params
func (*CreateAutoScaleRulesParams) SetInput ¶
func (o *CreateAutoScaleRulesParams) SetInput(input *models.CreateAutoScaleRulesRequest)
SetInput adds the input to the create auto scale rules params
func (*CreateAutoScaleRulesParams) SetTimeout ¶
func (o *CreateAutoScaleRulesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create auto scale rules params
func (*CreateAutoScaleRulesParams) WithContext ¶
func (o *CreateAutoScaleRulesParams) WithContext(ctx context.Context) *CreateAutoScaleRulesParams
WithContext adds the context to the create auto scale rules params
func (*CreateAutoScaleRulesParams) WithDefaults ¶
func (o *CreateAutoScaleRulesParams) WithDefaults() *CreateAutoScaleRulesParams
WithDefaults hydrates default values in the create auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAutoScaleRulesParams) WithHTTPClient ¶
func (o *CreateAutoScaleRulesParams) WithHTTPClient(client *http.Client) *CreateAutoScaleRulesParams
WithHTTPClient adds the HTTPClient to the create auto scale rules params
func (*CreateAutoScaleRulesParams) WithInput ¶
func (o *CreateAutoScaleRulesParams) WithInput(input *models.CreateAutoScaleRulesRequest) *CreateAutoScaleRulesParams
WithInput adds the input to the create auto scale rules params
func (*CreateAutoScaleRulesParams) WithTimeout ¶
func (o *CreateAutoScaleRulesParams) WithTimeout(timeout time.Duration) *CreateAutoScaleRulesParams
WithTimeout adds the timeout to the create auto scale rules params
func (*CreateAutoScaleRulesParams) WriteToRequest ¶
func (o *CreateAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAutoScaleRulesReader ¶
type CreateAutoScaleRulesReader struct {
// contains filtered or unexported fields
}
CreateAutoScaleRulesReader is a Reader for the CreateAutoScaleRules structure.
func (*CreateAutoScaleRulesReader) ReadResponse ¶
func (o *CreateAutoScaleRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAzureClusterDefault ¶
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 ¶
func NewCreateAzureClusterDefault(code int) *CreateAzureClusterDefault
NewCreateAzureClusterDefault creates a CreateAzureClusterDefault with default headers values
func (*CreateAzureClusterDefault) Code ¶
func (o *CreateAzureClusterDefault) Code() int
Code gets the status code for the create azure cluster default response
func (*CreateAzureClusterDefault) Error ¶
func (o *CreateAzureClusterDefault) Error() string
func (*CreateAzureClusterDefault) GetPayload ¶
func (o *CreateAzureClusterDefault) GetPayload() *models.Error
func (*CreateAzureClusterDefault) IsClientError ¶
func (o *CreateAzureClusterDefault) IsClientError() bool
IsClientError returns true when this create azure cluster default response has a 4xx status code
func (*CreateAzureClusterDefault) IsCode ¶
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 ¶
func (o *CreateAzureClusterDefault) IsRedirect() bool
IsRedirect returns true when this create azure cluster default response has a 3xx status code
func (*CreateAzureClusterDefault) IsServerError ¶
func (o *CreateAzureClusterDefault) IsServerError() bool
IsServerError returns true when this create azure cluster default response has a 5xx status code
func (*CreateAzureClusterDefault) IsSuccess ¶
func (o *CreateAzureClusterDefault) IsSuccess() bool
IsSuccess returns true when this create azure cluster default response has a 2xx status code
func (*CreateAzureClusterDefault) String ¶
func (o *CreateAzureClusterDefault) String() string
type CreateAzureClusterOK ¶
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 ¶
func NewCreateAzureClusterOK() *CreateAzureClusterOK
NewCreateAzureClusterOK creates a CreateAzureClusterOK with default headers values
func (*CreateAzureClusterOK) Code ¶
func (o *CreateAzureClusterOK) Code() int
Code gets the status code for the create azure cluster o k response
func (*CreateAzureClusterOK) Error ¶
func (o *CreateAzureClusterOK) Error() string
func (*CreateAzureClusterOK) GetPayload ¶
func (o *CreateAzureClusterOK) GetPayload() *models.CreateAzureClusterResponse
func (*CreateAzureClusterOK) IsClientError ¶
func (o *CreateAzureClusterOK) IsClientError() bool
IsClientError returns true when this create azure cluster o k response has a 4xx status code
func (*CreateAzureClusterOK) IsCode ¶
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 ¶
func (o *CreateAzureClusterOK) IsRedirect() bool
IsRedirect returns true when this create azure cluster o k response has a 3xx status code
func (*CreateAzureClusterOK) IsServerError ¶
func (o *CreateAzureClusterOK) IsServerError() bool
IsServerError returns true when this create azure cluster o k response has a 5xx status code
func (*CreateAzureClusterOK) IsSuccess ¶
func (o *CreateAzureClusterOK) IsSuccess() bool
IsSuccess returns true when this create azure cluster o k response has a 2xx status code
func (*CreateAzureClusterOK) String ¶
func (o *CreateAzureClusterOK) String() string
type CreateAzureClusterParams ¶
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 ¶
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 ¶
func NewCreateAzureClusterParamsWithContext(ctx context.Context) *CreateAzureClusterParams
NewCreateAzureClusterParamsWithContext creates a new CreateAzureClusterParams object with the ability to set a context for a request.
func NewCreateAzureClusterParamsWithHTTPClient ¶
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 ¶
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 ¶
func (o *CreateAzureClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the create azure cluster params
func (*CreateAzureClusterParams) SetDefaults ¶
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 ¶
func (o *CreateAzureClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create azure cluster params
func (*CreateAzureClusterParams) SetInput ¶
func (o *CreateAzureClusterParams) SetInput(input *models.CreateAzureClusterRequest)
SetInput adds the input to the create azure cluster params
func (*CreateAzureClusterParams) SetTimeout ¶
func (o *CreateAzureClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create azure cluster params
func (*CreateAzureClusterParams) WithContext ¶
func (o *CreateAzureClusterParams) WithContext(ctx context.Context) *CreateAzureClusterParams
WithContext adds the context to the create azure cluster params
func (*CreateAzureClusterParams) WithDefaults ¶
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 ¶
func (o *CreateAzureClusterParams) WithHTTPClient(client *http.Client) *CreateAzureClusterParams
WithHTTPClient adds the HTTPClient to the create azure cluster params
func (*CreateAzureClusterParams) WithInput ¶
func (o *CreateAzureClusterParams) WithInput(input *models.CreateAzureClusterRequest) *CreateAzureClusterParams
WithInput adds the input to the create azure cluster params
func (*CreateAzureClusterParams) WithTimeout ¶
func (o *CreateAzureClusterParams) WithTimeout(timeout time.Duration) *CreateAzureClusterParams
WithTimeout adds the timeout to the create azure cluster params
func (*CreateAzureClusterParams) WriteToRequest ¶
func (o *CreateAzureClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAzureClusterReader ¶
type CreateAzureClusterReader struct {
// contains filtered or unexported fields
}
CreateAzureClusterReader is a Reader for the CreateAzureCluster structure.
func (*CreateAzureClusterReader) ReadResponse ¶
func (o *CreateAzureClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateClusterDefinitionDefault ¶
type CreateClusterDefinitionDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateClusterDefinitionDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateClusterDefinitionDefault ¶
func NewCreateClusterDefinitionDefault(code int) *CreateClusterDefinitionDefault
NewCreateClusterDefinitionDefault creates a CreateClusterDefinitionDefault with default headers values
func (*CreateClusterDefinitionDefault) Code ¶
func (o *CreateClusterDefinitionDefault) Code() int
Code gets the status code for the create cluster definition default response
func (*CreateClusterDefinitionDefault) Error ¶
func (o *CreateClusterDefinitionDefault) Error() string
func (*CreateClusterDefinitionDefault) GetPayload ¶
func (o *CreateClusterDefinitionDefault) GetPayload() *models.Error
func (*CreateClusterDefinitionDefault) IsClientError ¶
func (o *CreateClusterDefinitionDefault) IsClientError() bool
IsClientError returns true when this create cluster definition default response has a 4xx status code
func (*CreateClusterDefinitionDefault) IsCode ¶
func (o *CreateClusterDefinitionDefault) IsCode(code int) bool
IsCode returns true when this create cluster definition default response a status code equal to that given
func (*CreateClusterDefinitionDefault) IsRedirect ¶
func (o *CreateClusterDefinitionDefault) IsRedirect() bool
IsRedirect returns true when this create cluster definition default response has a 3xx status code
func (*CreateClusterDefinitionDefault) IsServerError ¶
func (o *CreateClusterDefinitionDefault) IsServerError() bool
IsServerError returns true when this create cluster definition default response has a 5xx status code
func (*CreateClusterDefinitionDefault) IsSuccess ¶
func (o *CreateClusterDefinitionDefault) IsSuccess() bool
IsSuccess returns true when this create cluster definition default response has a 2xx status code
func (*CreateClusterDefinitionDefault) String ¶
func (o *CreateClusterDefinitionDefault) String() string
type CreateClusterDefinitionOK ¶
type CreateClusterDefinitionOK struct {
Payload *models.CreateClusterDefinitionResponse
}
CreateClusterDefinitionOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateClusterDefinitionOK ¶
func NewCreateClusterDefinitionOK() *CreateClusterDefinitionOK
NewCreateClusterDefinitionOK creates a CreateClusterDefinitionOK with default headers values
func (*CreateClusterDefinitionOK) Code ¶
func (o *CreateClusterDefinitionOK) Code() int
Code gets the status code for the create cluster definition o k response
func (*CreateClusterDefinitionOK) Error ¶
func (o *CreateClusterDefinitionOK) Error() string
func (*CreateClusterDefinitionOK) GetPayload ¶
func (o *CreateClusterDefinitionOK) GetPayload() *models.CreateClusterDefinitionResponse
func (*CreateClusterDefinitionOK) IsClientError ¶
func (o *CreateClusterDefinitionOK) IsClientError() bool
IsClientError returns true when this create cluster definition o k response has a 4xx status code
func (*CreateClusterDefinitionOK) IsCode ¶
func (o *CreateClusterDefinitionOK) IsCode(code int) bool
IsCode returns true when this create cluster definition o k response a status code equal to that given
func (*CreateClusterDefinitionOK) IsRedirect ¶
func (o *CreateClusterDefinitionOK) IsRedirect() bool
IsRedirect returns true when this create cluster definition o k response has a 3xx status code
func (*CreateClusterDefinitionOK) IsServerError ¶
func (o *CreateClusterDefinitionOK) IsServerError() bool
IsServerError returns true when this create cluster definition o k response has a 5xx status code
func (*CreateClusterDefinitionOK) IsSuccess ¶
func (o *CreateClusterDefinitionOK) IsSuccess() bool
IsSuccess returns true when this create cluster definition o k response has a 2xx status code
func (*CreateClusterDefinitionOK) String ¶
func (o *CreateClusterDefinitionOK) String() string
type CreateClusterDefinitionParams ¶
type CreateClusterDefinitionParams struct { // Input. Input *models.CreateClusterDefinitionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateClusterDefinitionParams contains all the parameters to send to the API endpoint
for the create cluster definition operation. Typically these are written to a http.Request.
func NewCreateClusterDefinitionParams ¶
func NewCreateClusterDefinitionParams() *CreateClusterDefinitionParams
NewCreateClusterDefinitionParams creates a new CreateClusterDefinitionParams 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 NewCreateClusterDefinitionParamsWithContext ¶
func NewCreateClusterDefinitionParamsWithContext(ctx context.Context) *CreateClusterDefinitionParams
NewCreateClusterDefinitionParamsWithContext creates a new CreateClusterDefinitionParams object with the ability to set a context for a request.
func NewCreateClusterDefinitionParamsWithHTTPClient ¶
func NewCreateClusterDefinitionParamsWithHTTPClient(client *http.Client) *CreateClusterDefinitionParams
NewCreateClusterDefinitionParamsWithHTTPClient creates a new CreateClusterDefinitionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateClusterDefinitionParamsWithTimeout ¶
func NewCreateClusterDefinitionParamsWithTimeout(timeout time.Duration) *CreateClusterDefinitionParams
NewCreateClusterDefinitionParamsWithTimeout creates a new CreateClusterDefinitionParams object with the ability to set a timeout on a request.
func (*CreateClusterDefinitionParams) SetContext ¶
func (o *CreateClusterDefinitionParams) SetContext(ctx context.Context)
SetContext adds the context to the create cluster definition params
func (*CreateClusterDefinitionParams) SetDefaults ¶
func (o *CreateClusterDefinitionParams) SetDefaults()
SetDefaults hydrates default values in the create cluster definition params (not the query body).
All values with no default are reset to their zero value.
func (*CreateClusterDefinitionParams) SetHTTPClient ¶
func (o *CreateClusterDefinitionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create cluster definition params
func (*CreateClusterDefinitionParams) SetInput ¶
func (o *CreateClusterDefinitionParams) SetInput(input *models.CreateClusterDefinitionRequest)
SetInput adds the input to the create cluster definition params
func (*CreateClusterDefinitionParams) SetTimeout ¶
func (o *CreateClusterDefinitionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create cluster definition params
func (*CreateClusterDefinitionParams) WithContext ¶
func (o *CreateClusterDefinitionParams) WithContext(ctx context.Context) *CreateClusterDefinitionParams
WithContext adds the context to the create cluster definition params
func (*CreateClusterDefinitionParams) WithDefaults ¶
func (o *CreateClusterDefinitionParams) WithDefaults() *CreateClusterDefinitionParams
WithDefaults hydrates default values in the create cluster definition params (not the query body).
All values with no default are reset to their zero value.
func (*CreateClusterDefinitionParams) WithHTTPClient ¶
func (o *CreateClusterDefinitionParams) WithHTTPClient(client *http.Client) *CreateClusterDefinitionParams
WithHTTPClient adds the HTTPClient to the create cluster definition params
func (*CreateClusterDefinitionParams) WithInput ¶
func (o *CreateClusterDefinitionParams) WithInput(input *models.CreateClusterDefinitionRequest) *CreateClusterDefinitionParams
WithInput adds the input to the create cluster definition params
func (*CreateClusterDefinitionParams) WithTimeout ¶
func (o *CreateClusterDefinitionParams) WithTimeout(timeout time.Duration) *CreateClusterDefinitionParams
WithTimeout adds the timeout to the create cluster definition params
func (*CreateClusterDefinitionParams) WriteToRequest ¶
func (o *CreateClusterDefinitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateClusterDefinitionReader ¶
type CreateClusterDefinitionReader struct {
// contains filtered or unexported fields
}
CreateClusterDefinitionReader is a Reader for the CreateClusterDefinition structure.
func (*CreateClusterDefinitionReader) ReadResponse ¶
func (o *CreateClusterDefinitionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateClusterTemplateDefault ¶
type CreateClusterTemplateDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateClusterTemplateDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateClusterTemplateDefault ¶
func NewCreateClusterTemplateDefault(code int) *CreateClusterTemplateDefault
NewCreateClusterTemplateDefault creates a CreateClusterTemplateDefault with default headers values
func (*CreateClusterTemplateDefault) Code ¶
func (o *CreateClusterTemplateDefault) Code() int
Code gets the status code for the create cluster template default response
func (*CreateClusterTemplateDefault) Error ¶
func (o *CreateClusterTemplateDefault) Error() string
func (*CreateClusterTemplateDefault) GetPayload ¶
func (o *CreateClusterTemplateDefault) GetPayload() *models.Error
func (*CreateClusterTemplateDefault) IsClientError ¶
func (o *CreateClusterTemplateDefault) IsClientError() bool
IsClientError returns true when this create cluster template default response has a 4xx status code
func (*CreateClusterTemplateDefault) IsCode ¶
func (o *CreateClusterTemplateDefault) IsCode(code int) bool
IsCode returns true when this create cluster template default response a status code equal to that given
func (*CreateClusterTemplateDefault) IsRedirect ¶
func (o *CreateClusterTemplateDefault) IsRedirect() bool
IsRedirect returns true when this create cluster template default response has a 3xx status code
func (*CreateClusterTemplateDefault) IsServerError ¶
func (o *CreateClusterTemplateDefault) IsServerError() bool
IsServerError returns true when this create cluster template default response has a 5xx status code
func (*CreateClusterTemplateDefault) IsSuccess ¶
func (o *CreateClusterTemplateDefault) IsSuccess() bool
IsSuccess returns true when this create cluster template default response has a 2xx status code
func (*CreateClusterTemplateDefault) String ¶
func (o *CreateClusterTemplateDefault) String() string
type CreateClusterTemplateOK ¶
type CreateClusterTemplateOK struct {
Payload *models.CreateClusterTemplateResponse
}
CreateClusterTemplateOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateClusterTemplateOK ¶
func NewCreateClusterTemplateOK() *CreateClusterTemplateOK
NewCreateClusterTemplateOK creates a CreateClusterTemplateOK with default headers values
func (*CreateClusterTemplateOK) Code ¶
func (o *CreateClusterTemplateOK) Code() int
Code gets the status code for the create cluster template o k response
func (*CreateClusterTemplateOK) Error ¶
func (o *CreateClusterTemplateOK) Error() string
func (*CreateClusterTemplateOK) GetPayload ¶
func (o *CreateClusterTemplateOK) GetPayload() *models.CreateClusterTemplateResponse
func (*CreateClusterTemplateOK) IsClientError ¶
func (o *CreateClusterTemplateOK) IsClientError() bool
IsClientError returns true when this create cluster template o k response has a 4xx status code
func (*CreateClusterTemplateOK) IsCode ¶
func (o *CreateClusterTemplateOK) IsCode(code int) bool
IsCode returns true when this create cluster template o k response a status code equal to that given
func (*CreateClusterTemplateOK) IsRedirect ¶
func (o *CreateClusterTemplateOK) IsRedirect() bool
IsRedirect returns true when this create cluster template o k response has a 3xx status code
func (*CreateClusterTemplateOK) IsServerError ¶
func (o *CreateClusterTemplateOK) IsServerError() bool
IsServerError returns true when this create cluster template o k response has a 5xx status code
func (*CreateClusterTemplateOK) IsSuccess ¶
func (o *CreateClusterTemplateOK) IsSuccess() bool
IsSuccess returns true when this create cluster template o k response has a 2xx status code
func (*CreateClusterTemplateOK) String ¶
func (o *CreateClusterTemplateOK) String() string
type CreateClusterTemplateParams ¶
type CreateClusterTemplateParams struct { // Input. Input *models.CreateClusterTemplateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateClusterTemplateParams contains all the parameters to send to the API endpoint
for the create cluster template operation. Typically these are written to a http.Request.
func NewCreateClusterTemplateParams ¶
func NewCreateClusterTemplateParams() *CreateClusterTemplateParams
NewCreateClusterTemplateParams creates a new CreateClusterTemplateParams 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 NewCreateClusterTemplateParamsWithContext ¶
func NewCreateClusterTemplateParamsWithContext(ctx context.Context) *CreateClusterTemplateParams
NewCreateClusterTemplateParamsWithContext creates a new CreateClusterTemplateParams object with the ability to set a context for a request.
func NewCreateClusterTemplateParamsWithHTTPClient ¶
func NewCreateClusterTemplateParamsWithHTTPClient(client *http.Client) *CreateClusterTemplateParams
NewCreateClusterTemplateParamsWithHTTPClient creates a new CreateClusterTemplateParams object with the ability to set a custom HTTPClient for a request.
func NewCreateClusterTemplateParamsWithTimeout ¶
func NewCreateClusterTemplateParamsWithTimeout(timeout time.Duration) *CreateClusterTemplateParams
NewCreateClusterTemplateParamsWithTimeout creates a new CreateClusterTemplateParams object with the ability to set a timeout on a request.
func (*CreateClusterTemplateParams) SetContext ¶
func (o *CreateClusterTemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the create cluster template params
func (*CreateClusterTemplateParams) SetDefaults ¶
func (o *CreateClusterTemplateParams) SetDefaults()
SetDefaults hydrates default values in the create cluster template params (not the query body).
All values with no default are reset to their zero value.
func (*CreateClusterTemplateParams) SetHTTPClient ¶
func (o *CreateClusterTemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create cluster template params
func (*CreateClusterTemplateParams) SetInput ¶
func (o *CreateClusterTemplateParams) SetInput(input *models.CreateClusterTemplateRequest)
SetInput adds the input to the create cluster template params
func (*CreateClusterTemplateParams) SetTimeout ¶
func (o *CreateClusterTemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create cluster template params
func (*CreateClusterTemplateParams) WithContext ¶
func (o *CreateClusterTemplateParams) WithContext(ctx context.Context) *CreateClusterTemplateParams
WithContext adds the context to the create cluster template params
func (*CreateClusterTemplateParams) WithDefaults ¶
func (o *CreateClusterTemplateParams) WithDefaults() *CreateClusterTemplateParams
WithDefaults hydrates default values in the create cluster template params (not the query body).
All values with no default are reset to their zero value.
func (*CreateClusterTemplateParams) WithHTTPClient ¶
func (o *CreateClusterTemplateParams) WithHTTPClient(client *http.Client) *CreateClusterTemplateParams
WithHTTPClient adds the HTTPClient to the create cluster template params
func (*CreateClusterTemplateParams) WithInput ¶
func (o *CreateClusterTemplateParams) WithInput(input *models.CreateClusterTemplateRequest) *CreateClusterTemplateParams
WithInput adds the input to the create cluster template params
func (*CreateClusterTemplateParams) WithTimeout ¶
func (o *CreateClusterTemplateParams) WithTimeout(timeout time.Duration) *CreateClusterTemplateParams
WithTimeout adds the timeout to the create cluster template params
func (*CreateClusterTemplateParams) WriteToRequest ¶
func (o *CreateClusterTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateClusterTemplateReader ¶
type CreateClusterTemplateReader struct {
// contains filtered or unexported fields
}
CreateClusterTemplateReader is a Reader for the CreateClusterTemplate structure.
func (*CreateClusterTemplateReader) ReadResponse ¶
func (o *CreateClusterTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCustomConfigurationsDefault ¶
type CreateCustomConfigurationsDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateCustomConfigurationsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateCustomConfigurationsDefault ¶
func NewCreateCustomConfigurationsDefault(code int) *CreateCustomConfigurationsDefault
NewCreateCustomConfigurationsDefault creates a CreateCustomConfigurationsDefault with default headers values
func (*CreateCustomConfigurationsDefault) Code ¶
func (o *CreateCustomConfigurationsDefault) Code() int
Code gets the status code for the create custom configurations default response
func (*CreateCustomConfigurationsDefault) Error ¶
func (o *CreateCustomConfigurationsDefault) Error() string
func (*CreateCustomConfigurationsDefault) GetPayload ¶
func (o *CreateCustomConfigurationsDefault) GetPayload() *models.Error
func (*CreateCustomConfigurationsDefault) IsClientError ¶
func (o *CreateCustomConfigurationsDefault) IsClientError() bool
IsClientError returns true when this create custom configurations default response has a 4xx status code
func (*CreateCustomConfigurationsDefault) IsCode ¶
func (o *CreateCustomConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this create custom configurations default response a status code equal to that given
func (*CreateCustomConfigurationsDefault) IsRedirect ¶
func (o *CreateCustomConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this create custom configurations default response has a 3xx status code
func (*CreateCustomConfigurationsDefault) IsServerError ¶
func (o *CreateCustomConfigurationsDefault) IsServerError() bool
IsServerError returns true when this create custom configurations default response has a 5xx status code
func (*CreateCustomConfigurationsDefault) IsSuccess ¶
func (o *CreateCustomConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this create custom configurations default response has a 2xx status code
func (*CreateCustomConfigurationsDefault) String ¶
func (o *CreateCustomConfigurationsDefault) String() string
type CreateCustomConfigurationsOK ¶
type CreateCustomConfigurationsOK struct {
Payload *models.CreateCustomConfigurationsResponse
}
CreateCustomConfigurationsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateCustomConfigurationsOK ¶
func NewCreateCustomConfigurationsOK() *CreateCustomConfigurationsOK
NewCreateCustomConfigurationsOK creates a CreateCustomConfigurationsOK with default headers values
func (*CreateCustomConfigurationsOK) Code ¶
func (o *CreateCustomConfigurationsOK) Code() int
Code gets the status code for the create custom configurations o k response
func (*CreateCustomConfigurationsOK) Error ¶
func (o *CreateCustomConfigurationsOK) Error() string
func (*CreateCustomConfigurationsOK) GetPayload ¶
func (o *CreateCustomConfigurationsOK) GetPayload() *models.CreateCustomConfigurationsResponse
func (*CreateCustomConfigurationsOK) IsClientError ¶
func (o *CreateCustomConfigurationsOK) IsClientError() bool
IsClientError returns true when this create custom configurations o k response has a 4xx status code
func (*CreateCustomConfigurationsOK) IsCode ¶
func (o *CreateCustomConfigurationsOK) IsCode(code int) bool
IsCode returns true when this create custom configurations o k response a status code equal to that given
func (*CreateCustomConfigurationsOK) IsRedirect ¶
func (o *CreateCustomConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this create custom configurations o k response has a 3xx status code
func (*CreateCustomConfigurationsOK) IsServerError ¶
func (o *CreateCustomConfigurationsOK) IsServerError() bool
IsServerError returns true when this create custom configurations o k response has a 5xx status code
func (*CreateCustomConfigurationsOK) IsSuccess ¶
func (o *CreateCustomConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this create custom configurations o k response has a 2xx status code
func (*CreateCustomConfigurationsOK) String ¶
func (o *CreateCustomConfigurationsOK) String() string
type CreateCustomConfigurationsParams ¶
type CreateCustomConfigurationsParams struct { // Input. Input *models.CreateCustomConfigurationsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCustomConfigurationsParams contains all the parameters to send to the API endpoint
for the create custom configurations operation. Typically these are written to a http.Request.
func NewCreateCustomConfigurationsParams ¶
func NewCreateCustomConfigurationsParams() *CreateCustomConfigurationsParams
NewCreateCustomConfigurationsParams creates a new CreateCustomConfigurationsParams 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 NewCreateCustomConfigurationsParamsWithContext ¶
func NewCreateCustomConfigurationsParamsWithContext(ctx context.Context) *CreateCustomConfigurationsParams
NewCreateCustomConfigurationsParamsWithContext creates a new CreateCustomConfigurationsParams object with the ability to set a context for a request.
func NewCreateCustomConfigurationsParamsWithHTTPClient ¶
func NewCreateCustomConfigurationsParamsWithHTTPClient(client *http.Client) *CreateCustomConfigurationsParams
NewCreateCustomConfigurationsParamsWithHTTPClient creates a new CreateCustomConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewCreateCustomConfigurationsParamsWithTimeout ¶
func NewCreateCustomConfigurationsParamsWithTimeout(timeout time.Duration) *CreateCustomConfigurationsParams
NewCreateCustomConfigurationsParamsWithTimeout creates a new CreateCustomConfigurationsParams object with the ability to set a timeout on a request.
func (*CreateCustomConfigurationsParams) SetContext ¶
func (o *CreateCustomConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the create custom configurations params
func (*CreateCustomConfigurationsParams) SetDefaults ¶
func (o *CreateCustomConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the create custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCustomConfigurationsParams) SetHTTPClient ¶
func (o *CreateCustomConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create custom configurations params
func (*CreateCustomConfigurationsParams) SetInput ¶
func (o *CreateCustomConfigurationsParams) SetInput(input *models.CreateCustomConfigurationsRequest)
SetInput adds the input to the create custom configurations params
func (*CreateCustomConfigurationsParams) SetTimeout ¶
func (o *CreateCustomConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create custom configurations params
func (*CreateCustomConfigurationsParams) WithContext ¶
func (o *CreateCustomConfigurationsParams) WithContext(ctx context.Context) *CreateCustomConfigurationsParams
WithContext adds the context to the create custom configurations params
func (*CreateCustomConfigurationsParams) WithDefaults ¶
func (o *CreateCustomConfigurationsParams) WithDefaults() *CreateCustomConfigurationsParams
WithDefaults hydrates default values in the create custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*CreateCustomConfigurationsParams) WithHTTPClient ¶
func (o *CreateCustomConfigurationsParams) WithHTTPClient(client *http.Client) *CreateCustomConfigurationsParams
WithHTTPClient adds the HTTPClient to the create custom configurations params
func (*CreateCustomConfigurationsParams) WithInput ¶
func (o *CreateCustomConfigurationsParams) WithInput(input *models.CreateCustomConfigurationsRequest) *CreateCustomConfigurationsParams
WithInput adds the input to the create custom configurations params
func (*CreateCustomConfigurationsParams) WithTimeout ¶
func (o *CreateCustomConfigurationsParams) WithTimeout(timeout time.Duration) *CreateCustomConfigurationsParams
WithTimeout adds the timeout to the create custom configurations params
func (*CreateCustomConfigurationsParams) WriteToRequest ¶
func (o *CreateCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCustomConfigurationsReader ¶
type CreateCustomConfigurationsReader struct {
// contains filtered or unexported fields
}
CreateCustomConfigurationsReader is a Reader for the CreateCustomConfigurations structure.
func (*CreateCustomConfigurationsReader) ReadResponse ¶
func (o *CreateCustomConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateGCPClusterDefault ¶
type CreateGCPClusterDefault struct { Payload *models.Error // contains filtered or unexported fields }
CreateGCPClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateGCPClusterDefault ¶
func NewCreateGCPClusterDefault(code int) *CreateGCPClusterDefault
NewCreateGCPClusterDefault creates a CreateGCPClusterDefault with default headers values
func (*CreateGCPClusterDefault) Code ¶
func (o *CreateGCPClusterDefault) Code() int
Code gets the status code for the create g c p cluster default response
func (*CreateGCPClusterDefault) Error ¶
func (o *CreateGCPClusterDefault) Error() string
func (*CreateGCPClusterDefault) GetPayload ¶
func (o *CreateGCPClusterDefault) GetPayload() *models.Error
func (*CreateGCPClusterDefault) IsClientError ¶
func (o *CreateGCPClusterDefault) IsClientError() bool
IsClientError returns true when this create g c p cluster default response has a 4xx status code
func (*CreateGCPClusterDefault) IsCode ¶
func (o *CreateGCPClusterDefault) IsCode(code int) bool
IsCode returns true when this create g c p cluster default response a status code equal to that given
func (*CreateGCPClusterDefault) IsRedirect ¶
func (o *CreateGCPClusterDefault) IsRedirect() bool
IsRedirect returns true when this create g c p cluster default response has a 3xx status code
func (*CreateGCPClusterDefault) IsServerError ¶
func (o *CreateGCPClusterDefault) IsServerError() bool
IsServerError returns true when this create g c p cluster default response has a 5xx status code
func (*CreateGCPClusterDefault) IsSuccess ¶
func (o *CreateGCPClusterDefault) IsSuccess() bool
IsSuccess returns true when this create g c p cluster default response has a 2xx status code
func (*CreateGCPClusterDefault) String ¶
func (o *CreateGCPClusterDefault) String() string
type CreateGCPClusterOK ¶
type CreateGCPClusterOK struct {
Payload *models.CreateGCPClusterResponse
}
CreateGCPClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateGCPClusterOK ¶
func NewCreateGCPClusterOK() *CreateGCPClusterOK
NewCreateGCPClusterOK creates a CreateGCPClusterOK with default headers values
func (*CreateGCPClusterOK) Code ¶
func (o *CreateGCPClusterOK) Code() int
Code gets the status code for the create g c p cluster o k response
func (*CreateGCPClusterOK) Error ¶
func (o *CreateGCPClusterOK) Error() string
func (*CreateGCPClusterOK) GetPayload ¶
func (o *CreateGCPClusterOK) GetPayload() *models.CreateGCPClusterResponse
func (*CreateGCPClusterOK) IsClientError ¶
func (o *CreateGCPClusterOK) IsClientError() bool
IsClientError returns true when this create g c p cluster o k response has a 4xx status code
func (*CreateGCPClusterOK) IsCode ¶
func (o *CreateGCPClusterOK) IsCode(code int) bool
IsCode returns true when this create g c p cluster o k response a status code equal to that given
func (*CreateGCPClusterOK) IsRedirect ¶
func (o *CreateGCPClusterOK) IsRedirect() bool
IsRedirect returns true when this create g c p cluster o k response has a 3xx status code
func (*CreateGCPClusterOK) IsServerError ¶
func (o *CreateGCPClusterOK) IsServerError() bool
IsServerError returns true when this create g c p cluster o k response has a 5xx status code
func (*CreateGCPClusterOK) IsSuccess ¶
func (o *CreateGCPClusterOK) IsSuccess() bool
IsSuccess returns true when this create g c p cluster o k response has a 2xx status code
func (*CreateGCPClusterOK) String ¶
func (o *CreateGCPClusterOK) String() string
type CreateGCPClusterParams ¶
type CreateGCPClusterParams struct { // Input. Input *models.CreateGCPClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateGCPClusterParams contains all the parameters to send to the API endpoint
for the create g c p cluster operation. Typically these are written to a http.Request.
func NewCreateGCPClusterParams ¶
func NewCreateGCPClusterParams() *CreateGCPClusterParams
NewCreateGCPClusterParams creates a new CreateGCPClusterParams 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 NewCreateGCPClusterParamsWithContext ¶
func NewCreateGCPClusterParamsWithContext(ctx context.Context) *CreateGCPClusterParams
NewCreateGCPClusterParamsWithContext creates a new CreateGCPClusterParams object with the ability to set a context for a request.
func NewCreateGCPClusterParamsWithHTTPClient ¶
func NewCreateGCPClusterParamsWithHTTPClient(client *http.Client) *CreateGCPClusterParams
NewCreateGCPClusterParamsWithHTTPClient creates a new CreateGCPClusterParams object with the ability to set a custom HTTPClient for a request.
func NewCreateGCPClusterParamsWithTimeout ¶
func NewCreateGCPClusterParamsWithTimeout(timeout time.Duration) *CreateGCPClusterParams
NewCreateGCPClusterParamsWithTimeout creates a new CreateGCPClusterParams object with the ability to set a timeout on a request.
func (*CreateGCPClusterParams) SetContext ¶
func (o *CreateGCPClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the create g c p cluster params
func (*CreateGCPClusterParams) SetDefaults ¶
func (o *CreateGCPClusterParams) SetDefaults()
SetDefaults hydrates default values in the create g c p cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGCPClusterParams) SetHTTPClient ¶
func (o *CreateGCPClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create g c p cluster params
func (*CreateGCPClusterParams) SetInput ¶
func (o *CreateGCPClusterParams) SetInput(input *models.CreateGCPClusterRequest)
SetInput adds the input to the create g c p cluster params
func (*CreateGCPClusterParams) SetTimeout ¶
func (o *CreateGCPClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create g c p cluster params
func (*CreateGCPClusterParams) WithContext ¶
func (o *CreateGCPClusterParams) WithContext(ctx context.Context) *CreateGCPClusterParams
WithContext adds the context to the create g c p cluster params
func (*CreateGCPClusterParams) WithDefaults ¶
func (o *CreateGCPClusterParams) WithDefaults() *CreateGCPClusterParams
WithDefaults hydrates default values in the create g c p cluster params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGCPClusterParams) WithHTTPClient ¶
func (o *CreateGCPClusterParams) WithHTTPClient(client *http.Client) *CreateGCPClusterParams
WithHTTPClient adds the HTTPClient to the create g c p cluster params
func (*CreateGCPClusterParams) WithInput ¶
func (o *CreateGCPClusterParams) WithInput(input *models.CreateGCPClusterRequest) *CreateGCPClusterParams
WithInput adds the input to the create g c p cluster params
func (*CreateGCPClusterParams) WithTimeout ¶
func (o *CreateGCPClusterParams) WithTimeout(timeout time.Duration) *CreateGCPClusterParams
WithTimeout adds the timeout to the create g c p cluster params
func (*CreateGCPClusterParams) WriteToRequest ¶
func (o *CreateGCPClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateGCPClusterReader ¶
type CreateGCPClusterReader struct {
// contains filtered or unexported fields
}
CreateGCPClusterReader is a Reader for the CreateGCPCluster structure.
func (*CreateGCPClusterReader) ReadResponse ¶
func (o *CreateGCPClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateRecipeDefault ¶
CreateRecipeDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewCreateRecipeDefault ¶
func NewCreateRecipeDefault(code int) *CreateRecipeDefault
NewCreateRecipeDefault creates a CreateRecipeDefault with default headers values
func (*CreateRecipeDefault) Code ¶
func (o *CreateRecipeDefault) Code() int
Code gets the status code for the create recipe default response
func (*CreateRecipeDefault) Error ¶
func (o *CreateRecipeDefault) Error() string
func (*CreateRecipeDefault) GetPayload ¶
func (o *CreateRecipeDefault) GetPayload() *models.Error
func (*CreateRecipeDefault) IsClientError ¶
func (o *CreateRecipeDefault) IsClientError() bool
IsClientError returns true when this create recipe default response has a 4xx status code
func (*CreateRecipeDefault) IsCode ¶
func (o *CreateRecipeDefault) IsCode(code int) bool
IsCode returns true when this create recipe default response a status code equal to that given
func (*CreateRecipeDefault) IsRedirect ¶
func (o *CreateRecipeDefault) IsRedirect() bool
IsRedirect returns true when this create recipe default response has a 3xx status code
func (*CreateRecipeDefault) IsServerError ¶
func (o *CreateRecipeDefault) IsServerError() bool
IsServerError returns true when this create recipe default response has a 5xx status code
func (*CreateRecipeDefault) IsSuccess ¶
func (o *CreateRecipeDefault) IsSuccess() bool
IsSuccess returns true when this create recipe default response has a 2xx status code
func (*CreateRecipeDefault) String ¶
func (o *CreateRecipeDefault) String() string
type CreateRecipeOK ¶
type CreateRecipeOK struct {
Payload *models.CreateRecipeResponse
}
CreateRecipeOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewCreateRecipeOK ¶
func NewCreateRecipeOK() *CreateRecipeOK
NewCreateRecipeOK creates a CreateRecipeOK with default headers values
func (*CreateRecipeOK) Code ¶
func (o *CreateRecipeOK) Code() int
Code gets the status code for the create recipe o k response
func (*CreateRecipeOK) Error ¶
func (o *CreateRecipeOK) Error() string
func (*CreateRecipeOK) GetPayload ¶
func (o *CreateRecipeOK) GetPayload() *models.CreateRecipeResponse
func (*CreateRecipeOK) IsClientError ¶
func (o *CreateRecipeOK) IsClientError() bool
IsClientError returns true when this create recipe o k response has a 4xx status code
func (*CreateRecipeOK) IsCode ¶
func (o *CreateRecipeOK) IsCode(code int) bool
IsCode returns true when this create recipe o k response a status code equal to that given
func (*CreateRecipeOK) IsRedirect ¶
func (o *CreateRecipeOK) IsRedirect() bool
IsRedirect returns true when this create recipe o k response has a 3xx status code
func (*CreateRecipeOK) IsServerError ¶
func (o *CreateRecipeOK) IsServerError() bool
IsServerError returns true when this create recipe o k response has a 5xx status code
func (*CreateRecipeOK) IsSuccess ¶
func (o *CreateRecipeOK) IsSuccess() bool
IsSuccess returns true when this create recipe o k response has a 2xx status code
func (*CreateRecipeOK) String ¶
func (o *CreateRecipeOK) String() string
type CreateRecipeParams ¶
type CreateRecipeParams struct { // Input. Input *models.CreateRecipeRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateRecipeParams contains all the parameters to send to the API endpoint
for the create recipe operation. Typically these are written to a http.Request.
func NewCreateRecipeParams ¶
func NewCreateRecipeParams() *CreateRecipeParams
NewCreateRecipeParams creates a new CreateRecipeParams 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 NewCreateRecipeParamsWithContext ¶
func NewCreateRecipeParamsWithContext(ctx context.Context) *CreateRecipeParams
NewCreateRecipeParamsWithContext creates a new CreateRecipeParams object with the ability to set a context for a request.
func NewCreateRecipeParamsWithHTTPClient ¶
func NewCreateRecipeParamsWithHTTPClient(client *http.Client) *CreateRecipeParams
NewCreateRecipeParamsWithHTTPClient creates a new CreateRecipeParams object with the ability to set a custom HTTPClient for a request.
func NewCreateRecipeParamsWithTimeout ¶
func NewCreateRecipeParamsWithTimeout(timeout time.Duration) *CreateRecipeParams
NewCreateRecipeParamsWithTimeout creates a new CreateRecipeParams object with the ability to set a timeout on a request.
func (*CreateRecipeParams) SetContext ¶
func (o *CreateRecipeParams) SetContext(ctx context.Context)
SetContext adds the context to the create recipe params
func (*CreateRecipeParams) SetDefaults ¶
func (o *CreateRecipeParams) SetDefaults()
SetDefaults hydrates default values in the create recipe params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRecipeParams) SetHTTPClient ¶
func (o *CreateRecipeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create recipe params
func (*CreateRecipeParams) SetInput ¶
func (o *CreateRecipeParams) SetInput(input *models.CreateRecipeRequest)
SetInput adds the input to the create recipe params
func (*CreateRecipeParams) SetTimeout ¶
func (o *CreateRecipeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create recipe params
func (*CreateRecipeParams) WithContext ¶
func (o *CreateRecipeParams) WithContext(ctx context.Context) *CreateRecipeParams
WithContext adds the context to the create recipe params
func (*CreateRecipeParams) WithDefaults ¶
func (o *CreateRecipeParams) WithDefaults() *CreateRecipeParams
WithDefaults hydrates default values in the create recipe params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRecipeParams) WithHTTPClient ¶
func (o *CreateRecipeParams) WithHTTPClient(client *http.Client) *CreateRecipeParams
WithHTTPClient adds the HTTPClient to the create recipe params
func (*CreateRecipeParams) WithInput ¶
func (o *CreateRecipeParams) WithInput(input *models.CreateRecipeRequest) *CreateRecipeParams
WithInput adds the input to the create recipe params
func (*CreateRecipeParams) WithTimeout ¶
func (o *CreateRecipeParams) WithTimeout(timeout time.Duration) *CreateRecipeParams
WithTimeout adds the timeout to the create recipe params
func (*CreateRecipeParams) WriteToRequest ¶
func (o *CreateRecipeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRecipeReader ¶
type CreateRecipeReader struct {
// contains filtered or unexported fields
}
CreateRecipeReader is a Reader for the CreateRecipe structure.
func (*CreateRecipeReader) ReadResponse ¶
func (o *CreateRecipeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAutoScaleRulesDefault ¶
type DeleteAutoScaleRulesDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteAutoScaleRulesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteAutoScaleRulesDefault ¶
func NewDeleteAutoScaleRulesDefault(code int) *DeleteAutoScaleRulesDefault
NewDeleteAutoScaleRulesDefault creates a DeleteAutoScaleRulesDefault with default headers values
func (*DeleteAutoScaleRulesDefault) Code ¶
func (o *DeleteAutoScaleRulesDefault) Code() int
Code gets the status code for the delete auto scale rules default response
func (*DeleteAutoScaleRulesDefault) Error ¶
func (o *DeleteAutoScaleRulesDefault) Error() string
func (*DeleteAutoScaleRulesDefault) GetPayload ¶
func (o *DeleteAutoScaleRulesDefault) GetPayload() *models.Error
func (*DeleteAutoScaleRulesDefault) IsClientError ¶
func (o *DeleteAutoScaleRulesDefault) IsClientError() bool
IsClientError returns true when this delete auto scale rules default response has a 4xx status code
func (*DeleteAutoScaleRulesDefault) IsCode ¶
func (o *DeleteAutoScaleRulesDefault) IsCode(code int) bool
IsCode returns true when this delete auto scale rules default response a status code equal to that given
func (*DeleteAutoScaleRulesDefault) IsRedirect ¶
func (o *DeleteAutoScaleRulesDefault) IsRedirect() bool
IsRedirect returns true when this delete auto scale rules default response has a 3xx status code
func (*DeleteAutoScaleRulesDefault) IsServerError ¶
func (o *DeleteAutoScaleRulesDefault) IsServerError() bool
IsServerError returns true when this delete auto scale rules default response has a 5xx status code
func (*DeleteAutoScaleRulesDefault) IsSuccess ¶
func (o *DeleteAutoScaleRulesDefault) IsSuccess() bool
IsSuccess returns true when this delete auto scale rules default response has a 2xx status code
func (*DeleteAutoScaleRulesDefault) String ¶
func (o *DeleteAutoScaleRulesDefault) String() string
type DeleteAutoScaleRulesOK ¶
type DeleteAutoScaleRulesOK struct {
Payload models.DeleteAutoScaleRulesResponse
}
DeleteAutoScaleRulesOK describes a response with status code 200, with default header values.
The AutoScale policy before deletion.
func NewDeleteAutoScaleRulesOK ¶
func NewDeleteAutoScaleRulesOK() *DeleteAutoScaleRulesOK
NewDeleteAutoScaleRulesOK creates a DeleteAutoScaleRulesOK with default headers values
func (*DeleteAutoScaleRulesOK) Code ¶
func (o *DeleteAutoScaleRulesOK) Code() int
Code gets the status code for the delete auto scale rules o k response
func (*DeleteAutoScaleRulesOK) Error ¶
func (o *DeleteAutoScaleRulesOK) Error() string
func (*DeleteAutoScaleRulesOK) GetPayload ¶
func (o *DeleteAutoScaleRulesOK) GetPayload() models.DeleteAutoScaleRulesResponse
func (*DeleteAutoScaleRulesOK) IsClientError ¶
func (o *DeleteAutoScaleRulesOK) IsClientError() bool
IsClientError returns true when this delete auto scale rules o k response has a 4xx status code
func (*DeleteAutoScaleRulesOK) IsCode ¶
func (o *DeleteAutoScaleRulesOK) IsCode(code int) bool
IsCode returns true when this delete auto scale rules o k response a status code equal to that given
func (*DeleteAutoScaleRulesOK) IsRedirect ¶
func (o *DeleteAutoScaleRulesOK) IsRedirect() bool
IsRedirect returns true when this delete auto scale rules o k response has a 3xx status code
func (*DeleteAutoScaleRulesOK) IsServerError ¶
func (o *DeleteAutoScaleRulesOK) IsServerError() bool
IsServerError returns true when this delete auto scale rules o k response has a 5xx status code
func (*DeleteAutoScaleRulesOK) IsSuccess ¶
func (o *DeleteAutoScaleRulesOK) IsSuccess() bool
IsSuccess returns true when this delete auto scale rules o k response has a 2xx status code
func (*DeleteAutoScaleRulesOK) String ¶
func (o *DeleteAutoScaleRulesOK) String() string
type DeleteAutoScaleRulesParams ¶
type DeleteAutoScaleRulesParams struct { // Input. Input *models.DeleteAutoScaleRulesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAutoScaleRulesParams contains all the parameters to send to the API endpoint
for the delete auto scale rules operation. Typically these are written to a http.Request.
func NewDeleteAutoScaleRulesParams ¶
func NewDeleteAutoScaleRulesParams() *DeleteAutoScaleRulesParams
NewDeleteAutoScaleRulesParams creates a new DeleteAutoScaleRulesParams 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 NewDeleteAutoScaleRulesParamsWithContext ¶
func NewDeleteAutoScaleRulesParamsWithContext(ctx context.Context) *DeleteAutoScaleRulesParams
NewDeleteAutoScaleRulesParamsWithContext creates a new DeleteAutoScaleRulesParams object with the ability to set a context for a request.
func NewDeleteAutoScaleRulesParamsWithHTTPClient ¶
func NewDeleteAutoScaleRulesParamsWithHTTPClient(client *http.Client) *DeleteAutoScaleRulesParams
NewDeleteAutoScaleRulesParamsWithHTTPClient creates a new DeleteAutoScaleRulesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAutoScaleRulesParamsWithTimeout ¶
func NewDeleteAutoScaleRulesParamsWithTimeout(timeout time.Duration) *DeleteAutoScaleRulesParams
NewDeleteAutoScaleRulesParamsWithTimeout creates a new DeleteAutoScaleRulesParams object with the ability to set a timeout on a request.
func (*DeleteAutoScaleRulesParams) SetContext ¶
func (o *DeleteAutoScaleRulesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) SetDefaults ¶
func (o *DeleteAutoScaleRulesParams) SetDefaults()
SetDefaults hydrates default values in the delete auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAutoScaleRulesParams) SetHTTPClient ¶
func (o *DeleteAutoScaleRulesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) SetInput ¶
func (o *DeleteAutoScaleRulesParams) SetInput(input *models.DeleteAutoScaleRulesRequest)
SetInput adds the input to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) SetTimeout ¶
func (o *DeleteAutoScaleRulesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) WithContext ¶
func (o *DeleteAutoScaleRulesParams) WithContext(ctx context.Context) *DeleteAutoScaleRulesParams
WithContext adds the context to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) WithDefaults ¶
func (o *DeleteAutoScaleRulesParams) WithDefaults() *DeleteAutoScaleRulesParams
WithDefaults hydrates default values in the delete auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAutoScaleRulesParams) WithHTTPClient ¶
func (o *DeleteAutoScaleRulesParams) WithHTTPClient(client *http.Client) *DeleteAutoScaleRulesParams
WithHTTPClient adds the HTTPClient to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) WithInput ¶
func (o *DeleteAutoScaleRulesParams) WithInput(input *models.DeleteAutoScaleRulesRequest) *DeleteAutoScaleRulesParams
WithInput adds the input to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) WithTimeout ¶
func (o *DeleteAutoScaleRulesParams) WithTimeout(timeout time.Duration) *DeleteAutoScaleRulesParams
WithTimeout adds the timeout to the delete auto scale rules params
func (*DeleteAutoScaleRulesParams) WriteToRequest ¶
func (o *DeleteAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAutoScaleRulesReader ¶
type DeleteAutoScaleRulesReader struct {
// contains filtered or unexported fields
}
DeleteAutoScaleRulesReader is a Reader for the DeleteAutoScaleRules structure.
func (*DeleteAutoScaleRulesReader) ReadResponse ¶
func (o *DeleteAutoScaleRulesReader) 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 DeleteClusterDefinitionsDefault ¶
type DeleteClusterDefinitionsDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteClusterDefinitionsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteClusterDefinitionsDefault ¶
func NewDeleteClusterDefinitionsDefault(code int) *DeleteClusterDefinitionsDefault
NewDeleteClusterDefinitionsDefault creates a DeleteClusterDefinitionsDefault with default headers values
func (*DeleteClusterDefinitionsDefault) Code ¶
func (o *DeleteClusterDefinitionsDefault) Code() int
Code gets the status code for the delete cluster definitions default response
func (*DeleteClusterDefinitionsDefault) Error ¶
func (o *DeleteClusterDefinitionsDefault) Error() string
func (*DeleteClusterDefinitionsDefault) GetPayload ¶
func (o *DeleteClusterDefinitionsDefault) GetPayload() *models.Error
func (*DeleteClusterDefinitionsDefault) IsClientError ¶
func (o *DeleteClusterDefinitionsDefault) IsClientError() bool
IsClientError returns true when this delete cluster definitions default response has a 4xx status code
func (*DeleteClusterDefinitionsDefault) IsCode ¶
func (o *DeleteClusterDefinitionsDefault) IsCode(code int) bool
IsCode returns true when this delete cluster definitions default response a status code equal to that given
func (*DeleteClusterDefinitionsDefault) IsRedirect ¶
func (o *DeleteClusterDefinitionsDefault) IsRedirect() bool
IsRedirect returns true when this delete cluster definitions default response has a 3xx status code
func (*DeleteClusterDefinitionsDefault) IsServerError ¶
func (o *DeleteClusterDefinitionsDefault) IsServerError() bool
IsServerError returns true when this delete cluster definitions default response has a 5xx status code
func (*DeleteClusterDefinitionsDefault) IsSuccess ¶
func (o *DeleteClusterDefinitionsDefault) IsSuccess() bool
IsSuccess returns true when this delete cluster definitions default response has a 2xx status code
func (*DeleteClusterDefinitionsDefault) String ¶
func (o *DeleteClusterDefinitionsDefault) String() string
type DeleteClusterDefinitionsOK ¶
type DeleteClusterDefinitionsOK struct {
Payload *models.DeleteClusterDefinitionsResponse
}
DeleteClusterDefinitionsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteClusterDefinitionsOK ¶
func NewDeleteClusterDefinitionsOK() *DeleteClusterDefinitionsOK
NewDeleteClusterDefinitionsOK creates a DeleteClusterDefinitionsOK with default headers values
func (*DeleteClusterDefinitionsOK) Code ¶
func (o *DeleteClusterDefinitionsOK) Code() int
Code gets the status code for the delete cluster definitions o k response
func (*DeleteClusterDefinitionsOK) Error ¶
func (o *DeleteClusterDefinitionsOK) Error() string
func (*DeleteClusterDefinitionsOK) GetPayload ¶
func (o *DeleteClusterDefinitionsOK) GetPayload() *models.DeleteClusterDefinitionsResponse
func (*DeleteClusterDefinitionsOK) IsClientError ¶
func (o *DeleteClusterDefinitionsOK) IsClientError() bool
IsClientError returns true when this delete cluster definitions o k response has a 4xx status code
func (*DeleteClusterDefinitionsOK) IsCode ¶
func (o *DeleteClusterDefinitionsOK) IsCode(code int) bool
IsCode returns true when this delete cluster definitions o k response a status code equal to that given
func (*DeleteClusterDefinitionsOK) IsRedirect ¶
func (o *DeleteClusterDefinitionsOK) IsRedirect() bool
IsRedirect returns true when this delete cluster definitions o k response has a 3xx status code
func (*DeleteClusterDefinitionsOK) IsServerError ¶
func (o *DeleteClusterDefinitionsOK) IsServerError() bool
IsServerError returns true when this delete cluster definitions o k response has a 5xx status code
func (*DeleteClusterDefinitionsOK) IsSuccess ¶
func (o *DeleteClusterDefinitionsOK) IsSuccess() bool
IsSuccess returns true when this delete cluster definitions o k response has a 2xx status code
func (*DeleteClusterDefinitionsOK) String ¶
func (o *DeleteClusterDefinitionsOK) String() string
type DeleteClusterDefinitionsParams ¶
type DeleteClusterDefinitionsParams struct { // Input. Input *models.DeleteClusterDefinitionsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteClusterDefinitionsParams contains all the parameters to send to the API endpoint
for the delete cluster definitions operation. Typically these are written to a http.Request.
func NewDeleteClusterDefinitionsParams ¶
func NewDeleteClusterDefinitionsParams() *DeleteClusterDefinitionsParams
NewDeleteClusterDefinitionsParams creates a new DeleteClusterDefinitionsParams 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 NewDeleteClusterDefinitionsParamsWithContext ¶
func NewDeleteClusterDefinitionsParamsWithContext(ctx context.Context) *DeleteClusterDefinitionsParams
NewDeleteClusterDefinitionsParamsWithContext creates a new DeleteClusterDefinitionsParams object with the ability to set a context for a request.
func NewDeleteClusterDefinitionsParamsWithHTTPClient ¶
func NewDeleteClusterDefinitionsParamsWithHTTPClient(client *http.Client) *DeleteClusterDefinitionsParams
NewDeleteClusterDefinitionsParamsWithHTTPClient creates a new DeleteClusterDefinitionsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteClusterDefinitionsParamsWithTimeout ¶
func NewDeleteClusterDefinitionsParamsWithTimeout(timeout time.Duration) *DeleteClusterDefinitionsParams
NewDeleteClusterDefinitionsParamsWithTimeout creates a new DeleteClusterDefinitionsParams object with the ability to set a timeout on a request.
func (*DeleteClusterDefinitionsParams) SetContext ¶
func (o *DeleteClusterDefinitionsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) SetDefaults ¶
func (o *DeleteClusterDefinitionsParams) SetDefaults()
SetDefaults hydrates default values in the delete cluster definitions params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteClusterDefinitionsParams) SetHTTPClient ¶
func (o *DeleteClusterDefinitionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) SetInput ¶
func (o *DeleteClusterDefinitionsParams) SetInput(input *models.DeleteClusterDefinitionsRequest)
SetInput adds the input to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) SetTimeout ¶
func (o *DeleteClusterDefinitionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) WithContext ¶
func (o *DeleteClusterDefinitionsParams) WithContext(ctx context.Context) *DeleteClusterDefinitionsParams
WithContext adds the context to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) WithDefaults ¶
func (o *DeleteClusterDefinitionsParams) WithDefaults() *DeleteClusterDefinitionsParams
WithDefaults hydrates default values in the delete cluster definitions params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteClusterDefinitionsParams) WithHTTPClient ¶
func (o *DeleteClusterDefinitionsParams) WithHTTPClient(client *http.Client) *DeleteClusterDefinitionsParams
WithHTTPClient adds the HTTPClient to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) WithInput ¶
func (o *DeleteClusterDefinitionsParams) WithInput(input *models.DeleteClusterDefinitionsRequest) *DeleteClusterDefinitionsParams
WithInput adds the input to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) WithTimeout ¶
func (o *DeleteClusterDefinitionsParams) WithTimeout(timeout time.Duration) *DeleteClusterDefinitionsParams
WithTimeout adds the timeout to the delete cluster definitions params
func (*DeleteClusterDefinitionsParams) WriteToRequest ¶
func (o *DeleteClusterDefinitionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteClusterDefinitionsReader ¶
type DeleteClusterDefinitionsReader struct {
// contains filtered or unexported fields
}
DeleteClusterDefinitionsReader is a Reader for the DeleteClusterDefinitions structure.
func (*DeleteClusterDefinitionsReader) ReadResponse ¶
func (o *DeleteClusterDefinitionsReader) 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 DeleteClusterTemplatesDefault ¶
type DeleteClusterTemplatesDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteClusterTemplatesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteClusterTemplatesDefault ¶
func NewDeleteClusterTemplatesDefault(code int) *DeleteClusterTemplatesDefault
NewDeleteClusterTemplatesDefault creates a DeleteClusterTemplatesDefault with default headers values
func (*DeleteClusterTemplatesDefault) Code ¶
func (o *DeleteClusterTemplatesDefault) Code() int
Code gets the status code for the delete cluster templates default response
func (*DeleteClusterTemplatesDefault) Error ¶
func (o *DeleteClusterTemplatesDefault) Error() string
func (*DeleteClusterTemplatesDefault) GetPayload ¶
func (o *DeleteClusterTemplatesDefault) GetPayload() *models.Error
func (*DeleteClusterTemplatesDefault) IsClientError ¶
func (o *DeleteClusterTemplatesDefault) IsClientError() bool
IsClientError returns true when this delete cluster templates default response has a 4xx status code
func (*DeleteClusterTemplatesDefault) IsCode ¶
func (o *DeleteClusterTemplatesDefault) IsCode(code int) bool
IsCode returns true when this delete cluster templates default response a status code equal to that given
func (*DeleteClusterTemplatesDefault) IsRedirect ¶
func (o *DeleteClusterTemplatesDefault) IsRedirect() bool
IsRedirect returns true when this delete cluster templates default response has a 3xx status code
func (*DeleteClusterTemplatesDefault) IsServerError ¶
func (o *DeleteClusterTemplatesDefault) IsServerError() bool
IsServerError returns true when this delete cluster templates default response has a 5xx status code
func (*DeleteClusterTemplatesDefault) IsSuccess ¶
func (o *DeleteClusterTemplatesDefault) IsSuccess() bool
IsSuccess returns true when this delete cluster templates default response has a 2xx status code
func (*DeleteClusterTemplatesDefault) String ¶
func (o *DeleteClusterTemplatesDefault) String() string
type DeleteClusterTemplatesOK ¶
type DeleteClusterTemplatesOK struct {
Payload *models.DeleteClusterTemplatesResponse
}
DeleteClusterTemplatesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteClusterTemplatesOK ¶
func NewDeleteClusterTemplatesOK() *DeleteClusterTemplatesOK
NewDeleteClusterTemplatesOK creates a DeleteClusterTemplatesOK with default headers values
func (*DeleteClusterTemplatesOK) Code ¶
func (o *DeleteClusterTemplatesOK) Code() int
Code gets the status code for the delete cluster templates o k response
func (*DeleteClusterTemplatesOK) Error ¶
func (o *DeleteClusterTemplatesOK) Error() string
func (*DeleteClusterTemplatesOK) GetPayload ¶
func (o *DeleteClusterTemplatesOK) GetPayload() *models.DeleteClusterTemplatesResponse
func (*DeleteClusterTemplatesOK) IsClientError ¶
func (o *DeleteClusterTemplatesOK) IsClientError() bool
IsClientError returns true when this delete cluster templates o k response has a 4xx status code
func (*DeleteClusterTemplatesOK) IsCode ¶
func (o *DeleteClusterTemplatesOK) IsCode(code int) bool
IsCode returns true when this delete cluster templates o k response a status code equal to that given
func (*DeleteClusterTemplatesOK) IsRedirect ¶
func (o *DeleteClusterTemplatesOK) IsRedirect() bool
IsRedirect returns true when this delete cluster templates o k response has a 3xx status code
func (*DeleteClusterTemplatesOK) IsServerError ¶
func (o *DeleteClusterTemplatesOK) IsServerError() bool
IsServerError returns true when this delete cluster templates o k response has a 5xx status code
func (*DeleteClusterTemplatesOK) IsSuccess ¶
func (o *DeleteClusterTemplatesOK) IsSuccess() bool
IsSuccess returns true when this delete cluster templates o k response has a 2xx status code
func (*DeleteClusterTemplatesOK) String ¶
func (o *DeleteClusterTemplatesOK) String() string
type DeleteClusterTemplatesParams ¶
type DeleteClusterTemplatesParams struct { // Input. Input *models.DeleteClusterTemplatesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteClusterTemplatesParams contains all the parameters to send to the API endpoint
for the delete cluster templates operation. Typically these are written to a http.Request.
func NewDeleteClusterTemplatesParams ¶
func NewDeleteClusterTemplatesParams() *DeleteClusterTemplatesParams
NewDeleteClusterTemplatesParams creates a new DeleteClusterTemplatesParams 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 NewDeleteClusterTemplatesParamsWithContext ¶
func NewDeleteClusterTemplatesParamsWithContext(ctx context.Context) *DeleteClusterTemplatesParams
NewDeleteClusterTemplatesParamsWithContext creates a new DeleteClusterTemplatesParams object with the ability to set a context for a request.
func NewDeleteClusterTemplatesParamsWithHTTPClient ¶
func NewDeleteClusterTemplatesParamsWithHTTPClient(client *http.Client) *DeleteClusterTemplatesParams
NewDeleteClusterTemplatesParamsWithHTTPClient creates a new DeleteClusterTemplatesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteClusterTemplatesParamsWithTimeout ¶
func NewDeleteClusterTemplatesParamsWithTimeout(timeout time.Duration) *DeleteClusterTemplatesParams
NewDeleteClusterTemplatesParamsWithTimeout creates a new DeleteClusterTemplatesParams object with the ability to set a timeout on a request.
func (*DeleteClusterTemplatesParams) SetContext ¶
func (o *DeleteClusterTemplatesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cluster templates params
func (*DeleteClusterTemplatesParams) SetDefaults ¶
func (o *DeleteClusterTemplatesParams) SetDefaults()
SetDefaults hydrates default values in the delete cluster templates params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteClusterTemplatesParams) SetHTTPClient ¶
func (o *DeleteClusterTemplatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cluster templates params
func (*DeleteClusterTemplatesParams) SetInput ¶
func (o *DeleteClusterTemplatesParams) SetInput(input *models.DeleteClusterTemplatesRequest)
SetInput adds the input to the delete cluster templates params
func (*DeleteClusterTemplatesParams) SetTimeout ¶
func (o *DeleteClusterTemplatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cluster templates params
func (*DeleteClusterTemplatesParams) WithContext ¶
func (o *DeleteClusterTemplatesParams) WithContext(ctx context.Context) *DeleteClusterTemplatesParams
WithContext adds the context to the delete cluster templates params
func (*DeleteClusterTemplatesParams) WithDefaults ¶
func (o *DeleteClusterTemplatesParams) WithDefaults() *DeleteClusterTemplatesParams
WithDefaults hydrates default values in the delete cluster templates params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteClusterTemplatesParams) WithHTTPClient ¶
func (o *DeleteClusterTemplatesParams) WithHTTPClient(client *http.Client) *DeleteClusterTemplatesParams
WithHTTPClient adds the HTTPClient to the delete cluster templates params
func (*DeleteClusterTemplatesParams) WithInput ¶
func (o *DeleteClusterTemplatesParams) WithInput(input *models.DeleteClusterTemplatesRequest) *DeleteClusterTemplatesParams
WithInput adds the input to the delete cluster templates params
func (*DeleteClusterTemplatesParams) WithTimeout ¶
func (o *DeleteClusterTemplatesParams) WithTimeout(timeout time.Duration) *DeleteClusterTemplatesParams
WithTimeout adds the timeout to the delete cluster templates params
func (*DeleteClusterTemplatesParams) WriteToRequest ¶
func (o *DeleteClusterTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteClusterTemplatesReader ¶
type DeleteClusterTemplatesReader struct {
// contains filtered or unexported fields
}
DeleteClusterTemplatesReader is a Reader for the DeleteClusterTemplates structure.
func (*DeleteClusterTemplatesReader) ReadResponse ¶
func (o *DeleteClusterTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCustomConfigurationsDefault ¶
type DeleteCustomConfigurationsDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteCustomConfigurationsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteCustomConfigurationsDefault ¶
func NewDeleteCustomConfigurationsDefault(code int) *DeleteCustomConfigurationsDefault
NewDeleteCustomConfigurationsDefault creates a DeleteCustomConfigurationsDefault with default headers values
func (*DeleteCustomConfigurationsDefault) Code ¶
func (o *DeleteCustomConfigurationsDefault) Code() int
Code gets the status code for the delete custom configurations default response
func (*DeleteCustomConfigurationsDefault) Error ¶
func (o *DeleteCustomConfigurationsDefault) Error() string
func (*DeleteCustomConfigurationsDefault) GetPayload ¶
func (o *DeleteCustomConfigurationsDefault) GetPayload() *models.Error
func (*DeleteCustomConfigurationsDefault) IsClientError ¶
func (o *DeleteCustomConfigurationsDefault) IsClientError() bool
IsClientError returns true when this delete custom configurations default response has a 4xx status code
func (*DeleteCustomConfigurationsDefault) IsCode ¶
func (o *DeleteCustomConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this delete custom configurations default response a status code equal to that given
func (*DeleteCustomConfigurationsDefault) IsRedirect ¶
func (o *DeleteCustomConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this delete custom configurations default response has a 3xx status code
func (*DeleteCustomConfigurationsDefault) IsServerError ¶
func (o *DeleteCustomConfigurationsDefault) IsServerError() bool
IsServerError returns true when this delete custom configurations default response has a 5xx status code
func (*DeleteCustomConfigurationsDefault) IsSuccess ¶
func (o *DeleteCustomConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this delete custom configurations default response has a 2xx status code
func (*DeleteCustomConfigurationsDefault) String ¶
func (o *DeleteCustomConfigurationsDefault) String() string
type DeleteCustomConfigurationsOK ¶
type DeleteCustomConfigurationsOK struct {
Payload *models.DeleteCustomConfigurationsResponse
}
DeleteCustomConfigurationsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteCustomConfigurationsOK ¶
func NewDeleteCustomConfigurationsOK() *DeleteCustomConfigurationsOK
NewDeleteCustomConfigurationsOK creates a DeleteCustomConfigurationsOK with default headers values
func (*DeleteCustomConfigurationsOK) Code ¶
func (o *DeleteCustomConfigurationsOK) Code() int
Code gets the status code for the delete custom configurations o k response
func (*DeleteCustomConfigurationsOK) Error ¶
func (o *DeleteCustomConfigurationsOK) Error() string
func (*DeleteCustomConfigurationsOK) GetPayload ¶
func (o *DeleteCustomConfigurationsOK) GetPayload() *models.DeleteCustomConfigurationsResponse
func (*DeleteCustomConfigurationsOK) IsClientError ¶
func (o *DeleteCustomConfigurationsOK) IsClientError() bool
IsClientError returns true when this delete custom configurations o k response has a 4xx status code
func (*DeleteCustomConfigurationsOK) IsCode ¶
func (o *DeleteCustomConfigurationsOK) IsCode(code int) bool
IsCode returns true when this delete custom configurations o k response a status code equal to that given
func (*DeleteCustomConfigurationsOK) IsRedirect ¶
func (o *DeleteCustomConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this delete custom configurations o k response has a 3xx status code
func (*DeleteCustomConfigurationsOK) IsServerError ¶
func (o *DeleteCustomConfigurationsOK) IsServerError() bool
IsServerError returns true when this delete custom configurations o k response has a 5xx status code
func (*DeleteCustomConfigurationsOK) IsSuccess ¶
func (o *DeleteCustomConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this delete custom configurations o k response has a 2xx status code
func (*DeleteCustomConfigurationsOK) String ¶
func (o *DeleteCustomConfigurationsOK) String() string
type DeleteCustomConfigurationsParams ¶
type DeleteCustomConfigurationsParams struct { // Input. Input *models.DeleteCustomConfigurationsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCustomConfigurationsParams contains all the parameters to send to the API endpoint
for the delete custom configurations operation. Typically these are written to a http.Request.
func NewDeleteCustomConfigurationsParams ¶
func NewDeleteCustomConfigurationsParams() *DeleteCustomConfigurationsParams
NewDeleteCustomConfigurationsParams creates a new DeleteCustomConfigurationsParams 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 NewDeleteCustomConfigurationsParamsWithContext ¶
func NewDeleteCustomConfigurationsParamsWithContext(ctx context.Context) *DeleteCustomConfigurationsParams
NewDeleteCustomConfigurationsParamsWithContext creates a new DeleteCustomConfigurationsParams object with the ability to set a context for a request.
func NewDeleteCustomConfigurationsParamsWithHTTPClient ¶
func NewDeleteCustomConfigurationsParamsWithHTTPClient(client *http.Client) *DeleteCustomConfigurationsParams
NewDeleteCustomConfigurationsParamsWithHTTPClient creates a new DeleteCustomConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteCustomConfigurationsParamsWithTimeout ¶
func NewDeleteCustomConfigurationsParamsWithTimeout(timeout time.Duration) *DeleteCustomConfigurationsParams
NewDeleteCustomConfigurationsParamsWithTimeout creates a new DeleteCustomConfigurationsParams object with the ability to set a timeout on a request.
func (*DeleteCustomConfigurationsParams) SetContext ¶
func (o *DeleteCustomConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) SetDefaults ¶
func (o *DeleteCustomConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the delete custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCustomConfigurationsParams) SetHTTPClient ¶
func (o *DeleteCustomConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) SetInput ¶
func (o *DeleteCustomConfigurationsParams) SetInput(input *models.DeleteCustomConfigurationsRequest)
SetInput adds the input to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) SetTimeout ¶
func (o *DeleteCustomConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) WithContext ¶
func (o *DeleteCustomConfigurationsParams) WithContext(ctx context.Context) *DeleteCustomConfigurationsParams
WithContext adds the context to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) WithDefaults ¶
func (o *DeleteCustomConfigurationsParams) WithDefaults() *DeleteCustomConfigurationsParams
WithDefaults hydrates default values in the delete custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteCustomConfigurationsParams) WithHTTPClient ¶
func (o *DeleteCustomConfigurationsParams) WithHTTPClient(client *http.Client) *DeleteCustomConfigurationsParams
WithHTTPClient adds the HTTPClient to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) WithInput ¶
func (o *DeleteCustomConfigurationsParams) WithInput(input *models.DeleteCustomConfigurationsRequest) *DeleteCustomConfigurationsParams
WithInput adds the input to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) WithTimeout ¶
func (o *DeleteCustomConfigurationsParams) WithTimeout(timeout time.Duration) *DeleteCustomConfigurationsParams
WithTimeout adds the timeout to the delete custom configurations params
func (*DeleteCustomConfigurationsParams) WriteToRequest ¶
func (o *DeleteCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCustomConfigurationsReader ¶
type DeleteCustomConfigurationsReader struct {
// contains filtered or unexported fields
}
DeleteCustomConfigurationsReader is a Reader for the DeleteCustomConfigurations structure.
func (*DeleteCustomConfigurationsReader) ReadResponse ¶
func (o *DeleteCustomConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstancesDefault ¶
type DeleteInstancesDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteInstancesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteInstancesDefault ¶
func NewDeleteInstancesDefault(code int) *DeleteInstancesDefault
NewDeleteInstancesDefault creates a DeleteInstancesDefault with default headers values
func (*DeleteInstancesDefault) Code ¶
func (o *DeleteInstancesDefault) Code() int
Code gets the status code for the delete instances default response
func (*DeleteInstancesDefault) Error ¶
func (o *DeleteInstancesDefault) Error() string
func (*DeleteInstancesDefault) GetPayload ¶
func (o *DeleteInstancesDefault) GetPayload() *models.Error
func (*DeleteInstancesDefault) IsClientError ¶
func (o *DeleteInstancesDefault) IsClientError() bool
IsClientError returns true when this delete instances default response has a 4xx status code
func (*DeleteInstancesDefault) IsCode ¶
func (o *DeleteInstancesDefault) IsCode(code int) bool
IsCode returns true when this delete instances default response a status code equal to that given
func (*DeleteInstancesDefault) IsRedirect ¶
func (o *DeleteInstancesDefault) IsRedirect() bool
IsRedirect returns true when this delete instances default response has a 3xx status code
func (*DeleteInstancesDefault) IsServerError ¶
func (o *DeleteInstancesDefault) IsServerError() bool
IsServerError returns true when this delete instances default response has a 5xx status code
func (*DeleteInstancesDefault) IsSuccess ¶
func (o *DeleteInstancesDefault) IsSuccess() bool
IsSuccess returns true when this delete instances default response has a 2xx status code
func (*DeleteInstancesDefault) String ¶
func (o *DeleteInstancesDefault) String() string
type DeleteInstancesOK ¶
type DeleteInstancesOK struct {
Payload *models.DeleteInstancesResponse
}
DeleteInstancesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteInstancesOK ¶
func NewDeleteInstancesOK() *DeleteInstancesOK
NewDeleteInstancesOK creates a DeleteInstancesOK with default headers values
func (*DeleteInstancesOK) Code ¶
func (o *DeleteInstancesOK) Code() int
Code gets the status code for the delete instances o k response
func (*DeleteInstancesOK) Error ¶
func (o *DeleteInstancesOK) Error() string
func (*DeleteInstancesOK) GetPayload ¶
func (o *DeleteInstancesOK) GetPayload() *models.DeleteInstancesResponse
func (*DeleteInstancesOK) IsClientError ¶
func (o *DeleteInstancesOK) IsClientError() bool
IsClientError returns true when this delete instances o k response has a 4xx status code
func (*DeleteInstancesOK) IsCode ¶
func (o *DeleteInstancesOK) IsCode(code int) bool
IsCode returns true when this delete instances o k response a status code equal to that given
func (*DeleteInstancesOK) IsRedirect ¶
func (o *DeleteInstancesOK) IsRedirect() bool
IsRedirect returns true when this delete instances o k response has a 3xx status code
func (*DeleteInstancesOK) IsServerError ¶
func (o *DeleteInstancesOK) IsServerError() bool
IsServerError returns true when this delete instances o k response has a 5xx status code
func (*DeleteInstancesOK) IsSuccess ¶
func (o *DeleteInstancesOK) IsSuccess() bool
IsSuccess returns true when this delete instances o k response has a 2xx status code
func (*DeleteInstancesOK) String ¶
func (o *DeleteInstancesOK) String() string
type DeleteInstancesParams ¶
type DeleteInstancesParams struct { // Input. Input *models.DeleteInstancesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstancesParams contains all the parameters to send to the API endpoint
for the delete instances operation. Typically these are written to a http.Request.
func NewDeleteInstancesParams ¶
func NewDeleteInstancesParams() *DeleteInstancesParams
NewDeleteInstancesParams creates a new DeleteInstancesParams 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 NewDeleteInstancesParamsWithContext ¶
func NewDeleteInstancesParamsWithContext(ctx context.Context) *DeleteInstancesParams
NewDeleteInstancesParamsWithContext creates a new DeleteInstancesParams object with the ability to set a context for a request.
func NewDeleteInstancesParamsWithHTTPClient ¶
func NewDeleteInstancesParamsWithHTTPClient(client *http.Client) *DeleteInstancesParams
NewDeleteInstancesParamsWithHTTPClient creates a new DeleteInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteInstancesParamsWithTimeout ¶
func NewDeleteInstancesParamsWithTimeout(timeout time.Duration) *DeleteInstancesParams
NewDeleteInstancesParamsWithTimeout creates a new DeleteInstancesParams object with the ability to set a timeout on a request.
func (*DeleteInstancesParams) SetContext ¶
func (o *DeleteInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instances params
func (*DeleteInstancesParams) SetDefaults ¶
func (o *DeleteInstancesParams) SetDefaults()
SetDefaults hydrates default values in the delete instances params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteInstancesParams) SetHTTPClient ¶
func (o *DeleteInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instances params
func (*DeleteInstancesParams) SetInput ¶
func (o *DeleteInstancesParams) SetInput(input *models.DeleteInstancesRequest)
SetInput adds the input to the delete instances params
func (*DeleteInstancesParams) SetTimeout ¶
func (o *DeleteInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instances params
func (*DeleteInstancesParams) WithContext ¶
func (o *DeleteInstancesParams) WithContext(ctx context.Context) *DeleteInstancesParams
WithContext adds the context to the delete instances params
func (*DeleteInstancesParams) WithDefaults ¶
func (o *DeleteInstancesParams) WithDefaults() *DeleteInstancesParams
WithDefaults hydrates default values in the delete instances params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteInstancesParams) WithHTTPClient ¶
func (o *DeleteInstancesParams) WithHTTPClient(client *http.Client) *DeleteInstancesParams
WithHTTPClient adds the HTTPClient to the delete instances params
func (*DeleteInstancesParams) WithInput ¶
func (o *DeleteInstancesParams) WithInput(input *models.DeleteInstancesRequest) *DeleteInstancesParams
WithInput adds the input to the delete instances params
func (*DeleteInstancesParams) WithTimeout ¶
func (o *DeleteInstancesParams) WithTimeout(timeout time.Duration) *DeleteInstancesParams
WithTimeout adds the timeout to the delete instances params
func (*DeleteInstancesParams) WriteToRequest ¶
func (o *DeleteInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstancesReader ¶
type DeleteInstancesReader struct {
// contains filtered or unexported fields
}
DeleteInstancesReader is a Reader for the DeleteInstances structure.
func (*DeleteInstancesReader) ReadResponse ¶
func (o *DeleteInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteRecipesDefault ¶
type DeleteRecipesDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteRecipesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDeleteRecipesDefault ¶
func NewDeleteRecipesDefault(code int) *DeleteRecipesDefault
NewDeleteRecipesDefault creates a DeleteRecipesDefault with default headers values
func (*DeleteRecipesDefault) Code ¶
func (o *DeleteRecipesDefault) Code() int
Code gets the status code for the delete recipes default response
func (*DeleteRecipesDefault) Error ¶
func (o *DeleteRecipesDefault) Error() string
func (*DeleteRecipesDefault) GetPayload ¶
func (o *DeleteRecipesDefault) GetPayload() *models.Error
func (*DeleteRecipesDefault) IsClientError ¶
func (o *DeleteRecipesDefault) IsClientError() bool
IsClientError returns true when this delete recipes default response has a 4xx status code
func (*DeleteRecipesDefault) IsCode ¶
func (o *DeleteRecipesDefault) IsCode(code int) bool
IsCode returns true when this delete recipes default response a status code equal to that given
func (*DeleteRecipesDefault) IsRedirect ¶
func (o *DeleteRecipesDefault) IsRedirect() bool
IsRedirect returns true when this delete recipes default response has a 3xx status code
func (*DeleteRecipesDefault) IsServerError ¶
func (o *DeleteRecipesDefault) IsServerError() bool
IsServerError returns true when this delete recipes default response has a 5xx status code
func (*DeleteRecipesDefault) IsSuccess ¶
func (o *DeleteRecipesDefault) IsSuccess() bool
IsSuccess returns true when this delete recipes default response has a 2xx status code
func (*DeleteRecipesDefault) String ¶
func (o *DeleteRecipesDefault) String() string
type DeleteRecipesOK ¶
type DeleteRecipesOK struct {
Payload *models.DeleteRecipesResponse
}
DeleteRecipesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDeleteRecipesOK ¶
func NewDeleteRecipesOK() *DeleteRecipesOK
NewDeleteRecipesOK creates a DeleteRecipesOK with default headers values
func (*DeleteRecipesOK) Code ¶
func (o *DeleteRecipesOK) Code() int
Code gets the status code for the delete recipes o k response
func (*DeleteRecipesOK) Error ¶
func (o *DeleteRecipesOK) Error() string
func (*DeleteRecipesOK) GetPayload ¶
func (o *DeleteRecipesOK) GetPayload() *models.DeleteRecipesResponse
func (*DeleteRecipesOK) IsClientError ¶
func (o *DeleteRecipesOK) IsClientError() bool
IsClientError returns true when this delete recipes o k response has a 4xx status code
func (*DeleteRecipesOK) IsCode ¶
func (o *DeleteRecipesOK) IsCode(code int) bool
IsCode returns true when this delete recipes o k response a status code equal to that given
func (*DeleteRecipesOK) IsRedirect ¶
func (o *DeleteRecipesOK) IsRedirect() bool
IsRedirect returns true when this delete recipes o k response has a 3xx status code
func (*DeleteRecipesOK) IsServerError ¶
func (o *DeleteRecipesOK) IsServerError() bool
IsServerError returns true when this delete recipes o k response has a 5xx status code
func (*DeleteRecipesOK) IsSuccess ¶
func (o *DeleteRecipesOK) IsSuccess() bool
IsSuccess returns true when this delete recipes o k response has a 2xx status code
func (*DeleteRecipesOK) String ¶
func (o *DeleteRecipesOK) String() string
type DeleteRecipesParams ¶
type DeleteRecipesParams struct { // Input. Input *models.DeleteRecipesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteRecipesParams contains all the parameters to send to the API endpoint
for the delete recipes operation. Typically these are written to a http.Request.
func NewDeleteRecipesParams ¶
func NewDeleteRecipesParams() *DeleteRecipesParams
NewDeleteRecipesParams creates a new DeleteRecipesParams 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 NewDeleteRecipesParamsWithContext ¶
func NewDeleteRecipesParamsWithContext(ctx context.Context) *DeleteRecipesParams
NewDeleteRecipesParamsWithContext creates a new DeleteRecipesParams object with the ability to set a context for a request.
func NewDeleteRecipesParamsWithHTTPClient ¶
func NewDeleteRecipesParamsWithHTTPClient(client *http.Client) *DeleteRecipesParams
NewDeleteRecipesParamsWithHTTPClient creates a new DeleteRecipesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteRecipesParamsWithTimeout ¶
func NewDeleteRecipesParamsWithTimeout(timeout time.Duration) *DeleteRecipesParams
NewDeleteRecipesParamsWithTimeout creates a new DeleteRecipesParams object with the ability to set a timeout on a request.
func (*DeleteRecipesParams) SetContext ¶
func (o *DeleteRecipesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete recipes params
func (*DeleteRecipesParams) SetDefaults ¶
func (o *DeleteRecipesParams) SetDefaults()
SetDefaults hydrates default values in the delete recipes params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteRecipesParams) SetHTTPClient ¶
func (o *DeleteRecipesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete recipes params
func (*DeleteRecipesParams) SetInput ¶
func (o *DeleteRecipesParams) SetInput(input *models.DeleteRecipesRequest)
SetInput adds the input to the delete recipes params
func (*DeleteRecipesParams) SetTimeout ¶
func (o *DeleteRecipesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete recipes params
func (*DeleteRecipesParams) WithContext ¶
func (o *DeleteRecipesParams) WithContext(ctx context.Context) *DeleteRecipesParams
WithContext adds the context to the delete recipes params
func (*DeleteRecipesParams) WithDefaults ¶
func (o *DeleteRecipesParams) WithDefaults() *DeleteRecipesParams
WithDefaults hydrates default values in the delete recipes params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteRecipesParams) WithHTTPClient ¶
func (o *DeleteRecipesParams) WithHTTPClient(client *http.Client) *DeleteRecipesParams
WithHTTPClient adds the HTTPClient to the delete recipes params
func (*DeleteRecipesParams) WithInput ¶
func (o *DeleteRecipesParams) WithInput(input *models.DeleteRecipesRequest) *DeleteRecipesParams
WithInput adds the input to the delete recipes params
func (*DeleteRecipesParams) WithTimeout ¶
func (o *DeleteRecipesParams) WithTimeout(timeout time.Duration) *DeleteRecipesParams
WithTimeout adds the timeout to the delete recipes params
func (*DeleteRecipesParams) WriteToRequest ¶
func (o *DeleteRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteRecipesReader ¶
type DeleteRecipesReader struct {
// contains filtered or unexported fields
}
DeleteRecipesReader is a Reader for the DeleteRecipes structure.
func (*DeleteRecipesReader) ReadResponse ¶
func (o *DeleteRecipesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeAutoScaleRulesDefault ¶
type DescribeAutoScaleRulesDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeAutoScaleRulesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeAutoScaleRulesDefault ¶
func NewDescribeAutoScaleRulesDefault(code int) *DescribeAutoScaleRulesDefault
NewDescribeAutoScaleRulesDefault creates a DescribeAutoScaleRulesDefault with default headers values
func (*DescribeAutoScaleRulesDefault) Code ¶
func (o *DescribeAutoScaleRulesDefault) Code() int
Code gets the status code for the describe auto scale rules default response
func (*DescribeAutoScaleRulesDefault) Error ¶
func (o *DescribeAutoScaleRulesDefault) Error() string
func (*DescribeAutoScaleRulesDefault) GetPayload ¶
func (o *DescribeAutoScaleRulesDefault) GetPayload() *models.Error
func (*DescribeAutoScaleRulesDefault) IsClientError ¶
func (o *DescribeAutoScaleRulesDefault) IsClientError() bool
IsClientError returns true when this describe auto scale rules default response has a 4xx status code
func (*DescribeAutoScaleRulesDefault) IsCode ¶
func (o *DescribeAutoScaleRulesDefault) IsCode(code int) bool
IsCode returns true when this describe auto scale rules default response a status code equal to that given
func (*DescribeAutoScaleRulesDefault) IsRedirect ¶
func (o *DescribeAutoScaleRulesDefault) IsRedirect() bool
IsRedirect returns true when this describe auto scale rules default response has a 3xx status code
func (*DescribeAutoScaleRulesDefault) IsServerError ¶
func (o *DescribeAutoScaleRulesDefault) IsServerError() bool
IsServerError returns true when this describe auto scale rules default response has a 5xx status code
func (*DescribeAutoScaleRulesDefault) IsSuccess ¶
func (o *DescribeAutoScaleRulesDefault) IsSuccess() bool
IsSuccess returns true when this describe auto scale rules default response has a 2xx status code
func (*DescribeAutoScaleRulesDefault) String ¶
func (o *DescribeAutoScaleRulesDefault) String() string
type DescribeAutoScaleRulesOK ¶
type DescribeAutoScaleRulesOK struct {
Payload *models.DescribeAutoScaleRulesResponse
}
DescribeAutoScaleRulesOK describes a response with status code 200, with default header values.
The AutoScaling policy for the request cluster.
func NewDescribeAutoScaleRulesOK ¶
func NewDescribeAutoScaleRulesOK() *DescribeAutoScaleRulesOK
NewDescribeAutoScaleRulesOK creates a DescribeAutoScaleRulesOK with default headers values
func (*DescribeAutoScaleRulesOK) Code ¶
func (o *DescribeAutoScaleRulesOK) Code() int
Code gets the status code for the describe auto scale rules o k response
func (*DescribeAutoScaleRulesOK) Error ¶
func (o *DescribeAutoScaleRulesOK) Error() string
func (*DescribeAutoScaleRulesOK) GetPayload ¶
func (o *DescribeAutoScaleRulesOK) GetPayload() *models.DescribeAutoScaleRulesResponse
func (*DescribeAutoScaleRulesOK) IsClientError ¶
func (o *DescribeAutoScaleRulesOK) IsClientError() bool
IsClientError returns true when this describe auto scale rules o k response has a 4xx status code
func (*DescribeAutoScaleRulesOK) IsCode ¶
func (o *DescribeAutoScaleRulesOK) IsCode(code int) bool
IsCode returns true when this describe auto scale rules o k response a status code equal to that given
func (*DescribeAutoScaleRulesOK) IsRedirect ¶
func (o *DescribeAutoScaleRulesOK) IsRedirect() bool
IsRedirect returns true when this describe auto scale rules o k response has a 3xx status code
func (*DescribeAutoScaleRulesOK) IsServerError ¶
func (o *DescribeAutoScaleRulesOK) IsServerError() bool
IsServerError returns true when this describe auto scale rules o k response has a 5xx status code
func (*DescribeAutoScaleRulesOK) IsSuccess ¶
func (o *DescribeAutoScaleRulesOK) IsSuccess() bool
IsSuccess returns true when this describe auto scale rules o k response has a 2xx status code
func (*DescribeAutoScaleRulesOK) String ¶
func (o *DescribeAutoScaleRulesOK) String() string
type DescribeAutoScaleRulesParams ¶
type DescribeAutoScaleRulesParams struct { // Input. Input *models.DescribeAutoScaleRulesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeAutoScaleRulesParams contains all the parameters to send to the API endpoint
for the describe auto scale rules operation. Typically these are written to a http.Request.
func NewDescribeAutoScaleRulesParams ¶
func NewDescribeAutoScaleRulesParams() *DescribeAutoScaleRulesParams
NewDescribeAutoScaleRulesParams creates a new DescribeAutoScaleRulesParams 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 NewDescribeAutoScaleRulesParamsWithContext ¶
func NewDescribeAutoScaleRulesParamsWithContext(ctx context.Context) *DescribeAutoScaleRulesParams
NewDescribeAutoScaleRulesParamsWithContext creates a new DescribeAutoScaleRulesParams object with the ability to set a context for a request.
func NewDescribeAutoScaleRulesParamsWithHTTPClient ¶
func NewDescribeAutoScaleRulesParamsWithHTTPClient(client *http.Client) *DescribeAutoScaleRulesParams
NewDescribeAutoScaleRulesParamsWithHTTPClient creates a new DescribeAutoScaleRulesParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeAutoScaleRulesParamsWithTimeout ¶
func NewDescribeAutoScaleRulesParamsWithTimeout(timeout time.Duration) *DescribeAutoScaleRulesParams
NewDescribeAutoScaleRulesParamsWithTimeout creates a new DescribeAutoScaleRulesParams object with the ability to set a timeout on a request.
func (*DescribeAutoScaleRulesParams) SetContext ¶
func (o *DescribeAutoScaleRulesParams) SetContext(ctx context.Context)
SetContext adds the context to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) SetDefaults ¶
func (o *DescribeAutoScaleRulesParams) SetDefaults()
SetDefaults hydrates default values in the describe auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeAutoScaleRulesParams) SetHTTPClient ¶
func (o *DescribeAutoScaleRulesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) SetInput ¶
func (o *DescribeAutoScaleRulesParams) SetInput(input *models.DescribeAutoScaleRulesRequest)
SetInput adds the input to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) SetTimeout ¶
func (o *DescribeAutoScaleRulesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) WithContext ¶
func (o *DescribeAutoScaleRulesParams) WithContext(ctx context.Context) *DescribeAutoScaleRulesParams
WithContext adds the context to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) WithDefaults ¶
func (o *DescribeAutoScaleRulesParams) WithDefaults() *DescribeAutoScaleRulesParams
WithDefaults hydrates default values in the describe auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeAutoScaleRulesParams) WithHTTPClient ¶
func (o *DescribeAutoScaleRulesParams) WithHTTPClient(client *http.Client) *DescribeAutoScaleRulesParams
WithHTTPClient adds the HTTPClient to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) WithInput ¶
func (o *DescribeAutoScaleRulesParams) WithInput(input *models.DescribeAutoScaleRulesRequest) *DescribeAutoScaleRulesParams
WithInput adds the input to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) WithTimeout ¶
func (o *DescribeAutoScaleRulesParams) WithTimeout(timeout time.Duration) *DescribeAutoScaleRulesParams
WithTimeout adds the timeout to the describe auto scale rules params
func (*DescribeAutoScaleRulesParams) WriteToRequest ¶
func (o *DescribeAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeAutoScaleRulesReader ¶
type DescribeAutoScaleRulesReader struct {
// contains filtered or unexported fields
}
DescribeAutoScaleRulesReader is a Reader for the DescribeAutoScaleRules structure.
func (*DescribeAutoScaleRulesReader) ReadResponse ¶
func (o *DescribeAutoScaleRulesReader) 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 DescribeClusterDefinitionDefault ¶
type DescribeClusterDefinitionDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeClusterDefinitionDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeClusterDefinitionDefault ¶
func NewDescribeClusterDefinitionDefault(code int) *DescribeClusterDefinitionDefault
NewDescribeClusterDefinitionDefault creates a DescribeClusterDefinitionDefault with default headers values
func (*DescribeClusterDefinitionDefault) Code ¶
func (o *DescribeClusterDefinitionDefault) Code() int
Code gets the status code for the describe cluster definition default response
func (*DescribeClusterDefinitionDefault) Error ¶
func (o *DescribeClusterDefinitionDefault) Error() string
func (*DescribeClusterDefinitionDefault) GetPayload ¶
func (o *DescribeClusterDefinitionDefault) GetPayload() *models.Error
func (*DescribeClusterDefinitionDefault) IsClientError ¶
func (o *DescribeClusterDefinitionDefault) IsClientError() bool
IsClientError returns true when this describe cluster definition default response has a 4xx status code
func (*DescribeClusterDefinitionDefault) IsCode ¶
func (o *DescribeClusterDefinitionDefault) IsCode(code int) bool
IsCode returns true when this describe cluster definition default response a status code equal to that given
func (*DescribeClusterDefinitionDefault) IsRedirect ¶
func (o *DescribeClusterDefinitionDefault) IsRedirect() bool
IsRedirect returns true when this describe cluster definition default response has a 3xx status code
func (*DescribeClusterDefinitionDefault) IsServerError ¶
func (o *DescribeClusterDefinitionDefault) IsServerError() bool
IsServerError returns true when this describe cluster definition default response has a 5xx status code
func (*DescribeClusterDefinitionDefault) IsSuccess ¶
func (o *DescribeClusterDefinitionDefault) IsSuccess() bool
IsSuccess returns true when this describe cluster definition default response has a 2xx status code
func (*DescribeClusterDefinitionDefault) String ¶
func (o *DescribeClusterDefinitionDefault) String() string
type DescribeClusterDefinitionOK ¶
type DescribeClusterDefinitionOK struct {
Payload *models.DescribeClusterDefinitionResponse
}
DescribeClusterDefinitionOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeClusterDefinitionOK ¶
func NewDescribeClusterDefinitionOK() *DescribeClusterDefinitionOK
NewDescribeClusterDefinitionOK creates a DescribeClusterDefinitionOK with default headers values
func (*DescribeClusterDefinitionOK) Code ¶
func (o *DescribeClusterDefinitionOK) Code() int
Code gets the status code for the describe cluster definition o k response
func (*DescribeClusterDefinitionOK) Error ¶
func (o *DescribeClusterDefinitionOK) Error() string
func (*DescribeClusterDefinitionOK) GetPayload ¶
func (o *DescribeClusterDefinitionOK) GetPayload() *models.DescribeClusterDefinitionResponse
func (*DescribeClusterDefinitionOK) IsClientError ¶
func (o *DescribeClusterDefinitionOK) IsClientError() bool
IsClientError returns true when this describe cluster definition o k response has a 4xx status code
func (*DescribeClusterDefinitionOK) IsCode ¶
func (o *DescribeClusterDefinitionOK) IsCode(code int) bool
IsCode returns true when this describe cluster definition o k response a status code equal to that given
func (*DescribeClusterDefinitionOK) IsRedirect ¶
func (o *DescribeClusterDefinitionOK) IsRedirect() bool
IsRedirect returns true when this describe cluster definition o k response has a 3xx status code
func (*DescribeClusterDefinitionOK) IsServerError ¶
func (o *DescribeClusterDefinitionOK) IsServerError() bool
IsServerError returns true when this describe cluster definition o k response has a 5xx status code
func (*DescribeClusterDefinitionOK) IsSuccess ¶
func (o *DescribeClusterDefinitionOK) IsSuccess() bool
IsSuccess returns true when this describe cluster definition o k response has a 2xx status code
func (*DescribeClusterDefinitionOK) String ¶
func (o *DescribeClusterDefinitionOK) String() string
type DescribeClusterDefinitionParams ¶
type DescribeClusterDefinitionParams struct { // Input. Input *models.DescribeClusterDefinitionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeClusterDefinitionParams contains all the parameters to send to the API endpoint
for the describe cluster definition operation. Typically these are written to a http.Request.
func NewDescribeClusterDefinitionParams ¶
func NewDescribeClusterDefinitionParams() *DescribeClusterDefinitionParams
NewDescribeClusterDefinitionParams creates a new DescribeClusterDefinitionParams 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 NewDescribeClusterDefinitionParamsWithContext ¶
func NewDescribeClusterDefinitionParamsWithContext(ctx context.Context) *DescribeClusterDefinitionParams
NewDescribeClusterDefinitionParamsWithContext creates a new DescribeClusterDefinitionParams object with the ability to set a context for a request.
func NewDescribeClusterDefinitionParamsWithHTTPClient ¶
func NewDescribeClusterDefinitionParamsWithHTTPClient(client *http.Client) *DescribeClusterDefinitionParams
NewDescribeClusterDefinitionParamsWithHTTPClient creates a new DescribeClusterDefinitionParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeClusterDefinitionParamsWithTimeout ¶
func NewDescribeClusterDefinitionParamsWithTimeout(timeout time.Duration) *DescribeClusterDefinitionParams
NewDescribeClusterDefinitionParamsWithTimeout creates a new DescribeClusterDefinitionParams object with the ability to set a timeout on a request.
func (*DescribeClusterDefinitionParams) SetContext ¶
func (o *DescribeClusterDefinitionParams) SetContext(ctx context.Context)
SetContext adds the context to the describe cluster definition params
func (*DescribeClusterDefinitionParams) SetDefaults ¶
func (o *DescribeClusterDefinitionParams) SetDefaults()
SetDefaults hydrates default values in the describe cluster definition params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeClusterDefinitionParams) SetHTTPClient ¶
func (o *DescribeClusterDefinitionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe cluster definition params
func (*DescribeClusterDefinitionParams) SetInput ¶
func (o *DescribeClusterDefinitionParams) SetInput(input *models.DescribeClusterDefinitionRequest)
SetInput adds the input to the describe cluster definition params
func (*DescribeClusterDefinitionParams) SetTimeout ¶
func (o *DescribeClusterDefinitionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe cluster definition params
func (*DescribeClusterDefinitionParams) WithContext ¶
func (o *DescribeClusterDefinitionParams) WithContext(ctx context.Context) *DescribeClusterDefinitionParams
WithContext adds the context to the describe cluster definition params
func (*DescribeClusterDefinitionParams) WithDefaults ¶
func (o *DescribeClusterDefinitionParams) WithDefaults() *DescribeClusterDefinitionParams
WithDefaults hydrates default values in the describe cluster definition params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeClusterDefinitionParams) WithHTTPClient ¶
func (o *DescribeClusterDefinitionParams) WithHTTPClient(client *http.Client) *DescribeClusterDefinitionParams
WithHTTPClient adds the HTTPClient to the describe cluster definition params
func (*DescribeClusterDefinitionParams) WithInput ¶
func (o *DescribeClusterDefinitionParams) WithInput(input *models.DescribeClusterDefinitionRequest) *DescribeClusterDefinitionParams
WithInput adds the input to the describe cluster definition params
func (*DescribeClusterDefinitionParams) WithTimeout ¶
func (o *DescribeClusterDefinitionParams) WithTimeout(timeout time.Duration) *DescribeClusterDefinitionParams
WithTimeout adds the timeout to the describe cluster definition params
func (*DescribeClusterDefinitionParams) WriteToRequest ¶
func (o *DescribeClusterDefinitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeClusterDefinitionReader ¶
type DescribeClusterDefinitionReader struct {
// contains filtered or unexported fields
}
DescribeClusterDefinitionReader is a Reader for the DescribeClusterDefinition structure.
func (*DescribeClusterDefinitionReader) ReadResponse ¶
func (o *DescribeClusterDefinitionReader) 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 DescribeClusterTemplateDefault ¶
type DescribeClusterTemplateDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeClusterTemplateDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeClusterTemplateDefault ¶
func NewDescribeClusterTemplateDefault(code int) *DescribeClusterTemplateDefault
NewDescribeClusterTemplateDefault creates a DescribeClusterTemplateDefault with default headers values
func (*DescribeClusterTemplateDefault) Code ¶
func (o *DescribeClusterTemplateDefault) Code() int
Code gets the status code for the describe cluster template default response
func (*DescribeClusterTemplateDefault) Error ¶
func (o *DescribeClusterTemplateDefault) Error() string
func (*DescribeClusterTemplateDefault) GetPayload ¶
func (o *DescribeClusterTemplateDefault) GetPayload() *models.Error
func (*DescribeClusterTemplateDefault) IsClientError ¶
func (o *DescribeClusterTemplateDefault) IsClientError() bool
IsClientError returns true when this describe cluster template default response has a 4xx status code
func (*DescribeClusterTemplateDefault) IsCode ¶
func (o *DescribeClusterTemplateDefault) IsCode(code int) bool
IsCode returns true when this describe cluster template default response a status code equal to that given
func (*DescribeClusterTemplateDefault) IsRedirect ¶
func (o *DescribeClusterTemplateDefault) IsRedirect() bool
IsRedirect returns true when this describe cluster template default response has a 3xx status code
func (*DescribeClusterTemplateDefault) IsServerError ¶
func (o *DescribeClusterTemplateDefault) IsServerError() bool
IsServerError returns true when this describe cluster template default response has a 5xx status code
func (*DescribeClusterTemplateDefault) IsSuccess ¶
func (o *DescribeClusterTemplateDefault) IsSuccess() bool
IsSuccess returns true when this describe cluster template default response has a 2xx status code
func (*DescribeClusterTemplateDefault) String ¶
func (o *DescribeClusterTemplateDefault) String() string
type DescribeClusterTemplateOK ¶
type DescribeClusterTemplateOK struct {
Payload *models.DescribeClusterTemplateResponse
}
DescribeClusterTemplateOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeClusterTemplateOK ¶
func NewDescribeClusterTemplateOK() *DescribeClusterTemplateOK
NewDescribeClusterTemplateOK creates a DescribeClusterTemplateOK with default headers values
func (*DescribeClusterTemplateOK) Code ¶
func (o *DescribeClusterTemplateOK) Code() int
Code gets the status code for the describe cluster template o k response
func (*DescribeClusterTemplateOK) Error ¶
func (o *DescribeClusterTemplateOK) Error() string
func (*DescribeClusterTemplateOK) GetPayload ¶
func (o *DescribeClusterTemplateOK) GetPayload() *models.DescribeClusterTemplateResponse
func (*DescribeClusterTemplateOK) IsClientError ¶
func (o *DescribeClusterTemplateOK) IsClientError() bool
IsClientError returns true when this describe cluster template o k response has a 4xx status code
func (*DescribeClusterTemplateOK) IsCode ¶
func (o *DescribeClusterTemplateOK) IsCode(code int) bool
IsCode returns true when this describe cluster template o k response a status code equal to that given
func (*DescribeClusterTemplateOK) IsRedirect ¶
func (o *DescribeClusterTemplateOK) IsRedirect() bool
IsRedirect returns true when this describe cluster template o k response has a 3xx status code
func (*DescribeClusterTemplateOK) IsServerError ¶
func (o *DescribeClusterTemplateOK) IsServerError() bool
IsServerError returns true when this describe cluster template o k response has a 5xx status code
func (*DescribeClusterTemplateOK) IsSuccess ¶
func (o *DescribeClusterTemplateOK) IsSuccess() bool
IsSuccess returns true when this describe cluster template o k response has a 2xx status code
func (*DescribeClusterTemplateOK) String ¶
func (o *DescribeClusterTemplateOK) String() string
type DescribeClusterTemplateParams ¶
type DescribeClusterTemplateParams struct { // Input. Input *models.DescribeClusterTemplateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeClusterTemplateParams contains all the parameters to send to the API endpoint
for the describe cluster template operation. Typically these are written to a http.Request.
func NewDescribeClusterTemplateParams ¶
func NewDescribeClusterTemplateParams() *DescribeClusterTemplateParams
NewDescribeClusterTemplateParams creates a new DescribeClusterTemplateParams 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 NewDescribeClusterTemplateParamsWithContext ¶
func NewDescribeClusterTemplateParamsWithContext(ctx context.Context) *DescribeClusterTemplateParams
NewDescribeClusterTemplateParamsWithContext creates a new DescribeClusterTemplateParams object with the ability to set a context for a request.
func NewDescribeClusterTemplateParamsWithHTTPClient ¶
func NewDescribeClusterTemplateParamsWithHTTPClient(client *http.Client) *DescribeClusterTemplateParams
NewDescribeClusterTemplateParamsWithHTTPClient creates a new DescribeClusterTemplateParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeClusterTemplateParamsWithTimeout ¶
func NewDescribeClusterTemplateParamsWithTimeout(timeout time.Duration) *DescribeClusterTemplateParams
NewDescribeClusterTemplateParamsWithTimeout creates a new DescribeClusterTemplateParams object with the ability to set a timeout on a request.
func (*DescribeClusterTemplateParams) SetContext ¶
func (o *DescribeClusterTemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the describe cluster template params
func (*DescribeClusterTemplateParams) SetDefaults ¶
func (o *DescribeClusterTemplateParams) SetDefaults()
SetDefaults hydrates default values in the describe cluster template params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeClusterTemplateParams) SetHTTPClient ¶
func (o *DescribeClusterTemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe cluster template params
func (*DescribeClusterTemplateParams) SetInput ¶
func (o *DescribeClusterTemplateParams) SetInput(input *models.DescribeClusterTemplateRequest)
SetInput adds the input to the describe cluster template params
func (*DescribeClusterTemplateParams) SetTimeout ¶
func (o *DescribeClusterTemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe cluster template params
func (*DescribeClusterTemplateParams) WithContext ¶
func (o *DescribeClusterTemplateParams) WithContext(ctx context.Context) *DescribeClusterTemplateParams
WithContext adds the context to the describe cluster template params
func (*DescribeClusterTemplateParams) WithDefaults ¶
func (o *DescribeClusterTemplateParams) WithDefaults() *DescribeClusterTemplateParams
WithDefaults hydrates default values in the describe cluster template params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeClusterTemplateParams) WithHTTPClient ¶
func (o *DescribeClusterTemplateParams) WithHTTPClient(client *http.Client) *DescribeClusterTemplateParams
WithHTTPClient adds the HTTPClient to the describe cluster template params
func (*DescribeClusterTemplateParams) WithInput ¶
func (o *DescribeClusterTemplateParams) WithInput(input *models.DescribeClusterTemplateRequest) *DescribeClusterTemplateParams
WithInput adds the input to the describe cluster template params
func (*DescribeClusterTemplateParams) WithTimeout ¶
func (o *DescribeClusterTemplateParams) WithTimeout(timeout time.Duration) *DescribeClusterTemplateParams
WithTimeout adds the timeout to the describe cluster template params
func (*DescribeClusterTemplateParams) WriteToRequest ¶
func (o *DescribeClusterTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeClusterTemplateReader ¶
type DescribeClusterTemplateReader struct {
// contains filtered or unexported fields
}
DescribeClusterTemplateReader is a Reader for the DescribeClusterTemplate structure.
func (*DescribeClusterTemplateReader) ReadResponse ¶
func (o *DescribeClusterTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeCustomConfigurationsDefault ¶
type DescribeCustomConfigurationsDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeCustomConfigurationsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeCustomConfigurationsDefault ¶
func NewDescribeCustomConfigurationsDefault(code int) *DescribeCustomConfigurationsDefault
NewDescribeCustomConfigurationsDefault creates a DescribeCustomConfigurationsDefault with default headers values
func (*DescribeCustomConfigurationsDefault) Code ¶
func (o *DescribeCustomConfigurationsDefault) Code() int
Code gets the status code for the describe custom configurations default response
func (*DescribeCustomConfigurationsDefault) Error ¶
func (o *DescribeCustomConfigurationsDefault) Error() string
func (*DescribeCustomConfigurationsDefault) GetPayload ¶
func (o *DescribeCustomConfigurationsDefault) GetPayload() *models.Error
func (*DescribeCustomConfigurationsDefault) IsClientError ¶
func (o *DescribeCustomConfigurationsDefault) IsClientError() bool
IsClientError returns true when this describe custom configurations default response has a 4xx status code
func (*DescribeCustomConfigurationsDefault) IsCode ¶
func (o *DescribeCustomConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this describe custom configurations default response a status code equal to that given
func (*DescribeCustomConfigurationsDefault) IsRedirect ¶
func (o *DescribeCustomConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this describe custom configurations default response has a 3xx status code
func (*DescribeCustomConfigurationsDefault) IsServerError ¶
func (o *DescribeCustomConfigurationsDefault) IsServerError() bool
IsServerError returns true when this describe custom configurations default response has a 5xx status code
func (*DescribeCustomConfigurationsDefault) IsSuccess ¶
func (o *DescribeCustomConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this describe custom configurations default response has a 2xx status code
func (*DescribeCustomConfigurationsDefault) String ¶
func (o *DescribeCustomConfigurationsDefault) String() string
type DescribeCustomConfigurationsOK ¶
type DescribeCustomConfigurationsOK struct {
Payload *models.DescribeCustomConfigurationsResponse
}
DescribeCustomConfigurationsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeCustomConfigurationsOK ¶
func NewDescribeCustomConfigurationsOK() *DescribeCustomConfigurationsOK
NewDescribeCustomConfigurationsOK creates a DescribeCustomConfigurationsOK with default headers values
func (*DescribeCustomConfigurationsOK) Code ¶
func (o *DescribeCustomConfigurationsOK) Code() int
Code gets the status code for the describe custom configurations o k response
func (*DescribeCustomConfigurationsOK) Error ¶
func (o *DescribeCustomConfigurationsOK) Error() string
func (*DescribeCustomConfigurationsOK) GetPayload ¶
func (o *DescribeCustomConfigurationsOK) GetPayload() *models.DescribeCustomConfigurationsResponse
func (*DescribeCustomConfigurationsOK) IsClientError ¶
func (o *DescribeCustomConfigurationsOK) IsClientError() bool
IsClientError returns true when this describe custom configurations o k response has a 4xx status code
func (*DescribeCustomConfigurationsOK) IsCode ¶
func (o *DescribeCustomConfigurationsOK) IsCode(code int) bool
IsCode returns true when this describe custom configurations o k response a status code equal to that given
func (*DescribeCustomConfigurationsOK) IsRedirect ¶
func (o *DescribeCustomConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this describe custom configurations o k response has a 3xx status code
func (*DescribeCustomConfigurationsOK) IsServerError ¶
func (o *DescribeCustomConfigurationsOK) IsServerError() bool
IsServerError returns true when this describe custom configurations o k response has a 5xx status code
func (*DescribeCustomConfigurationsOK) IsSuccess ¶
func (o *DescribeCustomConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this describe custom configurations o k response has a 2xx status code
func (*DescribeCustomConfigurationsOK) String ¶
func (o *DescribeCustomConfigurationsOK) String() string
type DescribeCustomConfigurationsParams ¶
type DescribeCustomConfigurationsParams struct { // Input. Input *models.DescribeCustomConfigurationsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeCustomConfigurationsParams contains all the parameters to send to the API endpoint
for the describe custom configurations operation. Typically these are written to a http.Request.
func NewDescribeCustomConfigurationsParams ¶
func NewDescribeCustomConfigurationsParams() *DescribeCustomConfigurationsParams
NewDescribeCustomConfigurationsParams creates a new DescribeCustomConfigurationsParams 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 NewDescribeCustomConfigurationsParamsWithContext ¶
func NewDescribeCustomConfigurationsParamsWithContext(ctx context.Context) *DescribeCustomConfigurationsParams
NewDescribeCustomConfigurationsParamsWithContext creates a new DescribeCustomConfigurationsParams object with the ability to set a context for a request.
func NewDescribeCustomConfigurationsParamsWithHTTPClient ¶
func NewDescribeCustomConfigurationsParamsWithHTTPClient(client *http.Client) *DescribeCustomConfigurationsParams
NewDescribeCustomConfigurationsParamsWithHTTPClient creates a new DescribeCustomConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeCustomConfigurationsParamsWithTimeout ¶
func NewDescribeCustomConfigurationsParamsWithTimeout(timeout time.Duration) *DescribeCustomConfigurationsParams
NewDescribeCustomConfigurationsParamsWithTimeout creates a new DescribeCustomConfigurationsParams object with the ability to set a timeout on a request.
func (*DescribeCustomConfigurationsParams) SetContext ¶
func (o *DescribeCustomConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) SetDefaults ¶
func (o *DescribeCustomConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the describe custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeCustomConfigurationsParams) SetHTTPClient ¶
func (o *DescribeCustomConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) SetInput ¶
func (o *DescribeCustomConfigurationsParams) SetInput(input *models.DescribeCustomConfigurationsRequest)
SetInput adds the input to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) SetTimeout ¶
func (o *DescribeCustomConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) WithContext ¶
func (o *DescribeCustomConfigurationsParams) WithContext(ctx context.Context) *DescribeCustomConfigurationsParams
WithContext adds the context to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) WithDefaults ¶
func (o *DescribeCustomConfigurationsParams) WithDefaults() *DescribeCustomConfigurationsParams
WithDefaults hydrates default values in the describe custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeCustomConfigurationsParams) WithHTTPClient ¶
func (o *DescribeCustomConfigurationsParams) WithHTTPClient(client *http.Client) *DescribeCustomConfigurationsParams
WithHTTPClient adds the HTTPClient to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) WithInput ¶
func (o *DescribeCustomConfigurationsParams) WithInput(input *models.DescribeCustomConfigurationsRequest) *DescribeCustomConfigurationsParams
WithInput adds the input to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) WithTimeout ¶
func (o *DescribeCustomConfigurationsParams) WithTimeout(timeout time.Duration) *DescribeCustomConfigurationsParams
WithTimeout adds the timeout to the describe custom configurations params
func (*DescribeCustomConfigurationsParams) WriteToRequest ¶
func (o *DescribeCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeCustomConfigurationsReader ¶
type DescribeCustomConfigurationsReader struct {
// contains filtered or unexported fields
}
DescribeCustomConfigurationsReader is a Reader for the DescribeCustomConfigurations structure.
func (*DescribeCustomConfigurationsReader) ReadResponse ¶
func (o *DescribeCustomConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeDatabaseServerDefault ¶ added in v0.4.2
type DescribeDatabaseServerDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeDatabaseServerDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeDatabaseServerDefault ¶ added in v0.4.2
func NewDescribeDatabaseServerDefault(code int) *DescribeDatabaseServerDefault
NewDescribeDatabaseServerDefault creates a DescribeDatabaseServerDefault with default headers values
func (*DescribeDatabaseServerDefault) Code ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) Code() int
Code gets the status code for the describe database server default response
func (*DescribeDatabaseServerDefault) Error ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) Error() string
func (*DescribeDatabaseServerDefault) GetPayload ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) GetPayload() *models.Error
func (*DescribeDatabaseServerDefault) IsClientError ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) IsClientError() bool
IsClientError returns true when this describe database server default response has a 4xx status code
func (*DescribeDatabaseServerDefault) IsCode ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) IsCode(code int) bool
IsCode returns true when this describe database server default response a status code equal to that given
func (*DescribeDatabaseServerDefault) IsRedirect ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) IsRedirect() bool
IsRedirect returns true when this describe database server default response has a 3xx status code
func (*DescribeDatabaseServerDefault) IsServerError ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) IsServerError() bool
IsServerError returns true when this describe database server default response has a 5xx status code
func (*DescribeDatabaseServerDefault) IsSuccess ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) IsSuccess() bool
IsSuccess returns true when this describe database server default response has a 2xx status code
func (*DescribeDatabaseServerDefault) String ¶ added in v0.4.2
func (o *DescribeDatabaseServerDefault) String() string
type DescribeDatabaseServerOK ¶ added in v0.4.2
type DescribeDatabaseServerOK struct {
Payload *models.DescribeDatabaseServerResponse
}
DescribeDatabaseServerOK describes a response with status code 200, with default header values.
Database server details for the requested resource.
func NewDescribeDatabaseServerOK ¶ added in v0.4.2
func NewDescribeDatabaseServerOK() *DescribeDatabaseServerOK
NewDescribeDatabaseServerOK creates a DescribeDatabaseServerOK with default headers values
func (*DescribeDatabaseServerOK) Code ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) Code() int
Code gets the status code for the describe database server o k response
func (*DescribeDatabaseServerOK) Error ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) Error() string
func (*DescribeDatabaseServerOK) GetPayload ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) GetPayload() *models.DescribeDatabaseServerResponse
func (*DescribeDatabaseServerOK) IsClientError ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) IsClientError() bool
IsClientError returns true when this describe database server o k response has a 4xx status code
func (*DescribeDatabaseServerOK) IsCode ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) IsCode(code int) bool
IsCode returns true when this describe database server o k response a status code equal to that given
func (*DescribeDatabaseServerOK) IsRedirect ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) IsRedirect() bool
IsRedirect returns true when this describe database server o k response has a 3xx status code
func (*DescribeDatabaseServerOK) IsServerError ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) IsServerError() bool
IsServerError returns true when this describe database server o k response has a 5xx status code
func (*DescribeDatabaseServerOK) IsSuccess ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) IsSuccess() bool
IsSuccess returns true when this describe database server o k response has a 2xx status code
func (*DescribeDatabaseServerOK) String ¶ added in v0.4.2
func (o *DescribeDatabaseServerOK) String() string
type DescribeDatabaseServerParams ¶ added in v0.4.2
type DescribeDatabaseServerParams struct { // Input. Input *models.DescribeDatabaseServerRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeDatabaseServerParams contains all the parameters to send to the API endpoint
for the describe database server operation. Typically these are written to a http.Request.
func NewDescribeDatabaseServerParams ¶ added in v0.4.2
func NewDescribeDatabaseServerParams() *DescribeDatabaseServerParams
NewDescribeDatabaseServerParams creates a new DescribeDatabaseServerParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDescribeDatabaseServerParamsWithContext ¶ added in v0.4.2
func NewDescribeDatabaseServerParamsWithContext(ctx context.Context) *DescribeDatabaseServerParams
NewDescribeDatabaseServerParamsWithContext creates a new DescribeDatabaseServerParams object with the ability to set a context for a request.
func NewDescribeDatabaseServerParamsWithHTTPClient ¶ added in v0.4.2
func NewDescribeDatabaseServerParamsWithHTTPClient(client *http.Client) *DescribeDatabaseServerParams
NewDescribeDatabaseServerParamsWithHTTPClient creates a new DescribeDatabaseServerParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeDatabaseServerParamsWithTimeout ¶ added in v0.4.2
func NewDescribeDatabaseServerParamsWithTimeout(timeout time.Duration) *DescribeDatabaseServerParams
NewDescribeDatabaseServerParamsWithTimeout creates a new DescribeDatabaseServerParams object with the ability to set a timeout on a request.
func (*DescribeDatabaseServerParams) SetContext ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) SetContext(ctx context.Context)
SetContext adds the context to the describe database server params
func (*DescribeDatabaseServerParams) SetDefaults ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) SetDefaults()
SetDefaults hydrates default values in the describe database server params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeDatabaseServerParams) SetHTTPClient ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe database server params
func (*DescribeDatabaseServerParams) SetInput ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) SetInput(input *models.DescribeDatabaseServerRequest)
SetInput adds the input to the describe database server params
func (*DescribeDatabaseServerParams) SetTimeout ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe database server params
func (*DescribeDatabaseServerParams) WithContext ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WithContext(ctx context.Context) *DescribeDatabaseServerParams
WithContext adds the context to the describe database server params
func (*DescribeDatabaseServerParams) WithDefaults ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WithDefaults() *DescribeDatabaseServerParams
WithDefaults hydrates default values in the describe database server params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeDatabaseServerParams) WithHTTPClient ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WithHTTPClient(client *http.Client) *DescribeDatabaseServerParams
WithHTTPClient adds the HTTPClient to the describe database server params
func (*DescribeDatabaseServerParams) WithInput ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WithInput(input *models.DescribeDatabaseServerRequest) *DescribeDatabaseServerParams
WithInput adds the input to the describe database server params
func (*DescribeDatabaseServerParams) WithTimeout ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WithTimeout(timeout time.Duration) *DescribeDatabaseServerParams
WithTimeout adds the timeout to the describe database server params
func (*DescribeDatabaseServerParams) WriteToRequest ¶ added in v0.4.2
func (o *DescribeDatabaseServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeDatabaseServerReader ¶ added in v0.4.2
type DescribeDatabaseServerReader struct {
// contains filtered or unexported fields
}
DescribeDatabaseServerReader is a Reader for the DescribeDatabaseServer structure.
func (*DescribeDatabaseServerReader) ReadResponse ¶ added in v0.4.2
func (o *DescribeDatabaseServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeRecipeDefault ¶
type DescribeRecipeDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeRecipeDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeRecipeDefault ¶
func NewDescribeRecipeDefault(code int) *DescribeRecipeDefault
NewDescribeRecipeDefault creates a DescribeRecipeDefault with default headers values
func (*DescribeRecipeDefault) Code ¶
func (o *DescribeRecipeDefault) Code() int
Code gets the status code for the describe recipe default response
func (*DescribeRecipeDefault) Error ¶
func (o *DescribeRecipeDefault) Error() string
func (*DescribeRecipeDefault) GetPayload ¶
func (o *DescribeRecipeDefault) GetPayload() *models.Error
func (*DescribeRecipeDefault) IsClientError ¶
func (o *DescribeRecipeDefault) IsClientError() bool
IsClientError returns true when this describe recipe default response has a 4xx status code
func (*DescribeRecipeDefault) IsCode ¶
func (o *DescribeRecipeDefault) IsCode(code int) bool
IsCode returns true when this describe recipe default response a status code equal to that given
func (*DescribeRecipeDefault) IsRedirect ¶
func (o *DescribeRecipeDefault) IsRedirect() bool
IsRedirect returns true when this describe recipe default response has a 3xx status code
func (*DescribeRecipeDefault) IsServerError ¶
func (o *DescribeRecipeDefault) IsServerError() bool
IsServerError returns true when this describe recipe default response has a 5xx status code
func (*DescribeRecipeDefault) IsSuccess ¶
func (o *DescribeRecipeDefault) IsSuccess() bool
IsSuccess returns true when this describe recipe default response has a 2xx status code
func (*DescribeRecipeDefault) String ¶
func (o *DescribeRecipeDefault) String() string
type DescribeRecipeOK ¶
type DescribeRecipeOK struct {
Payload *models.DescribeRecipeResponse
}
DescribeRecipeOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeRecipeOK ¶
func NewDescribeRecipeOK() *DescribeRecipeOK
NewDescribeRecipeOK creates a DescribeRecipeOK with default headers values
func (*DescribeRecipeOK) Code ¶
func (o *DescribeRecipeOK) Code() int
Code gets the status code for the describe recipe o k response
func (*DescribeRecipeOK) Error ¶
func (o *DescribeRecipeOK) Error() string
func (*DescribeRecipeOK) GetPayload ¶
func (o *DescribeRecipeOK) GetPayload() *models.DescribeRecipeResponse
func (*DescribeRecipeOK) IsClientError ¶
func (o *DescribeRecipeOK) IsClientError() bool
IsClientError returns true when this describe recipe o k response has a 4xx status code
func (*DescribeRecipeOK) IsCode ¶
func (o *DescribeRecipeOK) IsCode(code int) bool
IsCode returns true when this describe recipe o k response a status code equal to that given
func (*DescribeRecipeOK) IsRedirect ¶
func (o *DescribeRecipeOK) IsRedirect() bool
IsRedirect returns true when this describe recipe o k response has a 3xx status code
func (*DescribeRecipeOK) IsServerError ¶
func (o *DescribeRecipeOK) IsServerError() bool
IsServerError returns true when this describe recipe o k response has a 5xx status code
func (*DescribeRecipeOK) IsSuccess ¶
func (o *DescribeRecipeOK) IsSuccess() bool
IsSuccess returns true when this describe recipe o k response has a 2xx status code
func (*DescribeRecipeOK) String ¶
func (o *DescribeRecipeOK) String() string
type DescribeRecipeParams ¶
type DescribeRecipeParams struct { // Input. Input *models.DescribeRecipeRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeRecipeParams contains all the parameters to send to the API endpoint
for the describe recipe operation. Typically these are written to a http.Request.
func NewDescribeRecipeParams ¶
func NewDescribeRecipeParams() *DescribeRecipeParams
NewDescribeRecipeParams creates a new DescribeRecipeParams 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 NewDescribeRecipeParamsWithContext ¶
func NewDescribeRecipeParamsWithContext(ctx context.Context) *DescribeRecipeParams
NewDescribeRecipeParamsWithContext creates a new DescribeRecipeParams object with the ability to set a context for a request.
func NewDescribeRecipeParamsWithHTTPClient ¶
func NewDescribeRecipeParamsWithHTTPClient(client *http.Client) *DescribeRecipeParams
NewDescribeRecipeParamsWithHTTPClient creates a new DescribeRecipeParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeRecipeParamsWithTimeout ¶
func NewDescribeRecipeParamsWithTimeout(timeout time.Duration) *DescribeRecipeParams
NewDescribeRecipeParamsWithTimeout creates a new DescribeRecipeParams object with the ability to set a timeout on a request.
func (*DescribeRecipeParams) SetContext ¶
func (o *DescribeRecipeParams) SetContext(ctx context.Context)
SetContext adds the context to the describe recipe params
func (*DescribeRecipeParams) SetDefaults ¶
func (o *DescribeRecipeParams) SetDefaults()
SetDefaults hydrates default values in the describe recipe params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeRecipeParams) SetHTTPClient ¶
func (o *DescribeRecipeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe recipe params
func (*DescribeRecipeParams) SetInput ¶
func (o *DescribeRecipeParams) SetInput(input *models.DescribeRecipeRequest)
SetInput adds the input to the describe recipe params
func (*DescribeRecipeParams) SetTimeout ¶
func (o *DescribeRecipeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe recipe params
func (*DescribeRecipeParams) WithContext ¶
func (o *DescribeRecipeParams) WithContext(ctx context.Context) *DescribeRecipeParams
WithContext adds the context to the describe recipe params
func (*DescribeRecipeParams) WithDefaults ¶
func (o *DescribeRecipeParams) WithDefaults() *DescribeRecipeParams
WithDefaults hydrates default values in the describe recipe params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeRecipeParams) WithHTTPClient ¶
func (o *DescribeRecipeParams) WithHTTPClient(client *http.Client) *DescribeRecipeParams
WithHTTPClient adds the HTTPClient to the describe recipe params
func (*DescribeRecipeParams) WithInput ¶
func (o *DescribeRecipeParams) WithInput(input *models.DescribeRecipeRequest) *DescribeRecipeParams
WithInput adds the input to the describe recipe params
func (*DescribeRecipeParams) WithTimeout ¶
func (o *DescribeRecipeParams) WithTimeout(timeout time.Duration) *DescribeRecipeParams
WithTimeout adds the timeout to the describe recipe params
func (*DescribeRecipeParams) WriteToRequest ¶
func (o *DescribeRecipeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeRecipeReader ¶
type DescribeRecipeReader struct {
// contains filtered or unexported fields
}
DescribeRecipeReader is a Reader for the DescribeRecipe structure.
func (*DescribeRecipeReader) ReadResponse ¶
func (o *DescribeRecipeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DescribeScalingActivityDefault ¶
type DescribeScalingActivityDefault struct { Payload *models.Error // contains filtered or unexported fields }
DescribeScalingActivityDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewDescribeScalingActivityDefault ¶
func NewDescribeScalingActivityDefault(code int) *DescribeScalingActivityDefault
NewDescribeScalingActivityDefault creates a DescribeScalingActivityDefault with default headers values
func (*DescribeScalingActivityDefault) Code ¶
func (o *DescribeScalingActivityDefault) Code() int
Code gets the status code for the describe scaling activity default response
func (*DescribeScalingActivityDefault) Error ¶
func (o *DescribeScalingActivityDefault) Error() string
func (*DescribeScalingActivityDefault) GetPayload ¶
func (o *DescribeScalingActivityDefault) GetPayload() *models.Error
func (*DescribeScalingActivityDefault) IsClientError ¶
func (o *DescribeScalingActivityDefault) IsClientError() bool
IsClientError returns true when this describe scaling activity default response has a 4xx status code
func (*DescribeScalingActivityDefault) IsCode ¶
func (o *DescribeScalingActivityDefault) IsCode(code int) bool
IsCode returns true when this describe scaling activity default response a status code equal to that given
func (*DescribeScalingActivityDefault) IsRedirect ¶
func (o *DescribeScalingActivityDefault) IsRedirect() bool
IsRedirect returns true when this describe scaling activity default response has a 3xx status code
func (*DescribeScalingActivityDefault) IsServerError ¶
func (o *DescribeScalingActivityDefault) IsServerError() bool
IsServerError returns true when this describe scaling activity default response has a 5xx status code
func (*DescribeScalingActivityDefault) IsSuccess ¶
func (o *DescribeScalingActivityDefault) IsSuccess() bool
IsSuccess returns true when this describe scaling activity default response has a 2xx status code
func (*DescribeScalingActivityDefault) String ¶
func (o *DescribeScalingActivityDefault) String() string
type DescribeScalingActivityOK ¶
type DescribeScalingActivityOK struct {
Payload *models.DescribeScalingActivityResponse
}
DescribeScalingActivityOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewDescribeScalingActivityOK ¶
func NewDescribeScalingActivityOK() *DescribeScalingActivityOK
NewDescribeScalingActivityOK creates a DescribeScalingActivityOK with default headers values
func (*DescribeScalingActivityOK) Code ¶
func (o *DescribeScalingActivityOK) Code() int
Code gets the status code for the describe scaling activity o k response
func (*DescribeScalingActivityOK) Error ¶
func (o *DescribeScalingActivityOK) Error() string
func (*DescribeScalingActivityOK) GetPayload ¶
func (o *DescribeScalingActivityOK) GetPayload() *models.DescribeScalingActivityResponse
func (*DescribeScalingActivityOK) IsClientError ¶
func (o *DescribeScalingActivityOK) IsClientError() bool
IsClientError returns true when this describe scaling activity o k response has a 4xx status code
func (*DescribeScalingActivityOK) IsCode ¶
func (o *DescribeScalingActivityOK) IsCode(code int) bool
IsCode returns true when this describe scaling activity o k response a status code equal to that given
func (*DescribeScalingActivityOK) IsRedirect ¶
func (o *DescribeScalingActivityOK) IsRedirect() bool
IsRedirect returns true when this describe scaling activity o k response has a 3xx status code
func (*DescribeScalingActivityOK) IsServerError ¶
func (o *DescribeScalingActivityOK) IsServerError() bool
IsServerError returns true when this describe scaling activity o k response has a 5xx status code
func (*DescribeScalingActivityOK) IsSuccess ¶
func (o *DescribeScalingActivityOK) IsSuccess() bool
IsSuccess returns true when this describe scaling activity o k response has a 2xx status code
func (*DescribeScalingActivityOK) String ¶
func (o *DescribeScalingActivityOK) String() string
type DescribeScalingActivityParams ¶
type DescribeScalingActivityParams struct { // Input. Input *models.DescribeScalingActivityRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DescribeScalingActivityParams contains all the parameters to send to the API endpoint
for the describe scaling activity operation. Typically these are written to a http.Request.
func NewDescribeScalingActivityParams ¶
func NewDescribeScalingActivityParams() *DescribeScalingActivityParams
NewDescribeScalingActivityParams creates a new DescribeScalingActivityParams 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 NewDescribeScalingActivityParamsWithContext ¶
func NewDescribeScalingActivityParamsWithContext(ctx context.Context) *DescribeScalingActivityParams
NewDescribeScalingActivityParamsWithContext creates a new DescribeScalingActivityParams object with the ability to set a context for a request.
func NewDescribeScalingActivityParamsWithHTTPClient ¶
func NewDescribeScalingActivityParamsWithHTTPClient(client *http.Client) *DescribeScalingActivityParams
NewDescribeScalingActivityParamsWithHTTPClient creates a new DescribeScalingActivityParams object with the ability to set a custom HTTPClient for a request.
func NewDescribeScalingActivityParamsWithTimeout ¶
func NewDescribeScalingActivityParamsWithTimeout(timeout time.Duration) *DescribeScalingActivityParams
NewDescribeScalingActivityParamsWithTimeout creates a new DescribeScalingActivityParams object with the ability to set a timeout on a request.
func (*DescribeScalingActivityParams) SetContext ¶
func (o *DescribeScalingActivityParams) SetContext(ctx context.Context)
SetContext adds the context to the describe scaling activity params
func (*DescribeScalingActivityParams) SetDefaults ¶
func (o *DescribeScalingActivityParams) SetDefaults()
SetDefaults hydrates default values in the describe scaling activity params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeScalingActivityParams) SetHTTPClient ¶
func (o *DescribeScalingActivityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the describe scaling activity params
func (*DescribeScalingActivityParams) SetInput ¶
func (o *DescribeScalingActivityParams) SetInput(input *models.DescribeScalingActivityRequest)
SetInput adds the input to the describe scaling activity params
func (*DescribeScalingActivityParams) SetTimeout ¶
func (o *DescribeScalingActivityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the describe scaling activity params
func (*DescribeScalingActivityParams) WithContext ¶
func (o *DescribeScalingActivityParams) WithContext(ctx context.Context) *DescribeScalingActivityParams
WithContext adds the context to the describe scaling activity params
func (*DescribeScalingActivityParams) WithDefaults ¶
func (o *DescribeScalingActivityParams) WithDefaults() *DescribeScalingActivityParams
WithDefaults hydrates default values in the describe scaling activity params (not the query body).
All values with no default are reset to their zero value.
func (*DescribeScalingActivityParams) WithHTTPClient ¶
func (o *DescribeScalingActivityParams) WithHTTPClient(client *http.Client) *DescribeScalingActivityParams
WithHTTPClient adds the HTTPClient to the describe scaling activity params
func (*DescribeScalingActivityParams) WithInput ¶
func (o *DescribeScalingActivityParams) WithInput(input *models.DescribeScalingActivityRequest) *DescribeScalingActivityParams
WithInput adds the input to the describe scaling activity params
func (*DescribeScalingActivityParams) WithTimeout ¶
func (o *DescribeScalingActivityParams) WithTimeout(timeout time.Duration) *DescribeScalingActivityParams
WithTimeout adds the timeout to the describe scaling activity params
func (*DescribeScalingActivityParams) WriteToRequest ¶
func (o *DescribeScalingActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DescribeScalingActivityReader ¶
type DescribeScalingActivityReader struct {
// contains filtered or unexported fields
}
DescribeScalingActivityReader is a Reader for the DescribeScalingActivity structure.
func (*DescribeScalingActivityReader) ReadResponse ¶
func (o *DescribeScalingActivityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterHostStatusDefault ¶
type GetClusterHostStatusDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetClusterHostStatusDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetClusterHostStatusDefault ¶
func NewGetClusterHostStatusDefault(code int) *GetClusterHostStatusDefault
NewGetClusterHostStatusDefault creates a GetClusterHostStatusDefault with default headers values
func (*GetClusterHostStatusDefault) Code ¶
func (o *GetClusterHostStatusDefault) Code() int
Code gets the status code for the get cluster host status default response
func (*GetClusterHostStatusDefault) Error ¶
func (o *GetClusterHostStatusDefault) Error() string
func (*GetClusterHostStatusDefault) GetPayload ¶
func (o *GetClusterHostStatusDefault) GetPayload() *models.Error
func (*GetClusterHostStatusDefault) IsClientError ¶
func (o *GetClusterHostStatusDefault) IsClientError() bool
IsClientError returns true when this get cluster host status default response has a 4xx status code
func (*GetClusterHostStatusDefault) IsCode ¶
func (o *GetClusterHostStatusDefault) IsCode(code int) bool
IsCode returns true when this get cluster host status default response a status code equal to that given
func (*GetClusterHostStatusDefault) IsRedirect ¶
func (o *GetClusterHostStatusDefault) IsRedirect() bool
IsRedirect returns true when this get cluster host status default response has a 3xx status code
func (*GetClusterHostStatusDefault) IsServerError ¶
func (o *GetClusterHostStatusDefault) IsServerError() bool
IsServerError returns true when this get cluster host status default response has a 5xx status code
func (*GetClusterHostStatusDefault) IsSuccess ¶
func (o *GetClusterHostStatusDefault) IsSuccess() bool
IsSuccess returns true when this get cluster host status default response has a 2xx status code
func (*GetClusterHostStatusDefault) String ¶
func (o *GetClusterHostStatusDefault) String() string
type GetClusterHostStatusOK ¶
type GetClusterHostStatusOK struct {
Payload *models.GetClusterHostStatusResponse
}
GetClusterHostStatusOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetClusterHostStatusOK ¶
func NewGetClusterHostStatusOK() *GetClusterHostStatusOK
NewGetClusterHostStatusOK creates a GetClusterHostStatusOK with default headers values
func (*GetClusterHostStatusOK) Code ¶
func (o *GetClusterHostStatusOK) Code() int
Code gets the status code for the get cluster host status o k response
func (*GetClusterHostStatusOK) Error ¶
func (o *GetClusterHostStatusOK) Error() string
func (*GetClusterHostStatusOK) GetPayload ¶
func (o *GetClusterHostStatusOK) GetPayload() *models.GetClusterHostStatusResponse
func (*GetClusterHostStatusOK) IsClientError ¶
func (o *GetClusterHostStatusOK) IsClientError() bool
IsClientError returns true when this get cluster host status o k response has a 4xx status code
func (*GetClusterHostStatusOK) IsCode ¶
func (o *GetClusterHostStatusOK) IsCode(code int) bool
IsCode returns true when this get cluster host status o k response a status code equal to that given
func (*GetClusterHostStatusOK) IsRedirect ¶
func (o *GetClusterHostStatusOK) IsRedirect() bool
IsRedirect returns true when this get cluster host status o k response has a 3xx status code
func (*GetClusterHostStatusOK) IsServerError ¶
func (o *GetClusterHostStatusOK) IsServerError() bool
IsServerError returns true when this get cluster host status o k response has a 5xx status code
func (*GetClusterHostStatusOK) IsSuccess ¶
func (o *GetClusterHostStatusOK) IsSuccess() bool
IsSuccess returns true when this get cluster host status o k response has a 2xx status code
func (*GetClusterHostStatusOK) String ¶
func (o *GetClusterHostStatusOK) String() string
type GetClusterHostStatusParams ¶
type GetClusterHostStatusParams struct { // Input. Input *models.GetClusterHostStatusRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterHostStatusParams contains all the parameters to send to the API endpoint
for the get cluster host status operation. Typically these are written to a http.Request.
func NewGetClusterHostStatusParams ¶
func NewGetClusterHostStatusParams() *GetClusterHostStatusParams
NewGetClusterHostStatusParams creates a new GetClusterHostStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetClusterHostStatusParamsWithContext ¶
func NewGetClusterHostStatusParamsWithContext(ctx context.Context) *GetClusterHostStatusParams
NewGetClusterHostStatusParamsWithContext creates a new GetClusterHostStatusParams object with the ability to set a context for a request.
func NewGetClusterHostStatusParamsWithHTTPClient ¶
func NewGetClusterHostStatusParamsWithHTTPClient(client *http.Client) *GetClusterHostStatusParams
NewGetClusterHostStatusParamsWithHTTPClient creates a new GetClusterHostStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetClusterHostStatusParamsWithTimeout ¶
func NewGetClusterHostStatusParamsWithTimeout(timeout time.Duration) *GetClusterHostStatusParams
NewGetClusterHostStatusParamsWithTimeout creates a new GetClusterHostStatusParams object with the ability to set a timeout on a request.
func (*GetClusterHostStatusParams) SetContext ¶
func (o *GetClusterHostStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster host status params
func (*GetClusterHostStatusParams) SetDefaults ¶
func (o *GetClusterHostStatusParams) SetDefaults()
SetDefaults hydrates default values in the get cluster host status params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterHostStatusParams) SetHTTPClient ¶
func (o *GetClusterHostStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster host status params
func (*GetClusterHostStatusParams) SetInput ¶
func (o *GetClusterHostStatusParams) SetInput(input *models.GetClusterHostStatusRequest)
SetInput adds the input to the get cluster host status params
func (*GetClusterHostStatusParams) SetTimeout ¶
func (o *GetClusterHostStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster host status params
func (*GetClusterHostStatusParams) WithContext ¶
func (o *GetClusterHostStatusParams) WithContext(ctx context.Context) *GetClusterHostStatusParams
WithContext adds the context to the get cluster host status params
func (*GetClusterHostStatusParams) WithDefaults ¶
func (o *GetClusterHostStatusParams) WithDefaults() *GetClusterHostStatusParams
WithDefaults hydrates default values in the get cluster host status params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterHostStatusParams) WithHTTPClient ¶
func (o *GetClusterHostStatusParams) WithHTTPClient(client *http.Client) *GetClusterHostStatusParams
WithHTTPClient adds the HTTPClient to the get cluster host status params
func (*GetClusterHostStatusParams) WithInput ¶
func (o *GetClusterHostStatusParams) WithInput(input *models.GetClusterHostStatusRequest) *GetClusterHostStatusParams
WithInput adds the input to the get cluster host status params
func (*GetClusterHostStatusParams) WithTimeout ¶
func (o *GetClusterHostStatusParams) WithTimeout(timeout time.Duration) *GetClusterHostStatusParams
WithTimeout adds the timeout to the get cluster host status params
func (*GetClusterHostStatusParams) WriteToRequest ¶
func (o *GetClusterHostStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterHostStatusReader ¶
type GetClusterHostStatusReader struct {
// contains filtered or unexported fields
}
GetClusterHostStatusReader is a Reader for the GetClusterHostStatus structure.
func (*GetClusterHostStatusReader) ReadResponse ¶
func (o *GetClusterHostStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterServiceStatusDefault ¶
type GetClusterServiceStatusDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetClusterServiceStatusDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetClusterServiceStatusDefault ¶
func NewGetClusterServiceStatusDefault(code int) *GetClusterServiceStatusDefault
NewGetClusterServiceStatusDefault creates a GetClusterServiceStatusDefault with default headers values
func (*GetClusterServiceStatusDefault) Code ¶
func (o *GetClusterServiceStatusDefault) Code() int
Code gets the status code for the get cluster service status default response
func (*GetClusterServiceStatusDefault) Error ¶
func (o *GetClusterServiceStatusDefault) Error() string
func (*GetClusterServiceStatusDefault) GetPayload ¶
func (o *GetClusterServiceStatusDefault) GetPayload() *models.Error
func (*GetClusterServiceStatusDefault) IsClientError ¶
func (o *GetClusterServiceStatusDefault) IsClientError() bool
IsClientError returns true when this get cluster service status default response has a 4xx status code
func (*GetClusterServiceStatusDefault) IsCode ¶
func (o *GetClusterServiceStatusDefault) IsCode(code int) bool
IsCode returns true when this get cluster service status default response a status code equal to that given
func (*GetClusterServiceStatusDefault) IsRedirect ¶
func (o *GetClusterServiceStatusDefault) IsRedirect() bool
IsRedirect returns true when this get cluster service status default response has a 3xx status code
func (*GetClusterServiceStatusDefault) IsServerError ¶
func (o *GetClusterServiceStatusDefault) IsServerError() bool
IsServerError returns true when this get cluster service status default response has a 5xx status code
func (*GetClusterServiceStatusDefault) IsSuccess ¶
func (o *GetClusterServiceStatusDefault) IsSuccess() bool
IsSuccess returns true when this get cluster service status default response has a 2xx status code
func (*GetClusterServiceStatusDefault) String ¶
func (o *GetClusterServiceStatusDefault) String() string
type GetClusterServiceStatusOK ¶
type GetClusterServiceStatusOK struct {
Payload *models.GetClusterServiceStatusResponse
}
GetClusterServiceStatusOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetClusterServiceStatusOK ¶
func NewGetClusterServiceStatusOK() *GetClusterServiceStatusOK
NewGetClusterServiceStatusOK creates a GetClusterServiceStatusOK with default headers values
func (*GetClusterServiceStatusOK) Code ¶
func (o *GetClusterServiceStatusOK) Code() int
Code gets the status code for the get cluster service status o k response
func (*GetClusterServiceStatusOK) Error ¶
func (o *GetClusterServiceStatusOK) Error() string
func (*GetClusterServiceStatusOK) GetPayload ¶
func (o *GetClusterServiceStatusOK) GetPayload() *models.GetClusterServiceStatusResponse
func (*GetClusterServiceStatusOK) IsClientError ¶
func (o *GetClusterServiceStatusOK) IsClientError() bool
IsClientError returns true when this get cluster service status o k response has a 4xx status code
func (*GetClusterServiceStatusOK) IsCode ¶
func (o *GetClusterServiceStatusOK) IsCode(code int) bool
IsCode returns true when this get cluster service status o k response a status code equal to that given
func (*GetClusterServiceStatusOK) IsRedirect ¶
func (o *GetClusterServiceStatusOK) IsRedirect() bool
IsRedirect returns true when this get cluster service status o k response has a 3xx status code
func (*GetClusterServiceStatusOK) IsServerError ¶
func (o *GetClusterServiceStatusOK) IsServerError() bool
IsServerError returns true when this get cluster service status o k response has a 5xx status code
func (*GetClusterServiceStatusOK) IsSuccess ¶
func (o *GetClusterServiceStatusOK) IsSuccess() bool
IsSuccess returns true when this get cluster service status o k response has a 2xx status code
func (*GetClusterServiceStatusOK) String ¶
func (o *GetClusterServiceStatusOK) String() string
type GetClusterServiceStatusParams ¶
type GetClusterServiceStatusParams struct { // Input. Input *models.GetClusterServiceStatusRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterServiceStatusParams contains all the parameters to send to the API endpoint
for the get cluster service status operation. Typically these are written to a http.Request.
func NewGetClusterServiceStatusParams ¶
func NewGetClusterServiceStatusParams() *GetClusterServiceStatusParams
NewGetClusterServiceStatusParams creates a new GetClusterServiceStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetClusterServiceStatusParamsWithContext ¶
func NewGetClusterServiceStatusParamsWithContext(ctx context.Context) *GetClusterServiceStatusParams
NewGetClusterServiceStatusParamsWithContext creates a new GetClusterServiceStatusParams object with the ability to set a context for a request.
func NewGetClusterServiceStatusParamsWithHTTPClient ¶
func NewGetClusterServiceStatusParamsWithHTTPClient(client *http.Client) *GetClusterServiceStatusParams
NewGetClusterServiceStatusParamsWithHTTPClient creates a new GetClusterServiceStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetClusterServiceStatusParamsWithTimeout ¶
func NewGetClusterServiceStatusParamsWithTimeout(timeout time.Duration) *GetClusterServiceStatusParams
NewGetClusterServiceStatusParamsWithTimeout creates a new GetClusterServiceStatusParams object with the ability to set a timeout on a request.
func (*GetClusterServiceStatusParams) SetContext ¶
func (o *GetClusterServiceStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster service status params
func (*GetClusterServiceStatusParams) SetDefaults ¶
func (o *GetClusterServiceStatusParams) SetDefaults()
SetDefaults hydrates default values in the get cluster service status params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterServiceStatusParams) SetHTTPClient ¶
func (o *GetClusterServiceStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster service status params
func (*GetClusterServiceStatusParams) SetInput ¶
func (o *GetClusterServiceStatusParams) SetInput(input *models.GetClusterServiceStatusRequest)
SetInput adds the input to the get cluster service status params
func (*GetClusterServiceStatusParams) SetTimeout ¶
func (o *GetClusterServiceStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster service status params
func (*GetClusterServiceStatusParams) WithContext ¶
func (o *GetClusterServiceStatusParams) WithContext(ctx context.Context) *GetClusterServiceStatusParams
WithContext adds the context to the get cluster service status params
func (*GetClusterServiceStatusParams) WithDefaults ¶
func (o *GetClusterServiceStatusParams) WithDefaults() *GetClusterServiceStatusParams
WithDefaults hydrates default values in the get cluster service status params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterServiceStatusParams) WithHTTPClient ¶
func (o *GetClusterServiceStatusParams) WithHTTPClient(client *http.Client) *GetClusterServiceStatusParams
WithHTTPClient adds the HTTPClient to the get cluster service status params
func (*GetClusterServiceStatusParams) WithInput ¶
func (o *GetClusterServiceStatusParams) WithInput(input *models.GetClusterServiceStatusRequest) *GetClusterServiceStatusParams
WithInput adds the input to the get cluster service status params
func (*GetClusterServiceStatusParams) WithTimeout ¶
func (o *GetClusterServiceStatusParams) WithTimeout(timeout time.Duration) *GetClusterServiceStatusParams
WithTimeout adds the timeout to the get cluster service status params
func (*GetClusterServiceStatusParams) WriteToRequest ¶
func (o *GetClusterServiceStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterServiceStatusReader ¶
type GetClusterServiceStatusReader struct {
// contains filtered or unexported fields
}
GetClusterServiceStatusReader is a Reader for the GetClusterServiceStatus structure.
func (*GetClusterServiceStatusReader) ReadResponse ¶
func (o *GetClusterServiceStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCmRolesDefault ¶
GetCmRolesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetCmRolesDefault ¶
func NewGetCmRolesDefault(code int) *GetCmRolesDefault
NewGetCmRolesDefault creates a GetCmRolesDefault with default headers values
func (*GetCmRolesDefault) Code ¶
func (o *GetCmRolesDefault) Code() int
Code gets the status code for the get cm roles default response
func (*GetCmRolesDefault) Error ¶
func (o *GetCmRolesDefault) Error() string
func (*GetCmRolesDefault) GetPayload ¶
func (o *GetCmRolesDefault) GetPayload() *models.Error
func (*GetCmRolesDefault) IsClientError ¶
func (o *GetCmRolesDefault) IsClientError() bool
IsClientError returns true when this get cm roles default response has a 4xx status code
func (*GetCmRolesDefault) IsCode ¶
func (o *GetCmRolesDefault) IsCode(code int) bool
IsCode returns true when this get cm roles default response a status code equal to that given
func (*GetCmRolesDefault) IsRedirect ¶
func (o *GetCmRolesDefault) IsRedirect() bool
IsRedirect returns true when this get cm roles default response has a 3xx status code
func (*GetCmRolesDefault) IsServerError ¶
func (o *GetCmRolesDefault) IsServerError() bool
IsServerError returns true when this get cm roles default response has a 5xx status code
func (*GetCmRolesDefault) IsSuccess ¶
func (o *GetCmRolesDefault) IsSuccess() bool
IsSuccess returns true when this get cm roles default response has a 2xx status code
func (*GetCmRolesDefault) String ¶
func (o *GetCmRolesDefault) String() string
type GetCmRolesOK ¶
type GetCmRolesOK struct {
Payload *models.GetCmRolesResponse
}
GetCmRolesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetCmRolesOK ¶
func NewGetCmRolesOK() *GetCmRolesOK
NewGetCmRolesOK creates a GetCmRolesOK with default headers values
func (*GetCmRolesOK) Code ¶
func (o *GetCmRolesOK) Code() int
Code gets the status code for the get cm roles o k response
func (*GetCmRolesOK) Error ¶
func (o *GetCmRolesOK) Error() string
func (*GetCmRolesOK) GetPayload ¶
func (o *GetCmRolesOK) GetPayload() *models.GetCmRolesResponse
func (*GetCmRolesOK) IsClientError ¶
func (o *GetCmRolesOK) IsClientError() bool
IsClientError returns true when this get cm roles o k response has a 4xx status code
func (*GetCmRolesOK) IsCode ¶
func (o *GetCmRolesOK) IsCode(code int) bool
IsCode returns true when this get cm roles o k response a status code equal to that given
func (*GetCmRolesOK) IsRedirect ¶
func (o *GetCmRolesOK) IsRedirect() bool
IsRedirect returns true when this get cm roles o k response has a 3xx status code
func (*GetCmRolesOK) IsServerError ¶
func (o *GetCmRolesOK) IsServerError() bool
IsServerError returns true when this get cm roles o k response has a 5xx status code
func (*GetCmRolesOK) IsSuccess ¶
func (o *GetCmRolesOK) IsSuccess() bool
IsSuccess returns true when this get cm roles o k response has a 2xx status code
func (*GetCmRolesOK) String ¶
func (o *GetCmRolesOK) String() string
type GetCmRolesParams ¶
type GetCmRolesParams struct { // Input. Input *models.GetCmRolesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCmRolesParams contains all the parameters to send to the API endpoint
for the get cm roles operation. Typically these are written to a http.Request.
func NewGetCmRolesParams ¶
func NewGetCmRolesParams() *GetCmRolesParams
NewGetCmRolesParams creates a new GetCmRolesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetCmRolesParamsWithContext ¶
func NewGetCmRolesParamsWithContext(ctx context.Context) *GetCmRolesParams
NewGetCmRolesParamsWithContext creates a new GetCmRolesParams object with the ability to set a context for a request.
func NewGetCmRolesParamsWithHTTPClient ¶
func NewGetCmRolesParamsWithHTTPClient(client *http.Client) *GetCmRolesParams
NewGetCmRolesParamsWithHTTPClient creates a new GetCmRolesParams object with the ability to set a custom HTTPClient for a request.
func NewGetCmRolesParamsWithTimeout ¶
func NewGetCmRolesParamsWithTimeout(timeout time.Duration) *GetCmRolesParams
NewGetCmRolesParamsWithTimeout creates a new GetCmRolesParams object with the ability to set a timeout on a request.
func (*GetCmRolesParams) SetContext ¶
func (o *GetCmRolesParams) SetContext(ctx context.Context)
SetContext adds the context to the get cm roles params
func (*GetCmRolesParams) SetDefaults ¶
func (o *GetCmRolesParams) SetDefaults()
SetDefaults hydrates default values in the get cm roles params (not the query body).
All values with no default are reset to their zero value.
func (*GetCmRolesParams) SetHTTPClient ¶
func (o *GetCmRolesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cm roles params
func (*GetCmRolesParams) SetInput ¶
func (o *GetCmRolesParams) SetInput(input *models.GetCmRolesRequest)
SetInput adds the input to the get cm roles params
func (*GetCmRolesParams) SetTimeout ¶
func (o *GetCmRolesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cm roles params
func (*GetCmRolesParams) WithContext ¶
func (o *GetCmRolesParams) WithContext(ctx context.Context) *GetCmRolesParams
WithContext adds the context to the get cm roles params
func (*GetCmRolesParams) WithDefaults ¶
func (o *GetCmRolesParams) WithDefaults() *GetCmRolesParams
WithDefaults hydrates default values in the get cm roles params (not the query body).
All values with no default are reset to their zero value.
func (*GetCmRolesParams) WithHTTPClient ¶
func (o *GetCmRolesParams) WithHTTPClient(client *http.Client) *GetCmRolesParams
WithHTTPClient adds the HTTPClient to the get cm roles params
func (*GetCmRolesParams) WithInput ¶
func (o *GetCmRolesParams) WithInput(input *models.GetCmRolesRequest) *GetCmRolesParams
WithInput adds the input to the get cm roles params
func (*GetCmRolesParams) WithTimeout ¶
func (o *GetCmRolesParams) WithTimeout(timeout time.Duration) *GetCmRolesParams
WithTimeout adds the timeout to the get cm roles params
func (*GetCmRolesParams) WriteToRequest ¶
func (o *GetCmRolesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCmRolesReader ¶
type GetCmRolesReader struct {
// contains filtered or unexported fields
}
GetCmRolesReader is a Reader for the GetCmRoles structure.
func (*GetCmRolesReader) ReadResponse ¶
func (o *GetCmRolesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDatahubLogDescriptorsDefault ¶
type GetDatahubLogDescriptorsDefault struct { Payload *models.Error // contains filtered or unexported fields }
GetDatahubLogDescriptorsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetDatahubLogDescriptorsDefault ¶
func NewGetDatahubLogDescriptorsDefault(code int) *GetDatahubLogDescriptorsDefault
NewGetDatahubLogDescriptorsDefault creates a GetDatahubLogDescriptorsDefault with default headers values
func (*GetDatahubLogDescriptorsDefault) Code ¶
func (o *GetDatahubLogDescriptorsDefault) Code() int
Code gets the status code for the get datahub log descriptors default response
func (*GetDatahubLogDescriptorsDefault) Error ¶
func (o *GetDatahubLogDescriptorsDefault) Error() string
func (*GetDatahubLogDescriptorsDefault) GetPayload ¶
func (o *GetDatahubLogDescriptorsDefault) GetPayload() *models.Error
func (*GetDatahubLogDescriptorsDefault) IsClientError ¶
func (o *GetDatahubLogDescriptorsDefault) IsClientError() bool
IsClientError returns true when this get datahub log descriptors default response has a 4xx status code
func (*GetDatahubLogDescriptorsDefault) IsCode ¶
func (o *GetDatahubLogDescriptorsDefault) IsCode(code int) bool
IsCode returns true when this get datahub log descriptors default response a status code equal to that given
func (*GetDatahubLogDescriptorsDefault) IsRedirect ¶
func (o *GetDatahubLogDescriptorsDefault) IsRedirect() bool
IsRedirect returns true when this get datahub log descriptors default response has a 3xx status code
func (*GetDatahubLogDescriptorsDefault) IsServerError ¶
func (o *GetDatahubLogDescriptorsDefault) IsServerError() bool
IsServerError returns true when this get datahub log descriptors default response has a 5xx status code
func (*GetDatahubLogDescriptorsDefault) IsSuccess ¶
func (o *GetDatahubLogDescriptorsDefault) IsSuccess() bool
IsSuccess returns true when this get datahub log descriptors default response has a 2xx status code
func (*GetDatahubLogDescriptorsDefault) String ¶
func (o *GetDatahubLogDescriptorsDefault) String() string
type GetDatahubLogDescriptorsOK ¶
type GetDatahubLogDescriptorsOK struct {
Payload *models.GetDatahubLogDescriptorsResponse
}
GetDatahubLogDescriptorsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetDatahubLogDescriptorsOK ¶
func NewGetDatahubLogDescriptorsOK() *GetDatahubLogDescriptorsOK
NewGetDatahubLogDescriptorsOK creates a GetDatahubLogDescriptorsOK with default headers values
func (*GetDatahubLogDescriptorsOK) Code ¶
func (o *GetDatahubLogDescriptorsOK) Code() int
Code gets the status code for the get datahub log descriptors o k response
func (*GetDatahubLogDescriptorsOK) Error ¶
func (o *GetDatahubLogDescriptorsOK) Error() string
func (*GetDatahubLogDescriptorsOK) GetPayload ¶
func (o *GetDatahubLogDescriptorsOK) GetPayload() *models.GetDatahubLogDescriptorsResponse
func (*GetDatahubLogDescriptorsOK) IsClientError ¶
func (o *GetDatahubLogDescriptorsOK) IsClientError() bool
IsClientError returns true when this get datahub log descriptors o k response has a 4xx status code
func (*GetDatahubLogDescriptorsOK) IsCode ¶
func (o *GetDatahubLogDescriptorsOK) IsCode(code int) bool
IsCode returns true when this get datahub log descriptors o k response a status code equal to that given
func (*GetDatahubLogDescriptorsOK) IsRedirect ¶
func (o *GetDatahubLogDescriptorsOK) IsRedirect() bool
IsRedirect returns true when this get datahub log descriptors o k response has a 3xx status code
func (*GetDatahubLogDescriptorsOK) IsServerError ¶
func (o *GetDatahubLogDescriptorsOK) IsServerError() bool
IsServerError returns true when this get datahub log descriptors o k response has a 5xx status code
func (*GetDatahubLogDescriptorsOK) IsSuccess ¶
func (o *GetDatahubLogDescriptorsOK) IsSuccess() bool
IsSuccess returns true when this get datahub log descriptors o k response has a 2xx status code
func (*GetDatahubLogDescriptorsOK) String ¶
func (o *GetDatahubLogDescriptorsOK) String() string
type GetDatahubLogDescriptorsParams ¶
type GetDatahubLogDescriptorsParams struct { // Input. Input models.GetDatahubLogDescriptorsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDatahubLogDescriptorsParams contains all the parameters to send to the API endpoint
for the get datahub log descriptors operation. Typically these are written to a http.Request.
func NewGetDatahubLogDescriptorsParams ¶
func NewGetDatahubLogDescriptorsParams() *GetDatahubLogDescriptorsParams
NewGetDatahubLogDescriptorsParams creates a new GetDatahubLogDescriptorsParams 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 NewGetDatahubLogDescriptorsParamsWithContext ¶
func NewGetDatahubLogDescriptorsParamsWithContext(ctx context.Context) *GetDatahubLogDescriptorsParams
NewGetDatahubLogDescriptorsParamsWithContext creates a new GetDatahubLogDescriptorsParams object with the ability to set a context for a request.
func NewGetDatahubLogDescriptorsParamsWithHTTPClient ¶
func NewGetDatahubLogDescriptorsParamsWithHTTPClient(client *http.Client) *GetDatahubLogDescriptorsParams
NewGetDatahubLogDescriptorsParamsWithHTTPClient creates a new GetDatahubLogDescriptorsParams object with the ability to set a custom HTTPClient for a request.
func NewGetDatahubLogDescriptorsParamsWithTimeout ¶
func NewGetDatahubLogDescriptorsParamsWithTimeout(timeout time.Duration) *GetDatahubLogDescriptorsParams
NewGetDatahubLogDescriptorsParamsWithTimeout creates a new GetDatahubLogDescriptorsParams object with the ability to set a timeout on a request.
func (*GetDatahubLogDescriptorsParams) SetContext ¶
func (o *GetDatahubLogDescriptorsParams) SetContext(ctx context.Context)
SetContext adds the context to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) SetDefaults ¶
func (o *GetDatahubLogDescriptorsParams) SetDefaults()
SetDefaults hydrates default values in the get datahub log descriptors params (not the query body).
All values with no default are reset to their zero value.
func (*GetDatahubLogDescriptorsParams) SetHTTPClient ¶
func (o *GetDatahubLogDescriptorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) SetInput ¶
func (o *GetDatahubLogDescriptorsParams) SetInput(input models.GetDatahubLogDescriptorsRequest)
SetInput adds the input to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) SetTimeout ¶
func (o *GetDatahubLogDescriptorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) WithContext ¶
func (o *GetDatahubLogDescriptorsParams) WithContext(ctx context.Context) *GetDatahubLogDescriptorsParams
WithContext adds the context to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) WithDefaults ¶
func (o *GetDatahubLogDescriptorsParams) WithDefaults() *GetDatahubLogDescriptorsParams
WithDefaults hydrates default values in the get datahub log descriptors params (not the query body).
All values with no default are reset to their zero value.
func (*GetDatahubLogDescriptorsParams) WithHTTPClient ¶
func (o *GetDatahubLogDescriptorsParams) WithHTTPClient(client *http.Client) *GetDatahubLogDescriptorsParams
WithHTTPClient adds the HTTPClient to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) WithInput ¶
func (o *GetDatahubLogDescriptorsParams) WithInput(input models.GetDatahubLogDescriptorsRequest) *GetDatahubLogDescriptorsParams
WithInput adds the input to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) WithTimeout ¶
func (o *GetDatahubLogDescriptorsParams) WithTimeout(timeout time.Duration) *GetDatahubLogDescriptorsParams
WithTimeout adds the timeout to the get datahub log descriptors params
func (*GetDatahubLogDescriptorsParams) WriteToRequest ¶
func (o *GetDatahubLogDescriptorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDatahubLogDescriptorsReader ¶
type GetDatahubLogDescriptorsReader struct {
// contains filtered or unexported fields
}
GetDatahubLogDescriptorsReader is a Reader for the GetDatahubLogDescriptors structure.
func (*GetDatahubLogDescriptorsReader) ReadResponse ¶
func (o *GetDatahubLogDescriptorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOperationDefault ¶ added in v0.4.2
GetOperationDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetOperationDefault ¶ added in v0.4.2
func NewGetOperationDefault(code int) *GetOperationDefault
NewGetOperationDefault creates a GetOperationDefault with default headers values
func (*GetOperationDefault) Code ¶ added in v0.4.2
func (o *GetOperationDefault) Code() int
Code gets the status code for the get operation default response
func (*GetOperationDefault) Error ¶ added in v0.4.2
func (o *GetOperationDefault) Error() string
func (*GetOperationDefault) GetPayload ¶ added in v0.4.2
func (o *GetOperationDefault) GetPayload() *models.Error
func (*GetOperationDefault) IsClientError ¶ added in v0.4.2
func (o *GetOperationDefault) IsClientError() bool
IsClientError returns true when this get operation default response has a 4xx status code
func (*GetOperationDefault) IsCode ¶ added in v0.4.2
func (o *GetOperationDefault) IsCode(code int) bool
IsCode returns true when this get operation default response a status code equal to that given
func (*GetOperationDefault) IsRedirect ¶ added in v0.4.2
func (o *GetOperationDefault) IsRedirect() bool
IsRedirect returns true when this get operation default response has a 3xx status code
func (*GetOperationDefault) IsServerError ¶ added in v0.4.2
func (o *GetOperationDefault) IsServerError() bool
IsServerError returns true when this get operation default response has a 5xx status code
func (*GetOperationDefault) IsSuccess ¶ added in v0.4.2
func (o *GetOperationDefault) IsSuccess() bool
IsSuccess returns true when this get operation default response has a 2xx status code
func (*GetOperationDefault) String ¶ added in v0.4.2
func (o *GetOperationDefault) String() string
type GetOperationOK ¶ added in v0.4.2
type GetOperationOK struct {
Payload *models.GetOperationResponse
}
GetOperationOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetOperationOK ¶ added in v0.4.2
func NewGetOperationOK() *GetOperationOK
NewGetOperationOK creates a GetOperationOK with default headers values
func (*GetOperationOK) Code ¶ added in v0.4.2
func (o *GetOperationOK) Code() int
Code gets the status code for the get operation o k response
func (*GetOperationOK) Error ¶ added in v0.4.2
func (o *GetOperationOK) Error() string
func (*GetOperationOK) GetPayload ¶ added in v0.4.2
func (o *GetOperationOK) GetPayload() *models.GetOperationResponse
func (*GetOperationOK) IsClientError ¶ added in v0.4.2
func (o *GetOperationOK) IsClientError() bool
IsClientError returns true when this get operation o k response has a 4xx status code
func (*GetOperationOK) IsCode ¶ added in v0.4.2
func (o *GetOperationOK) IsCode(code int) bool
IsCode returns true when this get operation o k response a status code equal to that given
func (*GetOperationOK) IsRedirect ¶ added in v0.4.2
func (o *GetOperationOK) IsRedirect() bool
IsRedirect returns true when this get operation o k response has a 3xx status code
func (*GetOperationOK) IsServerError ¶ added in v0.4.2
func (o *GetOperationOK) IsServerError() bool
IsServerError returns true when this get operation o k response has a 5xx status code
func (*GetOperationOK) IsSuccess ¶ added in v0.4.2
func (o *GetOperationOK) IsSuccess() bool
IsSuccess returns true when this get operation o k response has a 2xx status code
func (*GetOperationOK) String ¶ added in v0.4.2
func (o *GetOperationOK) String() string
type GetOperationParams ¶ added in v0.4.2
type GetOperationParams struct { // Input. Input *models.GetOperationRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOperationParams contains all the parameters to send to the API endpoint
for the get operation operation. Typically these are written to a http.Request.
func NewGetOperationParams ¶ added in v0.4.2
func NewGetOperationParams() *GetOperationParams
NewGetOperationParams creates a new GetOperationParams 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 NewGetOperationParamsWithContext ¶ added in v0.4.2
func NewGetOperationParamsWithContext(ctx context.Context) *GetOperationParams
NewGetOperationParamsWithContext creates a new GetOperationParams object with the ability to set a context for a request.
func NewGetOperationParamsWithHTTPClient ¶ added in v0.4.2
func NewGetOperationParamsWithHTTPClient(client *http.Client) *GetOperationParams
NewGetOperationParamsWithHTTPClient creates a new GetOperationParams object with the ability to set a custom HTTPClient for a request.
func NewGetOperationParamsWithTimeout ¶ added in v0.4.2
func NewGetOperationParamsWithTimeout(timeout time.Duration) *GetOperationParams
NewGetOperationParamsWithTimeout creates a new GetOperationParams object with the ability to set a timeout on a request.
func (*GetOperationParams) SetContext ¶ added in v0.4.2
func (o *GetOperationParams) SetContext(ctx context.Context)
SetContext adds the context to the get operation params
func (*GetOperationParams) SetDefaults ¶ added in v0.4.2
func (o *GetOperationParams) SetDefaults()
SetDefaults hydrates default values in the get operation params (not the query body).
All values with no default are reset to their zero value.
func (*GetOperationParams) SetHTTPClient ¶ added in v0.4.2
func (o *GetOperationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get operation params
func (*GetOperationParams) SetInput ¶ added in v0.4.2
func (o *GetOperationParams) SetInput(input *models.GetOperationRequest)
SetInput adds the input to the get operation params
func (*GetOperationParams) SetTimeout ¶ added in v0.4.2
func (o *GetOperationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get operation params
func (*GetOperationParams) WithContext ¶ added in v0.4.2
func (o *GetOperationParams) WithContext(ctx context.Context) *GetOperationParams
WithContext adds the context to the get operation params
func (*GetOperationParams) WithDefaults ¶ added in v0.4.2
func (o *GetOperationParams) WithDefaults() *GetOperationParams
WithDefaults hydrates default values in the get operation params (not the query body).
All values with no default are reset to their zero value.
func (*GetOperationParams) WithHTTPClient ¶ added in v0.4.2
func (o *GetOperationParams) WithHTTPClient(client *http.Client) *GetOperationParams
WithHTTPClient adds the HTTPClient to the get operation params
func (*GetOperationParams) WithInput ¶ added in v0.4.2
func (o *GetOperationParams) WithInput(input *models.GetOperationRequest) *GetOperationParams
WithInput adds the input to the get operation params
func (*GetOperationParams) WithTimeout ¶ added in v0.4.2
func (o *GetOperationParams) WithTimeout(timeout time.Duration) *GetOperationParams
WithTimeout adds the timeout to the get operation params
func (*GetOperationParams) WriteToRequest ¶ added in v0.4.2
func (o *GetOperationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOperationReader ¶ added in v0.4.2
type GetOperationReader struct {
// contains filtered or unexported fields
}
GetOperationReader is a Reader for the GetOperation structure.
func (*GetOperationReader) ReadResponse ¶ added in v0.4.2
func (o *GetOperationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVMTypesDefault ¶ added in v0.4.2
GetVMTypesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewGetVMTypesDefault ¶ added in v0.4.2
func NewGetVMTypesDefault(code int) *GetVMTypesDefault
NewGetVMTypesDefault creates a GetVMTypesDefault with default headers values
func (*GetVMTypesDefault) Code ¶ added in v0.4.2
func (o *GetVMTypesDefault) Code() int
Code gets the status code for the get Vm types default response
func (*GetVMTypesDefault) Error ¶ added in v0.4.2
func (o *GetVMTypesDefault) Error() string
func (*GetVMTypesDefault) GetPayload ¶ added in v0.4.2
func (o *GetVMTypesDefault) GetPayload() *models.Error
func (*GetVMTypesDefault) IsClientError ¶ added in v0.4.2
func (o *GetVMTypesDefault) IsClientError() bool
IsClientError returns true when this get Vm types default response has a 4xx status code
func (*GetVMTypesDefault) IsCode ¶ added in v0.4.2
func (o *GetVMTypesDefault) IsCode(code int) bool
IsCode returns true when this get Vm types default response a status code equal to that given
func (*GetVMTypesDefault) IsRedirect ¶ added in v0.4.2
func (o *GetVMTypesDefault) IsRedirect() bool
IsRedirect returns true when this get Vm types default response has a 3xx status code
func (*GetVMTypesDefault) IsServerError ¶ added in v0.4.2
func (o *GetVMTypesDefault) IsServerError() bool
IsServerError returns true when this get Vm types default response has a 5xx status code
func (*GetVMTypesDefault) IsSuccess ¶ added in v0.4.2
func (o *GetVMTypesDefault) IsSuccess() bool
IsSuccess returns true when this get Vm types default response has a 2xx status code
func (*GetVMTypesDefault) String ¶ added in v0.4.2
func (o *GetVMTypesDefault) String() string
type GetVMTypesOK ¶ added in v0.4.2
type GetVMTypesOK struct {
Payload *models.GetVMTypesResponse
}
GetVMTypesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewGetVMTypesOK ¶ added in v0.4.2
func NewGetVMTypesOK() *GetVMTypesOK
NewGetVMTypesOK creates a GetVMTypesOK with default headers values
func (*GetVMTypesOK) Code ¶ added in v0.4.2
func (o *GetVMTypesOK) Code() int
Code gets the status code for the get Vm types o k response
func (*GetVMTypesOK) Error ¶ added in v0.4.2
func (o *GetVMTypesOK) Error() string
func (*GetVMTypesOK) GetPayload ¶ added in v0.4.2
func (o *GetVMTypesOK) GetPayload() *models.GetVMTypesResponse
func (*GetVMTypesOK) IsClientError ¶ added in v0.4.2
func (o *GetVMTypesOK) IsClientError() bool
IsClientError returns true when this get Vm types o k response has a 4xx status code
func (*GetVMTypesOK) IsCode ¶ added in v0.4.2
func (o *GetVMTypesOK) IsCode(code int) bool
IsCode returns true when this get Vm types o k response a status code equal to that given
func (*GetVMTypesOK) IsRedirect ¶ added in v0.4.2
func (o *GetVMTypesOK) IsRedirect() bool
IsRedirect returns true when this get Vm types o k response has a 3xx status code
func (*GetVMTypesOK) IsServerError ¶ added in v0.4.2
func (o *GetVMTypesOK) IsServerError() bool
IsServerError returns true when this get Vm types o k response has a 5xx status code
func (*GetVMTypesOK) IsSuccess ¶ added in v0.4.2
func (o *GetVMTypesOK) IsSuccess() bool
IsSuccess returns true when this get Vm types o k response has a 2xx status code
func (*GetVMTypesOK) String ¶ added in v0.4.2
func (o *GetVMTypesOK) String() string
type GetVMTypesParams ¶ added in v0.4.2
type GetVMTypesParams struct { // Input. Input *models.GetVMTypesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVMTypesParams contains all the parameters to send to the API endpoint
for the get Vm types operation. Typically these are written to a http.Request.
func NewGetVMTypesParams ¶ added in v0.4.2
func NewGetVMTypesParams() *GetVMTypesParams
NewGetVMTypesParams creates a new GetVMTypesParams 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 NewGetVMTypesParamsWithContext ¶ added in v0.4.2
func NewGetVMTypesParamsWithContext(ctx context.Context) *GetVMTypesParams
NewGetVMTypesParamsWithContext creates a new GetVMTypesParams object with the ability to set a context for a request.
func NewGetVMTypesParamsWithHTTPClient ¶ added in v0.4.2
func NewGetVMTypesParamsWithHTTPClient(client *http.Client) *GetVMTypesParams
NewGetVMTypesParamsWithHTTPClient creates a new GetVMTypesParams object with the ability to set a custom HTTPClient for a request.
func NewGetVMTypesParamsWithTimeout ¶ added in v0.4.2
func NewGetVMTypesParamsWithTimeout(timeout time.Duration) *GetVMTypesParams
NewGetVMTypesParamsWithTimeout creates a new GetVMTypesParams object with the ability to set a timeout on a request.
func (*GetVMTypesParams) SetContext ¶ added in v0.4.2
func (o *GetVMTypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get Vm types params
func (*GetVMTypesParams) SetDefaults ¶ added in v0.4.2
func (o *GetVMTypesParams) SetDefaults()
SetDefaults hydrates default values in the get Vm types params (not the query body).
All values with no default are reset to their zero value.
func (*GetVMTypesParams) SetHTTPClient ¶ added in v0.4.2
func (o *GetVMTypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get Vm types params
func (*GetVMTypesParams) SetInput ¶ added in v0.4.2
func (o *GetVMTypesParams) SetInput(input *models.GetVMTypesRequest)
SetInput adds the input to the get Vm types params
func (*GetVMTypesParams) SetTimeout ¶ added in v0.4.2
func (o *GetVMTypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get Vm types params
func (*GetVMTypesParams) WithContext ¶ added in v0.4.2
func (o *GetVMTypesParams) WithContext(ctx context.Context) *GetVMTypesParams
WithContext adds the context to the get Vm types params
func (*GetVMTypesParams) WithDefaults ¶ added in v0.4.2
func (o *GetVMTypesParams) WithDefaults() *GetVMTypesParams
WithDefaults hydrates default values in the get Vm types params (not the query body).
All values with no default are reset to their zero value.
func (*GetVMTypesParams) WithHTTPClient ¶ added in v0.4.2
func (o *GetVMTypesParams) WithHTTPClient(client *http.Client) *GetVMTypesParams
WithHTTPClient adds the HTTPClient to the get Vm types params
func (*GetVMTypesParams) WithInput ¶ added in v0.4.2
func (o *GetVMTypesParams) WithInput(input *models.GetVMTypesRequest) *GetVMTypesParams
WithInput adds the input to the get Vm types params
func (*GetVMTypesParams) WithTimeout ¶ added in v0.4.2
func (o *GetVMTypesParams) WithTimeout(timeout time.Duration) *GetVMTypesParams
WithTimeout adds the timeout to the get Vm types params
func (*GetVMTypesParams) WriteToRequest ¶ added in v0.4.2
func (o *GetVMTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVMTypesReader ¶ added in v0.4.2
type GetVMTypesReader struct {
// contains filtered or unexported fields
}
GetVMTypesReader is a Reader for the GetVMTypes structure.
func (*GetVMTypesReader) ReadResponse ¶ added in v0.4.2
func (o *GetVMTypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAutoScaleHistoryDefault ¶
type ListAutoScaleHistoryDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListAutoScaleHistoryDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListAutoScaleHistoryDefault ¶
func NewListAutoScaleHistoryDefault(code int) *ListAutoScaleHistoryDefault
NewListAutoScaleHistoryDefault creates a ListAutoScaleHistoryDefault with default headers values
func (*ListAutoScaleHistoryDefault) Code ¶
func (o *ListAutoScaleHistoryDefault) Code() int
Code gets the status code for the list auto scale history default response
func (*ListAutoScaleHistoryDefault) Error ¶
func (o *ListAutoScaleHistoryDefault) Error() string
func (*ListAutoScaleHistoryDefault) GetPayload ¶
func (o *ListAutoScaleHistoryDefault) GetPayload() *models.Error
func (*ListAutoScaleHistoryDefault) IsClientError ¶
func (o *ListAutoScaleHistoryDefault) IsClientError() bool
IsClientError returns true when this list auto scale history default response has a 4xx status code
func (*ListAutoScaleHistoryDefault) IsCode ¶
func (o *ListAutoScaleHistoryDefault) IsCode(code int) bool
IsCode returns true when this list auto scale history default response a status code equal to that given
func (*ListAutoScaleHistoryDefault) IsRedirect ¶
func (o *ListAutoScaleHistoryDefault) IsRedirect() bool
IsRedirect returns true when this list auto scale history default response has a 3xx status code
func (*ListAutoScaleHistoryDefault) IsServerError ¶
func (o *ListAutoScaleHistoryDefault) IsServerError() bool
IsServerError returns true when this list auto scale history default response has a 5xx status code
func (*ListAutoScaleHistoryDefault) IsSuccess ¶
func (o *ListAutoScaleHistoryDefault) IsSuccess() bool
IsSuccess returns true when this list auto scale history default response has a 2xx status code
func (*ListAutoScaleHistoryDefault) String ¶
func (o *ListAutoScaleHistoryDefault) String() string
type ListAutoScaleHistoryOK ¶
type ListAutoScaleHistoryOK struct {
Payload *models.ListAutoScaleHistoryResponse
}
ListAutoScaleHistoryOK describes a response with status code 200, with default header values.
AutoScale activity for a DataHub cluster.
func NewListAutoScaleHistoryOK ¶
func NewListAutoScaleHistoryOK() *ListAutoScaleHistoryOK
NewListAutoScaleHistoryOK creates a ListAutoScaleHistoryOK with default headers values
func (*ListAutoScaleHistoryOK) Code ¶
func (o *ListAutoScaleHistoryOK) Code() int
Code gets the status code for the list auto scale history o k response
func (*ListAutoScaleHistoryOK) Error ¶
func (o *ListAutoScaleHistoryOK) Error() string
func (*ListAutoScaleHistoryOK) GetPayload ¶
func (o *ListAutoScaleHistoryOK) GetPayload() *models.ListAutoScaleHistoryResponse
func (*ListAutoScaleHistoryOK) IsClientError ¶
func (o *ListAutoScaleHistoryOK) IsClientError() bool
IsClientError returns true when this list auto scale history o k response has a 4xx status code
func (*ListAutoScaleHistoryOK) IsCode ¶
func (o *ListAutoScaleHistoryOK) IsCode(code int) bool
IsCode returns true when this list auto scale history o k response a status code equal to that given
func (*ListAutoScaleHistoryOK) IsRedirect ¶
func (o *ListAutoScaleHistoryOK) IsRedirect() bool
IsRedirect returns true when this list auto scale history o k response has a 3xx status code
func (*ListAutoScaleHistoryOK) IsServerError ¶
func (o *ListAutoScaleHistoryOK) IsServerError() bool
IsServerError returns true when this list auto scale history o k response has a 5xx status code
func (*ListAutoScaleHistoryOK) IsSuccess ¶
func (o *ListAutoScaleHistoryOK) IsSuccess() bool
IsSuccess returns true when this list auto scale history o k response has a 2xx status code
func (*ListAutoScaleHistoryOK) String ¶
func (o *ListAutoScaleHistoryOK) String() string
type ListAutoScaleHistoryParams ¶
type ListAutoScaleHistoryParams struct { // Input. Input *models.ListAutoScaleHistoryRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAutoScaleHistoryParams contains all the parameters to send to the API endpoint
for the list auto scale history operation. Typically these are written to a http.Request.
func NewListAutoScaleHistoryParams ¶
func NewListAutoScaleHistoryParams() *ListAutoScaleHistoryParams
NewListAutoScaleHistoryParams creates a new ListAutoScaleHistoryParams 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 NewListAutoScaleHistoryParamsWithContext ¶
func NewListAutoScaleHistoryParamsWithContext(ctx context.Context) *ListAutoScaleHistoryParams
NewListAutoScaleHistoryParamsWithContext creates a new ListAutoScaleHistoryParams object with the ability to set a context for a request.
func NewListAutoScaleHistoryParamsWithHTTPClient ¶
func NewListAutoScaleHistoryParamsWithHTTPClient(client *http.Client) *ListAutoScaleHistoryParams
NewListAutoScaleHistoryParamsWithHTTPClient creates a new ListAutoScaleHistoryParams object with the ability to set a custom HTTPClient for a request.
func NewListAutoScaleHistoryParamsWithTimeout ¶
func NewListAutoScaleHistoryParamsWithTimeout(timeout time.Duration) *ListAutoScaleHistoryParams
NewListAutoScaleHistoryParamsWithTimeout creates a new ListAutoScaleHistoryParams object with the ability to set a timeout on a request.
func (*ListAutoScaleHistoryParams) SetContext ¶
func (o *ListAutoScaleHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the list auto scale history params
func (*ListAutoScaleHistoryParams) SetDefaults ¶
func (o *ListAutoScaleHistoryParams) SetDefaults()
SetDefaults hydrates default values in the list auto scale history params (not the query body).
All values with no default are reset to their zero value.
func (*ListAutoScaleHistoryParams) SetHTTPClient ¶
func (o *ListAutoScaleHistoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list auto scale history params
func (*ListAutoScaleHistoryParams) SetInput ¶
func (o *ListAutoScaleHistoryParams) SetInput(input *models.ListAutoScaleHistoryRequest)
SetInput adds the input to the list auto scale history params
func (*ListAutoScaleHistoryParams) SetTimeout ¶
func (o *ListAutoScaleHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list auto scale history params
func (*ListAutoScaleHistoryParams) WithContext ¶
func (o *ListAutoScaleHistoryParams) WithContext(ctx context.Context) *ListAutoScaleHistoryParams
WithContext adds the context to the list auto scale history params
func (*ListAutoScaleHistoryParams) WithDefaults ¶
func (o *ListAutoScaleHistoryParams) WithDefaults() *ListAutoScaleHistoryParams
WithDefaults hydrates default values in the list auto scale history params (not the query body).
All values with no default are reset to their zero value.
func (*ListAutoScaleHistoryParams) WithHTTPClient ¶
func (o *ListAutoScaleHistoryParams) WithHTTPClient(client *http.Client) *ListAutoScaleHistoryParams
WithHTTPClient adds the HTTPClient to the list auto scale history params
func (*ListAutoScaleHistoryParams) WithInput ¶
func (o *ListAutoScaleHistoryParams) WithInput(input *models.ListAutoScaleHistoryRequest) *ListAutoScaleHistoryParams
WithInput adds the input to the list auto scale history params
func (*ListAutoScaleHistoryParams) WithTimeout ¶
func (o *ListAutoScaleHistoryParams) WithTimeout(timeout time.Duration) *ListAutoScaleHistoryParams
WithTimeout adds the timeout to the list auto scale history params
func (*ListAutoScaleHistoryParams) WriteToRequest ¶
func (o *ListAutoScaleHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAutoScaleHistoryReader ¶
type ListAutoScaleHistoryReader struct {
// contains filtered or unexported fields
}
ListAutoScaleHistoryReader is a Reader for the ListAutoScaleHistory structure.
func (*ListAutoScaleHistoryReader) ReadResponse ¶
func (o *ListAutoScaleHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListClusterDefinitionsDefault ¶
type ListClusterDefinitionsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListClusterDefinitionsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListClusterDefinitionsDefault ¶
func NewListClusterDefinitionsDefault(code int) *ListClusterDefinitionsDefault
NewListClusterDefinitionsDefault creates a ListClusterDefinitionsDefault with default headers values
func (*ListClusterDefinitionsDefault) Code ¶
func (o *ListClusterDefinitionsDefault) Code() int
Code gets the status code for the list cluster definitions default response
func (*ListClusterDefinitionsDefault) Error ¶
func (o *ListClusterDefinitionsDefault) Error() string
func (*ListClusterDefinitionsDefault) GetPayload ¶
func (o *ListClusterDefinitionsDefault) GetPayload() *models.Error
func (*ListClusterDefinitionsDefault) IsClientError ¶
func (o *ListClusterDefinitionsDefault) IsClientError() bool
IsClientError returns true when this list cluster definitions default response has a 4xx status code
func (*ListClusterDefinitionsDefault) IsCode ¶
func (o *ListClusterDefinitionsDefault) IsCode(code int) bool
IsCode returns true when this list cluster definitions default response a status code equal to that given
func (*ListClusterDefinitionsDefault) IsRedirect ¶
func (o *ListClusterDefinitionsDefault) IsRedirect() bool
IsRedirect returns true when this list cluster definitions default response has a 3xx status code
func (*ListClusterDefinitionsDefault) IsServerError ¶
func (o *ListClusterDefinitionsDefault) IsServerError() bool
IsServerError returns true when this list cluster definitions default response has a 5xx status code
func (*ListClusterDefinitionsDefault) IsSuccess ¶
func (o *ListClusterDefinitionsDefault) IsSuccess() bool
IsSuccess returns true when this list cluster definitions default response has a 2xx status code
func (*ListClusterDefinitionsDefault) String ¶
func (o *ListClusterDefinitionsDefault) String() string
type ListClusterDefinitionsOK ¶
type ListClusterDefinitionsOK struct {
Payload *models.ListClusterDefinitionsResponse
}
ListClusterDefinitionsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListClusterDefinitionsOK ¶
func NewListClusterDefinitionsOK() *ListClusterDefinitionsOK
NewListClusterDefinitionsOK creates a ListClusterDefinitionsOK with default headers values
func (*ListClusterDefinitionsOK) Code ¶
func (o *ListClusterDefinitionsOK) Code() int
Code gets the status code for the list cluster definitions o k response
func (*ListClusterDefinitionsOK) Error ¶
func (o *ListClusterDefinitionsOK) Error() string
func (*ListClusterDefinitionsOK) GetPayload ¶
func (o *ListClusterDefinitionsOK) GetPayload() *models.ListClusterDefinitionsResponse
func (*ListClusterDefinitionsOK) IsClientError ¶
func (o *ListClusterDefinitionsOK) IsClientError() bool
IsClientError returns true when this list cluster definitions o k response has a 4xx status code
func (*ListClusterDefinitionsOK) IsCode ¶
func (o *ListClusterDefinitionsOK) IsCode(code int) bool
IsCode returns true when this list cluster definitions o k response a status code equal to that given
func (*ListClusterDefinitionsOK) IsRedirect ¶
func (o *ListClusterDefinitionsOK) IsRedirect() bool
IsRedirect returns true when this list cluster definitions o k response has a 3xx status code
func (*ListClusterDefinitionsOK) IsServerError ¶
func (o *ListClusterDefinitionsOK) IsServerError() bool
IsServerError returns true when this list cluster definitions o k response has a 5xx status code
func (*ListClusterDefinitionsOK) IsSuccess ¶
func (o *ListClusterDefinitionsOK) IsSuccess() bool
IsSuccess returns true when this list cluster definitions o k response has a 2xx status code
func (*ListClusterDefinitionsOK) String ¶
func (o *ListClusterDefinitionsOK) String() string
type ListClusterDefinitionsParams ¶
type ListClusterDefinitionsParams struct { // Input. Input models.ListClusterDefinitionsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListClusterDefinitionsParams contains all the parameters to send to the API endpoint
for the list cluster definitions operation. Typically these are written to a http.Request.
func NewListClusterDefinitionsParams ¶
func NewListClusterDefinitionsParams() *ListClusterDefinitionsParams
NewListClusterDefinitionsParams creates a new ListClusterDefinitionsParams 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 NewListClusterDefinitionsParamsWithContext ¶
func NewListClusterDefinitionsParamsWithContext(ctx context.Context) *ListClusterDefinitionsParams
NewListClusterDefinitionsParamsWithContext creates a new ListClusterDefinitionsParams object with the ability to set a context for a request.
func NewListClusterDefinitionsParamsWithHTTPClient ¶
func NewListClusterDefinitionsParamsWithHTTPClient(client *http.Client) *ListClusterDefinitionsParams
NewListClusterDefinitionsParamsWithHTTPClient creates a new ListClusterDefinitionsParams object with the ability to set a custom HTTPClient for a request.
func NewListClusterDefinitionsParamsWithTimeout ¶
func NewListClusterDefinitionsParamsWithTimeout(timeout time.Duration) *ListClusterDefinitionsParams
NewListClusterDefinitionsParamsWithTimeout creates a new ListClusterDefinitionsParams object with the ability to set a timeout on a request.
func (*ListClusterDefinitionsParams) SetContext ¶
func (o *ListClusterDefinitionsParams) SetContext(ctx context.Context)
SetContext adds the context to the list cluster definitions params
func (*ListClusterDefinitionsParams) SetDefaults ¶
func (o *ListClusterDefinitionsParams) SetDefaults()
SetDefaults hydrates default values in the list cluster definitions params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterDefinitionsParams) SetHTTPClient ¶
func (o *ListClusterDefinitionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list cluster definitions params
func (*ListClusterDefinitionsParams) SetInput ¶
func (o *ListClusterDefinitionsParams) SetInput(input models.ListClusterDefinitionsRequest)
SetInput adds the input to the list cluster definitions params
func (*ListClusterDefinitionsParams) SetTimeout ¶
func (o *ListClusterDefinitionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list cluster definitions params
func (*ListClusterDefinitionsParams) WithContext ¶
func (o *ListClusterDefinitionsParams) WithContext(ctx context.Context) *ListClusterDefinitionsParams
WithContext adds the context to the list cluster definitions params
func (*ListClusterDefinitionsParams) WithDefaults ¶
func (o *ListClusterDefinitionsParams) WithDefaults() *ListClusterDefinitionsParams
WithDefaults hydrates default values in the list cluster definitions params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterDefinitionsParams) WithHTTPClient ¶
func (o *ListClusterDefinitionsParams) WithHTTPClient(client *http.Client) *ListClusterDefinitionsParams
WithHTTPClient adds the HTTPClient to the list cluster definitions params
func (*ListClusterDefinitionsParams) WithInput ¶
func (o *ListClusterDefinitionsParams) WithInput(input models.ListClusterDefinitionsRequest) *ListClusterDefinitionsParams
WithInput adds the input to the list cluster definitions params
func (*ListClusterDefinitionsParams) WithTimeout ¶
func (o *ListClusterDefinitionsParams) WithTimeout(timeout time.Duration) *ListClusterDefinitionsParams
WithTimeout adds the timeout to the list cluster definitions params
func (*ListClusterDefinitionsParams) WriteToRequest ¶
func (o *ListClusterDefinitionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListClusterDefinitionsReader ¶
type ListClusterDefinitionsReader struct {
// contains filtered or unexported fields
}
ListClusterDefinitionsReader is a Reader for the ListClusterDefinitions structure.
func (*ListClusterDefinitionsReader) ReadResponse ¶
func (o *ListClusterDefinitionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListClusterLifecycleEventsDefault ¶
type ListClusterLifecycleEventsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListClusterLifecycleEventsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListClusterLifecycleEventsDefault ¶
func NewListClusterLifecycleEventsDefault(code int) *ListClusterLifecycleEventsDefault
NewListClusterLifecycleEventsDefault creates a ListClusterLifecycleEventsDefault with default headers values
func (*ListClusterLifecycleEventsDefault) Code ¶
func (o *ListClusterLifecycleEventsDefault) Code() int
Code gets the status code for the list cluster lifecycle events default response
func (*ListClusterLifecycleEventsDefault) Error ¶
func (o *ListClusterLifecycleEventsDefault) Error() string
func (*ListClusterLifecycleEventsDefault) GetPayload ¶
func (o *ListClusterLifecycleEventsDefault) GetPayload() *models.Error
func (*ListClusterLifecycleEventsDefault) IsClientError ¶
func (o *ListClusterLifecycleEventsDefault) IsClientError() bool
IsClientError returns true when this list cluster lifecycle events default response has a 4xx status code
func (*ListClusterLifecycleEventsDefault) IsCode ¶
func (o *ListClusterLifecycleEventsDefault) IsCode(code int) bool
IsCode returns true when this list cluster lifecycle events default response a status code equal to that given
func (*ListClusterLifecycleEventsDefault) IsRedirect ¶
func (o *ListClusterLifecycleEventsDefault) IsRedirect() bool
IsRedirect returns true when this list cluster lifecycle events default response has a 3xx status code
func (*ListClusterLifecycleEventsDefault) IsServerError ¶
func (o *ListClusterLifecycleEventsDefault) IsServerError() bool
IsServerError returns true when this list cluster lifecycle events default response has a 5xx status code
func (*ListClusterLifecycleEventsDefault) IsSuccess ¶
func (o *ListClusterLifecycleEventsDefault) IsSuccess() bool
IsSuccess returns true when this list cluster lifecycle events default response has a 2xx status code
func (*ListClusterLifecycleEventsDefault) String ¶
func (o *ListClusterLifecycleEventsDefault) String() string
type ListClusterLifecycleEventsOK ¶
type ListClusterLifecycleEventsOK struct {
Payload *models.ListClusterLifecycleEventsResponse
}
ListClusterLifecycleEventsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListClusterLifecycleEventsOK ¶
func NewListClusterLifecycleEventsOK() *ListClusterLifecycleEventsOK
NewListClusterLifecycleEventsOK creates a ListClusterLifecycleEventsOK with default headers values
func (*ListClusterLifecycleEventsOK) Code ¶
func (o *ListClusterLifecycleEventsOK) Code() int
Code gets the status code for the list cluster lifecycle events o k response
func (*ListClusterLifecycleEventsOK) Error ¶
func (o *ListClusterLifecycleEventsOK) Error() string
func (*ListClusterLifecycleEventsOK) GetPayload ¶
func (o *ListClusterLifecycleEventsOK) GetPayload() *models.ListClusterLifecycleEventsResponse
func (*ListClusterLifecycleEventsOK) IsClientError ¶
func (o *ListClusterLifecycleEventsOK) IsClientError() bool
IsClientError returns true when this list cluster lifecycle events o k response has a 4xx status code
func (*ListClusterLifecycleEventsOK) IsCode ¶
func (o *ListClusterLifecycleEventsOK) IsCode(code int) bool
IsCode returns true when this list cluster lifecycle events o k response a status code equal to that given
func (*ListClusterLifecycleEventsOK) IsRedirect ¶
func (o *ListClusterLifecycleEventsOK) IsRedirect() bool
IsRedirect returns true when this list cluster lifecycle events o k response has a 3xx status code
func (*ListClusterLifecycleEventsOK) IsServerError ¶
func (o *ListClusterLifecycleEventsOK) IsServerError() bool
IsServerError returns true when this list cluster lifecycle events o k response has a 5xx status code
func (*ListClusterLifecycleEventsOK) IsSuccess ¶
func (o *ListClusterLifecycleEventsOK) IsSuccess() bool
IsSuccess returns true when this list cluster lifecycle events o k response has a 2xx status code
func (*ListClusterLifecycleEventsOK) String ¶
func (o *ListClusterLifecycleEventsOK) String() string
type ListClusterLifecycleEventsParams ¶
type ListClusterLifecycleEventsParams struct { // Input. Input *models.ListClusterLifecycleEventsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListClusterLifecycleEventsParams contains all the parameters to send to the API endpoint
for the list cluster lifecycle events operation. Typically these are written to a http.Request.
func NewListClusterLifecycleEventsParams ¶
func NewListClusterLifecycleEventsParams() *ListClusterLifecycleEventsParams
NewListClusterLifecycleEventsParams creates a new ListClusterLifecycleEventsParams 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 NewListClusterLifecycleEventsParamsWithContext ¶
func NewListClusterLifecycleEventsParamsWithContext(ctx context.Context) *ListClusterLifecycleEventsParams
NewListClusterLifecycleEventsParamsWithContext creates a new ListClusterLifecycleEventsParams object with the ability to set a context for a request.
func NewListClusterLifecycleEventsParamsWithHTTPClient ¶
func NewListClusterLifecycleEventsParamsWithHTTPClient(client *http.Client) *ListClusterLifecycleEventsParams
NewListClusterLifecycleEventsParamsWithHTTPClient creates a new ListClusterLifecycleEventsParams object with the ability to set a custom HTTPClient for a request.
func NewListClusterLifecycleEventsParamsWithTimeout ¶
func NewListClusterLifecycleEventsParamsWithTimeout(timeout time.Duration) *ListClusterLifecycleEventsParams
NewListClusterLifecycleEventsParamsWithTimeout creates a new ListClusterLifecycleEventsParams object with the ability to set a timeout on a request.
func (*ListClusterLifecycleEventsParams) SetContext ¶
func (o *ListClusterLifecycleEventsParams) SetContext(ctx context.Context)
SetContext adds the context to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) SetDefaults ¶
func (o *ListClusterLifecycleEventsParams) SetDefaults()
SetDefaults hydrates default values in the list cluster lifecycle events params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterLifecycleEventsParams) SetHTTPClient ¶
func (o *ListClusterLifecycleEventsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) SetInput ¶
func (o *ListClusterLifecycleEventsParams) SetInput(input *models.ListClusterLifecycleEventsRequest)
SetInput adds the input to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) SetTimeout ¶
func (o *ListClusterLifecycleEventsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) WithContext ¶
func (o *ListClusterLifecycleEventsParams) WithContext(ctx context.Context) *ListClusterLifecycleEventsParams
WithContext adds the context to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) WithDefaults ¶
func (o *ListClusterLifecycleEventsParams) WithDefaults() *ListClusterLifecycleEventsParams
WithDefaults hydrates default values in the list cluster lifecycle events params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterLifecycleEventsParams) WithHTTPClient ¶
func (o *ListClusterLifecycleEventsParams) WithHTTPClient(client *http.Client) *ListClusterLifecycleEventsParams
WithHTTPClient adds the HTTPClient to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) WithInput ¶
func (o *ListClusterLifecycleEventsParams) WithInput(input *models.ListClusterLifecycleEventsRequest) *ListClusterLifecycleEventsParams
WithInput adds the input to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) WithTimeout ¶
func (o *ListClusterLifecycleEventsParams) WithTimeout(timeout time.Duration) *ListClusterLifecycleEventsParams
WithTimeout adds the timeout to the list cluster lifecycle events params
func (*ListClusterLifecycleEventsParams) WriteToRequest ¶
func (o *ListClusterLifecycleEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListClusterLifecycleEventsReader ¶
type ListClusterLifecycleEventsReader struct {
// contains filtered or unexported fields
}
ListClusterLifecycleEventsReader is a Reader for the ListClusterLifecycleEvents structure.
func (*ListClusterLifecycleEventsReader) ReadResponse ¶
func (o *ListClusterLifecycleEventsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListClusterTemplatesDefault ¶
type ListClusterTemplatesDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListClusterTemplatesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListClusterTemplatesDefault ¶
func NewListClusterTemplatesDefault(code int) *ListClusterTemplatesDefault
NewListClusterTemplatesDefault creates a ListClusterTemplatesDefault with default headers values
func (*ListClusterTemplatesDefault) Code ¶
func (o *ListClusterTemplatesDefault) Code() int
Code gets the status code for the list cluster templates default response
func (*ListClusterTemplatesDefault) Error ¶
func (o *ListClusterTemplatesDefault) Error() string
func (*ListClusterTemplatesDefault) GetPayload ¶
func (o *ListClusterTemplatesDefault) GetPayload() *models.Error
func (*ListClusterTemplatesDefault) IsClientError ¶
func (o *ListClusterTemplatesDefault) IsClientError() bool
IsClientError returns true when this list cluster templates default response has a 4xx status code
func (*ListClusterTemplatesDefault) IsCode ¶
func (o *ListClusterTemplatesDefault) IsCode(code int) bool
IsCode returns true when this list cluster templates default response a status code equal to that given
func (*ListClusterTemplatesDefault) IsRedirect ¶
func (o *ListClusterTemplatesDefault) IsRedirect() bool
IsRedirect returns true when this list cluster templates default response has a 3xx status code
func (*ListClusterTemplatesDefault) IsServerError ¶
func (o *ListClusterTemplatesDefault) IsServerError() bool
IsServerError returns true when this list cluster templates default response has a 5xx status code
func (*ListClusterTemplatesDefault) IsSuccess ¶
func (o *ListClusterTemplatesDefault) IsSuccess() bool
IsSuccess returns true when this list cluster templates default response has a 2xx status code
func (*ListClusterTemplatesDefault) String ¶
func (o *ListClusterTemplatesDefault) String() string
type ListClusterTemplatesOK ¶
type ListClusterTemplatesOK struct {
Payload *models.ListClusterTemplatesResponse
}
ListClusterTemplatesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListClusterTemplatesOK ¶
func NewListClusterTemplatesOK() *ListClusterTemplatesOK
NewListClusterTemplatesOK creates a ListClusterTemplatesOK with default headers values
func (*ListClusterTemplatesOK) Code ¶
func (o *ListClusterTemplatesOK) Code() int
Code gets the status code for the list cluster templates o k response
func (*ListClusterTemplatesOK) Error ¶
func (o *ListClusterTemplatesOK) Error() string
func (*ListClusterTemplatesOK) GetPayload ¶
func (o *ListClusterTemplatesOK) GetPayload() *models.ListClusterTemplatesResponse
func (*ListClusterTemplatesOK) IsClientError ¶
func (o *ListClusterTemplatesOK) IsClientError() bool
IsClientError returns true when this list cluster templates o k response has a 4xx status code
func (*ListClusterTemplatesOK) IsCode ¶
func (o *ListClusterTemplatesOK) IsCode(code int) bool
IsCode returns true when this list cluster templates o k response a status code equal to that given
func (*ListClusterTemplatesOK) IsRedirect ¶
func (o *ListClusterTemplatesOK) IsRedirect() bool
IsRedirect returns true when this list cluster templates o k response has a 3xx status code
func (*ListClusterTemplatesOK) IsServerError ¶
func (o *ListClusterTemplatesOK) IsServerError() bool
IsServerError returns true when this list cluster templates o k response has a 5xx status code
func (*ListClusterTemplatesOK) IsSuccess ¶
func (o *ListClusterTemplatesOK) IsSuccess() bool
IsSuccess returns true when this list cluster templates o k response has a 2xx status code
func (*ListClusterTemplatesOK) String ¶
func (o *ListClusterTemplatesOK) String() string
type ListClusterTemplatesParams ¶
type ListClusterTemplatesParams struct { // Input. Input models.ListClusterTemplatesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListClusterTemplatesParams contains all the parameters to send to the API endpoint
for the list cluster templates operation. Typically these are written to a http.Request.
func NewListClusterTemplatesParams ¶
func NewListClusterTemplatesParams() *ListClusterTemplatesParams
NewListClusterTemplatesParams creates a new ListClusterTemplatesParams 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 NewListClusterTemplatesParamsWithContext ¶
func NewListClusterTemplatesParamsWithContext(ctx context.Context) *ListClusterTemplatesParams
NewListClusterTemplatesParamsWithContext creates a new ListClusterTemplatesParams object with the ability to set a context for a request.
func NewListClusterTemplatesParamsWithHTTPClient ¶
func NewListClusterTemplatesParamsWithHTTPClient(client *http.Client) *ListClusterTemplatesParams
NewListClusterTemplatesParamsWithHTTPClient creates a new ListClusterTemplatesParams object with the ability to set a custom HTTPClient for a request.
func NewListClusterTemplatesParamsWithTimeout ¶
func NewListClusterTemplatesParamsWithTimeout(timeout time.Duration) *ListClusterTemplatesParams
NewListClusterTemplatesParamsWithTimeout creates a new ListClusterTemplatesParams object with the ability to set a timeout on a request.
func (*ListClusterTemplatesParams) SetContext ¶
func (o *ListClusterTemplatesParams) SetContext(ctx context.Context)
SetContext adds the context to the list cluster templates params
func (*ListClusterTemplatesParams) SetDefaults ¶
func (o *ListClusterTemplatesParams) SetDefaults()
SetDefaults hydrates default values in the list cluster templates params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterTemplatesParams) SetHTTPClient ¶
func (o *ListClusterTemplatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list cluster templates params
func (*ListClusterTemplatesParams) SetInput ¶
func (o *ListClusterTemplatesParams) SetInput(input models.ListClusterTemplatesRequest)
SetInput adds the input to the list cluster templates params
func (*ListClusterTemplatesParams) SetTimeout ¶
func (o *ListClusterTemplatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list cluster templates params
func (*ListClusterTemplatesParams) WithContext ¶
func (o *ListClusterTemplatesParams) WithContext(ctx context.Context) *ListClusterTemplatesParams
WithContext adds the context to the list cluster templates params
func (*ListClusterTemplatesParams) WithDefaults ¶
func (o *ListClusterTemplatesParams) WithDefaults() *ListClusterTemplatesParams
WithDefaults hydrates default values in the list cluster templates params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterTemplatesParams) WithHTTPClient ¶
func (o *ListClusterTemplatesParams) WithHTTPClient(client *http.Client) *ListClusterTemplatesParams
WithHTTPClient adds the HTTPClient to the list cluster templates params
func (*ListClusterTemplatesParams) WithInput ¶
func (o *ListClusterTemplatesParams) WithInput(input models.ListClusterTemplatesRequest) *ListClusterTemplatesParams
WithInput adds the input to the list cluster templates params
func (*ListClusterTemplatesParams) WithTimeout ¶
func (o *ListClusterTemplatesParams) WithTimeout(timeout time.Duration) *ListClusterTemplatesParams
WithTimeout adds the timeout to the list cluster templates params
func (*ListClusterTemplatesParams) WriteToRequest ¶
func (o *ListClusterTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListClusterTemplatesReader ¶
type ListClusterTemplatesReader struct {
// contains filtered or unexported fields
}
ListClusterTemplatesReader is a Reader for the ListClusterTemplates structure.
func (*ListClusterTemplatesReader) ReadResponse ¶
func (o *ListClusterTemplatesReader) 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 ListCustomConfigurationsDefault ¶
type ListCustomConfigurationsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListCustomConfigurationsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListCustomConfigurationsDefault ¶
func NewListCustomConfigurationsDefault(code int) *ListCustomConfigurationsDefault
NewListCustomConfigurationsDefault creates a ListCustomConfigurationsDefault with default headers values
func (*ListCustomConfigurationsDefault) Code ¶
func (o *ListCustomConfigurationsDefault) Code() int
Code gets the status code for the list custom configurations default response
func (*ListCustomConfigurationsDefault) Error ¶
func (o *ListCustomConfigurationsDefault) Error() string
func (*ListCustomConfigurationsDefault) GetPayload ¶
func (o *ListCustomConfigurationsDefault) GetPayload() *models.Error
func (*ListCustomConfigurationsDefault) IsClientError ¶
func (o *ListCustomConfigurationsDefault) IsClientError() bool
IsClientError returns true when this list custom configurations default response has a 4xx status code
func (*ListCustomConfigurationsDefault) IsCode ¶
func (o *ListCustomConfigurationsDefault) IsCode(code int) bool
IsCode returns true when this list custom configurations default response a status code equal to that given
func (*ListCustomConfigurationsDefault) IsRedirect ¶
func (o *ListCustomConfigurationsDefault) IsRedirect() bool
IsRedirect returns true when this list custom configurations default response has a 3xx status code
func (*ListCustomConfigurationsDefault) IsServerError ¶
func (o *ListCustomConfigurationsDefault) IsServerError() bool
IsServerError returns true when this list custom configurations default response has a 5xx status code
func (*ListCustomConfigurationsDefault) IsSuccess ¶
func (o *ListCustomConfigurationsDefault) IsSuccess() bool
IsSuccess returns true when this list custom configurations default response has a 2xx status code
func (*ListCustomConfigurationsDefault) String ¶
func (o *ListCustomConfigurationsDefault) String() string
type ListCustomConfigurationsOK ¶
type ListCustomConfigurationsOK struct {
Payload *models.ListCustomConfigurationsResponse
}
ListCustomConfigurationsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListCustomConfigurationsOK ¶
func NewListCustomConfigurationsOK() *ListCustomConfigurationsOK
NewListCustomConfigurationsOK creates a ListCustomConfigurationsOK with default headers values
func (*ListCustomConfigurationsOK) Code ¶
func (o *ListCustomConfigurationsOK) Code() int
Code gets the status code for the list custom configurations o k response
func (*ListCustomConfigurationsOK) Error ¶
func (o *ListCustomConfigurationsOK) Error() string
func (*ListCustomConfigurationsOK) GetPayload ¶
func (o *ListCustomConfigurationsOK) GetPayload() *models.ListCustomConfigurationsResponse
func (*ListCustomConfigurationsOK) IsClientError ¶
func (o *ListCustomConfigurationsOK) IsClientError() bool
IsClientError returns true when this list custom configurations o k response has a 4xx status code
func (*ListCustomConfigurationsOK) IsCode ¶
func (o *ListCustomConfigurationsOK) IsCode(code int) bool
IsCode returns true when this list custom configurations o k response a status code equal to that given
func (*ListCustomConfigurationsOK) IsRedirect ¶
func (o *ListCustomConfigurationsOK) IsRedirect() bool
IsRedirect returns true when this list custom configurations o k response has a 3xx status code
func (*ListCustomConfigurationsOK) IsServerError ¶
func (o *ListCustomConfigurationsOK) IsServerError() bool
IsServerError returns true when this list custom configurations o k response has a 5xx status code
func (*ListCustomConfigurationsOK) IsSuccess ¶
func (o *ListCustomConfigurationsOK) IsSuccess() bool
IsSuccess returns true when this list custom configurations o k response has a 2xx status code
func (*ListCustomConfigurationsOK) String ¶
func (o *ListCustomConfigurationsOK) String() string
type ListCustomConfigurationsParams ¶
type ListCustomConfigurationsParams struct { // Input. Input *models.ListCustomConfigurationsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListCustomConfigurationsParams contains all the parameters to send to the API endpoint
for the list custom configurations operation. Typically these are written to a http.Request.
func NewListCustomConfigurationsParams ¶
func NewListCustomConfigurationsParams() *ListCustomConfigurationsParams
NewListCustomConfigurationsParams creates a new ListCustomConfigurationsParams 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 NewListCustomConfigurationsParamsWithContext ¶
func NewListCustomConfigurationsParamsWithContext(ctx context.Context) *ListCustomConfigurationsParams
NewListCustomConfigurationsParamsWithContext creates a new ListCustomConfigurationsParams object with the ability to set a context for a request.
func NewListCustomConfigurationsParamsWithHTTPClient ¶
func NewListCustomConfigurationsParamsWithHTTPClient(client *http.Client) *ListCustomConfigurationsParams
NewListCustomConfigurationsParamsWithHTTPClient creates a new ListCustomConfigurationsParams object with the ability to set a custom HTTPClient for a request.
func NewListCustomConfigurationsParamsWithTimeout ¶
func NewListCustomConfigurationsParamsWithTimeout(timeout time.Duration) *ListCustomConfigurationsParams
NewListCustomConfigurationsParamsWithTimeout creates a new ListCustomConfigurationsParams object with the ability to set a timeout on a request.
func (*ListCustomConfigurationsParams) SetContext ¶
func (o *ListCustomConfigurationsParams) SetContext(ctx context.Context)
SetContext adds the context to the list custom configurations params
func (*ListCustomConfigurationsParams) SetDefaults ¶
func (o *ListCustomConfigurationsParams) SetDefaults()
SetDefaults hydrates default values in the list custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*ListCustomConfigurationsParams) SetHTTPClient ¶
func (o *ListCustomConfigurationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list custom configurations params
func (*ListCustomConfigurationsParams) SetInput ¶
func (o *ListCustomConfigurationsParams) SetInput(input *models.ListCustomConfigurationsRequest)
SetInput adds the input to the list custom configurations params
func (*ListCustomConfigurationsParams) SetTimeout ¶
func (o *ListCustomConfigurationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list custom configurations params
func (*ListCustomConfigurationsParams) WithContext ¶
func (o *ListCustomConfigurationsParams) WithContext(ctx context.Context) *ListCustomConfigurationsParams
WithContext adds the context to the list custom configurations params
func (*ListCustomConfigurationsParams) WithDefaults ¶
func (o *ListCustomConfigurationsParams) WithDefaults() *ListCustomConfigurationsParams
WithDefaults hydrates default values in the list custom configurations params (not the query body).
All values with no default are reset to their zero value.
func (*ListCustomConfigurationsParams) WithHTTPClient ¶
func (o *ListCustomConfigurationsParams) WithHTTPClient(client *http.Client) *ListCustomConfigurationsParams
WithHTTPClient adds the HTTPClient to the list custom configurations params
func (*ListCustomConfigurationsParams) WithInput ¶
func (o *ListCustomConfigurationsParams) WithInput(input *models.ListCustomConfigurationsRequest) *ListCustomConfigurationsParams
WithInput adds the input to the list custom configurations params
func (*ListCustomConfigurationsParams) WithTimeout ¶
func (o *ListCustomConfigurationsParams) WithTimeout(timeout time.Duration) *ListCustomConfigurationsParams
WithTimeout adds the timeout to the list custom configurations params
func (*ListCustomConfigurationsParams) WriteToRequest ¶
func (o *ListCustomConfigurationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListCustomConfigurationsReader ¶
type ListCustomConfigurationsReader struct {
// contains filtered or unexported fields
}
ListCustomConfigurationsReader is a Reader for the ListCustomConfigurations structure.
func (*ListCustomConfigurationsReader) ReadResponse ¶
func (o *ListCustomConfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListDatahubDiagnosticsDefault ¶
type ListDatahubDiagnosticsDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListDatahubDiagnosticsDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListDatahubDiagnosticsDefault ¶
func NewListDatahubDiagnosticsDefault(code int) *ListDatahubDiagnosticsDefault
NewListDatahubDiagnosticsDefault creates a ListDatahubDiagnosticsDefault with default headers values
func (*ListDatahubDiagnosticsDefault) Code ¶
func (o *ListDatahubDiagnosticsDefault) Code() int
Code gets the status code for the list datahub diagnostics default response
func (*ListDatahubDiagnosticsDefault) Error ¶
func (o *ListDatahubDiagnosticsDefault) Error() string
func (*ListDatahubDiagnosticsDefault) GetPayload ¶
func (o *ListDatahubDiagnosticsDefault) GetPayload() *models.Error
func (*ListDatahubDiagnosticsDefault) IsClientError ¶
func (o *ListDatahubDiagnosticsDefault) IsClientError() bool
IsClientError returns true when this list datahub diagnostics default response has a 4xx status code
func (*ListDatahubDiagnosticsDefault) IsCode ¶
func (o *ListDatahubDiagnosticsDefault) IsCode(code int) bool
IsCode returns true when this list datahub diagnostics default response a status code equal to that given
func (*ListDatahubDiagnosticsDefault) IsRedirect ¶
func (o *ListDatahubDiagnosticsDefault) IsRedirect() bool
IsRedirect returns true when this list datahub diagnostics default response has a 3xx status code
func (*ListDatahubDiagnosticsDefault) IsServerError ¶
func (o *ListDatahubDiagnosticsDefault) IsServerError() bool
IsServerError returns true when this list datahub diagnostics default response has a 5xx status code
func (*ListDatahubDiagnosticsDefault) IsSuccess ¶
func (o *ListDatahubDiagnosticsDefault) IsSuccess() bool
IsSuccess returns true when this list datahub diagnostics default response has a 2xx status code
func (*ListDatahubDiagnosticsDefault) String ¶
func (o *ListDatahubDiagnosticsDefault) String() string
type ListDatahubDiagnosticsOK ¶
type ListDatahubDiagnosticsOK struct {
Payload *models.ListDatahubDiagnosticsResponse
}
ListDatahubDiagnosticsOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListDatahubDiagnosticsOK ¶
func NewListDatahubDiagnosticsOK() *ListDatahubDiagnosticsOK
NewListDatahubDiagnosticsOK creates a ListDatahubDiagnosticsOK with default headers values
func (*ListDatahubDiagnosticsOK) Code ¶
func (o *ListDatahubDiagnosticsOK) Code() int
Code gets the status code for the list datahub diagnostics o k response
func (*ListDatahubDiagnosticsOK) Error ¶
func (o *ListDatahubDiagnosticsOK) Error() string
func (*ListDatahubDiagnosticsOK) GetPayload ¶
func (o *ListDatahubDiagnosticsOK) GetPayload() *models.ListDatahubDiagnosticsResponse
func (*ListDatahubDiagnosticsOK) IsClientError ¶
func (o *ListDatahubDiagnosticsOK) IsClientError() bool
IsClientError returns true when this list datahub diagnostics o k response has a 4xx status code
func (*ListDatahubDiagnosticsOK) IsCode ¶
func (o *ListDatahubDiagnosticsOK) IsCode(code int) bool
IsCode returns true when this list datahub diagnostics o k response a status code equal to that given
func (*ListDatahubDiagnosticsOK) IsRedirect ¶
func (o *ListDatahubDiagnosticsOK) IsRedirect() bool
IsRedirect returns true when this list datahub diagnostics o k response has a 3xx status code
func (*ListDatahubDiagnosticsOK) IsServerError ¶
func (o *ListDatahubDiagnosticsOK) IsServerError() bool
IsServerError returns true when this list datahub diagnostics o k response has a 5xx status code
func (*ListDatahubDiagnosticsOK) IsSuccess ¶
func (o *ListDatahubDiagnosticsOK) IsSuccess() bool
IsSuccess returns true when this list datahub diagnostics o k response has a 2xx status code
func (*ListDatahubDiagnosticsOK) String ¶
func (o *ListDatahubDiagnosticsOK) String() string
type ListDatahubDiagnosticsParams ¶
type ListDatahubDiagnosticsParams struct { // Input. Input *models.ListDatahubDiagnosticsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListDatahubDiagnosticsParams contains all the parameters to send to the API endpoint
for the list datahub diagnostics operation. Typically these are written to a http.Request.
func NewListDatahubDiagnosticsParams ¶
func NewListDatahubDiagnosticsParams() *ListDatahubDiagnosticsParams
NewListDatahubDiagnosticsParams creates a new ListDatahubDiagnosticsParams 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 NewListDatahubDiagnosticsParamsWithContext ¶
func NewListDatahubDiagnosticsParamsWithContext(ctx context.Context) *ListDatahubDiagnosticsParams
NewListDatahubDiagnosticsParamsWithContext creates a new ListDatahubDiagnosticsParams object with the ability to set a context for a request.
func NewListDatahubDiagnosticsParamsWithHTTPClient ¶
func NewListDatahubDiagnosticsParamsWithHTTPClient(client *http.Client) *ListDatahubDiagnosticsParams
NewListDatahubDiagnosticsParamsWithHTTPClient creates a new ListDatahubDiagnosticsParams object with the ability to set a custom HTTPClient for a request.
func NewListDatahubDiagnosticsParamsWithTimeout ¶
func NewListDatahubDiagnosticsParamsWithTimeout(timeout time.Duration) *ListDatahubDiagnosticsParams
NewListDatahubDiagnosticsParamsWithTimeout creates a new ListDatahubDiagnosticsParams object with the ability to set a timeout on a request.
func (*ListDatahubDiagnosticsParams) SetContext ¶
func (o *ListDatahubDiagnosticsParams) SetContext(ctx context.Context)
SetContext adds the context to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) SetDefaults ¶
func (o *ListDatahubDiagnosticsParams) SetDefaults()
SetDefaults hydrates default values in the list datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*ListDatahubDiagnosticsParams) SetHTTPClient ¶
func (o *ListDatahubDiagnosticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) SetInput ¶
func (o *ListDatahubDiagnosticsParams) SetInput(input *models.ListDatahubDiagnosticsRequest)
SetInput adds the input to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) SetTimeout ¶
func (o *ListDatahubDiagnosticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) WithContext ¶
func (o *ListDatahubDiagnosticsParams) WithContext(ctx context.Context) *ListDatahubDiagnosticsParams
WithContext adds the context to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) WithDefaults ¶
func (o *ListDatahubDiagnosticsParams) WithDefaults() *ListDatahubDiagnosticsParams
WithDefaults hydrates default values in the list datahub diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*ListDatahubDiagnosticsParams) WithHTTPClient ¶
func (o *ListDatahubDiagnosticsParams) WithHTTPClient(client *http.Client) *ListDatahubDiagnosticsParams
WithHTTPClient adds the HTTPClient to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) WithInput ¶
func (o *ListDatahubDiagnosticsParams) WithInput(input *models.ListDatahubDiagnosticsRequest) *ListDatahubDiagnosticsParams
WithInput adds the input to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) WithTimeout ¶
func (o *ListDatahubDiagnosticsParams) WithTimeout(timeout time.Duration) *ListDatahubDiagnosticsParams
WithTimeout adds the timeout to the list datahub diagnostics params
func (*ListDatahubDiagnosticsParams) WriteToRequest ¶
func (o *ListDatahubDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListDatahubDiagnosticsReader ¶
type ListDatahubDiagnosticsReader struct {
// contains filtered or unexported fields
}
ListDatahubDiagnosticsReader is a Reader for the ListDatahubDiagnostics structure.
func (*ListDatahubDiagnosticsReader) ReadResponse ¶
func (o *ListDatahubDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListRecipesDefault ¶
ListRecipesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListRecipesDefault ¶
func NewListRecipesDefault(code int) *ListRecipesDefault
NewListRecipesDefault creates a ListRecipesDefault with default headers values
func (*ListRecipesDefault) Code ¶
func (o *ListRecipesDefault) Code() int
Code gets the status code for the list recipes default response
func (*ListRecipesDefault) Error ¶
func (o *ListRecipesDefault) Error() string
func (*ListRecipesDefault) GetPayload ¶
func (o *ListRecipesDefault) GetPayload() *models.Error
func (*ListRecipesDefault) IsClientError ¶
func (o *ListRecipesDefault) IsClientError() bool
IsClientError returns true when this list recipes default response has a 4xx status code
func (*ListRecipesDefault) IsCode ¶
func (o *ListRecipesDefault) IsCode(code int) bool
IsCode returns true when this list recipes default response a status code equal to that given
func (*ListRecipesDefault) IsRedirect ¶
func (o *ListRecipesDefault) IsRedirect() bool
IsRedirect returns true when this list recipes default response has a 3xx status code
func (*ListRecipesDefault) IsServerError ¶
func (o *ListRecipesDefault) IsServerError() bool
IsServerError returns true when this list recipes default response has a 5xx status code
func (*ListRecipesDefault) IsSuccess ¶
func (o *ListRecipesDefault) IsSuccess() bool
IsSuccess returns true when this list recipes default response has a 2xx status code
func (*ListRecipesDefault) String ¶
func (o *ListRecipesDefault) String() string
type ListRecipesOK ¶
type ListRecipesOK struct {
Payload *models.ListRecipesResponse
}
ListRecipesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListRecipesOK ¶
func NewListRecipesOK() *ListRecipesOK
NewListRecipesOK creates a ListRecipesOK with default headers values
func (*ListRecipesOK) Code ¶
func (o *ListRecipesOK) Code() int
Code gets the status code for the list recipes o k response
func (*ListRecipesOK) Error ¶
func (o *ListRecipesOK) Error() string
func (*ListRecipesOK) GetPayload ¶
func (o *ListRecipesOK) GetPayload() *models.ListRecipesResponse
func (*ListRecipesOK) IsClientError ¶
func (o *ListRecipesOK) IsClientError() bool
IsClientError returns true when this list recipes o k response has a 4xx status code
func (*ListRecipesOK) IsCode ¶
func (o *ListRecipesOK) IsCode(code int) bool
IsCode returns true when this list recipes o k response a status code equal to that given
func (*ListRecipesOK) IsRedirect ¶
func (o *ListRecipesOK) IsRedirect() bool
IsRedirect returns true when this list recipes o k response has a 3xx status code
func (*ListRecipesOK) IsServerError ¶
func (o *ListRecipesOK) IsServerError() bool
IsServerError returns true when this list recipes o k response has a 5xx status code
func (*ListRecipesOK) IsSuccess ¶
func (o *ListRecipesOK) IsSuccess() bool
IsSuccess returns true when this list recipes o k response has a 2xx status code
func (*ListRecipesOK) String ¶
func (o *ListRecipesOK) String() string
type ListRecipesParams ¶
type ListRecipesParams struct { // Input. Input models.ListRecipesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListRecipesParams contains all the parameters to send to the API endpoint
for the list recipes operation. Typically these are written to a http.Request.
func NewListRecipesParams ¶
func NewListRecipesParams() *ListRecipesParams
NewListRecipesParams creates a new ListRecipesParams 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 NewListRecipesParamsWithContext ¶
func NewListRecipesParamsWithContext(ctx context.Context) *ListRecipesParams
NewListRecipesParamsWithContext creates a new ListRecipesParams object with the ability to set a context for a request.
func NewListRecipesParamsWithHTTPClient ¶
func NewListRecipesParamsWithHTTPClient(client *http.Client) *ListRecipesParams
NewListRecipesParamsWithHTTPClient creates a new ListRecipesParams object with the ability to set a custom HTTPClient for a request.
func NewListRecipesParamsWithTimeout ¶
func NewListRecipesParamsWithTimeout(timeout time.Duration) *ListRecipesParams
NewListRecipesParamsWithTimeout creates a new ListRecipesParams object with the ability to set a timeout on a request.
func (*ListRecipesParams) SetContext ¶
func (o *ListRecipesParams) SetContext(ctx context.Context)
SetContext adds the context to the list recipes params
func (*ListRecipesParams) SetDefaults ¶
func (o *ListRecipesParams) SetDefaults()
SetDefaults hydrates default values in the list recipes params (not the query body).
All values with no default are reset to their zero value.
func (*ListRecipesParams) SetHTTPClient ¶
func (o *ListRecipesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list recipes params
func (*ListRecipesParams) SetInput ¶
func (o *ListRecipesParams) SetInput(input models.ListRecipesRequest)
SetInput adds the input to the list recipes params
func (*ListRecipesParams) SetTimeout ¶
func (o *ListRecipesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list recipes params
func (*ListRecipesParams) WithContext ¶
func (o *ListRecipesParams) WithContext(ctx context.Context) *ListRecipesParams
WithContext adds the context to the list recipes params
func (*ListRecipesParams) WithDefaults ¶
func (o *ListRecipesParams) WithDefaults() *ListRecipesParams
WithDefaults hydrates default values in the list recipes params (not the query body).
All values with no default are reset to their zero value.
func (*ListRecipesParams) WithHTTPClient ¶
func (o *ListRecipesParams) WithHTTPClient(client *http.Client) *ListRecipesParams
WithHTTPClient adds the HTTPClient to the list recipes params
func (*ListRecipesParams) WithInput ¶
func (o *ListRecipesParams) WithInput(input models.ListRecipesRequest) *ListRecipesParams
WithInput adds the input to the list recipes params
func (*ListRecipesParams) WithTimeout ¶
func (o *ListRecipesParams) WithTimeout(timeout time.Duration) *ListRecipesParams
WithTimeout adds the timeout to the list recipes params
func (*ListRecipesParams) WriteToRequest ¶
func (o *ListRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListRecipesReader ¶
type ListRecipesReader struct {
// contains filtered or unexported fields
}
ListRecipesReader is a Reader for the ListRecipes structure.
func (*ListRecipesReader) ReadResponse ¶
func (o *ListRecipesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListScalingActivitiesDefault ¶
type ListScalingActivitiesDefault struct { Payload *models.Error // contains filtered or unexported fields }
ListScalingActivitiesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewListScalingActivitiesDefault ¶
func NewListScalingActivitiesDefault(code int) *ListScalingActivitiesDefault
NewListScalingActivitiesDefault creates a ListScalingActivitiesDefault with default headers values
func (*ListScalingActivitiesDefault) Code ¶
func (o *ListScalingActivitiesDefault) Code() int
Code gets the status code for the list scaling activities default response
func (*ListScalingActivitiesDefault) Error ¶
func (o *ListScalingActivitiesDefault) Error() string
func (*ListScalingActivitiesDefault) GetPayload ¶
func (o *ListScalingActivitiesDefault) GetPayload() *models.Error
func (*ListScalingActivitiesDefault) IsClientError ¶
func (o *ListScalingActivitiesDefault) IsClientError() bool
IsClientError returns true when this list scaling activities default response has a 4xx status code
func (*ListScalingActivitiesDefault) IsCode ¶
func (o *ListScalingActivitiesDefault) IsCode(code int) bool
IsCode returns true when this list scaling activities default response a status code equal to that given
func (*ListScalingActivitiesDefault) IsRedirect ¶
func (o *ListScalingActivitiesDefault) IsRedirect() bool
IsRedirect returns true when this list scaling activities default response has a 3xx status code
func (*ListScalingActivitiesDefault) IsServerError ¶
func (o *ListScalingActivitiesDefault) IsServerError() bool
IsServerError returns true when this list scaling activities default response has a 5xx status code
func (*ListScalingActivitiesDefault) IsSuccess ¶
func (o *ListScalingActivitiesDefault) IsSuccess() bool
IsSuccess returns true when this list scaling activities default response has a 2xx status code
func (*ListScalingActivitiesDefault) String ¶
func (o *ListScalingActivitiesDefault) String() string
type ListScalingActivitiesOK ¶
type ListScalingActivitiesOK struct {
Payload *models.ListScalingActivitiesResponse
}
ListScalingActivitiesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewListScalingActivitiesOK ¶
func NewListScalingActivitiesOK() *ListScalingActivitiesOK
NewListScalingActivitiesOK creates a ListScalingActivitiesOK with default headers values
func (*ListScalingActivitiesOK) Code ¶
func (o *ListScalingActivitiesOK) Code() int
Code gets the status code for the list scaling activities o k response
func (*ListScalingActivitiesOK) Error ¶
func (o *ListScalingActivitiesOK) Error() string
func (*ListScalingActivitiesOK) GetPayload ¶
func (o *ListScalingActivitiesOK) GetPayload() *models.ListScalingActivitiesResponse
func (*ListScalingActivitiesOK) IsClientError ¶
func (o *ListScalingActivitiesOK) IsClientError() bool
IsClientError returns true when this list scaling activities o k response has a 4xx status code
func (*ListScalingActivitiesOK) IsCode ¶
func (o *ListScalingActivitiesOK) IsCode(code int) bool
IsCode returns true when this list scaling activities o k response a status code equal to that given
func (*ListScalingActivitiesOK) IsRedirect ¶
func (o *ListScalingActivitiesOK) IsRedirect() bool
IsRedirect returns true when this list scaling activities o k response has a 3xx status code
func (*ListScalingActivitiesOK) IsServerError ¶
func (o *ListScalingActivitiesOK) IsServerError() bool
IsServerError returns true when this list scaling activities o k response has a 5xx status code
func (*ListScalingActivitiesOK) IsSuccess ¶
func (o *ListScalingActivitiesOK) IsSuccess() bool
IsSuccess returns true when this list scaling activities o k response has a 2xx status code
func (*ListScalingActivitiesOK) String ¶
func (o *ListScalingActivitiesOK) String() string
type ListScalingActivitiesParams ¶
type ListScalingActivitiesParams struct { // Input. Input *models.ListScalingActivitiesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListScalingActivitiesParams contains all the parameters to send to the API endpoint
for the list scaling activities operation. Typically these are written to a http.Request.
func NewListScalingActivitiesParams ¶
func NewListScalingActivitiesParams() *ListScalingActivitiesParams
NewListScalingActivitiesParams creates a new ListScalingActivitiesParams 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 NewListScalingActivitiesParamsWithContext ¶
func NewListScalingActivitiesParamsWithContext(ctx context.Context) *ListScalingActivitiesParams
NewListScalingActivitiesParamsWithContext creates a new ListScalingActivitiesParams object with the ability to set a context for a request.
func NewListScalingActivitiesParamsWithHTTPClient ¶
func NewListScalingActivitiesParamsWithHTTPClient(client *http.Client) *ListScalingActivitiesParams
NewListScalingActivitiesParamsWithHTTPClient creates a new ListScalingActivitiesParams object with the ability to set a custom HTTPClient for a request.
func NewListScalingActivitiesParamsWithTimeout ¶
func NewListScalingActivitiesParamsWithTimeout(timeout time.Duration) *ListScalingActivitiesParams
NewListScalingActivitiesParamsWithTimeout creates a new ListScalingActivitiesParams object with the ability to set a timeout on a request.
func (*ListScalingActivitiesParams) SetContext ¶
func (o *ListScalingActivitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the list scaling activities params
func (*ListScalingActivitiesParams) SetDefaults ¶
func (o *ListScalingActivitiesParams) SetDefaults()
SetDefaults hydrates default values in the list scaling activities params (not the query body).
All values with no default are reset to their zero value.
func (*ListScalingActivitiesParams) SetHTTPClient ¶
func (o *ListScalingActivitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list scaling activities params
func (*ListScalingActivitiesParams) SetInput ¶
func (o *ListScalingActivitiesParams) SetInput(input *models.ListScalingActivitiesRequest)
SetInput adds the input to the list scaling activities params
func (*ListScalingActivitiesParams) SetTimeout ¶
func (o *ListScalingActivitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list scaling activities params
func (*ListScalingActivitiesParams) WithContext ¶
func (o *ListScalingActivitiesParams) WithContext(ctx context.Context) *ListScalingActivitiesParams
WithContext adds the context to the list scaling activities params
func (*ListScalingActivitiesParams) WithDefaults ¶
func (o *ListScalingActivitiesParams) WithDefaults() *ListScalingActivitiesParams
WithDefaults hydrates default values in the list scaling activities params (not the query body).
All values with no default are reset to their zero value.
func (*ListScalingActivitiesParams) WithHTTPClient ¶
func (o *ListScalingActivitiesParams) WithHTTPClient(client *http.Client) *ListScalingActivitiesParams
WithHTTPClient adds the HTTPClient to the list scaling activities params
func (*ListScalingActivitiesParams) WithInput ¶
func (o *ListScalingActivitiesParams) WithInput(input *models.ListScalingActivitiesRequest) *ListScalingActivitiesParams
WithInput adds the input to the list scaling activities params
func (*ListScalingActivitiesParams) WithTimeout ¶
func (o *ListScalingActivitiesParams) WithTimeout(timeout time.Duration) *ListScalingActivitiesParams
WithTimeout adds the timeout to the list scaling activities params
func (*ListScalingActivitiesParams) WriteToRequest ¶
func (o *ListScalingActivitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListScalingActivitiesReader ¶
type ListScalingActivitiesReader struct {
// contains filtered or unexported fields
}
ListScalingActivitiesReader is a Reader for the ListScalingActivities structure.
func (*ListScalingActivitiesReader) ReadResponse ¶
func (o *ListScalingActivitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PrepareClusterUpgradeDefault ¶
type PrepareClusterUpgradeDefault struct { Payload *models.Error // contains filtered or unexported fields }
PrepareClusterUpgradeDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewPrepareClusterUpgradeDefault ¶
func NewPrepareClusterUpgradeDefault(code int) *PrepareClusterUpgradeDefault
NewPrepareClusterUpgradeDefault creates a PrepareClusterUpgradeDefault with default headers values
func (*PrepareClusterUpgradeDefault) Code ¶
func (o *PrepareClusterUpgradeDefault) Code() int
Code gets the status code for the prepare cluster upgrade default response
func (*PrepareClusterUpgradeDefault) Error ¶
func (o *PrepareClusterUpgradeDefault) Error() string
func (*PrepareClusterUpgradeDefault) GetPayload ¶
func (o *PrepareClusterUpgradeDefault) GetPayload() *models.Error
func (*PrepareClusterUpgradeDefault) IsClientError ¶
func (o *PrepareClusterUpgradeDefault) IsClientError() bool
IsClientError returns true when this prepare cluster upgrade default response has a 4xx status code
func (*PrepareClusterUpgradeDefault) IsCode ¶
func (o *PrepareClusterUpgradeDefault) IsCode(code int) bool
IsCode returns true when this prepare cluster upgrade default response a status code equal to that given
func (*PrepareClusterUpgradeDefault) IsRedirect ¶
func (o *PrepareClusterUpgradeDefault) IsRedirect() bool
IsRedirect returns true when this prepare cluster upgrade default response has a 3xx status code
func (*PrepareClusterUpgradeDefault) IsServerError ¶
func (o *PrepareClusterUpgradeDefault) IsServerError() bool
IsServerError returns true when this prepare cluster upgrade default response has a 5xx status code
func (*PrepareClusterUpgradeDefault) IsSuccess ¶
func (o *PrepareClusterUpgradeDefault) IsSuccess() bool
IsSuccess returns true when this prepare cluster upgrade default response has a 2xx status code
func (*PrepareClusterUpgradeDefault) String ¶
func (o *PrepareClusterUpgradeDefault) String() string
type PrepareClusterUpgradeOK ¶
type PrepareClusterUpgradeOK struct {
Payload *models.PrepareClusterUpgradeResponse
}
PrepareClusterUpgradeOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewPrepareClusterUpgradeOK ¶
func NewPrepareClusterUpgradeOK() *PrepareClusterUpgradeOK
NewPrepareClusterUpgradeOK creates a PrepareClusterUpgradeOK with default headers values
func (*PrepareClusterUpgradeOK) Code ¶
func (o *PrepareClusterUpgradeOK) Code() int
Code gets the status code for the prepare cluster upgrade o k response
func (*PrepareClusterUpgradeOK) Error ¶
func (o *PrepareClusterUpgradeOK) Error() string
func (*PrepareClusterUpgradeOK) GetPayload ¶
func (o *PrepareClusterUpgradeOK) GetPayload() *models.PrepareClusterUpgradeResponse
func (*PrepareClusterUpgradeOK) IsClientError ¶
func (o *PrepareClusterUpgradeOK) IsClientError() bool
IsClientError returns true when this prepare cluster upgrade o k response has a 4xx status code
func (*PrepareClusterUpgradeOK) IsCode ¶
func (o *PrepareClusterUpgradeOK) IsCode(code int) bool
IsCode returns true when this prepare cluster upgrade o k response a status code equal to that given
func (*PrepareClusterUpgradeOK) IsRedirect ¶
func (o *PrepareClusterUpgradeOK) IsRedirect() bool
IsRedirect returns true when this prepare cluster upgrade o k response has a 3xx status code
func (*PrepareClusterUpgradeOK) IsServerError ¶
func (o *PrepareClusterUpgradeOK) IsServerError() bool
IsServerError returns true when this prepare cluster upgrade o k response has a 5xx status code
func (*PrepareClusterUpgradeOK) IsSuccess ¶
func (o *PrepareClusterUpgradeOK) IsSuccess() bool
IsSuccess returns true when this prepare cluster upgrade o k response has a 2xx status code
func (*PrepareClusterUpgradeOK) String ¶
func (o *PrepareClusterUpgradeOK) String() string
type PrepareClusterUpgradeParams ¶
type PrepareClusterUpgradeParams struct { // Input. Input *models.PrepareClusterUpgradeRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PrepareClusterUpgradeParams contains all the parameters to send to the API endpoint
for the prepare cluster upgrade operation. Typically these are written to a http.Request.
func NewPrepareClusterUpgradeParams ¶
func NewPrepareClusterUpgradeParams() *PrepareClusterUpgradeParams
NewPrepareClusterUpgradeParams creates a new PrepareClusterUpgradeParams 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 NewPrepareClusterUpgradeParamsWithContext ¶
func NewPrepareClusterUpgradeParamsWithContext(ctx context.Context) *PrepareClusterUpgradeParams
NewPrepareClusterUpgradeParamsWithContext creates a new PrepareClusterUpgradeParams object with the ability to set a context for a request.
func NewPrepareClusterUpgradeParamsWithHTTPClient ¶
func NewPrepareClusterUpgradeParamsWithHTTPClient(client *http.Client) *PrepareClusterUpgradeParams
NewPrepareClusterUpgradeParamsWithHTTPClient creates a new PrepareClusterUpgradeParams object with the ability to set a custom HTTPClient for a request.
func NewPrepareClusterUpgradeParamsWithTimeout ¶
func NewPrepareClusterUpgradeParamsWithTimeout(timeout time.Duration) *PrepareClusterUpgradeParams
NewPrepareClusterUpgradeParamsWithTimeout creates a new PrepareClusterUpgradeParams object with the ability to set a timeout on a request.
func (*PrepareClusterUpgradeParams) SetContext ¶
func (o *PrepareClusterUpgradeParams) SetContext(ctx context.Context)
SetContext adds the context to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) SetDefaults ¶
func (o *PrepareClusterUpgradeParams) SetDefaults()
SetDefaults hydrates default values in the prepare cluster upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*PrepareClusterUpgradeParams) SetHTTPClient ¶
func (o *PrepareClusterUpgradeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) SetInput ¶
func (o *PrepareClusterUpgradeParams) SetInput(input *models.PrepareClusterUpgradeRequest)
SetInput adds the input to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) SetTimeout ¶
func (o *PrepareClusterUpgradeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) WithContext ¶
func (o *PrepareClusterUpgradeParams) WithContext(ctx context.Context) *PrepareClusterUpgradeParams
WithContext adds the context to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) WithDefaults ¶
func (o *PrepareClusterUpgradeParams) WithDefaults() *PrepareClusterUpgradeParams
WithDefaults hydrates default values in the prepare cluster upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*PrepareClusterUpgradeParams) WithHTTPClient ¶
func (o *PrepareClusterUpgradeParams) WithHTTPClient(client *http.Client) *PrepareClusterUpgradeParams
WithHTTPClient adds the HTTPClient to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) WithInput ¶
func (o *PrepareClusterUpgradeParams) WithInput(input *models.PrepareClusterUpgradeRequest) *PrepareClusterUpgradeParams
WithInput adds the input to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) WithTimeout ¶
func (o *PrepareClusterUpgradeParams) WithTimeout(timeout time.Duration) *PrepareClusterUpgradeParams
WithTimeout adds the timeout to the prepare cluster upgrade params
func (*PrepareClusterUpgradeParams) WriteToRequest ¶
func (o *PrepareClusterUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PrepareClusterUpgradeReader ¶
type PrepareClusterUpgradeReader struct {
// contains filtered or unexported fields
}
PrepareClusterUpgradeReader is a Reader for the PrepareClusterUpgrade structure.
func (*PrepareClusterUpgradeReader) ReadResponse ¶
func (o *PrepareClusterUpgradeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RenewCertificateDefault ¶
type RenewCertificateDefault struct { Payload *models.Error // contains filtered or unexported fields }
RenewCertificateDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRenewCertificateDefault ¶
func NewRenewCertificateDefault(code int) *RenewCertificateDefault
NewRenewCertificateDefault creates a RenewCertificateDefault with default headers values
func (*RenewCertificateDefault) Code ¶
func (o *RenewCertificateDefault) Code() int
Code gets the status code for the renew certificate default response
func (*RenewCertificateDefault) Error ¶
func (o *RenewCertificateDefault) Error() string
func (*RenewCertificateDefault) GetPayload ¶
func (o *RenewCertificateDefault) GetPayload() *models.Error
func (*RenewCertificateDefault) IsClientError ¶
func (o *RenewCertificateDefault) IsClientError() bool
IsClientError returns true when this renew certificate default response has a 4xx status code
func (*RenewCertificateDefault) IsCode ¶
func (o *RenewCertificateDefault) IsCode(code int) bool
IsCode returns true when this renew certificate default response a status code equal to that given
func (*RenewCertificateDefault) IsRedirect ¶
func (o *RenewCertificateDefault) IsRedirect() bool
IsRedirect returns true when this renew certificate default response has a 3xx status code
func (*RenewCertificateDefault) IsServerError ¶
func (o *RenewCertificateDefault) IsServerError() bool
IsServerError returns true when this renew certificate default response has a 5xx status code
func (*RenewCertificateDefault) IsSuccess ¶
func (o *RenewCertificateDefault) IsSuccess() bool
IsSuccess returns true when this renew certificate default response has a 2xx status code
func (*RenewCertificateDefault) String ¶
func (o *RenewCertificateDefault) String() string
type RenewCertificateOK ¶
type RenewCertificateOK struct {
Payload models.RenewCertificateResponse
}
RenewCertificateOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRenewCertificateOK ¶
func NewRenewCertificateOK() *RenewCertificateOK
NewRenewCertificateOK creates a RenewCertificateOK with default headers values
func (*RenewCertificateOK) Code ¶
func (o *RenewCertificateOK) Code() int
Code gets the status code for the renew certificate o k response
func (*RenewCertificateOK) Error ¶
func (o *RenewCertificateOK) Error() string
func (*RenewCertificateOK) GetPayload ¶
func (o *RenewCertificateOK) GetPayload() models.RenewCertificateResponse
func (*RenewCertificateOK) IsClientError ¶
func (o *RenewCertificateOK) IsClientError() bool
IsClientError returns true when this renew certificate o k response has a 4xx status code
func (*RenewCertificateOK) IsCode ¶
func (o *RenewCertificateOK) IsCode(code int) bool
IsCode returns true when this renew certificate o k response a status code equal to that given
func (*RenewCertificateOK) IsRedirect ¶
func (o *RenewCertificateOK) IsRedirect() bool
IsRedirect returns true when this renew certificate o k response has a 3xx status code
func (*RenewCertificateOK) IsServerError ¶
func (o *RenewCertificateOK) IsServerError() bool
IsServerError returns true when this renew certificate o k response has a 5xx status code
func (*RenewCertificateOK) IsSuccess ¶
func (o *RenewCertificateOK) IsSuccess() bool
IsSuccess returns true when this renew certificate o k response has a 2xx status code
func (*RenewCertificateOK) String ¶
func (o *RenewCertificateOK) String() string
type RenewCertificateParams ¶
type RenewCertificateParams struct { // Input. Input *models.RenewCertificateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RenewCertificateParams contains all the parameters to send to the API endpoint
for the renew certificate operation. Typically these are written to a http.Request.
func NewRenewCertificateParams ¶
func NewRenewCertificateParams() *RenewCertificateParams
NewRenewCertificateParams creates a new RenewCertificateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRenewCertificateParamsWithContext ¶
func NewRenewCertificateParamsWithContext(ctx context.Context) *RenewCertificateParams
NewRenewCertificateParamsWithContext creates a new RenewCertificateParams object with the ability to set a context for a request.
func NewRenewCertificateParamsWithHTTPClient ¶
func NewRenewCertificateParamsWithHTTPClient(client *http.Client) *RenewCertificateParams
NewRenewCertificateParamsWithHTTPClient creates a new RenewCertificateParams object with the ability to set a custom HTTPClient for a request.
func NewRenewCertificateParamsWithTimeout ¶
func NewRenewCertificateParamsWithTimeout(timeout time.Duration) *RenewCertificateParams
NewRenewCertificateParamsWithTimeout creates a new RenewCertificateParams object with the ability to set a timeout on a request.
func (*RenewCertificateParams) SetContext ¶
func (o *RenewCertificateParams) SetContext(ctx context.Context)
SetContext adds the context to the renew certificate params
func (*RenewCertificateParams) SetDefaults ¶
func (o *RenewCertificateParams) SetDefaults()
SetDefaults hydrates default values in the renew certificate params (not the query body).
All values with no default are reset to their zero value.
func (*RenewCertificateParams) SetHTTPClient ¶
func (o *RenewCertificateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the renew certificate params
func (*RenewCertificateParams) SetInput ¶
func (o *RenewCertificateParams) SetInput(input *models.RenewCertificateRequest)
SetInput adds the input to the renew certificate params
func (*RenewCertificateParams) SetTimeout ¶
func (o *RenewCertificateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the renew certificate params
func (*RenewCertificateParams) WithContext ¶
func (o *RenewCertificateParams) WithContext(ctx context.Context) *RenewCertificateParams
WithContext adds the context to the renew certificate params
func (*RenewCertificateParams) WithDefaults ¶
func (o *RenewCertificateParams) WithDefaults() *RenewCertificateParams
WithDefaults hydrates default values in the renew certificate params (not the query body).
All values with no default are reset to their zero value.
func (*RenewCertificateParams) WithHTTPClient ¶
func (o *RenewCertificateParams) WithHTTPClient(client *http.Client) *RenewCertificateParams
WithHTTPClient adds the HTTPClient to the renew certificate params
func (*RenewCertificateParams) WithInput ¶
func (o *RenewCertificateParams) WithInput(input *models.RenewCertificateRequest) *RenewCertificateParams
WithInput adds the input to the renew certificate params
func (*RenewCertificateParams) WithTimeout ¶
func (o *RenewCertificateParams) WithTimeout(timeout time.Duration) *RenewCertificateParams
WithTimeout adds the timeout to the renew certificate params
func (*RenewCertificateParams) WriteToRequest ¶
func (o *RenewCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RenewCertificateReader ¶
type RenewCertificateReader struct {
// contains filtered or unexported fields
}
RenewCertificateReader is a Reader for the RenewCertificate structure.
func (*RenewCertificateReader) ReadResponse ¶
func (o *RenewCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RenewPublicCertificateDefault ¶
type RenewPublicCertificateDefault struct { Payload *models.Error // contains filtered or unexported fields }
RenewPublicCertificateDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRenewPublicCertificateDefault ¶
func NewRenewPublicCertificateDefault(code int) *RenewPublicCertificateDefault
NewRenewPublicCertificateDefault creates a RenewPublicCertificateDefault with default headers values
func (*RenewPublicCertificateDefault) Code ¶
func (o *RenewPublicCertificateDefault) Code() int
Code gets the status code for the renew public certificate default response
func (*RenewPublicCertificateDefault) Error ¶
func (o *RenewPublicCertificateDefault) Error() string
func (*RenewPublicCertificateDefault) GetPayload ¶
func (o *RenewPublicCertificateDefault) GetPayload() *models.Error
func (*RenewPublicCertificateDefault) IsClientError ¶
func (o *RenewPublicCertificateDefault) IsClientError() bool
IsClientError returns true when this renew public certificate default response has a 4xx status code
func (*RenewPublicCertificateDefault) IsCode ¶
func (o *RenewPublicCertificateDefault) IsCode(code int) bool
IsCode returns true when this renew public certificate default response a status code equal to that given
func (*RenewPublicCertificateDefault) IsRedirect ¶
func (o *RenewPublicCertificateDefault) IsRedirect() bool
IsRedirect returns true when this renew public certificate default response has a 3xx status code
func (*RenewPublicCertificateDefault) IsServerError ¶
func (o *RenewPublicCertificateDefault) IsServerError() bool
IsServerError returns true when this renew public certificate default response has a 5xx status code
func (*RenewPublicCertificateDefault) IsSuccess ¶
func (o *RenewPublicCertificateDefault) IsSuccess() bool
IsSuccess returns true when this renew public certificate default response has a 2xx status code
func (*RenewPublicCertificateDefault) String ¶
func (o *RenewPublicCertificateDefault) String() string
type RenewPublicCertificateOK ¶
type RenewPublicCertificateOK struct {
Payload models.RenewPublicCertificateResponse
}
RenewPublicCertificateOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRenewPublicCertificateOK ¶
func NewRenewPublicCertificateOK() *RenewPublicCertificateOK
NewRenewPublicCertificateOK creates a RenewPublicCertificateOK with default headers values
func (*RenewPublicCertificateOK) Code ¶
func (o *RenewPublicCertificateOK) Code() int
Code gets the status code for the renew public certificate o k response
func (*RenewPublicCertificateOK) Error ¶
func (o *RenewPublicCertificateOK) Error() string
func (*RenewPublicCertificateOK) GetPayload ¶
func (o *RenewPublicCertificateOK) GetPayload() models.RenewPublicCertificateResponse
func (*RenewPublicCertificateOK) IsClientError ¶
func (o *RenewPublicCertificateOK) IsClientError() bool
IsClientError returns true when this renew public certificate o k response has a 4xx status code
func (*RenewPublicCertificateOK) IsCode ¶
func (o *RenewPublicCertificateOK) IsCode(code int) bool
IsCode returns true when this renew public certificate o k response a status code equal to that given
func (*RenewPublicCertificateOK) IsRedirect ¶
func (o *RenewPublicCertificateOK) IsRedirect() bool
IsRedirect returns true when this renew public certificate o k response has a 3xx status code
func (*RenewPublicCertificateOK) IsServerError ¶
func (o *RenewPublicCertificateOK) IsServerError() bool
IsServerError returns true when this renew public certificate o k response has a 5xx status code
func (*RenewPublicCertificateOK) IsSuccess ¶
func (o *RenewPublicCertificateOK) IsSuccess() bool
IsSuccess returns true when this renew public certificate o k response has a 2xx status code
func (*RenewPublicCertificateOK) String ¶
func (o *RenewPublicCertificateOK) String() string
type RenewPublicCertificateParams ¶
type RenewPublicCertificateParams struct { // Input. Input *models.RenewPublicCertificateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RenewPublicCertificateParams contains all the parameters to send to the API endpoint
for the renew public certificate operation. Typically these are written to a http.Request.
func NewRenewPublicCertificateParams ¶
func NewRenewPublicCertificateParams() *RenewPublicCertificateParams
NewRenewPublicCertificateParams creates a new RenewPublicCertificateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRenewPublicCertificateParamsWithContext ¶
func NewRenewPublicCertificateParamsWithContext(ctx context.Context) *RenewPublicCertificateParams
NewRenewPublicCertificateParamsWithContext creates a new RenewPublicCertificateParams object with the ability to set a context for a request.
func NewRenewPublicCertificateParamsWithHTTPClient ¶
func NewRenewPublicCertificateParamsWithHTTPClient(client *http.Client) *RenewPublicCertificateParams
NewRenewPublicCertificateParamsWithHTTPClient creates a new RenewPublicCertificateParams object with the ability to set a custom HTTPClient for a request.
func NewRenewPublicCertificateParamsWithTimeout ¶
func NewRenewPublicCertificateParamsWithTimeout(timeout time.Duration) *RenewPublicCertificateParams
NewRenewPublicCertificateParamsWithTimeout creates a new RenewPublicCertificateParams object with the ability to set a timeout on a request.
func (*RenewPublicCertificateParams) SetContext ¶
func (o *RenewPublicCertificateParams) SetContext(ctx context.Context)
SetContext adds the context to the renew public certificate params
func (*RenewPublicCertificateParams) SetDefaults ¶
func (o *RenewPublicCertificateParams) SetDefaults()
SetDefaults hydrates default values in the renew public certificate params (not the query body).
All values with no default are reset to their zero value.
func (*RenewPublicCertificateParams) SetHTTPClient ¶
func (o *RenewPublicCertificateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the renew public certificate params
func (*RenewPublicCertificateParams) SetInput ¶
func (o *RenewPublicCertificateParams) SetInput(input *models.RenewPublicCertificateRequest)
SetInput adds the input to the renew public certificate params
func (*RenewPublicCertificateParams) SetTimeout ¶
func (o *RenewPublicCertificateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the renew public certificate params
func (*RenewPublicCertificateParams) WithContext ¶
func (o *RenewPublicCertificateParams) WithContext(ctx context.Context) *RenewPublicCertificateParams
WithContext adds the context to the renew public certificate params
func (*RenewPublicCertificateParams) WithDefaults ¶
func (o *RenewPublicCertificateParams) WithDefaults() *RenewPublicCertificateParams
WithDefaults hydrates default values in the renew public certificate params (not the query body).
All values with no default are reset to their zero value.
func (*RenewPublicCertificateParams) WithHTTPClient ¶
func (o *RenewPublicCertificateParams) WithHTTPClient(client *http.Client) *RenewPublicCertificateParams
WithHTTPClient adds the HTTPClient to the renew public certificate params
func (*RenewPublicCertificateParams) WithInput ¶
func (o *RenewPublicCertificateParams) WithInput(input *models.RenewPublicCertificateRequest) *RenewPublicCertificateParams
WithInput adds the input to the renew public certificate params
func (*RenewPublicCertificateParams) WithTimeout ¶
func (o *RenewPublicCertificateParams) WithTimeout(timeout time.Duration) *RenewPublicCertificateParams
WithTimeout adds the timeout to the renew public certificate params
func (*RenewPublicCertificateParams) WriteToRequest ¶
func (o *RenewPublicCertificateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RenewPublicCertificateReader ¶
type RenewPublicCertificateReader struct {
// contains filtered or unexported fields
}
RenewPublicCertificateReader is a Reader for the RenewPublicCertificate structure.
func (*RenewPublicCertificateReader) ReadResponse ¶
func (o *RenewPublicCertificateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RepairClusterDefault ¶
type RepairClusterDefault struct { Payload *models.Error // contains filtered or unexported fields }
RepairClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRepairClusterDefault ¶
func NewRepairClusterDefault(code int) *RepairClusterDefault
NewRepairClusterDefault creates a RepairClusterDefault with default headers values
func (*RepairClusterDefault) Code ¶
func (o *RepairClusterDefault) Code() int
Code gets the status code for the repair cluster default response
func (*RepairClusterDefault) Error ¶
func (o *RepairClusterDefault) Error() string
func (*RepairClusterDefault) GetPayload ¶
func (o *RepairClusterDefault) GetPayload() *models.Error
func (*RepairClusterDefault) IsClientError ¶
func (o *RepairClusterDefault) IsClientError() bool
IsClientError returns true when this repair cluster default response has a 4xx status code
func (*RepairClusterDefault) IsCode ¶
func (o *RepairClusterDefault) IsCode(code int) bool
IsCode returns true when this repair cluster default response a status code equal to that given
func (*RepairClusterDefault) IsRedirect ¶
func (o *RepairClusterDefault) IsRedirect() bool
IsRedirect returns true when this repair cluster default response has a 3xx status code
func (*RepairClusterDefault) IsServerError ¶
func (o *RepairClusterDefault) IsServerError() bool
IsServerError returns true when this repair cluster default response has a 5xx status code
func (*RepairClusterDefault) IsSuccess ¶
func (o *RepairClusterDefault) IsSuccess() bool
IsSuccess returns true when this repair cluster default response has a 2xx status code
func (*RepairClusterDefault) String ¶
func (o *RepairClusterDefault) String() string
type RepairClusterOK ¶
type RepairClusterOK struct {
Payload models.RepairClusterResponse
}
RepairClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRepairClusterOK ¶
func NewRepairClusterOK() *RepairClusterOK
NewRepairClusterOK creates a RepairClusterOK with default headers values
func (*RepairClusterOK) Code ¶
func (o *RepairClusterOK) Code() int
Code gets the status code for the repair cluster o k response
func (*RepairClusterOK) Error ¶
func (o *RepairClusterOK) Error() string
func (*RepairClusterOK) GetPayload ¶
func (o *RepairClusterOK) GetPayload() models.RepairClusterResponse
func (*RepairClusterOK) IsClientError ¶
func (o *RepairClusterOK) IsClientError() bool
IsClientError returns true when this repair cluster o k response has a 4xx status code
func (*RepairClusterOK) IsCode ¶
func (o *RepairClusterOK) IsCode(code int) bool
IsCode returns true when this repair cluster o k response a status code equal to that given
func (*RepairClusterOK) IsRedirect ¶
func (o *RepairClusterOK) IsRedirect() bool
IsRedirect returns true when this repair cluster o k response has a 3xx status code
func (*RepairClusterOK) IsServerError ¶
func (o *RepairClusterOK) IsServerError() bool
IsServerError returns true when this repair cluster o k response has a 5xx status code
func (*RepairClusterOK) IsSuccess ¶
func (o *RepairClusterOK) IsSuccess() bool
IsSuccess returns true when this repair cluster o k response has a 2xx status code
func (*RepairClusterOK) String ¶
func (o *RepairClusterOK) String() string
type RepairClusterParams ¶
type RepairClusterParams struct { // Input. Input *models.RepairClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RepairClusterParams contains all the parameters to send to the API endpoint
for the repair cluster operation. Typically these are written to a http.Request.
func NewRepairClusterParams ¶
func NewRepairClusterParams() *RepairClusterParams
NewRepairClusterParams creates a new RepairClusterParams 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 NewRepairClusterParamsWithContext ¶
func NewRepairClusterParamsWithContext(ctx context.Context) *RepairClusterParams
NewRepairClusterParamsWithContext creates a new RepairClusterParams object with the ability to set a context for a request.
func NewRepairClusterParamsWithHTTPClient ¶
func NewRepairClusterParamsWithHTTPClient(client *http.Client) *RepairClusterParams
NewRepairClusterParamsWithHTTPClient creates a new RepairClusterParams object with the ability to set a custom HTTPClient for a request.
func NewRepairClusterParamsWithTimeout ¶
func NewRepairClusterParamsWithTimeout(timeout time.Duration) *RepairClusterParams
NewRepairClusterParamsWithTimeout creates a new RepairClusterParams object with the ability to set a timeout on a request.
func (*RepairClusterParams) SetContext ¶
func (o *RepairClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the repair cluster params
func (*RepairClusterParams) SetDefaults ¶
func (o *RepairClusterParams) SetDefaults()
SetDefaults hydrates default values in the repair cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RepairClusterParams) SetHTTPClient ¶
func (o *RepairClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the repair cluster params
func (*RepairClusterParams) SetInput ¶
func (o *RepairClusterParams) SetInput(input *models.RepairClusterRequest)
SetInput adds the input to the repair cluster params
func (*RepairClusterParams) SetTimeout ¶
func (o *RepairClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the repair cluster params
func (*RepairClusterParams) WithContext ¶
func (o *RepairClusterParams) WithContext(ctx context.Context) *RepairClusterParams
WithContext adds the context to the repair cluster params
func (*RepairClusterParams) WithDefaults ¶
func (o *RepairClusterParams) WithDefaults() *RepairClusterParams
WithDefaults hydrates default values in the repair cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RepairClusterParams) WithHTTPClient ¶
func (o *RepairClusterParams) WithHTTPClient(client *http.Client) *RepairClusterParams
WithHTTPClient adds the HTTPClient to the repair cluster params
func (*RepairClusterParams) WithInput ¶
func (o *RepairClusterParams) WithInput(input *models.RepairClusterRequest) *RepairClusterParams
WithInput adds the input to the repair cluster params
func (*RepairClusterParams) WithTimeout ¶
func (o *RepairClusterParams) WithTimeout(timeout time.Duration) *RepairClusterParams
WithTimeout adds the timeout to the repair cluster params
func (*RepairClusterParams) WriteToRequest ¶
func (o *RepairClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RepairClusterReader ¶
type RepairClusterReader struct {
// contains filtered or unexported fields
}
RepairClusterReader is a Reader for the RepairCluster structure.
func (*RepairClusterReader) ReadResponse ¶
func (o *RepairClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceRecipesDefault ¶
type ReplaceRecipesDefault struct { Payload *models.Error // contains filtered or unexported fields }
ReplaceRecipesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewReplaceRecipesDefault ¶
func NewReplaceRecipesDefault(code int) *ReplaceRecipesDefault
NewReplaceRecipesDefault creates a ReplaceRecipesDefault with default headers values
func (*ReplaceRecipesDefault) Code ¶
func (o *ReplaceRecipesDefault) Code() int
Code gets the status code for the replace recipes default response
func (*ReplaceRecipesDefault) Error ¶
func (o *ReplaceRecipesDefault) Error() string
func (*ReplaceRecipesDefault) GetPayload ¶
func (o *ReplaceRecipesDefault) GetPayload() *models.Error
func (*ReplaceRecipesDefault) IsClientError ¶
func (o *ReplaceRecipesDefault) IsClientError() bool
IsClientError returns true when this replace recipes default response has a 4xx status code
func (*ReplaceRecipesDefault) IsCode ¶
func (o *ReplaceRecipesDefault) IsCode(code int) bool
IsCode returns true when this replace recipes default response a status code equal to that given
func (*ReplaceRecipesDefault) IsRedirect ¶
func (o *ReplaceRecipesDefault) IsRedirect() bool
IsRedirect returns true when this replace recipes default response has a 3xx status code
func (*ReplaceRecipesDefault) IsServerError ¶
func (o *ReplaceRecipesDefault) IsServerError() bool
IsServerError returns true when this replace recipes default response has a 5xx status code
func (*ReplaceRecipesDefault) IsSuccess ¶
func (o *ReplaceRecipesDefault) IsSuccess() bool
IsSuccess returns true when this replace recipes default response has a 2xx status code
func (*ReplaceRecipesDefault) String ¶
func (o *ReplaceRecipesDefault) String() string
type ReplaceRecipesOK ¶
type ReplaceRecipesOK struct {
Payload *models.ReplaceRecipesResponse
}
ReplaceRecipesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewReplaceRecipesOK ¶
func NewReplaceRecipesOK() *ReplaceRecipesOK
NewReplaceRecipesOK creates a ReplaceRecipesOK with default headers values
func (*ReplaceRecipesOK) Code ¶
func (o *ReplaceRecipesOK) Code() int
Code gets the status code for the replace recipes o k response
func (*ReplaceRecipesOK) Error ¶
func (o *ReplaceRecipesOK) Error() string
func (*ReplaceRecipesOK) GetPayload ¶
func (o *ReplaceRecipesOK) GetPayload() *models.ReplaceRecipesResponse
func (*ReplaceRecipesOK) IsClientError ¶
func (o *ReplaceRecipesOK) IsClientError() bool
IsClientError returns true when this replace recipes o k response has a 4xx status code
func (*ReplaceRecipesOK) IsCode ¶
func (o *ReplaceRecipesOK) IsCode(code int) bool
IsCode returns true when this replace recipes o k response a status code equal to that given
func (*ReplaceRecipesOK) IsRedirect ¶
func (o *ReplaceRecipesOK) IsRedirect() bool
IsRedirect returns true when this replace recipes o k response has a 3xx status code
func (*ReplaceRecipesOK) IsServerError ¶
func (o *ReplaceRecipesOK) IsServerError() bool
IsServerError returns true when this replace recipes o k response has a 5xx status code
func (*ReplaceRecipesOK) IsSuccess ¶
func (o *ReplaceRecipesOK) IsSuccess() bool
IsSuccess returns true when this replace recipes o k response has a 2xx status code
func (*ReplaceRecipesOK) String ¶
func (o *ReplaceRecipesOK) String() string
type ReplaceRecipesParams ¶
type ReplaceRecipesParams struct { // Input. Input *models.ReplaceRecipesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceRecipesParams contains all the parameters to send to the API endpoint
for the replace recipes operation. Typically these are written to a http.Request.
func NewReplaceRecipesParams ¶
func NewReplaceRecipesParams() *ReplaceRecipesParams
NewReplaceRecipesParams creates a new ReplaceRecipesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReplaceRecipesParamsWithContext ¶
func NewReplaceRecipesParamsWithContext(ctx context.Context) *ReplaceRecipesParams
NewReplaceRecipesParamsWithContext creates a new ReplaceRecipesParams object with the ability to set a context for a request.
func NewReplaceRecipesParamsWithHTTPClient ¶
func NewReplaceRecipesParamsWithHTTPClient(client *http.Client) *ReplaceRecipesParams
NewReplaceRecipesParamsWithHTTPClient creates a new ReplaceRecipesParams object with the ability to set a custom HTTPClient for a request.
func NewReplaceRecipesParamsWithTimeout ¶
func NewReplaceRecipesParamsWithTimeout(timeout time.Duration) *ReplaceRecipesParams
NewReplaceRecipesParamsWithTimeout creates a new ReplaceRecipesParams object with the ability to set a timeout on a request.
func (*ReplaceRecipesParams) SetContext ¶
func (o *ReplaceRecipesParams) SetContext(ctx context.Context)
SetContext adds the context to the replace recipes params
func (*ReplaceRecipesParams) SetDefaults ¶
func (o *ReplaceRecipesParams) SetDefaults()
SetDefaults hydrates default values in the replace recipes params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceRecipesParams) SetHTTPClient ¶
func (o *ReplaceRecipesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace recipes params
func (*ReplaceRecipesParams) SetInput ¶
func (o *ReplaceRecipesParams) SetInput(input *models.ReplaceRecipesRequest)
SetInput adds the input to the replace recipes params
func (*ReplaceRecipesParams) SetTimeout ¶
func (o *ReplaceRecipesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace recipes params
func (*ReplaceRecipesParams) WithContext ¶
func (o *ReplaceRecipesParams) WithContext(ctx context.Context) *ReplaceRecipesParams
WithContext adds the context to the replace recipes params
func (*ReplaceRecipesParams) WithDefaults ¶
func (o *ReplaceRecipesParams) WithDefaults() *ReplaceRecipesParams
WithDefaults hydrates default values in the replace recipes params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceRecipesParams) WithHTTPClient ¶
func (o *ReplaceRecipesParams) WithHTTPClient(client *http.Client) *ReplaceRecipesParams
WithHTTPClient adds the HTTPClient to the replace recipes params
func (*ReplaceRecipesParams) WithInput ¶
func (o *ReplaceRecipesParams) WithInput(input *models.ReplaceRecipesRequest) *ReplaceRecipesParams
WithInput adds the input to the replace recipes params
func (*ReplaceRecipesParams) WithTimeout ¶
func (o *ReplaceRecipesParams) WithTimeout(timeout time.Duration) *ReplaceRecipesParams
WithTimeout adds the timeout to the replace recipes params
func (*ReplaceRecipesParams) WriteToRequest ¶
func (o *ReplaceRecipesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceRecipesReader ¶
type ReplaceRecipesReader struct {
// contains filtered or unexported fields
}
ReplaceRecipesReader is a Reader for the ReplaceRecipes structure.
func (*ReplaceRecipesReader) ReadResponse ¶
func (o *ReplaceRecipesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetryClusterDefault ¶
RetryClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRetryClusterDefault ¶
func NewRetryClusterDefault(code int) *RetryClusterDefault
NewRetryClusterDefault creates a RetryClusterDefault with default headers values
func (*RetryClusterDefault) Code ¶
func (o *RetryClusterDefault) Code() int
Code gets the status code for the retry cluster default response
func (*RetryClusterDefault) Error ¶
func (o *RetryClusterDefault) Error() string
func (*RetryClusterDefault) GetPayload ¶
func (o *RetryClusterDefault) GetPayload() *models.Error
func (*RetryClusterDefault) IsClientError ¶
func (o *RetryClusterDefault) IsClientError() bool
IsClientError returns true when this retry cluster default response has a 4xx status code
func (*RetryClusterDefault) IsCode ¶
func (o *RetryClusterDefault) IsCode(code int) bool
IsCode returns true when this retry cluster default response a status code equal to that given
func (*RetryClusterDefault) IsRedirect ¶
func (o *RetryClusterDefault) IsRedirect() bool
IsRedirect returns true when this retry cluster default response has a 3xx status code
func (*RetryClusterDefault) IsServerError ¶
func (o *RetryClusterDefault) IsServerError() bool
IsServerError returns true when this retry cluster default response has a 5xx status code
func (*RetryClusterDefault) IsSuccess ¶
func (o *RetryClusterDefault) IsSuccess() bool
IsSuccess returns true when this retry cluster default response has a 2xx status code
func (*RetryClusterDefault) String ¶
func (o *RetryClusterDefault) String() string
type RetryClusterOK ¶
type RetryClusterOK struct {
Payload models.RetryClusterResponse
}
RetryClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRetryClusterOK ¶
func NewRetryClusterOK() *RetryClusterOK
NewRetryClusterOK creates a RetryClusterOK with default headers values
func (*RetryClusterOK) Code ¶
func (o *RetryClusterOK) Code() int
Code gets the status code for the retry cluster o k response
func (*RetryClusterOK) Error ¶
func (o *RetryClusterOK) Error() string
func (*RetryClusterOK) GetPayload ¶
func (o *RetryClusterOK) GetPayload() models.RetryClusterResponse
func (*RetryClusterOK) IsClientError ¶
func (o *RetryClusterOK) IsClientError() bool
IsClientError returns true when this retry cluster o k response has a 4xx status code
func (*RetryClusterOK) IsCode ¶
func (o *RetryClusterOK) IsCode(code int) bool
IsCode returns true when this retry cluster o k response a status code equal to that given
func (*RetryClusterOK) IsRedirect ¶
func (o *RetryClusterOK) IsRedirect() bool
IsRedirect returns true when this retry cluster o k response has a 3xx status code
func (*RetryClusterOK) IsServerError ¶
func (o *RetryClusterOK) IsServerError() bool
IsServerError returns true when this retry cluster o k response has a 5xx status code
func (*RetryClusterOK) IsSuccess ¶
func (o *RetryClusterOK) IsSuccess() bool
IsSuccess returns true when this retry cluster o k response has a 2xx status code
func (*RetryClusterOK) String ¶
func (o *RetryClusterOK) String() string
type RetryClusterParams ¶
type RetryClusterParams struct { // Input. Input *models.RetryClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetryClusterParams contains all the parameters to send to the API endpoint
for the retry cluster operation. Typically these are written to a http.Request.
func NewRetryClusterParams ¶
func NewRetryClusterParams() *RetryClusterParams
NewRetryClusterParams creates a new RetryClusterParams 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 NewRetryClusterParamsWithContext ¶
func NewRetryClusterParamsWithContext(ctx context.Context) *RetryClusterParams
NewRetryClusterParamsWithContext creates a new RetryClusterParams object with the ability to set a context for a request.
func NewRetryClusterParamsWithHTTPClient ¶
func NewRetryClusterParamsWithHTTPClient(client *http.Client) *RetryClusterParams
NewRetryClusterParamsWithHTTPClient creates a new RetryClusterParams object with the ability to set a custom HTTPClient for a request.
func NewRetryClusterParamsWithTimeout ¶
func NewRetryClusterParamsWithTimeout(timeout time.Duration) *RetryClusterParams
NewRetryClusterParamsWithTimeout creates a new RetryClusterParams object with the ability to set a timeout on a request.
func (*RetryClusterParams) SetContext ¶
func (o *RetryClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the retry cluster params
func (*RetryClusterParams) SetDefaults ¶
func (o *RetryClusterParams) SetDefaults()
SetDefaults hydrates default values in the retry cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RetryClusterParams) SetHTTPClient ¶
func (o *RetryClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retry cluster params
func (*RetryClusterParams) SetInput ¶
func (o *RetryClusterParams) SetInput(input *models.RetryClusterRequest)
SetInput adds the input to the retry cluster params
func (*RetryClusterParams) SetTimeout ¶
func (o *RetryClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retry cluster params
func (*RetryClusterParams) WithContext ¶
func (o *RetryClusterParams) WithContext(ctx context.Context) *RetryClusterParams
WithContext adds the context to the retry cluster params
func (*RetryClusterParams) WithDefaults ¶
func (o *RetryClusterParams) WithDefaults() *RetryClusterParams
WithDefaults hydrates default values in the retry cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RetryClusterParams) WithHTTPClient ¶
func (o *RetryClusterParams) WithHTTPClient(client *http.Client) *RetryClusterParams
WithHTTPClient adds the HTTPClient to the retry cluster params
func (*RetryClusterParams) WithInput ¶
func (o *RetryClusterParams) WithInput(input *models.RetryClusterRequest) *RetryClusterParams
WithInput adds the input to the retry cluster params
func (*RetryClusterParams) WithTimeout ¶
func (o *RetryClusterParams) WithTimeout(timeout time.Duration) *RetryClusterParams
WithTimeout adds the timeout to the retry cluster params
func (*RetryClusterParams) WriteToRequest ¶
func (o *RetryClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetryClusterReader ¶
type RetryClusterReader struct {
// contains filtered or unexported fields
}
RetryClusterReader is a Reader for the RetryCluster structure.
func (*RetryClusterReader) ReadResponse ¶
func (o *RetryClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RotateAutoTLSCertificatesDefault ¶
type RotateAutoTLSCertificatesDefault struct { Payload *models.Error // contains filtered or unexported fields }
RotateAutoTLSCertificatesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRotateAutoTLSCertificatesDefault ¶
func NewRotateAutoTLSCertificatesDefault(code int) *RotateAutoTLSCertificatesDefault
NewRotateAutoTLSCertificatesDefault creates a RotateAutoTLSCertificatesDefault with default headers values
func (*RotateAutoTLSCertificatesDefault) Code ¶
func (o *RotateAutoTLSCertificatesDefault) Code() int
Code gets the status code for the rotate auto Tls certificates default response
func (*RotateAutoTLSCertificatesDefault) Error ¶
func (o *RotateAutoTLSCertificatesDefault) Error() string
func (*RotateAutoTLSCertificatesDefault) GetPayload ¶
func (o *RotateAutoTLSCertificatesDefault) GetPayload() *models.Error
func (*RotateAutoTLSCertificatesDefault) IsClientError ¶
func (o *RotateAutoTLSCertificatesDefault) IsClientError() bool
IsClientError returns true when this rotate auto Tls certificates default response has a 4xx status code
func (*RotateAutoTLSCertificatesDefault) IsCode ¶
func (o *RotateAutoTLSCertificatesDefault) IsCode(code int) bool
IsCode returns true when this rotate auto Tls certificates default response a status code equal to that given
func (*RotateAutoTLSCertificatesDefault) IsRedirect ¶
func (o *RotateAutoTLSCertificatesDefault) IsRedirect() bool
IsRedirect returns true when this rotate auto Tls certificates default response has a 3xx status code
func (*RotateAutoTLSCertificatesDefault) IsServerError ¶
func (o *RotateAutoTLSCertificatesDefault) IsServerError() bool
IsServerError returns true when this rotate auto Tls certificates default response has a 5xx status code
func (*RotateAutoTLSCertificatesDefault) IsSuccess ¶
func (o *RotateAutoTLSCertificatesDefault) IsSuccess() bool
IsSuccess returns true when this rotate auto Tls certificates default response has a 2xx status code
func (*RotateAutoTLSCertificatesDefault) String ¶
func (o *RotateAutoTLSCertificatesDefault) String() string
type RotateAutoTLSCertificatesOK ¶
type RotateAutoTLSCertificatesOK struct {
Payload models.RotateAutoTLSCertificatesResponse
}
RotateAutoTLSCertificatesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRotateAutoTLSCertificatesOK ¶
func NewRotateAutoTLSCertificatesOK() *RotateAutoTLSCertificatesOK
NewRotateAutoTLSCertificatesOK creates a RotateAutoTLSCertificatesOK with default headers values
func (*RotateAutoTLSCertificatesOK) Code ¶
func (o *RotateAutoTLSCertificatesOK) Code() int
Code gets the status code for the rotate auto Tls certificates o k response
func (*RotateAutoTLSCertificatesOK) Error ¶
func (o *RotateAutoTLSCertificatesOK) Error() string
func (*RotateAutoTLSCertificatesOK) GetPayload ¶
func (o *RotateAutoTLSCertificatesOK) GetPayload() models.RotateAutoTLSCertificatesResponse
func (*RotateAutoTLSCertificatesOK) IsClientError ¶
func (o *RotateAutoTLSCertificatesOK) IsClientError() bool
IsClientError returns true when this rotate auto Tls certificates o k response has a 4xx status code
func (*RotateAutoTLSCertificatesOK) IsCode ¶
func (o *RotateAutoTLSCertificatesOK) IsCode(code int) bool
IsCode returns true when this rotate auto Tls certificates o k response a status code equal to that given
func (*RotateAutoTLSCertificatesOK) IsRedirect ¶
func (o *RotateAutoTLSCertificatesOK) IsRedirect() bool
IsRedirect returns true when this rotate auto Tls certificates o k response has a 3xx status code
func (*RotateAutoTLSCertificatesOK) IsServerError ¶
func (o *RotateAutoTLSCertificatesOK) IsServerError() bool
IsServerError returns true when this rotate auto Tls certificates o k response has a 5xx status code
func (*RotateAutoTLSCertificatesOK) IsSuccess ¶
func (o *RotateAutoTLSCertificatesOK) IsSuccess() bool
IsSuccess returns true when this rotate auto Tls certificates o k response has a 2xx status code
func (*RotateAutoTLSCertificatesOK) String ¶
func (o *RotateAutoTLSCertificatesOK) String() string
type RotateAutoTLSCertificatesParams ¶
type RotateAutoTLSCertificatesParams struct { // Input. Input *models.RotateAutoTLSCertificatesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RotateAutoTLSCertificatesParams contains all the parameters to send to the API endpoint
for the rotate auto Tls certificates operation. Typically these are written to a http.Request.
func NewRotateAutoTLSCertificatesParams ¶
func NewRotateAutoTLSCertificatesParams() *RotateAutoTLSCertificatesParams
NewRotateAutoTLSCertificatesParams creates a new RotateAutoTLSCertificatesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRotateAutoTLSCertificatesParamsWithContext ¶
func NewRotateAutoTLSCertificatesParamsWithContext(ctx context.Context) *RotateAutoTLSCertificatesParams
NewRotateAutoTLSCertificatesParamsWithContext creates a new RotateAutoTLSCertificatesParams object with the ability to set a context for a request.
func NewRotateAutoTLSCertificatesParamsWithHTTPClient ¶
func NewRotateAutoTLSCertificatesParamsWithHTTPClient(client *http.Client) *RotateAutoTLSCertificatesParams
NewRotateAutoTLSCertificatesParamsWithHTTPClient creates a new RotateAutoTLSCertificatesParams object with the ability to set a custom HTTPClient for a request.
func NewRotateAutoTLSCertificatesParamsWithTimeout ¶
func NewRotateAutoTLSCertificatesParamsWithTimeout(timeout time.Duration) *RotateAutoTLSCertificatesParams
NewRotateAutoTLSCertificatesParamsWithTimeout creates a new RotateAutoTLSCertificatesParams object with the ability to set a timeout on a request.
func (*RotateAutoTLSCertificatesParams) SetContext ¶
func (o *RotateAutoTLSCertificatesParams) SetContext(ctx context.Context)
SetContext adds the context to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) SetDefaults ¶
func (o *RotateAutoTLSCertificatesParams) SetDefaults()
SetDefaults hydrates default values in the rotate auto Tls certificates params (not the query body).
All values with no default are reset to their zero value.
func (*RotateAutoTLSCertificatesParams) SetHTTPClient ¶
func (o *RotateAutoTLSCertificatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) SetInput ¶
func (o *RotateAutoTLSCertificatesParams) SetInput(input *models.RotateAutoTLSCertificatesRequest)
SetInput adds the input to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) SetTimeout ¶
func (o *RotateAutoTLSCertificatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) WithContext ¶
func (o *RotateAutoTLSCertificatesParams) WithContext(ctx context.Context) *RotateAutoTLSCertificatesParams
WithContext adds the context to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) WithDefaults ¶
func (o *RotateAutoTLSCertificatesParams) WithDefaults() *RotateAutoTLSCertificatesParams
WithDefaults hydrates default values in the rotate auto Tls certificates params (not the query body).
All values with no default are reset to their zero value.
func (*RotateAutoTLSCertificatesParams) WithHTTPClient ¶
func (o *RotateAutoTLSCertificatesParams) WithHTTPClient(client *http.Client) *RotateAutoTLSCertificatesParams
WithHTTPClient adds the HTTPClient to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) WithInput ¶
func (o *RotateAutoTLSCertificatesParams) WithInput(input *models.RotateAutoTLSCertificatesRequest) *RotateAutoTLSCertificatesParams
WithInput adds the input to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) WithTimeout ¶
func (o *RotateAutoTLSCertificatesParams) WithTimeout(timeout time.Duration) *RotateAutoTLSCertificatesParams
WithTimeout adds the timeout to the rotate auto Tls certificates params
func (*RotateAutoTLSCertificatesParams) WriteToRequest ¶
func (o *RotateAutoTLSCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RotateAutoTLSCertificatesReader ¶
type RotateAutoTLSCertificatesReader struct {
// contains filtered or unexported fields
}
RotateAutoTLSCertificatesReader is a Reader for the RotateAutoTLSCertificates structure.
func (*RotateAutoTLSCertificatesReader) ReadResponse ¶
func (o *RotateAutoTLSCertificatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RotatePrivateCertificatesDefault ¶
type RotatePrivateCertificatesDefault struct { Payload *models.Error // contains filtered or unexported fields }
RotatePrivateCertificatesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRotatePrivateCertificatesDefault ¶
func NewRotatePrivateCertificatesDefault(code int) *RotatePrivateCertificatesDefault
NewRotatePrivateCertificatesDefault creates a RotatePrivateCertificatesDefault with default headers values
func (*RotatePrivateCertificatesDefault) Code ¶
func (o *RotatePrivateCertificatesDefault) Code() int
Code gets the status code for the rotate private certificates default response
func (*RotatePrivateCertificatesDefault) Error ¶
func (o *RotatePrivateCertificatesDefault) Error() string
func (*RotatePrivateCertificatesDefault) GetPayload ¶
func (o *RotatePrivateCertificatesDefault) GetPayload() *models.Error
func (*RotatePrivateCertificatesDefault) IsClientError ¶
func (o *RotatePrivateCertificatesDefault) IsClientError() bool
IsClientError returns true when this rotate private certificates default response has a 4xx status code
func (*RotatePrivateCertificatesDefault) IsCode ¶
func (o *RotatePrivateCertificatesDefault) IsCode(code int) bool
IsCode returns true when this rotate private certificates default response a status code equal to that given
func (*RotatePrivateCertificatesDefault) IsRedirect ¶
func (o *RotatePrivateCertificatesDefault) IsRedirect() bool
IsRedirect returns true when this rotate private certificates default response has a 3xx status code
func (*RotatePrivateCertificatesDefault) IsServerError ¶
func (o *RotatePrivateCertificatesDefault) IsServerError() bool
IsServerError returns true when this rotate private certificates default response has a 5xx status code
func (*RotatePrivateCertificatesDefault) IsSuccess ¶
func (o *RotatePrivateCertificatesDefault) IsSuccess() bool
IsSuccess returns true when this rotate private certificates default response has a 2xx status code
func (*RotatePrivateCertificatesDefault) String ¶
func (o *RotatePrivateCertificatesDefault) String() string
type RotatePrivateCertificatesOK ¶
type RotatePrivateCertificatesOK struct {
Payload models.RotatePrivateCertificatesResponse
}
RotatePrivateCertificatesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRotatePrivateCertificatesOK ¶
func NewRotatePrivateCertificatesOK() *RotatePrivateCertificatesOK
NewRotatePrivateCertificatesOK creates a RotatePrivateCertificatesOK with default headers values
func (*RotatePrivateCertificatesOK) Code ¶
func (o *RotatePrivateCertificatesOK) Code() int
Code gets the status code for the rotate private certificates o k response
func (*RotatePrivateCertificatesOK) Error ¶
func (o *RotatePrivateCertificatesOK) Error() string
func (*RotatePrivateCertificatesOK) GetPayload ¶
func (o *RotatePrivateCertificatesOK) GetPayload() models.RotatePrivateCertificatesResponse
func (*RotatePrivateCertificatesOK) IsClientError ¶
func (o *RotatePrivateCertificatesOK) IsClientError() bool
IsClientError returns true when this rotate private certificates o k response has a 4xx status code
func (*RotatePrivateCertificatesOK) IsCode ¶
func (o *RotatePrivateCertificatesOK) IsCode(code int) bool
IsCode returns true when this rotate private certificates o k response a status code equal to that given
func (*RotatePrivateCertificatesOK) IsRedirect ¶
func (o *RotatePrivateCertificatesOK) IsRedirect() bool
IsRedirect returns true when this rotate private certificates o k response has a 3xx status code
func (*RotatePrivateCertificatesOK) IsServerError ¶
func (o *RotatePrivateCertificatesOK) IsServerError() bool
IsServerError returns true when this rotate private certificates o k response has a 5xx status code
func (*RotatePrivateCertificatesOK) IsSuccess ¶
func (o *RotatePrivateCertificatesOK) IsSuccess() bool
IsSuccess returns true when this rotate private certificates o k response has a 2xx status code
func (*RotatePrivateCertificatesOK) String ¶
func (o *RotatePrivateCertificatesOK) String() string
type RotatePrivateCertificatesParams ¶
type RotatePrivateCertificatesParams struct { // Input. Input *models.RotatePrivateCertificatesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RotatePrivateCertificatesParams contains all the parameters to send to the API endpoint
for the rotate private certificates operation. Typically these are written to a http.Request.
func NewRotatePrivateCertificatesParams ¶
func NewRotatePrivateCertificatesParams() *RotatePrivateCertificatesParams
NewRotatePrivateCertificatesParams creates a new RotatePrivateCertificatesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRotatePrivateCertificatesParamsWithContext ¶
func NewRotatePrivateCertificatesParamsWithContext(ctx context.Context) *RotatePrivateCertificatesParams
NewRotatePrivateCertificatesParamsWithContext creates a new RotatePrivateCertificatesParams object with the ability to set a context for a request.
func NewRotatePrivateCertificatesParamsWithHTTPClient ¶
func NewRotatePrivateCertificatesParamsWithHTTPClient(client *http.Client) *RotatePrivateCertificatesParams
NewRotatePrivateCertificatesParamsWithHTTPClient creates a new RotatePrivateCertificatesParams object with the ability to set a custom HTTPClient for a request.
func NewRotatePrivateCertificatesParamsWithTimeout ¶
func NewRotatePrivateCertificatesParamsWithTimeout(timeout time.Duration) *RotatePrivateCertificatesParams
NewRotatePrivateCertificatesParamsWithTimeout creates a new RotatePrivateCertificatesParams object with the ability to set a timeout on a request.
func (*RotatePrivateCertificatesParams) SetContext ¶
func (o *RotatePrivateCertificatesParams) SetContext(ctx context.Context)
SetContext adds the context to the rotate private certificates params
func (*RotatePrivateCertificatesParams) SetDefaults ¶
func (o *RotatePrivateCertificatesParams) SetDefaults()
SetDefaults hydrates default values in the rotate private certificates params (not the query body).
All values with no default are reset to their zero value.
func (*RotatePrivateCertificatesParams) SetHTTPClient ¶
func (o *RotatePrivateCertificatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rotate private certificates params
func (*RotatePrivateCertificatesParams) SetInput ¶
func (o *RotatePrivateCertificatesParams) SetInput(input *models.RotatePrivateCertificatesRequest)
SetInput adds the input to the rotate private certificates params
func (*RotatePrivateCertificatesParams) SetTimeout ¶
func (o *RotatePrivateCertificatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rotate private certificates params
func (*RotatePrivateCertificatesParams) WithContext ¶
func (o *RotatePrivateCertificatesParams) WithContext(ctx context.Context) *RotatePrivateCertificatesParams
WithContext adds the context to the rotate private certificates params
func (*RotatePrivateCertificatesParams) WithDefaults ¶
func (o *RotatePrivateCertificatesParams) WithDefaults() *RotatePrivateCertificatesParams
WithDefaults hydrates default values in the rotate private certificates params (not the query body).
All values with no default are reset to their zero value.
func (*RotatePrivateCertificatesParams) WithHTTPClient ¶
func (o *RotatePrivateCertificatesParams) WithHTTPClient(client *http.Client) *RotatePrivateCertificatesParams
WithHTTPClient adds the HTTPClient to the rotate private certificates params
func (*RotatePrivateCertificatesParams) WithInput ¶
func (o *RotatePrivateCertificatesParams) WithInput(input *models.RotatePrivateCertificatesRequest) *RotatePrivateCertificatesParams
WithInput adds the input to the rotate private certificates params
func (*RotatePrivateCertificatesParams) WithTimeout ¶
func (o *RotatePrivateCertificatesParams) WithTimeout(timeout time.Duration) *RotatePrivateCertificatesParams
WithTimeout adds the timeout to the rotate private certificates params
func (*RotatePrivateCertificatesParams) WriteToRequest ¶
func (o *RotatePrivateCertificatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RotatePrivateCertificatesReader ¶
type RotatePrivateCertificatesReader struct {
// contains filtered or unexported fields
}
RotatePrivateCertificatesReader is a Reader for the RotatePrivateCertificates structure.
func (*RotatePrivateCertificatesReader) ReadResponse ¶
func (o *RotatePrivateCertificatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RotateSaltPasswordDefault ¶
type RotateSaltPasswordDefault struct { Payload *models.Error // contains filtered or unexported fields }
RotateSaltPasswordDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewRotateSaltPasswordDefault ¶
func NewRotateSaltPasswordDefault(code int) *RotateSaltPasswordDefault
NewRotateSaltPasswordDefault creates a RotateSaltPasswordDefault with default headers values
func (*RotateSaltPasswordDefault) Code ¶
func (o *RotateSaltPasswordDefault) Code() int
Code gets the status code for the rotate salt password default response
func (*RotateSaltPasswordDefault) Error ¶
func (o *RotateSaltPasswordDefault) Error() string
func (*RotateSaltPasswordDefault) GetPayload ¶
func (o *RotateSaltPasswordDefault) GetPayload() *models.Error
func (*RotateSaltPasswordDefault) IsClientError ¶
func (o *RotateSaltPasswordDefault) IsClientError() bool
IsClientError returns true when this rotate salt password default response has a 4xx status code
func (*RotateSaltPasswordDefault) IsCode ¶
func (o *RotateSaltPasswordDefault) IsCode(code int) bool
IsCode returns true when this rotate salt password default response a status code equal to that given
func (*RotateSaltPasswordDefault) IsRedirect ¶
func (o *RotateSaltPasswordDefault) IsRedirect() bool
IsRedirect returns true when this rotate salt password default response has a 3xx status code
func (*RotateSaltPasswordDefault) IsServerError ¶
func (o *RotateSaltPasswordDefault) IsServerError() bool
IsServerError returns true when this rotate salt password default response has a 5xx status code
func (*RotateSaltPasswordDefault) IsSuccess ¶
func (o *RotateSaltPasswordDefault) IsSuccess() bool
IsSuccess returns true when this rotate salt password default response has a 2xx status code
func (*RotateSaltPasswordDefault) String ¶
func (o *RotateSaltPasswordDefault) String() string
type RotateSaltPasswordOK ¶
type RotateSaltPasswordOK struct {
Payload models.RotateSaltPasswordResponse
}
RotateSaltPasswordOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewRotateSaltPasswordOK ¶
func NewRotateSaltPasswordOK() *RotateSaltPasswordOK
NewRotateSaltPasswordOK creates a RotateSaltPasswordOK with default headers values
func (*RotateSaltPasswordOK) Code ¶
func (o *RotateSaltPasswordOK) Code() int
Code gets the status code for the rotate salt password o k response
func (*RotateSaltPasswordOK) Error ¶
func (o *RotateSaltPasswordOK) Error() string
func (*RotateSaltPasswordOK) GetPayload ¶
func (o *RotateSaltPasswordOK) GetPayload() models.RotateSaltPasswordResponse
func (*RotateSaltPasswordOK) IsClientError ¶
func (o *RotateSaltPasswordOK) IsClientError() bool
IsClientError returns true when this rotate salt password o k response has a 4xx status code
func (*RotateSaltPasswordOK) IsCode ¶
func (o *RotateSaltPasswordOK) IsCode(code int) bool
IsCode returns true when this rotate salt password o k response a status code equal to that given
func (*RotateSaltPasswordOK) IsRedirect ¶
func (o *RotateSaltPasswordOK) IsRedirect() bool
IsRedirect returns true when this rotate salt password o k response has a 3xx status code
func (*RotateSaltPasswordOK) IsServerError ¶
func (o *RotateSaltPasswordOK) IsServerError() bool
IsServerError returns true when this rotate salt password o k response has a 5xx status code
func (*RotateSaltPasswordOK) IsSuccess ¶
func (o *RotateSaltPasswordOK) IsSuccess() bool
IsSuccess returns true when this rotate salt password o k response has a 2xx status code
func (*RotateSaltPasswordOK) String ¶
func (o *RotateSaltPasswordOK) String() string
type RotateSaltPasswordParams ¶
type RotateSaltPasswordParams struct { // Input. Input *models.RotateSaltPasswordRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RotateSaltPasswordParams contains all the parameters to send to the API endpoint
for the rotate salt password operation. Typically these are written to a http.Request.
func NewRotateSaltPasswordParams ¶
func NewRotateSaltPasswordParams() *RotateSaltPasswordParams
NewRotateSaltPasswordParams creates a new RotateSaltPasswordParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRotateSaltPasswordParamsWithContext ¶
func NewRotateSaltPasswordParamsWithContext(ctx context.Context) *RotateSaltPasswordParams
NewRotateSaltPasswordParamsWithContext creates a new RotateSaltPasswordParams object with the ability to set a context for a request.
func NewRotateSaltPasswordParamsWithHTTPClient ¶
func NewRotateSaltPasswordParamsWithHTTPClient(client *http.Client) *RotateSaltPasswordParams
NewRotateSaltPasswordParamsWithHTTPClient creates a new RotateSaltPasswordParams object with the ability to set a custom HTTPClient for a request.
func NewRotateSaltPasswordParamsWithTimeout ¶
func NewRotateSaltPasswordParamsWithTimeout(timeout time.Duration) *RotateSaltPasswordParams
NewRotateSaltPasswordParamsWithTimeout creates a new RotateSaltPasswordParams object with the ability to set a timeout on a request.
func (*RotateSaltPasswordParams) SetContext ¶
func (o *RotateSaltPasswordParams) SetContext(ctx context.Context)
SetContext adds the context to the rotate salt password params
func (*RotateSaltPasswordParams) SetDefaults ¶
func (o *RotateSaltPasswordParams) SetDefaults()
SetDefaults hydrates default values in the rotate salt password params (not the query body).
All values with no default are reset to their zero value.
func (*RotateSaltPasswordParams) SetHTTPClient ¶
func (o *RotateSaltPasswordParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rotate salt password params
func (*RotateSaltPasswordParams) SetInput ¶
func (o *RotateSaltPasswordParams) SetInput(input *models.RotateSaltPasswordRequest)
SetInput adds the input to the rotate salt password params
func (*RotateSaltPasswordParams) SetTimeout ¶
func (o *RotateSaltPasswordParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rotate salt password params
func (*RotateSaltPasswordParams) WithContext ¶
func (o *RotateSaltPasswordParams) WithContext(ctx context.Context) *RotateSaltPasswordParams
WithContext adds the context to the rotate salt password params
func (*RotateSaltPasswordParams) WithDefaults ¶
func (o *RotateSaltPasswordParams) WithDefaults() *RotateSaltPasswordParams
WithDefaults hydrates default values in the rotate salt password params (not the query body).
All values with no default are reset to their zero value.
func (*RotateSaltPasswordParams) WithHTTPClient ¶
func (o *RotateSaltPasswordParams) WithHTTPClient(client *http.Client) *RotateSaltPasswordParams
WithHTTPClient adds the HTTPClient to the rotate salt password params
func (*RotateSaltPasswordParams) WithInput ¶
func (o *RotateSaltPasswordParams) WithInput(input *models.RotateSaltPasswordRequest) *RotateSaltPasswordParams
WithInput adds the input to the rotate salt password params
func (*RotateSaltPasswordParams) WithTimeout ¶
func (o *RotateSaltPasswordParams) WithTimeout(timeout time.Duration) *RotateSaltPasswordParams
WithTimeout adds the timeout to the rotate salt password params
func (*RotateSaltPasswordParams) WriteToRequest ¶
func (o *RotateSaltPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RotateSaltPasswordReader ¶
type RotateSaltPasswordReader struct {
// contains filtered or unexported fields
}
RotateSaltPasswordReader is a Reader for the RotateSaltPassword structure.
func (*RotateSaltPasswordReader) ReadResponse ¶
func (o *RotateSaltPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ScaleClusterDefault ¶
ScaleClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewScaleClusterDefault ¶
func NewScaleClusterDefault(code int) *ScaleClusterDefault
NewScaleClusterDefault creates a ScaleClusterDefault with default headers values
func (*ScaleClusterDefault) Code ¶
func (o *ScaleClusterDefault) Code() int
Code gets the status code for the scale cluster default response
func (*ScaleClusterDefault) Error ¶
func (o *ScaleClusterDefault) Error() string
func (*ScaleClusterDefault) GetPayload ¶
func (o *ScaleClusterDefault) GetPayload() *models.Error
func (*ScaleClusterDefault) IsClientError ¶
func (o *ScaleClusterDefault) IsClientError() bool
IsClientError returns true when this scale cluster default response has a 4xx status code
func (*ScaleClusterDefault) IsCode ¶
func (o *ScaleClusterDefault) IsCode(code int) bool
IsCode returns true when this scale cluster default response a status code equal to that given
func (*ScaleClusterDefault) IsRedirect ¶
func (o *ScaleClusterDefault) IsRedirect() bool
IsRedirect returns true when this scale cluster default response has a 3xx status code
func (*ScaleClusterDefault) IsServerError ¶
func (o *ScaleClusterDefault) IsServerError() bool
IsServerError returns true when this scale cluster default response has a 5xx status code
func (*ScaleClusterDefault) IsSuccess ¶
func (o *ScaleClusterDefault) IsSuccess() bool
IsSuccess returns true when this scale cluster default response has a 2xx status code
func (*ScaleClusterDefault) String ¶
func (o *ScaleClusterDefault) String() string
type ScaleClusterOK ¶
type ScaleClusterOK struct {
Payload models.ScaleClusterResponse
}
ScaleClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewScaleClusterOK ¶
func NewScaleClusterOK() *ScaleClusterOK
NewScaleClusterOK creates a ScaleClusterOK with default headers values
func (*ScaleClusterOK) Code ¶
func (o *ScaleClusterOK) Code() int
Code gets the status code for the scale cluster o k response
func (*ScaleClusterOK) Error ¶
func (o *ScaleClusterOK) Error() string
func (*ScaleClusterOK) GetPayload ¶
func (o *ScaleClusterOK) GetPayload() models.ScaleClusterResponse
func (*ScaleClusterOK) IsClientError ¶
func (o *ScaleClusterOK) IsClientError() bool
IsClientError returns true when this scale cluster o k response has a 4xx status code
func (*ScaleClusterOK) IsCode ¶
func (o *ScaleClusterOK) IsCode(code int) bool
IsCode returns true when this scale cluster o k response a status code equal to that given
func (*ScaleClusterOK) IsRedirect ¶
func (o *ScaleClusterOK) IsRedirect() bool
IsRedirect returns true when this scale cluster o k response has a 3xx status code
func (*ScaleClusterOK) IsServerError ¶
func (o *ScaleClusterOK) IsServerError() bool
IsServerError returns true when this scale cluster o k response has a 5xx status code
func (*ScaleClusterOK) IsSuccess ¶
func (o *ScaleClusterOK) IsSuccess() bool
IsSuccess returns true when this scale cluster o k response has a 2xx status code
func (*ScaleClusterOK) String ¶
func (o *ScaleClusterOK) String() string
type ScaleClusterParams ¶
type ScaleClusterParams struct { // Input. Input *models.ScaleClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ScaleClusterParams contains all the parameters to send to the API endpoint
for the scale cluster operation. Typically these are written to a http.Request.
func NewScaleClusterParams ¶
func NewScaleClusterParams() *ScaleClusterParams
NewScaleClusterParams creates a new ScaleClusterParams 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 NewScaleClusterParamsWithContext ¶
func NewScaleClusterParamsWithContext(ctx context.Context) *ScaleClusterParams
NewScaleClusterParamsWithContext creates a new ScaleClusterParams object with the ability to set a context for a request.
func NewScaleClusterParamsWithHTTPClient ¶
func NewScaleClusterParamsWithHTTPClient(client *http.Client) *ScaleClusterParams
NewScaleClusterParamsWithHTTPClient creates a new ScaleClusterParams object with the ability to set a custom HTTPClient for a request.
func NewScaleClusterParamsWithTimeout ¶
func NewScaleClusterParamsWithTimeout(timeout time.Duration) *ScaleClusterParams
NewScaleClusterParamsWithTimeout creates a new ScaleClusterParams object with the ability to set a timeout on a request.
func (*ScaleClusterParams) SetContext ¶
func (o *ScaleClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the scale cluster params
func (*ScaleClusterParams) SetDefaults ¶
func (o *ScaleClusterParams) SetDefaults()
SetDefaults hydrates default values in the scale cluster params (not the query body).
All values with no default are reset to their zero value.
func (*ScaleClusterParams) SetHTTPClient ¶
func (o *ScaleClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the scale cluster params
func (*ScaleClusterParams) SetInput ¶
func (o *ScaleClusterParams) SetInput(input *models.ScaleClusterRequest)
SetInput adds the input to the scale cluster params
func (*ScaleClusterParams) SetTimeout ¶
func (o *ScaleClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the scale cluster params
func (*ScaleClusterParams) WithContext ¶
func (o *ScaleClusterParams) WithContext(ctx context.Context) *ScaleClusterParams
WithContext adds the context to the scale cluster params
func (*ScaleClusterParams) WithDefaults ¶
func (o *ScaleClusterParams) WithDefaults() *ScaleClusterParams
WithDefaults hydrates default values in the scale cluster params (not the query body).
All values with no default are reset to their zero value.
func (*ScaleClusterParams) WithHTTPClient ¶
func (o *ScaleClusterParams) WithHTTPClient(client *http.Client) *ScaleClusterParams
WithHTTPClient adds the HTTPClient to the scale cluster params
func (*ScaleClusterParams) WithInput ¶
func (o *ScaleClusterParams) WithInput(input *models.ScaleClusterRequest) *ScaleClusterParams
WithInput adds the input to the scale cluster params
func (*ScaleClusterParams) WithTimeout ¶
func (o *ScaleClusterParams) WithTimeout(timeout time.Duration) *ScaleClusterParams
WithTimeout adds the timeout to the scale cluster params
func (*ScaleClusterParams) WriteToRequest ¶
func (o *ScaleClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ScaleClusterReader ¶
type ScaleClusterReader struct {
// contains filtered or unexported fields
}
ScaleClusterReader is a Reader for the ScaleCluster structure.
func (*ScaleClusterReader) ReadResponse ¶
func (o *ScaleClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetCatalogDefault ¶
SetCatalogDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewSetCatalogDefault ¶
func NewSetCatalogDefault(code int) *SetCatalogDefault
NewSetCatalogDefault creates a SetCatalogDefault with default headers values
func (*SetCatalogDefault) Code ¶
func (o *SetCatalogDefault) Code() int
Code gets the status code for the set catalog default response
func (*SetCatalogDefault) Error ¶
func (o *SetCatalogDefault) Error() string
func (*SetCatalogDefault) GetPayload ¶
func (o *SetCatalogDefault) GetPayload() *models.Error
func (*SetCatalogDefault) IsClientError ¶
func (o *SetCatalogDefault) IsClientError() bool
IsClientError returns true when this set catalog default response has a 4xx status code
func (*SetCatalogDefault) IsCode ¶
func (o *SetCatalogDefault) IsCode(code int) bool
IsCode returns true when this set catalog default response a status code equal to that given
func (*SetCatalogDefault) IsRedirect ¶
func (o *SetCatalogDefault) IsRedirect() bool
IsRedirect returns true when this set catalog default response has a 3xx status code
func (*SetCatalogDefault) IsServerError ¶
func (o *SetCatalogDefault) IsServerError() bool
IsServerError returns true when this set catalog default response has a 5xx status code
func (*SetCatalogDefault) IsSuccess ¶
func (o *SetCatalogDefault) IsSuccess() bool
IsSuccess returns true when this set catalog default response has a 2xx status code
func (*SetCatalogDefault) String ¶
func (o *SetCatalogDefault) String() string
type SetCatalogOK ¶
type SetCatalogOK struct {
Payload models.SetCatalogResponse
}
SetCatalogOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewSetCatalogOK ¶
func NewSetCatalogOK() *SetCatalogOK
NewSetCatalogOK creates a SetCatalogOK with default headers values
func (*SetCatalogOK) Code ¶
func (o *SetCatalogOK) Code() int
Code gets the status code for the set catalog o k response
func (*SetCatalogOK) Error ¶
func (o *SetCatalogOK) Error() string
func (*SetCatalogOK) GetPayload ¶
func (o *SetCatalogOK) GetPayload() models.SetCatalogResponse
func (*SetCatalogOK) IsClientError ¶
func (o *SetCatalogOK) IsClientError() bool
IsClientError returns true when this set catalog o k response has a 4xx status code
func (*SetCatalogOK) IsCode ¶
func (o *SetCatalogOK) IsCode(code int) bool
IsCode returns true when this set catalog o k response a status code equal to that given
func (*SetCatalogOK) IsRedirect ¶
func (o *SetCatalogOK) IsRedirect() bool
IsRedirect returns true when this set catalog o k response has a 3xx status code
func (*SetCatalogOK) IsServerError ¶
func (o *SetCatalogOK) IsServerError() bool
IsServerError returns true when this set catalog o k response has a 5xx status code
func (*SetCatalogOK) IsSuccess ¶
func (o *SetCatalogOK) IsSuccess() bool
IsSuccess returns true when this set catalog o k response has a 2xx status code
func (*SetCatalogOK) String ¶
func (o *SetCatalogOK) String() string
type SetCatalogParams ¶
type SetCatalogParams struct { // Input. Input *models.SetCatalogRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetCatalogParams contains all the parameters to send to the API endpoint
for the set catalog operation. Typically these are written to a http.Request.
func NewSetCatalogParams ¶
func NewSetCatalogParams() *SetCatalogParams
NewSetCatalogParams creates a new SetCatalogParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetCatalogParamsWithContext ¶
func NewSetCatalogParamsWithContext(ctx context.Context) *SetCatalogParams
NewSetCatalogParamsWithContext creates a new SetCatalogParams object with the ability to set a context for a request.
func NewSetCatalogParamsWithHTTPClient ¶
func NewSetCatalogParamsWithHTTPClient(client *http.Client) *SetCatalogParams
NewSetCatalogParamsWithHTTPClient creates a new SetCatalogParams object with the ability to set a custom HTTPClient for a request.
func NewSetCatalogParamsWithTimeout ¶
func NewSetCatalogParamsWithTimeout(timeout time.Duration) *SetCatalogParams
NewSetCatalogParamsWithTimeout creates a new SetCatalogParams object with the ability to set a timeout on a request.
func (*SetCatalogParams) SetContext ¶
func (o *SetCatalogParams) SetContext(ctx context.Context)
SetContext adds the context to the set catalog params
func (*SetCatalogParams) SetDefaults ¶
func (o *SetCatalogParams) SetDefaults()
SetDefaults hydrates default values in the set catalog params (not the query body).
All values with no default are reset to their zero value.
func (*SetCatalogParams) SetHTTPClient ¶
func (o *SetCatalogParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set catalog params
func (*SetCatalogParams) SetInput ¶
func (o *SetCatalogParams) SetInput(input *models.SetCatalogRequest)
SetInput adds the input to the set catalog params
func (*SetCatalogParams) SetTimeout ¶
func (o *SetCatalogParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set catalog params
func (*SetCatalogParams) WithContext ¶
func (o *SetCatalogParams) WithContext(ctx context.Context) *SetCatalogParams
WithContext adds the context to the set catalog params
func (*SetCatalogParams) WithDefaults ¶
func (o *SetCatalogParams) WithDefaults() *SetCatalogParams
WithDefaults hydrates default values in the set catalog params (not the query body).
All values with no default are reset to their zero value.
func (*SetCatalogParams) WithHTTPClient ¶
func (o *SetCatalogParams) WithHTTPClient(client *http.Client) *SetCatalogParams
WithHTTPClient adds the HTTPClient to the set catalog params
func (*SetCatalogParams) WithInput ¶
func (o *SetCatalogParams) WithInput(input *models.SetCatalogRequest) *SetCatalogParams
WithInput adds the input to the set catalog params
func (*SetCatalogParams) WithTimeout ¶
func (o *SetCatalogParams) WithTimeout(timeout time.Duration) *SetCatalogParams
WithTimeout adds the timeout to the set catalog params
func (*SetCatalogParams) WriteToRequest ¶
func (o *SetCatalogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetCatalogReader ¶
type SetCatalogReader struct {
// contains filtered or unexported fields
}
SetCatalogReader is a Reader for the SetCatalog structure.
func (*SetCatalogReader) ReadResponse ¶
func (o *SetCatalogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartClusterDefault ¶
StartClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStartClusterDefault ¶
func NewStartClusterDefault(code int) *StartClusterDefault
NewStartClusterDefault creates a StartClusterDefault with default headers values
func (*StartClusterDefault) Code ¶
func (o *StartClusterDefault) Code() int
Code gets the status code for the start cluster default response
func (*StartClusterDefault) Error ¶
func (o *StartClusterDefault) Error() string
func (*StartClusterDefault) GetPayload ¶
func (o *StartClusterDefault) GetPayload() *models.Error
func (*StartClusterDefault) IsClientError ¶
func (o *StartClusterDefault) IsClientError() bool
IsClientError returns true when this start cluster default response has a 4xx status code
func (*StartClusterDefault) IsCode ¶
func (o *StartClusterDefault) IsCode(code int) bool
IsCode returns true when this start cluster default response a status code equal to that given
func (*StartClusterDefault) IsRedirect ¶
func (o *StartClusterDefault) IsRedirect() bool
IsRedirect returns true when this start cluster default response has a 3xx status code
func (*StartClusterDefault) IsServerError ¶
func (o *StartClusterDefault) IsServerError() bool
IsServerError returns true when this start cluster default response has a 5xx status code
func (*StartClusterDefault) IsSuccess ¶
func (o *StartClusterDefault) IsSuccess() bool
IsSuccess returns true when this start cluster default response has a 2xx status code
func (*StartClusterDefault) String ¶
func (o *StartClusterDefault) String() string
type StartClusterOK ¶
type StartClusterOK struct {
Payload models.StartClusterResponse
}
StartClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewStartClusterOK ¶
func NewStartClusterOK() *StartClusterOK
NewStartClusterOK creates a StartClusterOK with default headers values
func (*StartClusterOK) Code ¶
func (o *StartClusterOK) Code() int
Code gets the status code for the start cluster o k response
func (*StartClusterOK) Error ¶
func (o *StartClusterOK) Error() string
func (*StartClusterOK) GetPayload ¶
func (o *StartClusterOK) GetPayload() models.StartClusterResponse
func (*StartClusterOK) IsClientError ¶
func (o *StartClusterOK) IsClientError() bool
IsClientError returns true when this start cluster o k response has a 4xx status code
func (*StartClusterOK) IsCode ¶
func (o *StartClusterOK) IsCode(code int) bool
IsCode returns true when this start cluster o k response a status code equal to that given
func (*StartClusterOK) IsRedirect ¶
func (o *StartClusterOK) IsRedirect() bool
IsRedirect returns true when this start cluster o k response has a 3xx status code
func (*StartClusterOK) IsServerError ¶
func (o *StartClusterOK) IsServerError() bool
IsServerError returns true when this start cluster o k response has a 5xx status code
func (*StartClusterOK) IsSuccess ¶
func (o *StartClusterOK) IsSuccess() bool
IsSuccess returns true when this start cluster o k response has a 2xx status code
func (*StartClusterOK) String ¶
func (o *StartClusterOK) String() string
type StartClusterParams ¶
type StartClusterParams struct { // Input. Input *models.StartClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartClusterParams contains all the parameters to send to the API endpoint
for the start cluster operation. Typically these are written to a http.Request.
func NewStartClusterParams ¶
func NewStartClusterParams() *StartClusterParams
NewStartClusterParams creates a new StartClusterParams 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 NewStartClusterParamsWithContext ¶
func NewStartClusterParamsWithContext(ctx context.Context) *StartClusterParams
NewStartClusterParamsWithContext creates a new StartClusterParams object with the ability to set a context for a request.
func NewStartClusterParamsWithHTTPClient ¶
func NewStartClusterParamsWithHTTPClient(client *http.Client) *StartClusterParams
NewStartClusterParamsWithHTTPClient creates a new StartClusterParams object with the ability to set a custom HTTPClient for a request.
func NewStartClusterParamsWithTimeout ¶
func NewStartClusterParamsWithTimeout(timeout time.Duration) *StartClusterParams
NewStartClusterParamsWithTimeout creates a new StartClusterParams object with the ability to set a timeout on a request.
func (*StartClusterParams) SetContext ¶
func (o *StartClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the start cluster params
func (*StartClusterParams) SetDefaults ¶
func (o *StartClusterParams) SetDefaults()
SetDefaults hydrates default values in the start cluster params (not the query body).
All values with no default are reset to their zero value.
func (*StartClusterParams) SetHTTPClient ¶
func (o *StartClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start cluster params
func (*StartClusterParams) SetInput ¶
func (o *StartClusterParams) SetInput(input *models.StartClusterRequest)
SetInput adds the input to the start cluster params
func (*StartClusterParams) SetTimeout ¶
func (o *StartClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start cluster params
func (*StartClusterParams) WithContext ¶
func (o *StartClusterParams) WithContext(ctx context.Context) *StartClusterParams
WithContext adds the context to the start cluster params
func (*StartClusterParams) WithDefaults ¶
func (o *StartClusterParams) WithDefaults() *StartClusterParams
WithDefaults hydrates default values in the start cluster params (not the query body).
All values with no default are reset to their zero value.
func (*StartClusterParams) WithHTTPClient ¶
func (o *StartClusterParams) WithHTTPClient(client *http.Client) *StartClusterParams
WithHTTPClient adds the HTTPClient to the start cluster params
func (*StartClusterParams) WithInput ¶
func (o *StartClusterParams) WithInput(input *models.StartClusterRequest) *StartClusterParams
WithInput adds the input to the start cluster params
func (*StartClusterParams) WithTimeout ¶
func (o *StartClusterParams) WithTimeout(timeout time.Duration) *StartClusterParams
WithTimeout adds the timeout to the start cluster params
func (*StartClusterParams) WriteToRequest ¶
func (o *StartClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartClusterReader ¶
type StartClusterReader struct {
// contains filtered or unexported fields
}
StartClusterReader is a Reader for the StartCluster structure.
func (*StartClusterReader) ReadResponse ¶
func (o *StartClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartClusterVerticalScalingDefault ¶
type StartClusterVerticalScalingDefault struct { Payload *models.Error // contains filtered or unexported fields }
StartClusterVerticalScalingDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStartClusterVerticalScalingDefault ¶
func NewStartClusterVerticalScalingDefault(code int) *StartClusterVerticalScalingDefault
NewStartClusterVerticalScalingDefault creates a StartClusterVerticalScalingDefault with default headers values
func (*StartClusterVerticalScalingDefault) Code ¶
func (o *StartClusterVerticalScalingDefault) Code() int
Code gets the status code for the start cluster vertical scaling default response
func (*StartClusterVerticalScalingDefault) Error ¶
func (o *StartClusterVerticalScalingDefault) Error() string
func (*StartClusterVerticalScalingDefault) GetPayload ¶
func (o *StartClusterVerticalScalingDefault) GetPayload() *models.Error
func (*StartClusterVerticalScalingDefault) IsClientError ¶
func (o *StartClusterVerticalScalingDefault) IsClientError() bool
IsClientError returns true when this start cluster vertical scaling default response has a 4xx status code
func (*StartClusterVerticalScalingDefault) IsCode ¶
func (o *StartClusterVerticalScalingDefault) IsCode(code int) bool
IsCode returns true when this start cluster vertical scaling default response a status code equal to that given
func (*StartClusterVerticalScalingDefault) IsRedirect ¶
func (o *StartClusterVerticalScalingDefault) IsRedirect() bool
IsRedirect returns true when this start cluster vertical scaling default response has a 3xx status code
func (*StartClusterVerticalScalingDefault) IsServerError ¶
func (o *StartClusterVerticalScalingDefault) IsServerError() bool
IsServerError returns true when this start cluster vertical scaling default response has a 5xx status code
func (*StartClusterVerticalScalingDefault) IsSuccess ¶
func (o *StartClusterVerticalScalingDefault) IsSuccess() bool
IsSuccess returns true when this start cluster vertical scaling default response has a 2xx status code
func (*StartClusterVerticalScalingDefault) String ¶
func (o *StartClusterVerticalScalingDefault) String() string
type StartClusterVerticalScalingOK ¶
type StartClusterVerticalScalingOK struct {
Payload *models.StartClusterVerticalScalingResponse
}
StartClusterVerticalScalingOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewStartClusterVerticalScalingOK ¶
func NewStartClusterVerticalScalingOK() *StartClusterVerticalScalingOK
NewStartClusterVerticalScalingOK creates a StartClusterVerticalScalingOK with default headers values
func (*StartClusterVerticalScalingOK) Code ¶
func (o *StartClusterVerticalScalingOK) Code() int
Code gets the status code for the start cluster vertical scaling o k response
func (*StartClusterVerticalScalingOK) Error ¶
func (o *StartClusterVerticalScalingOK) Error() string
func (*StartClusterVerticalScalingOK) GetPayload ¶
func (o *StartClusterVerticalScalingOK) GetPayload() *models.StartClusterVerticalScalingResponse
func (*StartClusterVerticalScalingOK) IsClientError ¶
func (o *StartClusterVerticalScalingOK) IsClientError() bool
IsClientError returns true when this start cluster vertical scaling o k response has a 4xx status code
func (*StartClusterVerticalScalingOK) IsCode ¶
func (o *StartClusterVerticalScalingOK) IsCode(code int) bool
IsCode returns true when this start cluster vertical scaling o k response a status code equal to that given
func (*StartClusterVerticalScalingOK) IsRedirect ¶
func (o *StartClusterVerticalScalingOK) IsRedirect() bool
IsRedirect returns true when this start cluster vertical scaling o k response has a 3xx status code
func (*StartClusterVerticalScalingOK) IsServerError ¶
func (o *StartClusterVerticalScalingOK) IsServerError() bool
IsServerError returns true when this start cluster vertical scaling o k response has a 5xx status code
func (*StartClusterVerticalScalingOK) IsSuccess ¶
func (o *StartClusterVerticalScalingOK) IsSuccess() bool
IsSuccess returns true when this start cluster vertical scaling o k response has a 2xx status code
func (*StartClusterVerticalScalingOK) String ¶
func (o *StartClusterVerticalScalingOK) String() string
type StartClusterVerticalScalingParams ¶
type StartClusterVerticalScalingParams struct { // Input. Input *models.StartClusterVerticalScalingRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartClusterVerticalScalingParams contains all the parameters to send to the API endpoint
for the start cluster vertical scaling operation. Typically these are written to a http.Request.
func NewStartClusterVerticalScalingParams ¶
func NewStartClusterVerticalScalingParams() *StartClusterVerticalScalingParams
NewStartClusterVerticalScalingParams creates a new StartClusterVerticalScalingParams 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 NewStartClusterVerticalScalingParamsWithContext ¶
func NewStartClusterVerticalScalingParamsWithContext(ctx context.Context) *StartClusterVerticalScalingParams
NewStartClusterVerticalScalingParamsWithContext creates a new StartClusterVerticalScalingParams object with the ability to set a context for a request.
func NewStartClusterVerticalScalingParamsWithHTTPClient ¶
func NewStartClusterVerticalScalingParamsWithHTTPClient(client *http.Client) *StartClusterVerticalScalingParams
NewStartClusterVerticalScalingParamsWithHTTPClient creates a new StartClusterVerticalScalingParams object with the ability to set a custom HTTPClient for a request.
func NewStartClusterVerticalScalingParamsWithTimeout ¶
func NewStartClusterVerticalScalingParamsWithTimeout(timeout time.Duration) *StartClusterVerticalScalingParams
NewStartClusterVerticalScalingParamsWithTimeout creates a new StartClusterVerticalScalingParams object with the ability to set a timeout on a request.
func (*StartClusterVerticalScalingParams) SetContext ¶
func (o *StartClusterVerticalScalingParams) SetContext(ctx context.Context)
SetContext adds the context to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) SetDefaults ¶
func (o *StartClusterVerticalScalingParams) SetDefaults()
SetDefaults hydrates default values in the start cluster vertical scaling params (not the query body).
All values with no default are reset to their zero value.
func (*StartClusterVerticalScalingParams) SetHTTPClient ¶
func (o *StartClusterVerticalScalingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) SetInput ¶
func (o *StartClusterVerticalScalingParams) SetInput(input *models.StartClusterVerticalScalingRequest)
SetInput adds the input to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) SetTimeout ¶
func (o *StartClusterVerticalScalingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) WithContext ¶
func (o *StartClusterVerticalScalingParams) WithContext(ctx context.Context) *StartClusterVerticalScalingParams
WithContext adds the context to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) WithDefaults ¶
func (o *StartClusterVerticalScalingParams) WithDefaults() *StartClusterVerticalScalingParams
WithDefaults hydrates default values in the start cluster vertical scaling params (not the query body).
All values with no default are reset to their zero value.
func (*StartClusterVerticalScalingParams) WithHTTPClient ¶
func (o *StartClusterVerticalScalingParams) WithHTTPClient(client *http.Client) *StartClusterVerticalScalingParams
WithHTTPClient adds the HTTPClient to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) WithInput ¶
func (o *StartClusterVerticalScalingParams) WithInput(input *models.StartClusterVerticalScalingRequest) *StartClusterVerticalScalingParams
WithInput adds the input to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) WithTimeout ¶
func (o *StartClusterVerticalScalingParams) WithTimeout(timeout time.Duration) *StartClusterVerticalScalingParams
WithTimeout adds the timeout to the start cluster vertical scaling params
func (*StartClusterVerticalScalingParams) WriteToRequest ¶
func (o *StartClusterVerticalScalingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartClusterVerticalScalingReader ¶
type StartClusterVerticalScalingReader struct {
// contains filtered or unexported fields
}
StartClusterVerticalScalingReader is a Reader for the StartClusterVerticalScaling structure.
func (*StartClusterVerticalScalingReader) ReadResponse ¶
func (o *StartClusterVerticalScalingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDatabaseUpgradeDefault ¶
type StartDatabaseUpgradeDefault struct { Payload *models.Error // contains filtered or unexported fields }
StartDatabaseUpgradeDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStartDatabaseUpgradeDefault ¶
func NewStartDatabaseUpgradeDefault(code int) *StartDatabaseUpgradeDefault
NewStartDatabaseUpgradeDefault creates a StartDatabaseUpgradeDefault with default headers values
func (*StartDatabaseUpgradeDefault) Code ¶
func (o *StartDatabaseUpgradeDefault) Code() int
Code gets the status code for the start database upgrade default response
func (*StartDatabaseUpgradeDefault) Error ¶
func (o *StartDatabaseUpgradeDefault) Error() string
func (*StartDatabaseUpgradeDefault) GetPayload ¶
func (o *StartDatabaseUpgradeDefault) GetPayload() *models.Error
func (*StartDatabaseUpgradeDefault) IsClientError ¶
func (o *StartDatabaseUpgradeDefault) IsClientError() bool
IsClientError returns true when this start database upgrade default response has a 4xx status code
func (*StartDatabaseUpgradeDefault) IsCode ¶
func (o *StartDatabaseUpgradeDefault) IsCode(code int) bool
IsCode returns true when this start database upgrade default response a status code equal to that given
func (*StartDatabaseUpgradeDefault) IsRedirect ¶
func (o *StartDatabaseUpgradeDefault) IsRedirect() bool
IsRedirect returns true when this start database upgrade default response has a 3xx status code
func (*StartDatabaseUpgradeDefault) IsServerError ¶
func (o *StartDatabaseUpgradeDefault) IsServerError() bool
IsServerError returns true when this start database upgrade default response has a 5xx status code
func (*StartDatabaseUpgradeDefault) IsSuccess ¶
func (o *StartDatabaseUpgradeDefault) IsSuccess() bool
IsSuccess returns true when this start database upgrade default response has a 2xx status code
func (*StartDatabaseUpgradeDefault) String ¶
func (o *StartDatabaseUpgradeDefault) String() string
type StartDatabaseUpgradeOK ¶
type StartDatabaseUpgradeOK struct {
Payload *models.StartDatabaseUpgradeResponse
}
StartDatabaseUpgradeOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewStartDatabaseUpgradeOK ¶
func NewStartDatabaseUpgradeOK() *StartDatabaseUpgradeOK
NewStartDatabaseUpgradeOK creates a StartDatabaseUpgradeOK with default headers values
func (*StartDatabaseUpgradeOK) Code ¶
func (o *StartDatabaseUpgradeOK) Code() int
Code gets the status code for the start database upgrade o k response
func (*StartDatabaseUpgradeOK) Error ¶
func (o *StartDatabaseUpgradeOK) Error() string
func (*StartDatabaseUpgradeOK) GetPayload ¶
func (o *StartDatabaseUpgradeOK) GetPayload() *models.StartDatabaseUpgradeResponse
func (*StartDatabaseUpgradeOK) IsClientError ¶
func (o *StartDatabaseUpgradeOK) IsClientError() bool
IsClientError returns true when this start database upgrade o k response has a 4xx status code
func (*StartDatabaseUpgradeOK) IsCode ¶
func (o *StartDatabaseUpgradeOK) IsCode(code int) bool
IsCode returns true when this start database upgrade o k response a status code equal to that given
func (*StartDatabaseUpgradeOK) IsRedirect ¶
func (o *StartDatabaseUpgradeOK) IsRedirect() bool
IsRedirect returns true when this start database upgrade o k response has a 3xx status code
func (*StartDatabaseUpgradeOK) IsServerError ¶
func (o *StartDatabaseUpgradeOK) IsServerError() bool
IsServerError returns true when this start database upgrade o k response has a 5xx status code
func (*StartDatabaseUpgradeOK) IsSuccess ¶
func (o *StartDatabaseUpgradeOK) IsSuccess() bool
IsSuccess returns true when this start database upgrade o k response has a 2xx status code
func (*StartDatabaseUpgradeOK) String ¶
func (o *StartDatabaseUpgradeOK) String() string
type StartDatabaseUpgradeParams ¶
type StartDatabaseUpgradeParams struct { // Input. Input *models.StartDatabaseUpgradeRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDatabaseUpgradeParams contains all the parameters to send to the API endpoint
for the start database upgrade operation. Typically these are written to a http.Request.
func NewStartDatabaseUpgradeParams ¶
func NewStartDatabaseUpgradeParams() *StartDatabaseUpgradeParams
NewStartDatabaseUpgradeParams creates a new StartDatabaseUpgradeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStartDatabaseUpgradeParamsWithContext ¶
func NewStartDatabaseUpgradeParamsWithContext(ctx context.Context) *StartDatabaseUpgradeParams
NewStartDatabaseUpgradeParamsWithContext creates a new StartDatabaseUpgradeParams object with the ability to set a context for a request.
func NewStartDatabaseUpgradeParamsWithHTTPClient ¶
func NewStartDatabaseUpgradeParamsWithHTTPClient(client *http.Client) *StartDatabaseUpgradeParams
NewStartDatabaseUpgradeParamsWithHTTPClient creates a new StartDatabaseUpgradeParams object with the ability to set a custom HTTPClient for a request.
func NewStartDatabaseUpgradeParamsWithTimeout ¶
func NewStartDatabaseUpgradeParamsWithTimeout(timeout time.Duration) *StartDatabaseUpgradeParams
NewStartDatabaseUpgradeParamsWithTimeout creates a new StartDatabaseUpgradeParams object with the ability to set a timeout on a request.
func (*StartDatabaseUpgradeParams) SetContext ¶
func (o *StartDatabaseUpgradeParams) SetContext(ctx context.Context)
SetContext adds the context to the start database upgrade params
func (*StartDatabaseUpgradeParams) SetDefaults ¶
func (o *StartDatabaseUpgradeParams) SetDefaults()
SetDefaults hydrates default values in the start database upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*StartDatabaseUpgradeParams) SetHTTPClient ¶
func (o *StartDatabaseUpgradeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start database upgrade params
func (*StartDatabaseUpgradeParams) SetInput ¶
func (o *StartDatabaseUpgradeParams) SetInput(input *models.StartDatabaseUpgradeRequest)
SetInput adds the input to the start database upgrade params
func (*StartDatabaseUpgradeParams) SetTimeout ¶
func (o *StartDatabaseUpgradeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start database upgrade params
func (*StartDatabaseUpgradeParams) WithContext ¶
func (o *StartDatabaseUpgradeParams) WithContext(ctx context.Context) *StartDatabaseUpgradeParams
WithContext adds the context to the start database upgrade params
func (*StartDatabaseUpgradeParams) WithDefaults ¶
func (o *StartDatabaseUpgradeParams) WithDefaults() *StartDatabaseUpgradeParams
WithDefaults hydrates default values in the start database upgrade params (not the query body).
All values with no default are reset to their zero value.
func (*StartDatabaseUpgradeParams) WithHTTPClient ¶
func (o *StartDatabaseUpgradeParams) WithHTTPClient(client *http.Client) *StartDatabaseUpgradeParams
WithHTTPClient adds the HTTPClient to the start database upgrade params
func (*StartDatabaseUpgradeParams) WithInput ¶
func (o *StartDatabaseUpgradeParams) WithInput(input *models.StartDatabaseUpgradeRequest) *StartDatabaseUpgradeParams
WithInput adds the input to the start database upgrade params
func (*StartDatabaseUpgradeParams) WithTimeout ¶
func (o *StartDatabaseUpgradeParams) WithTimeout(timeout time.Duration) *StartDatabaseUpgradeParams
WithTimeout adds the timeout to the start database upgrade params
func (*StartDatabaseUpgradeParams) WriteToRequest ¶
func (o *StartDatabaseUpgradeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDatabaseUpgradeReader ¶
type StartDatabaseUpgradeReader struct {
// contains filtered or unexported fields
}
StartDatabaseUpgradeReader is a Reader for the StartDatabaseUpgrade structure.
func (*StartDatabaseUpgradeReader) ReadResponse ¶
func (o *StartDatabaseUpgradeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartInstancesDefault ¶
type StartInstancesDefault struct { Payload *models.Error // contains filtered or unexported fields }
StartInstancesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStartInstancesDefault ¶
func NewStartInstancesDefault(code int) *StartInstancesDefault
NewStartInstancesDefault creates a StartInstancesDefault with default headers values
func (*StartInstancesDefault) Code ¶
func (o *StartInstancesDefault) Code() int
Code gets the status code for the start instances default response
func (*StartInstancesDefault) Error ¶
func (o *StartInstancesDefault) Error() string
func (*StartInstancesDefault) GetPayload ¶
func (o *StartInstancesDefault) GetPayload() *models.Error
func (*StartInstancesDefault) IsClientError ¶
func (o *StartInstancesDefault) IsClientError() bool
IsClientError returns true when this start instances default response has a 4xx status code
func (*StartInstancesDefault) IsCode ¶
func (o *StartInstancesDefault) IsCode(code int) bool
IsCode returns true when this start instances default response a status code equal to that given
func (*StartInstancesDefault) IsRedirect ¶
func (o *StartInstancesDefault) IsRedirect() bool
IsRedirect returns true when this start instances default response has a 3xx status code
func (*StartInstancesDefault) IsServerError ¶
func (o *StartInstancesDefault) IsServerError() bool
IsServerError returns true when this start instances default response has a 5xx status code
func (*StartInstancesDefault) IsSuccess ¶
func (o *StartInstancesDefault) IsSuccess() bool
IsSuccess returns true when this start instances default response has a 2xx status code
func (*StartInstancesDefault) String ¶
func (o *StartInstancesDefault) String() string
type StartInstancesOK ¶
type StartInstancesOK struct {
Payload models.StartInstancesResponse
}
StartInstancesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewStartInstancesOK ¶
func NewStartInstancesOK() *StartInstancesOK
NewStartInstancesOK creates a StartInstancesOK with default headers values
func (*StartInstancesOK) Code ¶
func (o *StartInstancesOK) Code() int
Code gets the status code for the start instances o k response
func (*StartInstancesOK) Error ¶
func (o *StartInstancesOK) Error() string
func (*StartInstancesOK) GetPayload ¶
func (o *StartInstancesOK) GetPayload() models.StartInstancesResponse
func (*StartInstancesOK) IsClientError ¶
func (o *StartInstancesOK) IsClientError() bool
IsClientError returns true when this start instances o k response has a 4xx status code
func (*StartInstancesOK) IsCode ¶
func (o *StartInstancesOK) IsCode(code int) bool
IsCode returns true when this start instances o k response a status code equal to that given
func (*StartInstancesOK) IsRedirect ¶
func (o *StartInstancesOK) IsRedirect() bool
IsRedirect returns true when this start instances o k response has a 3xx status code
func (*StartInstancesOK) IsServerError ¶
func (o *StartInstancesOK) IsServerError() bool
IsServerError returns true when this start instances o k response has a 5xx status code
func (*StartInstancesOK) IsSuccess ¶
func (o *StartInstancesOK) IsSuccess() bool
IsSuccess returns true when this start instances o k response has a 2xx status code
func (*StartInstancesOK) String ¶
func (o *StartInstancesOK) String() string
type StartInstancesParams ¶
type StartInstancesParams struct { // Input. Input *models.StartInstancesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartInstancesParams contains all the parameters to send to the API endpoint
for the start instances operation. Typically these are written to a http.Request.
func NewStartInstancesParams ¶
func NewStartInstancesParams() *StartInstancesParams
NewStartInstancesParams creates a new StartInstancesParams 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 NewStartInstancesParamsWithContext ¶
func NewStartInstancesParamsWithContext(ctx context.Context) *StartInstancesParams
NewStartInstancesParamsWithContext creates a new StartInstancesParams object with the ability to set a context for a request.
func NewStartInstancesParamsWithHTTPClient ¶
func NewStartInstancesParamsWithHTTPClient(client *http.Client) *StartInstancesParams
NewStartInstancesParamsWithHTTPClient creates a new StartInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewStartInstancesParamsWithTimeout ¶
func NewStartInstancesParamsWithTimeout(timeout time.Duration) *StartInstancesParams
NewStartInstancesParamsWithTimeout creates a new StartInstancesParams object with the ability to set a timeout on a request.
func (*StartInstancesParams) SetContext ¶
func (o *StartInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the start instances params
func (*StartInstancesParams) SetDefaults ¶
func (o *StartInstancesParams) SetDefaults()
SetDefaults hydrates default values in the start instances params (not the query body).
All values with no default are reset to their zero value.
func (*StartInstancesParams) SetHTTPClient ¶
func (o *StartInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start instances params
func (*StartInstancesParams) SetInput ¶
func (o *StartInstancesParams) SetInput(input *models.StartInstancesRequest)
SetInput adds the input to the start instances params
func (*StartInstancesParams) SetTimeout ¶
func (o *StartInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start instances params
func (*StartInstancesParams) WithContext ¶
func (o *StartInstancesParams) WithContext(ctx context.Context) *StartInstancesParams
WithContext adds the context to the start instances params
func (*StartInstancesParams) WithDefaults ¶
func (o *StartInstancesParams) WithDefaults() *StartInstancesParams
WithDefaults hydrates default values in the start instances params (not the query body).
All values with no default are reset to their zero value.
func (*StartInstancesParams) WithHTTPClient ¶
func (o *StartInstancesParams) WithHTTPClient(client *http.Client) *StartInstancesParams
WithHTTPClient adds the HTTPClient to the start instances params
func (*StartInstancesParams) WithInput ¶
func (o *StartInstancesParams) WithInput(input *models.StartInstancesRequest) *StartInstancesParams
WithInput adds the input to the start instances params
func (*StartInstancesParams) WithTimeout ¶
func (o *StartInstancesParams) WithTimeout(timeout time.Duration) *StartInstancesParams
WithTimeout adds the timeout to the start instances params
func (*StartInstancesParams) WriteToRequest ¶
func (o *StartInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartInstancesReader ¶
type StartInstancesReader struct {
// contains filtered or unexported fields
}
StartInstancesReader is a Reader for the StartInstances structure.
func (*StartInstancesReader) ReadResponse ¶
func (o *StartInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopClusterDefault ¶
StopClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStopClusterDefault ¶
func NewStopClusterDefault(code int) *StopClusterDefault
NewStopClusterDefault creates a StopClusterDefault with default headers values
func (*StopClusterDefault) Code ¶
func (o *StopClusterDefault) Code() int
Code gets the status code for the stop cluster default response
func (*StopClusterDefault) Error ¶
func (o *StopClusterDefault) Error() string
func (*StopClusterDefault) GetPayload ¶
func (o *StopClusterDefault) GetPayload() *models.Error
func (*StopClusterDefault) IsClientError ¶
func (o *StopClusterDefault) IsClientError() bool
IsClientError returns true when this stop cluster default response has a 4xx status code
func (*StopClusterDefault) IsCode ¶
func (o *StopClusterDefault) IsCode(code int) bool
IsCode returns true when this stop cluster default response a status code equal to that given
func (*StopClusterDefault) IsRedirect ¶
func (o *StopClusterDefault) IsRedirect() bool
IsRedirect returns true when this stop cluster default response has a 3xx status code
func (*StopClusterDefault) IsServerError ¶
func (o *StopClusterDefault) IsServerError() bool
IsServerError returns true when this stop cluster default response has a 5xx status code
func (*StopClusterDefault) IsSuccess ¶
func (o *StopClusterDefault) IsSuccess() bool
IsSuccess returns true when this stop cluster default response has a 2xx status code
func (*StopClusterDefault) String ¶
func (o *StopClusterDefault) String() string
type StopClusterOK ¶
type StopClusterOK struct {
Payload models.StopClusterResponse
}
StopClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewStopClusterOK ¶
func NewStopClusterOK() *StopClusterOK
NewStopClusterOK creates a StopClusterOK with default headers values
func (*StopClusterOK) Code ¶
func (o *StopClusterOK) Code() int
Code gets the status code for the stop cluster o k response
func (*StopClusterOK) Error ¶
func (o *StopClusterOK) Error() string
func (*StopClusterOK) GetPayload ¶
func (o *StopClusterOK) GetPayload() models.StopClusterResponse
func (*StopClusterOK) IsClientError ¶
func (o *StopClusterOK) IsClientError() bool
IsClientError returns true when this stop cluster o k response has a 4xx status code
func (*StopClusterOK) IsCode ¶
func (o *StopClusterOK) IsCode(code int) bool
IsCode returns true when this stop cluster o k response a status code equal to that given
func (*StopClusterOK) IsRedirect ¶
func (o *StopClusterOK) IsRedirect() bool
IsRedirect returns true when this stop cluster o k response has a 3xx status code
func (*StopClusterOK) IsServerError ¶
func (o *StopClusterOK) IsServerError() bool
IsServerError returns true when this stop cluster o k response has a 5xx status code
func (*StopClusterOK) IsSuccess ¶
func (o *StopClusterOK) IsSuccess() bool
IsSuccess returns true when this stop cluster o k response has a 2xx status code
func (*StopClusterOK) String ¶
func (o *StopClusterOK) String() string
type StopClusterParams ¶
type StopClusterParams struct { // Input. Input *models.StopClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopClusterParams contains all the parameters to send to the API endpoint
for the stop cluster operation. Typically these are written to a http.Request.
func NewStopClusterParams ¶
func NewStopClusterParams() *StopClusterParams
NewStopClusterParams creates a new StopClusterParams 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 NewStopClusterParamsWithContext ¶
func NewStopClusterParamsWithContext(ctx context.Context) *StopClusterParams
NewStopClusterParamsWithContext creates a new StopClusterParams object with the ability to set a context for a request.
func NewStopClusterParamsWithHTTPClient ¶
func NewStopClusterParamsWithHTTPClient(client *http.Client) *StopClusterParams
NewStopClusterParamsWithHTTPClient creates a new StopClusterParams object with the ability to set a custom HTTPClient for a request.
func NewStopClusterParamsWithTimeout ¶
func NewStopClusterParamsWithTimeout(timeout time.Duration) *StopClusterParams
NewStopClusterParamsWithTimeout creates a new StopClusterParams object with the ability to set a timeout on a request.
func (*StopClusterParams) SetContext ¶
func (o *StopClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the stop cluster params
func (*StopClusterParams) SetDefaults ¶
func (o *StopClusterParams) SetDefaults()
SetDefaults hydrates default values in the stop cluster params (not the query body).
All values with no default are reset to their zero value.
func (*StopClusterParams) SetHTTPClient ¶
func (o *StopClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop cluster params
func (*StopClusterParams) SetInput ¶
func (o *StopClusterParams) SetInput(input *models.StopClusterRequest)
SetInput adds the input to the stop cluster params
func (*StopClusterParams) SetTimeout ¶
func (o *StopClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop cluster params
func (*StopClusterParams) WithContext ¶
func (o *StopClusterParams) WithContext(ctx context.Context) *StopClusterParams
WithContext adds the context to the stop cluster params
func (*StopClusterParams) WithDefaults ¶
func (o *StopClusterParams) WithDefaults() *StopClusterParams
WithDefaults hydrates default values in the stop cluster params (not the query body).
All values with no default are reset to their zero value.
func (*StopClusterParams) WithHTTPClient ¶
func (o *StopClusterParams) WithHTTPClient(client *http.Client) *StopClusterParams
WithHTTPClient adds the HTTPClient to the stop cluster params
func (*StopClusterParams) WithInput ¶
func (o *StopClusterParams) WithInput(input *models.StopClusterRequest) *StopClusterParams
WithInput adds the input to the stop cluster params
func (*StopClusterParams) WithTimeout ¶
func (o *StopClusterParams) WithTimeout(timeout time.Duration) *StopClusterParams
WithTimeout adds the timeout to the stop cluster params
func (*StopClusterParams) WriteToRequest ¶
func (o *StopClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopClusterReader ¶
type StopClusterReader struct {
// contains filtered or unexported fields
}
StopClusterReader is a Reader for the StopCluster structure.
func (*StopClusterReader) ReadResponse ¶
func (o *StopClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopInstancesDefault ¶
type StopInstancesDefault struct { Payload *models.Error // contains filtered or unexported fields }
StopInstancesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewStopInstancesDefault ¶
func NewStopInstancesDefault(code int) *StopInstancesDefault
NewStopInstancesDefault creates a StopInstancesDefault with default headers values
func (*StopInstancesDefault) Code ¶
func (o *StopInstancesDefault) Code() int
Code gets the status code for the stop instances default response
func (*StopInstancesDefault) Error ¶
func (o *StopInstancesDefault) Error() string
func (*StopInstancesDefault) GetPayload ¶
func (o *StopInstancesDefault) GetPayload() *models.Error
func (*StopInstancesDefault) IsClientError ¶
func (o *StopInstancesDefault) IsClientError() bool
IsClientError returns true when this stop instances default response has a 4xx status code
func (*StopInstancesDefault) IsCode ¶
func (o *StopInstancesDefault) IsCode(code int) bool
IsCode returns true when this stop instances default response a status code equal to that given
func (*StopInstancesDefault) IsRedirect ¶
func (o *StopInstancesDefault) IsRedirect() bool
IsRedirect returns true when this stop instances default response has a 3xx status code
func (*StopInstancesDefault) IsServerError ¶
func (o *StopInstancesDefault) IsServerError() bool
IsServerError returns true when this stop instances default response has a 5xx status code
func (*StopInstancesDefault) IsSuccess ¶
func (o *StopInstancesDefault) IsSuccess() bool
IsSuccess returns true when this stop instances default response has a 2xx status code
func (*StopInstancesDefault) String ¶
func (o *StopInstancesDefault) String() string
type StopInstancesOK ¶
type StopInstancesOK struct {
Payload models.StopInstancesResponse
}
StopInstancesOK describes a response with status code 200, with default header values.
Expected response to a valid stop instances request.
func NewStopInstancesOK ¶
func NewStopInstancesOK() *StopInstancesOK
NewStopInstancesOK creates a StopInstancesOK with default headers values
func (*StopInstancesOK) Code ¶
func (o *StopInstancesOK) Code() int
Code gets the status code for the stop instances o k response
func (*StopInstancesOK) Error ¶
func (o *StopInstancesOK) Error() string
func (*StopInstancesOK) GetPayload ¶
func (o *StopInstancesOK) GetPayload() models.StopInstancesResponse
func (*StopInstancesOK) IsClientError ¶
func (o *StopInstancesOK) IsClientError() bool
IsClientError returns true when this stop instances o k response has a 4xx status code
func (*StopInstancesOK) IsCode ¶
func (o *StopInstancesOK) IsCode(code int) bool
IsCode returns true when this stop instances o k response a status code equal to that given
func (*StopInstancesOK) IsRedirect ¶
func (o *StopInstancesOK) IsRedirect() bool
IsRedirect returns true when this stop instances o k response has a 3xx status code
func (*StopInstancesOK) IsServerError ¶
func (o *StopInstancesOK) IsServerError() bool
IsServerError returns true when this stop instances o k response has a 5xx status code
func (*StopInstancesOK) IsSuccess ¶
func (o *StopInstancesOK) IsSuccess() bool
IsSuccess returns true when this stop instances o k response has a 2xx status code
func (*StopInstancesOK) String ¶
func (o *StopInstancesOK) String() string
type StopInstancesParams ¶
type StopInstancesParams struct { // Input. Input *models.StopInstancesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopInstancesParams contains all the parameters to send to the API endpoint
for the stop instances operation. Typically these are written to a http.Request.
func NewStopInstancesParams ¶
func NewStopInstancesParams() *StopInstancesParams
NewStopInstancesParams creates a new StopInstancesParams 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 NewStopInstancesParamsWithContext ¶
func NewStopInstancesParamsWithContext(ctx context.Context) *StopInstancesParams
NewStopInstancesParamsWithContext creates a new StopInstancesParams object with the ability to set a context for a request.
func NewStopInstancesParamsWithHTTPClient ¶
func NewStopInstancesParamsWithHTTPClient(client *http.Client) *StopInstancesParams
NewStopInstancesParamsWithHTTPClient creates a new StopInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewStopInstancesParamsWithTimeout ¶
func NewStopInstancesParamsWithTimeout(timeout time.Duration) *StopInstancesParams
NewStopInstancesParamsWithTimeout creates a new StopInstancesParams object with the ability to set a timeout on a request.
func (*StopInstancesParams) SetContext ¶
func (o *StopInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the stop instances params
func (*StopInstancesParams) SetDefaults ¶
func (o *StopInstancesParams) SetDefaults()
SetDefaults hydrates default values in the stop instances params (not the query body).
All values with no default are reset to their zero value.
func (*StopInstancesParams) SetHTTPClient ¶
func (o *StopInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop instances params
func (*StopInstancesParams) SetInput ¶
func (o *StopInstancesParams) SetInput(input *models.StopInstancesRequest)
SetInput adds the input to the stop instances params
func (*StopInstancesParams) SetTimeout ¶
func (o *StopInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop instances params
func (*StopInstancesParams) WithContext ¶
func (o *StopInstancesParams) WithContext(ctx context.Context) *StopInstancesParams
WithContext adds the context to the stop instances params
func (*StopInstancesParams) WithDefaults ¶
func (o *StopInstancesParams) WithDefaults() *StopInstancesParams
WithDefaults hydrates default values in the stop instances params (not the query body).
All values with no default are reset to their zero value.
func (*StopInstancesParams) WithHTTPClient ¶
func (o *StopInstancesParams) WithHTTPClient(client *http.Client) *StopInstancesParams
WithHTTPClient adds the HTTPClient to the stop instances params
func (*StopInstancesParams) WithInput ¶
func (o *StopInstancesParams) WithInput(input *models.StopInstancesRequest) *StopInstancesParams
WithInput adds the input to the stop instances params
func (*StopInstancesParams) WithTimeout ¶
func (o *StopInstancesParams) WithTimeout(timeout time.Duration) *StopInstancesParams
WithTimeout adds the timeout to the stop instances params
func (*StopInstancesParams) WriteToRequest ¶
func (o *StopInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopInstancesReader ¶
type StopInstancesReader struct {
// contains filtered or unexported fields
}
StopInstancesReader is a Reader for the StopInstances structure.
func (*StopInstancesReader) ReadResponse ¶
func (o *StopInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncClusterDefault ¶
SyncClusterDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewSyncClusterDefault ¶
func NewSyncClusterDefault(code int) *SyncClusterDefault
NewSyncClusterDefault creates a SyncClusterDefault with default headers values
func (*SyncClusterDefault) Code ¶
func (o *SyncClusterDefault) Code() int
Code gets the status code for the sync cluster default response
func (*SyncClusterDefault) Error ¶
func (o *SyncClusterDefault) Error() string
func (*SyncClusterDefault) GetPayload ¶
func (o *SyncClusterDefault) GetPayload() *models.Error
func (*SyncClusterDefault) IsClientError ¶
func (o *SyncClusterDefault) IsClientError() bool
IsClientError returns true when this sync cluster default response has a 4xx status code
func (*SyncClusterDefault) IsCode ¶
func (o *SyncClusterDefault) IsCode(code int) bool
IsCode returns true when this sync cluster default response a status code equal to that given
func (*SyncClusterDefault) IsRedirect ¶
func (o *SyncClusterDefault) IsRedirect() bool
IsRedirect returns true when this sync cluster default response has a 3xx status code
func (*SyncClusterDefault) IsServerError ¶
func (o *SyncClusterDefault) IsServerError() bool
IsServerError returns true when this sync cluster default response has a 5xx status code
func (*SyncClusterDefault) IsSuccess ¶
func (o *SyncClusterDefault) IsSuccess() bool
IsSuccess returns true when this sync cluster default response has a 2xx status code
func (*SyncClusterDefault) String ¶
func (o *SyncClusterDefault) String() string
type SyncClusterOK ¶
type SyncClusterOK struct {
Payload models.SyncClusterResponse
}
SyncClusterOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewSyncClusterOK ¶
func NewSyncClusterOK() *SyncClusterOK
NewSyncClusterOK creates a SyncClusterOK with default headers values
func (*SyncClusterOK) Code ¶
func (o *SyncClusterOK) Code() int
Code gets the status code for the sync cluster o k response
func (*SyncClusterOK) Error ¶
func (o *SyncClusterOK) Error() string
func (*SyncClusterOK) GetPayload ¶
func (o *SyncClusterOK) GetPayload() models.SyncClusterResponse
func (*SyncClusterOK) IsClientError ¶
func (o *SyncClusterOK) IsClientError() bool
IsClientError returns true when this sync cluster o k response has a 4xx status code
func (*SyncClusterOK) IsCode ¶
func (o *SyncClusterOK) IsCode(code int) bool
IsCode returns true when this sync cluster o k response a status code equal to that given
func (*SyncClusterOK) IsRedirect ¶
func (o *SyncClusterOK) IsRedirect() bool
IsRedirect returns true when this sync cluster o k response has a 3xx status code
func (*SyncClusterOK) IsServerError ¶
func (o *SyncClusterOK) IsServerError() bool
IsServerError returns true when this sync cluster o k response has a 5xx status code
func (*SyncClusterOK) IsSuccess ¶
func (o *SyncClusterOK) IsSuccess() bool
IsSuccess returns true when this sync cluster o k response has a 2xx status code
func (*SyncClusterOK) String ¶
func (o *SyncClusterOK) String() string
type SyncClusterParams ¶
type SyncClusterParams struct { // Input. Input *models.SyncClusterRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncClusterParams contains all the parameters to send to the API endpoint
for the sync cluster operation. Typically these are written to a http.Request.
func NewSyncClusterParams ¶
func NewSyncClusterParams() *SyncClusterParams
NewSyncClusterParams creates a new SyncClusterParams 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 NewSyncClusterParamsWithContext ¶
func NewSyncClusterParamsWithContext(ctx context.Context) *SyncClusterParams
NewSyncClusterParamsWithContext creates a new SyncClusterParams object with the ability to set a context for a request.
func NewSyncClusterParamsWithHTTPClient ¶
func NewSyncClusterParamsWithHTTPClient(client *http.Client) *SyncClusterParams
NewSyncClusterParamsWithHTTPClient creates a new SyncClusterParams object with the ability to set a custom HTTPClient for a request.
func NewSyncClusterParamsWithTimeout ¶
func NewSyncClusterParamsWithTimeout(timeout time.Duration) *SyncClusterParams
NewSyncClusterParamsWithTimeout creates a new SyncClusterParams object with the ability to set a timeout on a request.
func (*SyncClusterParams) SetContext ¶
func (o *SyncClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the sync cluster params
func (*SyncClusterParams) SetDefaults ¶
func (o *SyncClusterParams) SetDefaults()
SetDefaults hydrates default values in the sync cluster params (not the query body).
All values with no default are reset to their zero value.
func (*SyncClusterParams) SetHTTPClient ¶
func (o *SyncClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync cluster params
func (*SyncClusterParams) SetInput ¶
func (o *SyncClusterParams) SetInput(input *models.SyncClusterRequest)
SetInput adds the input to the sync cluster params
func (*SyncClusterParams) SetTimeout ¶
func (o *SyncClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync cluster params
func (*SyncClusterParams) WithContext ¶
func (o *SyncClusterParams) WithContext(ctx context.Context) *SyncClusterParams
WithContext adds the context to the sync cluster params
func (*SyncClusterParams) WithDefaults ¶
func (o *SyncClusterParams) WithDefaults() *SyncClusterParams
WithDefaults hydrates default values in the sync cluster params (not the query body).
All values with no default are reset to their zero value.
func (*SyncClusterParams) WithHTTPClient ¶
func (o *SyncClusterParams) WithHTTPClient(client *http.Client) *SyncClusterParams
WithHTTPClient adds the HTTPClient to the sync cluster params
func (*SyncClusterParams) WithInput ¶
func (o *SyncClusterParams) WithInput(input *models.SyncClusterRequest) *SyncClusterParams
WithInput adds the input to the sync cluster params
func (*SyncClusterParams) WithTimeout ¶
func (o *SyncClusterParams) WithTimeout(timeout time.Duration) *SyncClusterParams
WithTimeout adds the timeout to the sync cluster params
func (*SyncClusterParams) WriteToRequest ¶
func (o *SyncClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncClusterReader ¶
type SyncClusterReader struct {
// contains filtered or unexported fields
}
SyncClusterReader is a Reader for the SyncCluster structure.
func (*SyncClusterReader) ReadResponse ¶
func (o *SyncClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncComponentVersionsFromCmDefault ¶
type SyncComponentVersionsFromCmDefault struct { Payload *models.Error // contains filtered or unexported fields }
SyncComponentVersionsFromCmDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewSyncComponentVersionsFromCmDefault ¶
func NewSyncComponentVersionsFromCmDefault(code int) *SyncComponentVersionsFromCmDefault
NewSyncComponentVersionsFromCmDefault creates a SyncComponentVersionsFromCmDefault with default headers values
func (*SyncComponentVersionsFromCmDefault) Code ¶
func (o *SyncComponentVersionsFromCmDefault) Code() int
Code gets the status code for the sync component versions from cm default response
func (*SyncComponentVersionsFromCmDefault) Error ¶
func (o *SyncComponentVersionsFromCmDefault) Error() string
func (*SyncComponentVersionsFromCmDefault) GetPayload ¶
func (o *SyncComponentVersionsFromCmDefault) GetPayload() *models.Error
func (*SyncComponentVersionsFromCmDefault) IsClientError ¶
func (o *SyncComponentVersionsFromCmDefault) IsClientError() bool
IsClientError returns true when this sync component versions from cm default response has a 4xx status code
func (*SyncComponentVersionsFromCmDefault) IsCode ¶
func (o *SyncComponentVersionsFromCmDefault) IsCode(code int) bool
IsCode returns true when this sync component versions from cm default response a status code equal to that given
func (*SyncComponentVersionsFromCmDefault) IsRedirect ¶
func (o *SyncComponentVersionsFromCmDefault) IsRedirect() bool
IsRedirect returns true when this sync component versions from cm default response has a 3xx status code
func (*SyncComponentVersionsFromCmDefault) IsServerError ¶
func (o *SyncComponentVersionsFromCmDefault) IsServerError() bool
IsServerError returns true when this sync component versions from cm default response has a 5xx status code
func (*SyncComponentVersionsFromCmDefault) IsSuccess ¶
func (o *SyncComponentVersionsFromCmDefault) IsSuccess() bool
IsSuccess returns true when this sync component versions from cm default response has a 2xx status code
func (*SyncComponentVersionsFromCmDefault) String ¶
func (o *SyncComponentVersionsFromCmDefault) String() string
type SyncComponentVersionsFromCmOK ¶
type SyncComponentVersionsFromCmOK struct {
Payload models.SyncComponentVersionsFromCmResponse
}
SyncComponentVersionsFromCmOK describes a response with status code 200, with default header values.
Expected response to a valid sync datahub CM component versions request.
func NewSyncComponentVersionsFromCmOK ¶
func NewSyncComponentVersionsFromCmOK() *SyncComponentVersionsFromCmOK
NewSyncComponentVersionsFromCmOK creates a SyncComponentVersionsFromCmOK with default headers values
func (*SyncComponentVersionsFromCmOK) Code ¶
func (o *SyncComponentVersionsFromCmOK) Code() int
Code gets the status code for the sync component versions from cm o k response
func (*SyncComponentVersionsFromCmOK) Error ¶
func (o *SyncComponentVersionsFromCmOK) Error() string
func (*SyncComponentVersionsFromCmOK) GetPayload ¶
func (o *SyncComponentVersionsFromCmOK) GetPayload() models.SyncComponentVersionsFromCmResponse
func (*SyncComponentVersionsFromCmOK) IsClientError ¶
func (o *SyncComponentVersionsFromCmOK) IsClientError() bool
IsClientError returns true when this sync component versions from cm o k response has a 4xx status code
func (*SyncComponentVersionsFromCmOK) IsCode ¶
func (o *SyncComponentVersionsFromCmOK) IsCode(code int) bool
IsCode returns true when this sync component versions from cm o k response a status code equal to that given
func (*SyncComponentVersionsFromCmOK) IsRedirect ¶
func (o *SyncComponentVersionsFromCmOK) IsRedirect() bool
IsRedirect returns true when this sync component versions from cm o k response has a 3xx status code
func (*SyncComponentVersionsFromCmOK) IsServerError ¶
func (o *SyncComponentVersionsFromCmOK) IsServerError() bool
IsServerError returns true when this sync component versions from cm o k response has a 5xx status code
func (*SyncComponentVersionsFromCmOK) IsSuccess ¶
func (o *SyncComponentVersionsFromCmOK) IsSuccess() bool
IsSuccess returns true when this sync component versions from cm o k response has a 2xx status code
func (*SyncComponentVersionsFromCmOK) String ¶
func (o *SyncComponentVersionsFromCmOK) String() string
type SyncComponentVersionsFromCmParams ¶
type SyncComponentVersionsFromCmParams struct { // Input. Input *models.SyncComponentVersionsFromCmRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncComponentVersionsFromCmParams contains all the parameters to send to the API endpoint
for the sync component versions from cm operation. Typically these are written to a http.Request.
func NewSyncComponentVersionsFromCmParams ¶
func NewSyncComponentVersionsFromCmParams() *SyncComponentVersionsFromCmParams
NewSyncComponentVersionsFromCmParams creates a new SyncComponentVersionsFromCmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSyncComponentVersionsFromCmParamsWithContext ¶
func NewSyncComponentVersionsFromCmParamsWithContext(ctx context.Context) *SyncComponentVersionsFromCmParams
NewSyncComponentVersionsFromCmParamsWithContext creates a new SyncComponentVersionsFromCmParams object with the ability to set a context for a request.
func NewSyncComponentVersionsFromCmParamsWithHTTPClient ¶
func NewSyncComponentVersionsFromCmParamsWithHTTPClient(client *http.Client) *SyncComponentVersionsFromCmParams
NewSyncComponentVersionsFromCmParamsWithHTTPClient creates a new SyncComponentVersionsFromCmParams object with the ability to set a custom HTTPClient for a request.
func NewSyncComponentVersionsFromCmParamsWithTimeout ¶
func NewSyncComponentVersionsFromCmParamsWithTimeout(timeout time.Duration) *SyncComponentVersionsFromCmParams
NewSyncComponentVersionsFromCmParamsWithTimeout creates a new SyncComponentVersionsFromCmParams object with the ability to set a timeout on a request.
func (*SyncComponentVersionsFromCmParams) SetContext ¶
func (o *SyncComponentVersionsFromCmParams) SetContext(ctx context.Context)
SetContext adds the context to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) SetDefaults ¶
func (o *SyncComponentVersionsFromCmParams) SetDefaults()
SetDefaults hydrates default values in the sync component versions from cm params (not the query body).
All values with no default are reset to their zero value.
func (*SyncComponentVersionsFromCmParams) SetHTTPClient ¶
func (o *SyncComponentVersionsFromCmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) SetInput ¶
func (o *SyncComponentVersionsFromCmParams) SetInput(input *models.SyncComponentVersionsFromCmRequest)
SetInput adds the input to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) SetTimeout ¶
func (o *SyncComponentVersionsFromCmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) WithContext ¶
func (o *SyncComponentVersionsFromCmParams) WithContext(ctx context.Context) *SyncComponentVersionsFromCmParams
WithContext adds the context to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) WithDefaults ¶
func (o *SyncComponentVersionsFromCmParams) WithDefaults() *SyncComponentVersionsFromCmParams
WithDefaults hydrates default values in the sync component versions from cm params (not the query body).
All values with no default are reset to their zero value.
func (*SyncComponentVersionsFromCmParams) WithHTTPClient ¶
func (o *SyncComponentVersionsFromCmParams) WithHTTPClient(client *http.Client) *SyncComponentVersionsFromCmParams
WithHTTPClient adds the HTTPClient to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) WithInput ¶
func (o *SyncComponentVersionsFromCmParams) WithInput(input *models.SyncComponentVersionsFromCmRequest) *SyncComponentVersionsFromCmParams
WithInput adds the input to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) WithTimeout ¶
func (o *SyncComponentVersionsFromCmParams) WithTimeout(timeout time.Duration) *SyncComponentVersionsFromCmParams
WithTimeout adds the timeout to the sync component versions from cm params
func (*SyncComponentVersionsFromCmParams) WriteToRequest ¶
func (o *SyncComponentVersionsFromCmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncComponentVersionsFromCmReader ¶
type SyncComponentVersionsFromCmReader struct {
// contains filtered or unexported fields
}
SyncComponentVersionsFromCmReader is a Reader for the SyncComponentVersionsFromCm structure.
func (*SyncComponentVersionsFromCmReader) ReadResponse ¶
func (o *SyncComponentVersionsFromCmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAutoScaleRulesDefault ¶
type UpdateAutoScaleRulesDefault struct { Payload *models.Error // contains filtered or unexported fields }
UpdateAutoScaleRulesDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewUpdateAutoScaleRulesDefault ¶
func NewUpdateAutoScaleRulesDefault(code int) *UpdateAutoScaleRulesDefault
NewUpdateAutoScaleRulesDefault creates a UpdateAutoScaleRulesDefault with default headers values
func (*UpdateAutoScaleRulesDefault) Code ¶
func (o *UpdateAutoScaleRulesDefault) Code() int
Code gets the status code for the update auto scale rules default response
func (*UpdateAutoScaleRulesDefault) Error ¶
func (o *UpdateAutoScaleRulesDefault) Error() string
func (*UpdateAutoScaleRulesDefault) GetPayload ¶
func (o *UpdateAutoScaleRulesDefault) GetPayload() *models.Error
func (*UpdateAutoScaleRulesDefault) IsClientError ¶
func (o *UpdateAutoScaleRulesDefault) IsClientError() bool
IsClientError returns true when this update auto scale rules default response has a 4xx status code
func (*UpdateAutoScaleRulesDefault) IsCode ¶
func (o *UpdateAutoScaleRulesDefault) IsCode(code int) bool
IsCode returns true when this update auto scale rules default response a status code equal to that given
func (*UpdateAutoScaleRulesDefault) IsRedirect ¶
func (o *UpdateAutoScaleRulesDefault) IsRedirect() bool
IsRedirect returns true when this update auto scale rules default response has a 3xx status code
func (*UpdateAutoScaleRulesDefault) IsServerError ¶
func (o *UpdateAutoScaleRulesDefault) IsServerError() bool
IsServerError returns true when this update auto scale rules default response has a 5xx status code
func (*UpdateAutoScaleRulesDefault) IsSuccess ¶
func (o *UpdateAutoScaleRulesDefault) IsSuccess() bool
IsSuccess returns true when this update auto scale rules default response has a 2xx status code
func (*UpdateAutoScaleRulesDefault) String ¶
func (o *UpdateAutoScaleRulesDefault) String() string
type UpdateAutoScaleRulesOK ¶
type UpdateAutoScaleRulesOK struct {
Payload *models.UpdateAutoScaleRulesResponse
}
UpdateAutoScaleRulesOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewUpdateAutoScaleRulesOK ¶
func NewUpdateAutoScaleRulesOK() *UpdateAutoScaleRulesOK
NewUpdateAutoScaleRulesOK creates a UpdateAutoScaleRulesOK with default headers values
func (*UpdateAutoScaleRulesOK) Code ¶
func (o *UpdateAutoScaleRulesOK) Code() int
Code gets the status code for the update auto scale rules o k response
func (*UpdateAutoScaleRulesOK) Error ¶
func (o *UpdateAutoScaleRulesOK) Error() string
func (*UpdateAutoScaleRulesOK) GetPayload ¶
func (o *UpdateAutoScaleRulesOK) GetPayload() *models.UpdateAutoScaleRulesResponse
func (*UpdateAutoScaleRulesOK) IsClientError ¶
func (o *UpdateAutoScaleRulesOK) IsClientError() bool
IsClientError returns true when this update auto scale rules o k response has a 4xx status code
func (*UpdateAutoScaleRulesOK) IsCode ¶
func (o *UpdateAutoScaleRulesOK) IsCode(code int) bool
IsCode returns true when this update auto scale rules o k response a status code equal to that given
func (*UpdateAutoScaleRulesOK) IsRedirect ¶
func (o *UpdateAutoScaleRulesOK) IsRedirect() bool
IsRedirect returns true when this update auto scale rules o k response has a 3xx status code
func (*UpdateAutoScaleRulesOK) IsServerError ¶
func (o *UpdateAutoScaleRulesOK) IsServerError() bool
IsServerError returns true when this update auto scale rules o k response has a 5xx status code
func (*UpdateAutoScaleRulesOK) IsSuccess ¶
func (o *UpdateAutoScaleRulesOK) IsSuccess() bool
IsSuccess returns true when this update auto scale rules o k response has a 2xx status code
func (*UpdateAutoScaleRulesOK) String ¶
func (o *UpdateAutoScaleRulesOK) String() string
type UpdateAutoScaleRulesParams ¶
type UpdateAutoScaleRulesParams struct { // Input. Input *models.UpdateAutoScaleRulesRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAutoScaleRulesParams contains all the parameters to send to the API endpoint
for the update auto scale rules operation. Typically these are written to a http.Request.
func NewUpdateAutoScaleRulesParams ¶
func NewUpdateAutoScaleRulesParams() *UpdateAutoScaleRulesParams
NewUpdateAutoScaleRulesParams creates a new UpdateAutoScaleRulesParams 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 NewUpdateAutoScaleRulesParamsWithContext ¶
func NewUpdateAutoScaleRulesParamsWithContext(ctx context.Context) *UpdateAutoScaleRulesParams
NewUpdateAutoScaleRulesParamsWithContext creates a new UpdateAutoScaleRulesParams object with the ability to set a context for a request.
func NewUpdateAutoScaleRulesParamsWithHTTPClient ¶
func NewUpdateAutoScaleRulesParamsWithHTTPClient(client *http.Client) *UpdateAutoScaleRulesParams
NewUpdateAutoScaleRulesParamsWithHTTPClient creates a new UpdateAutoScaleRulesParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAutoScaleRulesParamsWithTimeout ¶
func NewUpdateAutoScaleRulesParamsWithTimeout(timeout time.Duration) *UpdateAutoScaleRulesParams
NewUpdateAutoScaleRulesParamsWithTimeout creates a new UpdateAutoScaleRulesParams object with the ability to set a timeout on a request.
func (*UpdateAutoScaleRulesParams) SetContext ¶
func (o *UpdateAutoScaleRulesParams) SetContext(ctx context.Context)
SetContext adds the context to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) SetDefaults ¶
func (o *UpdateAutoScaleRulesParams) SetDefaults()
SetDefaults hydrates default values in the update auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAutoScaleRulesParams) SetHTTPClient ¶
func (o *UpdateAutoScaleRulesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) SetInput ¶
func (o *UpdateAutoScaleRulesParams) SetInput(input *models.UpdateAutoScaleRulesRequest)
SetInput adds the input to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) SetTimeout ¶
func (o *UpdateAutoScaleRulesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) WithContext ¶
func (o *UpdateAutoScaleRulesParams) WithContext(ctx context.Context) *UpdateAutoScaleRulesParams
WithContext adds the context to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) WithDefaults ¶
func (o *UpdateAutoScaleRulesParams) WithDefaults() *UpdateAutoScaleRulesParams
WithDefaults hydrates default values in the update auto scale rules params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAutoScaleRulesParams) WithHTTPClient ¶
func (o *UpdateAutoScaleRulesParams) WithHTTPClient(client *http.Client) *UpdateAutoScaleRulesParams
WithHTTPClient adds the HTTPClient to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) WithInput ¶
func (o *UpdateAutoScaleRulesParams) WithInput(input *models.UpdateAutoScaleRulesRequest) *UpdateAutoScaleRulesParams
WithInput adds the input to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) WithTimeout ¶
func (o *UpdateAutoScaleRulesParams) WithTimeout(timeout time.Duration) *UpdateAutoScaleRulesParams
WithTimeout adds the timeout to the update auto scale rules params
func (*UpdateAutoScaleRulesParams) WriteToRequest ¶
func (o *UpdateAutoScaleRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAutoScaleRulesReader ¶
type UpdateAutoScaleRulesReader struct {
// contains filtered or unexported fields
}
UpdateAutoScaleRulesReader is a Reader for the UpdateAutoScaleRules structure.
func (*UpdateAutoScaleRulesReader) ReadResponse ¶
func (o *UpdateAutoScaleRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateOrchestratorStateDefault ¶
type UpdateOrchestratorStateDefault struct { Payload *models.Error // contains filtered or unexported fields }
UpdateOrchestratorStateDefault describes a response with status code -1, with default header values.
The default response on an error.
func NewUpdateOrchestratorStateDefault ¶
func NewUpdateOrchestratorStateDefault(code int) *UpdateOrchestratorStateDefault
NewUpdateOrchestratorStateDefault creates a UpdateOrchestratorStateDefault with default headers values
func (*UpdateOrchestratorStateDefault) Code ¶
func (o *UpdateOrchestratorStateDefault) Code() int
Code gets the status code for the update orchestrator state default response
func (*UpdateOrchestratorStateDefault) Error ¶
func (o *UpdateOrchestratorStateDefault) Error() string
func (*UpdateOrchestratorStateDefault) GetPayload ¶
func (o *UpdateOrchestratorStateDefault) GetPayload() *models.Error
func (*UpdateOrchestratorStateDefault) IsClientError ¶
func (o *UpdateOrchestratorStateDefault) IsClientError() bool
IsClientError returns true when this update orchestrator state default response has a 4xx status code
func (*UpdateOrchestratorStateDefault) IsCode ¶
func (o *UpdateOrchestratorStateDefault) IsCode(code int) bool
IsCode returns true when this update orchestrator state default response a status code equal to that given
func (*UpdateOrchestratorStateDefault) IsRedirect ¶
func (o *UpdateOrchestratorStateDefault) IsRedirect() bool
IsRedirect returns true when this update orchestrator state default response has a 3xx status code
func (*UpdateOrchestratorStateDefault) IsServerError ¶
func (o *UpdateOrchestratorStateDefault) IsServerError() bool
IsServerError returns true when this update orchestrator state default response has a 5xx status code
func (*UpdateOrchestratorStateDefault) IsSuccess ¶
func (o *UpdateOrchestratorStateDefault) IsSuccess() bool
IsSuccess returns true when this update orchestrator state default response has a 2xx status code
func (*UpdateOrchestratorStateDefault) String ¶
func (o *UpdateOrchestratorStateDefault) String() string
type UpdateOrchestratorStateOK ¶
type UpdateOrchestratorStateOK struct {
Payload models.UpdateOrchestratorStateResponse
}
UpdateOrchestratorStateOK describes a response with status code 200, with default header values.
Expected response to a valid request.
func NewUpdateOrchestratorStateOK ¶
func NewUpdateOrchestratorStateOK() *UpdateOrchestratorStateOK
NewUpdateOrchestratorStateOK creates a UpdateOrchestratorStateOK with default headers values
func (*UpdateOrchestratorStateOK) Code ¶
func (o *UpdateOrchestratorStateOK) Code() int
Code gets the status code for the update orchestrator state o k response
func (*UpdateOrchestratorStateOK) Error ¶
func (o *UpdateOrchestratorStateOK) Error() string
func (*UpdateOrchestratorStateOK) GetPayload ¶
func (o *UpdateOrchestratorStateOK) GetPayload() models.UpdateOrchestratorStateResponse
func (*UpdateOrchestratorStateOK) IsClientError ¶
func (o *UpdateOrchestratorStateOK) IsClientError() bool
IsClientError returns true when this update orchestrator state o k response has a 4xx status code
func (*UpdateOrchestratorStateOK) IsCode ¶
func (o *UpdateOrchestratorStateOK) IsCode(code int) bool
IsCode returns true when this update orchestrator state o k response a status code equal to that given
func (*UpdateOrchestratorStateOK) IsRedirect ¶
func (o *UpdateOrchestratorStateOK) IsRedirect() bool
IsRedirect returns true when this update orchestrator state o k response has a 3xx status code
func (*UpdateOrchestratorStateOK) IsServerError ¶
func (o *UpdateOrchestratorStateOK) IsServerError() bool
IsServerError returns true when this update orchestrator state o k response has a 5xx status code
func (*UpdateOrchestratorStateOK) IsSuccess ¶
func (o *UpdateOrchestratorStateOK) IsSuccess() bool
IsSuccess returns true when this update orchestrator state o k response has a 2xx status code
func (*UpdateOrchestratorStateOK) String ¶
func (o *UpdateOrchestratorStateOK) String() string
type UpdateOrchestratorStateParams ¶
type UpdateOrchestratorStateParams struct { // Input. Input *models.UpdateOrchestratorStateRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateOrchestratorStateParams contains all the parameters to send to the API endpoint
for the update orchestrator state operation. Typically these are written to a http.Request.
func NewUpdateOrchestratorStateParams ¶
func NewUpdateOrchestratorStateParams() *UpdateOrchestratorStateParams
NewUpdateOrchestratorStateParams creates a new UpdateOrchestratorStateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateOrchestratorStateParamsWithContext ¶
func NewUpdateOrchestratorStateParamsWithContext(ctx context.Context) *UpdateOrchestratorStateParams
NewUpdateOrchestratorStateParamsWithContext creates a new UpdateOrchestratorStateParams object with the ability to set a context for a request.
func NewUpdateOrchestratorStateParamsWithHTTPClient ¶
func NewUpdateOrchestratorStateParamsWithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams
NewUpdateOrchestratorStateParamsWithHTTPClient creates a new UpdateOrchestratorStateParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateOrchestratorStateParamsWithTimeout ¶
func NewUpdateOrchestratorStateParamsWithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams
NewUpdateOrchestratorStateParamsWithTimeout creates a new UpdateOrchestratorStateParams object with the ability to set a timeout on a request.
func (*UpdateOrchestratorStateParams) SetContext ¶
func (o *UpdateOrchestratorStateParams) SetContext(ctx context.Context)
SetContext adds the context to the update orchestrator state params
func (*UpdateOrchestratorStateParams) SetDefaults ¶
func (o *UpdateOrchestratorStateParams) SetDefaults()
SetDefaults hydrates default values in the update orchestrator state params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateOrchestratorStateParams) SetHTTPClient ¶
func (o *UpdateOrchestratorStateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update orchestrator state params
func (*UpdateOrchestratorStateParams) SetInput ¶
func (o *UpdateOrchestratorStateParams) SetInput(input *models.UpdateOrchestratorStateRequest)
SetInput adds the input to the update orchestrator state params
func (*UpdateOrchestratorStateParams) SetTimeout ¶
func (o *UpdateOrchestratorStateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update orchestrator state params
func (*UpdateOrchestratorStateParams) WithContext ¶
func (o *UpdateOrchestratorStateParams) WithContext(ctx context.Context) *UpdateOrchestratorStateParams
WithContext adds the context to the update orchestrator state params
func (*UpdateOrchestratorStateParams) WithDefaults ¶
func (o *UpdateOrchestratorStateParams) WithDefaults() *UpdateOrchestratorStateParams
WithDefaults hydrates default values in the update orchestrator state params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateOrchestratorStateParams) WithHTTPClient ¶
func (o *UpdateOrchestratorStateParams) WithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams
WithHTTPClient adds the HTTPClient to the update orchestrator state params
func (*UpdateOrchestratorStateParams) WithInput ¶
func (o *UpdateOrchestratorStateParams) WithInput(input *models.UpdateOrchestratorStateRequest) *UpdateOrchestratorStateParams
WithInput adds the input to the update orchestrator state params
func (*UpdateOrchestratorStateParams) WithTimeout ¶
func (o *UpdateOrchestratorStateParams) WithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams
WithTimeout adds the timeout to the update orchestrator state params
func (*UpdateOrchestratorStateParams) WriteToRequest ¶
func (o *UpdateOrchestratorStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateOrchestratorStateReader ¶
type UpdateOrchestratorStateReader struct {
// contains filtered or unexported fields
}
UpdateOrchestratorStateReader is a Reader for the UpdateOrchestratorState structure.
func (*UpdateOrchestratorStateReader) ReadResponse ¶
func (o *UpdateOrchestratorStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type 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.
Source Files ¶
- cancel_datahub_diagnostics_parameters.go
- cancel_datahub_diagnostics_responses.go
- collect_cm_diagnostics_parameters.go
- collect_cm_diagnostics_responses.go
- collect_datahub_diagnostics_parameters.go
- collect_datahub_diagnostics_responses.go
- create_a_w_s_cluster_parameters.go
- create_a_w_s_cluster_responses.go
- create_a_w_s_gov_cloud_cluster_parameters.go
- create_a_w_s_gov_cloud_cluster_responses.go
- create_auto_scale_rules_parameters.go
- create_auto_scale_rules_responses.go
- create_azure_cluster_parameters.go
- create_azure_cluster_responses.go
- create_cluster_definition_parameters.go
- create_cluster_definition_responses.go
- create_cluster_template_parameters.go
- create_cluster_template_responses.go
- create_custom_configurations_parameters.go
- create_custom_configurations_responses.go
- create_g_c_p_cluster_parameters.go
- create_g_c_p_cluster_responses.go
- create_recipe_parameters.go
- create_recipe_responses.go
- delete_auto_scale_rules_parameters.go
- delete_auto_scale_rules_responses.go
- delete_cluster_definitions_parameters.go
- delete_cluster_definitions_responses.go
- delete_cluster_parameters.go
- delete_cluster_responses.go
- delete_cluster_templates_parameters.go
- delete_cluster_templates_responses.go
- delete_custom_configurations_parameters.go
- delete_custom_configurations_responses.go
- delete_instances_parameters.go
- delete_instances_responses.go
- delete_recipes_parameters.go
- delete_recipes_responses.go
- describe_auto_scale_rules_parameters.go
- describe_auto_scale_rules_responses.go
- describe_cluster_definition_parameters.go
- describe_cluster_definition_responses.go
- describe_cluster_parameters.go
- describe_cluster_responses.go
- describe_cluster_template_parameters.go
- describe_cluster_template_responses.go
- describe_custom_configurations_parameters.go
- describe_custom_configurations_responses.go
- describe_database_server_parameters.go
- describe_database_server_responses.go
- describe_recipe_parameters.go
- describe_recipe_responses.go
- describe_scaling_activity_parameters.go
- describe_scaling_activity_responses.go
- get_cluster_host_status_parameters.go
- get_cluster_host_status_responses.go
- get_cluster_service_status_parameters.go
- get_cluster_service_status_responses.go
- get_cm_roles_parameters.go
- get_cm_roles_responses.go
- get_datahub_log_descriptors_parameters.go
- get_datahub_log_descriptors_responses.go
- get_operation_parameters.go
- get_operation_responses.go
- get_vm_types_parameters.go
- get_vm_types_responses.go
- list_auto_scale_history_parameters.go
- list_auto_scale_history_responses.go
- list_cluster_definitions_parameters.go
- list_cluster_definitions_responses.go
- list_cluster_lifecycle_events_parameters.go
- list_cluster_lifecycle_events_responses.go
- list_cluster_templates_parameters.go
- list_cluster_templates_responses.go
- list_clusters_parameters.go
- list_clusters_responses.go
- list_custom_configurations_parameters.go
- list_custom_configurations_responses.go
- list_datahub_diagnostics_parameters.go
- list_datahub_diagnostics_responses.go
- list_recipes_parameters.go
- list_recipes_responses.go
- list_scaling_activities_parameters.go
- list_scaling_activities_responses.go
- operations_client.go
- prepare_cluster_upgrade_parameters.go
- prepare_cluster_upgrade_responses.go
- renew_certificate_parameters.go
- renew_certificate_responses.go
- renew_public_certificate_parameters.go
- renew_public_certificate_responses.go
- repair_cluster_parameters.go
- repair_cluster_responses.go
- replace_recipes_parameters.go
- replace_recipes_responses.go
- retry_cluster_parameters.go
- retry_cluster_responses.go
- rotate_auto_tls_certificates_parameters.go
- rotate_auto_tls_certificates_responses.go
- rotate_private_certificates_parameters.go
- rotate_private_certificates_responses.go
- rotate_salt_password_parameters.go
- rotate_salt_password_responses.go
- scale_cluster_parameters.go
- scale_cluster_responses.go
- set_catalog_parameters.go
- set_catalog_responses.go
- start_cluster_parameters.go
- start_cluster_responses.go
- start_cluster_vertical_scaling_parameters.go
- start_cluster_vertical_scaling_responses.go
- start_database_upgrade_parameters.go
- start_database_upgrade_responses.go
- start_instances_parameters.go
- start_instances_responses.go
- stop_cluster_parameters.go
- stop_cluster_responses.go
- stop_instances_parameters.go
- stop_instances_responses.go
- sync_cluster_parameters.go
- sync_cluster_responses.go
- sync_component_versions_from_cm_parameters.go
- sync_component_versions_from_cm_responses.go
- update_auto_scale_rules_parameters.go
- update_auto_scale_rules_responses.go
- update_orchestrator_state_parameters.go
- update_orchestrator_state_responses.go
- upgrade_cluster_parameters.go
- upgrade_cluster_responses.go