v1stacks

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: 12 Imported by: 2

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

func New

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

New creates a new v1stacks API client.

func (*Client) DeleteCluster

func (a *Client) DeleteCluster(params *DeleteClusterParams) error

DeleteCluster deletes cluster on a specific stack

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) DeleteInstanceStack

func (a *Client) DeleteInstanceStack(params *DeleteInstanceStackParams) error

DeleteInstanceStack deletes instance resource from stack

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) DeleteInstancesStack

func (a *Client) DeleteInstancesStack(params *DeleteInstancesStackParams) error

DeleteInstancesStack deletes instance resource from stack

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) DeletePrivateStack

func (a *Client) DeletePrivateStack(params *DeletePrivateStackParams) error

DeletePrivateStack deletes private stack by name

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) DeletePublicStack

func (a *Client) DeletePublicStack(params *DeletePublicStackParams) error

DeletePublicStack deletes public owned or private stack by name

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) DeleteStack

func (a *Client) DeleteStack(params *DeleteStackParams) error

DeleteStack deletes stack by id

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) GetCluster

func (a *Client) GetCluster(params *GetClusterParams) (*GetClusterOK, error)

GetCluster retrieves cluster by stack id

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) GetConfigsCluster

func (a *Client) GetConfigsCluster(params *GetConfigsClusterParams) (*GetConfigsClusterOK, error)

GetConfigsCluster gets cluster properties with blueprint outputs

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) GetPrivateCluster

func (a *Client) GetPrivateCluster(params *GetPrivateClusterParams) (*GetPrivateClusterOK, error)

GetPrivateCluster retrieves cluster by stack name private

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) GetPrivateStack

func (a *Client) GetPrivateStack(params *GetPrivateStackParams) (*GetPrivateStackOK, error)

GetPrivateStack retrieves a private stack by name

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) GetPrivatesStack

func (a *Client) GetPrivatesStack(params *GetPrivatesStackParams) (*GetPrivatesStackOK, error)

GetPrivatesStack retrieves private stack

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) GetPublicCluster

func (a *Client) GetPublicCluster(params *GetPublicClusterParams) (*GetPublicClusterOK, error)

GetPublicCluster retrieves cluster by stack name public

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) GetPublicStack

func (a *Client) GetPublicStack(params *GetPublicStackParams) (*GetPublicStackOK, error)

GetPublicStack retrieves a public or private owned stack by name

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) GetPublicsStack

func (a *Client) GetPublicsStack(params *GetPublicsStackParams) (*GetPublicsStackOK, error)

GetPublicsStack retrieves public and private owned stacks

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) GetStack

func (a *Client) GetStack(params *GetStackParams) (*GetStackOK, error)

GetStack retrieves stack by id

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) PostCluster

func (a *Client) PostCluster(params *PostClusterParams) (*PostClusterOK, error)

PostCluster creates cluster for stack

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) PostPrivateStack

func (a *Client) PostPrivateStack(params *PostPrivateStackParams) (*PostPrivateStackOK, error)

PostPrivateStack creates stack as private resource

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) PostPublicStack

func (a *Client) PostPublicStack(params *PostPublicStackParams) (*PostPublicStackOK, error)

PostPublicStack creates stack as public resource

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) PutCluster

func (a *Client) PutCluster(params *PutClusterParams) error

PutCluster updates cluster by stack id

Clusters are materialised Hadoop services on a given infrastructure. They are built based on a Blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.

func (*Client) PutStack

func (a *Client) PutStack(params *PutStackParams) error

PutStack updates stack by id

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) RepairCluster

func (a *Client) RepairCluster(params *RepairClusterParams) error

RepairCluster repairs the cluster

Removing the failed nodes and starting new nodes to substitute them.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) StatusStack

func (a *Client) StatusStack(params *StatusStackParams) (*StatusStackOK, error)

StatusStack retrieves stack status by stack id

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) UpdateGatewayTopologies

func (a *Client) UpdateGatewayTopologies(params *UpdateGatewayTopologiesParams) (*UpdateGatewayTopologiesOK, error)

UpdateGatewayTopologies updates topologies of a gateway

Gateway is an Apache Knox Gateway, which is an Application Gateway for interacting with REST APIs andUIs of Apache Hadoop deployments. Provides Authentication and other services.

func (*Client) UpgradeCluster

func (a *Client) UpgradeCluster(params *UpgradeClusterParams) error

UpgradeCluster upgrades the ambari version

Ambari is used to provision the Hadoop clusters.

func (*Client) ValidateStack

func (a *Client) ValidateStack(params *ValidateStackParams) error

ValidateStack validates stack

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

func (*Client) VariantsStack

func (a *Client) VariantsStack(params *VariantsStackParams) (*VariantsStackOK, error)

VariantsStack retrieves available platform variants

Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.

type DeleteClusterDefault

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

DeleteClusterDefault handles this case with default header values.

successful operation

func NewDeleteClusterDefault

func NewDeleteClusterDefault(code int) *DeleteClusterDefault

NewDeleteClusterDefault creates a DeleteClusterDefault with default headers values

func (*DeleteClusterDefault) Code

func (o *DeleteClusterDefault) Code() int

Code gets the status code for the delete cluster default response

func (*DeleteClusterDefault) Error

func (o *DeleteClusterDefault) Error() string

type DeleteClusterParams

type DeleteClusterParams struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*ID*/
	ID int64
	/*WithStackDelete*/
	WithStackDelete *bool

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

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

func NewDeleteClusterParams

func NewDeleteClusterParams() *DeleteClusterParams

NewDeleteClusterParams creates a new DeleteClusterParams object with the default values initialized.

func NewDeleteClusterParamsWithContext

func NewDeleteClusterParamsWithContext(ctx context.Context) *DeleteClusterParams

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

func NewDeleteClusterParamsWithHTTPClient

func NewDeleteClusterParamsWithHTTPClient(client *http.Client) *DeleteClusterParams

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

func NewDeleteClusterParamsWithTimeout

func NewDeleteClusterParamsWithTimeout(timeout time.Duration) *DeleteClusterParams

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

func (*DeleteClusterParams) SetContext

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

SetContext adds the context to the delete cluster params

func (*DeleteClusterParams) SetDeleteDependencies

func (o *DeleteClusterParams) SetDeleteDependencies(deleteDependencies *bool)

SetDeleteDependencies adds the deleteDependencies to the delete cluster params

func (*DeleteClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) SetID

func (o *DeleteClusterParams) SetID(id int64)

SetID adds the id to the delete cluster params

func (*DeleteClusterParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) SetWithStackDelete

func (o *DeleteClusterParams) SetWithStackDelete(withStackDelete *bool)

SetWithStackDelete adds the withStackDelete to the delete cluster params

func (*DeleteClusterParams) WithContext

WithContext adds the context to the delete cluster params

func (*DeleteClusterParams) WithDeleteDependencies

func (o *DeleteClusterParams) WithDeleteDependencies(deleteDependencies *bool) *DeleteClusterParams

WithDeleteDependencies adds the deleteDependencies to the delete cluster params

func (*DeleteClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) WithID

WithID adds the id to the delete cluster params

func (*DeleteClusterParams) WithTimeout

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

WithTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) WithWithStackDelete

func (o *DeleteClusterParams) WithWithStackDelete(withStackDelete *bool) *DeleteClusterParams

WithWithStackDelete adds the withStackDelete to the delete cluster params

func (*DeleteClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteClusterReader

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

DeleteClusterReader is a Reader for the DeleteCluster structure.

func (*DeleteClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInstanceStackDefault

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

DeleteInstanceStackDefault handles this case with default header values.

successful operation

func NewDeleteInstanceStackDefault

func NewDeleteInstanceStackDefault(code int) *DeleteInstanceStackDefault

NewDeleteInstanceStackDefault creates a DeleteInstanceStackDefault with default headers values

func (*DeleteInstanceStackDefault) Code

func (o *DeleteInstanceStackDefault) Code() int

Code gets the status code for the delete instance stack default response

func (*DeleteInstanceStackDefault) Error

type DeleteInstanceStackParams

type DeleteInstanceStackParams struct {

	/*Forced*/
	Forced *bool
	/*InstanceID*/
	InstanceID string
	/*StackID*/
	StackID int64

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

DeleteInstanceStackParams contains all the parameters to send to the API endpoint for the delete instance stack operation typically these are written to a http.Request

func NewDeleteInstanceStackParams

func NewDeleteInstanceStackParams() *DeleteInstanceStackParams

NewDeleteInstanceStackParams creates a new DeleteInstanceStackParams object with the default values initialized.

func NewDeleteInstanceStackParamsWithContext

func NewDeleteInstanceStackParamsWithContext(ctx context.Context) *DeleteInstanceStackParams

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

func NewDeleteInstanceStackParamsWithHTTPClient

func NewDeleteInstanceStackParamsWithHTTPClient(client *http.Client) *DeleteInstanceStackParams

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

func NewDeleteInstanceStackParamsWithTimeout

func NewDeleteInstanceStackParamsWithTimeout(timeout time.Duration) *DeleteInstanceStackParams

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

func (*DeleteInstanceStackParams) SetContext

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

SetContext adds the context to the delete instance stack params

func (*DeleteInstanceStackParams) SetForced

func (o *DeleteInstanceStackParams) SetForced(forced *bool)

SetForced adds the forced to the delete instance stack params

func (*DeleteInstanceStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete instance stack params

func (*DeleteInstanceStackParams) SetInstanceID

func (o *DeleteInstanceStackParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the delete instance stack params

func (*DeleteInstanceStackParams) SetStackID

func (o *DeleteInstanceStackParams) SetStackID(stackID int64)

SetStackID adds the stackId to the delete instance stack params

func (*DeleteInstanceStackParams) SetTimeout

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

SetTimeout adds the timeout to the delete instance stack params

func (*DeleteInstanceStackParams) WithContext

WithContext adds the context to the delete instance stack params

func (*DeleteInstanceStackParams) WithForced

WithForced adds the forced to the delete instance stack params

func (*DeleteInstanceStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete instance stack params

func (*DeleteInstanceStackParams) WithInstanceID

func (o *DeleteInstanceStackParams) WithInstanceID(instanceID string) *DeleteInstanceStackParams

WithInstanceID adds the instanceID to the delete instance stack params

func (*DeleteInstanceStackParams) WithStackID

WithStackID adds the stackID to the delete instance stack params

func (*DeleteInstanceStackParams) WithTimeout

WithTimeout adds the timeout to the delete instance stack params

func (*DeleteInstanceStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInstanceStackReader

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

DeleteInstanceStackReader is a Reader for the DeleteInstanceStack structure.

func (*DeleteInstanceStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInstancesStackDefault

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

DeleteInstancesStackDefault handles this case with default header values.

successful operation

func NewDeleteInstancesStackDefault

func NewDeleteInstancesStackDefault(code int) *DeleteInstancesStackDefault

NewDeleteInstancesStackDefault creates a DeleteInstancesStackDefault with default headers values

func (*DeleteInstancesStackDefault) Code

func (o *DeleteInstancesStackDefault) Code() int

Code gets the status code for the delete instances stack default response

func (*DeleteInstancesStackDefault) Error

type DeleteInstancesStackParams

type DeleteInstancesStackParams struct {

	/*InstanceIds*/
	InstanceIds []string
	/*StackID*/
	StackID int64

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

DeleteInstancesStackParams contains all the parameters to send to the API endpoint for the delete instances stack operation typically these are written to a http.Request

func NewDeleteInstancesStackParams

func NewDeleteInstancesStackParams() *DeleteInstancesStackParams

NewDeleteInstancesStackParams creates a new DeleteInstancesStackParams object with the default values initialized.

func NewDeleteInstancesStackParamsWithContext

func NewDeleteInstancesStackParamsWithContext(ctx context.Context) *DeleteInstancesStackParams

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

func NewDeleteInstancesStackParamsWithHTTPClient

func NewDeleteInstancesStackParamsWithHTTPClient(client *http.Client) *DeleteInstancesStackParams

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

func NewDeleteInstancesStackParamsWithTimeout

func NewDeleteInstancesStackParamsWithTimeout(timeout time.Duration) *DeleteInstancesStackParams

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

func (*DeleteInstancesStackParams) SetContext

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

SetContext adds the context to the delete instances stack params

func (*DeleteInstancesStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete instances stack params

func (*DeleteInstancesStackParams) SetInstanceIds

func (o *DeleteInstancesStackParams) SetInstanceIds(instanceIds []string)

SetInstanceIds adds the instanceIds to the delete instances stack params

func (*DeleteInstancesStackParams) SetStackID

func (o *DeleteInstancesStackParams) SetStackID(stackID int64)

SetStackID adds the stackId to the delete instances stack params

func (*DeleteInstancesStackParams) SetTimeout

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

SetTimeout adds the timeout to the delete instances stack params

func (*DeleteInstancesStackParams) WithContext

WithContext adds the context to the delete instances stack params

func (*DeleteInstancesStackParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete instances stack params

func (*DeleteInstancesStackParams) WithInstanceIds

func (o *DeleteInstancesStackParams) WithInstanceIds(instanceIds []string) *DeleteInstancesStackParams

WithInstanceIds adds the instanceIds to the delete instances stack params

func (*DeleteInstancesStackParams) WithStackID

WithStackID adds the stackID to the delete instances stack params

func (*DeleteInstancesStackParams) WithTimeout

WithTimeout adds the timeout to the delete instances stack params

func (*DeleteInstancesStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInstancesStackReader

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

DeleteInstancesStackReader is a Reader for the DeleteInstancesStack structure.

func (*DeleteInstancesStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePrivateStackDefault

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

DeletePrivateStackDefault handles this case with default header values.

successful operation

func NewDeletePrivateStackDefault

func NewDeletePrivateStackDefault(code int) *DeletePrivateStackDefault

NewDeletePrivateStackDefault creates a DeletePrivateStackDefault with default headers values

func (*DeletePrivateStackDefault) Code

func (o *DeletePrivateStackDefault) Code() int

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

func (*DeletePrivateStackDefault) Error

func (o *DeletePrivateStackDefault) Error() string

type DeletePrivateStackParams

type DeletePrivateStackParams struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*Forced*/
	Forced *bool
	/*Name*/
	Name string

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

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

func NewDeletePrivateStackParams

func NewDeletePrivateStackParams() *DeletePrivateStackParams

NewDeletePrivateStackParams creates a new DeletePrivateStackParams object with the default values initialized.

func NewDeletePrivateStackParamsWithContext

func NewDeletePrivateStackParamsWithContext(ctx context.Context) *DeletePrivateStackParams

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

func NewDeletePrivateStackParamsWithHTTPClient

func NewDeletePrivateStackParamsWithHTTPClient(client *http.Client) *DeletePrivateStackParams

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

func NewDeletePrivateStackParamsWithTimeout

func NewDeletePrivateStackParamsWithTimeout(timeout time.Duration) *DeletePrivateStackParams

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

func (*DeletePrivateStackParams) SetContext

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

SetContext adds the context to the delete private stack params

func (*DeletePrivateStackParams) SetDeleteDependencies

func (o *DeletePrivateStackParams) SetDeleteDependencies(deleteDependencies *bool)

SetDeleteDependencies adds the deleteDependencies to the delete private stack params

func (*DeletePrivateStackParams) SetForced

func (o *DeletePrivateStackParams) SetForced(forced *bool)

SetForced adds the forced to the delete private stack params

func (*DeletePrivateStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete private stack params

func (*DeletePrivateStackParams) SetName

func (o *DeletePrivateStackParams) SetName(name string)

SetName adds the name to the delete private stack params

func (*DeletePrivateStackParams) SetTimeout

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

SetTimeout adds the timeout to the delete private stack params

func (*DeletePrivateStackParams) WithContext

WithContext adds the context to the delete private stack params

func (*DeletePrivateStackParams) WithDeleteDependencies

func (o *DeletePrivateStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePrivateStackParams

WithDeleteDependencies adds the deleteDependencies to the delete private stack params

func (*DeletePrivateStackParams) WithForced

func (o *DeletePrivateStackParams) WithForced(forced *bool) *DeletePrivateStackParams

WithForced adds the forced to the delete private stack params

func (*DeletePrivateStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete private stack params

func (*DeletePrivateStackParams) WithName

WithName adds the name to the delete private stack params

func (*DeletePrivateStackParams) WithTimeout

WithTimeout adds the timeout to the delete private stack params

func (*DeletePrivateStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePrivateStackReader

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

DeletePrivateStackReader is a Reader for the DeletePrivateStack structure.

func (*DeletePrivateStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePublicStackDefault

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

DeletePublicStackDefault handles this case with default header values.

successful operation

func NewDeletePublicStackDefault

func NewDeletePublicStackDefault(code int) *DeletePublicStackDefault

NewDeletePublicStackDefault creates a DeletePublicStackDefault with default headers values

func (*DeletePublicStackDefault) Code

func (o *DeletePublicStackDefault) Code() int

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

func (*DeletePublicStackDefault) Error

func (o *DeletePublicStackDefault) Error() string

type DeletePublicStackParams

type DeletePublicStackParams struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*Forced*/
	Forced *bool
	/*Name*/
	Name string

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

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

func NewDeletePublicStackParams

func NewDeletePublicStackParams() *DeletePublicStackParams

NewDeletePublicStackParams creates a new DeletePublicStackParams object with the default values initialized.

func NewDeletePublicStackParamsWithContext

func NewDeletePublicStackParamsWithContext(ctx context.Context) *DeletePublicStackParams

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

func NewDeletePublicStackParamsWithHTTPClient

func NewDeletePublicStackParamsWithHTTPClient(client *http.Client) *DeletePublicStackParams

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

func NewDeletePublicStackParamsWithTimeout

func NewDeletePublicStackParamsWithTimeout(timeout time.Duration) *DeletePublicStackParams

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

func (*DeletePublicStackParams) SetContext

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

SetContext adds the context to the delete public stack params

func (*DeletePublicStackParams) SetDeleteDependencies

func (o *DeletePublicStackParams) SetDeleteDependencies(deleteDependencies *bool)

SetDeleteDependencies adds the deleteDependencies to the delete public stack params

func (*DeletePublicStackParams) SetForced

func (o *DeletePublicStackParams) SetForced(forced *bool)

SetForced adds the forced to the delete public stack params

func (*DeletePublicStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete public stack params

func (*DeletePublicStackParams) SetName

func (o *DeletePublicStackParams) SetName(name string)

SetName adds the name to the delete public stack params

func (*DeletePublicStackParams) SetTimeout

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

SetTimeout adds the timeout to the delete public stack params

func (*DeletePublicStackParams) WithContext

WithContext adds the context to the delete public stack params

func (*DeletePublicStackParams) WithDeleteDependencies

func (o *DeletePublicStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePublicStackParams

WithDeleteDependencies adds the deleteDependencies to the delete public stack params

func (*DeletePublicStackParams) WithForced

func (o *DeletePublicStackParams) WithForced(forced *bool) *DeletePublicStackParams

WithForced adds the forced to the delete public stack params

func (*DeletePublicStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete public stack params

func (*DeletePublicStackParams) WithName

WithName adds the name to the delete public stack params

func (*DeletePublicStackParams) WithTimeout

WithTimeout adds the timeout to the delete public stack params

func (*DeletePublicStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePublicStackReader

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

DeletePublicStackReader is a Reader for the DeletePublicStack structure.

func (*DeletePublicStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStackDefault

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

DeleteStackDefault handles this case with default header values.

successful operation

func NewDeleteStackDefault

func NewDeleteStackDefault(code int) *DeleteStackDefault

NewDeleteStackDefault creates a DeleteStackDefault with default headers values

func (*DeleteStackDefault) Code

func (o *DeleteStackDefault) Code() int

Code gets the status code for the delete stack default response

func (*DeleteStackDefault) Error

func (o *DeleteStackDefault) Error() string

type DeleteStackParams

type DeleteStackParams struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*Forced*/
	Forced *bool
	/*ID*/
	ID int64

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

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

func NewDeleteStackParams

func NewDeleteStackParams() *DeleteStackParams

NewDeleteStackParams creates a new DeleteStackParams object with the default values initialized.

func NewDeleteStackParamsWithContext

func NewDeleteStackParamsWithContext(ctx context.Context) *DeleteStackParams

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

func NewDeleteStackParamsWithHTTPClient

func NewDeleteStackParamsWithHTTPClient(client *http.Client) *DeleteStackParams

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

func NewDeleteStackParamsWithTimeout

func NewDeleteStackParamsWithTimeout(timeout time.Duration) *DeleteStackParams

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

func (*DeleteStackParams) SetContext

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

SetContext adds the context to the delete stack params

func (*DeleteStackParams) SetDeleteDependencies

func (o *DeleteStackParams) SetDeleteDependencies(deleteDependencies *bool)

SetDeleteDependencies adds the deleteDependencies to the delete stack params

func (*DeleteStackParams) SetForced

func (o *DeleteStackParams) SetForced(forced *bool)

SetForced adds the forced to the delete stack params

func (*DeleteStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete stack params

func (*DeleteStackParams) SetID

func (o *DeleteStackParams) SetID(id int64)

SetID adds the id to the delete stack params

func (*DeleteStackParams) SetTimeout

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

SetTimeout adds the timeout to the delete stack params

func (*DeleteStackParams) WithContext

func (o *DeleteStackParams) WithContext(ctx context.Context) *DeleteStackParams

WithContext adds the context to the delete stack params

func (*DeleteStackParams) WithDeleteDependencies

func (o *DeleteStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeleteStackParams

WithDeleteDependencies adds the deleteDependencies to the delete stack params

func (*DeleteStackParams) WithForced

func (o *DeleteStackParams) WithForced(forced *bool) *DeleteStackParams

WithForced adds the forced to the delete stack params

func (*DeleteStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete stack params

func (*DeleteStackParams) WithID

func (o *DeleteStackParams) WithID(id int64) *DeleteStackParams

WithID adds the id to the delete stack params

func (*DeleteStackParams) WithTimeout

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

WithTimeout adds the timeout to the delete stack params

func (*DeleteStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteStackReader

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

DeleteStackReader is a Reader for the DeleteStack structure.

func (*DeleteStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterOK

type GetClusterOK struct {
	Payload *models_cloudbreak.ClusterResponse
}

GetClusterOK handles this case with default header values.

successful operation

func NewGetClusterOK

func NewGetClusterOK() *GetClusterOK

NewGetClusterOK creates a GetClusterOK with default headers values

func (*GetClusterOK) Error

func (o *GetClusterOK) Error() string

type GetClusterParams

type GetClusterParams struct {

	/*ID*/
	ID int64

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

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

func NewGetClusterParams

func NewGetClusterParams() *GetClusterParams

NewGetClusterParams creates a new GetClusterParams object with the default values initialized.

func NewGetClusterParamsWithContext

func NewGetClusterParamsWithContext(ctx context.Context) *GetClusterParams

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

func NewGetClusterParamsWithHTTPClient

func NewGetClusterParamsWithHTTPClient(client *http.Client) *GetClusterParams

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

func NewGetClusterParamsWithTimeout

func NewGetClusterParamsWithTimeout(timeout time.Duration) *GetClusterParams

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

func (*GetClusterParams) SetContext

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

SetContext adds the context to the get cluster params

func (*GetClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) SetID

func (o *GetClusterParams) SetID(id int64)

SetID adds the id to the get cluster params

func (*GetClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WithContext

func (o *GetClusterParams) WithContext(ctx context.Context) *GetClusterParams

WithContext adds the context to the get cluster params

func (*GetClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) WithID

func (o *GetClusterParams) WithID(id int64) *GetClusterParams

WithID adds the id to the get cluster params

func (*GetClusterParams) WithTimeout

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

WithTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetClusterReader

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

GetClusterReader is a Reader for the GetCluster structure.

func (*GetClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigsClusterOK

type GetConfigsClusterOK struct {
	Payload *models_cloudbreak.ConfigsResponse
}

GetConfigsClusterOK handles this case with default header values.

successful operation

func NewGetConfigsClusterOK

func NewGetConfigsClusterOK() *GetConfigsClusterOK

NewGetConfigsClusterOK creates a GetConfigsClusterOK with default headers values

func (*GetConfigsClusterOK) Error

func (o *GetConfigsClusterOK) Error() string

type GetConfigsClusterParams

type GetConfigsClusterParams struct {

	/*Body*/
	Body *models_cloudbreak.ConfigsRequest
	/*ID*/
	ID int64

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

GetConfigsClusterParams contains all the parameters to send to the API endpoint for the get configs cluster operation typically these are written to a http.Request

func NewGetConfigsClusterParams

func NewGetConfigsClusterParams() *GetConfigsClusterParams

NewGetConfigsClusterParams creates a new GetConfigsClusterParams object with the default values initialized.

func NewGetConfigsClusterParamsWithContext

func NewGetConfigsClusterParamsWithContext(ctx context.Context) *GetConfigsClusterParams

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

func NewGetConfigsClusterParamsWithHTTPClient

func NewGetConfigsClusterParamsWithHTTPClient(client *http.Client) *GetConfigsClusterParams

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

func NewGetConfigsClusterParamsWithTimeout

func NewGetConfigsClusterParamsWithTimeout(timeout time.Duration) *GetConfigsClusterParams

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

func (*GetConfigsClusterParams) SetBody

SetBody adds the body to the get configs cluster params

func (*GetConfigsClusterParams) SetContext

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

SetContext adds the context to the get configs cluster params

func (*GetConfigsClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get configs cluster params

func (*GetConfigsClusterParams) SetID

func (o *GetConfigsClusterParams) SetID(id int64)

SetID adds the id to the get configs cluster params

func (*GetConfigsClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get configs cluster params

func (*GetConfigsClusterParams) WithBody

WithBody adds the body to the get configs cluster params

func (*GetConfigsClusterParams) WithContext

WithContext adds the context to the get configs cluster params

func (*GetConfigsClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get configs cluster params

func (*GetConfigsClusterParams) WithID

WithID adds the id to the get configs cluster params

func (*GetConfigsClusterParams) WithTimeout

WithTimeout adds the timeout to the get configs cluster params

func (*GetConfigsClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfigsClusterReader

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

GetConfigsClusterReader is a Reader for the GetConfigsCluster structure.

func (*GetConfigsClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrivateClusterOK

type GetPrivateClusterOK struct {
	Payload *models_cloudbreak.ClusterResponse
}

GetPrivateClusterOK handles this case with default header values.

successful operation

func NewGetPrivateClusterOK

func NewGetPrivateClusterOK() *GetPrivateClusterOK

NewGetPrivateClusterOK creates a GetPrivateClusterOK with default headers values

func (*GetPrivateClusterOK) Error

func (o *GetPrivateClusterOK) Error() string

type GetPrivateClusterParams

type GetPrivateClusterParams struct {

	/*Name*/
	Name string

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

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

func NewGetPrivateClusterParams

func NewGetPrivateClusterParams() *GetPrivateClusterParams

NewGetPrivateClusterParams creates a new GetPrivateClusterParams object with the default values initialized.

func NewGetPrivateClusterParamsWithContext

func NewGetPrivateClusterParamsWithContext(ctx context.Context) *GetPrivateClusterParams

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

func NewGetPrivateClusterParamsWithHTTPClient

func NewGetPrivateClusterParamsWithHTTPClient(client *http.Client) *GetPrivateClusterParams

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

func NewGetPrivateClusterParamsWithTimeout

func NewGetPrivateClusterParamsWithTimeout(timeout time.Duration) *GetPrivateClusterParams

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

func (*GetPrivateClusterParams) SetContext

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

SetContext adds the context to the get private cluster params

func (*GetPrivateClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get private cluster params

func (*GetPrivateClusterParams) SetName

func (o *GetPrivateClusterParams) SetName(name string)

SetName adds the name to the get private cluster params

func (*GetPrivateClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get private cluster params

func (*GetPrivateClusterParams) WithContext

WithContext adds the context to the get private cluster params

func (*GetPrivateClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get private cluster params

func (*GetPrivateClusterParams) WithName

WithName adds the name to the get private cluster params

func (*GetPrivateClusterParams) WithTimeout

WithTimeout adds the timeout to the get private cluster params

func (*GetPrivateClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivateClusterReader

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

GetPrivateClusterReader is a Reader for the GetPrivateCluster structure.

func (*GetPrivateClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrivateStackOK

type GetPrivateStackOK struct {
	Payload *models_cloudbreak.StackResponse
}

GetPrivateStackOK handles this case with default header values.

successful operation

func NewGetPrivateStackOK

func NewGetPrivateStackOK() *GetPrivateStackOK

NewGetPrivateStackOK creates a GetPrivateStackOK with default headers values

func (*GetPrivateStackOK) Error

func (o *GetPrivateStackOK) Error() string

type GetPrivateStackParams

type GetPrivateStackParams struct {

	/*Entry*/
	Entry []string
	/*Name*/
	Name string

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

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

func NewGetPrivateStackParams

func NewGetPrivateStackParams() *GetPrivateStackParams

NewGetPrivateStackParams creates a new GetPrivateStackParams object with the default values initialized.

func NewGetPrivateStackParamsWithContext

func NewGetPrivateStackParamsWithContext(ctx context.Context) *GetPrivateStackParams

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

func NewGetPrivateStackParamsWithHTTPClient

func NewGetPrivateStackParamsWithHTTPClient(client *http.Client) *GetPrivateStackParams

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

func NewGetPrivateStackParamsWithTimeout

func NewGetPrivateStackParamsWithTimeout(timeout time.Duration) *GetPrivateStackParams

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

func (*GetPrivateStackParams) SetContext

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

SetContext adds the context to the get private stack params

func (*GetPrivateStackParams) SetEntry

func (o *GetPrivateStackParams) SetEntry(entry []string)

SetEntry adds the entry to the get private stack params

func (*GetPrivateStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get private stack params

func (*GetPrivateStackParams) SetName

func (o *GetPrivateStackParams) SetName(name string)

SetName adds the name to the get private stack params

func (*GetPrivateStackParams) SetTimeout

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

SetTimeout adds the timeout to the get private stack params

func (*GetPrivateStackParams) WithContext

WithContext adds the context to the get private stack params

func (*GetPrivateStackParams) WithEntry

func (o *GetPrivateStackParams) WithEntry(entry []string) *GetPrivateStackParams

WithEntry adds the entry to the get private stack params

func (*GetPrivateStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get private stack params

func (*GetPrivateStackParams) WithName

WithName adds the name to the get private stack params

func (*GetPrivateStackParams) WithTimeout

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

WithTimeout adds the timeout to the get private stack params

func (*GetPrivateStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPrivateStackReader

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

GetPrivateStackReader is a Reader for the GetPrivateStack structure.

func (*GetPrivateStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrivatesStackOK

type GetPrivatesStackOK struct {
	Payload []*models_cloudbreak.StackResponse
}

GetPrivatesStackOK handles this case with default header values.

successful operation

func NewGetPrivatesStackOK

func NewGetPrivatesStackOK() *GetPrivatesStackOK

NewGetPrivatesStackOK creates a GetPrivatesStackOK with default headers values

func (*GetPrivatesStackOK) Error

func (o *GetPrivatesStackOK) Error() string

type GetPrivatesStackParams

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

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

func NewGetPrivatesStackParams

func NewGetPrivatesStackParams() *GetPrivatesStackParams

NewGetPrivatesStackParams creates a new GetPrivatesStackParams object with the default values initialized.

func NewGetPrivatesStackParamsWithContext

func NewGetPrivatesStackParamsWithContext(ctx context.Context) *GetPrivatesStackParams

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

func NewGetPrivatesStackParamsWithHTTPClient

func NewGetPrivatesStackParamsWithHTTPClient(client *http.Client) *GetPrivatesStackParams

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

func NewGetPrivatesStackParamsWithTimeout

func NewGetPrivatesStackParamsWithTimeout(timeout time.Duration) *GetPrivatesStackParams

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

func (*GetPrivatesStackParams) SetContext

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

SetContext adds the context to the get privates stack params

func (*GetPrivatesStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get privates stack params

func (*GetPrivatesStackParams) SetTimeout

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

SetTimeout adds the timeout to the get privates stack params

func (*GetPrivatesStackParams) WithContext

WithContext adds the context to the get privates stack params

func (*GetPrivatesStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get privates stack params

func (*GetPrivatesStackParams) WithTimeout

WithTimeout adds the timeout to the get privates stack params

func (*GetPrivatesStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivatesStackReader

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

GetPrivatesStackReader is a Reader for the GetPrivatesStack structure.

func (*GetPrivatesStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPublicClusterOK

type GetPublicClusterOK struct {
	Payload *models_cloudbreak.ClusterResponse
}

GetPublicClusterOK handles this case with default header values.

successful operation

func NewGetPublicClusterOK

func NewGetPublicClusterOK() *GetPublicClusterOK

NewGetPublicClusterOK creates a GetPublicClusterOK with default headers values

func (*GetPublicClusterOK) Error

func (o *GetPublicClusterOK) Error() string

type GetPublicClusterParams

type GetPublicClusterParams struct {

	/*Name*/
	Name string

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

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

func NewGetPublicClusterParams

func NewGetPublicClusterParams() *GetPublicClusterParams

NewGetPublicClusterParams creates a new GetPublicClusterParams object with the default values initialized.

func NewGetPublicClusterParamsWithContext

func NewGetPublicClusterParamsWithContext(ctx context.Context) *GetPublicClusterParams

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

func NewGetPublicClusterParamsWithHTTPClient

func NewGetPublicClusterParamsWithHTTPClient(client *http.Client) *GetPublicClusterParams

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

func NewGetPublicClusterParamsWithTimeout

func NewGetPublicClusterParamsWithTimeout(timeout time.Duration) *GetPublicClusterParams

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

func (*GetPublicClusterParams) SetContext

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

SetContext adds the context to the get public cluster params

func (*GetPublicClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get public cluster params

func (*GetPublicClusterParams) SetName

func (o *GetPublicClusterParams) SetName(name string)

SetName adds the name to the get public cluster params

func (*GetPublicClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get public cluster params

func (*GetPublicClusterParams) WithContext

WithContext adds the context to the get public cluster params

func (*GetPublicClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get public cluster params

func (*GetPublicClusterParams) WithName

WithName adds the name to the get public cluster params

func (*GetPublicClusterParams) WithTimeout

WithTimeout adds the timeout to the get public cluster params

func (*GetPublicClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicClusterReader

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

GetPublicClusterReader is a Reader for the GetPublicCluster structure.

func (*GetPublicClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPublicStackOK

type GetPublicStackOK struct {
	Payload *models_cloudbreak.StackResponse
}

GetPublicStackOK handles this case with default header values.

successful operation

func NewGetPublicStackOK

func NewGetPublicStackOK() *GetPublicStackOK

NewGetPublicStackOK creates a GetPublicStackOK with default headers values

func (*GetPublicStackOK) Error

func (o *GetPublicStackOK) Error() string

type GetPublicStackParams

type GetPublicStackParams struct {

	/*Entry*/
	Entry []string
	/*Name*/
	Name string

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

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

func NewGetPublicStackParams

func NewGetPublicStackParams() *GetPublicStackParams

NewGetPublicStackParams creates a new GetPublicStackParams object with the default values initialized.

func NewGetPublicStackParamsWithContext

func NewGetPublicStackParamsWithContext(ctx context.Context) *GetPublicStackParams

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

func NewGetPublicStackParamsWithHTTPClient

func NewGetPublicStackParamsWithHTTPClient(client *http.Client) *GetPublicStackParams

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

func NewGetPublicStackParamsWithTimeout

func NewGetPublicStackParamsWithTimeout(timeout time.Duration) *GetPublicStackParams

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

func (*GetPublicStackParams) SetContext

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

SetContext adds the context to the get public stack params

func (*GetPublicStackParams) SetEntry

func (o *GetPublicStackParams) SetEntry(entry []string)

SetEntry adds the entry to the get public stack params

func (*GetPublicStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get public stack params

func (*GetPublicStackParams) SetName

func (o *GetPublicStackParams) SetName(name string)

SetName adds the name to the get public stack params

func (*GetPublicStackParams) SetTimeout

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

SetTimeout adds the timeout to the get public stack params

func (*GetPublicStackParams) WithContext

WithContext adds the context to the get public stack params

func (*GetPublicStackParams) WithEntry

func (o *GetPublicStackParams) WithEntry(entry []string) *GetPublicStackParams

WithEntry adds the entry to the get public stack params

func (*GetPublicStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get public stack params

func (*GetPublicStackParams) WithName

WithName adds the name to the get public stack params

func (*GetPublicStackParams) WithTimeout

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

WithTimeout adds the timeout to the get public stack params

func (*GetPublicStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPublicStackReader

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

GetPublicStackReader is a Reader for the GetPublicStack structure.

func (*GetPublicStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPublicsStackOK

type GetPublicsStackOK struct {
	Payload []*models_cloudbreak.StackResponse
}

GetPublicsStackOK handles this case with default header values.

successful operation

func NewGetPublicsStackOK

func NewGetPublicsStackOK() *GetPublicsStackOK

NewGetPublicsStackOK creates a GetPublicsStackOK with default headers values

func (*GetPublicsStackOK) Error

func (o *GetPublicsStackOK) Error() string

type GetPublicsStackParams

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

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

func NewGetPublicsStackParams

func NewGetPublicsStackParams() *GetPublicsStackParams

NewGetPublicsStackParams creates a new GetPublicsStackParams object with the default values initialized.

func NewGetPublicsStackParamsWithContext

func NewGetPublicsStackParamsWithContext(ctx context.Context) *GetPublicsStackParams

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

func NewGetPublicsStackParamsWithHTTPClient

func NewGetPublicsStackParamsWithHTTPClient(client *http.Client) *GetPublicsStackParams

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

func NewGetPublicsStackParamsWithTimeout

func NewGetPublicsStackParamsWithTimeout(timeout time.Duration) *GetPublicsStackParams

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

func (*GetPublicsStackParams) SetContext

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

SetContext adds the context to the get publics stack params

func (*GetPublicsStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get publics stack params

func (*GetPublicsStackParams) SetTimeout

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

SetTimeout adds the timeout to the get publics stack params

func (*GetPublicsStackParams) WithContext

WithContext adds the context to the get publics stack params

func (*GetPublicsStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get publics stack params

func (*GetPublicsStackParams) WithTimeout

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

WithTimeout adds the timeout to the get publics stack params

func (*GetPublicsStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPublicsStackReader

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

GetPublicsStackReader is a Reader for the GetPublicsStack structure.

func (*GetPublicsStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStackOK

type GetStackOK struct {
	Payload *models_cloudbreak.StackResponse
}

GetStackOK handles this case with default header values.

successful operation

func NewGetStackOK

func NewGetStackOK() *GetStackOK

NewGetStackOK creates a GetStackOK with default headers values

func (*GetStackOK) Error

func (o *GetStackOK) Error() string

type GetStackParams

type GetStackParams struct {

	/*Entry*/
	Entry []string
	/*ID*/
	ID int64

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

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

func NewGetStackParams

func NewGetStackParams() *GetStackParams

NewGetStackParams creates a new GetStackParams object with the default values initialized.

func NewGetStackParamsWithContext

func NewGetStackParamsWithContext(ctx context.Context) *GetStackParams

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

func NewGetStackParamsWithHTTPClient

func NewGetStackParamsWithHTTPClient(client *http.Client) *GetStackParams

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

func NewGetStackParamsWithTimeout

func NewGetStackParamsWithTimeout(timeout time.Duration) *GetStackParams

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

func (*GetStackParams) SetContext

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

SetContext adds the context to the get stack params

func (*GetStackParams) SetEntry

func (o *GetStackParams) SetEntry(entry []string)

SetEntry adds the entry to the get stack params

func (*GetStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stack params

func (*GetStackParams) SetID

func (o *GetStackParams) SetID(id int64)

SetID adds the id to the get stack params

func (*GetStackParams) SetTimeout

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

SetTimeout adds the timeout to the get stack params

func (*GetStackParams) WithContext

func (o *GetStackParams) WithContext(ctx context.Context) *GetStackParams

WithContext adds the context to the get stack params

func (*GetStackParams) WithEntry

func (o *GetStackParams) WithEntry(entry []string) *GetStackParams

WithEntry adds the entry to the get stack params

func (*GetStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get stack params

func (*GetStackParams) WithID

func (o *GetStackParams) WithID(id int64) *GetStackParams

WithID adds the id to the get stack params

func (*GetStackParams) WithTimeout

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

WithTimeout adds the timeout to the get stack params

func (*GetStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStackReader

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

GetStackReader is a Reader for the GetStack structure.

func (*GetStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostClusterOK

type PostClusterOK struct {
	Payload *models_cloudbreak.ClusterResponse
}

PostClusterOK handles this case with default header values.

successful operation

func NewPostClusterOK

func NewPostClusterOK() *PostClusterOK

NewPostClusterOK creates a PostClusterOK with default headers values

func (*PostClusterOK) Error

func (o *PostClusterOK) Error() string

type PostClusterParams

type PostClusterParams struct {

	/*Body*/
	Body *models_cloudbreak.ClusterRequest
	/*ID*/
	ID int64

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

PostClusterParams contains all the parameters to send to the API endpoint for the post cluster operation typically these are written to a http.Request

func NewPostClusterParams

func NewPostClusterParams() *PostClusterParams

NewPostClusterParams creates a new PostClusterParams object with the default values initialized.

func NewPostClusterParamsWithContext

func NewPostClusterParamsWithContext(ctx context.Context) *PostClusterParams

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

func NewPostClusterParamsWithHTTPClient

func NewPostClusterParamsWithHTTPClient(client *http.Client) *PostClusterParams

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

func NewPostClusterParamsWithTimeout

func NewPostClusterParamsWithTimeout(timeout time.Duration) *PostClusterParams

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

func (*PostClusterParams) SetBody

SetBody adds the body to the post cluster params

func (*PostClusterParams) SetContext

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

SetContext adds the context to the post cluster params

func (*PostClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post cluster params

func (*PostClusterParams) SetID

func (o *PostClusterParams) SetID(id int64)

SetID adds the id to the post cluster params

func (*PostClusterParams) SetTimeout

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

SetTimeout adds the timeout to the post cluster params

func (*PostClusterParams) WithBody

WithBody adds the body to the post cluster params

func (*PostClusterParams) WithContext

func (o *PostClusterParams) WithContext(ctx context.Context) *PostClusterParams

WithContext adds the context to the post cluster params

func (*PostClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post cluster params

func (*PostClusterParams) WithID

func (o *PostClusterParams) WithID(id int64) *PostClusterParams

WithID adds the id to the post cluster params

func (*PostClusterParams) WithTimeout

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

WithTimeout adds the timeout to the post cluster params

func (*PostClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostClusterReader

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

PostClusterReader is a Reader for the PostCluster structure.

func (*PostClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPrivateStackOK

type PostPrivateStackOK struct {
	Payload *models_cloudbreak.StackResponse
}

PostPrivateStackOK handles this case with default header values.

successful operation

func NewPostPrivateStackOK

func NewPostPrivateStackOK() *PostPrivateStackOK

NewPostPrivateStackOK creates a PostPrivateStackOK with default headers values

func (*PostPrivateStackOK) Error

func (o *PostPrivateStackOK) Error() string

type PostPrivateStackParams

type PostPrivateStackParams struct {

	/*Body*/
	Body *models_cloudbreak.StackRequest

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

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

func NewPostPrivateStackParams

func NewPostPrivateStackParams() *PostPrivateStackParams

NewPostPrivateStackParams creates a new PostPrivateStackParams object with the default values initialized.

func NewPostPrivateStackParamsWithContext

func NewPostPrivateStackParamsWithContext(ctx context.Context) *PostPrivateStackParams

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

func NewPostPrivateStackParamsWithHTTPClient

func NewPostPrivateStackParamsWithHTTPClient(client *http.Client) *PostPrivateStackParams

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

func NewPostPrivateStackParamsWithTimeout

func NewPostPrivateStackParamsWithTimeout(timeout time.Duration) *PostPrivateStackParams

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

func (*PostPrivateStackParams) SetBody

SetBody adds the body to the post private stack params

func (*PostPrivateStackParams) SetContext

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

SetContext adds the context to the post private stack params

func (*PostPrivateStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post private stack params

func (*PostPrivateStackParams) SetTimeout

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

SetTimeout adds the timeout to the post private stack params

func (*PostPrivateStackParams) WithBody

WithBody adds the body to the post private stack params

func (*PostPrivateStackParams) WithContext

WithContext adds the context to the post private stack params

func (*PostPrivateStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post private stack params

func (*PostPrivateStackParams) WithTimeout

WithTimeout adds the timeout to the post private stack params

func (*PostPrivateStackParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPrivateStackReader

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

PostPrivateStackReader is a Reader for the PostPrivateStack structure.

func (*PostPrivateStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPublicStackOK

type PostPublicStackOK struct {
	Payload *models_cloudbreak.StackResponse
}

PostPublicStackOK handles this case with default header values.

successful operation

func NewPostPublicStackOK

func NewPostPublicStackOK() *PostPublicStackOK

NewPostPublicStackOK creates a PostPublicStackOK with default headers values

func (*PostPublicStackOK) Error

func (o *PostPublicStackOK) Error() string

type PostPublicStackParams

type PostPublicStackParams struct {

	/*Body*/
	Body *models_cloudbreak.StackRequest

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

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

func NewPostPublicStackParams

func NewPostPublicStackParams() *PostPublicStackParams

NewPostPublicStackParams creates a new PostPublicStackParams object with the default values initialized.

func NewPostPublicStackParamsWithContext

func NewPostPublicStackParamsWithContext(ctx context.Context) *PostPublicStackParams

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

func NewPostPublicStackParamsWithHTTPClient

func NewPostPublicStackParamsWithHTTPClient(client *http.Client) *PostPublicStackParams

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

func NewPostPublicStackParamsWithTimeout

func NewPostPublicStackParamsWithTimeout(timeout time.Duration) *PostPublicStackParams

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

func (*PostPublicStackParams) SetBody

SetBody adds the body to the post public stack params

func (*PostPublicStackParams) SetContext

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

SetContext adds the context to the post public stack params

func (*PostPublicStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post public stack params

func (*PostPublicStackParams) SetTimeout

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

SetTimeout adds the timeout to the post public stack params

func (*PostPublicStackParams) WithBody

WithBody adds the body to the post public stack params

func (*PostPublicStackParams) WithContext

WithContext adds the context to the post public stack params

func (*PostPublicStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post public stack params

func (*PostPublicStackParams) WithTimeout

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

WithTimeout adds the timeout to the post public stack params

func (*PostPublicStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostPublicStackReader

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

PostPublicStackReader is a Reader for the PostPublicStack structure.

func (*PostPublicStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutClusterDefault

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

PutClusterDefault handles this case with default header values.

successful operation

func NewPutClusterDefault

func NewPutClusterDefault(code int) *PutClusterDefault

NewPutClusterDefault creates a PutClusterDefault with default headers values

func (*PutClusterDefault) Code

func (o *PutClusterDefault) Code() int

Code gets the status code for the put cluster default response

func (*PutClusterDefault) Error

func (o *PutClusterDefault) Error() string

type PutClusterParams

type PutClusterParams struct {

	/*Body*/
	Body *models_cloudbreak.UpdateCluster
	/*ID*/
	ID int64

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

PutClusterParams contains all the parameters to send to the API endpoint for the put cluster operation typically these are written to a http.Request

func NewPutClusterParams

func NewPutClusterParams() *PutClusterParams

NewPutClusterParams creates a new PutClusterParams object with the default values initialized.

func NewPutClusterParamsWithContext

func NewPutClusterParamsWithContext(ctx context.Context) *PutClusterParams

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

func NewPutClusterParamsWithHTTPClient

func NewPutClusterParamsWithHTTPClient(client *http.Client) *PutClusterParams

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

func NewPutClusterParamsWithTimeout

func NewPutClusterParamsWithTimeout(timeout time.Duration) *PutClusterParams

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

func (*PutClusterParams) SetBody

SetBody adds the body to the put cluster params

func (*PutClusterParams) SetContext

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

SetContext adds the context to the put cluster params

func (*PutClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put cluster params

func (*PutClusterParams) SetID

func (o *PutClusterParams) SetID(id int64)

SetID adds the id to the put cluster params

func (*PutClusterParams) SetTimeout

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

SetTimeout adds the timeout to the put cluster params

func (*PutClusterParams) WithBody

WithBody adds the body to the put cluster params

func (*PutClusterParams) WithContext

func (o *PutClusterParams) WithContext(ctx context.Context) *PutClusterParams

WithContext adds the context to the put cluster params

func (*PutClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put cluster params

func (*PutClusterParams) WithID

func (o *PutClusterParams) WithID(id int64) *PutClusterParams

WithID adds the id to the put cluster params

func (*PutClusterParams) WithTimeout

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

WithTimeout adds the timeout to the put cluster params

func (*PutClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutClusterReader

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

PutClusterReader is a Reader for the PutCluster structure.

func (*PutClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutStackDefault

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

PutStackDefault handles this case with default header values.

successful operation

func NewPutStackDefault

func NewPutStackDefault(code int) *PutStackDefault

NewPutStackDefault creates a PutStackDefault with default headers values

func (*PutStackDefault) Code

func (o *PutStackDefault) Code() int

Code gets the status code for the put stack default response

func (*PutStackDefault) Error

func (o *PutStackDefault) Error() string

type PutStackParams

type PutStackParams struct {

	/*Body*/
	Body *models_cloudbreak.UpdateStack
	/*ID*/
	ID int64

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

PutStackParams contains all the parameters to send to the API endpoint for the put stack operation typically these are written to a http.Request

func NewPutStackParams

func NewPutStackParams() *PutStackParams

NewPutStackParams creates a new PutStackParams object with the default values initialized.

func NewPutStackParamsWithContext

func NewPutStackParamsWithContext(ctx context.Context) *PutStackParams

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

func NewPutStackParamsWithHTTPClient

func NewPutStackParamsWithHTTPClient(client *http.Client) *PutStackParams

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

func NewPutStackParamsWithTimeout

func NewPutStackParamsWithTimeout(timeout time.Duration) *PutStackParams

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

func (*PutStackParams) SetBody

func (o *PutStackParams) SetBody(body *models_cloudbreak.UpdateStack)

SetBody adds the body to the put stack params

func (*PutStackParams) SetContext

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

SetContext adds the context to the put stack params

func (*PutStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put stack params

func (*PutStackParams) SetID

func (o *PutStackParams) SetID(id int64)

SetID adds the id to the put stack params

func (*PutStackParams) SetTimeout

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

SetTimeout adds the timeout to the put stack params

func (*PutStackParams) WithBody

WithBody adds the body to the put stack params

func (*PutStackParams) WithContext

func (o *PutStackParams) WithContext(ctx context.Context) *PutStackParams

WithContext adds the context to the put stack params

func (*PutStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put stack params

func (*PutStackParams) WithID

func (o *PutStackParams) WithID(id int64) *PutStackParams

WithID adds the id to the put stack params

func (*PutStackParams) WithTimeout

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

WithTimeout adds the timeout to the put stack params

func (*PutStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutStackReader

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

PutStackReader is a Reader for the PutStack structure.

func (*PutStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RepairClusterDefault

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

RepairClusterDefault handles this case with default header values.

successful operation

func NewRepairClusterDefault

func NewRepairClusterDefault(code int) *RepairClusterDefault

NewRepairClusterDefault creates a RepairClusterDefault with default headers values

func (*RepairClusterDefault) Code

func (o *RepairClusterDefault) Code() int

Code gets the status code for the repair cluster default response

func (*RepairClusterDefault) Error

func (o *RepairClusterDefault) Error() string

type RepairClusterParams

type RepairClusterParams struct {

	/*Body*/
	Body *models_cloudbreak.ClusterRepairRequest
	/*ID*/
	ID int64

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

RepairClusterParams contains all the parameters to send to the API endpoint for the repair cluster operation typically these are written to a http.Request

func NewRepairClusterParams

func NewRepairClusterParams() *RepairClusterParams

NewRepairClusterParams creates a new RepairClusterParams object with the default values initialized.

func NewRepairClusterParamsWithContext

func NewRepairClusterParamsWithContext(ctx context.Context) *RepairClusterParams

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

func NewRepairClusterParamsWithHTTPClient

func NewRepairClusterParamsWithHTTPClient(client *http.Client) *RepairClusterParams

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

func NewRepairClusterParamsWithTimeout

func NewRepairClusterParamsWithTimeout(timeout time.Duration) *RepairClusterParams

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

func (*RepairClusterParams) SetBody

SetBody adds the body to the repair cluster params

func (*RepairClusterParams) SetContext

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

SetContext adds the context to the repair cluster params

func (*RepairClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the repair cluster params

func (*RepairClusterParams) SetID

func (o *RepairClusterParams) SetID(id int64)

SetID adds the id to the repair cluster params

func (*RepairClusterParams) SetTimeout

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

SetTimeout adds the timeout to the repair cluster params

func (*RepairClusterParams) WithBody

WithBody adds the body to the repair cluster params

func (*RepairClusterParams) WithContext

WithContext adds the context to the repair cluster params

func (*RepairClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the repair cluster params

func (*RepairClusterParams) WithID

WithID adds the id to the repair cluster params

func (*RepairClusterParams) WithTimeout

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

WithTimeout adds the timeout to the repair cluster params

func (*RepairClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RepairClusterReader

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

RepairClusterReader is a Reader for the RepairCluster structure.

func (*RepairClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StatusStackOK

type StatusStackOK struct {
	Payload StatusStackOKBody
}

StatusStackOK handles this case with default header values.

successful operation

func NewStatusStackOK

func NewStatusStackOK() *StatusStackOK

NewStatusStackOK creates a StatusStackOK with default headers values

func (*StatusStackOK) Error

func (o *StatusStackOK) Error() string

type StatusStackOKBody

type StatusStackOKBody map[string]interface{}

func (StatusStackOKBody) Validate

func (o StatusStackOKBody) Validate(formats strfmt.Registry) error

Validate validates this status stack o k body

type StatusStackParams

type StatusStackParams struct {

	/*ID*/
	ID int64

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

StatusStackParams contains all the parameters to send to the API endpoint for the status stack operation typically these are written to a http.Request

func NewStatusStackParams

func NewStatusStackParams() *StatusStackParams

NewStatusStackParams creates a new StatusStackParams object with the default values initialized.

func NewStatusStackParamsWithContext

func NewStatusStackParamsWithContext(ctx context.Context) *StatusStackParams

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

func NewStatusStackParamsWithHTTPClient

func NewStatusStackParamsWithHTTPClient(client *http.Client) *StatusStackParams

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

func NewStatusStackParamsWithTimeout

func NewStatusStackParamsWithTimeout(timeout time.Duration) *StatusStackParams

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

func (*StatusStackParams) SetContext

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

SetContext adds the context to the status stack params

func (*StatusStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the status stack params

func (*StatusStackParams) SetID

func (o *StatusStackParams) SetID(id int64)

SetID adds the id to the status stack params

func (*StatusStackParams) SetTimeout

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

SetTimeout adds the timeout to the status stack params

func (*StatusStackParams) WithContext

func (o *StatusStackParams) WithContext(ctx context.Context) *StatusStackParams

WithContext adds the context to the status stack params

func (*StatusStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the status stack params

func (*StatusStackParams) WithID

func (o *StatusStackParams) WithID(id int64) *StatusStackParams

WithID adds the id to the status stack params

func (*StatusStackParams) WithTimeout

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

WithTimeout adds the timeout to the status stack params

func (*StatusStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type StatusStackReader

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

StatusStackReader is a Reader for the StatusStack structure.

func (*StatusStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateGatewayTopologiesOK

type UpdateGatewayTopologiesOK struct {
	Payload *models_cloudbreak.GatewayJSON
}

UpdateGatewayTopologiesOK handles this case with default header values.

successful operation

func NewUpdateGatewayTopologiesOK

func NewUpdateGatewayTopologiesOK() *UpdateGatewayTopologiesOK

NewUpdateGatewayTopologiesOK creates a UpdateGatewayTopologiesOK with default headers values

func (*UpdateGatewayTopologiesOK) Error

func (o *UpdateGatewayTopologiesOK) Error() string

type UpdateGatewayTopologiesParams

type UpdateGatewayTopologiesParams struct {

	/*Body*/
	Body *models_cloudbreak.UpdateGatewayTopologiesJSON
	/*ID*/
	ID int64

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

UpdateGatewayTopologiesParams contains all the parameters to send to the API endpoint for the update gateway topologies operation typically these are written to a http.Request

func NewUpdateGatewayTopologiesParams

func NewUpdateGatewayTopologiesParams() *UpdateGatewayTopologiesParams

NewUpdateGatewayTopologiesParams creates a new UpdateGatewayTopologiesParams object with the default values initialized.

func NewUpdateGatewayTopologiesParamsWithContext

func NewUpdateGatewayTopologiesParamsWithContext(ctx context.Context) *UpdateGatewayTopologiesParams

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

func NewUpdateGatewayTopologiesParamsWithHTTPClient

func NewUpdateGatewayTopologiesParamsWithHTTPClient(client *http.Client) *UpdateGatewayTopologiesParams

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

func NewUpdateGatewayTopologiesParamsWithTimeout

func NewUpdateGatewayTopologiesParamsWithTimeout(timeout time.Duration) *UpdateGatewayTopologiesParams

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

func (*UpdateGatewayTopologiesParams) SetBody

SetBody adds the body to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) SetContext

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

SetContext adds the context to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) SetID

func (o *UpdateGatewayTopologiesParams) SetID(id int64)

SetID adds the id to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) SetTimeout

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

SetTimeout adds the timeout to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WithBody

WithBody adds the body to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WithContext

WithContext adds the context to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WithID

WithID adds the id to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WithTimeout

WithTimeout adds the timeout to the update gateway topologies params

func (*UpdateGatewayTopologiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateGatewayTopologiesReader

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

UpdateGatewayTopologiesReader is a Reader for the UpdateGatewayTopologies structure.

func (*UpdateGatewayTopologiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpgradeClusterDefault

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

UpgradeClusterDefault handles this case with default header values.

successful operation

func NewUpgradeClusterDefault

func NewUpgradeClusterDefault(code int) *UpgradeClusterDefault

NewUpgradeClusterDefault creates a UpgradeClusterDefault with default headers values

func (*UpgradeClusterDefault) Code

func (o *UpgradeClusterDefault) Code() int

Code gets the status code for the upgrade cluster default response

func (*UpgradeClusterDefault) Error

func (o *UpgradeClusterDefault) Error() string

type UpgradeClusterParams

type UpgradeClusterParams struct {

	/*Body*/
	Body *models_cloudbreak.AmbariRepoDetails
	/*ID*/
	ID int64

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

UpgradeClusterParams contains all the parameters to send to the API endpoint for the upgrade cluster operation typically these are written to a http.Request

func NewUpgradeClusterParams

func NewUpgradeClusterParams() *UpgradeClusterParams

NewUpgradeClusterParams creates a new UpgradeClusterParams object with the default values initialized.

func NewUpgradeClusterParamsWithContext

func NewUpgradeClusterParamsWithContext(ctx context.Context) *UpgradeClusterParams

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

func NewUpgradeClusterParamsWithHTTPClient

func NewUpgradeClusterParamsWithHTTPClient(client *http.Client) *UpgradeClusterParams

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

func NewUpgradeClusterParamsWithTimeout

func NewUpgradeClusterParamsWithTimeout(timeout time.Duration) *UpgradeClusterParams

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

func (*UpgradeClusterParams) SetBody

SetBody adds the body to the upgrade cluster params

func (*UpgradeClusterParams) SetContext

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

SetContext adds the context to the upgrade cluster params

func (*UpgradeClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upgrade cluster params

func (*UpgradeClusterParams) SetID

func (o *UpgradeClusterParams) SetID(id int64)

SetID adds the id to the upgrade cluster params

func (*UpgradeClusterParams) SetTimeout

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

SetTimeout adds the timeout to the upgrade cluster params

func (*UpgradeClusterParams) WithBody

WithBody adds the body to the upgrade cluster params

func (*UpgradeClusterParams) WithContext

WithContext adds the context to the upgrade cluster params

func (*UpgradeClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upgrade cluster params

func (*UpgradeClusterParams) WithID

WithID adds the id to the upgrade cluster params

func (*UpgradeClusterParams) WithTimeout

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

WithTimeout adds the timeout to the upgrade cluster params

func (*UpgradeClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpgradeClusterReader

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

UpgradeClusterReader is a Reader for the UpgradeCluster structure.

func (*UpgradeClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateStackDefault

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

ValidateStackDefault handles this case with default header values.

successful operation

func NewValidateStackDefault

func NewValidateStackDefault(code int) *ValidateStackDefault

NewValidateStackDefault creates a ValidateStackDefault with default headers values

func (*ValidateStackDefault) Code

func (o *ValidateStackDefault) Code() int

Code gets the status code for the validate stack default response

func (*ValidateStackDefault) Error

func (o *ValidateStackDefault) Error() string

type ValidateStackParams

type ValidateStackParams struct {

	/*Body*/
	Body *models_cloudbreak.StackValidationRequest

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

ValidateStackParams contains all the parameters to send to the API endpoint for the validate stack operation typically these are written to a http.Request

func NewValidateStackParams

func NewValidateStackParams() *ValidateStackParams

NewValidateStackParams creates a new ValidateStackParams object with the default values initialized.

func NewValidateStackParamsWithContext

func NewValidateStackParamsWithContext(ctx context.Context) *ValidateStackParams

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

func NewValidateStackParamsWithHTTPClient

func NewValidateStackParamsWithHTTPClient(client *http.Client) *ValidateStackParams

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

func NewValidateStackParamsWithTimeout

func NewValidateStackParamsWithTimeout(timeout time.Duration) *ValidateStackParams

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

func (*ValidateStackParams) SetBody

SetBody adds the body to the validate stack params

func (*ValidateStackParams) SetContext

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

SetContext adds the context to the validate stack params

func (*ValidateStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate stack params

func (*ValidateStackParams) SetTimeout

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

SetTimeout adds the timeout to the validate stack params

func (*ValidateStackParams) WithBody

WithBody adds the body to the validate stack params

func (*ValidateStackParams) WithContext

WithContext adds the context to the validate stack params

func (*ValidateStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the validate stack params

func (*ValidateStackParams) WithTimeout

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

WithTimeout adds the timeout to the validate stack params

func (*ValidateStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ValidateStackReader

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

ValidateStackReader is a Reader for the ValidateStack structure.

func (*ValidateStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type VariantsStackOK

type VariantsStackOK struct {
	Payload *models_cloudbreak.PlatformVariantsJSON
}

VariantsStackOK handles this case with default header values.

successful operation

func NewVariantsStackOK

func NewVariantsStackOK() *VariantsStackOK

NewVariantsStackOK creates a VariantsStackOK with default headers values

func (*VariantsStackOK) Error

func (o *VariantsStackOK) Error() string

type VariantsStackParams

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

VariantsStackParams contains all the parameters to send to the API endpoint for the variants stack operation typically these are written to a http.Request

func NewVariantsStackParams

func NewVariantsStackParams() *VariantsStackParams

NewVariantsStackParams creates a new VariantsStackParams object with the default values initialized.

func NewVariantsStackParamsWithContext

func NewVariantsStackParamsWithContext(ctx context.Context) *VariantsStackParams

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

func NewVariantsStackParamsWithHTTPClient

func NewVariantsStackParamsWithHTTPClient(client *http.Client) *VariantsStackParams

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

func NewVariantsStackParamsWithTimeout

func NewVariantsStackParamsWithTimeout(timeout time.Duration) *VariantsStackParams

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

func (*VariantsStackParams) SetContext

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

SetContext adds the context to the variants stack params

func (*VariantsStackParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the variants stack params

func (*VariantsStackParams) SetTimeout

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

SetTimeout adds the timeout to the variants stack params

func (*VariantsStackParams) WithContext

WithContext adds the context to the variants stack params

func (*VariantsStackParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the variants stack params

func (*VariantsStackParams) WithTimeout

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

WithTimeout adds the timeout to the variants stack params

func (*VariantsStackParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type VariantsStackReader

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

VariantsStackReader is a Reader for the VariantsStack structure.

func (*VariantsStackReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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