Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateBlueprintInWorkspace(params *CreateBlueprintInWorkspaceParams) (*CreateBlueprintInWorkspaceOK, error)
- func (a *Client) DeleteBlueprintByCrn(params *DeleteBlueprintByCrnParams) (*DeleteBlueprintByCrnOK, error)
- func (a *Client) DeleteBlueprintInWorkspace(params *DeleteBlueprintInWorkspaceParams) (*DeleteBlueprintInWorkspaceOK, error)
- func (a *Client) DeleteBlueprintsInWorkspace(params *DeleteBlueprintsInWorkspaceParams) (*DeleteBlueprintsInWorkspaceOK, error)
- func (a *Client) GetBlueprintByCrn(params *GetBlueprintByCrnParams) (*GetBlueprintByCrnOK, error)
- func (a *Client) GetBlueprintCustomParameters(params *GetBlueprintCustomParametersParams) (*GetBlueprintCustomParametersOK, error)
- func (a *Client) GetBlueprintInWorkspace(params *GetBlueprintInWorkspaceParams) (*GetBlueprintInWorkspaceOK, error)
- func (a *Client) GetBlueprintRequestFromName(params *GetBlueprintRequestFromNameParams) (*GetBlueprintRequestFromNameOK, error)
- func (a *Client) GetCreateClusterTemplateRequestForCli(params *GetCreateClusterTemplateRequestForCliParams) (*GetCreateClusterTemplateRequestForCliOK, error)
- func (a *Client) ListBlueprintsByWorkspace(params *ListBlueprintsByWorkspaceParams) (*ListBlueprintsByWorkspaceOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateBlueprintInWorkspaceOK
- type CreateBlueprintInWorkspaceParams
- func NewCreateBlueprintInWorkspaceParams() *CreateBlueprintInWorkspaceParams
- func NewCreateBlueprintInWorkspaceParamsWithContext(ctx context.Context) *CreateBlueprintInWorkspaceParams
- func NewCreateBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *CreateBlueprintInWorkspaceParams
- func NewCreateBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) SetBody(body *model.BlueprintV4Request)
- func (o *CreateBlueprintInWorkspaceParams) SetContext(ctx context.Context)
- func (o *CreateBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *CreateBlueprintInWorkspaceParams) WithBody(body *model.BlueprintV4Request) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) WithContext(ctx context.Context) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *CreateBlueprintInWorkspaceParams
- func (o *CreateBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintInWorkspaceReader
- type DeleteBlueprintByCrnOK
- type DeleteBlueprintByCrnParams
- func NewDeleteBlueprintByCrnParams() *DeleteBlueprintByCrnParams
- func NewDeleteBlueprintByCrnParamsWithContext(ctx context.Context) *DeleteBlueprintByCrnParams
- func NewDeleteBlueprintByCrnParamsWithHTTPClient(client *http.Client) *DeleteBlueprintByCrnParams
- func NewDeleteBlueprintByCrnParamsWithTimeout(timeout time.Duration) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) SetContext(ctx context.Context)
- func (o *DeleteBlueprintByCrnParams) SetCrn(crn string)
- func (o *DeleteBlueprintByCrnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBlueprintByCrnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBlueprintByCrnParams) SetWorkspaceID(workspaceID int64)
- func (o *DeleteBlueprintByCrnParams) WithContext(ctx context.Context) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) WithCrn(crn string) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) WithHTTPClient(client *http.Client) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) WithTimeout(timeout time.Duration) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintByCrnParams
- func (o *DeleteBlueprintByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlueprintByCrnReader
- type DeleteBlueprintInWorkspaceOK
- type DeleteBlueprintInWorkspaceParams
- func NewDeleteBlueprintInWorkspaceParams() *DeleteBlueprintInWorkspaceParams
- func NewDeleteBlueprintInWorkspaceParamsWithContext(ctx context.Context) *DeleteBlueprintInWorkspaceParams
- func NewDeleteBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteBlueprintInWorkspaceParams
- func NewDeleteBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) SetContext(ctx context.Context)
- func (o *DeleteBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBlueprintInWorkspaceParams) SetName(name string)
- func (o *DeleteBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *DeleteBlueprintInWorkspaceParams) WithContext(ctx context.Context) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) WithName(name string) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintInWorkspaceParams
- func (o *DeleteBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlueprintInWorkspaceReader
- type DeleteBlueprintsInWorkspaceOK
- type DeleteBlueprintsInWorkspaceParams
- func NewDeleteBlueprintsInWorkspaceParams() *DeleteBlueprintsInWorkspaceParams
- func NewDeleteBlueprintsInWorkspaceParamsWithContext(ctx context.Context) *DeleteBlueprintsInWorkspaceParams
- func NewDeleteBlueprintsInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteBlueprintsInWorkspaceParams
- func NewDeleteBlueprintsInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) SetBody(body []string)
- func (o *DeleteBlueprintsInWorkspaceParams) SetContext(ctx context.Context)
- func (o *DeleteBlueprintsInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBlueprintsInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBlueprintsInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *DeleteBlueprintsInWorkspaceParams) WithBody(body []string) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) WithContext(ctx context.Context) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintsInWorkspaceParams
- func (o *DeleteBlueprintsInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlueprintsInWorkspaceReader
- type GetBlueprintByCrnOK
- type GetBlueprintByCrnParams
- func NewGetBlueprintByCrnParams() *GetBlueprintByCrnParams
- func NewGetBlueprintByCrnParamsWithContext(ctx context.Context) *GetBlueprintByCrnParams
- func NewGetBlueprintByCrnParamsWithHTTPClient(client *http.Client) *GetBlueprintByCrnParams
- func NewGetBlueprintByCrnParamsWithTimeout(timeout time.Duration) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) SetContext(ctx context.Context)
- func (o *GetBlueprintByCrnParams) SetCrn(crn string)
- func (o *GetBlueprintByCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintByCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintByCrnParams) SetWorkspaceID(workspaceID int64)
- func (o *GetBlueprintByCrnParams) WithContext(ctx context.Context) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) WithCrn(crn string) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) WithHTTPClient(client *http.Client) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) WithTimeout(timeout time.Duration) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) WithWorkspaceID(workspaceID int64) *GetBlueprintByCrnParams
- func (o *GetBlueprintByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintByCrnReader
- type GetBlueprintCustomParametersOK
- type GetBlueprintCustomParametersParams
- func NewGetBlueprintCustomParametersParams() *GetBlueprintCustomParametersParams
- func NewGetBlueprintCustomParametersParamsWithContext(ctx context.Context) *GetBlueprintCustomParametersParams
- func NewGetBlueprintCustomParametersParamsWithHTTPClient(client *http.Client) *GetBlueprintCustomParametersParams
- func NewGetBlueprintCustomParametersParamsWithTimeout(timeout time.Duration) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) SetContext(ctx context.Context)
- func (o *GetBlueprintCustomParametersParams) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintCustomParametersParams) SetName(name string)
- func (o *GetBlueprintCustomParametersParams) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintCustomParametersParams) SetWorkspaceID(workspaceID int64)
- func (o *GetBlueprintCustomParametersParams) WithContext(ctx context.Context) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) WithHTTPClient(client *http.Client) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) WithName(name string) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) WithTimeout(timeout time.Duration) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) WithWorkspaceID(workspaceID int64) *GetBlueprintCustomParametersParams
- func (o *GetBlueprintCustomParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintCustomParametersReader
- type GetBlueprintInWorkspaceOK
- type GetBlueprintInWorkspaceParams
- func NewGetBlueprintInWorkspaceParams() *GetBlueprintInWorkspaceParams
- func NewGetBlueprintInWorkspaceParamsWithContext(ctx context.Context) *GetBlueprintInWorkspaceParams
- func NewGetBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *GetBlueprintInWorkspaceParams
- func NewGetBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintInWorkspaceParams) SetName(name string)
- func (o *GetBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetBlueprintInWorkspaceParams) WithContext(ctx context.Context) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) WithName(name string) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetBlueprintInWorkspaceParams
- func (o *GetBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintInWorkspaceReader
- type GetBlueprintRequestFromNameOK
- type GetBlueprintRequestFromNameParams
- func NewGetBlueprintRequestFromNameParams() *GetBlueprintRequestFromNameParams
- func NewGetBlueprintRequestFromNameParamsWithContext(ctx context.Context) *GetBlueprintRequestFromNameParams
- func NewGetBlueprintRequestFromNameParamsWithHTTPClient(client *http.Client) *GetBlueprintRequestFromNameParams
- func NewGetBlueprintRequestFromNameParamsWithTimeout(timeout time.Duration) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) SetContext(ctx context.Context)
- func (o *GetBlueprintRequestFromNameParams) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintRequestFromNameParams) SetName(name string)
- func (o *GetBlueprintRequestFromNameParams) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintRequestFromNameParams) SetWorkspaceID(workspaceID int64)
- func (o *GetBlueprintRequestFromNameParams) WithContext(ctx context.Context) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) WithHTTPClient(client *http.Client) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) WithName(name string) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) WithTimeout(timeout time.Duration) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) WithWorkspaceID(workspaceID int64) *GetBlueprintRequestFromNameParams
- func (o *GetBlueprintRequestFromNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintRequestFromNameReader
- type GetCreateClusterTemplateRequestForCliOK
- type GetCreateClusterTemplateRequestForCliParams
- func NewGetCreateClusterTemplateRequestForCliParams() *GetCreateClusterTemplateRequestForCliParams
- func NewGetCreateClusterTemplateRequestForCliParamsWithContext(ctx context.Context) *GetCreateClusterTemplateRequestForCliParams
- func NewGetCreateClusterTemplateRequestForCliParamsWithHTTPClient(client *http.Client) *GetCreateClusterTemplateRequestForCliParams
- func NewGetCreateClusterTemplateRequestForCliParamsWithTimeout(timeout time.Duration) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) SetBody(body *model.BlueprintV4Request)
- func (o *GetCreateClusterTemplateRequestForCliParams) SetContext(ctx context.Context)
- func (o *GetCreateClusterTemplateRequestForCliParams) SetHTTPClient(client *http.Client)
- func (o *GetCreateClusterTemplateRequestForCliParams) SetTimeout(timeout time.Duration)
- func (o *GetCreateClusterTemplateRequestForCliParams) SetWorkspaceID(workspaceID int64)
- func (o *GetCreateClusterTemplateRequestForCliParams) WithBody(body *model.BlueprintV4Request) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) WithContext(ctx context.Context) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) WithHTTPClient(client *http.Client) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) WithTimeout(timeout time.Duration) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) WithWorkspaceID(workspaceID int64) *GetCreateClusterTemplateRequestForCliParams
- func (o *GetCreateClusterTemplateRequestForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCreateClusterTemplateRequestForCliReader
- type ListBlueprintsByWorkspaceOK
- type ListBlueprintsByWorkspaceParams
- func NewListBlueprintsByWorkspaceParams() *ListBlueprintsByWorkspaceParams
- func NewListBlueprintsByWorkspaceParamsWithContext(ctx context.Context) *ListBlueprintsByWorkspaceParams
- func NewListBlueprintsByWorkspaceParamsWithHTTPClient(client *http.Client) *ListBlueprintsByWorkspaceParams
- func NewListBlueprintsByWorkspaceParamsWithTimeout(timeout time.Duration) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) SetContext(ctx context.Context)
- func (o *ListBlueprintsByWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *ListBlueprintsByWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *ListBlueprintsByWorkspaceParams) SetWithSdx(withSdx *bool)
- func (o *ListBlueprintsByWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *ListBlueprintsByWorkspaceParams) WithContext(ctx context.Context) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) WithHTTPClient(client *http.Client) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) WithTimeout(timeout time.Duration) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) WithWithSdx(withSdx *bool) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) WithWorkspaceID(workspaceID int64) *ListBlueprintsByWorkspaceParams
- func (o *ListBlueprintsByWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBlueprintsByWorkspaceReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for v4 workspace id blueprints API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v4 workspace id blueprints API client.
func (*Client) CreateBlueprintInWorkspace ¶
func (a *Client) CreateBlueprintInWorkspace(params *CreateBlueprintInWorkspaceParams) (*CreateBlueprintInWorkspaceOK, error)
CreateBlueprintInWorkspace creates blueprint in workspace
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) DeleteBlueprintByCrn ¶
func (a *Client) DeleteBlueprintByCrn(params *DeleteBlueprintByCrnParams) (*DeleteBlueprintByCrnOK, error)
DeleteBlueprintByCrn deletes blueprint by crn
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) DeleteBlueprintInWorkspace ¶
func (a *Client) DeleteBlueprintInWorkspace(params *DeleteBlueprintInWorkspaceParams) (*DeleteBlueprintInWorkspaceOK, error)
DeleteBlueprintInWorkspace deletes blueprint by name in workspace
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) DeleteBlueprintsInWorkspace ¶
func (a *Client) DeleteBlueprintsInWorkspace(params *DeleteBlueprintsInWorkspaceParams) (*DeleteBlueprintsInWorkspaceOK, error)
DeleteBlueprintsInWorkspace deletes multiple blueprints by name in workspace
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) GetBlueprintByCrn ¶
func (a *Client) GetBlueprintByCrn(params *GetBlueprintByCrnParams) (*GetBlueprintByCrnOK, error)
GetBlueprintByCrn gets blueprint by crn
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) GetBlueprintCustomParameters ¶
func (a *Client) GetBlueprintCustomParameters(params *GetBlueprintCustomParametersParams) (*GetBlueprintCustomParametersOK, error)
GetBlueprintCustomParameters returns custom parameters
func (*Client) GetBlueprintInWorkspace ¶
func (a *Client) GetBlueprintInWorkspace(params *GetBlueprintInWorkspaceParams) (*GetBlueprintInWorkspaceOK, error)
GetBlueprintInWorkspace gets blueprint by name in workspace
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) GetBlueprintRequestFromName ¶
func (a *Client) GetBlueprintRequestFromName(params *GetBlueprintRequestFromNameParams) (*GetBlueprintRequestFromNameOK, error)
GetBlueprintRequestFromName retrieves validation request by blueprint name
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) GetCreateClusterTemplateRequestForCli ¶
func (a *Client) GetCreateClusterTemplateRequestForCli(params *GetCreateClusterTemplateRequestForCliParams) (*GetCreateClusterTemplateRequestForCliOK, error)
GetCreateClusterTemplateRequestForCli produces cli command input
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) ListBlueprintsByWorkspace ¶
func (a *Client) ListBlueprintsByWorkspace(params *ListBlueprintsByWorkspaceParams) (*ListBlueprintsByWorkspaceOK, error)
ListBlueprintsByWorkspace lists blueprints for the given workspace
Cluster definitions are a declarative definition of a Hadoop cluster. With a blueprint, you specify a stack, the component layout and the configurations to materialize a Hadoop cluster instance. Hostgroups defined in blueprints can be associated to different templates, thus you can spin up a highly available cluster running on different instance types. This will give you the option to group your Hadoop services based on resource needs (e.g. high I/O, CPU or memory) and create an infrastructure which fits your workload best.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type CreateBlueprintInWorkspaceOK ¶
type CreateBlueprintInWorkspaceOK struct {
Payload *model.BlueprintV4Response
}
CreateBlueprintInWorkspaceOK handles this case with default header values.
successful operation
func NewCreateBlueprintInWorkspaceOK ¶
func NewCreateBlueprintInWorkspaceOK() *CreateBlueprintInWorkspaceOK
NewCreateBlueprintInWorkspaceOK creates a CreateBlueprintInWorkspaceOK with default headers values
func (*CreateBlueprintInWorkspaceOK) Error ¶
func (o *CreateBlueprintInWorkspaceOK) Error() string
type CreateBlueprintInWorkspaceParams ¶
type CreateBlueprintInWorkspaceParams struct { /*Body*/ Body *model.BlueprintV4Request /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateBlueprintInWorkspaceParams contains all the parameters to send to the API endpoint for the create blueprint in workspace operation typically these are written to a http.Request
func NewCreateBlueprintInWorkspaceParams ¶
func NewCreateBlueprintInWorkspaceParams() *CreateBlueprintInWorkspaceParams
NewCreateBlueprintInWorkspaceParams creates a new CreateBlueprintInWorkspaceParams object with the default values initialized.
func NewCreateBlueprintInWorkspaceParamsWithContext ¶
func NewCreateBlueprintInWorkspaceParamsWithContext(ctx context.Context) *CreateBlueprintInWorkspaceParams
NewCreateBlueprintInWorkspaceParamsWithContext creates a new CreateBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewCreateBlueprintInWorkspaceParamsWithHTTPClient ¶
func NewCreateBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *CreateBlueprintInWorkspaceParams
NewCreateBlueprintInWorkspaceParamsWithHTTPClient creates a new CreateBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateBlueprintInWorkspaceParamsWithTimeout ¶
func NewCreateBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *CreateBlueprintInWorkspaceParams
NewCreateBlueprintInWorkspaceParamsWithTimeout creates a new CreateBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateBlueprintInWorkspaceParams) SetBody ¶
func (o *CreateBlueprintInWorkspaceParams) SetBody(body *model.BlueprintV4Request)
SetBody adds the body to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) SetContext ¶
func (o *CreateBlueprintInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) SetHTTPClient ¶
func (o *CreateBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) SetTimeout ¶
func (o *CreateBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) SetWorkspaceID ¶
func (o *CreateBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WithBody ¶
func (o *CreateBlueprintInWorkspaceParams) WithBody(body *model.BlueprintV4Request) *CreateBlueprintInWorkspaceParams
WithBody adds the body to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WithContext ¶
func (o *CreateBlueprintInWorkspaceParams) WithContext(ctx context.Context) *CreateBlueprintInWorkspaceParams
WithContext adds the context to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WithHTTPClient ¶
func (o *CreateBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *CreateBlueprintInWorkspaceParams
WithHTTPClient adds the HTTPClient to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WithTimeout ¶
func (o *CreateBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *CreateBlueprintInWorkspaceParams
WithTimeout adds the timeout to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WithWorkspaceID ¶
func (o *CreateBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *CreateBlueprintInWorkspaceParams
WithWorkspaceID adds the workspaceID to the create blueprint in workspace params
func (*CreateBlueprintInWorkspaceParams) WriteToRequest ¶
func (o *CreateBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateBlueprintInWorkspaceReader ¶
type CreateBlueprintInWorkspaceReader struct {
// contains filtered or unexported fields
}
CreateBlueprintInWorkspaceReader is a Reader for the CreateBlueprintInWorkspace structure.
func (*CreateBlueprintInWorkspaceReader) ReadResponse ¶
func (o *CreateBlueprintInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBlueprintByCrnOK ¶
type DeleteBlueprintByCrnOK struct {
Payload *model.BlueprintV4Response
}
DeleteBlueprintByCrnOK handles this case with default header values.
successful operation
func NewDeleteBlueprintByCrnOK ¶
func NewDeleteBlueprintByCrnOK() *DeleteBlueprintByCrnOK
NewDeleteBlueprintByCrnOK creates a DeleteBlueprintByCrnOK with default headers values
func (*DeleteBlueprintByCrnOK) Error ¶
func (o *DeleteBlueprintByCrnOK) Error() string
type DeleteBlueprintByCrnParams ¶
type DeleteBlueprintByCrnParams struct { /*Crn*/ Crn string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBlueprintByCrnParams contains all the parameters to send to the API endpoint for the delete blueprint by crn operation typically these are written to a http.Request
func NewDeleteBlueprintByCrnParams ¶
func NewDeleteBlueprintByCrnParams() *DeleteBlueprintByCrnParams
NewDeleteBlueprintByCrnParams creates a new DeleteBlueprintByCrnParams object with the default values initialized.
func NewDeleteBlueprintByCrnParamsWithContext ¶
func NewDeleteBlueprintByCrnParamsWithContext(ctx context.Context) *DeleteBlueprintByCrnParams
NewDeleteBlueprintByCrnParamsWithContext creates a new DeleteBlueprintByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteBlueprintByCrnParamsWithHTTPClient ¶
func NewDeleteBlueprintByCrnParamsWithHTTPClient(client *http.Client) *DeleteBlueprintByCrnParams
NewDeleteBlueprintByCrnParamsWithHTTPClient creates a new DeleteBlueprintByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBlueprintByCrnParamsWithTimeout ¶
func NewDeleteBlueprintByCrnParamsWithTimeout(timeout time.Duration) *DeleteBlueprintByCrnParams
NewDeleteBlueprintByCrnParamsWithTimeout creates a new DeleteBlueprintByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBlueprintByCrnParams) SetContext ¶
func (o *DeleteBlueprintByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) SetCrn ¶
func (o *DeleteBlueprintByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) SetHTTPClient ¶
func (o *DeleteBlueprintByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) SetTimeout ¶
func (o *DeleteBlueprintByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) SetWorkspaceID ¶
func (o *DeleteBlueprintByCrnParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WithContext ¶
func (o *DeleteBlueprintByCrnParams) WithContext(ctx context.Context) *DeleteBlueprintByCrnParams
WithContext adds the context to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WithCrn ¶
func (o *DeleteBlueprintByCrnParams) WithCrn(crn string) *DeleteBlueprintByCrnParams
WithCrn adds the crn to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WithHTTPClient ¶
func (o *DeleteBlueprintByCrnParams) WithHTTPClient(client *http.Client) *DeleteBlueprintByCrnParams
WithHTTPClient adds the HTTPClient to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WithTimeout ¶
func (o *DeleteBlueprintByCrnParams) WithTimeout(timeout time.Duration) *DeleteBlueprintByCrnParams
WithTimeout adds the timeout to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WithWorkspaceID ¶
func (o *DeleteBlueprintByCrnParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintByCrnParams
WithWorkspaceID adds the workspaceID to the delete blueprint by crn params
func (*DeleteBlueprintByCrnParams) WriteToRequest ¶
func (o *DeleteBlueprintByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBlueprintByCrnReader ¶
type DeleteBlueprintByCrnReader struct {
// contains filtered or unexported fields
}
DeleteBlueprintByCrnReader is a Reader for the DeleteBlueprintByCrn structure.
func (*DeleteBlueprintByCrnReader) ReadResponse ¶
func (o *DeleteBlueprintByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBlueprintInWorkspaceOK ¶
type DeleteBlueprintInWorkspaceOK struct {
Payload *model.BlueprintV4Response
}
DeleteBlueprintInWorkspaceOK handles this case with default header values.
successful operation
func NewDeleteBlueprintInWorkspaceOK ¶
func NewDeleteBlueprintInWorkspaceOK() *DeleteBlueprintInWorkspaceOK
NewDeleteBlueprintInWorkspaceOK creates a DeleteBlueprintInWorkspaceOK with default headers values
func (*DeleteBlueprintInWorkspaceOK) Error ¶
func (o *DeleteBlueprintInWorkspaceOK) Error() string
type DeleteBlueprintInWorkspaceParams ¶
type DeleteBlueprintInWorkspaceParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBlueprintInWorkspaceParams contains all the parameters to send to the API endpoint for the delete blueprint in workspace operation typically these are written to a http.Request
func NewDeleteBlueprintInWorkspaceParams ¶
func NewDeleteBlueprintInWorkspaceParams() *DeleteBlueprintInWorkspaceParams
NewDeleteBlueprintInWorkspaceParams creates a new DeleteBlueprintInWorkspaceParams object with the default values initialized.
func NewDeleteBlueprintInWorkspaceParamsWithContext ¶
func NewDeleteBlueprintInWorkspaceParamsWithContext(ctx context.Context) *DeleteBlueprintInWorkspaceParams
NewDeleteBlueprintInWorkspaceParamsWithContext creates a new DeleteBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteBlueprintInWorkspaceParamsWithHTTPClient ¶
func NewDeleteBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteBlueprintInWorkspaceParams
NewDeleteBlueprintInWorkspaceParamsWithHTTPClient creates a new DeleteBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBlueprintInWorkspaceParamsWithTimeout ¶
func NewDeleteBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteBlueprintInWorkspaceParams
NewDeleteBlueprintInWorkspaceParamsWithTimeout creates a new DeleteBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBlueprintInWorkspaceParams) SetContext ¶
func (o *DeleteBlueprintInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) SetHTTPClient ¶
func (o *DeleteBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) SetName ¶
func (o *DeleteBlueprintInWorkspaceParams) SetName(name string)
SetName adds the name to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) SetTimeout ¶
func (o *DeleteBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) SetWorkspaceID ¶
func (o *DeleteBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WithContext ¶
func (o *DeleteBlueprintInWorkspaceParams) WithContext(ctx context.Context) *DeleteBlueprintInWorkspaceParams
WithContext adds the context to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WithHTTPClient ¶
func (o *DeleteBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteBlueprintInWorkspaceParams
WithHTTPClient adds the HTTPClient to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WithName ¶
func (o *DeleteBlueprintInWorkspaceParams) WithName(name string) *DeleteBlueprintInWorkspaceParams
WithName adds the name to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WithTimeout ¶
func (o *DeleteBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteBlueprintInWorkspaceParams
WithTimeout adds the timeout to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WithWorkspaceID ¶
func (o *DeleteBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintInWorkspaceParams
WithWorkspaceID adds the workspaceID to the delete blueprint in workspace params
func (*DeleteBlueprintInWorkspaceParams) WriteToRequest ¶
func (o *DeleteBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBlueprintInWorkspaceReader ¶
type DeleteBlueprintInWorkspaceReader struct {
// contains filtered or unexported fields
}
DeleteBlueprintInWorkspaceReader is a Reader for the DeleteBlueprintInWorkspace structure.
func (*DeleteBlueprintInWorkspaceReader) ReadResponse ¶
func (o *DeleteBlueprintInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBlueprintsInWorkspaceOK ¶
type DeleteBlueprintsInWorkspaceOK struct {
Payload *model.BlueprintV4Responses
}
DeleteBlueprintsInWorkspaceOK handles this case with default header values.
successful operation
func NewDeleteBlueprintsInWorkspaceOK ¶
func NewDeleteBlueprintsInWorkspaceOK() *DeleteBlueprintsInWorkspaceOK
NewDeleteBlueprintsInWorkspaceOK creates a DeleteBlueprintsInWorkspaceOK with default headers values
func (*DeleteBlueprintsInWorkspaceOK) Error ¶
func (o *DeleteBlueprintsInWorkspaceOK) Error() string
type DeleteBlueprintsInWorkspaceParams ¶
type DeleteBlueprintsInWorkspaceParams struct { /*Body*/ Body []string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteBlueprintsInWorkspaceParams contains all the parameters to send to the API endpoint for the delete blueprints in workspace operation typically these are written to a http.Request
func NewDeleteBlueprintsInWorkspaceParams ¶
func NewDeleteBlueprintsInWorkspaceParams() *DeleteBlueprintsInWorkspaceParams
NewDeleteBlueprintsInWorkspaceParams creates a new DeleteBlueprintsInWorkspaceParams object with the default values initialized.
func NewDeleteBlueprintsInWorkspaceParamsWithContext ¶
func NewDeleteBlueprintsInWorkspaceParamsWithContext(ctx context.Context) *DeleteBlueprintsInWorkspaceParams
NewDeleteBlueprintsInWorkspaceParamsWithContext creates a new DeleteBlueprintsInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteBlueprintsInWorkspaceParamsWithHTTPClient ¶
func NewDeleteBlueprintsInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteBlueprintsInWorkspaceParams
NewDeleteBlueprintsInWorkspaceParamsWithHTTPClient creates a new DeleteBlueprintsInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBlueprintsInWorkspaceParamsWithTimeout ¶
func NewDeleteBlueprintsInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteBlueprintsInWorkspaceParams
NewDeleteBlueprintsInWorkspaceParamsWithTimeout creates a new DeleteBlueprintsInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBlueprintsInWorkspaceParams) SetBody ¶
func (o *DeleteBlueprintsInWorkspaceParams) SetBody(body []string)
SetBody adds the body to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) SetContext ¶
func (o *DeleteBlueprintsInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) SetHTTPClient ¶
func (o *DeleteBlueprintsInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) SetTimeout ¶
func (o *DeleteBlueprintsInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) SetWorkspaceID ¶
func (o *DeleteBlueprintsInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WithBody ¶
func (o *DeleteBlueprintsInWorkspaceParams) WithBody(body []string) *DeleteBlueprintsInWorkspaceParams
WithBody adds the body to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WithContext ¶
func (o *DeleteBlueprintsInWorkspaceParams) WithContext(ctx context.Context) *DeleteBlueprintsInWorkspaceParams
WithContext adds the context to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WithHTTPClient ¶
func (o *DeleteBlueprintsInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteBlueprintsInWorkspaceParams
WithHTTPClient adds the HTTPClient to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WithTimeout ¶
func (o *DeleteBlueprintsInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteBlueprintsInWorkspaceParams
WithTimeout adds the timeout to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WithWorkspaceID ¶
func (o *DeleteBlueprintsInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteBlueprintsInWorkspaceParams
WithWorkspaceID adds the workspaceID to the delete blueprints in workspace params
func (*DeleteBlueprintsInWorkspaceParams) WriteToRequest ¶
func (o *DeleteBlueprintsInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBlueprintsInWorkspaceReader ¶
type DeleteBlueprintsInWorkspaceReader struct {
// contains filtered or unexported fields
}
DeleteBlueprintsInWorkspaceReader is a Reader for the DeleteBlueprintsInWorkspace structure.
func (*DeleteBlueprintsInWorkspaceReader) ReadResponse ¶
func (o *DeleteBlueprintsInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBlueprintByCrnOK ¶
type GetBlueprintByCrnOK struct {
Payload *model.BlueprintV4Response
}
GetBlueprintByCrnOK handles this case with default header values.
successful operation
func NewGetBlueprintByCrnOK ¶
func NewGetBlueprintByCrnOK() *GetBlueprintByCrnOK
NewGetBlueprintByCrnOK creates a GetBlueprintByCrnOK with default headers values
func (*GetBlueprintByCrnOK) Error ¶
func (o *GetBlueprintByCrnOK) Error() string
type GetBlueprintByCrnParams ¶
type GetBlueprintByCrnParams struct { /*Crn*/ Crn string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBlueprintByCrnParams contains all the parameters to send to the API endpoint for the get blueprint by crn operation typically these are written to a http.Request
func NewGetBlueprintByCrnParams ¶
func NewGetBlueprintByCrnParams() *GetBlueprintByCrnParams
NewGetBlueprintByCrnParams creates a new GetBlueprintByCrnParams object with the default values initialized.
func NewGetBlueprintByCrnParamsWithContext ¶
func NewGetBlueprintByCrnParamsWithContext(ctx context.Context) *GetBlueprintByCrnParams
NewGetBlueprintByCrnParamsWithContext creates a new GetBlueprintByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetBlueprintByCrnParamsWithHTTPClient ¶
func NewGetBlueprintByCrnParamsWithHTTPClient(client *http.Client) *GetBlueprintByCrnParams
NewGetBlueprintByCrnParamsWithHTTPClient creates a new GetBlueprintByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBlueprintByCrnParamsWithTimeout ¶
func NewGetBlueprintByCrnParamsWithTimeout(timeout time.Duration) *GetBlueprintByCrnParams
NewGetBlueprintByCrnParamsWithTimeout creates a new GetBlueprintByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBlueprintByCrnParams) SetContext ¶
func (o *GetBlueprintByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint by crn params
func (*GetBlueprintByCrnParams) SetCrn ¶
func (o *GetBlueprintByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the get blueprint by crn params
func (*GetBlueprintByCrnParams) SetHTTPClient ¶
func (o *GetBlueprintByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get blueprint by crn params
func (*GetBlueprintByCrnParams) SetTimeout ¶
func (o *GetBlueprintByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint by crn params
func (*GetBlueprintByCrnParams) SetWorkspaceID ¶
func (o *GetBlueprintByCrnParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WithContext ¶
func (o *GetBlueprintByCrnParams) WithContext(ctx context.Context) *GetBlueprintByCrnParams
WithContext adds the context to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WithCrn ¶
func (o *GetBlueprintByCrnParams) WithCrn(crn string) *GetBlueprintByCrnParams
WithCrn adds the crn to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WithHTTPClient ¶
func (o *GetBlueprintByCrnParams) WithHTTPClient(client *http.Client) *GetBlueprintByCrnParams
WithHTTPClient adds the HTTPClient to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WithTimeout ¶
func (o *GetBlueprintByCrnParams) WithTimeout(timeout time.Duration) *GetBlueprintByCrnParams
WithTimeout adds the timeout to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WithWorkspaceID ¶
func (o *GetBlueprintByCrnParams) WithWorkspaceID(workspaceID int64) *GetBlueprintByCrnParams
WithWorkspaceID adds the workspaceID to the get blueprint by crn params
func (*GetBlueprintByCrnParams) WriteToRequest ¶
func (o *GetBlueprintByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBlueprintByCrnReader ¶
type GetBlueprintByCrnReader struct {
// contains filtered or unexported fields
}
GetBlueprintByCrnReader is a Reader for the GetBlueprintByCrn structure.
func (*GetBlueprintByCrnReader) ReadResponse ¶
func (o *GetBlueprintByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBlueprintCustomParametersOK ¶
type GetBlueprintCustomParametersOK struct {
Payload *model.ParametersQueryV4Response
}
GetBlueprintCustomParametersOK handles this case with default header values.
successful operation
func NewGetBlueprintCustomParametersOK ¶
func NewGetBlueprintCustomParametersOK() *GetBlueprintCustomParametersOK
NewGetBlueprintCustomParametersOK creates a GetBlueprintCustomParametersOK with default headers values
func (*GetBlueprintCustomParametersOK) Error ¶
func (o *GetBlueprintCustomParametersOK) Error() string
type GetBlueprintCustomParametersParams ¶
type GetBlueprintCustomParametersParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBlueprintCustomParametersParams contains all the parameters to send to the API endpoint for the get blueprint custom parameters operation typically these are written to a http.Request
func NewGetBlueprintCustomParametersParams ¶
func NewGetBlueprintCustomParametersParams() *GetBlueprintCustomParametersParams
NewGetBlueprintCustomParametersParams creates a new GetBlueprintCustomParametersParams object with the default values initialized.
func NewGetBlueprintCustomParametersParamsWithContext ¶
func NewGetBlueprintCustomParametersParamsWithContext(ctx context.Context) *GetBlueprintCustomParametersParams
NewGetBlueprintCustomParametersParamsWithContext creates a new GetBlueprintCustomParametersParams object with the default values initialized, and the ability to set a context for a request
func NewGetBlueprintCustomParametersParamsWithHTTPClient ¶
func NewGetBlueprintCustomParametersParamsWithHTTPClient(client *http.Client) *GetBlueprintCustomParametersParams
NewGetBlueprintCustomParametersParamsWithHTTPClient creates a new GetBlueprintCustomParametersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBlueprintCustomParametersParamsWithTimeout ¶
func NewGetBlueprintCustomParametersParamsWithTimeout(timeout time.Duration) *GetBlueprintCustomParametersParams
NewGetBlueprintCustomParametersParamsWithTimeout creates a new GetBlueprintCustomParametersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBlueprintCustomParametersParams) SetContext ¶
func (o *GetBlueprintCustomParametersParams) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) SetHTTPClient ¶
func (o *GetBlueprintCustomParametersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) SetName ¶
func (o *GetBlueprintCustomParametersParams) SetName(name string)
SetName adds the name to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) SetTimeout ¶
func (o *GetBlueprintCustomParametersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) SetWorkspaceID ¶
func (o *GetBlueprintCustomParametersParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WithContext ¶
func (o *GetBlueprintCustomParametersParams) WithContext(ctx context.Context) *GetBlueprintCustomParametersParams
WithContext adds the context to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WithHTTPClient ¶
func (o *GetBlueprintCustomParametersParams) WithHTTPClient(client *http.Client) *GetBlueprintCustomParametersParams
WithHTTPClient adds the HTTPClient to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WithName ¶
func (o *GetBlueprintCustomParametersParams) WithName(name string) *GetBlueprintCustomParametersParams
WithName adds the name to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WithTimeout ¶
func (o *GetBlueprintCustomParametersParams) WithTimeout(timeout time.Duration) *GetBlueprintCustomParametersParams
WithTimeout adds the timeout to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WithWorkspaceID ¶
func (o *GetBlueprintCustomParametersParams) WithWorkspaceID(workspaceID int64) *GetBlueprintCustomParametersParams
WithWorkspaceID adds the workspaceID to the get blueprint custom parameters params
func (*GetBlueprintCustomParametersParams) WriteToRequest ¶
func (o *GetBlueprintCustomParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBlueprintCustomParametersReader ¶
type GetBlueprintCustomParametersReader struct {
// contains filtered or unexported fields
}
GetBlueprintCustomParametersReader is a Reader for the GetBlueprintCustomParameters structure.
func (*GetBlueprintCustomParametersReader) ReadResponse ¶
func (o *GetBlueprintCustomParametersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBlueprintInWorkspaceOK ¶
type GetBlueprintInWorkspaceOK struct {
Payload *model.BlueprintV4Response
}
GetBlueprintInWorkspaceOK handles this case with default header values.
successful operation
func NewGetBlueprintInWorkspaceOK ¶
func NewGetBlueprintInWorkspaceOK() *GetBlueprintInWorkspaceOK
NewGetBlueprintInWorkspaceOK creates a GetBlueprintInWorkspaceOK with default headers values
func (*GetBlueprintInWorkspaceOK) Error ¶
func (o *GetBlueprintInWorkspaceOK) Error() string
type GetBlueprintInWorkspaceParams ¶
type GetBlueprintInWorkspaceParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBlueprintInWorkspaceParams contains all the parameters to send to the API endpoint for the get blueprint in workspace operation typically these are written to a http.Request
func NewGetBlueprintInWorkspaceParams ¶
func NewGetBlueprintInWorkspaceParams() *GetBlueprintInWorkspaceParams
NewGetBlueprintInWorkspaceParams creates a new GetBlueprintInWorkspaceParams object with the default values initialized.
func NewGetBlueprintInWorkspaceParamsWithContext ¶
func NewGetBlueprintInWorkspaceParamsWithContext(ctx context.Context) *GetBlueprintInWorkspaceParams
NewGetBlueprintInWorkspaceParamsWithContext creates a new GetBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetBlueprintInWorkspaceParamsWithHTTPClient ¶
func NewGetBlueprintInWorkspaceParamsWithHTTPClient(client *http.Client) *GetBlueprintInWorkspaceParams
NewGetBlueprintInWorkspaceParamsWithHTTPClient creates a new GetBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBlueprintInWorkspaceParamsWithTimeout ¶
func NewGetBlueprintInWorkspaceParamsWithTimeout(timeout time.Duration) *GetBlueprintInWorkspaceParams
NewGetBlueprintInWorkspaceParamsWithTimeout creates a new GetBlueprintInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBlueprintInWorkspaceParams) SetContext ¶
func (o *GetBlueprintInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) SetHTTPClient ¶
func (o *GetBlueprintInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) SetName ¶
func (o *GetBlueprintInWorkspaceParams) SetName(name string)
SetName adds the name to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) SetTimeout ¶
func (o *GetBlueprintInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) SetWorkspaceID ¶
func (o *GetBlueprintInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WithContext ¶
func (o *GetBlueprintInWorkspaceParams) WithContext(ctx context.Context) *GetBlueprintInWorkspaceParams
WithContext adds the context to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WithHTTPClient ¶
func (o *GetBlueprintInWorkspaceParams) WithHTTPClient(client *http.Client) *GetBlueprintInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WithName ¶
func (o *GetBlueprintInWorkspaceParams) WithName(name string) *GetBlueprintInWorkspaceParams
WithName adds the name to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WithTimeout ¶
func (o *GetBlueprintInWorkspaceParams) WithTimeout(timeout time.Duration) *GetBlueprintInWorkspaceParams
WithTimeout adds the timeout to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WithWorkspaceID ¶
func (o *GetBlueprintInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetBlueprintInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get blueprint in workspace params
func (*GetBlueprintInWorkspaceParams) WriteToRequest ¶
func (o *GetBlueprintInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBlueprintInWorkspaceReader ¶
type GetBlueprintInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetBlueprintInWorkspaceReader is a Reader for the GetBlueprintInWorkspace structure.
func (*GetBlueprintInWorkspaceReader) ReadResponse ¶
func (o *GetBlueprintInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBlueprintRequestFromNameOK ¶
type GetBlueprintRequestFromNameOK struct {
Payload *model.BlueprintV4Request
}
GetBlueprintRequestFromNameOK handles this case with default header values.
successful operation
func NewGetBlueprintRequestFromNameOK ¶
func NewGetBlueprintRequestFromNameOK() *GetBlueprintRequestFromNameOK
NewGetBlueprintRequestFromNameOK creates a GetBlueprintRequestFromNameOK with default headers values
func (*GetBlueprintRequestFromNameOK) Error ¶
func (o *GetBlueprintRequestFromNameOK) Error() string
type GetBlueprintRequestFromNameParams ¶
type GetBlueprintRequestFromNameParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBlueprintRequestFromNameParams contains all the parameters to send to the API endpoint for the get blueprint request from name operation typically these are written to a http.Request
func NewGetBlueprintRequestFromNameParams ¶
func NewGetBlueprintRequestFromNameParams() *GetBlueprintRequestFromNameParams
NewGetBlueprintRequestFromNameParams creates a new GetBlueprintRequestFromNameParams object with the default values initialized.
func NewGetBlueprintRequestFromNameParamsWithContext ¶
func NewGetBlueprintRequestFromNameParamsWithContext(ctx context.Context) *GetBlueprintRequestFromNameParams
NewGetBlueprintRequestFromNameParamsWithContext creates a new GetBlueprintRequestFromNameParams object with the default values initialized, and the ability to set a context for a request
func NewGetBlueprintRequestFromNameParamsWithHTTPClient ¶
func NewGetBlueprintRequestFromNameParamsWithHTTPClient(client *http.Client) *GetBlueprintRequestFromNameParams
NewGetBlueprintRequestFromNameParamsWithHTTPClient creates a new GetBlueprintRequestFromNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBlueprintRequestFromNameParamsWithTimeout ¶
func NewGetBlueprintRequestFromNameParamsWithTimeout(timeout time.Duration) *GetBlueprintRequestFromNameParams
NewGetBlueprintRequestFromNameParamsWithTimeout creates a new GetBlueprintRequestFromNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBlueprintRequestFromNameParams) SetContext ¶
func (o *GetBlueprintRequestFromNameParams) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) SetHTTPClient ¶
func (o *GetBlueprintRequestFromNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) SetName ¶
func (o *GetBlueprintRequestFromNameParams) SetName(name string)
SetName adds the name to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) SetTimeout ¶
func (o *GetBlueprintRequestFromNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) SetWorkspaceID ¶
func (o *GetBlueprintRequestFromNameParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WithContext ¶
func (o *GetBlueprintRequestFromNameParams) WithContext(ctx context.Context) *GetBlueprintRequestFromNameParams
WithContext adds the context to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WithHTTPClient ¶
func (o *GetBlueprintRequestFromNameParams) WithHTTPClient(client *http.Client) *GetBlueprintRequestFromNameParams
WithHTTPClient adds the HTTPClient to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WithName ¶
func (o *GetBlueprintRequestFromNameParams) WithName(name string) *GetBlueprintRequestFromNameParams
WithName adds the name to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WithTimeout ¶
func (o *GetBlueprintRequestFromNameParams) WithTimeout(timeout time.Duration) *GetBlueprintRequestFromNameParams
WithTimeout adds the timeout to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WithWorkspaceID ¶
func (o *GetBlueprintRequestFromNameParams) WithWorkspaceID(workspaceID int64) *GetBlueprintRequestFromNameParams
WithWorkspaceID adds the workspaceID to the get blueprint request from name params
func (*GetBlueprintRequestFromNameParams) WriteToRequest ¶
func (o *GetBlueprintRequestFromNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBlueprintRequestFromNameReader ¶
type GetBlueprintRequestFromNameReader struct {
// contains filtered or unexported fields
}
GetBlueprintRequestFromNameReader is a Reader for the GetBlueprintRequestFromName structure.
func (*GetBlueprintRequestFromNameReader) ReadResponse ¶
func (o *GetBlueprintRequestFromNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCreateClusterTemplateRequestForCliOK ¶
type GetCreateClusterTemplateRequestForCliOK struct {
Payload *model.CreateClusterTemplateRequest
}
GetCreateClusterTemplateRequestForCliOK handles this case with default header values.
successful operation
func NewGetCreateClusterTemplateRequestForCliOK ¶
func NewGetCreateClusterTemplateRequestForCliOK() *GetCreateClusterTemplateRequestForCliOK
NewGetCreateClusterTemplateRequestForCliOK creates a GetCreateClusterTemplateRequestForCliOK with default headers values
func (*GetCreateClusterTemplateRequestForCliOK) Error ¶
func (o *GetCreateClusterTemplateRequestForCliOK) Error() string
type GetCreateClusterTemplateRequestForCliParams ¶
type GetCreateClusterTemplateRequestForCliParams struct { /*Body*/ Body *model.BlueprintV4Request /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCreateClusterTemplateRequestForCliParams contains all the parameters to send to the API endpoint for the get create cluster template request for cli operation typically these are written to a http.Request
func NewGetCreateClusterTemplateRequestForCliParams ¶
func NewGetCreateClusterTemplateRequestForCliParams() *GetCreateClusterTemplateRequestForCliParams
NewGetCreateClusterTemplateRequestForCliParams creates a new GetCreateClusterTemplateRequestForCliParams object with the default values initialized.
func NewGetCreateClusterTemplateRequestForCliParamsWithContext ¶
func NewGetCreateClusterTemplateRequestForCliParamsWithContext(ctx context.Context) *GetCreateClusterTemplateRequestForCliParams
NewGetCreateClusterTemplateRequestForCliParamsWithContext creates a new GetCreateClusterTemplateRequestForCliParams object with the default values initialized, and the ability to set a context for a request
func NewGetCreateClusterTemplateRequestForCliParamsWithHTTPClient ¶
func NewGetCreateClusterTemplateRequestForCliParamsWithHTTPClient(client *http.Client) *GetCreateClusterTemplateRequestForCliParams
NewGetCreateClusterTemplateRequestForCliParamsWithHTTPClient creates a new GetCreateClusterTemplateRequestForCliParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCreateClusterTemplateRequestForCliParamsWithTimeout ¶
func NewGetCreateClusterTemplateRequestForCliParamsWithTimeout(timeout time.Duration) *GetCreateClusterTemplateRequestForCliParams
NewGetCreateClusterTemplateRequestForCliParamsWithTimeout creates a new GetCreateClusterTemplateRequestForCliParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCreateClusterTemplateRequestForCliParams) SetBody ¶
func (o *GetCreateClusterTemplateRequestForCliParams) SetBody(body *model.BlueprintV4Request)
SetBody adds the body to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) SetContext ¶
func (o *GetCreateClusterTemplateRequestForCliParams) SetContext(ctx context.Context)
SetContext adds the context to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) SetHTTPClient ¶
func (o *GetCreateClusterTemplateRequestForCliParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) SetTimeout ¶
func (o *GetCreateClusterTemplateRequestForCliParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) SetWorkspaceID ¶
func (o *GetCreateClusterTemplateRequestForCliParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WithBody ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WithBody(body *model.BlueprintV4Request) *GetCreateClusterTemplateRequestForCliParams
WithBody adds the body to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WithContext ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WithContext(ctx context.Context) *GetCreateClusterTemplateRequestForCliParams
WithContext adds the context to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WithHTTPClient ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WithHTTPClient(client *http.Client) *GetCreateClusterTemplateRequestForCliParams
WithHTTPClient adds the HTTPClient to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WithTimeout ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WithTimeout(timeout time.Duration) *GetCreateClusterTemplateRequestForCliParams
WithTimeout adds the timeout to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WithWorkspaceID ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WithWorkspaceID(workspaceID int64) *GetCreateClusterTemplateRequestForCliParams
WithWorkspaceID adds the workspaceID to the get create cluster template request for cli params
func (*GetCreateClusterTemplateRequestForCliParams) WriteToRequest ¶
func (o *GetCreateClusterTemplateRequestForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCreateClusterTemplateRequestForCliReader ¶
type GetCreateClusterTemplateRequestForCliReader struct {
// contains filtered or unexported fields
}
GetCreateClusterTemplateRequestForCliReader is a Reader for the GetCreateClusterTemplateRequestForCli structure.
func (*GetCreateClusterTemplateRequestForCliReader) ReadResponse ¶
func (o *GetCreateClusterTemplateRequestForCliReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListBlueprintsByWorkspaceOK ¶
type ListBlueprintsByWorkspaceOK struct {
Payload *model.BlueprintV4ViewResponses
}
ListBlueprintsByWorkspaceOK handles this case with default header values.
successful operation
func NewListBlueprintsByWorkspaceOK ¶
func NewListBlueprintsByWorkspaceOK() *ListBlueprintsByWorkspaceOK
NewListBlueprintsByWorkspaceOK creates a ListBlueprintsByWorkspaceOK with default headers values
func (*ListBlueprintsByWorkspaceOK) Error ¶
func (o *ListBlueprintsByWorkspaceOK) Error() string
type ListBlueprintsByWorkspaceParams ¶
type ListBlueprintsByWorkspaceParams struct { /*WithSdx*/ WithSdx *bool /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListBlueprintsByWorkspaceParams contains all the parameters to send to the API endpoint for the list blueprints by workspace operation typically these are written to a http.Request
func NewListBlueprintsByWorkspaceParams ¶
func NewListBlueprintsByWorkspaceParams() *ListBlueprintsByWorkspaceParams
NewListBlueprintsByWorkspaceParams creates a new ListBlueprintsByWorkspaceParams object with the default values initialized.
func NewListBlueprintsByWorkspaceParamsWithContext ¶
func NewListBlueprintsByWorkspaceParamsWithContext(ctx context.Context) *ListBlueprintsByWorkspaceParams
NewListBlueprintsByWorkspaceParamsWithContext creates a new ListBlueprintsByWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewListBlueprintsByWorkspaceParamsWithHTTPClient ¶
func NewListBlueprintsByWorkspaceParamsWithHTTPClient(client *http.Client) *ListBlueprintsByWorkspaceParams
NewListBlueprintsByWorkspaceParamsWithHTTPClient creates a new ListBlueprintsByWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListBlueprintsByWorkspaceParamsWithTimeout ¶
func NewListBlueprintsByWorkspaceParamsWithTimeout(timeout time.Duration) *ListBlueprintsByWorkspaceParams
NewListBlueprintsByWorkspaceParamsWithTimeout creates a new ListBlueprintsByWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListBlueprintsByWorkspaceParams) SetContext ¶
func (o *ListBlueprintsByWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) SetHTTPClient ¶
func (o *ListBlueprintsByWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) SetTimeout ¶
func (o *ListBlueprintsByWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) SetWithSdx ¶
func (o *ListBlueprintsByWorkspaceParams) SetWithSdx(withSdx *bool)
SetWithSdx adds the withSdx to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) SetWorkspaceID ¶
func (o *ListBlueprintsByWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WithContext ¶
func (o *ListBlueprintsByWorkspaceParams) WithContext(ctx context.Context) *ListBlueprintsByWorkspaceParams
WithContext adds the context to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WithHTTPClient ¶
func (o *ListBlueprintsByWorkspaceParams) WithHTTPClient(client *http.Client) *ListBlueprintsByWorkspaceParams
WithHTTPClient adds the HTTPClient to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WithTimeout ¶
func (o *ListBlueprintsByWorkspaceParams) WithTimeout(timeout time.Duration) *ListBlueprintsByWorkspaceParams
WithTimeout adds the timeout to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WithWithSdx ¶
func (o *ListBlueprintsByWorkspaceParams) WithWithSdx(withSdx *bool) *ListBlueprintsByWorkspaceParams
WithWithSdx adds the withSdx to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WithWorkspaceID ¶
func (o *ListBlueprintsByWorkspaceParams) WithWorkspaceID(workspaceID int64) *ListBlueprintsByWorkspaceParams
WithWorkspaceID adds the workspaceID to the list blueprints by workspace params
func (*ListBlueprintsByWorkspaceParams) WriteToRequest ¶
func (o *ListBlueprintsByWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListBlueprintsByWorkspaceReader ¶
type ListBlueprintsByWorkspaceReader struct {
// contains filtered or unexported fields
}
ListBlueprintsByWorkspaceReader is a Reader for the ListBlueprintsByWorkspace structure.
func (*ListBlueprintsByWorkspaceReader) ReadResponse ¶
func (o *ListBlueprintsByWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- create_blueprint_in_workspace_parameters.go
- create_blueprint_in_workspace_responses.go
- delete_blueprint_by_crn_parameters.go
- delete_blueprint_by_crn_responses.go
- delete_blueprint_in_workspace_parameters.go
- delete_blueprint_in_workspace_responses.go
- delete_blueprints_in_workspace_parameters.go
- delete_blueprints_in_workspace_responses.go
- get_blueprint_by_crn_parameters.go
- get_blueprint_by_crn_responses.go
- get_blueprint_custom_parameters_parameters.go
- get_blueprint_custom_parameters_responses.go
- get_blueprint_in_workspace_parameters.go
- get_blueprint_in_workspace_responses.go
- get_blueprint_request_from_name_parameters.go
- get_blueprint_request_from_name_responses.go
- get_create_cluster_template_request_for_cli_parameters.go
- get_create_cluster_template_request_for_cli_responses.go
- list_blueprints_by_workspace_parameters.go
- list_blueprints_by_workspace_responses.go
- v4_workspace_id_blueprints_client.go