Versions in this module Expand all Collapse all v0 v0.29.0 Oct 24, 2023 v0.28.0 Oct 23, 2023 Changes in this version + type API interface + CreateInstance func(ctx context.Context, params *CreateInstanceParams) (*CreateInstanceCreated, error) + CreatePolicy func(ctx context.Context, params *CreatePolicyParams) (*CreatePolicyCreated, error) + DeleteInstance func(ctx context.Context, params *DeleteInstanceParams) (*DeleteInstanceOK, error) + DeletePolicy func(ctx context.Context, params *DeletePolicyParams) (*DeletePolicyOK, error) + GetExecution func(ctx context.Context, params *GetExecutionParams) (*GetExecutionOK, error) + GetInstance func(ctx context.Context, params *GetInstanceParams) (*GetInstanceOK, error) + GetPolicy func(ctx context.Context, params *GetPolicyParams) (*GetPolicyOK, error) + GetPreheatLog func(ctx context.Context, params *GetPreheatLogParams) (*GetPreheatLogOK, error) + ListExecutions func(ctx context.Context, params *ListExecutionsParams) (*ListExecutionsOK, error) + ListInstances func(ctx context.Context, params *ListInstancesParams) (*ListInstancesOK, error) + ListPolicies func(ctx context.Context, params *ListPoliciesParams) (*ListPoliciesOK, error) + ListProviders func(ctx context.Context, params *ListProvidersParams) (*ListProvidersOK, error) + ListProvidersUnderProject func(ctx context.Context, params *ListProvidersUnderProjectParams) (*ListProvidersUnderProjectOK, error) + ListTasks func(ctx context.Context, params *ListTasksParams) (*ListTasksOK, error) + ManualPreheat func(ctx context.Context, params *ManualPreheatParams) (*ManualPreheatCreated, error) + PingInstances func(ctx context.Context, params *PingInstancesParams) (*PingInstancesOK, error) + StopExecution func(ctx context.Context, params *StopExecutionParams) (*StopExecutionOK, error) + UpdateInstance func(ctx context.Context, params *UpdateInstanceParams) (*UpdateInstanceOK, error) + UpdatePolicy func(ctx context.Context, params *UpdatePolicyParams) (*UpdatePolicyOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateInstance(ctx context.Context, params *CreateInstanceParams) (*CreateInstanceCreated, error) + func (a *Client) CreatePolicy(ctx context.Context, params *CreatePolicyParams) (*CreatePolicyCreated, error) + func (a *Client) DeleteInstance(ctx context.Context, params *DeleteInstanceParams) (*DeleteInstanceOK, error) + func (a *Client) DeletePolicy(ctx context.Context, params *DeletePolicyParams) (*DeletePolicyOK, error) + func (a *Client) GetExecution(ctx context.Context, params *GetExecutionParams) (*GetExecutionOK, error) + func (a *Client) GetInstance(ctx context.Context, params *GetInstanceParams) (*GetInstanceOK, error) + func (a *Client) GetPolicy(ctx context.Context, params *GetPolicyParams) (*GetPolicyOK, error) + func (a *Client) GetPreheatLog(ctx context.Context, params *GetPreheatLogParams) (*GetPreheatLogOK, error) + func (a *Client) ListExecutions(ctx context.Context, params *ListExecutionsParams) (*ListExecutionsOK, error) + func (a *Client) ListInstances(ctx context.Context, params *ListInstancesParams) (*ListInstancesOK, error) + func (a *Client) ListPolicies(ctx context.Context, params *ListPoliciesParams) (*ListPoliciesOK, error) + func (a *Client) ListProviders(ctx context.Context, params *ListProvidersParams) (*ListProvidersOK, error) + func (a *Client) ListProvidersUnderProject(ctx context.Context, params *ListProvidersUnderProjectParams) (*ListProvidersUnderProjectOK, error) + func (a *Client) ListTasks(ctx context.Context, params *ListTasksParams) (*ListTasksOK, error) + func (a *Client) ManualPreheat(ctx context.Context, params *ManualPreheatParams) (*ManualPreheatCreated, error) + func (a *Client) PingInstances(ctx context.Context, params *PingInstancesParams) (*PingInstancesOK, error) + func (a *Client) StopExecution(ctx context.Context, params *StopExecutionParams) (*StopExecutionOK, error) + func (a *Client) UpdateInstance(ctx context.Context, params *UpdateInstanceParams) (*UpdateInstanceOK, error) + func (a *Client) UpdatePolicy(ctx context.Context, params *UpdatePolicyParams) (*UpdatePolicyOK, error) + type CreateInstanceBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceBadRequest() *CreateInstanceBadRequest + func (o *CreateInstanceBadRequest) Error() string + func (o *CreateInstanceBadRequest) GetPayload() *models.Errors + func (o *CreateInstanceBadRequest) IsClientError() bool + func (o *CreateInstanceBadRequest) IsCode(code int) bool + func (o *CreateInstanceBadRequest) IsRedirect() bool + func (o *CreateInstanceBadRequest) IsServerError() bool + func (o *CreateInstanceBadRequest) IsSuccess() bool + func (o *CreateInstanceBadRequest) String() string + type CreateInstanceConflict struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceConflict() *CreateInstanceConflict + func (o *CreateInstanceConflict) Error() string + func (o *CreateInstanceConflict) GetPayload() *models.Errors + func (o *CreateInstanceConflict) IsClientError() bool + func (o *CreateInstanceConflict) IsCode(code int) bool + func (o *CreateInstanceConflict) IsRedirect() bool + func (o *CreateInstanceConflict) IsServerError() bool + func (o *CreateInstanceConflict) IsSuccess() bool + func (o *CreateInstanceConflict) String() string + type CreateInstanceCreated struct + Location string + XRequestID string + func NewCreateInstanceCreated() *CreateInstanceCreated + func (o *CreateInstanceCreated) Error() string + func (o *CreateInstanceCreated) IsClientError() bool + func (o *CreateInstanceCreated) IsCode(code int) bool + func (o *CreateInstanceCreated) IsRedirect() bool + func (o *CreateInstanceCreated) IsServerError() bool + func (o *CreateInstanceCreated) IsSuccess() bool + func (o *CreateInstanceCreated) String() string + type CreateInstanceForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceForbidden() *CreateInstanceForbidden + func (o *CreateInstanceForbidden) Error() string + func (o *CreateInstanceForbidden) GetPayload() *models.Errors + func (o *CreateInstanceForbidden) IsClientError() bool + func (o *CreateInstanceForbidden) IsCode(code int) bool + func (o *CreateInstanceForbidden) IsRedirect() bool + func (o *CreateInstanceForbidden) IsServerError() bool + func (o *CreateInstanceForbidden) IsSuccess() bool + func (o *CreateInstanceForbidden) String() string + type CreateInstanceInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceInternalServerError() *CreateInstanceInternalServerError + func (o *CreateInstanceInternalServerError) Error() string + func (o *CreateInstanceInternalServerError) GetPayload() *models.Errors + func (o *CreateInstanceInternalServerError) IsClientError() bool + func (o *CreateInstanceInternalServerError) IsCode(code int) bool + func (o *CreateInstanceInternalServerError) IsRedirect() bool + func (o *CreateInstanceInternalServerError) IsServerError() bool + func (o *CreateInstanceInternalServerError) IsSuccess() bool + func (o *CreateInstanceInternalServerError) String() string + type CreateInstanceNotFound struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceNotFound() *CreateInstanceNotFound + func (o *CreateInstanceNotFound) Error() string + func (o *CreateInstanceNotFound) GetPayload() *models.Errors + func (o *CreateInstanceNotFound) IsClientError() bool + func (o *CreateInstanceNotFound) IsCode(code int) bool + func (o *CreateInstanceNotFound) IsRedirect() bool + func (o *CreateInstanceNotFound) IsServerError() bool + func (o *CreateInstanceNotFound) IsSuccess() bool + func (o *CreateInstanceNotFound) String() string + type CreateInstanceParams struct + Context context.Context + HTTPClient *http.Client + Instance *models.Instance + XRequestID *string + func NewCreateInstanceParams() *CreateInstanceParams + func NewCreateInstanceParamsWithContext(ctx context.Context) *CreateInstanceParams + func NewCreateInstanceParamsWithHTTPClient(client *http.Client) *CreateInstanceParams + func NewCreateInstanceParamsWithTimeout(timeout time.Duration) *CreateInstanceParams + func (o *CreateInstanceParams) SetContext(ctx context.Context) + func (o *CreateInstanceParams) SetDefaults() + func (o *CreateInstanceParams) SetHTTPClient(client *http.Client) + func (o *CreateInstanceParams) SetInstance(instance *models.Instance) + func (o *CreateInstanceParams) SetTimeout(timeout time.Duration) + func (o *CreateInstanceParams) SetXRequestID(xRequestID *string) + func (o *CreateInstanceParams) WithContext(ctx context.Context) *CreateInstanceParams + func (o *CreateInstanceParams) WithDefaults() *CreateInstanceParams + func (o *CreateInstanceParams) WithHTTPClient(client *http.Client) *CreateInstanceParams + func (o *CreateInstanceParams) WithInstance(instance *models.Instance) *CreateInstanceParams + func (o *CreateInstanceParams) WithTimeout(timeout time.Duration) *CreateInstanceParams + func (o *CreateInstanceParams) WithXRequestID(xRequestID *string) *CreateInstanceParams + func (o *CreateInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateInstanceReader struct + func (o *CreateInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateInstanceUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateInstanceUnauthorized() *CreateInstanceUnauthorized + func (o *CreateInstanceUnauthorized) Error() string + func (o *CreateInstanceUnauthorized) GetPayload() *models.Errors + func (o *CreateInstanceUnauthorized) IsClientError() bool + func (o *CreateInstanceUnauthorized) IsCode(code int) bool + func (o *CreateInstanceUnauthorized) IsRedirect() bool + func (o *CreateInstanceUnauthorized) IsServerError() bool + func (o *CreateInstanceUnauthorized) IsSuccess() bool + func (o *CreateInstanceUnauthorized) String() string + type CreatePolicyBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreatePolicyBadRequest() *CreatePolicyBadRequest + func (o *CreatePolicyBadRequest) Error() string + func (o *CreatePolicyBadRequest) GetPayload() *models.Errors + func (o *CreatePolicyBadRequest) IsClientError() bool + func (o *CreatePolicyBadRequest) IsCode(code int) bool + func (o *CreatePolicyBadRequest) IsRedirect() bool + func (o *CreatePolicyBadRequest) IsServerError() bool + func (o *CreatePolicyBadRequest) IsSuccess() bool + func (o *CreatePolicyBadRequest) String() string + type CreatePolicyConflict struct + Payload *models.Errors + XRequestID string + func NewCreatePolicyConflict() *CreatePolicyConflict + func (o *CreatePolicyConflict) Error() string + func (o *CreatePolicyConflict) GetPayload() *models.Errors + func (o *CreatePolicyConflict) IsClientError() bool + func (o *CreatePolicyConflict) IsCode(code int) bool + func (o *CreatePolicyConflict) IsRedirect() bool + func (o *CreatePolicyConflict) IsServerError() bool + func (o *CreatePolicyConflict) IsSuccess() bool + func (o *CreatePolicyConflict) String() string + type CreatePolicyCreated struct + Location string + XRequestID string + func NewCreatePolicyCreated() *CreatePolicyCreated + func (o *CreatePolicyCreated) Error() string + func (o *CreatePolicyCreated) IsClientError() bool + func (o *CreatePolicyCreated) IsCode(code int) bool + func (o *CreatePolicyCreated) IsRedirect() bool + func (o *CreatePolicyCreated) IsServerError() bool + func (o *CreatePolicyCreated) IsSuccess() bool + func (o *CreatePolicyCreated) String() string + type CreatePolicyForbidden struct + Payload *models.Errors + XRequestID string + func NewCreatePolicyForbidden() *CreatePolicyForbidden + func (o *CreatePolicyForbidden) Error() string + func (o *CreatePolicyForbidden) GetPayload() *models.Errors + func (o *CreatePolicyForbidden) IsClientError() bool + func (o *CreatePolicyForbidden) IsCode(code int) bool + func (o *CreatePolicyForbidden) IsRedirect() bool + func (o *CreatePolicyForbidden) IsServerError() bool + func (o *CreatePolicyForbidden) IsSuccess() bool + func (o *CreatePolicyForbidden) String() string + type CreatePolicyInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreatePolicyInternalServerError() *CreatePolicyInternalServerError + func (o *CreatePolicyInternalServerError) Error() string + func (o *CreatePolicyInternalServerError) GetPayload() *models.Errors + func (o *CreatePolicyInternalServerError) IsClientError() bool + func (o *CreatePolicyInternalServerError) IsCode(code int) bool + func (o *CreatePolicyInternalServerError) IsRedirect() bool + func (o *CreatePolicyInternalServerError) IsServerError() bool + func (o *CreatePolicyInternalServerError) IsSuccess() bool + func (o *CreatePolicyInternalServerError) String() string + type CreatePolicyParams struct + Context context.Context + HTTPClient *http.Client + Policy *models.PreheatPolicy + ProjectName string + XRequestID *string + func NewCreatePolicyParams() *CreatePolicyParams + func NewCreatePolicyParamsWithContext(ctx context.Context) *CreatePolicyParams + func NewCreatePolicyParamsWithHTTPClient(client *http.Client) *CreatePolicyParams + func NewCreatePolicyParamsWithTimeout(timeout time.Duration) *CreatePolicyParams + func (o *CreatePolicyParams) SetContext(ctx context.Context) + func (o *CreatePolicyParams) SetDefaults() + func (o *CreatePolicyParams) SetHTTPClient(client *http.Client) + func (o *CreatePolicyParams) SetPolicy(policy *models.PreheatPolicy) + func (o *CreatePolicyParams) SetProjectName(projectName string) + func (o *CreatePolicyParams) SetTimeout(timeout time.Duration) + func (o *CreatePolicyParams) SetXRequestID(xRequestID *string) + func (o *CreatePolicyParams) WithContext(ctx context.Context) *CreatePolicyParams + func (o *CreatePolicyParams) WithDefaults() *CreatePolicyParams + func (o *CreatePolicyParams) WithHTTPClient(client *http.Client) *CreatePolicyParams + func (o *CreatePolicyParams) WithPolicy(policy *models.PreheatPolicy) *CreatePolicyParams + func (o *CreatePolicyParams) WithProjectName(projectName string) *CreatePolicyParams + func (o *CreatePolicyParams) WithTimeout(timeout time.Duration) *CreatePolicyParams + func (o *CreatePolicyParams) WithXRequestID(xRequestID *string) *CreatePolicyParams + func (o *CreatePolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreatePolicyReader struct + func (o *CreatePolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreatePolicyUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreatePolicyUnauthorized() *CreatePolicyUnauthorized + func (o *CreatePolicyUnauthorized) Error() string + func (o *CreatePolicyUnauthorized) GetPayload() *models.Errors + func (o *CreatePolicyUnauthorized) IsClientError() bool + func (o *CreatePolicyUnauthorized) IsCode(code int) bool + func (o *CreatePolicyUnauthorized) IsRedirect() bool + func (o *CreatePolicyUnauthorized) IsServerError() bool + func (o *CreatePolicyUnauthorized) IsSuccess() bool + func (o *CreatePolicyUnauthorized) String() string + type DeleteInstanceForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteInstanceForbidden() *DeleteInstanceForbidden + func (o *DeleteInstanceForbidden) Error() string + func (o *DeleteInstanceForbidden) GetPayload() *models.Errors + func (o *DeleteInstanceForbidden) IsClientError() bool + func (o *DeleteInstanceForbidden) IsCode(code int) bool + func (o *DeleteInstanceForbidden) IsRedirect() bool + func (o *DeleteInstanceForbidden) IsServerError() bool + func (o *DeleteInstanceForbidden) IsSuccess() bool + func (o *DeleteInstanceForbidden) String() string + type DeleteInstanceInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteInstanceInternalServerError() *DeleteInstanceInternalServerError + func (o *DeleteInstanceInternalServerError) Error() string + func (o *DeleteInstanceInternalServerError) GetPayload() *models.Errors + func (o *DeleteInstanceInternalServerError) IsClientError() bool + func (o *DeleteInstanceInternalServerError) IsCode(code int) bool + func (o *DeleteInstanceInternalServerError) IsRedirect() bool + func (o *DeleteInstanceInternalServerError) IsServerError() bool + func (o *DeleteInstanceInternalServerError) IsSuccess() bool + func (o *DeleteInstanceInternalServerError) String() string + type DeleteInstanceNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteInstanceNotFound() *DeleteInstanceNotFound + func (o *DeleteInstanceNotFound) Error() string + func (o *DeleteInstanceNotFound) GetPayload() *models.Errors + func (o *DeleteInstanceNotFound) IsClientError() bool + func (o *DeleteInstanceNotFound) IsCode(code int) bool + func (o *DeleteInstanceNotFound) IsRedirect() bool + func (o *DeleteInstanceNotFound) IsServerError() bool + func (o *DeleteInstanceNotFound) IsSuccess() bool + func (o *DeleteInstanceNotFound) String() string + type DeleteInstanceOK struct + XRequestID string + func NewDeleteInstanceOK() *DeleteInstanceOK + func (o *DeleteInstanceOK) Error() string + func (o *DeleteInstanceOK) IsClientError() bool + func (o *DeleteInstanceOK) IsCode(code int) bool + func (o *DeleteInstanceOK) IsRedirect() bool + func (o *DeleteInstanceOK) IsServerError() bool + func (o *DeleteInstanceOK) IsSuccess() bool + func (o *DeleteInstanceOK) String() string + type DeleteInstanceParams struct + Context context.Context + HTTPClient *http.Client + PreheatInstanceName string + XRequestID *string + func NewDeleteInstanceParams() *DeleteInstanceParams + func NewDeleteInstanceParamsWithContext(ctx context.Context) *DeleteInstanceParams + func NewDeleteInstanceParamsWithHTTPClient(client *http.Client) *DeleteInstanceParams + func NewDeleteInstanceParamsWithTimeout(timeout time.Duration) *DeleteInstanceParams + func (o *DeleteInstanceParams) SetContext(ctx context.Context) + func (o *DeleteInstanceParams) SetDefaults() + func (o *DeleteInstanceParams) SetHTTPClient(client *http.Client) + func (o *DeleteInstanceParams) SetPreheatInstanceName(preheatInstanceName string) + func (o *DeleteInstanceParams) SetTimeout(timeout time.Duration) + func (o *DeleteInstanceParams) SetXRequestID(xRequestID *string) + func (o *DeleteInstanceParams) WithContext(ctx context.Context) *DeleteInstanceParams + func (o *DeleteInstanceParams) WithDefaults() *DeleteInstanceParams + func (o *DeleteInstanceParams) WithHTTPClient(client *http.Client) *DeleteInstanceParams + func (o *DeleteInstanceParams) WithPreheatInstanceName(preheatInstanceName string) *DeleteInstanceParams + func (o *DeleteInstanceParams) WithTimeout(timeout time.Duration) *DeleteInstanceParams + func (o *DeleteInstanceParams) WithXRequestID(xRequestID *string) *DeleteInstanceParams + func (o *DeleteInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteInstanceReader struct + func (o *DeleteInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteInstanceUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteInstanceUnauthorized() *DeleteInstanceUnauthorized + func (o *DeleteInstanceUnauthorized) Error() string + func (o *DeleteInstanceUnauthorized) GetPayload() *models.Errors + func (o *DeleteInstanceUnauthorized) IsClientError() bool + func (o *DeleteInstanceUnauthorized) IsCode(code int) bool + func (o *DeleteInstanceUnauthorized) IsRedirect() bool + func (o *DeleteInstanceUnauthorized) IsServerError() bool + func (o *DeleteInstanceUnauthorized) IsSuccess() bool + func (o *DeleteInstanceUnauthorized) String() string + type DeletePolicyBadRequest struct + Payload *models.Errors + XRequestID string + func NewDeletePolicyBadRequest() *DeletePolicyBadRequest + func (o *DeletePolicyBadRequest) Error() string + func (o *DeletePolicyBadRequest) GetPayload() *models.Errors + func (o *DeletePolicyBadRequest) IsClientError() bool + func (o *DeletePolicyBadRequest) IsCode(code int) bool + func (o *DeletePolicyBadRequest) IsRedirect() bool + func (o *DeletePolicyBadRequest) IsServerError() bool + func (o *DeletePolicyBadRequest) IsSuccess() bool + func (o *DeletePolicyBadRequest) String() string + type DeletePolicyForbidden struct + Payload *models.Errors + XRequestID string + func NewDeletePolicyForbidden() *DeletePolicyForbidden + func (o *DeletePolicyForbidden) Error() string + func (o *DeletePolicyForbidden) GetPayload() *models.Errors + func (o *DeletePolicyForbidden) IsClientError() bool + func (o *DeletePolicyForbidden) IsCode(code int) bool + func (o *DeletePolicyForbidden) IsRedirect() bool + func (o *DeletePolicyForbidden) IsServerError() bool + func (o *DeletePolicyForbidden) IsSuccess() bool + func (o *DeletePolicyForbidden) String() string + type DeletePolicyInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeletePolicyInternalServerError() *DeletePolicyInternalServerError + func (o *DeletePolicyInternalServerError) Error() string + func (o *DeletePolicyInternalServerError) GetPayload() *models.Errors + func (o *DeletePolicyInternalServerError) IsClientError() bool + func (o *DeletePolicyInternalServerError) IsCode(code int) bool + func (o *DeletePolicyInternalServerError) IsRedirect() bool + func (o *DeletePolicyInternalServerError) IsServerError() bool + func (o *DeletePolicyInternalServerError) IsSuccess() bool + func (o *DeletePolicyInternalServerError) String() string + type DeletePolicyNotFound struct + Payload *models.Errors + XRequestID string + func NewDeletePolicyNotFound() *DeletePolicyNotFound + func (o *DeletePolicyNotFound) Error() string + func (o *DeletePolicyNotFound) GetPayload() *models.Errors + func (o *DeletePolicyNotFound) IsClientError() bool + func (o *DeletePolicyNotFound) IsCode(code int) bool + func (o *DeletePolicyNotFound) IsRedirect() bool + func (o *DeletePolicyNotFound) IsServerError() bool + func (o *DeletePolicyNotFound) IsSuccess() bool + func (o *DeletePolicyNotFound) String() string + type DeletePolicyOK struct + XRequestID string + func NewDeletePolicyOK() *DeletePolicyOK + func (o *DeletePolicyOK) Error() string + func (o *DeletePolicyOK) IsClientError() bool + func (o *DeletePolicyOK) IsCode(code int) bool + func (o *DeletePolicyOK) IsRedirect() bool + func (o *DeletePolicyOK) IsServerError() bool + func (o *DeletePolicyOK) IsSuccess() bool + func (o *DeletePolicyOK) String() string + type DeletePolicyParams struct + Context context.Context + HTTPClient *http.Client + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewDeletePolicyParams() *DeletePolicyParams + func NewDeletePolicyParamsWithContext(ctx context.Context) *DeletePolicyParams + func NewDeletePolicyParamsWithHTTPClient(client *http.Client) *DeletePolicyParams + func NewDeletePolicyParamsWithTimeout(timeout time.Duration) *DeletePolicyParams + func (o *DeletePolicyParams) SetContext(ctx context.Context) + func (o *DeletePolicyParams) SetDefaults() + func (o *DeletePolicyParams) SetHTTPClient(client *http.Client) + func (o *DeletePolicyParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *DeletePolicyParams) SetProjectName(projectName string) + func (o *DeletePolicyParams) SetTimeout(timeout time.Duration) + func (o *DeletePolicyParams) SetXRequestID(xRequestID *string) + func (o *DeletePolicyParams) WithContext(ctx context.Context) *DeletePolicyParams + func (o *DeletePolicyParams) WithDefaults() *DeletePolicyParams + func (o *DeletePolicyParams) WithHTTPClient(client *http.Client) *DeletePolicyParams + func (o *DeletePolicyParams) WithPreheatPolicyName(preheatPolicyName string) *DeletePolicyParams + func (o *DeletePolicyParams) WithProjectName(projectName string) *DeletePolicyParams + func (o *DeletePolicyParams) WithTimeout(timeout time.Duration) *DeletePolicyParams + func (o *DeletePolicyParams) WithXRequestID(xRequestID *string) *DeletePolicyParams + func (o *DeletePolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePolicyReader struct + func (o *DeletePolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePolicyUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeletePolicyUnauthorized() *DeletePolicyUnauthorized + func (o *DeletePolicyUnauthorized) Error() string + func (o *DeletePolicyUnauthorized) GetPayload() *models.Errors + func (o *DeletePolicyUnauthorized) IsClientError() bool + func (o *DeletePolicyUnauthorized) IsCode(code int) bool + func (o *DeletePolicyUnauthorized) IsRedirect() bool + func (o *DeletePolicyUnauthorized) IsServerError() bool + func (o *DeletePolicyUnauthorized) IsSuccess() bool + func (o *DeletePolicyUnauthorized) String() string + type GetExecutionBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetExecutionBadRequest() *GetExecutionBadRequest + func (o *GetExecutionBadRequest) Error() string + func (o *GetExecutionBadRequest) GetPayload() *models.Errors + func (o *GetExecutionBadRequest) IsClientError() bool + func (o *GetExecutionBadRequest) IsCode(code int) bool + func (o *GetExecutionBadRequest) IsRedirect() bool + func (o *GetExecutionBadRequest) IsServerError() bool + func (o *GetExecutionBadRequest) IsSuccess() bool + func (o *GetExecutionBadRequest) String() string + type GetExecutionForbidden struct + Payload *models.Errors + XRequestID string + func NewGetExecutionForbidden() *GetExecutionForbidden + func (o *GetExecutionForbidden) Error() string + func (o *GetExecutionForbidden) GetPayload() *models.Errors + func (o *GetExecutionForbidden) IsClientError() bool + func (o *GetExecutionForbidden) IsCode(code int) bool + func (o *GetExecutionForbidden) IsRedirect() bool + func (o *GetExecutionForbidden) IsServerError() bool + func (o *GetExecutionForbidden) IsSuccess() bool + func (o *GetExecutionForbidden) String() string + type GetExecutionInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetExecutionInternalServerError() *GetExecutionInternalServerError + func (o *GetExecutionInternalServerError) Error() string + func (o *GetExecutionInternalServerError) GetPayload() *models.Errors + func (o *GetExecutionInternalServerError) IsClientError() bool + func (o *GetExecutionInternalServerError) IsCode(code int) bool + func (o *GetExecutionInternalServerError) IsRedirect() bool + func (o *GetExecutionInternalServerError) IsServerError() bool + func (o *GetExecutionInternalServerError) IsSuccess() bool + func (o *GetExecutionInternalServerError) String() string + type GetExecutionNotFound struct + Payload *models.Errors + XRequestID string + func NewGetExecutionNotFound() *GetExecutionNotFound + func (o *GetExecutionNotFound) Error() string + func (o *GetExecutionNotFound) GetPayload() *models.Errors + func (o *GetExecutionNotFound) IsClientError() bool + func (o *GetExecutionNotFound) IsCode(code int) bool + func (o *GetExecutionNotFound) IsRedirect() bool + func (o *GetExecutionNotFound) IsServerError() bool + func (o *GetExecutionNotFound) IsSuccess() bool + func (o *GetExecutionNotFound) String() string + type GetExecutionOK struct + Payload *models.Execution + func NewGetExecutionOK() *GetExecutionOK + func (o *GetExecutionOK) Error() string + func (o *GetExecutionOK) GetPayload() *models.Execution + func (o *GetExecutionOK) IsClientError() bool + func (o *GetExecutionOK) IsCode(code int) bool + func (o *GetExecutionOK) IsRedirect() bool + func (o *GetExecutionOK) IsServerError() bool + func (o *GetExecutionOK) IsSuccess() bool + func (o *GetExecutionOK) String() string + type GetExecutionParams struct + Context context.Context + ExecutionID int64 + HTTPClient *http.Client + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewGetExecutionParams() *GetExecutionParams + func NewGetExecutionParamsWithContext(ctx context.Context) *GetExecutionParams + func NewGetExecutionParamsWithHTTPClient(client *http.Client) *GetExecutionParams + func NewGetExecutionParamsWithTimeout(timeout time.Duration) *GetExecutionParams + func (o *GetExecutionParams) SetContext(ctx context.Context) + func (o *GetExecutionParams) SetDefaults() + func (o *GetExecutionParams) SetExecutionID(executionID int64) + func (o *GetExecutionParams) SetHTTPClient(client *http.Client) + func (o *GetExecutionParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *GetExecutionParams) SetProjectName(projectName string) + func (o *GetExecutionParams) SetTimeout(timeout time.Duration) + func (o *GetExecutionParams) SetXRequestID(xRequestID *string) + func (o *GetExecutionParams) WithContext(ctx context.Context) *GetExecutionParams + func (o *GetExecutionParams) WithDefaults() *GetExecutionParams + func (o *GetExecutionParams) WithExecutionID(executionID int64) *GetExecutionParams + func (o *GetExecutionParams) WithHTTPClient(client *http.Client) *GetExecutionParams + func (o *GetExecutionParams) WithPreheatPolicyName(preheatPolicyName string) *GetExecutionParams + func (o *GetExecutionParams) WithProjectName(projectName string) *GetExecutionParams + func (o *GetExecutionParams) WithTimeout(timeout time.Duration) *GetExecutionParams + func (o *GetExecutionParams) WithXRequestID(xRequestID *string) *GetExecutionParams + func (o *GetExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetExecutionReader struct + func (o *GetExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetExecutionUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetExecutionUnauthorized() *GetExecutionUnauthorized + func (o *GetExecutionUnauthorized) Error() string + func (o *GetExecutionUnauthorized) GetPayload() *models.Errors + func (o *GetExecutionUnauthorized) IsClientError() bool + func (o *GetExecutionUnauthorized) IsCode(code int) bool + func (o *GetExecutionUnauthorized) IsRedirect() bool + func (o *GetExecutionUnauthorized) IsServerError() bool + func (o *GetExecutionUnauthorized) IsSuccess() bool + func (o *GetExecutionUnauthorized) String() string + type GetInstanceBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetInstanceBadRequest() *GetInstanceBadRequest + func (o *GetInstanceBadRequest) Error() string + func (o *GetInstanceBadRequest) GetPayload() *models.Errors + func (o *GetInstanceBadRequest) IsClientError() bool + func (o *GetInstanceBadRequest) IsCode(code int) bool + func (o *GetInstanceBadRequest) IsRedirect() bool + func (o *GetInstanceBadRequest) IsServerError() bool + func (o *GetInstanceBadRequest) IsSuccess() bool + func (o *GetInstanceBadRequest) String() string + type GetInstanceForbidden struct + Payload *models.Errors + XRequestID string + func NewGetInstanceForbidden() *GetInstanceForbidden + func (o *GetInstanceForbidden) Error() string + func (o *GetInstanceForbidden) GetPayload() *models.Errors + func (o *GetInstanceForbidden) IsClientError() bool + func (o *GetInstanceForbidden) IsCode(code int) bool + func (o *GetInstanceForbidden) IsRedirect() bool + func (o *GetInstanceForbidden) IsServerError() bool + func (o *GetInstanceForbidden) IsSuccess() bool + func (o *GetInstanceForbidden) String() string + type GetInstanceInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetInstanceInternalServerError() *GetInstanceInternalServerError + func (o *GetInstanceInternalServerError) Error() string + func (o *GetInstanceInternalServerError) GetPayload() *models.Errors + func (o *GetInstanceInternalServerError) IsClientError() bool + func (o *GetInstanceInternalServerError) IsCode(code int) bool + func (o *GetInstanceInternalServerError) IsRedirect() bool + func (o *GetInstanceInternalServerError) IsServerError() bool + func (o *GetInstanceInternalServerError) IsSuccess() bool + func (o *GetInstanceInternalServerError) String() string + type GetInstanceNotFound struct + Payload *models.Errors + XRequestID string + func NewGetInstanceNotFound() *GetInstanceNotFound + func (o *GetInstanceNotFound) Error() string + func (o *GetInstanceNotFound) GetPayload() *models.Errors + func (o *GetInstanceNotFound) IsClientError() bool + func (o *GetInstanceNotFound) IsCode(code int) bool + func (o *GetInstanceNotFound) IsRedirect() bool + func (o *GetInstanceNotFound) IsServerError() bool + func (o *GetInstanceNotFound) IsSuccess() bool + func (o *GetInstanceNotFound) String() string + type GetInstanceOK struct + Payload *models.Instance + func NewGetInstanceOK() *GetInstanceOK + func (o *GetInstanceOK) Error() string + func (o *GetInstanceOK) GetPayload() *models.Instance + func (o *GetInstanceOK) IsClientError() bool + func (o *GetInstanceOK) IsCode(code int) bool + func (o *GetInstanceOK) IsRedirect() bool + func (o *GetInstanceOK) IsServerError() bool + func (o *GetInstanceOK) IsSuccess() bool + func (o *GetInstanceOK) String() string + type GetInstanceParams struct + Context context.Context + HTTPClient *http.Client + PreheatInstanceName string + XRequestID *string + func NewGetInstanceParams() *GetInstanceParams + func NewGetInstanceParamsWithContext(ctx context.Context) *GetInstanceParams + func NewGetInstanceParamsWithHTTPClient(client *http.Client) *GetInstanceParams + func NewGetInstanceParamsWithTimeout(timeout time.Duration) *GetInstanceParams + func (o *GetInstanceParams) SetContext(ctx context.Context) + func (o *GetInstanceParams) SetDefaults() + func (o *GetInstanceParams) SetHTTPClient(client *http.Client) + func (o *GetInstanceParams) SetPreheatInstanceName(preheatInstanceName string) + func (o *GetInstanceParams) SetTimeout(timeout time.Duration) + func (o *GetInstanceParams) SetXRequestID(xRequestID *string) + func (o *GetInstanceParams) WithContext(ctx context.Context) *GetInstanceParams + func (o *GetInstanceParams) WithDefaults() *GetInstanceParams + func (o *GetInstanceParams) WithHTTPClient(client *http.Client) *GetInstanceParams + func (o *GetInstanceParams) WithPreheatInstanceName(preheatInstanceName string) *GetInstanceParams + func (o *GetInstanceParams) WithTimeout(timeout time.Duration) *GetInstanceParams + func (o *GetInstanceParams) WithXRequestID(xRequestID *string) *GetInstanceParams + func (o *GetInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInstanceReader struct + func (o *GetInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInstanceUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetInstanceUnauthorized() *GetInstanceUnauthorized + func (o *GetInstanceUnauthorized) Error() string + func (o *GetInstanceUnauthorized) GetPayload() *models.Errors + func (o *GetInstanceUnauthorized) IsClientError() bool + func (o *GetInstanceUnauthorized) IsCode(code int) bool + func (o *GetInstanceUnauthorized) IsRedirect() bool + func (o *GetInstanceUnauthorized) IsServerError() bool + func (o *GetInstanceUnauthorized) IsSuccess() bool + func (o *GetInstanceUnauthorized) String() string + type GetPolicyBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetPolicyBadRequest() *GetPolicyBadRequest + func (o *GetPolicyBadRequest) Error() string + func (o *GetPolicyBadRequest) GetPayload() *models.Errors + func (o *GetPolicyBadRequest) IsClientError() bool + func (o *GetPolicyBadRequest) IsCode(code int) bool + func (o *GetPolicyBadRequest) IsRedirect() bool + func (o *GetPolicyBadRequest) IsServerError() bool + func (o *GetPolicyBadRequest) IsSuccess() bool + func (o *GetPolicyBadRequest) String() string + type GetPolicyForbidden struct + Payload *models.Errors + XRequestID string + func NewGetPolicyForbidden() *GetPolicyForbidden + func (o *GetPolicyForbidden) Error() string + func (o *GetPolicyForbidden) GetPayload() *models.Errors + func (o *GetPolicyForbidden) IsClientError() bool + func (o *GetPolicyForbidden) IsCode(code int) bool + func (o *GetPolicyForbidden) IsRedirect() bool + func (o *GetPolicyForbidden) IsServerError() bool + func (o *GetPolicyForbidden) IsSuccess() bool + func (o *GetPolicyForbidden) String() string + type GetPolicyInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetPolicyInternalServerError() *GetPolicyInternalServerError + func (o *GetPolicyInternalServerError) Error() string + func (o *GetPolicyInternalServerError) GetPayload() *models.Errors + func (o *GetPolicyInternalServerError) IsClientError() bool + func (o *GetPolicyInternalServerError) IsCode(code int) bool + func (o *GetPolicyInternalServerError) IsRedirect() bool + func (o *GetPolicyInternalServerError) IsServerError() bool + func (o *GetPolicyInternalServerError) IsSuccess() bool + func (o *GetPolicyInternalServerError) String() string + type GetPolicyNotFound struct + Payload *models.Errors + XRequestID string + func NewGetPolicyNotFound() *GetPolicyNotFound + func (o *GetPolicyNotFound) Error() string + func (o *GetPolicyNotFound) GetPayload() *models.Errors + func (o *GetPolicyNotFound) IsClientError() bool + func (o *GetPolicyNotFound) IsCode(code int) bool + func (o *GetPolicyNotFound) IsRedirect() bool + func (o *GetPolicyNotFound) IsServerError() bool + func (o *GetPolicyNotFound) IsSuccess() bool + func (o *GetPolicyNotFound) String() string + type GetPolicyOK struct + Payload *models.PreheatPolicy + func NewGetPolicyOK() *GetPolicyOK + func (o *GetPolicyOK) Error() string + func (o *GetPolicyOK) GetPayload() *models.PreheatPolicy + func (o *GetPolicyOK) IsClientError() bool + func (o *GetPolicyOK) IsCode(code int) bool + func (o *GetPolicyOK) IsRedirect() bool + func (o *GetPolicyOK) IsServerError() bool + func (o *GetPolicyOK) IsSuccess() bool + func (o *GetPolicyOK) String() string + type GetPolicyParams struct + Context context.Context + HTTPClient *http.Client + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewGetPolicyParams() *GetPolicyParams + func NewGetPolicyParamsWithContext(ctx context.Context) *GetPolicyParams + func NewGetPolicyParamsWithHTTPClient(client *http.Client) *GetPolicyParams + func NewGetPolicyParamsWithTimeout(timeout time.Duration) *GetPolicyParams + func (o *GetPolicyParams) SetContext(ctx context.Context) + func (o *GetPolicyParams) SetDefaults() + func (o *GetPolicyParams) SetHTTPClient(client *http.Client) + func (o *GetPolicyParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *GetPolicyParams) SetProjectName(projectName string) + func (o *GetPolicyParams) SetTimeout(timeout time.Duration) + func (o *GetPolicyParams) SetXRequestID(xRequestID *string) + func (o *GetPolicyParams) WithContext(ctx context.Context) *GetPolicyParams + func (o *GetPolicyParams) WithDefaults() *GetPolicyParams + func (o *GetPolicyParams) WithHTTPClient(client *http.Client) *GetPolicyParams + func (o *GetPolicyParams) WithPreheatPolicyName(preheatPolicyName string) *GetPolicyParams + func (o *GetPolicyParams) WithProjectName(projectName string) *GetPolicyParams + func (o *GetPolicyParams) WithTimeout(timeout time.Duration) *GetPolicyParams + func (o *GetPolicyParams) WithXRequestID(xRequestID *string) *GetPolicyParams + func (o *GetPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPolicyReader struct + func (o *GetPolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPolicyUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetPolicyUnauthorized() *GetPolicyUnauthorized + func (o *GetPolicyUnauthorized) Error() string + func (o *GetPolicyUnauthorized) GetPayload() *models.Errors + func (o *GetPolicyUnauthorized) IsClientError() bool + func (o *GetPolicyUnauthorized) IsCode(code int) bool + func (o *GetPolicyUnauthorized) IsRedirect() bool + func (o *GetPolicyUnauthorized) IsServerError() bool + func (o *GetPolicyUnauthorized) IsSuccess() bool + func (o *GetPolicyUnauthorized) String() string + type GetPreheatLogBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetPreheatLogBadRequest() *GetPreheatLogBadRequest + func (o *GetPreheatLogBadRequest) Error() string + func (o *GetPreheatLogBadRequest) GetPayload() *models.Errors + func (o *GetPreheatLogBadRequest) IsClientError() bool + func (o *GetPreheatLogBadRequest) IsCode(code int) bool + func (o *GetPreheatLogBadRequest) IsRedirect() bool + func (o *GetPreheatLogBadRequest) IsServerError() bool + func (o *GetPreheatLogBadRequest) IsSuccess() bool + func (o *GetPreheatLogBadRequest) String() string + type GetPreheatLogForbidden struct + Payload *models.Errors + XRequestID string + func NewGetPreheatLogForbidden() *GetPreheatLogForbidden + func (o *GetPreheatLogForbidden) Error() string + func (o *GetPreheatLogForbidden) GetPayload() *models.Errors + func (o *GetPreheatLogForbidden) IsClientError() bool + func (o *GetPreheatLogForbidden) IsCode(code int) bool + func (o *GetPreheatLogForbidden) IsRedirect() bool + func (o *GetPreheatLogForbidden) IsServerError() bool + func (o *GetPreheatLogForbidden) IsSuccess() bool + func (o *GetPreheatLogForbidden) String() string + type GetPreheatLogInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetPreheatLogInternalServerError() *GetPreheatLogInternalServerError + func (o *GetPreheatLogInternalServerError) Error() string + func (o *GetPreheatLogInternalServerError) GetPayload() *models.Errors + func (o *GetPreheatLogInternalServerError) IsClientError() bool + func (o *GetPreheatLogInternalServerError) IsCode(code int) bool + func (o *GetPreheatLogInternalServerError) IsRedirect() bool + func (o *GetPreheatLogInternalServerError) IsServerError() bool + func (o *GetPreheatLogInternalServerError) IsSuccess() bool + func (o *GetPreheatLogInternalServerError) String() string + type GetPreheatLogNotFound struct + Payload *models.Errors + XRequestID string + func NewGetPreheatLogNotFound() *GetPreheatLogNotFound + func (o *GetPreheatLogNotFound) Error() string + func (o *GetPreheatLogNotFound) GetPayload() *models.Errors + func (o *GetPreheatLogNotFound) IsClientError() bool + func (o *GetPreheatLogNotFound) IsCode(code int) bool + func (o *GetPreheatLogNotFound) IsRedirect() bool + func (o *GetPreheatLogNotFound) IsServerError() bool + func (o *GetPreheatLogNotFound) IsSuccess() bool + func (o *GetPreheatLogNotFound) String() string + type GetPreheatLogOK struct + ContentType string + Payload string + func NewGetPreheatLogOK() *GetPreheatLogOK + func (o *GetPreheatLogOK) Error() string + func (o *GetPreheatLogOK) GetPayload() string + func (o *GetPreheatLogOK) IsClientError() bool + func (o *GetPreheatLogOK) IsCode(code int) bool + func (o *GetPreheatLogOK) IsRedirect() bool + func (o *GetPreheatLogOK) IsServerError() bool + func (o *GetPreheatLogOK) IsSuccess() bool + func (o *GetPreheatLogOK) String() string + type GetPreheatLogParams struct + Context context.Context + ExecutionID int64 + HTTPClient *http.Client + PreheatPolicyName string + ProjectName string + TaskID int64 + XRequestID *string + func NewGetPreheatLogParams() *GetPreheatLogParams + func NewGetPreheatLogParamsWithContext(ctx context.Context) *GetPreheatLogParams + func NewGetPreheatLogParamsWithHTTPClient(client *http.Client) *GetPreheatLogParams + func NewGetPreheatLogParamsWithTimeout(timeout time.Duration) *GetPreheatLogParams + func (o *GetPreheatLogParams) SetContext(ctx context.Context) + func (o *GetPreheatLogParams) SetDefaults() + func (o *GetPreheatLogParams) SetExecutionID(executionID int64) + func (o *GetPreheatLogParams) SetHTTPClient(client *http.Client) + func (o *GetPreheatLogParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *GetPreheatLogParams) SetProjectName(projectName string) + func (o *GetPreheatLogParams) SetTaskID(taskID int64) + func (o *GetPreheatLogParams) SetTimeout(timeout time.Duration) + func (o *GetPreheatLogParams) SetXRequestID(xRequestID *string) + func (o *GetPreheatLogParams) WithContext(ctx context.Context) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithDefaults() *GetPreheatLogParams + func (o *GetPreheatLogParams) WithExecutionID(executionID int64) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithHTTPClient(client *http.Client) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithPreheatPolicyName(preheatPolicyName string) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithProjectName(projectName string) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithTaskID(taskID int64) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithTimeout(timeout time.Duration) *GetPreheatLogParams + func (o *GetPreheatLogParams) WithXRequestID(xRequestID *string) *GetPreheatLogParams + func (o *GetPreheatLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPreheatLogReader struct + func (o *GetPreheatLogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPreheatLogUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetPreheatLogUnauthorized() *GetPreheatLogUnauthorized + func (o *GetPreheatLogUnauthorized) Error() string + func (o *GetPreheatLogUnauthorized) GetPayload() *models.Errors + func (o *GetPreheatLogUnauthorized) IsClientError() bool + func (o *GetPreheatLogUnauthorized) IsCode(code int) bool + func (o *GetPreheatLogUnauthorized) IsRedirect() bool + func (o *GetPreheatLogUnauthorized) IsServerError() bool + func (o *GetPreheatLogUnauthorized) IsSuccess() bool + func (o *GetPreheatLogUnauthorized) String() string + type ListExecutionsBadRequest struct + Payload *models.Errors + XRequestID string + func NewListExecutionsBadRequest() *ListExecutionsBadRequest + func (o *ListExecutionsBadRequest) Error() string + func (o *ListExecutionsBadRequest) GetPayload() *models.Errors + func (o *ListExecutionsBadRequest) IsClientError() bool + func (o *ListExecutionsBadRequest) IsCode(code int) bool + func (o *ListExecutionsBadRequest) IsRedirect() bool + func (o *ListExecutionsBadRequest) IsServerError() bool + func (o *ListExecutionsBadRequest) IsSuccess() bool + func (o *ListExecutionsBadRequest) String() string + type ListExecutionsForbidden struct + Payload *models.Errors + XRequestID string + func NewListExecutionsForbidden() *ListExecutionsForbidden + func (o *ListExecutionsForbidden) Error() string + func (o *ListExecutionsForbidden) GetPayload() *models.Errors + func (o *ListExecutionsForbidden) IsClientError() bool + func (o *ListExecutionsForbidden) IsCode(code int) bool + func (o *ListExecutionsForbidden) IsRedirect() bool + func (o *ListExecutionsForbidden) IsServerError() bool + func (o *ListExecutionsForbidden) IsSuccess() bool + func (o *ListExecutionsForbidden) String() string + type ListExecutionsInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListExecutionsInternalServerError() *ListExecutionsInternalServerError + func (o *ListExecutionsInternalServerError) Error() string + func (o *ListExecutionsInternalServerError) GetPayload() *models.Errors + func (o *ListExecutionsInternalServerError) IsClientError() bool + func (o *ListExecutionsInternalServerError) IsCode(code int) bool + func (o *ListExecutionsInternalServerError) IsRedirect() bool + func (o *ListExecutionsInternalServerError) IsServerError() bool + func (o *ListExecutionsInternalServerError) IsSuccess() bool + func (o *ListExecutionsInternalServerError) String() string + type ListExecutionsNotFound struct + Payload *models.Errors + XRequestID string + func NewListExecutionsNotFound() *ListExecutionsNotFound + func (o *ListExecutionsNotFound) Error() string + func (o *ListExecutionsNotFound) GetPayload() *models.Errors + func (o *ListExecutionsNotFound) IsClientError() bool + func (o *ListExecutionsNotFound) IsCode(code int) bool + func (o *ListExecutionsNotFound) IsRedirect() bool + func (o *ListExecutionsNotFound) IsServerError() bool + func (o *ListExecutionsNotFound) IsSuccess() bool + func (o *ListExecutionsNotFound) String() string + type ListExecutionsOK struct + Link string + Payload []*models.Execution + XTotalCount int64 + func NewListExecutionsOK() *ListExecutionsOK + func (o *ListExecutionsOK) Error() string + func (o *ListExecutionsOK) GetPayload() []*models.Execution + func (o *ListExecutionsOK) IsClientError() bool + func (o *ListExecutionsOK) IsCode(code int) bool + func (o *ListExecutionsOK) IsRedirect() bool + func (o *ListExecutionsOK) IsServerError() bool + func (o *ListExecutionsOK) IsSuccess() bool + func (o *ListExecutionsOK) String() string + type ListExecutionsParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + PreheatPolicyName string + ProjectName string + Q *string + Sort *string + XRequestID *string + func NewListExecutionsParams() *ListExecutionsParams + func NewListExecutionsParamsWithContext(ctx context.Context) *ListExecutionsParams + func NewListExecutionsParamsWithHTTPClient(client *http.Client) *ListExecutionsParams + func NewListExecutionsParamsWithTimeout(timeout time.Duration) *ListExecutionsParams + func (o *ListExecutionsParams) SetContext(ctx context.Context) + func (o *ListExecutionsParams) SetDefaults() + func (o *ListExecutionsParams) SetHTTPClient(client *http.Client) + func (o *ListExecutionsParams) SetPage(page *int64) + func (o *ListExecutionsParams) SetPageSize(pageSize *int64) + func (o *ListExecutionsParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *ListExecutionsParams) SetProjectName(projectName string) + func (o *ListExecutionsParams) SetQ(q *string) + func (o *ListExecutionsParams) SetSort(sort *string) + func (o *ListExecutionsParams) SetTimeout(timeout time.Duration) + func (o *ListExecutionsParams) SetXRequestID(xRequestID *string) + func (o *ListExecutionsParams) WithContext(ctx context.Context) *ListExecutionsParams + func (o *ListExecutionsParams) WithDefaults() *ListExecutionsParams + func (o *ListExecutionsParams) WithHTTPClient(client *http.Client) *ListExecutionsParams + func (o *ListExecutionsParams) WithPage(page *int64) *ListExecutionsParams + func (o *ListExecutionsParams) WithPageSize(pageSize *int64) *ListExecutionsParams + func (o *ListExecutionsParams) WithPreheatPolicyName(preheatPolicyName string) *ListExecutionsParams + func (o *ListExecutionsParams) WithProjectName(projectName string) *ListExecutionsParams + func (o *ListExecutionsParams) WithQ(q *string) *ListExecutionsParams + func (o *ListExecutionsParams) WithSort(sort *string) *ListExecutionsParams + func (o *ListExecutionsParams) WithTimeout(timeout time.Duration) *ListExecutionsParams + func (o *ListExecutionsParams) WithXRequestID(xRequestID *string) *ListExecutionsParams + func (o *ListExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListExecutionsReader struct + func (o *ListExecutionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListExecutionsUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListExecutionsUnauthorized() *ListExecutionsUnauthorized + func (o *ListExecutionsUnauthorized) Error() string + func (o *ListExecutionsUnauthorized) GetPayload() *models.Errors + func (o *ListExecutionsUnauthorized) IsClientError() bool + func (o *ListExecutionsUnauthorized) IsCode(code int) bool + func (o *ListExecutionsUnauthorized) IsRedirect() bool + func (o *ListExecutionsUnauthorized) IsServerError() bool + func (o *ListExecutionsUnauthorized) IsSuccess() bool + func (o *ListExecutionsUnauthorized) String() string + type ListInstancesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListInstancesBadRequest() *ListInstancesBadRequest + func (o *ListInstancesBadRequest) Error() string + func (o *ListInstancesBadRequest) GetPayload() *models.Errors + func (o *ListInstancesBadRequest) IsClientError() bool + func (o *ListInstancesBadRequest) IsCode(code int) bool + func (o *ListInstancesBadRequest) IsRedirect() bool + func (o *ListInstancesBadRequest) IsServerError() bool + func (o *ListInstancesBadRequest) IsSuccess() bool + func (o *ListInstancesBadRequest) String() string + type ListInstancesForbidden struct + Payload *models.Errors + XRequestID string + func NewListInstancesForbidden() *ListInstancesForbidden + func (o *ListInstancesForbidden) Error() string + func (o *ListInstancesForbidden) GetPayload() *models.Errors + func (o *ListInstancesForbidden) IsClientError() bool + func (o *ListInstancesForbidden) IsCode(code int) bool + func (o *ListInstancesForbidden) IsRedirect() bool + func (o *ListInstancesForbidden) IsServerError() bool + func (o *ListInstancesForbidden) IsSuccess() bool + func (o *ListInstancesForbidden) String() string + type ListInstancesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListInstancesInternalServerError() *ListInstancesInternalServerError + func (o *ListInstancesInternalServerError) Error() string + func (o *ListInstancesInternalServerError) GetPayload() *models.Errors + func (o *ListInstancesInternalServerError) IsClientError() bool + func (o *ListInstancesInternalServerError) IsCode(code int) bool + func (o *ListInstancesInternalServerError) IsRedirect() bool + func (o *ListInstancesInternalServerError) IsServerError() bool + func (o *ListInstancesInternalServerError) IsSuccess() bool + func (o *ListInstancesInternalServerError) String() string + type ListInstancesNotFound struct + Payload *models.Errors + XRequestID string + func NewListInstancesNotFound() *ListInstancesNotFound + func (o *ListInstancesNotFound) Error() string + func (o *ListInstancesNotFound) GetPayload() *models.Errors + func (o *ListInstancesNotFound) IsClientError() bool + func (o *ListInstancesNotFound) IsCode(code int) bool + func (o *ListInstancesNotFound) IsRedirect() bool + func (o *ListInstancesNotFound) IsServerError() bool + func (o *ListInstancesNotFound) IsSuccess() bool + func (o *ListInstancesNotFound) String() string + type ListInstancesOK struct + Link string + Payload []*models.Instance + XTotalCount int64 + func NewListInstancesOK() *ListInstancesOK + func (o *ListInstancesOK) Error() string + func (o *ListInstancesOK) GetPayload() []*models.Instance + func (o *ListInstancesOK) IsClientError() bool + func (o *ListInstancesOK) IsCode(code int) bool + func (o *ListInstancesOK) IsRedirect() bool + func (o *ListInstancesOK) IsServerError() bool + func (o *ListInstancesOK) IsSuccess() bool + func (o *ListInstancesOK) String() string + type ListInstancesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListInstancesParams() *ListInstancesParams + func NewListInstancesParamsWithContext(ctx context.Context) *ListInstancesParams + func NewListInstancesParamsWithHTTPClient(client *http.Client) *ListInstancesParams + func NewListInstancesParamsWithTimeout(timeout time.Duration) *ListInstancesParams + func (o *ListInstancesParams) SetContext(ctx context.Context) + func (o *ListInstancesParams) SetDefaults() + func (o *ListInstancesParams) SetHTTPClient(client *http.Client) + func (o *ListInstancesParams) SetPage(page *int64) + func (o *ListInstancesParams) SetPageSize(pageSize *int64) + func (o *ListInstancesParams) SetQ(q *string) + func (o *ListInstancesParams) SetSort(sort *string) + func (o *ListInstancesParams) SetTimeout(timeout time.Duration) + func (o *ListInstancesParams) SetXRequestID(xRequestID *string) + func (o *ListInstancesParams) WithContext(ctx context.Context) *ListInstancesParams + func (o *ListInstancesParams) WithDefaults() *ListInstancesParams + func (o *ListInstancesParams) WithHTTPClient(client *http.Client) *ListInstancesParams + func (o *ListInstancesParams) WithPage(page *int64) *ListInstancesParams + func (o *ListInstancesParams) WithPageSize(pageSize *int64) *ListInstancesParams + func (o *ListInstancesParams) WithQ(q *string) *ListInstancesParams + func (o *ListInstancesParams) WithSort(sort *string) *ListInstancesParams + func (o *ListInstancesParams) WithTimeout(timeout time.Duration) *ListInstancesParams + func (o *ListInstancesParams) WithXRequestID(xRequestID *string) *ListInstancesParams + func (o *ListInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListInstancesReader struct + func (o *ListInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListInstancesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListInstancesUnauthorized() *ListInstancesUnauthorized + func (o *ListInstancesUnauthorized) Error() string + func (o *ListInstancesUnauthorized) GetPayload() *models.Errors + func (o *ListInstancesUnauthorized) IsClientError() bool + func (o *ListInstancesUnauthorized) IsCode(code int) bool + func (o *ListInstancesUnauthorized) IsRedirect() bool + func (o *ListInstancesUnauthorized) IsServerError() bool + func (o *ListInstancesUnauthorized) IsSuccess() bool + func (o *ListInstancesUnauthorized) String() string + type ListPoliciesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListPoliciesBadRequest() *ListPoliciesBadRequest + func (o *ListPoliciesBadRequest) Error() string + func (o *ListPoliciesBadRequest) GetPayload() *models.Errors + func (o *ListPoliciesBadRequest) IsClientError() bool + func (o *ListPoliciesBadRequest) IsCode(code int) bool + func (o *ListPoliciesBadRequest) IsRedirect() bool + func (o *ListPoliciesBadRequest) IsServerError() bool + func (o *ListPoliciesBadRequest) IsSuccess() bool + func (o *ListPoliciesBadRequest) String() string + type ListPoliciesForbidden struct + Payload *models.Errors + XRequestID string + func NewListPoliciesForbidden() *ListPoliciesForbidden + func (o *ListPoliciesForbidden) Error() string + func (o *ListPoliciesForbidden) GetPayload() *models.Errors + func (o *ListPoliciesForbidden) IsClientError() bool + func (o *ListPoliciesForbidden) IsCode(code int) bool + func (o *ListPoliciesForbidden) IsRedirect() bool + func (o *ListPoliciesForbidden) IsServerError() bool + func (o *ListPoliciesForbidden) IsSuccess() bool + func (o *ListPoliciesForbidden) String() string + type ListPoliciesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListPoliciesInternalServerError() *ListPoliciesInternalServerError + func (o *ListPoliciesInternalServerError) Error() string + func (o *ListPoliciesInternalServerError) GetPayload() *models.Errors + func (o *ListPoliciesInternalServerError) IsClientError() bool + func (o *ListPoliciesInternalServerError) IsCode(code int) bool + func (o *ListPoliciesInternalServerError) IsRedirect() bool + func (o *ListPoliciesInternalServerError) IsServerError() bool + func (o *ListPoliciesInternalServerError) IsSuccess() bool + func (o *ListPoliciesInternalServerError) String() string + type ListPoliciesOK struct + Link string + Payload []*models.PreheatPolicy + XTotalCount int64 + func NewListPoliciesOK() *ListPoliciesOK + func (o *ListPoliciesOK) Error() string + func (o *ListPoliciesOK) GetPayload() []*models.PreheatPolicy + func (o *ListPoliciesOK) IsClientError() bool + func (o *ListPoliciesOK) IsCode(code int) bool + func (o *ListPoliciesOK) IsRedirect() bool + func (o *ListPoliciesOK) IsServerError() bool + func (o *ListPoliciesOK) IsSuccess() bool + func (o *ListPoliciesOK) String() string + type ListPoliciesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Q *string + Sort *string + XRequestID *string + func NewListPoliciesParams() *ListPoliciesParams + func NewListPoliciesParamsWithContext(ctx context.Context) *ListPoliciesParams + func NewListPoliciesParamsWithHTTPClient(client *http.Client) *ListPoliciesParams + func NewListPoliciesParamsWithTimeout(timeout time.Duration) *ListPoliciesParams + func (o *ListPoliciesParams) SetContext(ctx context.Context) + func (o *ListPoliciesParams) SetDefaults() + func (o *ListPoliciesParams) SetHTTPClient(client *http.Client) + func (o *ListPoliciesParams) SetPage(page *int64) + func (o *ListPoliciesParams) SetPageSize(pageSize *int64) + func (o *ListPoliciesParams) SetProjectName(projectName string) + func (o *ListPoliciesParams) SetQ(q *string) + func (o *ListPoliciesParams) SetSort(sort *string) + func (o *ListPoliciesParams) SetTimeout(timeout time.Duration) + func (o *ListPoliciesParams) SetXRequestID(xRequestID *string) + func (o *ListPoliciesParams) WithContext(ctx context.Context) *ListPoliciesParams + func (o *ListPoliciesParams) WithDefaults() *ListPoliciesParams + func (o *ListPoliciesParams) WithHTTPClient(client *http.Client) *ListPoliciesParams + func (o *ListPoliciesParams) WithPage(page *int64) *ListPoliciesParams + func (o *ListPoliciesParams) WithPageSize(pageSize *int64) *ListPoliciesParams + func (o *ListPoliciesParams) WithProjectName(projectName string) *ListPoliciesParams + func (o *ListPoliciesParams) WithQ(q *string) *ListPoliciesParams + func (o *ListPoliciesParams) WithSort(sort *string) *ListPoliciesParams + func (o *ListPoliciesParams) WithTimeout(timeout time.Duration) *ListPoliciesParams + func (o *ListPoliciesParams) WithXRequestID(xRequestID *string) *ListPoliciesParams + func (o *ListPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListPoliciesReader struct + func (o *ListPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListPoliciesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListPoliciesUnauthorized() *ListPoliciesUnauthorized + func (o *ListPoliciesUnauthorized) Error() string + func (o *ListPoliciesUnauthorized) GetPayload() *models.Errors + func (o *ListPoliciesUnauthorized) IsClientError() bool + func (o *ListPoliciesUnauthorized) IsCode(code int) bool + func (o *ListPoliciesUnauthorized) IsRedirect() bool + func (o *ListPoliciesUnauthorized) IsServerError() bool + func (o *ListPoliciesUnauthorized) IsSuccess() bool + func (o *ListPoliciesUnauthorized) String() string + type ListProvidersBadRequest struct + Payload *models.Errors + XRequestID string + func NewListProvidersBadRequest() *ListProvidersBadRequest + func (o *ListProvidersBadRequest) Error() string + func (o *ListProvidersBadRequest) GetPayload() *models.Errors + func (o *ListProvidersBadRequest) IsClientError() bool + func (o *ListProvidersBadRequest) IsCode(code int) bool + func (o *ListProvidersBadRequest) IsRedirect() bool + func (o *ListProvidersBadRequest) IsServerError() bool + func (o *ListProvidersBadRequest) IsSuccess() bool + func (o *ListProvidersBadRequest) String() string + type ListProvidersForbidden struct + Payload *models.Errors + XRequestID string + func NewListProvidersForbidden() *ListProvidersForbidden + func (o *ListProvidersForbidden) Error() string + func (o *ListProvidersForbidden) GetPayload() *models.Errors + func (o *ListProvidersForbidden) IsClientError() bool + func (o *ListProvidersForbidden) IsCode(code int) bool + func (o *ListProvidersForbidden) IsRedirect() bool + func (o *ListProvidersForbidden) IsServerError() bool + func (o *ListProvidersForbidden) IsSuccess() bool + func (o *ListProvidersForbidden) String() string + type ListProvidersInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListProvidersInternalServerError() *ListProvidersInternalServerError + func (o *ListProvidersInternalServerError) Error() string + func (o *ListProvidersInternalServerError) GetPayload() *models.Errors + func (o *ListProvidersInternalServerError) IsClientError() bool + func (o *ListProvidersInternalServerError) IsCode(code int) bool + func (o *ListProvidersInternalServerError) IsRedirect() bool + func (o *ListProvidersInternalServerError) IsServerError() bool + func (o *ListProvidersInternalServerError) IsSuccess() bool + func (o *ListProvidersInternalServerError) String() string + type ListProvidersNotFound struct + Payload *models.Errors + XRequestID string + func NewListProvidersNotFound() *ListProvidersNotFound + func (o *ListProvidersNotFound) Error() string + func (o *ListProvidersNotFound) GetPayload() *models.Errors + func (o *ListProvidersNotFound) IsClientError() bool + func (o *ListProvidersNotFound) IsCode(code int) bool + func (o *ListProvidersNotFound) IsRedirect() bool + func (o *ListProvidersNotFound) IsServerError() bool + func (o *ListProvidersNotFound) IsSuccess() bool + func (o *ListProvidersNotFound) String() string + type ListProvidersOK struct + Payload []*models.Metadata + func NewListProvidersOK() *ListProvidersOK + func (o *ListProvidersOK) Error() string + func (o *ListProvidersOK) GetPayload() []*models.Metadata + func (o *ListProvidersOK) IsClientError() bool + func (o *ListProvidersOK) IsCode(code int) bool + func (o *ListProvidersOK) IsRedirect() bool + func (o *ListProvidersOK) IsServerError() bool + func (o *ListProvidersOK) IsSuccess() bool + func (o *ListProvidersOK) String() string + type ListProvidersParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewListProvidersParams() *ListProvidersParams + func NewListProvidersParamsWithContext(ctx context.Context) *ListProvidersParams + func NewListProvidersParamsWithHTTPClient(client *http.Client) *ListProvidersParams + func NewListProvidersParamsWithTimeout(timeout time.Duration) *ListProvidersParams + func (o *ListProvidersParams) SetContext(ctx context.Context) + func (o *ListProvidersParams) SetDefaults() + func (o *ListProvidersParams) SetHTTPClient(client *http.Client) + func (o *ListProvidersParams) SetTimeout(timeout time.Duration) + func (o *ListProvidersParams) SetXRequestID(xRequestID *string) + func (o *ListProvidersParams) WithContext(ctx context.Context) *ListProvidersParams + func (o *ListProvidersParams) WithDefaults() *ListProvidersParams + func (o *ListProvidersParams) WithHTTPClient(client *http.Client) *ListProvidersParams + func (o *ListProvidersParams) WithTimeout(timeout time.Duration) *ListProvidersParams + func (o *ListProvidersParams) WithXRequestID(xRequestID *string) *ListProvidersParams + func (o *ListProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListProvidersReader struct + func (o *ListProvidersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListProvidersUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnauthorized() *ListProvidersUnauthorized + func (o *ListProvidersUnauthorized) Error() string + func (o *ListProvidersUnauthorized) GetPayload() *models.Errors + func (o *ListProvidersUnauthorized) IsClientError() bool + func (o *ListProvidersUnauthorized) IsCode(code int) bool + func (o *ListProvidersUnauthorized) IsRedirect() bool + func (o *ListProvidersUnauthorized) IsServerError() bool + func (o *ListProvidersUnauthorized) IsSuccess() bool + func (o *ListProvidersUnauthorized) String() string + type ListProvidersUnderProjectBadRequest struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnderProjectBadRequest() *ListProvidersUnderProjectBadRequest + func (o *ListProvidersUnderProjectBadRequest) Error() string + func (o *ListProvidersUnderProjectBadRequest) GetPayload() *models.Errors + func (o *ListProvidersUnderProjectBadRequest) IsClientError() bool + func (o *ListProvidersUnderProjectBadRequest) IsCode(code int) bool + func (o *ListProvidersUnderProjectBadRequest) IsRedirect() bool + func (o *ListProvidersUnderProjectBadRequest) IsServerError() bool + func (o *ListProvidersUnderProjectBadRequest) IsSuccess() bool + func (o *ListProvidersUnderProjectBadRequest) String() string + type ListProvidersUnderProjectForbidden struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnderProjectForbidden() *ListProvidersUnderProjectForbidden + func (o *ListProvidersUnderProjectForbidden) Error() string + func (o *ListProvidersUnderProjectForbidden) GetPayload() *models.Errors + func (o *ListProvidersUnderProjectForbidden) IsClientError() bool + func (o *ListProvidersUnderProjectForbidden) IsCode(code int) bool + func (o *ListProvidersUnderProjectForbidden) IsRedirect() bool + func (o *ListProvidersUnderProjectForbidden) IsServerError() bool + func (o *ListProvidersUnderProjectForbidden) IsSuccess() bool + func (o *ListProvidersUnderProjectForbidden) String() string + type ListProvidersUnderProjectInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnderProjectInternalServerError() *ListProvidersUnderProjectInternalServerError + func (o *ListProvidersUnderProjectInternalServerError) Error() string + func (o *ListProvidersUnderProjectInternalServerError) GetPayload() *models.Errors + func (o *ListProvidersUnderProjectInternalServerError) IsClientError() bool + func (o *ListProvidersUnderProjectInternalServerError) IsCode(code int) bool + func (o *ListProvidersUnderProjectInternalServerError) IsRedirect() bool + func (o *ListProvidersUnderProjectInternalServerError) IsServerError() bool + func (o *ListProvidersUnderProjectInternalServerError) IsSuccess() bool + func (o *ListProvidersUnderProjectInternalServerError) String() string + type ListProvidersUnderProjectNotFound struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnderProjectNotFound() *ListProvidersUnderProjectNotFound + func (o *ListProvidersUnderProjectNotFound) Error() string + func (o *ListProvidersUnderProjectNotFound) GetPayload() *models.Errors + func (o *ListProvidersUnderProjectNotFound) IsClientError() bool + func (o *ListProvidersUnderProjectNotFound) IsCode(code int) bool + func (o *ListProvidersUnderProjectNotFound) IsRedirect() bool + func (o *ListProvidersUnderProjectNotFound) IsServerError() bool + func (o *ListProvidersUnderProjectNotFound) IsSuccess() bool + func (o *ListProvidersUnderProjectNotFound) String() string + type ListProvidersUnderProjectOK struct + Payload []*models.ProviderUnderProject + func NewListProvidersUnderProjectOK() *ListProvidersUnderProjectOK + func (o *ListProvidersUnderProjectOK) Error() string + func (o *ListProvidersUnderProjectOK) GetPayload() []*models.ProviderUnderProject + func (o *ListProvidersUnderProjectOK) IsClientError() bool + func (o *ListProvidersUnderProjectOK) IsCode(code int) bool + func (o *ListProvidersUnderProjectOK) IsRedirect() bool + func (o *ListProvidersUnderProjectOK) IsServerError() bool + func (o *ListProvidersUnderProjectOK) IsSuccess() bool + func (o *ListProvidersUnderProjectOK) String() string + type ListProvidersUnderProjectParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + XRequestID *string + func NewListProvidersUnderProjectParams() *ListProvidersUnderProjectParams + func NewListProvidersUnderProjectParamsWithContext(ctx context.Context) *ListProvidersUnderProjectParams + func NewListProvidersUnderProjectParamsWithHTTPClient(client *http.Client) *ListProvidersUnderProjectParams + func NewListProvidersUnderProjectParamsWithTimeout(timeout time.Duration) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) SetContext(ctx context.Context) + func (o *ListProvidersUnderProjectParams) SetDefaults() + func (o *ListProvidersUnderProjectParams) SetHTTPClient(client *http.Client) + func (o *ListProvidersUnderProjectParams) SetProjectName(projectName string) + func (o *ListProvidersUnderProjectParams) SetTimeout(timeout time.Duration) + func (o *ListProvidersUnderProjectParams) SetXRequestID(xRequestID *string) + func (o *ListProvidersUnderProjectParams) WithContext(ctx context.Context) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WithDefaults() *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WithHTTPClient(client *http.Client) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WithProjectName(projectName string) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WithTimeout(timeout time.Duration) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WithXRequestID(xRequestID *string) *ListProvidersUnderProjectParams + func (o *ListProvidersUnderProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListProvidersUnderProjectReader struct + func (o *ListProvidersUnderProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListProvidersUnderProjectUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListProvidersUnderProjectUnauthorized() *ListProvidersUnderProjectUnauthorized + func (o *ListProvidersUnderProjectUnauthorized) Error() string + func (o *ListProvidersUnderProjectUnauthorized) GetPayload() *models.Errors + func (o *ListProvidersUnderProjectUnauthorized) IsClientError() bool + func (o *ListProvidersUnderProjectUnauthorized) IsCode(code int) bool + func (o *ListProvidersUnderProjectUnauthorized) IsRedirect() bool + func (o *ListProvidersUnderProjectUnauthorized) IsServerError() bool + func (o *ListProvidersUnderProjectUnauthorized) IsSuccess() bool + func (o *ListProvidersUnderProjectUnauthorized) String() string + type ListTasksBadRequest struct + Payload *models.Errors + XRequestID string + func NewListTasksBadRequest() *ListTasksBadRequest + func (o *ListTasksBadRequest) Error() string + func (o *ListTasksBadRequest) GetPayload() *models.Errors + func (o *ListTasksBadRequest) IsClientError() bool + func (o *ListTasksBadRequest) IsCode(code int) bool + func (o *ListTasksBadRequest) IsRedirect() bool + func (o *ListTasksBadRequest) IsServerError() bool + func (o *ListTasksBadRequest) IsSuccess() bool + func (o *ListTasksBadRequest) String() string + type ListTasksForbidden struct + Payload *models.Errors + XRequestID string + func NewListTasksForbidden() *ListTasksForbidden + func (o *ListTasksForbidden) Error() string + func (o *ListTasksForbidden) GetPayload() *models.Errors + func (o *ListTasksForbidden) IsClientError() bool + func (o *ListTasksForbidden) IsCode(code int) bool + func (o *ListTasksForbidden) IsRedirect() bool + func (o *ListTasksForbidden) IsServerError() bool + func (o *ListTasksForbidden) IsSuccess() bool + func (o *ListTasksForbidden) String() string + type ListTasksInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListTasksInternalServerError() *ListTasksInternalServerError + func (o *ListTasksInternalServerError) Error() string + func (o *ListTasksInternalServerError) GetPayload() *models.Errors + func (o *ListTasksInternalServerError) IsClientError() bool + func (o *ListTasksInternalServerError) IsCode(code int) bool + func (o *ListTasksInternalServerError) IsRedirect() bool + func (o *ListTasksInternalServerError) IsServerError() bool + func (o *ListTasksInternalServerError) IsSuccess() bool + func (o *ListTasksInternalServerError) String() string + type ListTasksNotFound struct + Payload *models.Errors + XRequestID string + func NewListTasksNotFound() *ListTasksNotFound + func (o *ListTasksNotFound) Error() string + func (o *ListTasksNotFound) GetPayload() *models.Errors + func (o *ListTasksNotFound) IsClientError() bool + func (o *ListTasksNotFound) IsCode(code int) bool + func (o *ListTasksNotFound) IsRedirect() bool + func (o *ListTasksNotFound) IsServerError() bool + func (o *ListTasksNotFound) IsSuccess() bool + func (o *ListTasksNotFound) String() string + type ListTasksOK struct + Link string + Payload []*models.Task + XTotalCount int64 + func NewListTasksOK() *ListTasksOK + func (o *ListTasksOK) Error() string + func (o *ListTasksOK) GetPayload() []*models.Task + func (o *ListTasksOK) IsClientError() bool + func (o *ListTasksOK) IsCode(code int) bool + func (o *ListTasksOK) IsRedirect() bool + func (o *ListTasksOK) IsServerError() bool + func (o *ListTasksOK) IsSuccess() bool + func (o *ListTasksOK) String() string + type ListTasksParams struct + Context context.Context + ExecutionID int64 + HTTPClient *http.Client + Page *int64 + PageSize *int64 + PreheatPolicyName string + ProjectName string + Q *string + Sort *string + XRequestID *string + func NewListTasksParams() *ListTasksParams + func NewListTasksParamsWithContext(ctx context.Context) *ListTasksParams + func NewListTasksParamsWithHTTPClient(client *http.Client) *ListTasksParams + func NewListTasksParamsWithTimeout(timeout time.Duration) *ListTasksParams + func (o *ListTasksParams) SetContext(ctx context.Context) + func (o *ListTasksParams) SetDefaults() + func (o *ListTasksParams) SetExecutionID(executionID int64) + func (o *ListTasksParams) SetHTTPClient(client *http.Client) + func (o *ListTasksParams) SetPage(page *int64) + func (o *ListTasksParams) SetPageSize(pageSize *int64) + func (o *ListTasksParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *ListTasksParams) SetProjectName(projectName string) + func (o *ListTasksParams) SetQ(q *string) + func (o *ListTasksParams) SetSort(sort *string) + func (o *ListTasksParams) SetTimeout(timeout time.Duration) + func (o *ListTasksParams) SetXRequestID(xRequestID *string) + func (o *ListTasksParams) WithContext(ctx context.Context) *ListTasksParams + func (o *ListTasksParams) WithDefaults() *ListTasksParams + func (o *ListTasksParams) WithExecutionID(executionID int64) *ListTasksParams + func (o *ListTasksParams) WithHTTPClient(client *http.Client) *ListTasksParams + func (o *ListTasksParams) WithPage(page *int64) *ListTasksParams + func (o *ListTasksParams) WithPageSize(pageSize *int64) *ListTasksParams + func (o *ListTasksParams) WithPreheatPolicyName(preheatPolicyName string) *ListTasksParams + func (o *ListTasksParams) WithProjectName(projectName string) *ListTasksParams + func (o *ListTasksParams) WithQ(q *string) *ListTasksParams + func (o *ListTasksParams) WithSort(sort *string) *ListTasksParams + func (o *ListTasksParams) WithTimeout(timeout time.Duration) *ListTasksParams + func (o *ListTasksParams) WithXRequestID(xRequestID *string) *ListTasksParams + func (o *ListTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListTasksReader struct + func (o *ListTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListTasksUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListTasksUnauthorized() *ListTasksUnauthorized + func (o *ListTasksUnauthorized) Error() string + func (o *ListTasksUnauthorized) GetPayload() *models.Errors + func (o *ListTasksUnauthorized) IsClientError() bool + func (o *ListTasksUnauthorized) IsCode(code int) bool + func (o *ListTasksUnauthorized) IsRedirect() bool + func (o *ListTasksUnauthorized) IsServerError() bool + func (o *ListTasksUnauthorized) IsSuccess() bool + func (o *ListTasksUnauthorized) String() string + type ManualPreheatBadRequest struct + Payload *models.Errors + XRequestID string + func NewManualPreheatBadRequest() *ManualPreheatBadRequest + func (o *ManualPreheatBadRequest) Error() string + func (o *ManualPreheatBadRequest) GetPayload() *models.Errors + func (o *ManualPreheatBadRequest) IsClientError() bool + func (o *ManualPreheatBadRequest) IsCode(code int) bool + func (o *ManualPreheatBadRequest) IsRedirect() bool + func (o *ManualPreheatBadRequest) IsServerError() bool + func (o *ManualPreheatBadRequest) IsSuccess() bool + func (o *ManualPreheatBadRequest) String() string + type ManualPreheatCreated struct + Location string + XRequestID string + func NewManualPreheatCreated() *ManualPreheatCreated + func (o *ManualPreheatCreated) Error() string + func (o *ManualPreheatCreated) IsClientError() bool + func (o *ManualPreheatCreated) IsCode(code int) bool + func (o *ManualPreheatCreated) IsRedirect() bool + func (o *ManualPreheatCreated) IsServerError() bool + func (o *ManualPreheatCreated) IsSuccess() bool + func (o *ManualPreheatCreated) String() string + type ManualPreheatForbidden struct + Payload *models.Errors + XRequestID string + func NewManualPreheatForbidden() *ManualPreheatForbidden + func (o *ManualPreheatForbidden) Error() string + func (o *ManualPreheatForbidden) GetPayload() *models.Errors + func (o *ManualPreheatForbidden) IsClientError() bool + func (o *ManualPreheatForbidden) IsCode(code int) bool + func (o *ManualPreheatForbidden) IsRedirect() bool + func (o *ManualPreheatForbidden) IsServerError() bool + func (o *ManualPreheatForbidden) IsSuccess() bool + func (o *ManualPreheatForbidden) String() string + type ManualPreheatInternalServerError struct + Payload *models.Errors + XRequestID string + func NewManualPreheatInternalServerError() *ManualPreheatInternalServerError + func (o *ManualPreheatInternalServerError) Error() string + func (o *ManualPreheatInternalServerError) GetPayload() *models.Errors + func (o *ManualPreheatInternalServerError) IsClientError() bool + func (o *ManualPreheatInternalServerError) IsCode(code int) bool + func (o *ManualPreheatInternalServerError) IsRedirect() bool + func (o *ManualPreheatInternalServerError) IsServerError() bool + func (o *ManualPreheatInternalServerError) IsSuccess() bool + func (o *ManualPreheatInternalServerError) String() string + type ManualPreheatNotFound struct + Payload *models.Errors + XRequestID string + func NewManualPreheatNotFound() *ManualPreheatNotFound + func (o *ManualPreheatNotFound) Error() string + func (o *ManualPreheatNotFound) GetPayload() *models.Errors + func (o *ManualPreheatNotFound) IsClientError() bool + func (o *ManualPreheatNotFound) IsCode(code int) bool + func (o *ManualPreheatNotFound) IsRedirect() bool + func (o *ManualPreheatNotFound) IsServerError() bool + func (o *ManualPreheatNotFound) IsSuccess() bool + func (o *ManualPreheatNotFound) String() string + type ManualPreheatParams struct + Context context.Context + HTTPClient *http.Client + Policy *models.PreheatPolicy + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewManualPreheatParams() *ManualPreheatParams + func NewManualPreheatParamsWithContext(ctx context.Context) *ManualPreheatParams + func NewManualPreheatParamsWithHTTPClient(client *http.Client) *ManualPreheatParams + func NewManualPreheatParamsWithTimeout(timeout time.Duration) *ManualPreheatParams + func (o *ManualPreheatParams) SetContext(ctx context.Context) + func (o *ManualPreheatParams) SetDefaults() + func (o *ManualPreheatParams) SetHTTPClient(client *http.Client) + func (o *ManualPreheatParams) SetPolicy(policy *models.PreheatPolicy) + func (o *ManualPreheatParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *ManualPreheatParams) SetProjectName(projectName string) + func (o *ManualPreheatParams) SetTimeout(timeout time.Duration) + func (o *ManualPreheatParams) SetXRequestID(xRequestID *string) + func (o *ManualPreheatParams) WithContext(ctx context.Context) *ManualPreheatParams + func (o *ManualPreheatParams) WithDefaults() *ManualPreheatParams + func (o *ManualPreheatParams) WithHTTPClient(client *http.Client) *ManualPreheatParams + func (o *ManualPreheatParams) WithPolicy(policy *models.PreheatPolicy) *ManualPreheatParams + func (o *ManualPreheatParams) WithPreheatPolicyName(preheatPolicyName string) *ManualPreheatParams + func (o *ManualPreheatParams) WithProjectName(projectName string) *ManualPreheatParams + func (o *ManualPreheatParams) WithTimeout(timeout time.Duration) *ManualPreheatParams + func (o *ManualPreheatParams) WithXRequestID(xRequestID *string) *ManualPreheatParams + func (o *ManualPreheatParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ManualPreheatReader struct + func (o *ManualPreheatReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ManualPreheatUnauthorized struct + Payload *models.Errors + XRequestID string + func NewManualPreheatUnauthorized() *ManualPreheatUnauthorized + func (o *ManualPreheatUnauthorized) Error() string + func (o *ManualPreheatUnauthorized) GetPayload() *models.Errors + func (o *ManualPreheatUnauthorized) IsClientError() bool + func (o *ManualPreheatUnauthorized) IsCode(code int) bool + func (o *ManualPreheatUnauthorized) IsRedirect() bool + func (o *ManualPreheatUnauthorized) IsServerError() bool + func (o *ManualPreheatUnauthorized) IsSuccess() bool + func (o *ManualPreheatUnauthorized) String() string + type PingInstancesBadRequest struct + Payload *models.Errors + XRequestID string + func NewPingInstancesBadRequest() *PingInstancesBadRequest + func (o *PingInstancesBadRequest) Error() string + func (o *PingInstancesBadRequest) GetPayload() *models.Errors + func (o *PingInstancesBadRequest) IsClientError() bool + func (o *PingInstancesBadRequest) IsCode(code int) bool + func (o *PingInstancesBadRequest) IsRedirect() bool + func (o *PingInstancesBadRequest) IsServerError() bool + func (o *PingInstancesBadRequest) IsSuccess() bool + func (o *PingInstancesBadRequest) String() string + type PingInstancesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewPingInstancesInternalServerError() *PingInstancesInternalServerError + func (o *PingInstancesInternalServerError) Error() string + func (o *PingInstancesInternalServerError) GetPayload() *models.Errors + func (o *PingInstancesInternalServerError) IsClientError() bool + func (o *PingInstancesInternalServerError) IsCode(code int) bool + func (o *PingInstancesInternalServerError) IsRedirect() bool + func (o *PingInstancesInternalServerError) IsServerError() bool + func (o *PingInstancesInternalServerError) IsSuccess() bool + func (o *PingInstancesInternalServerError) String() string + type PingInstancesNotFound struct + func NewPingInstancesNotFound() *PingInstancesNotFound + func (o *PingInstancesNotFound) Error() string + func (o *PingInstancesNotFound) IsClientError() bool + func (o *PingInstancesNotFound) IsCode(code int) bool + func (o *PingInstancesNotFound) IsRedirect() bool + func (o *PingInstancesNotFound) IsServerError() bool + func (o *PingInstancesNotFound) IsSuccess() bool + func (o *PingInstancesNotFound) String() string + type PingInstancesOK struct + XRequestID string + func NewPingInstancesOK() *PingInstancesOK + func (o *PingInstancesOK) Error() string + func (o *PingInstancesOK) IsClientError() bool + func (o *PingInstancesOK) IsCode(code int) bool + func (o *PingInstancesOK) IsRedirect() bool + func (o *PingInstancesOK) IsServerError() bool + func (o *PingInstancesOK) IsSuccess() bool + func (o *PingInstancesOK) String() string + type PingInstancesParams struct + Context context.Context + HTTPClient *http.Client + Instance *models.Instance + XRequestID *string + func NewPingInstancesParams() *PingInstancesParams + func NewPingInstancesParamsWithContext(ctx context.Context) *PingInstancesParams + func NewPingInstancesParamsWithHTTPClient(client *http.Client) *PingInstancesParams + func NewPingInstancesParamsWithTimeout(timeout time.Duration) *PingInstancesParams + func (o *PingInstancesParams) SetContext(ctx context.Context) + func (o *PingInstancesParams) SetDefaults() + func (o *PingInstancesParams) SetHTTPClient(client *http.Client) + func (o *PingInstancesParams) SetInstance(instance *models.Instance) + func (o *PingInstancesParams) SetTimeout(timeout time.Duration) + func (o *PingInstancesParams) SetXRequestID(xRequestID *string) + func (o *PingInstancesParams) WithContext(ctx context.Context) *PingInstancesParams + func (o *PingInstancesParams) WithDefaults() *PingInstancesParams + func (o *PingInstancesParams) WithHTTPClient(client *http.Client) *PingInstancesParams + func (o *PingInstancesParams) WithInstance(instance *models.Instance) *PingInstancesParams + func (o *PingInstancesParams) WithTimeout(timeout time.Duration) *PingInstancesParams + func (o *PingInstancesParams) WithXRequestID(xRequestID *string) *PingInstancesParams + func (o *PingInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PingInstancesReader struct + func (o *PingInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PingInstancesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewPingInstancesUnauthorized() *PingInstancesUnauthorized + func (o *PingInstancesUnauthorized) Error() string + func (o *PingInstancesUnauthorized) GetPayload() *models.Errors + func (o *PingInstancesUnauthorized) IsClientError() bool + func (o *PingInstancesUnauthorized) IsCode(code int) bool + func (o *PingInstancesUnauthorized) IsRedirect() bool + func (o *PingInstancesUnauthorized) IsServerError() bool + func (o *PingInstancesUnauthorized) IsSuccess() bool + func (o *PingInstancesUnauthorized) String() string + type StopExecutionBadRequest struct + Payload *models.Errors + XRequestID string + func NewStopExecutionBadRequest() *StopExecutionBadRequest + func (o *StopExecutionBadRequest) Error() string + func (o *StopExecutionBadRequest) GetPayload() *models.Errors + func (o *StopExecutionBadRequest) IsClientError() bool + func (o *StopExecutionBadRequest) IsCode(code int) bool + func (o *StopExecutionBadRequest) IsRedirect() bool + func (o *StopExecutionBadRequest) IsServerError() bool + func (o *StopExecutionBadRequest) IsSuccess() bool + func (o *StopExecutionBadRequest) String() string + type StopExecutionForbidden struct + Payload *models.Errors + XRequestID string + func NewStopExecutionForbidden() *StopExecutionForbidden + func (o *StopExecutionForbidden) Error() string + func (o *StopExecutionForbidden) GetPayload() *models.Errors + func (o *StopExecutionForbidden) IsClientError() bool + func (o *StopExecutionForbidden) IsCode(code int) bool + func (o *StopExecutionForbidden) IsRedirect() bool + func (o *StopExecutionForbidden) IsServerError() bool + func (o *StopExecutionForbidden) IsSuccess() bool + func (o *StopExecutionForbidden) String() string + type StopExecutionInternalServerError struct + Payload *models.Errors + XRequestID string + func NewStopExecutionInternalServerError() *StopExecutionInternalServerError + func (o *StopExecutionInternalServerError) Error() string + func (o *StopExecutionInternalServerError) GetPayload() *models.Errors + func (o *StopExecutionInternalServerError) IsClientError() bool + func (o *StopExecutionInternalServerError) IsCode(code int) bool + func (o *StopExecutionInternalServerError) IsRedirect() bool + func (o *StopExecutionInternalServerError) IsServerError() bool + func (o *StopExecutionInternalServerError) IsSuccess() bool + func (o *StopExecutionInternalServerError) String() string + type StopExecutionNotFound struct + Payload *models.Errors + XRequestID string + func NewStopExecutionNotFound() *StopExecutionNotFound + func (o *StopExecutionNotFound) Error() string + func (o *StopExecutionNotFound) GetPayload() *models.Errors + func (o *StopExecutionNotFound) IsClientError() bool + func (o *StopExecutionNotFound) IsCode(code int) bool + func (o *StopExecutionNotFound) IsRedirect() bool + func (o *StopExecutionNotFound) IsServerError() bool + func (o *StopExecutionNotFound) IsSuccess() bool + func (o *StopExecutionNotFound) String() string + type StopExecutionOK struct + XRequestID string + func NewStopExecutionOK() *StopExecutionOK + func (o *StopExecutionOK) Error() string + func (o *StopExecutionOK) IsClientError() bool + func (o *StopExecutionOK) IsCode(code int) bool + func (o *StopExecutionOK) IsRedirect() bool + func (o *StopExecutionOK) IsServerError() bool + func (o *StopExecutionOK) IsSuccess() bool + func (o *StopExecutionOK) String() string + type StopExecutionParams struct + Context context.Context + Execution *models.Execution + ExecutionID int64 + HTTPClient *http.Client + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewStopExecutionParams() *StopExecutionParams + func NewStopExecutionParamsWithContext(ctx context.Context) *StopExecutionParams + func NewStopExecutionParamsWithHTTPClient(client *http.Client) *StopExecutionParams + func NewStopExecutionParamsWithTimeout(timeout time.Duration) *StopExecutionParams + func (o *StopExecutionParams) SetContext(ctx context.Context) + func (o *StopExecutionParams) SetDefaults() + func (o *StopExecutionParams) SetExecution(execution *models.Execution) + func (o *StopExecutionParams) SetExecutionID(executionID int64) + func (o *StopExecutionParams) SetHTTPClient(client *http.Client) + func (o *StopExecutionParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *StopExecutionParams) SetProjectName(projectName string) + func (o *StopExecutionParams) SetTimeout(timeout time.Duration) + func (o *StopExecutionParams) SetXRequestID(xRequestID *string) + func (o *StopExecutionParams) WithContext(ctx context.Context) *StopExecutionParams + func (o *StopExecutionParams) WithDefaults() *StopExecutionParams + func (o *StopExecutionParams) WithExecution(execution *models.Execution) *StopExecutionParams + func (o *StopExecutionParams) WithExecutionID(executionID int64) *StopExecutionParams + func (o *StopExecutionParams) WithHTTPClient(client *http.Client) *StopExecutionParams + func (o *StopExecutionParams) WithPreheatPolicyName(preheatPolicyName string) *StopExecutionParams + func (o *StopExecutionParams) WithProjectName(projectName string) *StopExecutionParams + func (o *StopExecutionParams) WithTimeout(timeout time.Duration) *StopExecutionParams + func (o *StopExecutionParams) WithXRequestID(xRequestID *string) *StopExecutionParams + func (o *StopExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StopExecutionReader struct + func (o *StopExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StopExecutionUnauthorized struct + Payload *models.Errors + XRequestID string + func NewStopExecutionUnauthorized() *StopExecutionUnauthorized + func (o *StopExecutionUnauthorized) Error() string + func (o *StopExecutionUnauthorized) GetPayload() *models.Errors + func (o *StopExecutionUnauthorized) IsClientError() bool + func (o *StopExecutionUnauthorized) IsCode(code int) bool + func (o *StopExecutionUnauthorized) IsRedirect() bool + func (o *StopExecutionUnauthorized) IsServerError() bool + func (o *StopExecutionUnauthorized) IsSuccess() bool + func (o *StopExecutionUnauthorized) String() string + type UpdateInstanceBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdateInstanceBadRequest() *UpdateInstanceBadRequest + func (o *UpdateInstanceBadRequest) Error() string + func (o *UpdateInstanceBadRequest) GetPayload() *models.Errors + func (o *UpdateInstanceBadRequest) IsClientError() bool + func (o *UpdateInstanceBadRequest) IsCode(code int) bool + func (o *UpdateInstanceBadRequest) IsRedirect() bool + func (o *UpdateInstanceBadRequest) IsServerError() bool + func (o *UpdateInstanceBadRequest) IsSuccess() bool + func (o *UpdateInstanceBadRequest) String() string + type UpdateInstanceForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateInstanceForbidden() *UpdateInstanceForbidden + func (o *UpdateInstanceForbidden) Error() string + func (o *UpdateInstanceForbidden) GetPayload() *models.Errors + func (o *UpdateInstanceForbidden) IsClientError() bool + func (o *UpdateInstanceForbidden) IsCode(code int) bool + func (o *UpdateInstanceForbidden) IsRedirect() bool + func (o *UpdateInstanceForbidden) IsServerError() bool + func (o *UpdateInstanceForbidden) IsSuccess() bool + func (o *UpdateInstanceForbidden) String() string + type UpdateInstanceInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateInstanceInternalServerError() *UpdateInstanceInternalServerError + func (o *UpdateInstanceInternalServerError) Error() string + func (o *UpdateInstanceInternalServerError) GetPayload() *models.Errors + func (o *UpdateInstanceInternalServerError) IsClientError() bool + func (o *UpdateInstanceInternalServerError) IsCode(code int) bool + func (o *UpdateInstanceInternalServerError) IsRedirect() bool + func (o *UpdateInstanceInternalServerError) IsServerError() bool + func (o *UpdateInstanceInternalServerError) IsSuccess() bool + func (o *UpdateInstanceInternalServerError) String() string + type UpdateInstanceNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateInstanceNotFound() *UpdateInstanceNotFound + func (o *UpdateInstanceNotFound) Error() string + func (o *UpdateInstanceNotFound) GetPayload() *models.Errors + func (o *UpdateInstanceNotFound) IsClientError() bool + func (o *UpdateInstanceNotFound) IsCode(code int) bool + func (o *UpdateInstanceNotFound) IsRedirect() bool + func (o *UpdateInstanceNotFound) IsServerError() bool + func (o *UpdateInstanceNotFound) IsSuccess() bool + func (o *UpdateInstanceNotFound) String() string + type UpdateInstanceOK struct + XRequestID string + func NewUpdateInstanceOK() *UpdateInstanceOK + func (o *UpdateInstanceOK) Error() string + func (o *UpdateInstanceOK) IsClientError() bool + func (o *UpdateInstanceOK) IsCode(code int) bool + func (o *UpdateInstanceOK) IsRedirect() bool + func (o *UpdateInstanceOK) IsServerError() bool + func (o *UpdateInstanceOK) IsSuccess() bool + func (o *UpdateInstanceOK) String() string + type UpdateInstanceParams struct + Context context.Context + HTTPClient *http.Client + Instance *models.Instance + PreheatInstanceName string + XRequestID *string + func NewUpdateInstanceParams() *UpdateInstanceParams + func NewUpdateInstanceParamsWithContext(ctx context.Context) *UpdateInstanceParams + func NewUpdateInstanceParamsWithHTTPClient(client *http.Client) *UpdateInstanceParams + func NewUpdateInstanceParamsWithTimeout(timeout time.Duration) *UpdateInstanceParams + func (o *UpdateInstanceParams) SetContext(ctx context.Context) + func (o *UpdateInstanceParams) SetDefaults() + func (o *UpdateInstanceParams) SetHTTPClient(client *http.Client) + func (o *UpdateInstanceParams) SetInstance(instance *models.Instance) + func (o *UpdateInstanceParams) SetPreheatInstanceName(preheatInstanceName string) + func (o *UpdateInstanceParams) SetTimeout(timeout time.Duration) + func (o *UpdateInstanceParams) SetXRequestID(xRequestID *string) + func (o *UpdateInstanceParams) WithContext(ctx context.Context) *UpdateInstanceParams + func (o *UpdateInstanceParams) WithDefaults() *UpdateInstanceParams + func (o *UpdateInstanceParams) WithHTTPClient(client *http.Client) *UpdateInstanceParams + func (o *UpdateInstanceParams) WithInstance(instance *models.Instance) *UpdateInstanceParams + func (o *UpdateInstanceParams) WithPreheatInstanceName(preheatInstanceName string) *UpdateInstanceParams + func (o *UpdateInstanceParams) WithTimeout(timeout time.Duration) *UpdateInstanceParams + func (o *UpdateInstanceParams) WithXRequestID(xRequestID *string) *UpdateInstanceParams + func (o *UpdateInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateInstanceReader struct + func (o *UpdateInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateInstanceUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateInstanceUnauthorized() *UpdateInstanceUnauthorized + func (o *UpdateInstanceUnauthorized) Error() string + func (o *UpdateInstanceUnauthorized) GetPayload() *models.Errors + func (o *UpdateInstanceUnauthorized) IsClientError() bool + func (o *UpdateInstanceUnauthorized) IsCode(code int) bool + func (o *UpdateInstanceUnauthorized) IsRedirect() bool + func (o *UpdateInstanceUnauthorized) IsServerError() bool + func (o *UpdateInstanceUnauthorized) IsSuccess() bool + func (o *UpdateInstanceUnauthorized) String() string + type UpdatePolicyBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyBadRequest() *UpdatePolicyBadRequest + func (o *UpdatePolicyBadRequest) Error() string + func (o *UpdatePolicyBadRequest) GetPayload() *models.Errors + func (o *UpdatePolicyBadRequest) IsClientError() bool + func (o *UpdatePolicyBadRequest) IsCode(code int) bool + func (o *UpdatePolicyBadRequest) IsRedirect() bool + func (o *UpdatePolicyBadRequest) IsServerError() bool + func (o *UpdatePolicyBadRequest) IsSuccess() bool + func (o *UpdatePolicyBadRequest) String() string + type UpdatePolicyConflict struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyConflict() *UpdatePolicyConflict + func (o *UpdatePolicyConflict) Error() string + func (o *UpdatePolicyConflict) GetPayload() *models.Errors + func (o *UpdatePolicyConflict) IsClientError() bool + func (o *UpdatePolicyConflict) IsCode(code int) bool + func (o *UpdatePolicyConflict) IsRedirect() bool + func (o *UpdatePolicyConflict) IsServerError() bool + func (o *UpdatePolicyConflict) IsSuccess() bool + func (o *UpdatePolicyConflict) String() string + type UpdatePolicyForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyForbidden() *UpdatePolicyForbidden + func (o *UpdatePolicyForbidden) Error() string + func (o *UpdatePolicyForbidden) GetPayload() *models.Errors + func (o *UpdatePolicyForbidden) IsClientError() bool + func (o *UpdatePolicyForbidden) IsCode(code int) bool + func (o *UpdatePolicyForbidden) IsRedirect() bool + func (o *UpdatePolicyForbidden) IsServerError() bool + func (o *UpdatePolicyForbidden) IsSuccess() bool + func (o *UpdatePolicyForbidden) String() string + type UpdatePolicyInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyInternalServerError() *UpdatePolicyInternalServerError + func (o *UpdatePolicyInternalServerError) Error() string + func (o *UpdatePolicyInternalServerError) GetPayload() *models.Errors + func (o *UpdatePolicyInternalServerError) IsClientError() bool + func (o *UpdatePolicyInternalServerError) IsCode(code int) bool + func (o *UpdatePolicyInternalServerError) IsRedirect() bool + func (o *UpdatePolicyInternalServerError) IsServerError() bool + func (o *UpdatePolicyInternalServerError) IsSuccess() bool + func (o *UpdatePolicyInternalServerError) String() string + type UpdatePolicyNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyNotFound() *UpdatePolicyNotFound + func (o *UpdatePolicyNotFound) Error() string + func (o *UpdatePolicyNotFound) GetPayload() *models.Errors + func (o *UpdatePolicyNotFound) IsClientError() bool + func (o *UpdatePolicyNotFound) IsCode(code int) bool + func (o *UpdatePolicyNotFound) IsRedirect() bool + func (o *UpdatePolicyNotFound) IsServerError() bool + func (o *UpdatePolicyNotFound) IsSuccess() bool + func (o *UpdatePolicyNotFound) String() string + type UpdatePolicyOK struct + XRequestID string + func NewUpdatePolicyOK() *UpdatePolicyOK + func (o *UpdatePolicyOK) Error() string + func (o *UpdatePolicyOK) IsClientError() bool + func (o *UpdatePolicyOK) IsCode(code int) bool + func (o *UpdatePolicyOK) IsRedirect() bool + func (o *UpdatePolicyOK) IsServerError() bool + func (o *UpdatePolicyOK) IsSuccess() bool + func (o *UpdatePolicyOK) String() string + type UpdatePolicyParams struct + Context context.Context + HTTPClient *http.Client + Policy *models.PreheatPolicy + PreheatPolicyName string + ProjectName string + XRequestID *string + func NewUpdatePolicyParams() *UpdatePolicyParams + func NewUpdatePolicyParamsWithContext(ctx context.Context) *UpdatePolicyParams + func NewUpdatePolicyParamsWithHTTPClient(client *http.Client) *UpdatePolicyParams + func NewUpdatePolicyParamsWithTimeout(timeout time.Duration) *UpdatePolicyParams + func (o *UpdatePolicyParams) SetContext(ctx context.Context) + func (o *UpdatePolicyParams) SetDefaults() + func (o *UpdatePolicyParams) SetHTTPClient(client *http.Client) + func (o *UpdatePolicyParams) SetPolicy(policy *models.PreheatPolicy) + func (o *UpdatePolicyParams) SetPreheatPolicyName(preheatPolicyName string) + func (o *UpdatePolicyParams) SetProjectName(projectName string) + func (o *UpdatePolicyParams) SetTimeout(timeout time.Duration) + func (o *UpdatePolicyParams) SetXRequestID(xRequestID *string) + func (o *UpdatePolicyParams) WithContext(ctx context.Context) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithDefaults() *UpdatePolicyParams + func (o *UpdatePolicyParams) WithHTTPClient(client *http.Client) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithPolicy(policy *models.PreheatPolicy) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithPreheatPolicyName(preheatPolicyName string) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithProjectName(projectName string) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithTimeout(timeout time.Duration) *UpdatePolicyParams + func (o *UpdatePolicyParams) WithXRequestID(xRequestID *string) *UpdatePolicyParams + func (o *UpdatePolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdatePolicyReader struct + func (o *UpdatePolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdatePolicyUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdatePolicyUnauthorized() *UpdatePolicyUnauthorized + func (o *UpdatePolicyUnauthorized) Error() string + func (o *UpdatePolicyUnauthorized) GetPayload() *models.Errors + func (o *UpdatePolicyUnauthorized) IsClientError() bool + func (o *UpdatePolicyUnauthorized) IsCode(code int) bool + func (o *UpdatePolicyUnauthorized) IsRedirect() bool + func (o *UpdatePolicyUnauthorized) IsServerError() bool + func (o *UpdatePolicyUnauthorized) IsSuccess() bool + func (o *UpdatePolicyUnauthorized) String() string