Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteClusterClusterID(params *DeleteClusterClusterIDParams) (*DeleteClusterClusterIDOK, error)
- func (a *Client) DeleteClusterClusterIDBackups(params *DeleteClusterClusterIDBackupsParams) (*DeleteClusterClusterIDBackupsOK, error)
- func (a *Client) DeleteClusterClusterIDTaskTaskTypeTaskID(params *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) (*DeleteClusterClusterIDTaskTaskTypeTaskIDOK, error)
- func (a *Client) GetClusterClusterID(params *GetClusterClusterIDParams) (*GetClusterClusterIDOK, error)
- func (a *Client) GetClusterClusterIDBackups(params *GetClusterClusterIDBackupsParams) (*GetClusterClusterIDBackupsOK, error)
- func (a *Client) GetClusterClusterIDBackupsFiles(params *GetClusterClusterIDBackupsFilesParams) (*GetClusterClusterIDBackupsFilesOK, error)
- func (a *Client) GetClusterClusterIDStatus(params *GetClusterClusterIDStatusParams) (*GetClusterClusterIDStatusOK, error)
- func (a *Client) GetClusterClusterIDTaskBackupTaskIDRunID(params *GetClusterClusterIDTaskBackupTaskIDRunIDParams) (*GetClusterClusterIDTaskBackupTaskIDRunIDOK, error)
- func (a *Client) GetClusterClusterIDTaskRepairTaskIDRunID(params *GetClusterClusterIDTaskRepairTaskIDRunIDParams) (*GetClusterClusterIDTaskRepairTaskIDRunIDOK, error)
- func (a *Client) GetClusterClusterIDTaskTaskTypeTaskID(params *GetClusterClusterIDTaskTaskTypeTaskIDParams) (*GetClusterClusterIDTaskTaskTypeTaskIDOK, error)
- func (a *Client) GetClusterClusterIDTaskTaskTypeTaskIDHistory(params *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK, error)
- func (a *Client) GetClusterClusterIDTasks(params *GetClusterClusterIDTasksParams) (*GetClusterClusterIDTasksOK, error)
- func (a *Client) GetClusterClusterIDTasksBackupTarget(params *GetClusterClusterIDTasksBackupTargetParams) (*GetClusterClusterIDTasksBackupTargetOK, error)
- func (a *Client) GetClusterClusterIDTasksRepairTarget(params *GetClusterClusterIDTasksRepairTargetParams) (*GetClusterClusterIDTasksRepairTargetOK, error)
- func (a *Client) GetClusters(params *GetClustersParams) (*GetClustersOK, error)
- func (a *Client) GetVersion(params *GetVersionParams) (*GetVersionOK, error)
- func (a *Client) PostClusterClusterIDRepairsIntensity(params *PostClusterClusterIDRepairsIntensityParams) (*PostClusterClusterIDRepairsIntensityOK, error)
- func (a *Client) PostClusterClusterIDTasks(params *PostClusterClusterIDTasksParams) (*PostClusterClusterIDTasksCreated, error)
- func (a *Client) PostClusters(params *PostClustersParams) (*PostClustersCreated, error)
- func (a *Client) PutClusterClusterID(params *PutClusterClusterIDParams) (*PutClusterClusterIDOK, error)
- func (a *Client) PutClusterClusterIDTaskTaskTypeTaskID(params *PutClusterClusterIDTaskTaskTypeTaskIDParams) (*PutClusterClusterIDTaskTaskTypeTaskIDOK, error)
- func (a *Client) PutClusterClusterIDTaskTaskTypeTaskIDStart(params *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) (*PutClusterClusterIDTaskTaskTypeTaskIDStartOK, error)
- func (a *Client) PutClusterClusterIDTaskTaskTypeTaskIDStop(params *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) (*PutClusterClusterIDTaskTaskTypeTaskIDStopOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteClusterClusterIDBackupsDefault
- type DeleteClusterClusterIDBackupsOK
- type DeleteClusterClusterIDBackupsParams
- func NewDeleteClusterClusterIDBackupsParams() *DeleteClusterClusterIDBackupsParams
- func NewDeleteClusterClusterIDBackupsParamsWithContext(ctx context.Context) *DeleteClusterClusterIDBackupsParams
- func NewDeleteClusterClusterIDBackupsParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDBackupsParams
- func NewDeleteClusterClusterIDBackupsParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) SetClusterID(clusterID string)
- func (o *DeleteClusterClusterIDBackupsParams) SetContext(ctx context.Context)
- func (o *DeleteClusterClusterIDBackupsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterClusterIDBackupsParams) SetLocations(locations []string)
- func (o *DeleteClusterClusterIDBackupsParams) SetSnapshotTag(snapshotTag string)
- func (o *DeleteClusterClusterIDBackupsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterClusterIDBackupsParams) WithClusterID(clusterID string) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WithContext(ctx context.Context) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WithLocations(locations []string) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WithSnapshotTag(snapshotTag string) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDBackupsParams
- func (o *DeleteClusterClusterIDBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterClusterIDBackupsReader
- type DeleteClusterClusterIDDefault
- type DeleteClusterClusterIDOK
- type DeleteClusterClusterIDParams
- func NewDeleteClusterClusterIDParams() *DeleteClusterClusterIDParams
- func NewDeleteClusterClusterIDParamsWithContext(ctx context.Context) *DeleteClusterClusterIDParams
- func NewDeleteClusterClusterIDParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDParams
- func NewDeleteClusterClusterIDParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) SetClusterID(clusterID string)
- func (o *DeleteClusterClusterIDParams) SetContext(ctx context.Context)
- func (o *DeleteClusterClusterIDParams) SetCqlCreds(cqlCreds *bool)
- func (o *DeleteClusterClusterIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterClusterIDParams) SetSslUserCert(sslUserCert *bool)
- func (o *DeleteClusterClusterIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterClusterIDParams) WithClusterID(clusterID string) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WithContext(ctx context.Context) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WithCqlCreds(cqlCreds *bool) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WithSslUserCert(sslUserCert *bool) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDParams
- func (o *DeleteClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterClusterIDReader
- type DeleteClusterClusterIDTaskTaskTypeTaskIDDefault
- type DeleteClusterClusterIDTaskTaskTypeTaskIDOK
- type DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParams() *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteClusterClusterIDTaskTaskTypeTaskIDReader
- type GetClusterClusterIDBackupsDefault
- type GetClusterClusterIDBackupsFilesDefault
- type GetClusterClusterIDBackupsFilesOK
- type GetClusterClusterIDBackupsFilesParams
- func NewGetClusterClusterIDBackupsFilesParams() *GetClusterClusterIDBackupsFilesParams
- func NewGetClusterClusterIDBackupsFilesParamsWithContext(ctx context.Context) *GetClusterClusterIDBackupsFilesParams
- func NewGetClusterClusterIDBackupsFilesParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsFilesParams
- func NewGetClusterClusterIDBackupsFilesParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDBackupsFilesParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDBackupsFilesParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDBackupsFilesParams) SetKeyspace(keyspace []string)
- func (o *GetClusterClusterIDBackupsFilesParams) SetLocations(locations []string)
- func (o *GetClusterClusterIDBackupsFilesParams) SetQueryClusterID(clusterID *string)
- func (o *GetClusterClusterIDBackupsFilesParams) SetSnapshotTag(snapshotTag string)
- func (o *GetClusterClusterIDBackupsFilesParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDBackupsFilesParams) WithClusterID(clusterID string) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithContext(ctx context.Context) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithKeyspace(keyspace []string) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithLocations(locations []string) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithQueryClusterID(clusterID *string) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithSnapshotTag(snapshotTag string) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsFilesParams
- func (o *GetClusterClusterIDBackupsFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDBackupsFilesReader
- type GetClusterClusterIDBackupsOK
- type GetClusterClusterIDBackupsParams
- func NewGetClusterClusterIDBackupsParams() *GetClusterClusterIDBackupsParams
- func NewGetClusterClusterIDBackupsParamsWithContext(ctx context.Context) *GetClusterClusterIDBackupsParams
- func NewGetClusterClusterIDBackupsParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsParams
- func NewGetClusterClusterIDBackupsParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDBackupsParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDBackupsParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDBackupsParams) SetKeyspace(keyspace []string)
- func (o *GetClusterClusterIDBackupsParams) SetLocations(locations []string)
- func (o *GetClusterClusterIDBackupsParams) SetMaxDate(maxDate *strfmt.DateTime)
- func (o *GetClusterClusterIDBackupsParams) SetMinDate(minDate *strfmt.DateTime)
- func (o *GetClusterClusterIDBackupsParams) SetQueryClusterID(clusterID *string)
- func (o *GetClusterClusterIDBackupsParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDBackupsParams) WithClusterID(clusterID string) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithContext(ctx context.Context) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithKeyspace(keyspace []string) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithLocations(locations []string) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithMaxDate(maxDate *strfmt.DateTime) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithMinDate(minDate *strfmt.DateTime) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithQueryClusterID(clusterID *string) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsParams
- func (o *GetClusterClusterIDBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDBackupsReader
- type GetClusterClusterIDDefault
- type GetClusterClusterIDOK
- type GetClusterClusterIDParams
- func NewGetClusterClusterIDParams() *GetClusterClusterIDParams
- func NewGetClusterClusterIDParamsWithContext(ctx context.Context) *GetClusterClusterIDParams
- func NewGetClusterClusterIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDParams
- func NewGetClusterClusterIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDParams
- func (o *GetClusterClusterIDParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDParams) WithClusterID(clusterID string) *GetClusterClusterIDParams
- func (o *GetClusterClusterIDParams) WithContext(ctx context.Context) *GetClusterClusterIDParams
- func (o *GetClusterClusterIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDParams
- func (o *GetClusterClusterIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDParams
- func (o *GetClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDReader
- type GetClusterClusterIDStatusDefault
- type GetClusterClusterIDStatusOK
- type GetClusterClusterIDStatusParams
- func NewGetClusterClusterIDStatusParams() *GetClusterClusterIDStatusParams
- func NewGetClusterClusterIDStatusParamsWithContext(ctx context.Context) *GetClusterClusterIDStatusParams
- func NewGetClusterClusterIDStatusParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDStatusParams
- func NewGetClusterClusterIDStatusParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDStatusParams
- func (o *GetClusterClusterIDStatusParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDStatusParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDStatusParams) WithClusterID(clusterID string) *GetClusterClusterIDStatusParams
- func (o *GetClusterClusterIDStatusParams) WithContext(ctx context.Context) *GetClusterClusterIDStatusParams
- func (o *GetClusterClusterIDStatusParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDStatusParams
- func (o *GetClusterClusterIDStatusParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDStatusParams
- func (o *GetClusterClusterIDStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDStatusReader
- type GetClusterClusterIDTaskBackupTaskIDRunIDDefault
- type GetClusterClusterIDTaskBackupTaskIDRunIDOK
- type GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func NewGetClusterClusterIDTaskBackupTaskIDRunIDParams() *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetRunID(runID string)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTaskID(taskID string)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithRunID(runID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTaskBackupTaskIDRunIDReader
- type GetClusterClusterIDTaskRepairTaskIDRunIDDefault
- type GetClusterClusterIDTaskRepairTaskIDRunIDOK
- type GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func NewGetClusterClusterIDTaskRepairTaskIDRunIDParams() *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetRunID(runID string)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTaskID(taskID string)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithRunID(runID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
- func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTaskRepairTaskIDRunIDReader
- type GetClusterClusterIDTaskTaskTypeTaskIDDefault
- type GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault
- type GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK
- type GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParams() *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetLimit(limit *int64)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskID(taskID string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskType(taskType string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithLimit(limit *int64) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskID(taskID string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskType(taskType string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader
- type GetClusterClusterIDTaskTaskTypeTaskIDOK
- type GetClusterClusterIDTaskTaskTypeTaskIDParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDParams() *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTaskTaskTypeTaskIDReader
- type GetClusterClusterIDTasksBackupTargetDefault
- type GetClusterClusterIDTasksBackupTargetOK
- type GetClusterClusterIDTasksBackupTargetParams
- func NewGetClusterClusterIDTasksBackupTargetParams() *GetClusterClusterIDTasksBackupTargetParams
- func NewGetClusterClusterIDTasksBackupTargetParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksBackupTargetParams
- func NewGetClusterClusterIDTasksBackupTargetParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksBackupTargetParams
- func NewGetClusterClusterIDTasksBackupTargetParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTasksBackupTargetParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTasksBackupTargetParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTasksBackupTargetParams) SetTaskFields(taskFields *models.TaskUpdate)
- func (o *GetClusterClusterIDTasksBackupTargetParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTasksBackupTargetParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) WithTaskFields(taskFields *models.TaskUpdate) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksBackupTargetParams
- func (o *GetClusterClusterIDTasksBackupTargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTasksBackupTargetReader
- type GetClusterClusterIDTasksDefault
- type GetClusterClusterIDTasksOK
- type GetClusterClusterIDTasksParams
- func NewGetClusterClusterIDTasksParams() *GetClusterClusterIDTasksParams
- func NewGetClusterClusterIDTasksParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksParams
- func NewGetClusterClusterIDTasksParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksParams
- func NewGetClusterClusterIDTasksParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) SetAll(all *bool)
- func (o *GetClusterClusterIDTasksParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTasksParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTasksParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTasksParams) SetStatus(status *string)
- func (o *GetClusterClusterIDTasksParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTasksParams) SetType(typeVar *string)
- func (o *GetClusterClusterIDTasksParams) WithAll(all *bool) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithStatus(status *string) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WithType(typeVar *string) *GetClusterClusterIDTasksParams
- func (o *GetClusterClusterIDTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTasksReader
- type GetClusterClusterIDTasksRepairTargetDefault
- type GetClusterClusterIDTasksRepairTargetOK
- type GetClusterClusterIDTasksRepairTargetParams
- func NewGetClusterClusterIDTasksRepairTargetParams() *GetClusterClusterIDTasksRepairTargetParams
- func NewGetClusterClusterIDTasksRepairTargetParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksRepairTargetParams
- func NewGetClusterClusterIDTasksRepairTargetParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksRepairTargetParams
- func NewGetClusterClusterIDTasksRepairTargetParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) SetClusterID(clusterID string)
- func (o *GetClusterClusterIDTasksRepairTargetParams) SetContext(ctx context.Context)
- func (o *GetClusterClusterIDTasksRepairTargetParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterClusterIDTasksRepairTargetParams) SetTaskFields(taskFields *models.TaskUpdate)
- func (o *GetClusterClusterIDTasksRepairTargetParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterClusterIDTasksRepairTargetParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) WithTaskFields(taskFields *models.TaskUpdate) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksRepairTargetParams
- func (o *GetClusterClusterIDTasksRepairTargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterClusterIDTasksRepairTargetReader
- type GetClustersDefault
- type GetClustersOK
- type GetClustersParams
- func (o *GetClustersParams) SetContext(ctx context.Context)
- func (o *GetClustersParams) SetHTTPClient(client *http.Client)
- func (o *GetClustersParams) SetTimeout(timeout time.Duration)
- func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams
- func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams
- func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams
- func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClustersReader
- type GetVersionDefault
- type GetVersionOK
- type GetVersionParams
- func (o *GetVersionParams) SetContext(ctx context.Context)
- func (o *GetVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetVersionParams) WithContext(ctx context.Context) *GetVersionParams
- func (o *GetVersionParams) WithHTTPClient(client *http.Client) *GetVersionParams
- func (o *GetVersionParams) WithTimeout(timeout time.Duration) *GetVersionParams
- func (o *GetVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionReader
- type PostClusterClusterIDRepairsIntensityDefault
- type PostClusterClusterIDRepairsIntensityOK
- type PostClusterClusterIDRepairsIntensityParams
- func NewPostClusterClusterIDRepairsIntensityParams() *PostClusterClusterIDRepairsIntensityParams
- func NewPostClusterClusterIDRepairsIntensityParamsWithContext(ctx context.Context) *PostClusterClusterIDRepairsIntensityParams
- func NewPostClusterClusterIDRepairsIntensityParamsWithHTTPClient(client *http.Client) *PostClusterClusterIDRepairsIntensityParams
- func NewPostClusterClusterIDRepairsIntensityParamsWithTimeout(timeout time.Duration) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) SetClusterID(clusterID string)
- func (o *PostClusterClusterIDRepairsIntensityParams) SetContext(ctx context.Context)
- func (o *PostClusterClusterIDRepairsIntensityParams) SetHTTPClient(client *http.Client)
- func (o *PostClusterClusterIDRepairsIntensityParams) SetIntensity(intensity float64)
- func (o *PostClusterClusterIDRepairsIntensityParams) SetTimeout(timeout time.Duration)
- func (o *PostClusterClusterIDRepairsIntensityParams) WithClusterID(clusterID string) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) WithContext(ctx context.Context) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) WithHTTPClient(client *http.Client) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) WithIntensity(intensity float64) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) WithTimeout(timeout time.Duration) *PostClusterClusterIDRepairsIntensityParams
- func (o *PostClusterClusterIDRepairsIntensityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostClusterClusterIDRepairsIntensityReader
- type PostClusterClusterIDTasksCreated
- type PostClusterClusterIDTasksDefault
- type PostClusterClusterIDTasksParams
- func NewPostClusterClusterIDTasksParams() *PostClusterClusterIDTasksParams
- func NewPostClusterClusterIDTasksParamsWithContext(ctx context.Context) *PostClusterClusterIDTasksParams
- func NewPostClusterClusterIDTasksParamsWithHTTPClient(client *http.Client) *PostClusterClusterIDTasksParams
- func NewPostClusterClusterIDTasksParamsWithTimeout(timeout time.Duration) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) SetClusterID(clusterID string)
- func (o *PostClusterClusterIDTasksParams) SetContext(ctx context.Context)
- func (o *PostClusterClusterIDTasksParams) SetHTTPClient(client *http.Client)
- func (o *PostClusterClusterIDTasksParams) SetTaskFields(taskFields *models.TaskUpdate)
- func (o *PostClusterClusterIDTasksParams) SetTimeout(timeout time.Duration)
- func (o *PostClusterClusterIDTasksParams) WithClusterID(clusterID string) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) WithContext(ctx context.Context) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) WithHTTPClient(client *http.Client) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) WithTaskFields(taskFields *models.TaskUpdate) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) WithTimeout(timeout time.Duration) *PostClusterClusterIDTasksParams
- func (o *PostClusterClusterIDTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostClusterClusterIDTasksReader
- type PostClustersCreated
- type PostClustersDefault
- type PostClustersParams
- func (o *PostClustersParams) SetCluster(cluster *models.Cluster)
- func (o *PostClustersParams) SetContext(ctx context.Context)
- func (o *PostClustersParams) SetHTTPClient(client *http.Client)
- func (o *PostClustersParams) SetTimeout(timeout time.Duration)
- func (o *PostClustersParams) WithCluster(cluster *models.Cluster) *PostClustersParams
- func (o *PostClustersParams) WithContext(ctx context.Context) *PostClustersParams
- func (o *PostClustersParams) WithHTTPClient(client *http.Client) *PostClustersParams
- func (o *PostClustersParams) WithTimeout(timeout time.Duration) *PostClustersParams
- func (o *PostClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostClustersReader
- type PutClusterClusterIDDefault
- type PutClusterClusterIDOK
- type PutClusterClusterIDParams
- func NewPutClusterClusterIDParams() *PutClusterClusterIDParams
- func NewPutClusterClusterIDParamsWithContext(ctx context.Context) *PutClusterClusterIDParams
- func NewPutClusterClusterIDParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDParams
- func NewPutClusterClusterIDParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) SetCluster(cluster *models.Cluster)
- func (o *PutClusterClusterIDParams) SetClusterID(clusterID string)
- func (o *PutClusterClusterIDParams) SetContext(ctx context.Context)
- func (o *PutClusterClusterIDParams) SetHTTPClient(client *http.Client)
- func (o *PutClusterClusterIDParams) SetTimeout(timeout time.Duration)
- func (o *PutClusterClusterIDParams) WithCluster(cluster *models.Cluster) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) WithClusterID(clusterID string) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) WithContext(ctx context.Context) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDParams
- func (o *PutClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutClusterClusterIDReader
- type PutClusterClusterIDTaskTaskTypeTaskIDDefault
- type PutClusterClusterIDTaskTaskTypeTaskIDOK
- type PutClusterClusterIDTaskTaskTypeTaskIDParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDParams() *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskFields(taskFields *models.TaskUpdate)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskFields(taskFields *models.TaskUpdate) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutClusterClusterIDTaskTaskTypeTaskIDReader
- type PutClusterClusterIDTaskTaskTypeTaskIDStartDefault
- type PutClusterClusterIDTaskTaskTypeTaskIDStartOK
- type PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParams() *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetClusterID(clusterID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContext(ctx context.Context)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContinue(continueVar bool)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetHTTPClient(client *http.Client)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskID(taskID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskType(taskType string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTimeout(timeout time.Duration)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContinue(continueVar bool) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutClusterClusterIDTaskTaskTypeTaskIDStartReader
- type PutClusterClusterIDTaskTaskTypeTaskIDStopDefault
- type PutClusterClusterIDTaskTaskTypeTaskIDStopOK
- type PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParams() *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetClusterID(clusterID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetContext(ctx context.Context)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetDisable(disable *bool)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetHTTPClient(client *http.Client)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskID(taskID string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskType(taskType string)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTimeout(timeout time.Duration)
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithDisable(disable *bool) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
- func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutClusterClusterIDTaskTaskTypeTaskIDStopReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for operations API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new operations API client.
func (*Client) DeleteClusterClusterID ¶
func (a *Client) DeleteClusterClusterID(params *DeleteClusterClusterIDParams) (*DeleteClusterClusterIDOK, error)
DeleteClusterClusterID delete cluster cluster ID API
func (*Client) DeleteClusterClusterIDBackups ¶
func (a *Client) DeleteClusterClusterIDBackups(params *DeleteClusterClusterIDBackupsParams) (*DeleteClusterClusterIDBackupsOK, error)
DeleteClusterClusterIDBackups delete cluster cluster ID backups API
func (*Client) DeleteClusterClusterIDTaskTaskTypeTaskID ¶
func (a *Client) DeleteClusterClusterIDTaskTaskTypeTaskID(params *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) (*DeleteClusterClusterIDTaskTaskTypeTaskIDOK, error)
DeleteClusterClusterIDTaskTaskTypeTaskID delete cluster cluster ID task task type task ID API
func (*Client) GetClusterClusterID ¶
func (a *Client) GetClusterClusterID(params *GetClusterClusterIDParams) (*GetClusterClusterIDOK, error)
GetClusterClusterID get cluster cluster ID API
func (*Client) GetClusterClusterIDBackups ¶
func (a *Client) GetClusterClusterIDBackups(params *GetClusterClusterIDBackupsParams) (*GetClusterClusterIDBackupsOK, error)
GetClusterClusterIDBackups get cluster cluster ID backups API
func (*Client) GetClusterClusterIDBackupsFiles ¶
func (a *Client) GetClusterClusterIDBackupsFiles(params *GetClusterClusterIDBackupsFilesParams) (*GetClusterClusterIDBackupsFilesOK, error)
GetClusterClusterIDBackupsFiles get cluster cluster ID backups files API
func (*Client) GetClusterClusterIDStatus ¶
func (a *Client) GetClusterClusterIDStatus(params *GetClusterClusterIDStatusParams) (*GetClusterClusterIDStatusOK, error)
GetClusterClusterIDStatus get cluster cluster ID status API
func (*Client) GetClusterClusterIDTaskBackupTaskIDRunID ¶
func (a *Client) GetClusterClusterIDTaskBackupTaskIDRunID(params *GetClusterClusterIDTaskBackupTaskIDRunIDParams) (*GetClusterClusterIDTaskBackupTaskIDRunIDOK, error)
GetClusterClusterIDTaskBackupTaskIDRunID get cluster cluster ID task backup task ID run ID API
func (*Client) GetClusterClusterIDTaskRepairTaskIDRunID ¶
func (a *Client) GetClusterClusterIDTaskRepairTaskIDRunID(params *GetClusterClusterIDTaskRepairTaskIDRunIDParams) (*GetClusterClusterIDTaskRepairTaskIDRunIDOK, error)
GetClusterClusterIDTaskRepairTaskIDRunID get cluster cluster ID task repair task ID run ID API
func (*Client) GetClusterClusterIDTaskTaskTypeTaskID ¶
func (a *Client) GetClusterClusterIDTaskTaskTypeTaskID(params *GetClusterClusterIDTaskTaskTypeTaskIDParams) (*GetClusterClusterIDTaskTaskTypeTaskIDOK, error)
GetClusterClusterIDTaskTaskTypeTaskID get cluster cluster ID task task type task ID API
func (*Client) GetClusterClusterIDTaskTaskTypeTaskIDHistory ¶
func (a *Client) GetClusterClusterIDTaskTaskTypeTaskIDHistory(params *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK, error)
GetClusterClusterIDTaskTaskTypeTaskIDHistory get cluster cluster ID task task type task ID history API
func (*Client) GetClusterClusterIDTasks ¶
func (a *Client) GetClusterClusterIDTasks(params *GetClusterClusterIDTasksParams) (*GetClusterClusterIDTasksOK, error)
GetClusterClusterIDTasks get cluster cluster ID tasks API
func (*Client) GetClusterClusterIDTasksBackupTarget ¶
func (a *Client) GetClusterClusterIDTasksBackupTarget(params *GetClusterClusterIDTasksBackupTargetParams) (*GetClusterClusterIDTasksBackupTargetOK, error)
GetClusterClusterIDTasksBackupTarget get cluster cluster ID tasks backup target API
func (*Client) GetClusterClusterIDTasksRepairTarget ¶
func (a *Client) GetClusterClusterIDTasksRepairTarget(params *GetClusterClusterIDTasksRepairTargetParams) (*GetClusterClusterIDTasksRepairTargetOK, error)
GetClusterClusterIDTasksRepairTarget get cluster cluster ID tasks repair target API
func (*Client) GetClusters ¶
func (a *Client) GetClusters(params *GetClustersParams) (*GetClustersOK, error)
GetClusters get clusters API
func (*Client) GetVersion ¶
func (a *Client) GetVersion(params *GetVersionParams) (*GetVersionOK, error)
GetVersion get version API
func (*Client) PostClusterClusterIDRepairsIntensity ¶
func (a *Client) PostClusterClusterIDRepairsIntensity(params *PostClusterClusterIDRepairsIntensityParams) (*PostClusterClusterIDRepairsIntensityOK, error)
PostClusterClusterIDRepairsIntensity post cluster cluster ID repairs intensity API
func (*Client) PostClusterClusterIDTasks ¶
func (a *Client) PostClusterClusterIDTasks(params *PostClusterClusterIDTasksParams) (*PostClusterClusterIDTasksCreated, error)
PostClusterClusterIDTasks post cluster cluster ID tasks API
func (*Client) PostClusters ¶
func (a *Client) PostClusters(params *PostClustersParams) (*PostClustersCreated, error)
PostClusters post clusters API
func (*Client) PutClusterClusterID ¶
func (a *Client) PutClusterClusterID(params *PutClusterClusterIDParams) (*PutClusterClusterIDOK, error)
PutClusterClusterID put cluster cluster ID API
func (*Client) PutClusterClusterIDTaskTaskTypeTaskID ¶
func (a *Client) PutClusterClusterIDTaskTaskTypeTaskID(params *PutClusterClusterIDTaskTaskTypeTaskIDParams) (*PutClusterClusterIDTaskTaskTypeTaskIDOK, error)
PutClusterClusterIDTaskTaskTypeTaskID put cluster cluster ID task task type task ID API
func (*Client) PutClusterClusterIDTaskTaskTypeTaskIDStart ¶
func (a *Client) PutClusterClusterIDTaskTaskTypeTaskIDStart(params *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) (*PutClusterClusterIDTaskTaskTypeTaskIDStartOK, error)
PutClusterClusterIDTaskTaskTypeTaskIDStart put cluster cluster ID task task type task ID start API
func (*Client) PutClusterClusterIDTaskTaskTypeTaskIDStop ¶
func (a *Client) PutClusterClusterIDTaskTaskTypeTaskIDStop(params *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) (*PutClusterClusterIDTaskTaskTypeTaskIDStopOK, error)
PutClusterClusterIDTaskTaskTypeTaskIDStop put cluster cluster ID task task type task ID stop API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type DeleteClusterClusterIDBackupsDefault ¶
type DeleteClusterClusterIDBackupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteClusterClusterIDBackupsDefault handles this case with default header values.
Unexpected error
func NewDeleteClusterClusterIDBackupsDefault ¶
func NewDeleteClusterClusterIDBackupsDefault(code int) *DeleteClusterClusterIDBackupsDefault
NewDeleteClusterClusterIDBackupsDefault creates a DeleteClusterClusterIDBackupsDefault with default headers values
func (*DeleteClusterClusterIDBackupsDefault) Code ¶
func (o *DeleteClusterClusterIDBackupsDefault) Code() int
Code gets the status code for the delete cluster cluster ID backups default response
func (*DeleteClusterClusterIDBackupsDefault) Error ¶
func (o *DeleteClusterClusterIDBackupsDefault) Error() string
func (*DeleteClusterClusterIDBackupsDefault) GetPayload ¶
func (o *DeleteClusterClusterIDBackupsDefault) GetPayload() *models.ErrorResponse
type DeleteClusterClusterIDBackupsOK ¶
type DeleteClusterClusterIDBackupsOK struct { }
DeleteClusterClusterIDBackupsOK handles this case with default header values.
OK
func NewDeleteClusterClusterIDBackupsOK ¶
func NewDeleteClusterClusterIDBackupsOK() *DeleteClusterClusterIDBackupsOK
NewDeleteClusterClusterIDBackupsOK creates a DeleteClusterClusterIDBackupsOK with default headers values
func (*DeleteClusterClusterIDBackupsOK) Error ¶
func (o *DeleteClusterClusterIDBackupsOK) Error() string
type DeleteClusterClusterIDBackupsParams ¶
type DeleteClusterClusterIDBackupsParams struct { /*ClusterID*/ ClusterID string /*Locations*/ Locations []string /*SnapshotTag*/ SnapshotTag string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteClusterClusterIDBackupsParams contains all the parameters to send to the API endpoint for the delete cluster cluster ID backups operation typically these are written to a http.Request
func NewDeleteClusterClusterIDBackupsParams ¶
func NewDeleteClusterClusterIDBackupsParams() *DeleteClusterClusterIDBackupsParams
NewDeleteClusterClusterIDBackupsParams creates a new DeleteClusterClusterIDBackupsParams object with the default values initialized.
func NewDeleteClusterClusterIDBackupsParamsWithContext ¶
func NewDeleteClusterClusterIDBackupsParamsWithContext(ctx context.Context) *DeleteClusterClusterIDBackupsParams
NewDeleteClusterClusterIDBackupsParamsWithContext creates a new DeleteClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteClusterClusterIDBackupsParamsWithHTTPClient ¶
func NewDeleteClusterClusterIDBackupsParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDBackupsParams
NewDeleteClusterClusterIDBackupsParamsWithHTTPClient creates a new DeleteClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteClusterClusterIDBackupsParamsWithTimeout ¶
func NewDeleteClusterClusterIDBackupsParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDBackupsParams
NewDeleteClusterClusterIDBackupsParamsWithTimeout creates a new DeleteClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteClusterClusterIDBackupsParams) SetClusterID ¶
func (o *DeleteClusterClusterIDBackupsParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) SetContext ¶
func (o *DeleteClusterClusterIDBackupsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) SetHTTPClient ¶
func (o *DeleteClusterClusterIDBackupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) SetLocations ¶
func (o *DeleteClusterClusterIDBackupsParams) SetLocations(locations []string)
SetLocations adds the locations to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) SetSnapshotTag ¶
func (o *DeleteClusterClusterIDBackupsParams) SetSnapshotTag(snapshotTag string)
SetSnapshotTag adds the snapshotTag to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) SetTimeout ¶
func (o *DeleteClusterClusterIDBackupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithClusterID ¶
func (o *DeleteClusterClusterIDBackupsParams) WithClusterID(clusterID string) *DeleteClusterClusterIDBackupsParams
WithClusterID adds the clusterID to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithContext ¶
func (o *DeleteClusterClusterIDBackupsParams) WithContext(ctx context.Context) *DeleteClusterClusterIDBackupsParams
WithContext adds the context to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithHTTPClient ¶
func (o *DeleteClusterClusterIDBackupsParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDBackupsParams
WithHTTPClient adds the HTTPClient to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithLocations ¶
func (o *DeleteClusterClusterIDBackupsParams) WithLocations(locations []string) *DeleteClusterClusterIDBackupsParams
WithLocations adds the locations to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithSnapshotTag ¶
func (o *DeleteClusterClusterIDBackupsParams) WithSnapshotTag(snapshotTag string) *DeleteClusterClusterIDBackupsParams
WithSnapshotTag adds the snapshotTag to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WithTimeout ¶
func (o *DeleteClusterClusterIDBackupsParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDBackupsParams
WithTimeout adds the timeout to the delete cluster cluster ID backups params
func (*DeleteClusterClusterIDBackupsParams) WriteToRequest ¶
func (o *DeleteClusterClusterIDBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteClusterClusterIDBackupsReader ¶
type DeleteClusterClusterIDBackupsReader struct {
// contains filtered or unexported fields
}
DeleteClusterClusterIDBackupsReader is a Reader for the DeleteClusterClusterIDBackups structure.
func (*DeleteClusterClusterIDBackupsReader) ReadResponse ¶
func (o *DeleteClusterClusterIDBackupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteClusterClusterIDDefault ¶
type DeleteClusterClusterIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteClusterClusterIDDefault handles this case with default header values.
Unexpected error
func NewDeleteClusterClusterIDDefault ¶
func NewDeleteClusterClusterIDDefault(code int) *DeleteClusterClusterIDDefault
NewDeleteClusterClusterIDDefault creates a DeleteClusterClusterIDDefault with default headers values
func (*DeleteClusterClusterIDDefault) Code ¶
func (o *DeleteClusterClusterIDDefault) Code() int
Code gets the status code for the delete cluster cluster ID default response
func (*DeleteClusterClusterIDDefault) Error ¶
func (o *DeleteClusterClusterIDDefault) Error() string
func (*DeleteClusterClusterIDDefault) GetPayload ¶
func (o *DeleteClusterClusterIDDefault) GetPayload() *models.ErrorResponse
type DeleteClusterClusterIDOK ¶
type DeleteClusterClusterIDOK struct { }
DeleteClusterClusterIDOK handles this case with default header values.
Cluster deleted
func NewDeleteClusterClusterIDOK ¶
func NewDeleteClusterClusterIDOK() *DeleteClusterClusterIDOK
NewDeleteClusterClusterIDOK creates a DeleteClusterClusterIDOK with default headers values
func (*DeleteClusterClusterIDOK) Error ¶
func (o *DeleteClusterClusterIDOK) Error() string
type DeleteClusterClusterIDParams ¶
type DeleteClusterClusterIDParams struct { /*ClusterID*/ ClusterID string /*CqlCreds*/ CqlCreds *bool /*SslUserCert*/ SslUserCert *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteClusterClusterIDParams contains all the parameters to send to the API endpoint for the delete cluster cluster ID operation typically these are written to a http.Request
func NewDeleteClusterClusterIDParams ¶
func NewDeleteClusterClusterIDParams() *DeleteClusterClusterIDParams
NewDeleteClusterClusterIDParams creates a new DeleteClusterClusterIDParams object with the default values initialized.
func NewDeleteClusterClusterIDParamsWithContext ¶
func NewDeleteClusterClusterIDParamsWithContext(ctx context.Context) *DeleteClusterClusterIDParams
NewDeleteClusterClusterIDParamsWithContext creates a new DeleteClusterClusterIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteClusterClusterIDParamsWithHTTPClient ¶
func NewDeleteClusterClusterIDParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDParams
NewDeleteClusterClusterIDParamsWithHTTPClient creates a new DeleteClusterClusterIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteClusterClusterIDParamsWithTimeout ¶
func NewDeleteClusterClusterIDParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDParams
NewDeleteClusterClusterIDParamsWithTimeout creates a new DeleteClusterClusterIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteClusterClusterIDParams) SetClusterID ¶
func (o *DeleteClusterClusterIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) SetContext ¶
func (o *DeleteClusterClusterIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) SetCqlCreds ¶
func (o *DeleteClusterClusterIDParams) SetCqlCreds(cqlCreds *bool)
SetCqlCreds adds the cqlCreds to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) SetHTTPClient ¶
func (o *DeleteClusterClusterIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) SetSslUserCert ¶
func (o *DeleteClusterClusterIDParams) SetSslUserCert(sslUserCert *bool)
SetSslUserCert adds the sslUserCert to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) SetTimeout ¶
func (o *DeleteClusterClusterIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithClusterID ¶
func (o *DeleteClusterClusterIDParams) WithClusterID(clusterID string) *DeleteClusterClusterIDParams
WithClusterID adds the clusterID to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithContext ¶
func (o *DeleteClusterClusterIDParams) WithContext(ctx context.Context) *DeleteClusterClusterIDParams
WithContext adds the context to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithCqlCreds ¶
func (o *DeleteClusterClusterIDParams) WithCqlCreds(cqlCreds *bool) *DeleteClusterClusterIDParams
WithCqlCreds adds the cqlCreds to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithHTTPClient ¶
func (o *DeleteClusterClusterIDParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDParams
WithHTTPClient adds the HTTPClient to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithSslUserCert ¶
func (o *DeleteClusterClusterIDParams) WithSslUserCert(sslUserCert *bool) *DeleteClusterClusterIDParams
WithSslUserCert adds the sslUserCert to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WithTimeout ¶
func (o *DeleteClusterClusterIDParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDParams
WithTimeout adds the timeout to the delete cluster cluster ID params
func (*DeleteClusterClusterIDParams) WriteToRequest ¶
func (o *DeleteClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteClusterClusterIDReader ¶
type DeleteClusterClusterIDReader struct {
// contains filtered or unexported fields
}
DeleteClusterClusterIDReader is a Reader for the DeleteClusterClusterID structure.
func (*DeleteClusterClusterIDReader) ReadResponse ¶
func (o *DeleteClusterClusterIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteClusterClusterIDTaskTaskTypeTaskIDDefault ¶
type DeleteClusterClusterIDTaskTaskTypeTaskIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
DeleteClusterClusterIDTaskTaskTypeTaskIDDefault handles this case with default header values.
Unexpected error
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDDefault ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDDefault(code int) *DeleteClusterClusterIDTaskTaskTypeTaskIDDefault
NewDeleteClusterClusterIDTaskTaskTypeTaskIDDefault creates a DeleteClusterClusterIDTaskTaskTypeTaskIDDefault with default headers values
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) Code ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) Code() int
Code gets the status code for the delete cluster cluster ID task task type task ID default response
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) Error ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) Error() string
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload() *models.ErrorResponse
type DeleteClusterClusterIDTaskTaskTypeTaskIDOK ¶
type DeleteClusterClusterIDTaskTaskTypeTaskIDOK struct { }
DeleteClusterClusterIDTaskTaskTypeTaskIDOK handles this case with default header values.
Task deleted
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDOK ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDOK() *DeleteClusterClusterIDTaskTaskTypeTaskIDOK
NewDeleteClusterClusterIDTaskTaskTypeTaskIDOK creates a DeleteClusterClusterIDTaskTaskTypeTaskIDOK with default headers values
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDOK) Error ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDOK) Error() string
type DeleteClusterClusterIDTaskTaskTypeTaskIDParams ¶
type DeleteClusterClusterIDTaskTaskTypeTaskIDParams struct { /*ClusterID*/ ClusterID string /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteClusterClusterIDTaskTaskTypeTaskIDParams contains all the parameters to send to the API endpoint for the delete cluster cluster ID task task type task ID operation typically these are written to a http.Request
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParams ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParams() *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
NewDeleteClusterClusterIDTaskTaskTypeTaskIDParams creates a new DeleteClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized.
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithContext ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithContext creates a new DeleteClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient creates a new DeleteClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout ¶
func NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
NewDeleteClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout creates a new DeleteClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetContext ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithClusterID adds the clusterID to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithContext ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithContext adds the context to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithHTTPClient adds the HTTPClient to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskID adds the taskID to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskType adds the taskType to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *DeleteClusterClusterIDTaskTaskTypeTaskIDParams
WithTimeout adds the timeout to the delete cluster cluster ID task task type task ID params
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteClusterClusterIDTaskTaskTypeTaskIDReader ¶
type DeleteClusterClusterIDTaskTaskTypeTaskIDReader struct {
// contains filtered or unexported fields
}
DeleteClusterClusterIDTaskTaskTypeTaskIDReader is a Reader for the DeleteClusterClusterIDTaskTaskTypeTaskID structure.
func (*DeleteClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse ¶
func (o *DeleteClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDBackupsDefault ¶
type GetClusterClusterIDBackupsDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDBackupsDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDBackupsDefault ¶
func NewGetClusterClusterIDBackupsDefault(code int) *GetClusterClusterIDBackupsDefault
NewGetClusterClusterIDBackupsDefault creates a GetClusterClusterIDBackupsDefault with default headers values
func (*GetClusterClusterIDBackupsDefault) Code ¶
func (o *GetClusterClusterIDBackupsDefault) Code() int
Code gets the status code for the get cluster cluster ID backups default response
func (*GetClusterClusterIDBackupsDefault) Error ¶
func (o *GetClusterClusterIDBackupsDefault) Error() string
func (*GetClusterClusterIDBackupsDefault) GetPayload ¶
func (o *GetClusterClusterIDBackupsDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDBackupsFilesDefault ¶
type GetClusterClusterIDBackupsFilesDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDBackupsFilesDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDBackupsFilesDefault ¶
func NewGetClusterClusterIDBackupsFilesDefault(code int) *GetClusterClusterIDBackupsFilesDefault
NewGetClusterClusterIDBackupsFilesDefault creates a GetClusterClusterIDBackupsFilesDefault with default headers values
func (*GetClusterClusterIDBackupsFilesDefault) Code ¶
func (o *GetClusterClusterIDBackupsFilesDefault) Code() int
Code gets the status code for the get cluster cluster ID backups files default response
func (*GetClusterClusterIDBackupsFilesDefault) Error ¶
func (o *GetClusterClusterIDBackupsFilesDefault) Error() string
func (*GetClusterClusterIDBackupsFilesDefault) GetPayload ¶
func (o *GetClusterClusterIDBackupsFilesDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDBackupsFilesOK ¶
type GetClusterClusterIDBackupsFilesOK struct {
Payload []*models.BackupFilesInfo
}
GetClusterClusterIDBackupsFilesOK handles this case with default header values.
Backup list
func NewGetClusterClusterIDBackupsFilesOK ¶
func NewGetClusterClusterIDBackupsFilesOK() *GetClusterClusterIDBackupsFilesOK
NewGetClusterClusterIDBackupsFilesOK creates a GetClusterClusterIDBackupsFilesOK with default headers values
func (*GetClusterClusterIDBackupsFilesOK) Error ¶
func (o *GetClusterClusterIDBackupsFilesOK) Error() string
func (*GetClusterClusterIDBackupsFilesOK) GetPayload ¶
func (o *GetClusterClusterIDBackupsFilesOK) GetPayload() []*models.BackupFilesInfo
type GetClusterClusterIDBackupsFilesParams ¶
type GetClusterClusterIDBackupsFilesParams struct { /*ClusterID*/ QueryClusterID *string /*ClusterID*/ ClusterID string /*Keyspace*/ Keyspace []string /*Locations*/ Locations []string /*SnapshotTag*/ SnapshotTag string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDBackupsFilesParams contains all the parameters to send to the API endpoint for the get cluster cluster ID backups files operation typically these are written to a http.Request
func NewGetClusterClusterIDBackupsFilesParams ¶
func NewGetClusterClusterIDBackupsFilesParams() *GetClusterClusterIDBackupsFilesParams
NewGetClusterClusterIDBackupsFilesParams creates a new GetClusterClusterIDBackupsFilesParams object with the default values initialized.
func NewGetClusterClusterIDBackupsFilesParamsWithContext ¶
func NewGetClusterClusterIDBackupsFilesParamsWithContext(ctx context.Context) *GetClusterClusterIDBackupsFilesParams
NewGetClusterClusterIDBackupsFilesParamsWithContext creates a new GetClusterClusterIDBackupsFilesParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDBackupsFilesParamsWithHTTPClient ¶
func NewGetClusterClusterIDBackupsFilesParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsFilesParams
NewGetClusterClusterIDBackupsFilesParamsWithHTTPClient creates a new GetClusterClusterIDBackupsFilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDBackupsFilesParamsWithTimeout ¶
func NewGetClusterClusterIDBackupsFilesParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsFilesParams
NewGetClusterClusterIDBackupsFilesParamsWithTimeout creates a new GetClusterClusterIDBackupsFilesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDBackupsFilesParams) SetClusterID ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetContext ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetHTTPClient ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetKeyspace ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetKeyspace(keyspace []string)
SetKeyspace adds the keyspace to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetLocations ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetLocations(locations []string)
SetLocations adds the locations to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetQueryClusterID ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetQueryClusterID(clusterID *string)
SetQueryClusterID adds the clusterId to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetSnapshotTag ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetSnapshotTag(snapshotTag string)
SetSnapshotTag adds the snapshotTag to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) SetTimeout ¶
func (o *GetClusterClusterIDBackupsFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithClusterID ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithClusterID(clusterID string) *GetClusterClusterIDBackupsFilesParams
WithClusterID adds the clusterID to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithContext ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithContext(ctx context.Context) *GetClusterClusterIDBackupsFilesParams
WithContext adds the context to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithHTTPClient ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsFilesParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithKeyspace ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithKeyspace(keyspace []string) *GetClusterClusterIDBackupsFilesParams
WithKeyspace adds the keyspace to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithLocations ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithLocations(locations []string) *GetClusterClusterIDBackupsFilesParams
WithLocations adds the locations to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithQueryClusterID ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithQueryClusterID(clusterID *string) *GetClusterClusterIDBackupsFilesParams
WithQueryClusterID adds the clusterID to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithSnapshotTag ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithSnapshotTag(snapshotTag string) *GetClusterClusterIDBackupsFilesParams
WithSnapshotTag adds the snapshotTag to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WithTimeout ¶
func (o *GetClusterClusterIDBackupsFilesParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsFilesParams
WithTimeout adds the timeout to the get cluster cluster ID backups files params
func (*GetClusterClusterIDBackupsFilesParams) WriteToRequest ¶
func (o *GetClusterClusterIDBackupsFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDBackupsFilesReader ¶
type GetClusterClusterIDBackupsFilesReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDBackupsFilesReader is a Reader for the GetClusterClusterIDBackupsFiles structure.
func (*GetClusterClusterIDBackupsFilesReader) ReadResponse ¶
func (o *GetClusterClusterIDBackupsFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDBackupsOK ¶
type GetClusterClusterIDBackupsOK struct {
Payload []*models.BackupListItem
}
GetClusterClusterIDBackupsOK handles this case with default header values.
Backup list
func NewGetClusterClusterIDBackupsOK ¶
func NewGetClusterClusterIDBackupsOK() *GetClusterClusterIDBackupsOK
NewGetClusterClusterIDBackupsOK creates a GetClusterClusterIDBackupsOK with default headers values
func (*GetClusterClusterIDBackupsOK) Error ¶
func (o *GetClusterClusterIDBackupsOK) Error() string
func (*GetClusterClusterIDBackupsOK) GetPayload ¶
func (o *GetClusterClusterIDBackupsOK) GetPayload() []*models.BackupListItem
type GetClusterClusterIDBackupsParams ¶
type GetClusterClusterIDBackupsParams struct { /*ClusterID*/ QueryClusterID *string /*ClusterID*/ ClusterID string /*Keyspace*/ Keyspace []string /*Locations*/ Locations []string /*MaxDate*/ MaxDate *strfmt.DateTime /*MinDate*/ MinDate *strfmt.DateTime Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDBackupsParams contains all the parameters to send to the API endpoint for the get cluster cluster ID backups operation typically these are written to a http.Request
func NewGetClusterClusterIDBackupsParams ¶
func NewGetClusterClusterIDBackupsParams() *GetClusterClusterIDBackupsParams
NewGetClusterClusterIDBackupsParams creates a new GetClusterClusterIDBackupsParams object with the default values initialized.
func NewGetClusterClusterIDBackupsParamsWithContext ¶
func NewGetClusterClusterIDBackupsParamsWithContext(ctx context.Context) *GetClusterClusterIDBackupsParams
NewGetClusterClusterIDBackupsParamsWithContext creates a new GetClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDBackupsParamsWithHTTPClient ¶
func NewGetClusterClusterIDBackupsParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsParams
NewGetClusterClusterIDBackupsParamsWithHTTPClient creates a new GetClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDBackupsParamsWithTimeout ¶
func NewGetClusterClusterIDBackupsParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsParams
NewGetClusterClusterIDBackupsParamsWithTimeout creates a new GetClusterClusterIDBackupsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDBackupsParams) SetClusterID ¶
func (o *GetClusterClusterIDBackupsParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetContext ¶
func (o *GetClusterClusterIDBackupsParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetHTTPClient ¶
func (o *GetClusterClusterIDBackupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetKeyspace ¶
func (o *GetClusterClusterIDBackupsParams) SetKeyspace(keyspace []string)
SetKeyspace adds the keyspace to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetLocations ¶
func (o *GetClusterClusterIDBackupsParams) SetLocations(locations []string)
SetLocations adds the locations to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetMaxDate ¶
func (o *GetClusterClusterIDBackupsParams) SetMaxDate(maxDate *strfmt.DateTime)
SetMaxDate adds the maxDate to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetMinDate ¶
func (o *GetClusterClusterIDBackupsParams) SetMinDate(minDate *strfmt.DateTime)
SetMinDate adds the minDate to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetQueryClusterID ¶
func (o *GetClusterClusterIDBackupsParams) SetQueryClusterID(clusterID *string)
SetQueryClusterID adds the clusterId to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) SetTimeout ¶
func (o *GetClusterClusterIDBackupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithClusterID ¶
func (o *GetClusterClusterIDBackupsParams) WithClusterID(clusterID string) *GetClusterClusterIDBackupsParams
WithClusterID adds the clusterID to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithContext ¶
func (o *GetClusterClusterIDBackupsParams) WithContext(ctx context.Context) *GetClusterClusterIDBackupsParams
WithContext adds the context to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithHTTPClient ¶
func (o *GetClusterClusterIDBackupsParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDBackupsParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithKeyspace ¶
func (o *GetClusterClusterIDBackupsParams) WithKeyspace(keyspace []string) *GetClusterClusterIDBackupsParams
WithKeyspace adds the keyspace to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithLocations ¶
func (o *GetClusterClusterIDBackupsParams) WithLocations(locations []string) *GetClusterClusterIDBackupsParams
WithLocations adds the locations to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithMaxDate ¶
func (o *GetClusterClusterIDBackupsParams) WithMaxDate(maxDate *strfmt.DateTime) *GetClusterClusterIDBackupsParams
WithMaxDate adds the maxDate to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithMinDate ¶
func (o *GetClusterClusterIDBackupsParams) WithMinDate(minDate *strfmt.DateTime) *GetClusterClusterIDBackupsParams
WithMinDate adds the minDate to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithQueryClusterID ¶
func (o *GetClusterClusterIDBackupsParams) WithQueryClusterID(clusterID *string) *GetClusterClusterIDBackupsParams
WithQueryClusterID adds the clusterID to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WithTimeout ¶
func (o *GetClusterClusterIDBackupsParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDBackupsParams
WithTimeout adds the timeout to the get cluster cluster ID backups params
func (*GetClusterClusterIDBackupsParams) WriteToRequest ¶
func (o *GetClusterClusterIDBackupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDBackupsReader ¶
type GetClusterClusterIDBackupsReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDBackupsReader is a Reader for the GetClusterClusterIDBackups structure.
func (*GetClusterClusterIDBackupsReader) ReadResponse ¶
func (o *GetClusterClusterIDBackupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDDefault ¶
type GetClusterClusterIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDDefault ¶
func NewGetClusterClusterIDDefault(code int) *GetClusterClusterIDDefault
NewGetClusterClusterIDDefault creates a GetClusterClusterIDDefault with default headers values
func (*GetClusterClusterIDDefault) Code ¶
func (o *GetClusterClusterIDDefault) Code() int
Code gets the status code for the get cluster cluster ID default response
func (*GetClusterClusterIDDefault) Error ¶
func (o *GetClusterClusterIDDefault) Error() string
func (*GetClusterClusterIDDefault) GetPayload ¶
func (o *GetClusterClusterIDDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDOK ¶
GetClusterClusterIDOK handles this case with default header values.
Cluster info
func NewGetClusterClusterIDOK ¶
func NewGetClusterClusterIDOK() *GetClusterClusterIDOK
NewGetClusterClusterIDOK creates a GetClusterClusterIDOK with default headers values
func (*GetClusterClusterIDOK) Error ¶
func (o *GetClusterClusterIDOK) Error() string
func (*GetClusterClusterIDOK) GetPayload ¶
func (o *GetClusterClusterIDOK) GetPayload() *models.Cluster
type GetClusterClusterIDParams ¶
type GetClusterClusterIDParams struct { /*ClusterID*/ ClusterID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDParams contains all the parameters to send to the API endpoint for the get cluster cluster ID operation typically these are written to a http.Request
func NewGetClusterClusterIDParams ¶
func NewGetClusterClusterIDParams() *GetClusterClusterIDParams
NewGetClusterClusterIDParams creates a new GetClusterClusterIDParams object with the default values initialized.
func NewGetClusterClusterIDParamsWithContext ¶
func NewGetClusterClusterIDParamsWithContext(ctx context.Context) *GetClusterClusterIDParams
NewGetClusterClusterIDParamsWithContext creates a new GetClusterClusterIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDParamsWithHTTPClient ¶
func NewGetClusterClusterIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDParams
NewGetClusterClusterIDParamsWithHTTPClient creates a new GetClusterClusterIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDParamsWithTimeout ¶
func NewGetClusterClusterIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDParams
NewGetClusterClusterIDParamsWithTimeout creates a new GetClusterClusterIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDParams) SetClusterID ¶
func (o *GetClusterClusterIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID params
func (*GetClusterClusterIDParams) SetContext ¶
func (o *GetClusterClusterIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID params
func (*GetClusterClusterIDParams) SetHTTPClient ¶
func (o *GetClusterClusterIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID params
func (*GetClusterClusterIDParams) SetTimeout ¶
func (o *GetClusterClusterIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID params
func (*GetClusterClusterIDParams) WithClusterID ¶
func (o *GetClusterClusterIDParams) WithClusterID(clusterID string) *GetClusterClusterIDParams
WithClusterID adds the clusterID to the get cluster cluster ID params
func (*GetClusterClusterIDParams) WithContext ¶
func (o *GetClusterClusterIDParams) WithContext(ctx context.Context) *GetClusterClusterIDParams
WithContext adds the context to the get cluster cluster ID params
func (*GetClusterClusterIDParams) WithHTTPClient ¶
func (o *GetClusterClusterIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID params
func (*GetClusterClusterIDParams) WithTimeout ¶
func (o *GetClusterClusterIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDParams
WithTimeout adds the timeout to the get cluster cluster ID params
func (*GetClusterClusterIDParams) WriteToRequest ¶
func (o *GetClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDReader ¶
type GetClusterClusterIDReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDReader is a Reader for the GetClusterClusterID structure.
func (*GetClusterClusterIDReader) ReadResponse ¶
func (o *GetClusterClusterIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDStatusDefault ¶
type GetClusterClusterIDStatusDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDStatusDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDStatusDefault ¶
func NewGetClusterClusterIDStatusDefault(code int) *GetClusterClusterIDStatusDefault
NewGetClusterClusterIDStatusDefault creates a GetClusterClusterIDStatusDefault with default headers values
func (*GetClusterClusterIDStatusDefault) Code ¶
func (o *GetClusterClusterIDStatusDefault) Code() int
Code gets the status code for the get cluster cluster ID status default response
func (*GetClusterClusterIDStatusDefault) Error ¶
func (o *GetClusterClusterIDStatusDefault) Error() string
func (*GetClusterClusterIDStatusDefault) GetPayload ¶
func (o *GetClusterClusterIDStatusDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDStatusOK ¶
type GetClusterClusterIDStatusOK struct {
Payload models.ClusterStatus
}
GetClusterClusterIDStatusOK handles this case with default header values.
Cluster hosts and their statuses
func NewGetClusterClusterIDStatusOK ¶
func NewGetClusterClusterIDStatusOK() *GetClusterClusterIDStatusOK
NewGetClusterClusterIDStatusOK creates a GetClusterClusterIDStatusOK with default headers values
func (*GetClusterClusterIDStatusOK) Error ¶
func (o *GetClusterClusterIDStatusOK) Error() string
func (*GetClusterClusterIDStatusOK) GetPayload ¶
func (o *GetClusterClusterIDStatusOK) GetPayload() models.ClusterStatus
type GetClusterClusterIDStatusParams ¶
type GetClusterClusterIDStatusParams struct { /*ClusterID*/ ClusterID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDStatusParams contains all the parameters to send to the API endpoint for the get cluster cluster ID status operation typically these are written to a http.Request
func NewGetClusterClusterIDStatusParams ¶
func NewGetClusterClusterIDStatusParams() *GetClusterClusterIDStatusParams
NewGetClusterClusterIDStatusParams creates a new GetClusterClusterIDStatusParams object with the default values initialized.
func NewGetClusterClusterIDStatusParamsWithContext ¶
func NewGetClusterClusterIDStatusParamsWithContext(ctx context.Context) *GetClusterClusterIDStatusParams
NewGetClusterClusterIDStatusParamsWithContext creates a new GetClusterClusterIDStatusParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDStatusParamsWithHTTPClient ¶
func NewGetClusterClusterIDStatusParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDStatusParams
NewGetClusterClusterIDStatusParamsWithHTTPClient creates a new GetClusterClusterIDStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDStatusParamsWithTimeout ¶
func NewGetClusterClusterIDStatusParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDStatusParams
NewGetClusterClusterIDStatusParamsWithTimeout creates a new GetClusterClusterIDStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDStatusParams) SetClusterID ¶
func (o *GetClusterClusterIDStatusParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) SetContext ¶
func (o *GetClusterClusterIDStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) SetHTTPClient ¶
func (o *GetClusterClusterIDStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) SetTimeout ¶
func (o *GetClusterClusterIDStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) WithClusterID ¶
func (o *GetClusterClusterIDStatusParams) WithClusterID(clusterID string) *GetClusterClusterIDStatusParams
WithClusterID adds the clusterID to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) WithContext ¶
func (o *GetClusterClusterIDStatusParams) WithContext(ctx context.Context) *GetClusterClusterIDStatusParams
WithContext adds the context to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) WithHTTPClient ¶
func (o *GetClusterClusterIDStatusParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDStatusParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) WithTimeout ¶
func (o *GetClusterClusterIDStatusParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDStatusParams
WithTimeout adds the timeout to the get cluster cluster ID status params
func (*GetClusterClusterIDStatusParams) WriteToRequest ¶
func (o *GetClusterClusterIDStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDStatusReader ¶
type GetClusterClusterIDStatusReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDStatusReader is a Reader for the GetClusterClusterIDStatus structure.
func (*GetClusterClusterIDStatusReader) ReadResponse ¶
func (o *GetClusterClusterIDStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTaskBackupTaskIDRunIDDefault ¶
type GetClusterClusterIDTaskBackupTaskIDRunIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTaskBackupTaskIDRunIDDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTaskBackupTaskIDRunIDDefault ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDDefault(code int) *GetClusterClusterIDTaskBackupTaskIDRunIDDefault
NewGetClusterClusterIDTaskBackupTaskIDRunIDDefault creates a GetClusterClusterIDTaskBackupTaskIDRunIDDefault with default headers values
func (*GetClusterClusterIDTaskBackupTaskIDRunIDDefault) Code ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDDefault) Code() int
Code gets the status code for the get cluster cluster ID task backup task ID run ID default response
func (*GetClusterClusterIDTaskBackupTaskIDRunIDDefault) Error ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDDefault) Error() string
func (*GetClusterClusterIDTaskBackupTaskIDRunIDDefault) GetPayload ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTaskBackupTaskIDRunIDOK ¶
type GetClusterClusterIDTaskBackupTaskIDRunIDOK struct {
Payload *models.TaskRunBackupProgress
}
GetClusterClusterIDTaskBackupTaskIDRunIDOK handles this case with default header values.
Backup progress
func NewGetClusterClusterIDTaskBackupTaskIDRunIDOK ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDOK() *GetClusterClusterIDTaskBackupTaskIDRunIDOK
NewGetClusterClusterIDTaskBackupTaskIDRunIDOK creates a GetClusterClusterIDTaskBackupTaskIDRunIDOK with default headers values
func (*GetClusterClusterIDTaskBackupTaskIDRunIDOK) Error ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDOK) Error() string
func (*GetClusterClusterIDTaskBackupTaskIDRunIDOK) GetPayload ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDOK) GetPayload() *models.TaskRunBackupProgress
type GetClusterClusterIDTaskBackupTaskIDRunIDParams ¶
type GetClusterClusterIDTaskBackupTaskIDRunIDParams struct { /*ClusterID*/ ClusterID string /*RunID*/ RunID string /*TaskID*/ TaskID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTaskBackupTaskIDRunIDParams contains all the parameters to send to the API endpoint for the get cluster cluster ID task backup task ID run ID operation typically these are written to a http.Request
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParams ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParams() *GetClusterClusterIDTaskBackupTaskIDRunIDParams
NewGetClusterClusterIDTaskBackupTaskIDRunIDParams creates a new GetClusterClusterIDTaskBackupTaskIDRunIDParams object with the default values initialized.
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithContext ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithContext creates a new GetClusterClusterIDTaskBackupTaskIDRunIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithHTTPClient ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithHTTPClient creates a new GetClusterClusterIDTaskBackupTaskIDRunIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithTimeout ¶
func NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
NewGetClusterClusterIDTaskBackupTaskIDRunIDParamsWithTimeout creates a new GetClusterClusterIDTaskBackupTaskIDRunIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetClusterID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetContext ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetRunID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetRunID(runID string)
SetRunID adds the runId to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTaskID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTimeout ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithClusterID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithClusterID adds the clusterID to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithContext ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithContext adds the context to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithRunID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithRunID(runID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithRunID adds the runID to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTaskID ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithTaskID adds the taskID to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTimeout ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskBackupTaskIDRunIDParams
WithTimeout adds the timeout to the get cluster cluster ID task backup task ID run ID params
func (*GetClusterClusterIDTaskBackupTaskIDRunIDParams) WriteToRequest ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTaskBackupTaskIDRunIDReader ¶
type GetClusterClusterIDTaskBackupTaskIDRunIDReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTaskBackupTaskIDRunIDReader is a Reader for the GetClusterClusterIDTaskBackupTaskIDRunID structure.
func (*GetClusterClusterIDTaskBackupTaskIDRunIDReader) ReadResponse ¶
func (o *GetClusterClusterIDTaskBackupTaskIDRunIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTaskRepairTaskIDRunIDDefault ¶
type GetClusterClusterIDTaskRepairTaskIDRunIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTaskRepairTaskIDRunIDDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTaskRepairTaskIDRunIDDefault ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDDefault(code int) *GetClusterClusterIDTaskRepairTaskIDRunIDDefault
NewGetClusterClusterIDTaskRepairTaskIDRunIDDefault creates a GetClusterClusterIDTaskRepairTaskIDRunIDDefault with default headers values
func (*GetClusterClusterIDTaskRepairTaskIDRunIDDefault) Code ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDDefault) Code() int
Code gets the status code for the get cluster cluster ID task repair task ID run ID default response
func (*GetClusterClusterIDTaskRepairTaskIDRunIDDefault) Error ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDDefault) Error() string
func (*GetClusterClusterIDTaskRepairTaskIDRunIDDefault) GetPayload ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTaskRepairTaskIDRunIDOK ¶
type GetClusterClusterIDTaskRepairTaskIDRunIDOK struct {
Payload *models.TaskRunRepairProgress
}
GetClusterClusterIDTaskRepairTaskIDRunIDOK handles this case with default header values.
Repair progress
func NewGetClusterClusterIDTaskRepairTaskIDRunIDOK ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDOK() *GetClusterClusterIDTaskRepairTaskIDRunIDOK
NewGetClusterClusterIDTaskRepairTaskIDRunIDOK creates a GetClusterClusterIDTaskRepairTaskIDRunIDOK with default headers values
func (*GetClusterClusterIDTaskRepairTaskIDRunIDOK) Error ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDOK) Error() string
func (*GetClusterClusterIDTaskRepairTaskIDRunIDOK) GetPayload ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDOK) GetPayload() *models.TaskRunRepairProgress
type GetClusterClusterIDTaskRepairTaskIDRunIDParams ¶
type GetClusterClusterIDTaskRepairTaskIDRunIDParams struct { /*ClusterID*/ ClusterID string /*RunID*/ RunID string /*TaskID*/ TaskID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTaskRepairTaskIDRunIDParams contains all the parameters to send to the API endpoint for the get cluster cluster ID task repair task ID run ID operation typically these are written to a http.Request
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParams ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParams() *GetClusterClusterIDTaskRepairTaskIDRunIDParams
NewGetClusterClusterIDTaskRepairTaskIDRunIDParams creates a new GetClusterClusterIDTaskRepairTaskIDRunIDParams object with the default values initialized.
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithContext ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithContext creates a new GetClusterClusterIDTaskRepairTaskIDRunIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithHTTPClient ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithHTTPClient creates a new GetClusterClusterIDTaskRepairTaskIDRunIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithTimeout ¶
func NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
NewGetClusterClusterIDTaskRepairTaskIDRunIDParamsWithTimeout creates a new GetClusterClusterIDTaskRepairTaskIDRunIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetClusterID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetContext ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetRunID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetRunID(runID string)
SetRunID adds the runId to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTaskID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTimeout ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithClusterID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithClusterID adds the clusterID to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithContext ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithContext adds the context to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithRunID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithRunID(runID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithRunID adds the runID to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTaskID ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithTaskID adds the taskID to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTimeout ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskRepairTaskIDRunIDParams
WithTimeout adds the timeout to the get cluster cluster ID task repair task ID run ID params
func (*GetClusterClusterIDTaskRepairTaskIDRunIDParams) WriteToRequest ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTaskRepairTaskIDRunIDReader ¶
type GetClusterClusterIDTaskRepairTaskIDRunIDReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTaskRepairTaskIDRunIDReader is a Reader for the GetClusterClusterIDTaskRepairTaskIDRunID structure.
func (*GetClusterClusterIDTaskRepairTaskIDRunIDReader) ReadResponse ¶
func (o *GetClusterClusterIDTaskRepairTaskIDRunIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTaskTaskTypeTaskIDDefault ¶
type GetClusterClusterIDTaskTaskTypeTaskIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTaskTaskTypeTaskIDDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTaskTaskTypeTaskIDDefault ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDDefault(code int) *GetClusterClusterIDTaskTaskTypeTaskIDDefault
NewGetClusterClusterIDTaskTaskTypeTaskIDDefault creates a GetClusterClusterIDTaskTaskTypeTaskIDDefault with default headers values
func (*GetClusterClusterIDTaskTaskTypeTaskIDDefault) Code ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDDefault) Code() int
Code gets the status code for the get cluster cluster ID task task type task ID default response
func (*GetClusterClusterIDTaskTaskTypeTaskIDDefault) Error ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDDefault) Error() string
func (*GetClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault ¶
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault(code int) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault creates a GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault with default headers values
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) Code ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) Code() int
Code gets the status code for the get cluster cluster ID task task type task ID history default response
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) Error ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) Error() string
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) GetPayload ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK ¶
GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK handles this case with default header values.
List of task runs
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryOK ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryOK() *GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryOK creates a GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK with default headers values
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK) Error ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK) Error() string
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK) GetPayload ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryOK) GetPayload() []*models.TaskRun
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams ¶
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams struct { /*ClusterID*/ ClusterID string /*Limit*/ Limit *int64 /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams contains all the parameters to send to the API endpoint for the get cluster cluster ID task task type task ID history operation typically these are written to a http.Request
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParams ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParams() *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParams creates a new GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams object with the default values initialized.
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithContext ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithContext creates a new GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithHTTPClient ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithHTTPClient creates a new GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithTimeout ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
NewGetClusterClusterIDTaskTaskTypeTaskIDHistoryParamsWithTimeout creates a new GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetClusterID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetContext ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetLimit ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetLimit(limit *int64)
SetLimit adds the limit to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskType ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTimeout ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithClusterID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithClusterID adds the clusterID to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithContext ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithContext adds the context to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithLimit ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithLimit(limit *int64) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithLimit adds the limit to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskID(taskID string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithTaskID adds the taskID to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskType ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTaskType(taskType string) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithTaskType adds the taskType to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTimeout ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams
WithTimeout adds the timeout to the get cluster cluster ID task task type task ID history params
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WriteToRequest ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader ¶
type GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader is a Reader for the GetClusterClusterIDTaskTaskTypeTaskIDHistory structure.
func (*GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader) ReadResponse ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTaskTaskTypeTaskIDOK ¶
GetClusterClusterIDTaskTaskTypeTaskIDOK handles this case with default header values.
Task info
func NewGetClusterClusterIDTaskTaskTypeTaskIDOK ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDOK() *GetClusterClusterIDTaskTaskTypeTaskIDOK
NewGetClusterClusterIDTaskTaskTypeTaskIDOK creates a GetClusterClusterIDTaskTaskTypeTaskIDOK with default headers values
func (*GetClusterClusterIDTaskTaskTypeTaskIDOK) Error ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDOK) Error() string
func (*GetClusterClusterIDTaskTaskTypeTaskIDOK) GetPayload ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDOK) GetPayload() *models.Task
type GetClusterClusterIDTaskTaskTypeTaskIDParams ¶
type GetClusterClusterIDTaskTaskTypeTaskIDParams struct { /*ClusterID*/ ClusterID string /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTaskTaskTypeTaskIDParams contains all the parameters to send to the API endpoint for the get cluster cluster ID task task type task ID operation typically these are written to a http.Request
func NewGetClusterClusterIDTaskTaskTypeTaskIDParams ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDParams() *GetClusterClusterIDTaskTaskTypeTaskIDParams
NewGetClusterClusterIDTaskTaskTypeTaskIDParams creates a new GetClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized.
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithContext ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDParams
NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithContext creates a new GetClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDParams
NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient creates a new GetClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout ¶
func NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDParams
NewGetClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout creates a new GetClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetContext ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithClusterID adds the clusterID to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithContext ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithContext adds the context to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskID adds the taskID to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskType adds the taskType to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTaskTaskTypeTaskIDParams
WithTimeout adds the timeout to the get cluster cluster ID task task type task ID params
func (*GetClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTaskTaskTypeTaskIDReader ¶
type GetClusterClusterIDTaskTaskTypeTaskIDReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTaskTaskTypeTaskIDReader is a Reader for the GetClusterClusterIDTaskTaskTypeTaskID structure.
func (*GetClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse ¶
func (o *GetClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTasksBackupTargetDefault ¶
type GetClusterClusterIDTasksBackupTargetDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTasksBackupTargetDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTasksBackupTargetDefault ¶
func NewGetClusterClusterIDTasksBackupTargetDefault(code int) *GetClusterClusterIDTasksBackupTargetDefault
NewGetClusterClusterIDTasksBackupTargetDefault creates a GetClusterClusterIDTasksBackupTargetDefault with default headers values
func (*GetClusterClusterIDTasksBackupTargetDefault) Code ¶
func (o *GetClusterClusterIDTasksBackupTargetDefault) Code() int
Code gets the status code for the get cluster cluster ID tasks backup target default response
func (*GetClusterClusterIDTasksBackupTargetDefault) Error ¶
func (o *GetClusterClusterIDTasksBackupTargetDefault) Error() string
func (*GetClusterClusterIDTasksBackupTargetDefault) GetPayload ¶
func (o *GetClusterClusterIDTasksBackupTargetDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTasksBackupTargetOK ¶
type GetClusterClusterIDTasksBackupTargetOK struct {
Payload *models.BackupTarget
}
GetClusterClusterIDTasksBackupTargetOK handles this case with default header values.
Backup target
func NewGetClusterClusterIDTasksBackupTargetOK ¶
func NewGetClusterClusterIDTasksBackupTargetOK() *GetClusterClusterIDTasksBackupTargetOK
NewGetClusterClusterIDTasksBackupTargetOK creates a GetClusterClusterIDTasksBackupTargetOK with default headers values
func (*GetClusterClusterIDTasksBackupTargetOK) Error ¶
func (o *GetClusterClusterIDTasksBackupTargetOK) Error() string
func (*GetClusterClusterIDTasksBackupTargetOK) GetPayload ¶
func (o *GetClusterClusterIDTasksBackupTargetOK) GetPayload() *models.BackupTarget
type GetClusterClusterIDTasksBackupTargetParams ¶
type GetClusterClusterIDTasksBackupTargetParams struct { /*ClusterID*/ ClusterID string /*TaskFields*/ TaskFields *models.TaskUpdate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTasksBackupTargetParams contains all the parameters to send to the API endpoint for the get cluster cluster ID tasks backup target operation typically these are written to a http.Request
func NewGetClusterClusterIDTasksBackupTargetParams ¶
func NewGetClusterClusterIDTasksBackupTargetParams() *GetClusterClusterIDTasksBackupTargetParams
NewGetClusterClusterIDTasksBackupTargetParams creates a new GetClusterClusterIDTasksBackupTargetParams object with the default values initialized.
func NewGetClusterClusterIDTasksBackupTargetParamsWithContext ¶
func NewGetClusterClusterIDTasksBackupTargetParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksBackupTargetParams
NewGetClusterClusterIDTasksBackupTargetParamsWithContext creates a new GetClusterClusterIDTasksBackupTargetParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTasksBackupTargetParamsWithHTTPClient ¶
func NewGetClusterClusterIDTasksBackupTargetParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksBackupTargetParams
NewGetClusterClusterIDTasksBackupTargetParamsWithHTTPClient creates a new GetClusterClusterIDTasksBackupTargetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTasksBackupTargetParamsWithTimeout ¶
func NewGetClusterClusterIDTasksBackupTargetParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksBackupTargetParams
NewGetClusterClusterIDTasksBackupTargetParamsWithTimeout creates a new GetClusterClusterIDTasksBackupTargetParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTasksBackupTargetParams) SetClusterID ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) SetContext ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) SetTaskFields ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) SetTaskFields(taskFields *models.TaskUpdate)
SetTaskFields adds the taskFields to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) SetTimeout ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WithClusterID ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksBackupTargetParams
WithClusterID adds the clusterID to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WithContext ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksBackupTargetParams
WithContext adds the context to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksBackupTargetParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WithTaskFields ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WithTaskFields(taskFields *models.TaskUpdate) *GetClusterClusterIDTasksBackupTargetParams
WithTaskFields adds the taskFields to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WithTimeout ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksBackupTargetParams
WithTimeout adds the timeout to the get cluster cluster ID tasks backup target params
func (*GetClusterClusterIDTasksBackupTargetParams) WriteToRequest ¶
func (o *GetClusterClusterIDTasksBackupTargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTasksBackupTargetReader ¶
type GetClusterClusterIDTasksBackupTargetReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTasksBackupTargetReader is a Reader for the GetClusterClusterIDTasksBackupTarget structure.
func (*GetClusterClusterIDTasksBackupTargetReader) ReadResponse ¶
func (o *GetClusterClusterIDTasksBackupTargetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTasksDefault ¶
type GetClusterClusterIDTasksDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTasksDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTasksDefault ¶
func NewGetClusterClusterIDTasksDefault(code int) *GetClusterClusterIDTasksDefault
NewGetClusterClusterIDTasksDefault creates a GetClusterClusterIDTasksDefault with default headers values
func (*GetClusterClusterIDTasksDefault) Code ¶
func (o *GetClusterClusterIDTasksDefault) Code() int
Code gets the status code for the get cluster cluster ID tasks default response
func (*GetClusterClusterIDTasksDefault) Error ¶
func (o *GetClusterClusterIDTasksDefault) Error() string
func (*GetClusterClusterIDTasksDefault) GetPayload ¶
func (o *GetClusterClusterIDTasksDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTasksOK ¶
type GetClusterClusterIDTasksOK struct {
Payload []*models.ExtendedTask
}
GetClusterClusterIDTasksOK handles this case with default header values.
List of tasks
func NewGetClusterClusterIDTasksOK ¶
func NewGetClusterClusterIDTasksOK() *GetClusterClusterIDTasksOK
NewGetClusterClusterIDTasksOK creates a GetClusterClusterIDTasksOK with default headers values
func (*GetClusterClusterIDTasksOK) Error ¶
func (o *GetClusterClusterIDTasksOK) Error() string
func (*GetClusterClusterIDTasksOK) GetPayload ¶
func (o *GetClusterClusterIDTasksOK) GetPayload() []*models.ExtendedTask
type GetClusterClusterIDTasksParams ¶
type GetClusterClusterIDTasksParams struct { /*All*/ All *bool /*ClusterID*/ ClusterID string /*Status*/ Status *string /*Type*/ Type *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTasksParams contains all the parameters to send to the API endpoint for the get cluster cluster ID tasks operation typically these are written to a http.Request
func NewGetClusterClusterIDTasksParams ¶
func NewGetClusterClusterIDTasksParams() *GetClusterClusterIDTasksParams
NewGetClusterClusterIDTasksParams creates a new GetClusterClusterIDTasksParams object with the default values initialized.
func NewGetClusterClusterIDTasksParamsWithContext ¶
func NewGetClusterClusterIDTasksParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksParams
NewGetClusterClusterIDTasksParamsWithContext creates a new GetClusterClusterIDTasksParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTasksParamsWithHTTPClient ¶
func NewGetClusterClusterIDTasksParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksParams
NewGetClusterClusterIDTasksParamsWithHTTPClient creates a new GetClusterClusterIDTasksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTasksParamsWithTimeout ¶
func NewGetClusterClusterIDTasksParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksParams
NewGetClusterClusterIDTasksParamsWithTimeout creates a new GetClusterClusterIDTasksParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTasksParams) SetAll ¶
func (o *GetClusterClusterIDTasksParams) SetAll(all *bool)
SetAll adds the all to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetClusterID ¶
func (o *GetClusterClusterIDTasksParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetContext ¶
func (o *GetClusterClusterIDTasksParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTasksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetStatus ¶
func (o *GetClusterClusterIDTasksParams) SetStatus(status *string)
SetStatus adds the status to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetTimeout ¶
func (o *GetClusterClusterIDTasksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) SetType ¶
func (o *GetClusterClusterIDTasksParams) SetType(typeVar *string)
SetType adds the type to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithAll ¶
func (o *GetClusterClusterIDTasksParams) WithAll(all *bool) *GetClusterClusterIDTasksParams
WithAll adds the all to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithClusterID ¶
func (o *GetClusterClusterIDTasksParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksParams
WithClusterID adds the clusterID to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithContext ¶
func (o *GetClusterClusterIDTasksParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksParams
WithContext adds the context to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTasksParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithStatus ¶
func (o *GetClusterClusterIDTasksParams) WithStatus(status *string) *GetClusterClusterIDTasksParams
WithStatus adds the status to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithTimeout ¶
func (o *GetClusterClusterIDTasksParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksParams
WithTimeout adds the timeout to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WithType ¶
func (o *GetClusterClusterIDTasksParams) WithType(typeVar *string) *GetClusterClusterIDTasksParams
WithType adds the typeVar to the get cluster cluster ID tasks params
func (*GetClusterClusterIDTasksParams) WriteToRequest ¶
func (o *GetClusterClusterIDTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTasksReader ¶
type GetClusterClusterIDTasksReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTasksReader is a Reader for the GetClusterClusterIDTasks structure.
func (*GetClusterClusterIDTasksReader) ReadResponse ¶
func (o *GetClusterClusterIDTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterClusterIDTasksRepairTargetDefault ¶
type GetClusterClusterIDTasksRepairTargetDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClusterClusterIDTasksRepairTargetDefault handles this case with default header values.
Unexpected error
func NewGetClusterClusterIDTasksRepairTargetDefault ¶
func NewGetClusterClusterIDTasksRepairTargetDefault(code int) *GetClusterClusterIDTasksRepairTargetDefault
NewGetClusterClusterIDTasksRepairTargetDefault creates a GetClusterClusterIDTasksRepairTargetDefault with default headers values
func (*GetClusterClusterIDTasksRepairTargetDefault) Code ¶
func (o *GetClusterClusterIDTasksRepairTargetDefault) Code() int
Code gets the status code for the get cluster cluster ID tasks repair target default response
func (*GetClusterClusterIDTasksRepairTargetDefault) Error ¶
func (o *GetClusterClusterIDTasksRepairTargetDefault) Error() string
func (*GetClusterClusterIDTasksRepairTargetDefault) GetPayload ¶
func (o *GetClusterClusterIDTasksRepairTargetDefault) GetPayload() *models.ErrorResponse
type GetClusterClusterIDTasksRepairTargetOK ¶
type GetClusterClusterIDTasksRepairTargetOK struct {
Payload *models.RepairTarget
}
GetClusterClusterIDTasksRepairTargetOK handles this case with default header values.
Repair target
func NewGetClusterClusterIDTasksRepairTargetOK ¶
func NewGetClusterClusterIDTasksRepairTargetOK() *GetClusterClusterIDTasksRepairTargetOK
NewGetClusterClusterIDTasksRepairTargetOK creates a GetClusterClusterIDTasksRepairTargetOK with default headers values
func (*GetClusterClusterIDTasksRepairTargetOK) Error ¶
func (o *GetClusterClusterIDTasksRepairTargetOK) Error() string
func (*GetClusterClusterIDTasksRepairTargetOK) GetPayload ¶
func (o *GetClusterClusterIDTasksRepairTargetOK) GetPayload() *models.RepairTarget
type GetClusterClusterIDTasksRepairTargetParams ¶
type GetClusterClusterIDTasksRepairTargetParams struct { /*ClusterID*/ ClusterID string /*TaskFields*/ TaskFields *models.TaskUpdate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterClusterIDTasksRepairTargetParams contains all the parameters to send to the API endpoint for the get cluster cluster ID tasks repair target operation typically these are written to a http.Request
func NewGetClusterClusterIDTasksRepairTargetParams ¶
func NewGetClusterClusterIDTasksRepairTargetParams() *GetClusterClusterIDTasksRepairTargetParams
NewGetClusterClusterIDTasksRepairTargetParams creates a new GetClusterClusterIDTasksRepairTargetParams object with the default values initialized.
func NewGetClusterClusterIDTasksRepairTargetParamsWithContext ¶
func NewGetClusterClusterIDTasksRepairTargetParamsWithContext(ctx context.Context) *GetClusterClusterIDTasksRepairTargetParams
NewGetClusterClusterIDTasksRepairTargetParamsWithContext creates a new GetClusterClusterIDTasksRepairTargetParams object with the default values initialized, and the ability to set a context for a request
func NewGetClusterClusterIDTasksRepairTargetParamsWithHTTPClient ¶
func NewGetClusterClusterIDTasksRepairTargetParamsWithHTTPClient(client *http.Client) *GetClusterClusterIDTasksRepairTargetParams
NewGetClusterClusterIDTasksRepairTargetParamsWithHTTPClient creates a new GetClusterClusterIDTasksRepairTargetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClusterClusterIDTasksRepairTargetParamsWithTimeout ¶
func NewGetClusterClusterIDTasksRepairTargetParamsWithTimeout(timeout time.Duration) *GetClusterClusterIDTasksRepairTargetParams
NewGetClusterClusterIDTasksRepairTargetParamsWithTimeout creates a new GetClusterClusterIDTasksRepairTargetParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClusterClusterIDTasksRepairTargetParams) SetClusterID ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) SetContext ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) SetHTTPClient ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) SetTaskFields ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) SetTaskFields(taskFields *models.TaskUpdate)
SetTaskFields adds the taskFields to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) SetTimeout ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WithClusterID ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WithClusterID(clusterID string) *GetClusterClusterIDTasksRepairTargetParams
WithClusterID adds the clusterID to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WithContext ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WithContext(ctx context.Context) *GetClusterClusterIDTasksRepairTargetParams
WithContext adds the context to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WithHTTPClient ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WithHTTPClient(client *http.Client) *GetClusterClusterIDTasksRepairTargetParams
WithHTTPClient adds the HTTPClient to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WithTaskFields ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WithTaskFields(taskFields *models.TaskUpdate) *GetClusterClusterIDTasksRepairTargetParams
WithTaskFields adds the taskFields to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WithTimeout ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WithTimeout(timeout time.Duration) *GetClusterClusterIDTasksRepairTargetParams
WithTimeout adds the timeout to the get cluster cluster ID tasks repair target params
func (*GetClusterClusterIDTasksRepairTargetParams) WriteToRequest ¶
func (o *GetClusterClusterIDTasksRepairTargetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterClusterIDTasksRepairTargetReader ¶
type GetClusterClusterIDTasksRepairTargetReader struct {
// contains filtered or unexported fields
}
GetClusterClusterIDTasksRepairTargetReader is a Reader for the GetClusterClusterIDTasksRepairTarget structure.
func (*GetClusterClusterIDTasksRepairTargetReader) ReadResponse ¶
func (o *GetClusterClusterIDTasksRepairTargetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClustersDefault ¶
type GetClustersDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetClustersDefault handles this case with default header values.
Unexpected error
func NewGetClustersDefault ¶
func NewGetClustersDefault(code int) *GetClustersDefault
NewGetClustersDefault creates a GetClustersDefault with default headers values
func (*GetClustersDefault) Code ¶
func (o *GetClustersDefault) Code() int
Code gets the status code for the get clusters default response
func (*GetClustersDefault) Error ¶
func (o *GetClustersDefault) Error() string
func (*GetClustersDefault) GetPayload ¶
func (o *GetClustersDefault) GetPayload() *models.ErrorResponse
type GetClustersOK ¶
GetClustersOK handles this case with default header values.
List of all clusters
func NewGetClustersOK ¶
func NewGetClustersOK() *GetClustersOK
NewGetClustersOK creates a GetClustersOK with default headers values
func (*GetClustersOK) Error ¶
func (o *GetClustersOK) Error() string
func (*GetClustersOK) GetPayload ¶
func (o *GetClustersOK) GetPayload() []*models.Cluster
type GetClustersParams ¶
type GetClustersParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClustersParams contains all the parameters to send to the API endpoint for the get clusters operation typically these are written to a http.Request
func NewGetClustersParams ¶
func NewGetClustersParams() *GetClustersParams
NewGetClustersParams creates a new GetClustersParams object with the default values initialized.
func NewGetClustersParamsWithContext ¶
func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams
NewGetClustersParamsWithContext creates a new GetClustersParams object with the default values initialized, and the ability to set a context for a request
func NewGetClustersParamsWithHTTPClient ¶
func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams
NewGetClustersParamsWithHTTPClient creates a new GetClustersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetClustersParamsWithTimeout ¶
func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams
NewGetClustersParamsWithTimeout creates a new GetClustersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetClustersParams) SetContext ¶
func (o *GetClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the get clusters params
func (*GetClustersParams) SetHTTPClient ¶
func (o *GetClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get clusters params
func (*GetClustersParams) SetTimeout ¶
func (o *GetClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get clusters params
func (*GetClustersParams) WithContext ¶
func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams
WithContext adds the context to the get clusters params
func (*GetClustersParams) WithHTTPClient ¶
func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams
WithHTTPClient adds the HTTPClient to the get clusters params
func (*GetClustersParams) WithTimeout ¶
func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams
WithTimeout adds the timeout to the get clusters params
func (*GetClustersParams) WriteToRequest ¶
func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClustersReader ¶
type GetClustersReader struct {
// contains filtered or unexported fields
}
GetClustersReader is a Reader for the GetClusters structure.
func (*GetClustersReader) ReadResponse ¶
func (o *GetClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionDefault ¶
type GetVersionDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
GetVersionDefault handles this case with default header values.
Unexpected error
func NewGetVersionDefault ¶
func NewGetVersionDefault(code int) *GetVersionDefault
NewGetVersionDefault creates a GetVersionDefault with default headers values
func (*GetVersionDefault) Code ¶
func (o *GetVersionDefault) Code() int
Code gets the status code for the get version default response
func (*GetVersionDefault) Error ¶
func (o *GetVersionDefault) Error() string
func (*GetVersionDefault) GetPayload ¶
func (o *GetVersionDefault) GetPayload() *models.ErrorResponse
type GetVersionOK ¶
GetVersionOK handles this case with default header values.
Server version
func NewGetVersionOK ¶
func NewGetVersionOK() *GetVersionOK
NewGetVersionOK creates a GetVersionOK with default headers values
func (*GetVersionOK) Error ¶
func (o *GetVersionOK) Error() string
func (*GetVersionOK) GetPayload ¶
func (o *GetVersionOK) GetPayload() *models.Version
type GetVersionParams ¶
type GetVersionParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVersionParams contains all the parameters to send to the API endpoint for the get version operation typically these are written to a http.Request
func NewGetVersionParams ¶
func NewGetVersionParams() *GetVersionParams
NewGetVersionParams creates a new GetVersionParams object with the default values initialized.
func NewGetVersionParamsWithContext ¶
func NewGetVersionParamsWithContext(ctx context.Context) *GetVersionParams
NewGetVersionParamsWithContext creates a new GetVersionParams object with the default values initialized, and the ability to set a context for a request
func NewGetVersionParamsWithHTTPClient ¶
func NewGetVersionParamsWithHTTPClient(client *http.Client) *GetVersionParams
NewGetVersionParamsWithHTTPClient creates a new GetVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVersionParamsWithTimeout ¶
func NewGetVersionParamsWithTimeout(timeout time.Duration) *GetVersionParams
NewGetVersionParamsWithTimeout creates a new GetVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVersionParams) SetContext ¶
func (o *GetVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get version params
func (*GetVersionParams) SetHTTPClient ¶
func (o *GetVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get version params
func (*GetVersionParams) SetTimeout ¶
func (o *GetVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get version params
func (*GetVersionParams) WithContext ¶
func (o *GetVersionParams) WithContext(ctx context.Context) *GetVersionParams
WithContext adds the context to the get version params
func (*GetVersionParams) WithHTTPClient ¶
func (o *GetVersionParams) WithHTTPClient(client *http.Client) *GetVersionParams
WithHTTPClient adds the HTTPClient to the get version params
func (*GetVersionParams) WithTimeout ¶
func (o *GetVersionParams) WithTimeout(timeout time.Duration) *GetVersionParams
WithTimeout adds the timeout to the get version params
func (*GetVersionParams) WriteToRequest ¶
func (o *GetVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionReader ¶
type GetVersionReader struct {
// contains filtered or unexported fields
}
GetVersionReader is a Reader for the GetVersion structure.
func (*GetVersionReader) ReadResponse ¶
func (o *GetVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostClusterClusterIDRepairsIntensityDefault ¶
type PostClusterClusterIDRepairsIntensityDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PostClusterClusterIDRepairsIntensityDefault handles this case with default header values.
Unexpected error
func NewPostClusterClusterIDRepairsIntensityDefault ¶
func NewPostClusterClusterIDRepairsIntensityDefault(code int) *PostClusterClusterIDRepairsIntensityDefault
NewPostClusterClusterIDRepairsIntensityDefault creates a PostClusterClusterIDRepairsIntensityDefault with default headers values
func (*PostClusterClusterIDRepairsIntensityDefault) Code ¶
func (o *PostClusterClusterIDRepairsIntensityDefault) Code() int
Code gets the status code for the post cluster cluster ID repairs intensity default response
func (*PostClusterClusterIDRepairsIntensityDefault) Error ¶
func (o *PostClusterClusterIDRepairsIntensityDefault) Error() string
func (*PostClusterClusterIDRepairsIntensityDefault) GetPayload ¶
func (o *PostClusterClusterIDRepairsIntensityDefault) GetPayload() *models.ErrorResponse
type PostClusterClusterIDRepairsIntensityOK ¶
type PostClusterClusterIDRepairsIntensityOK struct { }
PostClusterClusterIDRepairsIntensityOK handles this case with default header values.
OK
func NewPostClusterClusterIDRepairsIntensityOK ¶
func NewPostClusterClusterIDRepairsIntensityOK() *PostClusterClusterIDRepairsIntensityOK
NewPostClusterClusterIDRepairsIntensityOK creates a PostClusterClusterIDRepairsIntensityOK with default headers values
func (*PostClusterClusterIDRepairsIntensityOK) Error ¶
func (o *PostClusterClusterIDRepairsIntensityOK) Error() string
type PostClusterClusterIDRepairsIntensityParams ¶
type PostClusterClusterIDRepairsIntensityParams struct { /*ClusterID*/ ClusterID string /*Intensity*/ Intensity float64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostClusterClusterIDRepairsIntensityParams contains all the parameters to send to the API endpoint for the post cluster cluster ID repairs intensity operation typically these are written to a http.Request
func NewPostClusterClusterIDRepairsIntensityParams ¶
func NewPostClusterClusterIDRepairsIntensityParams() *PostClusterClusterIDRepairsIntensityParams
NewPostClusterClusterIDRepairsIntensityParams creates a new PostClusterClusterIDRepairsIntensityParams object with the default values initialized.
func NewPostClusterClusterIDRepairsIntensityParamsWithContext ¶
func NewPostClusterClusterIDRepairsIntensityParamsWithContext(ctx context.Context) *PostClusterClusterIDRepairsIntensityParams
NewPostClusterClusterIDRepairsIntensityParamsWithContext creates a new PostClusterClusterIDRepairsIntensityParams object with the default values initialized, and the ability to set a context for a request
func NewPostClusterClusterIDRepairsIntensityParamsWithHTTPClient ¶
func NewPostClusterClusterIDRepairsIntensityParamsWithHTTPClient(client *http.Client) *PostClusterClusterIDRepairsIntensityParams
NewPostClusterClusterIDRepairsIntensityParamsWithHTTPClient creates a new PostClusterClusterIDRepairsIntensityParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostClusterClusterIDRepairsIntensityParamsWithTimeout ¶
func NewPostClusterClusterIDRepairsIntensityParamsWithTimeout(timeout time.Duration) *PostClusterClusterIDRepairsIntensityParams
NewPostClusterClusterIDRepairsIntensityParamsWithTimeout creates a new PostClusterClusterIDRepairsIntensityParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostClusterClusterIDRepairsIntensityParams) SetClusterID ¶
func (o *PostClusterClusterIDRepairsIntensityParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) SetContext ¶
func (o *PostClusterClusterIDRepairsIntensityParams) SetContext(ctx context.Context)
SetContext adds the context to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) SetHTTPClient ¶
func (o *PostClusterClusterIDRepairsIntensityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) SetIntensity ¶
func (o *PostClusterClusterIDRepairsIntensityParams) SetIntensity(intensity float64)
SetIntensity adds the intensity to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) SetTimeout ¶
func (o *PostClusterClusterIDRepairsIntensityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WithClusterID ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WithClusterID(clusterID string) *PostClusterClusterIDRepairsIntensityParams
WithClusterID adds the clusterID to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WithContext ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WithContext(ctx context.Context) *PostClusterClusterIDRepairsIntensityParams
WithContext adds the context to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WithHTTPClient ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WithHTTPClient(client *http.Client) *PostClusterClusterIDRepairsIntensityParams
WithHTTPClient adds the HTTPClient to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WithIntensity ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WithIntensity(intensity float64) *PostClusterClusterIDRepairsIntensityParams
WithIntensity adds the intensity to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WithTimeout ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WithTimeout(timeout time.Duration) *PostClusterClusterIDRepairsIntensityParams
WithTimeout adds the timeout to the post cluster cluster ID repairs intensity params
func (*PostClusterClusterIDRepairsIntensityParams) WriteToRequest ¶
func (o *PostClusterClusterIDRepairsIntensityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostClusterClusterIDRepairsIntensityReader ¶
type PostClusterClusterIDRepairsIntensityReader struct {
// contains filtered or unexported fields
}
PostClusterClusterIDRepairsIntensityReader is a Reader for the PostClusterClusterIDRepairsIntensity structure.
func (*PostClusterClusterIDRepairsIntensityReader) ReadResponse ¶
func (o *PostClusterClusterIDRepairsIntensityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostClusterClusterIDTasksCreated ¶
type PostClusterClusterIDTasksCreated struct {
Location string
}
PostClusterClusterIDTasksCreated handles this case with default header values.
Task added
func NewPostClusterClusterIDTasksCreated ¶
func NewPostClusterClusterIDTasksCreated() *PostClusterClusterIDTasksCreated
NewPostClusterClusterIDTasksCreated creates a PostClusterClusterIDTasksCreated with default headers values
func (*PostClusterClusterIDTasksCreated) Error ¶
func (o *PostClusterClusterIDTasksCreated) Error() string
type PostClusterClusterIDTasksDefault ¶
type PostClusterClusterIDTasksDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PostClusterClusterIDTasksDefault handles this case with default header values.
Unexpected error
func NewPostClusterClusterIDTasksDefault ¶
func NewPostClusterClusterIDTasksDefault(code int) *PostClusterClusterIDTasksDefault
NewPostClusterClusterIDTasksDefault creates a PostClusterClusterIDTasksDefault with default headers values
func (*PostClusterClusterIDTasksDefault) Code ¶
func (o *PostClusterClusterIDTasksDefault) Code() int
Code gets the status code for the post cluster cluster ID tasks default response
func (*PostClusterClusterIDTasksDefault) Error ¶
func (o *PostClusterClusterIDTasksDefault) Error() string
func (*PostClusterClusterIDTasksDefault) GetPayload ¶
func (o *PostClusterClusterIDTasksDefault) GetPayload() *models.ErrorResponse
type PostClusterClusterIDTasksParams ¶
type PostClusterClusterIDTasksParams struct { /*ClusterID*/ ClusterID string /*TaskFields*/ TaskFields *models.TaskUpdate Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostClusterClusterIDTasksParams contains all the parameters to send to the API endpoint for the post cluster cluster ID tasks operation typically these are written to a http.Request
func NewPostClusterClusterIDTasksParams ¶
func NewPostClusterClusterIDTasksParams() *PostClusterClusterIDTasksParams
NewPostClusterClusterIDTasksParams creates a new PostClusterClusterIDTasksParams object with the default values initialized.
func NewPostClusterClusterIDTasksParamsWithContext ¶
func NewPostClusterClusterIDTasksParamsWithContext(ctx context.Context) *PostClusterClusterIDTasksParams
NewPostClusterClusterIDTasksParamsWithContext creates a new PostClusterClusterIDTasksParams object with the default values initialized, and the ability to set a context for a request
func NewPostClusterClusterIDTasksParamsWithHTTPClient ¶
func NewPostClusterClusterIDTasksParamsWithHTTPClient(client *http.Client) *PostClusterClusterIDTasksParams
NewPostClusterClusterIDTasksParamsWithHTTPClient creates a new PostClusterClusterIDTasksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostClusterClusterIDTasksParamsWithTimeout ¶
func NewPostClusterClusterIDTasksParamsWithTimeout(timeout time.Duration) *PostClusterClusterIDTasksParams
NewPostClusterClusterIDTasksParamsWithTimeout creates a new PostClusterClusterIDTasksParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostClusterClusterIDTasksParams) SetClusterID ¶
func (o *PostClusterClusterIDTasksParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) SetContext ¶
func (o *PostClusterClusterIDTasksParams) SetContext(ctx context.Context)
SetContext adds the context to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) SetHTTPClient ¶
func (o *PostClusterClusterIDTasksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) SetTaskFields ¶
func (o *PostClusterClusterIDTasksParams) SetTaskFields(taskFields *models.TaskUpdate)
SetTaskFields adds the taskFields to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) SetTimeout ¶
func (o *PostClusterClusterIDTasksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WithClusterID ¶
func (o *PostClusterClusterIDTasksParams) WithClusterID(clusterID string) *PostClusterClusterIDTasksParams
WithClusterID adds the clusterID to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WithContext ¶
func (o *PostClusterClusterIDTasksParams) WithContext(ctx context.Context) *PostClusterClusterIDTasksParams
WithContext adds the context to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WithHTTPClient ¶
func (o *PostClusterClusterIDTasksParams) WithHTTPClient(client *http.Client) *PostClusterClusterIDTasksParams
WithHTTPClient adds the HTTPClient to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WithTaskFields ¶
func (o *PostClusterClusterIDTasksParams) WithTaskFields(taskFields *models.TaskUpdate) *PostClusterClusterIDTasksParams
WithTaskFields adds the taskFields to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WithTimeout ¶
func (o *PostClusterClusterIDTasksParams) WithTimeout(timeout time.Duration) *PostClusterClusterIDTasksParams
WithTimeout adds the timeout to the post cluster cluster ID tasks params
func (*PostClusterClusterIDTasksParams) WriteToRequest ¶
func (o *PostClusterClusterIDTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostClusterClusterIDTasksReader ¶
type PostClusterClusterIDTasksReader struct {
// contains filtered or unexported fields
}
PostClusterClusterIDTasksReader is a Reader for the PostClusterClusterIDTasks structure.
func (*PostClusterClusterIDTasksReader) ReadResponse ¶
func (o *PostClusterClusterIDTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostClustersCreated ¶
type PostClustersCreated struct {
Location string
}
PostClustersCreated handles this case with default header values.
Cluster added
func NewPostClustersCreated ¶
func NewPostClustersCreated() *PostClustersCreated
NewPostClustersCreated creates a PostClustersCreated with default headers values
func (*PostClustersCreated) Error ¶
func (o *PostClustersCreated) Error() string
type PostClustersDefault ¶
type PostClustersDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PostClustersDefault handles this case with default header values.
Unexpected error
func NewPostClustersDefault ¶
func NewPostClustersDefault(code int) *PostClustersDefault
NewPostClustersDefault creates a PostClustersDefault with default headers values
func (*PostClustersDefault) Code ¶
func (o *PostClustersDefault) Code() int
Code gets the status code for the post clusters default response
func (*PostClustersDefault) Error ¶
func (o *PostClustersDefault) Error() string
func (*PostClustersDefault) GetPayload ¶
func (o *PostClustersDefault) GetPayload() *models.ErrorResponse
type PostClustersParams ¶
type PostClustersParams struct { /*Cluster*/ Cluster *models.Cluster Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostClustersParams contains all the parameters to send to the API endpoint for the post clusters operation typically these are written to a http.Request
func NewPostClustersParams ¶
func NewPostClustersParams() *PostClustersParams
NewPostClustersParams creates a new PostClustersParams object with the default values initialized.
func NewPostClustersParamsWithContext ¶
func NewPostClustersParamsWithContext(ctx context.Context) *PostClustersParams
NewPostClustersParamsWithContext creates a new PostClustersParams object with the default values initialized, and the ability to set a context for a request
func NewPostClustersParamsWithHTTPClient ¶
func NewPostClustersParamsWithHTTPClient(client *http.Client) *PostClustersParams
NewPostClustersParamsWithHTTPClient creates a new PostClustersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostClustersParamsWithTimeout ¶
func NewPostClustersParamsWithTimeout(timeout time.Duration) *PostClustersParams
NewPostClustersParamsWithTimeout creates a new PostClustersParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostClustersParams) SetCluster ¶
func (o *PostClustersParams) SetCluster(cluster *models.Cluster)
SetCluster adds the cluster to the post clusters params
func (*PostClustersParams) SetContext ¶
func (o *PostClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the post clusters params
func (*PostClustersParams) SetHTTPClient ¶
func (o *PostClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post clusters params
func (*PostClustersParams) SetTimeout ¶
func (o *PostClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post clusters params
func (*PostClustersParams) WithCluster ¶
func (o *PostClustersParams) WithCluster(cluster *models.Cluster) *PostClustersParams
WithCluster adds the cluster to the post clusters params
func (*PostClustersParams) WithContext ¶
func (o *PostClustersParams) WithContext(ctx context.Context) *PostClustersParams
WithContext adds the context to the post clusters params
func (*PostClustersParams) WithHTTPClient ¶
func (o *PostClustersParams) WithHTTPClient(client *http.Client) *PostClustersParams
WithHTTPClient adds the HTTPClient to the post clusters params
func (*PostClustersParams) WithTimeout ¶
func (o *PostClustersParams) WithTimeout(timeout time.Duration) *PostClustersParams
WithTimeout adds the timeout to the post clusters params
func (*PostClustersParams) WriteToRequest ¶
func (o *PostClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostClustersReader ¶
type PostClustersReader struct {
// contains filtered or unexported fields
}
PostClustersReader is a Reader for the PostClusters structure.
func (*PostClustersReader) ReadResponse ¶
func (o *PostClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutClusterClusterIDDefault ¶
type PutClusterClusterIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PutClusterClusterIDDefault handles this case with default header values.
Unexpected error
func NewPutClusterClusterIDDefault ¶
func NewPutClusterClusterIDDefault(code int) *PutClusterClusterIDDefault
NewPutClusterClusterIDDefault creates a PutClusterClusterIDDefault with default headers values
func (*PutClusterClusterIDDefault) Code ¶
func (o *PutClusterClusterIDDefault) Code() int
Code gets the status code for the put cluster cluster ID default response
func (*PutClusterClusterIDDefault) Error ¶
func (o *PutClusterClusterIDDefault) Error() string
func (*PutClusterClusterIDDefault) GetPayload ¶
func (o *PutClusterClusterIDDefault) GetPayload() *models.ErrorResponse
type PutClusterClusterIDOK ¶
PutClusterClusterIDOK handles this case with default header values.
Updated cluster info
func NewPutClusterClusterIDOK ¶
func NewPutClusterClusterIDOK() *PutClusterClusterIDOK
NewPutClusterClusterIDOK creates a PutClusterClusterIDOK with default headers values
func (*PutClusterClusterIDOK) Error ¶
func (o *PutClusterClusterIDOK) Error() string
func (*PutClusterClusterIDOK) GetPayload ¶
func (o *PutClusterClusterIDOK) GetPayload() *models.Cluster
type PutClusterClusterIDParams ¶
type PutClusterClusterIDParams struct { /*Cluster*/ Cluster *models.Cluster /*ClusterID*/ ClusterID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutClusterClusterIDParams contains all the parameters to send to the API endpoint for the put cluster cluster ID operation typically these are written to a http.Request
func NewPutClusterClusterIDParams ¶
func NewPutClusterClusterIDParams() *PutClusterClusterIDParams
NewPutClusterClusterIDParams creates a new PutClusterClusterIDParams object with the default values initialized.
func NewPutClusterClusterIDParamsWithContext ¶
func NewPutClusterClusterIDParamsWithContext(ctx context.Context) *PutClusterClusterIDParams
NewPutClusterClusterIDParamsWithContext creates a new PutClusterClusterIDParams object with the default values initialized, and the ability to set a context for a request
func NewPutClusterClusterIDParamsWithHTTPClient ¶
func NewPutClusterClusterIDParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDParams
NewPutClusterClusterIDParamsWithHTTPClient creates a new PutClusterClusterIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutClusterClusterIDParamsWithTimeout ¶
func NewPutClusterClusterIDParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDParams
NewPutClusterClusterIDParamsWithTimeout creates a new PutClusterClusterIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutClusterClusterIDParams) SetCluster ¶
func (o *PutClusterClusterIDParams) SetCluster(cluster *models.Cluster)
SetCluster adds the cluster to the put cluster cluster ID params
func (*PutClusterClusterIDParams) SetClusterID ¶
func (o *PutClusterClusterIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the put cluster cluster ID params
func (*PutClusterClusterIDParams) SetContext ¶
func (o *PutClusterClusterIDParams) SetContext(ctx context.Context)
SetContext adds the context to the put cluster cluster ID params
func (*PutClusterClusterIDParams) SetHTTPClient ¶
func (o *PutClusterClusterIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put cluster cluster ID params
func (*PutClusterClusterIDParams) SetTimeout ¶
func (o *PutClusterClusterIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WithCluster ¶
func (o *PutClusterClusterIDParams) WithCluster(cluster *models.Cluster) *PutClusterClusterIDParams
WithCluster adds the cluster to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WithClusterID ¶
func (o *PutClusterClusterIDParams) WithClusterID(clusterID string) *PutClusterClusterIDParams
WithClusterID adds the clusterID to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WithContext ¶
func (o *PutClusterClusterIDParams) WithContext(ctx context.Context) *PutClusterClusterIDParams
WithContext adds the context to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WithHTTPClient ¶
func (o *PutClusterClusterIDParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDParams
WithHTTPClient adds the HTTPClient to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WithTimeout ¶
func (o *PutClusterClusterIDParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDParams
WithTimeout adds the timeout to the put cluster cluster ID params
func (*PutClusterClusterIDParams) WriteToRequest ¶
func (o *PutClusterClusterIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutClusterClusterIDReader ¶
type PutClusterClusterIDReader struct {
// contains filtered or unexported fields
}
PutClusterClusterIDReader is a Reader for the PutClusterClusterID structure.
func (*PutClusterClusterIDReader) ReadResponse ¶
func (o *PutClusterClusterIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutClusterClusterIDTaskTaskTypeTaskIDDefault ¶
type PutClusterClusterIDTaskTaskTypeTaskIDDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDDefault handles this case with default header values.
Unexpected error
func NewPutClusterClusterIDTaskTaskTypeTaskIDDefault ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDDefault(code int) *PutClusterClusterIDTaskTaskTypeTaskIDDefault
NewPutClusterClusterIDTaskTaskTypeTaskIDDefault creates a PutClusterClusterIDTaskTaskTypeTaskIDDefault with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDDefault) Code ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDDefault) Code() int
Code gets the status code for the put cluster cluster ID task task type task ID default response
func (*PutClusterClusterIDTaskTaskTypeTaskIDDefault) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDDefault) Error() string
func (*PutClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDDefault) GetPayload() *models.ErrorResponse
type PutClusterClusterIDTaskTaskTypeTaskIDOK ¶
PutClusterClusterIDTaskTaskTypeTaskIDOK handles this case with default header values.
Updated task info
func NewPutClusterClusterIDTaskTaskTypeTaskIDOK ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDOK() *PutClusterClusterIDTaskTaskTypeTaskIDOK
NewPutClusterClusterIDTaskTaskTypeTaskIDOK creates a PutClusterClusterIDTaskTaskTypeTaskIDOK with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDOK) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDOK) Error() string
func (*PutClusterClusterIDTaskTaskTypeTaskIDOK) GetPayload ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDOK) GetPayload() *models.Task
type PutClusterClusterIDTaskTaskTypeTaskIDParams ¶
type PutClusterClusterIDTaskTaskTypeTaskIDParams struct { /*ClusterID*/ ClusterID string /*TaskFields*/ TaskFields *models.TaskUpdate /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDParams contains all the parameters to send to the API endpoint for the put cluster cluster ID task task type task ID operation typically these are written to a http.Request
func NewPutClusterClusterIDTaskTaskTypeTaskIDParams ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDParams() *PutClusterClusterIDTaskTaskTypeTaskIDParams
NewPutClusterClusterIDTaskTaskTypeTaskIDParams creates a new PutClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized.
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithContext ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDParams
NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithContext creates a new PutClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a context for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDParams
NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithHTTPClient creates a new PutClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDParams
NewPutClusterClusterIDTaskTaskTypeTaskIDParamsWithTimeout creates a new PutClusterClusterIDTaskTaskTypeTaskIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetContext(ctx context.Context)
SetContext adds the context to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskFields ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskFields(taskFields *models.TaskUpdate)
SetTaskFields adds the taskFields to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithClusterID adds the clusterID to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithContext adds the context to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskFields ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskFields(taskFields *models.TaskUpdate) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskFields adds the taskFields to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskID adds the taskID to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithTaskType adds the taskType to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDParams
WithTimeout adds the timeout to the put cluster cluster ID task task type task ID params
func (*PutClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutClusterClusterIDTaskTaskTypeTaskIDReader ¶
type PutClusterClusterIDTaskTaskTypeTaskIDReader struct {
// contains filtered or unexported fields
}
PutClusterClusterIDTaskTaskTypeTaskIDReader is a Reader for the PutClusterClusterIDTaskTaskTypeTaskID structure.
func (*PutClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutClusterClusterIDTaskTaskTypeTaskIDStartDefault ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStartDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDStartDefault handles this case with default header values.
Unexpected error
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartDefault ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartDefault(code int) *PutClusterClusterIDTaskTaskTypeTaskIDStartDefault
NewPutClusterClusterIDTaskTaskTypeTaskIDStartDefault creates a PutClusterClusterIDTaskTaskTypeTaskIDStartDefault with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) Code ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) Code() int
Code gets the status code for the put cluster cluster ID task task type task ID start default response
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) Error() string
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) GetPayload ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartDefault) GetPayload() *models.ErrorResponse
type PutClusterClusterIDTaskTaskTypeTaskIDStartOK ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStartOK struct { }
PutClusterClusterIDTaskTaskTypeTaskIDStartOK handles this case with default header values.
Task started
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartOK ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartOK() *PutClusterClusterIDTaskTaskTypeTaskIDStartOK
NewPutClusterClusterIDTaskTaskTypeTaskIDStartOK creates a PutClusterClusterIDTaskTaskTypeTaskIDStartOK with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartOK) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartOK) Error() string
type PutClusterClusterIDTaskTaskTypeTaskIDStartParams ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStartParams struct { /*ClusterID*/ ClusterID string /*Continue*/ Continue bool /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDStartParams contains all the parameters to send to the API endpoint for the put cluster cluster ID task task type task ID start operation typically these are written to a http.Request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParams ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParams() *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStartParams creates a new PutClusterClusterIDTaskTaskTypeTaskIDStartParams object with the default values initialized.
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithContext ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithContext creates a new PutClusterClusterIDTaskTaskTypeTaskIDStartParams object with the default values initialized, and the ability to set a context for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithHTTPClient ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithHTTPClient creates a new PutClusterClusterIDTaskTaskTypeTaskIDStartParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithTimeout ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStartParamsWithTimeout creates a new PutClusterClusterIDTaskTaskTypeTaskIDStartParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContext(ctx context.Context)
SetContext adds the context to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContinue ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetContinue(continueVar bool)
SetContinue adds the continue to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithClusterID adds the clusterID to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithContext adds the context to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContinue ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithContinue(continueVar bool) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithContinue adds the continueVar to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithTaskID adds the taskID to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithTaskType adds the taskType to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStartParams
WithTimeout adds the timeout to the put cluster cluster ID task task type task ID start params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WriteToRequest ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutClusterClusterIDTaskTaskTypeTaskIDStartReader ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStartReader struct {
// contains filtered or unexported fields
}
PutClusterClusterIDTaskTaskTypeTaskIDStartReader is a Reader for the PutClusterClusterIDTaskTaskTypeTaskIDStart structure.
func (*PutClusterClusterIDTaskTaskTypeTaskIDStartReader) ReadResponse ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutClusterClusterIDTaskTaskTypeTaskIDStopDefault ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStopDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDStopDefault handles this case with default header values.
Unexpected error
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopDefault ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopDefault(code int) *PutClusterClusterIDTaskTaskTypeTaskIDStopDefault
NewPutClusterClusterIDTaskTaskTypeTaskIDStopDefault creates a PutClusterClusterIDTaskTaskTypeTaskIDStopDefault with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) Code ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) Code() int
Code gets the status code for the put cluster cluster ID task task type task ID stop default response
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) Error() string
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) GetPayload ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopDefault) GetPayload() *models.ErrorResponse
type PutClusterClusterIDTaskTaskTypeTaskIDStopOK ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStopOK struct { }
PutClusterClusterIDTaskTaskTypeTaskIDStopOK handles this case with default header values.
Task stopped
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopOK ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopOK() *PutClusterClusterIDTaskTaskTypeTaskIDStopOK
NewPutClusterClusterIDTaskTaskTypeTaskIDStopOK creates a PutClusterClusterIDTaskTaskTypeTaskIDStopOK with default headers values
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopOK) Error ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopOK) Error() string
type PutClusterClusterIDTaskTaskTypeTaskIDStopParams ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStopParams struct { /*ClusterID*/ ClusterID string /*Disable*/ Disable *bool /*TaskID*/ TaskID string /*TaskType*/ TaskType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutClusterClusterIDTaskTaskTypeTaskIDStopParams contains all the parameters to send to the API endpoint for the put cluster cluster ID task task type task ID stop operation typically these are written to a http.Request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParams ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParams() *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStopParams creates a new PutClusterClusterIDTaskTaskTypeTaskIDStopParams object with the default values initialized.
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithContext ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithContext creates a new PutClusterClusterIDTaskTaskTypeTaskIDStopParams object with the default values initialized, and the ability to set a context for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithHTTPClient ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithHTTPClient creates a new PutClusterClusterIDTaskTaskTypeTaskIDStopParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithTimeout ¶
func NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
NewPutClusterClusterIDTaskTaskTypeTaskIDStopParamsWithTimeout creates a new PutClusterClusterIDTaskTaskTypeTaskIDStopParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetContext(ctx context.Context)
SetContext adds the context to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetDisable ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetDisable(disable *bool)
SetDisable adds the disable to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskID(taskID string)
SetTaskID adds the taskId to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTaskType(taskType string)
SetTaskType adds the taskType to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithClusterID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithClusterID(clusterID string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithClusterID adds the clusterID to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithContext ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithContext(ctx context.Context) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithContext adds the context to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithDisable ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithDisable(disable *bool) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithDisable adds the disable to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithHTTPClient ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithHTTPClient(client *http.Client) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithHTTPClient adds the HTTPClient to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskID ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskID(taskID string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithTaskID adds the taskID to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskType ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTaskType(taskType string) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithTaskType adds the taskType to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTimeout ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WithTimeout(timeout time.Duration) *PutClusterClusterIDTaskTaskTypeTaskIDStopParams
WithTimeout adds the timeout to the put cluster cluster ID task task type task ID stop params
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WriteToRequest ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutClusterClusterIDTaskTaskTypeTaskIDStopReader ¶
type PutClusterClusterIDTaskTaskTypeTaskIDStopReader struct {
// contains filtered or unexported fields
}
PutClusterClusterIDTaskTaskTypeTaskIDStopReader is a Reader for the PutClusterClusterIDTaskTaskTypeTaskIDStop structure.
func (*PutClusterClusterIDTaskTaskTypeTaskIDStopReader) ReadResponse ¶
func (o *PutClusterClusterIDTaskTaskTypeTaskIDStopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- delete_cluster_cluster_id_backups_parameters.go
- delete_cluster_cluster_id_backups_responses.go
- delete_cluster_cluster_id_parameters.go
- delete_cluster_cluster_id_responses.go
- delete_cluster_cluster_id_task_task_type_task_id_parameters.go
- delete_cluster_cluster_id_task_task_type_task_id_responses.go
- get_cluster_cluster_id_backups_files_parameters.go
- get_cluster_cluster_id_backups_files_responses.go
- get_cluster_cluster_id_backups_parameters.go
- get_cluster_cluster_id_backups_responses.go
- get_cluster_cluster_id_parameters.go
- get_cluster_cluster_id_responses.go
- get_cluster_cluster_id_status_parameters.go
- get_cluster_cluster_id_status_responses.go
- get_cluster_cluster_id_task_backup_task_id_run_id_parameters.go
- get_cluster_cluster_id_task_backup_task_id_run_id_responses.go
- get_cluster_cluster_id_task_repair_task_id_run_id_parameters.go
- get_cluster_cluster_id_task_repair_task_id_run_id_responses.go
- get_cluster_cluster_id_task_task_type_task_id_history_parameters.go
- get_cluster_cluster_id_task_task_type_task_id_history_responses.go
- get_cluster_cluster_id_task_task_type_task_id_parameters.go
- get_cluster_cluster_id_task_task_type_task_id_responses.go
- get_cluster_cluster_id_tasks_backup_target_parameters.go
- get_cluster_cluster_id_tasks_backup_target_responses.go
- get_cluster_cluster_id_tasks_parameters.go
- get_cluster_cluster_id_tasks_repair_target_parameters.go
- get_cluster_cluster_id_tasks_repair_target_responses.go
- get_cluster_cluster_id_tasks_responses.go
- get_clusters_parameters.go
- get_clusters_responses.go
- get_version_parameters.go
- get_version_responses.go
- operations_client.go
- post_cluster_cluster_id_repairs_intensity_parameters.go
- post_cluster_cluster_id_repairs_intensity_responses.go
- post_cluster_cluster_id_tasks_parameters.go
- post_cluster_cluster_id_tasks_responses.go
- post_clusters_parameters.go
- post_clusters_responses.go
- put_cluster_cluster_id_parameters.go
- put_cluster_cluster_id_responses.go
- put_cluster_cluster_id_task_task_type_task_id_parameters.go
- put_cluster_cluster_id_task_task_type_task_id_responses.go
- put_cluster_cluster_id_task_task_type_task_id_start_parameters.go
- put_cluster_cluster_id_task_task_type_task_id_start_responses.go
- put_cluster_cluster_id_task_task_type_task_id_stop_parameters.go
- put_cluster_cluster_id_task_task_type_task_id_stop_responses.go