v1blueprints

package
v2.8.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

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 v1blueprints API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new v1blueprints API client.

func (*Client) DeleteBlueprint

func (a *Client) DeleteBlueprint(params *DeleteBlueprintParams) error

DeleteBlueprint deletes blueprint by id

Ambari Blueprints 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) DeletePrivateBlueprint

func (a *Client) DeletePrivateBlueprint(params *DeletePrivateBlueprintParams) error

DeletePrivateBlueprint deletes private blueprint by name

Ambari Blueprints 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) DeletePublicBlueprint

func (a *Client) DeletePublicBlueprint(params *DeletePublicBlueprintParams) error

DeletePublicBlueprint deletes public owned or private blueprint by name

Ambari Blueprints 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) GetBlueprint

func (a *Client) GetBlueprint(params *GetBlueprintParams) (*GetBlueprintOK, error)

GetBlueprint retrieves blueprint by id

Ambari Blueprints 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) GetBlueprintRequestFromID

func (a *Client) GetBlueprintRequestFromID(params *GetBlueprintRequestFromIDParams) (*GetBlueprintRequestFromIDOK, error)

GetBlueprintRequestFromID retrieves validation request by blueprint id

Ambari Blueprints 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) GetPrivateBlueprint

func (a *Client) GetPrivateBlueprint(params *GetPrivateBlueprintParams) (*GetPrivateBlueprintOK, error)

GetPrivateBlueprint retrieves a private blueprint by name

Ambari Blueprints 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) GetPrivatesBlueprint

func (a *Client) GetPrivatesBlueprint(params *GetPrivatesBlueprintParams) (*GetPrivatesBlueprintOK, error)

GetPrivatesBlueprint retrieves private blueprints

Ambari Blueprints 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) GetPublicBlueprint

func (a *Client) GetPublicBlueprint(params *GetPublicBlueprintParams) (*GetPublicBlueprintOK, error)

GetPublicBlueprint retrieves a public or private owned blueprint by name

Ambari Blueprints 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) GetPublicsBlueprint

func (a *Client) GetPublicsBlueprint(params *GetPublicsBlueprintParams) (*GetPublicsBlueprintOK, error)

GetPublicsBlueprint retrieves public and private owned blueprints

Ambari Blueprints 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) PostPrivateBlueprint

func (a *Client) PostPrivateBlueprint(params *PostPrivateBlueprintParams) (*PostPrivateBlueprintOK, error)

PostPrivateBlueprint creates blueprint as private resource

Ambari Blueprints 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) PostPublicBlueprint

func (a *Client) PostPublicBlueprint(params *PostPublicBlueprintParams) (*PostPublicBlueprintOK, error)

PostPublicBlueprint creates blueprint as public resource

Ambari Blueprints 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 DeleteBlueprintDefault

type DeleteBlueprintDefault struct {
	// contains filtered or unexported fields
}

DeleteBlueprintDefault handles this case with default header values.

successful operation

func NewDeleteBlueprintDefault

func NewDeleteBlueprintDefault(code int) *DeleteBlueprintDefault

NewDeleteBlueprintDefault creates a DeleteBlueprintDefault with default headers values

func (*DeleteBlueprintDefault) Code

func (o *DeleteBlueprintDefault) Code() int

Code gets the status code for the delete blueprint default response

func (*DeleteBlueprintDefault) Error

func (o *DeleteBlueprintDefault) Error() string

type DeleteBlueprintParams

type DeleteBlueprintParams struct {

	/*ID*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteBlueprintParams contains all the parameters to send to the API endpoint for the delete blueprint operation typically these are written to a http.Request

func NewDeleteBlueprintParams

func NewDeleteBlueprintParams() *DeleteBlueprintParams

NewDeleteBlueprintParams creates a new DeleteBlueprintParams object with the default values initialized.

func NewDeleteBlueprintParamsWithContext

func NewDeleteBlueprintParamsWithContext(ctx context.Context) *DeleteBlueprintParams

NewDeleteBlueprintParamsWithContext creates a new DeleteBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteBlueprintParamsWithHTTPClient

func NewDeleteBlueprintParamsWithHTTPClient(client *http.Client) *DeleteBlueprintParams

NewDeleteBlueprintParamsWithHTTPClient creates a new DeleteBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteBlueprintParamsWithTimeout

func NewDeleteBlueprintParamsWithTimeout(timeout time.Duration) *DeleteBlueprintParams

NewDeleteBlueprintParamsWithTimeout creates a new DeleteBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteBlueprintParams) SetContext

func (o *DeleteBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the delete blueprint params

func (*DeleteBlueprintParams) SetHTTPClient

func (o *DeleteBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete blueprint params

func (*DeleteBlueprintParams) SetID

func (o *DeleteBlueprintParams) SetID(id int64)

SetID adds the id to the delete blueprint params

func (*DeleteBlueprintParams) SetTimeout

func (o *DeleteBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete blueprint params

func (*DeleteBlueprintParams) WithContext

WithContext adds the context to the delete blueprint params

func (*DeleteBlueprintParams) WithHTTPClient

func (o *DeleteBlueprintParams) WithHTTPClient(client *http.Client) *DeleteBlueprintParams

WithHTTPClient adds the HTTPClient to the delete blueprint params

func (*DeleteBlueprintParams) WithID

WithID adds the id to the delete blueprint params

func (*DeleteBlueprintParams) WithTimeout

func (o *DeleteBlueprintParams) WithTimeout(timeout time.Duration) *DeleteBlueprintParams

WithTimeout adds the timeout to the delete blueprint params

func (*DeleteBlueprintParams) WriteToRequest

func (o *DeleteBlueprintParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteBlueprintReader

type DeleteBlueprintReader struct {
	// contains filtered or unexported fields
}

DeleteBlueprintReader is a Reader for the DeleteBlueprint structure.

func (*DeleteBlueprintReader) ReadResponse

func (o *DeleteBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeletePrivateBlueprintDefault

type DeletePrivateBlueprintDefault struct {
	// contains filtered or unexported fields
}

DeletePrivateBlueprintDefault handles this case with default header values.

successful operation

func NewDeletePrivateBlueprintDefault

func NewDeletePrivateBlueprintDefault(code int) *DeletePrivateBlueprintDefault

NewDeletePrivateBlueprintDefault creates a DeletePrivateBlueprintDefault with default headers values

func (*DeletePrivateBlueprintDefault) Code

Code gets the status code for the delete private blueprint default response

func (*DeletePrivateBlueprintDefault) Error

type DeletePrivateBlueprintParams

type DeletePrivateBlueprintParams struct {

	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeletePrivateBlueprintParams contains all the parameters to send to the API endpoint for the delete private blueprint operation typically these are written to a http.Request

func NewDeletePrivateBlueprintParams

func NewDeletePrivateBlueprintParams() *DeletePrivateBlueprintParams

NewDeletePrivateBlueprintParams creates a new DeletePrivateBlueprintParams object with the default values initialized.

func NewDeletePrivateBlueprintParamsWithContext

func NewDeletePrivateBlueprintParamsWithContext(ctx context.Context) *DeletePrivateBlueprintParams

NewDeletePrivateBlueprintParamsWithContext creates a new DeletePrivateBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewDeletePrivateBlueprintParamsWithHTTPClient

func NewDeletePrivateBlueprintParamsWithHTTPClient(client *http.Client) *DeletePrivateBlueprintParams

NewDeletePrivateBlueprintParamsWithHTTPClient creates a new DeletePrivateBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeletePrivateBlueprintParamsWithTimeout

func NewDeletePrivateBlueprintParamsWithTimeout(timeout time.Duration) *DeletePrivateBlueprintParams

NewDeletePrivateBlueprintParamsWithTimeout creates a new DeletePrivateBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeletePrivateBlueprintParams) SetContext

func (o *DeletePrivateBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the delete private blueprint params

func (*DeletePrivateBlueprintParams) SetHTTPClient

func (o *DeletePrivateBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete private blueprint params

func (*DeletePrivateBlueprintParams) SetName

func (o *DeletePrivateBlueprintParams) SetName(name string)

SetName adds the name to the delete private blueprint params

func (*DeletePrivateBlueprintParams) SetTimeout

func (o *DeletePrivateBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete private blueprint params

func (*DeletePrivateBlueprintParams) WithContext

WithContext adds the context to the delete private blueprint params

func (*DeletePrivateBlueprintParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete private blueprint params

func (*DeletePrivateBlueprintParams) WithName

WithName adds the name to the delete private blueprint params

func (*DeletePrivateBlueprintParams) WithTimeout

WithTimeout adds the timeout to the delete private blueprint params

func (*DeletePrivateBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePrivateBlueprintReader

type DeletePrivateBlueprintReader struct {
	// contains filtered or unexported fields
}

DeletePrivateBlueprintReader is a Reader for the DeletePrivateBlueprint structure.

func (*DeletePrivateBlueprintReader) ReadResponse

func (o *DeletePrivateBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeletePublicBlueprintDefault

type DeletePublicBlueprintDefault struct {
	// contains filtered or unexported fields
}

DeletePublicBlueprintDefault handles this case with default header values.

successful operation

func NewDeletePublicBlueprintDefault

func NewDeletePublicBlueprintDefault(code int) *DeletePublicBlueprintDefault

NewDeletePublicBlueprintDefault creates a DeletePublicBlueprintDefault with default headers values

func (*DeletePublicBlueprintDefault) Code

Code gets the status code for the delete public blueprint default response

func (*DeletePublicBlueprintDefault) Error

type DeletePublicBlueprintParams

type DeletePublicBlueprintParams struct {

	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeletePublicBlueprintParams contains all the parameters to send to the API endpoint for the delete public blueprint operation typically these are written to a http.Request

func NewDeletePublicBlueprintParams

func NewDeletePublicBlueprintParams() *DeletePublicBlueprintParams

NewDeletePublicBlueprintParams creates a new DeletePublicBlueprintParams object with the default values initialized.

func NewDeletePublicBlueprintParamsWithContext

func NewDeletePublicBlueprintParamsWithContext(ctx context.Context) *DeletePublicBlueprintParams

NewDeletePublicBlueprintParamsWithContext creates a new DeletePublicBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewDeletePublicBlueprintParamsWithHTTPClient

func NewDeletePublicBlueprintParamsWithHTTPClient(client *http.Client) *DeletePublicBlueprintParams

NewDeletePublicBlueprintParamsWithHTTPClient creates a new DeletePublicBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeletePublicBlueprintParamsWithTimeout

func NewDeletePublicBlueprintParamsWithTimeout(timeout time.Duration) *DeletePublicBlueprintParams

NewDeletePublicBlueprintParamsWithTimeout creates a new DeletePublicBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeletePublicBlueprintParams) SetContext

func (o *DeletePublicBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the delete public blueprint params

func (*DeletePublicBlueprintParams) SetHTTPClient

func (o *DeletePublicBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete public blueprint params

func (*DeletePublicBlueprintParams) SetName

func (o *DeletePublicBlueprintParams) SetName(name string)

SetName adds the name to the delete public blueprint params

func (*DeletePublicBlueprintParams) SetTimeout

func (o *DeletePublicBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete public blueprint params

func (*DeletePublicBlueprintParams) WithContext

WithContext adds the context to the delete public blueprint params

func (*DeletePublicBlueprintParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete public blueprint params

func (*DeletePublicBlueprintParams) WithName

WithName adds the name to the delete public blueprint params

func (*DeletePublicBlueprintParams) WithTimeout

WithTimeout adds the timeout to the delete public blueprint params

func (*DeletePublicBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePublicBlueprintReader

type DeletePublicBlueprintReader struct {
	// contains filtered or unexported fields
}

DeletePublicBlueprintReader is a Reader for the DeletePublicBlueprint structure.

func (*DeletePublicBlueprintReader) ReadResponse

func (o *DeletePublicBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBlueprintOK

type GetBlueprintOK struct {
	Payload *models_cloudbreak.BlueprintResponse
}

GetBlueprintOK handles this case with default header values.

successful operation

func NewGetBlueprintOK

func NewGetBlueprintOK() *GetBlueprintOK

NewGetBlueprintOK creates a GetBlueprintOK with default headers values

func (*GetBlueprintOK) Error

func (o *GetBlueprintOK) Error() string

type GetBlueprintParams

type GetBlueprintParams struct {

	/*ID*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetBlueprintParams contains all the parameters to send to the API endpoint for the get blueprint operation typically these are written to a http.Request

func NewGetBlueprintParams

func NewGetBlueprintParams() *GetBlueprintParams

NewGetBlueprintParams creates a new GetBlueprintParams object with the default values initialized.

func NewGetBlueprintParamsWithContext

func NewGetBlueprintParamsWithContext(ctx context.Context) *GetBlueprintParams

NewGetBlueprintParamsWithContext creates a new GetBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewGetBlueprintParamsWithHTTPClient

func NewGetBlueprintParamsWithHTTPClient(client *http.Client) *GetBlueprintParams

NewGetBlueprintParamsWithHTTPClient creates a new GetBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetBlueprintParamsWithTimeout

func NewGetBlueprintParamsWithTimeout(timeout time.Duration) *GetBlueprintParams

NewGetBlueprintParamsWithTimeout creates a new GetBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetBlueprintParams) SetContext

func (o *GetBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the get blueprint params

func (*GetBlueprintParams) SetHTTPClient

func (o *GetBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get blueprint params

func (*GetBlueprintParams) SetID

func (o *GetBlueprintParams) SetID(id int64)

SetID adds the id to the get blueprint params

func (*GetBlueprintParams) SetTimeout

func (o *GetBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get blueprint params

func (*GetBlueprintParams) WithContext

WithContext adds the context to the get blueprint params

func (*GetBlueprintParams) WithHTTPClient

func (o *GetBlueprintParams) WithHTTPClient(client *http.Client) *GetBlueprintParams

WithHTTPClient adds the HTTPClient to the get blueprint params

func (*GetBlueprintParams) WithID

WithID adds the id to the get blueprint params

func (*GetBlueprintParams) WithTimeout

func (o *GetBlueprintParams) WithTimeout(timeout time.Duration) *GetBlueprintParams

WithTimeout adds the timeout to the get blueprint params

func (*GetBlueprintParams) WriteToRequest

func (o *GetBlueprintParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBlueprintReader

type GetBlueprintReader struct {
	// contains filtered or unexported fields
}

GetBlueprintReader is a Reader for the GetBlueprint structure.

func (*GetBlueprintReader) ReadResponse

func (o *GetBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBlueprintRequestFromIDOK

type GetBlueprintRequestFromIDOK struct {
	Payload *models_cloudbreak.BlueprintRequest
}

GetBlueprintRequestFromIDOK handles this case with default header values.

successful operation

func NewGetBlueprintRequestFromIDOK

func NewGetBlueprintRequestFromIDOK() *GetBlueprintRequestFromIDOK

NewGetBlueprintRequestFromIDOK creates a GetBlueprintRequestFromIDOK with default headers values

func (*GetBlueprintRequestFromIDOK) Error

type GetBlueprintRequestFromIDParams

type GetBlueprintRequestFromIDParams struct {

	/*ID*/
	ID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetBlueprintRequestFromIDParams contains all the parameters to send to the API endpoint for the get blueprint request from Id operation typically these are written to a http.Request

func NewGetBlueprintRequestFromIDParams

func NewGetBlueprintRequestFromIDParams() *GetBlueprintRequestFromIDParams

NewGetBlueprintRequestFromIDParams creates a new GetBlueprintRequestFromIDParams object with the default values initialized.

func NewGetBlueprintRequestFromIDParamsWithContext

func NewGetBlueprintRequestFromIDParamsWithContext(ctx context.Context) *GetBlueprintRequestFromIDParams

NewGetBlueprintRequestFromIDParamsWithContext creates a new GetBlueprintRequestFromIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetBlueprintRequestFromIDParamsWithHTTPClient

func NewGetBlueprintRequestFromIDParamsWithHTTPClient(client *http.Client) *GetBlueprintRequestFromIDParams

NewGetBlueprintRequestFromIDParamsWithHTTPClient creates a new GetBlueprintRequestFromIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetBlueprintRequestFromIDParamsWithTimeout

func NewGetBlueprintRequestFromIDParamsWithTimeout(timeout time.Duration) *GetBlueprintRequestFromIDParams

NewGetBlueprintRequestFromIDParamsWithTimeout creates a new GetBlueprintRequestFromIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetBlueprintRequestFromIDParams) SetContext

func (o *GetBlueprintRequestFromIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) SetHTTPClient

func (o *GetBlueprintRequestFromIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) SetID

SetID adds the id to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) SetTimeout

func (o *GetBlueprintRequestFromIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) WithContext

WithContext adds the context to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) WithID

WithID adds the id to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) WithTimeout

WithTimeout adds the timeout to the get blueprint request from Id params

func (*GetBlueprintRequestFromIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBlueprintRequestFromIDReader

type GetBlueprintRequestFromIDReader struct {
	// contains filtered or unexported fields
}

GetBlueprintRequestFromIDReader is a Reader for the GetBlueprintRequestFromID structure.

func (*GetBlueprintRequestFromIDReader) ReadResponse

func (o *GetBlueprintRequestFromIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPrivateBlueprintOK

type GetPrivateBlueprintOK struct {
	Payload *models_cloudbreak.BlueprintResponse
}

GetPrivateBlueprintOK handles this case with default header values.

successful operation

func NewGetPrivateBlueprintOK

func NewGetPrivateBlueprintOK() *GetPrivateBlueprintOK

NewGetPrivateBlueprintOK creates a GetPrivateBlueprintOK with default headers values

func (*GetPrivateBlueprintOK) Error

func (o *GetPrivateBlueprintOK) Error() string

type GetPrivateBlueprintParams

type GetPrivateBlueprintParams struct {

	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPrivateBlueprintParams contains all the parameters to send to the API endpoint for the get private blueprint operation typically these are written to a http.Request

func NewGetPrivateBlueprintParams

func NewGetPrivateBlueprintParams() *GetPrivateBlueprintParams

NewGetPrivateBlueprintParams creates a new GetPrivateBlueprintParams object with the default values initialized.

func NewGetPrivateBlueprintParamsWithContext

func NewGetPrivateBlueprintParamsWithContext(ctx context.Context) *GetPrivateBlueprintParams

NewGetPrivateBlueprintParamsWithContext creates a new GetPrivateBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewGetPrivateBlueprintParamsWithHTTPClient

func NewGetPrivateBlueprintParamsWithHTTPClient(client *http.Client) *GetPrivateBlueprintParams

NewGetPrivateBlueprintParamsWithHTTPClient creates a new GetPrivateBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPrivateBlueprintParamsWithTimeout

func NewGetPrivateBlueprintParamsWithTimeout(timeout time.Duration) *GetPrivateBlueprintParams

NewGetPrivateBlueprintParamsWithTimeout creates a new GetPrivateBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPrivateBlueprintParams) SetContext

func (o *GetPrivateBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the get private blueprint params

func (*GetPrivateBlueprintParams) SetHTTPClient

func (o *GetPrivateBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get private blueprint params

func (*GetPrivateBlueprintParams) SetName

func (o *GetPrivateBlueprintParams) SetName(name string)

SetName adds the name to the get private blueprint params

func (*GetPrivateBlueprintParams) SetTimeout

func (o *GetPrivateBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get private blueprint params

func (*GetPrivateBlueprintParams) WithContext

WithContext adds the context to the get private blueprint params

func (*GetPrivateBlueprintParams) WithHTTPClient

func (o *GetPrivateBlueprintParams) WithHTTPClient(client *http.Client) *GetPrivateBlueprintParams

WithHTTPClient adds the HTTPClient to the get private blueprint params

func (*GetPrivateBlueprintParams) WithName

WithName adds the name to the get private blueprint params

func (*GetPrivateBlueprintParams) WithTimeout

WithTimeout adds the timeout to the get private blueprint params

func (*GetPrivateBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivateBlueprintReader

type GetPrivateBlueprintReader struct {
	// contains filtered or unexported fields
}

GetPrivateBlueprintReader is a Reader for the GetPrivateBlueprint structure.

func (*GetPrivateBlueprintReader) ReadResponse

func (o *GetPrivateBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPrivatesBlueprintOK

type GetPrivatesBlueprintOK struct {
	Payload []*models_cloudbreak.BlueprintResponse
}

GetPrivatesBlueprintOK handles this case with default header values.

successful operation

func NewGetPrivatesBlueprintOK

func NewGetPrivatesBlueprintOK() *GetPrivatesBlueprintOK

NewGetPrivatesBlueprintOK creates a GetPrivatesBlueprintOK with default headers values

func (*GetPrivatesBlueprintOK) Error

func (o *GetPrivatesBlueprintOK) Error() string

type GetPrivatesBlueprintParams

type GetPrivatesBlueprintParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPrivatesBlueprintParams contains all the parameters to send to the API endpoint for the get privates blueprint operation typically these are written to a http.Request

func NewGetPrivatesBlueprintParams

func NewGetPrivatesBlueprintParams() *GetPrivatesBlueprintParams

NewGetPrivatesBlueprintParams creates a new GetPrivatesBlueprintParams object with the default values initialized.

func NewGetPrivatesBlueprintParamsWithContext

func NewGetPrivatesBlueprintParamsWithContext(ctx context.Context) *GetPrivatesBlueprintParams

NewGetPrivatesBlueprintParamsWithContext creates a new GetPrivatesBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewGetPrivatesBlueprintParamsWithHTTPClient

func NewGetPrivatesBlueprintParamsWithHTTPClient(client *http.Client) *GetPrivatesBlueprintParams

NewGetPrivatesBlueprintParamsWithHTTPClient creates a new GetPrivatesBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPrivatesBlueprintParamsWithTimeout

func NewGetPrivatesBlueprintParamsWithTimeout(timeout time.Duration) *GetPrivatesBlueprintParams

NewGetPrivatesBlueprintParamsWithTimeout creates a new GetPrivatesBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPrivatesBlueprintParams) SetContext

func (o *GetPrivatesBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the get privates blueprint params

func (*GetPrivatesBlueprintParams) SetHTTPClient

func (o *GetPrivatesBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get privates blueprint params

func (*GetPrivatesBlueprintParams) SetTimeout

func (o *GetPrivatesBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get privates blueprint params

func (*GetPrivatesBlueprintParams) WithContext

WithContext adds the context to the get privates blueprint params

func (*GetPrivatesBlueprintParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get privates blueprint params

func (*GetPrivatesBlueprintParams) WithTimeout

WithTimeout adds the timeout to the get privates blueprint params

func (*GetPrivatesBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivatesBlueprintReader

type GetPrivatesBlueprintReader struct {
	// contains filtered or unexported fields
}

GetPrivatesBlueprintReader is a Reader for the GetPrivatesBlueprint structure.

func (*GetPrivatesBlueprintReader) ReadResponse

func (o *GetPrivatesBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPublicBlueprintOK

type GetPublicBlueprintOK struct {
	Payload *models_cloudbreak.BlueprintResponse
}

GetPublicBlueprintOK handles this case with default header values.

successful operation

func NewGetPublicBlueprintOK

func NewGetPublicBlueprintOK() *GetPublicBlueprintOK

NewGetPublicBlueprintOK creates a GetPublicBlueprintOK with default headers values

func (*GetPublicBlueprintOK) Error

func (o *GetPublicBlueprintOK) Error() string

type GetPublicBlueprintParams

type GetPublicBlueprintParams struct {

	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPublicBlueprintParams contains all the parameters to send to the API endpoint for the get public blueprint operation typically these are written to a http.Request

func NewGetPublicBlueprintParams

func NewGetPublicBlueprintParams() *GetPublicBlueprintParams

NewGetPublicBlueprintParams creates a new GetPublicBlueprintParams object with the default values initialized.

func NewGetPublicBlueprintParamsWithContext

func NewGetPublicBlueprintParamsWithContext(ctx context.Context) *GetPublicBlueprintParams

NewGetPublicBlueprintParamsWithContext creates a new GetPublicBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewGetPublicBlueprintParamsWithHTTPClient

func NewGetPublicBlueprintParamsWithHTTPClient(client *http.Client) *GetPublicBlueprintParams

NewGetPublicBlueprintParamsWithHTTPClient creates a new GetPublicBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPublicBlueprintParamsWithTimeout

func NewGetPublicBlueprintParamsWithTimeout(timeout time.Duration) *GetPublicBlueprintParams

NewGetPublicBlueprintParamsWithTimeout creates a new GetPublicBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPublicBlueprintParams) SetContext

func (o *GetPublicBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the get public blueprint params

func (*GetPublicBlueprintParams) SetHTTPClient

func (o *GetPublicBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get public blueprint params

func (*GetPublicBlueprintParams) SetName

func (o *GetPublicBlueprintParams) SetName(name string)

SetName adds the name to the get public blueprint params

func (*GetPublicBlueprintParams) SetTimeout

func (o *GetPublicBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get public blueprint params

func (*GetPublicBlueprintParams) WithContext

WithContext adds the context to the get public blueprint params

func (*GetPublicBlueprintParams) WithHTTPClient

func (o *GetPublicBlueprintParams) WithHTTPClient(client *http.Client) *GetPublicBlueprintParams

WithHTTPClient adds the HTTPClient to the get public blueprint params

func (*GetPublicBlueprintParams) WithName

WithName adds the name to the get public blueprint params

func (*GetPublicBlueprintParams) WithTimeout

WithTimeout adds the timeout to the get public blueprint params

func (*GetPublicBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicBlueprintReader

type GetPublicBlueprintReader struct {
	// contains filtered or unexported fields
}

GetPublicBlueprintReader is a Reader for the GetPublicBlueprint structure.

func (*GetPublicBlueprintReader) ReadResponse

func (o *GetPublicBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPublicsBlueprintOK

type GetPublicsBlueprintOK struct {
	Payload []*models_cloudbreak.BlueprintResponse
}

GetPublicsBlueprintOK handles this case with default header values.

successful operation

func NewGetPublicsBlueprintOK

func NewGetPublicsBlueprintOK() *GetPublicsBlueprintOK

NewGetPublicsBlueprintOK creates a GetPublicsBlueprintOK with default headers values

func (*GetPublicsBlueprintOK) Error

func (o *GetPublicsBlueprintOK) Error() string

type GetPublicsBlueprintParams

type GetPublicsBlueprintParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPublicsBlueprintParams contains all the parameters to send to the API endpoint for the get publics blueprint operation typically these are written to a http.Request

func NewGetPublicsBlueprintParams

func NewGetPublicsBlueprintParams() *GetPublicsBlueprintParams

NewGetPublicsBlueprintParams creates a new GetPublicsBlueprintParams object with the default values initialized.

func NewGetPublicsBlueprintParamsWithContext

func NewGetPublicsBlueprintParamsWithContext(ctx context.Context) *GetPublicsBlueprintParams

NewGetPublicsBlueprintParamsWithContext creates a new GetPublicsBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewGetPublicsBlueprintParamsWithHTTPClient

func NewGetPublicsBlueprintParamsWithHTTPClient(client *http.Client) *GetPublicsBlueprintParams

NewGetPublicsBlueprintParamsWithHTTPClient creates a new GetPublicsBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPublicsBlueprintParamsWithTimeout

func NewGetPublicsBlueprintParamsWithTimeout(timeout time.Duration) *GetPublicsBlueprintParams

NewGetPublicsBlueprintParamsWithTimeout creates a new GetPublicsBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPublicsBlueprintParams) SetContext

func (o *GetPublicsBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the get publics blueprint params

func (*GetPublicsBlueprintParams) SetHTTPClient

func (o *GetPublicsBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get publics blueprint params

func (*GetPublicsBlueprintParams) SetTimeout

func (o *GetPublicsBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get publics blueprint params

func (*GetPublicsBlueprintParams) WithContext

WithContext adds the context to the get publics blueprint params

func (*GetPublicsBlueprintParams) WithHTTPClient

func (o *GetPublicsBlueprintParams) WithHTTPClient(client *http.Client) *GetPublicsBlueprintParams

WithHTTPClient adds the HTTPClient to the get publics blueprint params

func (*GetPublicsBlueprintParams) WithTimeout

WithTimeout adds the timeout to the get publics blueprint params

func (*GetPublicsBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicsBlueprintReader

type GetPublicsBlueprintReader struct {
	// contains filtered or unexported fields
}

GetPublicsBlueprintReader is a Reader for the GetPublicsBlueprint structure.

func (*GetPublicsBlueprintReader) ReadResponse

func (o *GetPublicsBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostPrivateBlueprintOK

type PostPrivateBlueprintOK struct {
	Payload *models_cloudbreak.BlueprintResponse
}

PostPrivateBlueprintOK handles this case with default header values.

successful operation

func NewPostPrivateBlueprintOK

func NewPostPrivateBlueprintOK() *PostPrivateBlueprintOK

NewPostPrivateBlueprintOK creates a PostPrivateBlueprintOK with default headers values

func (*PostPrivateBlueprintOK) Error

func (o *PostPrivateBlueprintOK) Error() string

type PostPrivateBlueprintParams

type PostPrivateBlueprintParams struct {

	/*Body*/
	Body *models_cloudbreak.BlueprintRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostPrivateBlueprintParams contains all the parameters to send to the API endpoint for the post private blueprint operation typically these are written to a http.Request

func NewPostPrivateBlueprintParams

func NewPostPrivateBlueprintParams() *PostPrivateBlueprintParams

NewPostPrivateBlueprintParams creates a new PostPrivateBlueprintParams object with the default values initialized.

func NewPostPrivateBlueprintParamsWithContext

func NewPostPrivateBlueprintParamsWithContext(ctx context.Context) *PostPrivateBlueprintParams

NewPostPrivateBlueprintParamsWithContext creates a new PostPrivateBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewPostPrivateBlueprintParamsWithHTTPClient

func NewPostPrivateBlueprintParamsWithHTTPClient(client *http.Client) *PostPrivateBlueprintParams

NewPostPrivateBlueprintParamsWithHTTPClient creates a new PostPrivateBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostPrivateBlueprintParamsWithTimeout

func NewPostPrivateBlueprintParamsWithTimeout(timeout time.Duration) *PostPrivateBlueprintParams

NewPostPrivateBlueprintParamsWithTimeout creates a new PostPrivateBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostPrivateBlueprintParams) SetBody

SetBody adds the body to the post private blueprint params

func (*PostPrivateBlueprintParams) SetContext

func (o *PostPrivateBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the post private blueprint params

func (*PostPrivateBlueprintParams) SetHTTPClient

func (o *PostPrivateBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post private blueprint params

func (*PostPrivateBlueprintParams) SetTimeout

func (o *PostPrivateBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post private blueprint params

func (*PostPrivateBlueprintParams) WithBody

WithBody adds the body to the post private blueprint params

func (*PostPrivateBlueprintParams) WithContext

WithContext adds the context to the post private blueprint params

func (*PostPrivateBlueprintParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post private blueprint params

func (*PostPrivateBlueprintParams) WithTimeout

WithTimeout adds the timeout to the post private blueprint params

func (*PostPrivateBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPrivateBlueprintReader

type PostPrivateBlueprintReader struct {
	// contains filtered or unexported fields
}

PostPrivateBlueprintReader is a Reader for the PostPrivateBlueprint structure.

func (*PostPrivateBlueprintReader) ReadResponse

func (o *PostPrivateBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostPublicBlueprintOK

type PostPublicBlueprintOK struct {
	Payload *models_cloudbreak.BlueprintResponse
}

PostPublicBlueprintOK handles this case with default header values.

successful operation

func NewPostPublicBlueprintOK

func NewPostPublicBlueprintOK() *PostPublicBlueprintOK

NewPostPublicBlueprintOK creates a PostPublicBlueprintOK with default headers values

func (*PostPublicBlueprintOK) Error

func (o *PostPublicBlueprintOK) Error() string

type PostPublicBlueprintParams

type PostPublicBlueprintParams struct {

	/*Body*/
	Body *models_cloudbreak.BlueprintRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostPublicBlueprintParams contains all the parameters to send to the API endpoint for the post public blueprint operation typically these are written to a http.Request

func NewPostPublicBlueprintParams

func NewPostPublicBlueprintParams() *PostPublicBlueprintParams

NewPostPublicBlueprintParams creates a new PostPublicBlueprintParams object with the default values initialized.

func NewPostPublicBlueprintParamsWithContext

func NewPostPublicBlueprintParamsWithContext(ctx context.Context) *PostPublicBlueprintParams

NewPostPublicBlueprintParamsWithContext creates a new PostPublicBlueprintParams object with the default values initialized, and the ability to set a context for a request

func NewPostPublicBlueprintParamsWithHTTPClient

func NewPostPublicBlueprintParamsWithHTTPClient(client *http.Client) *PostPublicBlueprintParams

NewPostPublicBlueprintParamsWithHTTPClient creates a new PostPublicBlueprintParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostPublicBlueprintParamsWithTimeout

func NewPostPublicBlueprintParamsWithTimeout(timeout time.Duration) *PostPublicBlueprintParams

NewPostPublicBlueprintParamsWithTimeout creates a new PostPublicBlueprintParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostPublicBlueprintParams) SetBody

SetBody adds the body to the post public blueprint params

func (*PostPublicBlueprintParams) SetContext

func (o *PostPublicBlueprintParams) SetContext(ctx context.Context)

SetContext adds the context to the post public blueprint params

func (*PostPublicBlueprintParams) SetHTTPClient

func (o *PostPublicBlueprintParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post public blueprint params

func (*PostPublicBlueprintParams) SetTimeout

func (o *PostPublicBlueprintParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post public blueprint params

func (*PostPublicBlueprintParams) WithBody

WithBody adds the body to the post public blueprint params

func (*PostPublicBlueprintParams) WithContext

WithContext adds the context to the post public blueprint params

func (*PostPublicBlueprintParams) WithHTTPClient

func (o *PostPublicBlueprintParams) WithHTTPClient(client *http.Client) *PostPublicBlueprintParams

WithHTTPClient adds the HTTPClient to the post public blueprint params

func (*PostPublicBlueprintParams) WithTimeout

WithTimeout adds the timeout to the post public blueprint params

func (*PostPublicBlueprintParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPublicBlueprintReader

type PostPublicBlueprintReader struct {
	// contains filtered or unexported fields
}

PostPublicBlueprintReader is a Reader for the PostPublicBlueprint structure.

func (*PostPublicBlueprintReader) ReadResponse

func (o *PostPublicBlueprintReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL