v3_organization_id_stacks

package
v2.9.0-dev.47+incompat... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeImageV3Default

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

ChangeImageV3Default handles this case with default header values.

successful operation

func NewChangeImageV3Default

func NewChangeImageV3Default(code int) *ChangeImageV3Default

NewChangeImageV3Default creates a ChangeImageV3Default with default headers values

func (*ChangeImageV3Default) Code

func (o *ChangeImageV3Default) Code() int

Code gets the status code for the change image v3 default response

func (*ChangeImageV3Default) Error

func (o *ChangeImageV3Default) Error() string

type ChangeImageV3Params

type ChangeImageV3Params struct {

	/*Body*/
	Body *models_cloudbreak.StackImageChangeRequest
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

ChangeImageV3Params contains all the parameters to send to the API endpoint for the change image v3 operation typically these are written to a http.Request

func NewChangeImageV3Params

func NewChangeImageV3Params() *ChangeImageV3Params

NewChangeImageV3Params creates a new ChangeImageV3Params object with the default values initialized.

func NewChangeImageV3ParamsWithContext

func NewChangeImageV3ParamsWithContext(ctx context.Context) *ChangeImageV3Params

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

func NewChangeImageV3ParamsWithHTTPClient

func NewChangeImageV3ParamsWithHTTPClient(client *http.Client) *ChangeImageV3Params

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

func NewChangeImageV3ParamsWithTimeout

func NewChangeImageV3ParamsWithTimeout(timeout time.Duration) *ChangeImageV3Params

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

func (*ChangeImageV3Params) SetBody

SetBody adds the body to the change image v3 params

func (*ChangeImageV3Params) SetContext

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

SetContext adds the context to the change image v3 params

func (*ChangeImageV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change image v3 params

func (*ChangeImageV3Params) SetName

func (o *ChangeImageV3Params) SetName(name string)

SetName adds the name to the change image v3 params

func (*ChangeImageV3Params) SetOrganizationID

func (o *ChangeImageV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the change image v3 params

func (*ChangeImageV3Params) SetTimeout

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

SetTimeout adds the timeout to the change image v3 params

func (*ChangeImageV3Params) WithBody

WithBody adds the body to the change image v3 params

func (*ChangeImageV3Params) WithContext

WithContext adds the context to the change image v3 params

func (*ChangeImageV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change image v3 params

func (*ChangeImageV3Params) WithName

func (o *ChangeImageV3Params) WithName(name string) *ChangeImageV3Params

WithName adds the name to the change image v3 params

func (*ChangeImageV3Params) WithOrganizationID

func (o *ChangeImageV3Params) WithOrganizationID(organizationID int64) *ChangeImageV3Params

WithOrganizationID adds the organizationID to the change image v3 params

func (*ChangeImageV3Params) WithTimeout

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

WithTimeout adds the timeout to the change image v3 params

func (*ChangeImageV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ChangeImageV3Reader

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

ChangeImageV3Reader is a Reader for the ChangeImageV3 structure.

func (*ChangeImageV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for v3 organization id stacks API

func New

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

New creates a new v3 organization id stacks API client.

func (*Client) ChangeImageV3

func (a *Client) ChangeImageV3(params *ChangeImageV3Params) error

ChangeImageV3 checks image in stack by name in organization

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) CreateStackInOrganization

func (a *Client) CreateStackInOrganization(params *CreateStackInOrganizationParams) (*CreateStackInOrganizationOK, error)

CreateStackInOrganization creates stack in organization

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) DeleteClusterWithKerberosV3

func (a *Client) DeleteClusterWithKerberosV3(params *DeleteClusterWithKerberosV3Params) error

DeleteClusterWithKerberosV3 deletes the stack with kerberos cluster by name in organization

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) DeleteInstanceStackV3

func (a *Client) DeleteInstanceStackV3(params *DeleteInstanceStackV3Params) error

DeleteInstanceStackV3 deletes instance from the stack s cluster in organization

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) DeleteStackInOrganization

func (a *Client) DeleteStackInOrganization(params *DeleteStackInOrganizationParams) error

DeleteStackInOrganization deletes stack by name in organization

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) GetStackInOrganization

func (a *Client) GetStackInOrganization(params *GetStackInOrganizationParams) (*GetStackInOrganizationOK, error)

GetStackInOrganization gets stack by name in organization

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) GetStackRequestFromNameV3

func (a *Client) GetStackRequestFromNameV3(params *GetStackRequestFromNameV3Params) (*GetStackRequestFromNameV3OK, error)

GetStackRequestFromNameV3 gets stack request by name in organization

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) ListStacksByOrganization

func (a *Client) ListStacksByOrganization(params *ListStacksByOrganizationParams) (*ListStacksByOrganizationOK, error)

ListStacksByOrganization lists stacks for the given organization

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) PostStackForBlueprintV3

func (a *Client) PostStackForBlueprintV3(params *PostStackForBlueprintV3Params) (*PostStackForBlueprintV3OK, error)

PostStackForBlueprintV3 posts stack for blueprint in organization

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) PutpasswordStackV3

func (a *Client) PutpasswordStackV3(params *PutpasswordStackV3Params) error

PutpasswordStackV3 updates 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) PutreinstallStackV3

func (a *Client) PutreinstallStackV3(params *PutreinstallStackV3Params) error

PutreinstallStackV3 updates 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) PutscalingStackV3

func (a *Client) PutscalingStackV3(params *PutscalingStackV3Params) error

PutscalingStackV3 scales the stack by name in organization

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) PutstartStackV3

func (a *Client) PutstartStackV3(params *PutstartStackV3Params) error

PutstartStackV3 starts the stack by name in organization

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) PutstopStackV3

func (a *Client) PutstopStackV3(params *PutstopStackV3Params) error

PutstopStackV3 stops the stack by name in organization

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) PutsyncStackV3

func (a *Client) PutsyncStackV3(params *PutsyncStackV3Params) error

PutsyncStackV3 syncs the stack by name in organization

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) RepairClusterV3

func (a *Client) RepairClusterV3(params *RepairClusterV3Params) error

RepairClusterV3 repairs the stack by name in organization

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

func (*Client) RetryStackV3

func (a *Client) RetryStackV3(params *RetryStackV3Params) error

RetryStackV3 retries the stack by name in organization

Failed or interrupted stack and cluster operations can be retried, after the cause of the failure was eliminated. The operations will continue at the state, where the previous process failed.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StatusStackV3

func (a *Client) StatusStackV3(params *StatusStackV3Params) (*StatusStackV3OK, error)

StatusStackV3 retrieves stack status by stack 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.

type CreateStackInOrganizationOK

type CreateStackInOrganizationOK struct {
	Payload *models_cloudbreak.StackResponse
}

CreateStackInOrganizationOK handles this case with default header values.

successful operation

func NewCreateStackInOrganizationOK

func NewCreateStackInOrganizationOK() *CreateStackInOrganizationOK

NewCreateStackInOrganizationOK creates a CreateStackInOrganizationOK with default headers values

func (*CreateStackInOrganizationOK) Error

type CreateStackInOrganizationParams

type CreateStackInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.StackV2Request
	/*OrganizationID*/
	OrganizationID int64

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

CreateStackInOrganizationParams contains all the parameters to send to the API endpoint for the create stack in organization operation typically these are written to a http.Request

func NewCreateStackInOrganizationParams

func NewCreateStackInOrganizationParams() *CreateStackInOrganizationParams

NewCreateStackInOrganizationParams creates a new CreateStackInOrganizationParams object with the default values initialized.

func NewCreateStackInOrganizationParamsWithContext

func NewCreateStackInOrganizationParamsWithContext(ctx context.Context) *CreateStackInOrganizationParams

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

func NewCreateStackInOrganizationParamsWithHTTPClient

func NewCreateStackInOrganizationParamsWithHTTPClient(client *http.Client) *CreateStackInOrganizationParams

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

func NewCreateStackInOrganizationParamsWithTimeout

func NewCreateStackInOrganizationParamsWithTimeout(timeout time.Duration) *CreateStackInOrganizationParams

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

func (*CreateStackInOrganizationParams) SetBody

SetBody adds the body to the create stack in organization params

func (*CreateStackInOrganizationParams) SetContext

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

SetContext adds the context to the create stack in organization params

func (*CreateStackInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create stack in organization params

func (*CreateStackInOrganizationParams) SetOrganizationID

func (o *CreateStackInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create stack in organization params

func (*CreateStackInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create stack in organization params

func (*CreateStackInOrganizationParams) WithBody

WithBody adds the body to the create stack in organization params

func (*CreateStackInOrganizationParams) WithContext

WithContext adds the context to the create stack in organization params

func (*CreateStackInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create stack in organization params

func (*CreateStackInOrganizationParams) WithOrganizationID

func (o *CreateStackInOrganizationParams) WithOrganizationID(organizationID int64) *CreateStackInOrganizationParams

WithOrganizationID adds the organizationID to the create stack in organization params

func (*CreateStackInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create stack in organization params

func (*CreateStackInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateStackInOrganizationReader

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

CreateStackInOrganizationReader is a Reader for the CreateStackInOrganization structure.

func (*CreateStackInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterWithKerberosV3Default

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

DeleteClusterWithKerberosV3Default handles this case with default header values.

successful operation

func NewDeleteClusterWithKerberosV3Default

func NewDeleteClusterWithKerberosV3Default(code int) *DeleteClusterWithKerberosV3Default

NewDeleteClusterWithKerberosV3Default creates a DeleteClusterWithKerberosV3Default with default headers values

func (*DeleteClusterWithKerberosV3Default) Code

Code gets the status code for the delete cluster with kerberos v3 default response

func (*DeleteClusterWithKerberosV3Default) Error

type DeleteClusterWithKerberosV3Params

type DeleteClusterWithKerberosV3Params struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64
	/*WithStackDelete*/
	WithStackDelete *bool

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

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

func NewDeleteClusterWithKerberosV3Params

func NewDeleteClusterWithKerberosV3Params() *DeleteClusterWithKerberosV3Params

NewDeleteClusterWithKerberosV3Params creates a new DeleteClusterWithKerberosV3Params object with the default values initialized.

func NewDeleteClusterWithKerberosV3ParamsWithContext

func NewDeleteClusterWithKerberosV3ParamsWithContext(ctx context.Context) *DeleteClusterWithKerberosV3Params

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

func NewDeleteClusterWithKerberosV3ParamsWithHTTPClient

func NewDeleteClusterWithKerberosV3ParamsWithHTTPClient(client *http.Client) *DeleteClusterWithKerberosV3Params

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

func NewDeleteClusterWithKerberosV3ParamsWithTimeout

func NewDeleteClusterWithKerberosV3ParamsWithTimeout(timeout time.Duration) *DeleteClusterWithKerberosV3Params

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

func (*DeleteClusterWithKerberosV3Params) SetContext

SetContext adds the context to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetDeleteDependencies

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

SetDeleteDependencies adds the deleteDependencies to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetName

func (o *DeleteClusterWithKerberosV3Params) SetName(name string)

SetName adds the name to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetOrganizationID

func (o *DeleteClusterWithKerberosV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetTimeout

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

SetTimeout adds the timeout to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) SetWithStackDelete

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

SetWithStackDelete adds the withStackDelete to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithContext

WithContext adds the context to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithDeleteDependencies

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

WithDeleteDependencies adds the deleteDependencies to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithName

WithName adds the name to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithOrganizationID

func (o *DeleteClusterWithKerberosV3Params) WithOrganizationID(organizationID int64) *DeleteClusterWithKerberosV3Params

WithOrganizationID adds the organizationID to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithTimeout

WithTimeout adds the timeout to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WithWithStackDelete

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

WithWithStackDelete adds the withStackDelete to the delete cluster with kerberos v3 params

func (*DeleteClusterWithKerberosV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterWithKerberosV3Reader

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

DeleteClusterWithKerberosV3Reader is a Reader for the DeleteClusterWithKerberosV3 structure.

func (*DeleteClusterWithKerberosV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInstanceStackV3Default

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

DeleteInstanceStackV3Default handles this case with default header values.

successful operation

func NewDeleteInstanceStackV3Default

func NewDeleteInstanceStackV3Default(code int) *DeleteInstanceStackV3Default

NewDeleteInstanceStackV3Default creates a DeleteInstanceStackV3Default with default headers values

func (*DeleteInstanceStackV3Default) Code

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

func (*DeleteInstanceStackV3Default) Error

type DeleteInstanceStackV3Params

type DeleteInstanceStackV3Params struct {

	/*Forced*/
	Forced *bool
	/*InstanceID*/
	InstanceID string
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewDeleteInstanceStackV3Params

func NewDeleteInstanceStackV3Params() *DeleteInstanceStackV3Params

NewDeleteInstanceStackV3Params creates a new DeleteInstanceStackV3Params object with the default values initialized.

func NewDeleteInstanceStackV3ParamsWithContext

func NewDeleteInstanceStackV3ParamsWithContext(ctx context.Context) *DeleteInstanceStackV3Params

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

func NewDeleteInstanceStackV3ParamsWithHTTPClient

func NewDeleteInstanceStackV3ParamsWithHTTPClient(client *http.Client) *DeleteInstanceStackV3Params

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

func NewDeleteInstanceStackV3ParamsWithTimeout

func NewDeleteInstanceStackV3ParamsWithTimeout(timeout time.Duration) *DeleteInstanceStackV3Params

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

func (*DeleteInstanceStackV3Params) SetContext

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

SetContext adds the context to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetForced

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

SetForced adds the forced to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetInstanceID

func (o *DeleteInstanceStackV3Params) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetName

func (o *DeleteInstanceStackV3Params) SetName(name string)

SetName adds the name to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetOrganizationID

func (o *DeleteInstanceStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithContext

WithContext adds the context to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithForced

WithForced adds the forced to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithInstanceID

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

WithInstanceID adds the instanceID to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithName

WithName adds the name to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithOrganizationID

func (o *DeleteInstanceStackV3Params) WithOrganizationID(organizationID int64) *DeleteInstanceStackV3Params

WithOrganizationID adds the organizationID to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WithTimeout

WithTimeout adds the timeout to the delete instance stack v3 params

func (*DeleteInstanceStackV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInstanceStackV3Reader

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

DeleteInstanceStackV3Reader is a Reader for the DeleteInstanceStackV3 structure.

func (*DeleteInstanceStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStackInOrganizationDefault

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

DeleteStackInOrganizationDefault handles this case with default header values.

successful operation

func NewDeleteStackInOrganizationDefault

func NewDeleteStackInOrganizationDefault(code int) *DeleteStackInOrganizationDefault

NewDeleteStackInOrganizationDefault creates a DeleteStackInOrganizationDefault with default headers values

func (*DeleteStackInOrganizationDefault) Code

Code gets the status code for the delete stack in organization default response

func (*DeleteStackInOrganizationDefault) Error

type DeleteStackInOrganizationParams

type DeleteStackInOrganizationParams struct {

	/*DeleteDependencies*/
	DeleteDependencies *bool
	/*Forced*/
	Forced *bool
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewDeleteStackInOrganizationParams

func NewDeleteStackInOrganizationParams() *DeleteStackInOrganizationParams

NewDeleteStackInOrganizationParams creates a new DeleteStackInOrganizationParams object with the default values initialized.

func NewDeleteStackInOrganizationParamsWithContext

func NewDeleteStackInOrganizationParamsWithContext(ctx context.Context) *DeleteStackInOrganizationParams

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

func NewDeleteStackInOrganizationParamsWithHTTPClient

func NewDeleteStackInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteStackInOrganizationParams

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

func NewDeleteStackInOrganizationParamsWithTimeout

func NewDeleteStackInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteStackInOrganizationParams

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

func (*DeleteStackInOrganizationParams) SetContext

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

SetContext adds the context to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetDeleteDependencies

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

SetDeleteDependencies adds the deleteDependencies to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetForced

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

SetForced adds the forced to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetName

func (o *DeleteStackInOrganizationParams) SetName(name string)

SetName adds the name to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetOrganizationID

func (o *DeleteStackInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete stack in organization params

func (*DeleteStackInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithContext

WithContext adds the context to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithDeleteDependencies

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

WithDeleteDependencies adds the deleteDependencies to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithForced

WithForced adds the forced to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithName

WithName adds the name to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithOrganizationID

func (o *DeleteStackInOrganizationParams) WithOrganizationID(organizationID int64) *DeleteStackInOrganizationParams

WithOrganizationID adds the organizationID to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete stack in organization params

func (*DeleteStackInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStackInOrganizationReader

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

DeleteStackInOrganizationReader is a Reader for the DeleteStackInOrganization structure.

func (*DeleteStackInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStackInOrganizationOK

type GetStackInOrganizationOK struct {
	Payload *models_cloudbreak.StackResponse
}

GetStackInOrganizationOK handles this case with default header values.

successful operation

func NewGetStackInOrganizationOK

func NewGetStackInOrganizationOK() *GetStackInOrganizationOK

NewGetStackInOrganizationOK creates a GetStackInOrganizationOK with default headers values

func (*GetStackInOrganizationOK) Error

func (o *GetStackInOrganizationOK) Error() string

type GetStackInOrganizationParams

type GetStackInOrganizationParams struct {

	/*Entry*/
	Entry []string
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewGetStackInOrganizationParams

func NewGetStackInOrganizationParams() *GetStackInOrganizationParams

NewGetStackInOrganizationParams creates a new GetStackInOrganizationParams object with the default values initialized.

func NewGetStackInOrganizationParamsWithContext

func NewGetStackInOrganizationParamsWithContext(ctx context.Context) *GetStackInOrganizationParams

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

func NewGetStackInOrganizationParamsWithHTTPClient

func NewGetStackInOrganizationParamsWithHTTPClient(client *http.Client) *GetStackInOrganizationParams

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

func NewGetStackInOrganizationParamsWithTimeout

func NewGetStackInOrganizationParamsWithTimeout(timeout time.Duration) *GetStackInOrganizationParams

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

func (*GetStackInOrganizationParams) SetContext

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

SetContext adds the context to the get stack in organization params

func (*GetStackInOrganizationParams) SetEntry

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

SetEntry adds the entry to the get stack in organization params

func (*GetStackInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stack in organization params

func (*GetStackInOrganizationParams) SetName

func (o *GetStackInOrganizationParams) SetName(name string)

SetName adds the name to the get stack in organization params

func (*GetStackInOrganizationParams) SetOrganizationID

func (o *GetStackInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get stack in organization params

func (*GetStackInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get stack in organization params

func (*GetStackInOrganizationParams) WithContext

WithContext adds the context to the get stack in organization params

func (*GetStackInOrganizationParams) WithEntry

WithEntry adds the entry to the get stack in organization params

func (*GetStackInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get stack in organization params

func (*GetStackInOrganizationParams) WithName

WithName adds the name to the get stack in organization params

func (*GetStackInOrganizationParams) WithOrganizationID

func (o *GetStackInOrganizationParams) WithOrganizationID(organizationID int64) *GetStackInOrganizationParams

WithOrganizationID adds the organizationID to the get stack in organization params

func (*GetStackInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get stack in organization params

func (*GetStackInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStackInOrganizationReader

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

GetStackInOrganizationReader is a Reader for the GetStackInOrganization structure.

func (*GetStackInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStackRequestFromNameV3OK

type GetStackRequestFromNameV3OK struct {
	Payload *models_cloudbreak.StackV2Request
}

GetStackRequestFromNameV3OK handles this case with default header values.

successful operation

func NewGetStackRequestFromNameV3OK

func NewGetStackRequestFromNameV3OK() *GetStackRequestFromNameV3OK

NewGetStackRequestFromNameV3OK creates a GetStackRequestFromNameV3OK with default headers values

func (*GetStackRequestFromNameV3OK) Error

type GetStackRequestFromNameV3Params

type GetStackRequestFromNameV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

GetStackRequestFromNameV3Params contains all the parameters to send to the API endpoint for the get stack request from name v3 operation typically these are written to a http.Request

func NewGetStackRequestFromNameV3Params

func NewGetStackRequestFromNameV3Params() *GetStackRequestFromNameV3Params

NewGetStackRequestFromNameV3Params creates a new GetStackRequestFromNameV3Params object with the default values initialized.

func NewGetStackRequestFromNameV3ParamsWithContext

func NewGetStackRequestFromNameV3ParamsWithContext(ctx context.Context) *GetStackRequestFromNameV3Params

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

func NewGetStackRequestFromNameV3ParamsWithHTTPClient

func NewGetStackRequestFromNameV3ParamsWithHTTPClient(client *http.Client) *GetStackRequestFromNameV3Params

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

func NewGetStackRequestFromNameV3ParamsWithTimeout

func NewGetStackRequestFromNameV3ParamsWithTimeout(timeout time.Duration) *GetStackRequestFromNameV3Params

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

func (*GetStackRequestFromNameV3Params) SetContext

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

SetContext adds the context to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) SetName

func (o *GetStackRequestFromNameV3Params) SetName(name string)

SetName adds the name to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) SetOrganizationID

func (o *GetStackRequestFromNameV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) SetTimeout

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

SetTimeout adds the timeout to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WithContext

WithContext adds the context to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WithName

WithName adds the name to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WithOrganizationID

func (o *GetStackRequestFromNameV3Params) WithOrganizationID(organizationID int64) *GetStackRequestFromNameV3Params

WithOrganizationID adds the organizationID to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WithTimeout

WithTimeout adds the timeout to the get stack request from name v3 params

func (*GetStackRequestFromNameV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStackRequestFromNameV3Reader

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

GetStackRequestFromNameV3Reader is a Reader for the GetStackRequestFromNameV3 structure.

func (*GetStackRequestFromNameV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListStacksByOrganizationOK

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

ListStacksByOrganizationOK handles this case with default header values.

successful operation

func NewListStacksByOrganizationOK

func NewListStacksByOrganizationOK() *ListStacksByOrganizationOK

NewListStacksByOrganizationOK creates a ListStacksByOrganizationOK with default headers values

func (*ListStacksByOrganizationOK) Error

type ListStacksByOrganizationParams

type ListStacksByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

ListStacksByOrganizationParams contains all the parameters to send to the API endpoint for the list stacks by organization operation typically these are written to a http.Request

func NewListStacksByOrganizationParams

func NewListStacksByOrganizationParams() *ListStacksByOrganizationParams

NewListStacksByOrganizationParams creates a new ListStacksByOrganizationParams object with the default values initialized.

func NewListStacksByOrganizationParamsWithContext

func NewListStacksByOrganizationParamsWithContext(ctx context.Context) *ListStacksByOrganizationParams

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

func NewListStacksByOrganizationParamsWithHTTPClient

func NewListStacksByOrganizationParamsWithHTTPClient(client *http.Client) *ListStacksByOrganizationParams

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

func NewListStacksByOrganizationParamsWithTimeout

func NewListStacksByOrganizationParamsWithTimeout(timeout time.Duration) *ListStacksByOrganizationParams

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

func (*ListStacksByOrganizationParams) SetContext

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

SetContext adds the context to the list stacks by organization params

func (*ListStacksByOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list stacks by organization params

func (*ListStacksByOrganizationParams) SetOrganizationID

func (o *ListStacksByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list stacks by organization params

func (*ListStacksByOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the list stacks by organization params

func (*ListStacksByOrganizationParams) WithContext

WithContext adds the context to the list stacks by organization params

func (*ListStacksByOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list stacks by organization params

func (*ListStacksByOrganizationParams) WithOrganizationID

func (o *ListStacksByOrganizationParams) WithOrganizationID(organizationID int64) *ListStacksByOrganizationParams

WithOrganizationID adds the organizationID to the list stacks by organization params

func (*ListStacksByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the list stacks by organization params

func (*ListStacksByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListStacksByOrganizationReader

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

ListStacksByOrganizationReader is a Reader for the ListStacksByOrganization structure.

func (*ListStacksByOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStackForBlueprintV3OK

type PostStackForBlueprintV3OK struct {
	Payload *models_cloudbreak.GeneratedBlueprintResponse
}

PostStackForBlueprintV3OK handles this case with default header values.

successful operation

func NewPostStackForBlueprintV3OK

func NewPostStackForBlueprintV3OK() *PostStackForBlueprintV3OK

NewPostStackForBlueprintV3OK creates a PostStackForBlueprintV3OK with default headers values

func (*PostStackForBlueprintV3OK) Error

func (o *PostStackForBlueprintV3OK) Error() string

type PostStackForBlueprintV3Params

type PostStackForBlueprintV3Params struct {

	/*Body*/
	Body *models_cloudbreak.StackV2Request
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewPostStackForBlueprintV3Params

func NewPostStackForBlueprintV3Params() *PostStackForBlueprintV3Params

NewPostStackForBlueprintV3Params creates a new PostStackForBlueprintV3Params object with the default values initialized.

func NewPostStackForBlueprintV3ParamsWithContext

func NewPostStackForBlueprintV3ParamsWithContext(ctx context.Context) *PostStackForBlueprintV3Params

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

func NewPostStackForBlueprintV3ParamsWithHTTPClient

func NewPostStackForBlueprintV3ParamsWithHTTPClient(client *http.Client) *PostStackForBlueprintV3Params

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

func NewPostStackForBlueprintV3ParamsWithTimeout

func NewPostStackForBlueprintV3ParamsWithTimeout(timeout time.Duration) *PostStackForBlueprintV3Params

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

func (*PostStackForBlueprintV3Params) SetBody

SetBody adds the body to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) SetContext

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

SetContext adds the context to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) SetName

func (o *PostStackForBlueprintV3Params) SetName(name string)

SetName adds the name to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) SetOrganizationID

func (o *PostStackForBlueprintV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) SetTimeout

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

SetTimeout adds the timeout to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithBody

WithBody adds the body to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithContext

WithContext adds the context to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithName

WithName adds the name to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithOrganizationID

func (o *PostStackForBlueprintV3Params) WithOrganizationID(organizationID int64) *PostStackForBlueprintV3Params

WithOrganizationID adds the organizationID to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WithTimeout

WithTimeout adds the timeout to the post stack for blueprint v3 params

func (*PostStackForBlueprintV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStackForBlueprintV3Reader

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

PostStackForBlueprintV3Reader is a Reader for the PostStackForBlueprintV3 structure.

func (*PostStackForBlueprintV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutpasswordStackV3Default

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

PutpasswordStackV3Default handles this case with default header values.

successful operation

func NewPutpasswordStackV3Default

func NewPutpasswordStackV3Default(code int) *PutpasswordStackV3Default

NewPutpasswordStackV3Default creates a PutpasswordStackV3Default with default headers values

func (*PutpasswordStackV3Default) Code

func (o *PutpasswordStackV3Default) Code() int

Code gets the status code for the putpassword stack v3 default response

func (*PutpasswordStackV3Default) Error

func (o *PutpasswordStackV3Default) Error() string

type PutpasswordStackV3Params

type PutpasswordStackV3Params struct {

	/*Body*/
	Body *models_cloudbreak.UserNamePassword
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutpasswordStackV3Params contains all the parameters to send to the API endpoint for the putpassword stack v3 operation typically these are written to a http.Request

func NewPutpasswordStackV3Params

func NewPutpasswordStackV3Params() *PutpasswordStackV3Params

NewPutpasswordStackV3Params creates a new PutpasswordStackV3Params object with the default values initialized.

func NewPutpasswordStackV3ParamsWithContext

func NewPutpasswordStackV3ParamsWithContext(ctx context.Context) *PutpasswordStackV3Params

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

func NewPutpasswordStackV3ParamsWithHTTPClient

func NewPutpasswordStackV3ParamsWithHTTPClient(client *http.Client) *PutpasswordStackV3Params

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

func NewPutpasswordStackV3ParamsWithTimeout

func NewPutpasswordStackV3ParamsWithTimeout(timeout time.Duration) *PutpasswordStackV3Params

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

func (*PutpasswordStackV3Params) SetBody

SetBody adds the body to the putpassword stack v3 params

func (*PutpasswordStackV3Params) SetContext

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

SetContext adds the context to the putpassword stack v3 params

func (*PutpasswordStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putpassword stack v3 params

func (*PutpasswordStackV3Params) SetName

func (o *PutpasswordStackV3Params) SetName(name string)

SetName adds the name to the putpassword stack v3 params

func (*PutpasswordStackV3Params) SetOrganizationID

func (o *PutpasswordStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putpassword stack v3 params

func (*PutpasswordStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithBody

WithBody adds the body to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithContext

WithContext adds the context to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithName

WithName adds the name to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithOrganizationID

func (o *PutpasswordStackV3Params) WithOrganizationID(organizationID int64) *PutpasswordStackV3Params

WithOrganizationID adds the organizationID to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WithTimeout

WithTimeout adds the timeout to the putpassword stack v3 params

func (*PutpasswordStackV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutpasswordStackV3Reader

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

PutpasswordStackV3Reader is a Reader for the PutpasswordStackV3 structure.

func (*PutpasswordStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutreinstallStackV3Default

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

PutreinstallStackV3Default handles this case with default header values.

successful operation

func NewPutreinstallStackV3Default

func NewPutreinstallStackV3Default(code int) *PutreinstallStackV3Default

NewPutreinstallStackV3Default creates a PutreinstallStackV3Default with default headers values

func (*PutreinstallStackV3Default) Code

func (o *PutreinstallStackV3Default) Code() int

Code gets the status code for the putreinstall stack v3 default response

func (*PutreinstallStackV3Default) Error

type PutreinstallStackV3Params

type PutreinstallStackV3Params struct {

	/*Body*/
	Body *models_cloudbreak.ReinstallRequestV2
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutreinstallStackV3Params contains all the parameters to send to the API endpoint for the putreinstall stack v3 operation typically these are written to a http.Request

func NewPutreinstallStackV3Params

func NewPutreinstallStackV3Params() *PutreinstallStackV3Params

NewPutreinstallStackV3Params creates a new PutreinstallStackV3Params object with the default values initialized.

func NewPutreinstallStackV3ParamsWithContext

func NewPutreinstallStackV3ParamsWithContext(ctx context.Context) *PutreinstallStackV3Params

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

func NewPutreinstallStackV3ParamsWithHTTPClient

func NewPutreinstallStackV3ParamsWithHTTPClient(client *http.Client) *PutreinstallStackV3Params

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

func NewPutreinstallStackV3ParamsWithTimeout

func NewPutreinstallStackV3ParamsWithTimeout(timeout time.Duration) *PutreinstallStackV3Params

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

func (*PutreinstallStackV3Params) SetBody

SetBody adds the body to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) SetContext

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

SetContext adds the context to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) SetName

func (o *PutreinstallStackV3Params) SetName(name string)

SetName adds the name to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) SetOrganizationID

func (o *PutreinstallStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithBody

WithBody adds the body to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithContext

WithContext adds the context to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithName

WithName adds the name to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithOrganizationID

func (o *PutreinstallStackV3Params) WithOrganizationID(organizationID int64) *PutreinstallStackV3Params

WithOrganizationID adds the organizationID to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WithTimeout

WithTimeout adds the timeout to the putreinstall stack v3 params

func (*PutreinstallStackV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutreinstallStackV3Reader

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

PutreinstallStackV3Reader is a Reader for the PutreinstallStackV3 structure.

func (*PutreinstallStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutscalingStackV3Default

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

PutscalingStackV3Default handles this case with default header values.

successful operation

func NewPutscalingStackV3Default

func NewPutscalingStackV3Default(code int) *PutscalingStackV3Default

NewPutscalingStackV3Default creates a PutscalingStackV3Default with default headers values

func (*PutscalingStackV3Default) Code

func (o *PutscalingStackV3Default) Code() int

Code gets the status code for the putscaling stack v3 default response

func (*PutscalingStackV3Default) Error

func (o *PutscalingStackV3Default) Error() string

type PutscalingStackV3Params

type PutscalingStackV3Params struct {

	/*Body*/
	Body *models_cloudbreak.StackScaleRequestV2
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutscalingStackV3Params contains all the parameters to send to the API endpoint for the putscaling stack v3 operation typically these are written to a http.Request

func NewPutscalingStackV3Params

func NewPutscalingStackV3Params() *PutscalingStackV3Params

NewPutscalingStackV3Params creates a new PutscalingStackV3Params object with the default values initialized.

func NewPutscalingStackV3ParamsWithContext

func NewPutscalingStackV3ParamsWithContext(ctx context.Context) *PutscalingStackV3Params

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

func NewPutscalingStackV3ParamsWithHTTPClient

func NewPutscalingStackV3ParamsWithHTTPClient(client *http.Client) *PutscalingStackV3Params

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

func NewPutscalingStackV3ParamsWithTimeout

func NewPutscalingStackV3ParamsWithTimeout(timeout time.Duration) *PutscalingStackV3Params

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

func (*PutscalingStackV3Params) SetBody

SetBody adds the body to the putscaling stack v3 params

func (*PutscalingStackV3Params) SetContext

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

SetContext adds the context to the putscaling stack v3 params

func (*PutscalingStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putscaling stack v3 params

func (*PutscalingStackV3Params) SetName

func (o *PutscalingStackV3Params) SetName(name string)

SetName adds the name to the putscaling stack v3 params

func (*PutscalingStackV3Params) SetOrganizationID

func (o *PutscalingStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putscaling stack v3 params

func (*PutscalingStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithBody

WithBody adds the body to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithContext

WithContext adds the context to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithName

WithName adds the name to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithOrganizationID

func (o *PutscalingStackV3Params) WithOrganizationID(organizationID int64) *PutscalingStackV3Params

WithOrganizationID adds the organizationID to the putscaling stack v3 params

func (*PutscalingStackV3Params) WithTimeout

WithTimeout adds the timeout to the putscaling stack v3 params

func (*PutscalingStackV3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutscalingStackV3Reader

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

PutscalingStackV3Reader is a Reader for the PutscalingStackV3 structure.

func (*PutscalingStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutstartStackV3Default

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

PutstartStackV3Default handles this case with default header values.

successful operation

func NewPutstartStackV3Default

func NewPutstartStackV3Default(code int) *PutstartStackV3Default

NewPutstartStackV3Default creates a PutstartStackV3Default with default headers values

func (*PutstartStackV3Default) Code

func (o *PutstartStackV3Default) Code() int

Code gets the status code for the putstart stack v3 default response

func (*PutstartStackV3Default) Error

func (o *PutstartStackV3Default) Error() string

type PutstartStackV3Params

type PutstartStackV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutstartStackV3Params contains all the parameters to send to the API endpoint for the putstart stack v3 operation typically these are written to a http.Request

func NewPutstartStackV3Params

func NewPutstartStackV3Params() *PutstartStackV3Params

NewPutstartStackV3Params creates a new PutstartStackV3Params object with the default values initialized.

func NewPutstartStackV3ParamsWithContext

func NewPutstartStackV3ParamsWithContext(ctx context.Context) *PutstartStackV3Params

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

func NewPutstartStackV3ParamsWithHTTPClient

func NewPutstartStackV3ParamsWithHTTPClient(client *http.Client) *PutstartStackV3Params

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

func NewPutstartStackV3ParamsWithTimeout

func NewPutstartStackV3ParamsWithTimeout(timeout time.Duration) *PutstartStackV3Params

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

func (*PutstartStackV3Params) SetContext

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

SetContext adds the context to the putstart stack v3 params

func (*PutstartStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putstart stack v3 params

func (*PutstartStackV3Params) SetName

func (o *PutstartStackV3Params) SetName(name string)

SetName adds the name to the putstart stack v3 params

func (*PutstartStackV3Params) SetOrganizationID

func (o *PutstartStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putstart stack v3 params

func (*PutstartStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putstart stack v3 params

func (*PutstartStackV3Params) WithContext

WithContext adds the context to the putstart stack v3 params

func (*PutstartStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putstart stack v3 params

func (*PutstartStackV3Params) WithName

WithName adds the name to the putstart stack v3 params

func (*PutstartStackV3Params) WithOrganizationID

func (o *PutstartStackV3Params) WithOrganizationID(organizationID int64) *PutstartStackV3Params

WithOrganizationID adds the organizationID to the putstart stack v3 params

func (*PutstartStackV3Params) WithTimeout

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

WithTimeout adds the timeout to the putstart stack v3 params

func (*PutstartStackV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutstartStackV3Reader

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

PutstartStackV3Reader is a Reader for the PutstartStackV3 structure.

func (*PutstartStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutstopStackV3Default

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

PutstopStackV3Default handles this case with default header values.

successful operation

func NewPutstopStackV3Default

func NewPutstopStackV3Default(code int) *PutstopStackV3Default

NewPutstopStackV3Default creates a PutstopStackV3Default with default headers values

func (*PutstopStackV3Default) Code

func (o *PutstopStackV3Default) Code() int

Code gets the status code for the putstop stack v3 default response

func (*PutstopStackV3Default) Error

func (o *PutstopStackV3Default) Error() string

type PutstopStackV3Params

type PutstopStackV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutstopStackV3Params contains all the parameters to send to the API endpoint for the putstop stack v3 operation typically these are written to a http.Request

func NewPutstopStackV3Params

func NewPutstopStackV3Params() *PutstopStackV3Params

NewPutstopStackV3Params creates a new PutstopStackV3Params object with the default values initialized.

func NewPutstopStackV3ParamsWithContext

func NewPutstopStackV3ParamsWithContext(ctx context.Context) *PutstopStackV3Params

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

func NewPutstopStackV3ParamsWithHTTPClient

func NewPutstopStackV3ParamsWithHTTPClient(client *http.Client) *PutstopStackV3Params

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

func NewPutstopStackV3ParamsWithTimeout

func NewPutstopStackV3ParamsWithTimeout(timeout time.Duration) *PutstopStackV3Params

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

func (*PutstopStackV3Params) SetContext

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

SetContext adds the context to the putstop stack v3 params

func (*PutstopStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putstop stack v3 params

func (*PutstopStackV3Params) SetName

func (o *PutstopStackV3Params) SetName(name string)

SetName adds the name to the putstop stack v3 params

func (*PutstopStackV3Params) SetOrganizationID

func (o *PutstopStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putstop stack v3 params

func (*PutstopStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putstop stack v3 params

func (*PutstopStackV3Params) WithContext

WithContext adds the context to the putstop stack v3 params

func (*PutstopStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putstop stack v3 params

func (*PutstopStackV3Params) WithName

WithName adds the name to the putstop stack v3 params

func (*PutstopStackV3Params) WithOrganizationID

func (o *PutstopStackV3Params) WithOrganizationID(organizationID int64) *PutstopStackV3Params

WithOrganizationID adds the organizationID to the putstop stack v3 params

func (*PutstopStackV3Params) WithTimeout

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

WithTimeout adds the timeout to the putstop stack v3 params

func (*PutstopStackV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutstopStackV3Reader

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

PutstopStackV3Reader is a Reader for the PutstopStackV3 structure.

func (*PutstopStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutsyncStackV3Default

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

PutsyncStackV3Default handles this case with default header values.

successful operation

func NewPutsyncStackV3Default

func NewPutsyncStackV3Default(code int) *PutsyncStackV3Default

NewPutsyncStackV3Default creates a PutsyncStackV3Default with default headers values

func (*PutsyncStackV3Default) Code

func (o *PutsyncStackV3Default) Code() int

Code gets the status code for the putsync stack v3 default response

func (*PutsyncStackV3Default) Error

func (o *PutsyncStackV3Default) Error() string

type PutsyncStackV3Params

type PutsyncStackV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutsyncStackV3Params contains all the parameters to send to the API endpoint for the putsync stack v3 operation typically these are written to a http.Request

func NewPutsyncStackV3Params

func NewPutsyncStackV3Params() *PutsyncStackV3Params

NewPutsyncStackV3Params creates a new PutsyncStackV3Params object with the default values initialized.

func NewPutsyncStackV3ParamsWithContext

func NewPutsyncStackV3ParamsWithContext(ctx context.Context) *PutsyncStackV3Params

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

func NewPutsyncStackV3ParamsWithHTTPClient

func NewPutsyncStackV3ParamsWithHTTPClient(client *http.Client) *PutsyncStackV3Params

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

func NewPutsyncStackV3ParamsWithTimeout

func NewPutsyncStackV3ParamsWithTimeout(timeout time.Duration) *PutsyncStackV3Params

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

func (*PutsyncStackV3Params) SetContext

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

SetContext adds the context to the putsync stack v3 params

func (*PutsyncStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the putsync stack v3 params

func (*PutsyncStackV3Params) SetName

func (o *PutsyncStackV3Params) SetName(name string)

SetName adds the name to the putsync stack v3 params

func (*PutsyncStackV3Params) SetOrganizationID

func (o *PutsyncStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the putsync stack v3 params

func (*PutsyncStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the putsync stack v3 params

func (*PutsyncStackV3Params) WithContext

WithContext adds the context to the putsync stack v3 params

func (*PutsyncStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the putsync stack v3 params

func (*PutsyncStackV3Params) WithName

WithName adds the name to the putsync stack v3 params

func (*PutsyncStackV3Params) WithOrganizationID

func (o *PutsyncStackV3Params) WithOrganizationID(organizationID int64) *PutsyncStackV3Params

WithOrganizationID adds the organizationID to the putsync stack v3 params

func (*PutsyncStackV3Params) WithTimeout

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

WithTimeout adds the timeout to the putsync stack v3 params

func (*PutsyncStackV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutsyncStackV3Reader

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

PutsyncStackV3Reader is a Reader for the PutsyncStackV3 structure.

func (*PutsyncStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RepairClusterV3Default

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

RepairClusterV3Default handles this case with default header values.

successful operation

func NewRepairClusterV3Default

func NewRepairClusterV3Default(code int) *RepairClusterV3Default

NewRepairClusterV3Default creates a RepairClusterV3Default with default headers values

func (*RepairClusterV3Default) Code

func (o *RepairClusterV3Default) Code() int

Code gets the status code for the repair cluster v3 default response

func (*RepairClusterV3Default) Error

func (o *RepairClusterV3Default) Error() string

type RepairClusterV3Params

type RepairClusterV3Params struct {

	/*Body*/
	Body *models_cloudbreak.ClusterRepairRequest
	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewRepairClusterV3Params

func NewRepairClusterV3Params() *RepairClusterV3Params

NewRepairClusterV3Params creates a new RepairClusterV3Params object with the default values initialized.

func NewRepairClusterV3ParamsWithContext

func NewRepairClusterV3ParamsWithContext(ctx context.Context) *RepairClusterV3Params

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

func NewRepairClusterV3ParamsWithHTTPClient

func NewRepairClusterV3ParamsWithHTTPClient(client *http.Client) *RepairClusterV3Params

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

func NewRepairClusterV3ParamsWithTimeout

func NewRepairClusterV3ParamsWithTimeout(timeout time.Duration) *RepairClusterV3Params

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

func (*RepairClusterV3Params) SetBody

SetBody adds the body to the repair cluster v3 params

func (*RepairClusterV3Params) SetContext

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

SetContext adds the context to the repair cluster v3 params

func (*RepairClusterV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the repair cluster v3 params

func (*RepairClusterV3Params) SetName

func (o *RepairClusterV3Params) SetName(name string)

SetName adds the name to the repair cluster v3 params

func (*RepairClusterV3Params) SetOrganizationID

func (o *RepairClusterV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the repair cluster v3 params

func (*RepairClusterV3Params) SetTimeout

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

SetTimeout adds the timeout to the repair cluster v3 params

func (*RepairClusterV3Params) WithBody

WithBody adds the body to the repair cluster v3 params

func (*RepairClusterV3Params) WithContext

WithContext adds the context to the repair cluster v3 params

func (*RepairClusterV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the repair cluster v3 params

func (*RepairClusterV3Params) WithName

WithName adds the name to the repair cluster v3 params

func (*RepairClusterV3Params) WithOrganizationID

func (o *RepairClusterV3Params) WithOrganizationID(organizationID int64) *RepairClusterV3Params

WithOrganizationID adds the organizationID to the repair cluster v3 params

func (*RepairClusterV3Params) WithTimeout

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

WithTimeout adds the timeout to the repair cluster v3 params

func (*RepairClusterV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RepairClusterV3Reader

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

RepairClusterV3Reader is a Reader for the RepairClusterV3 structure.

func (*RepairClusterV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetryStackV3Default

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

RetryStackV3Default handles this case with default header values.

successful operation

func NewRetryStackV3Default

func NewRetryStackV3Default(code int) *RetryStackV3Default

NewRetryStackV3Default creates a RetryStackV3Default with default headers values

func (*RetryStackV3Default) Code

func (o *RetryStackV3Default) Code() int

Code gets the status code for the retry stack v3 default response

func (*RetryStackV3Default) Error

func (o *RetryStackV3Default) Error() string

type RetryStackV3Params

type RetryStackV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

RetryStackV3Params contains all the parameters to send to the API endpoint for the retry stack v3 operation typically these are written to a http.Request

func NewRetryStackV3Params

func NewRetryStackV3Params() *RetryStackV3Params

NewRetryStackV3Params creates a new RetryStackV3Params object with the default values initialized.

func NewRetryStackV3ParamsWithContext

func NewRetryStackV3ParamsWithContext(ctx context.Context) *RetryStackV3Params

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

func NewRetryStackV3ParamsWithHTTPClient

func NewRetryStackV3ParamsWithHTTPClient(client *http.Client) *RetryStackV3Params

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

func NewRetryStackV3ParamsWithTimeout

func NewRetryStackV3ParamsWithTimeout(timeout time.Duration) *RetryStackV3Params

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

func (*RetryStackV3Params) SetContext

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

SetContext adds the context to the retry stack v3 params

func (*RetryStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retry stack v3 params

func (*RetryStackV3Params) SetName

func (o *RetryStackV3Params) SetName(name string)

SetName adds the name to the retry stack v3 params

func (*RetryStackV3Params) SetOrganizationID

func (o *RetryStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the retry stack v3 params

func (*RetryStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the retry stack v3 params

func (*RetryStackV3Params) WithContext

WithContext adds the context to the retry stack v3 params

func (*RetryStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the retry stack v3 params

func (*RetryStackV3Params) WithName

func (o *RetryStackV3Params) WithName(name string) *RetryStackV3Params

WithName adds the name to the retry stack v3 params

func (*RetryStackV3Params) WithOrganizationID

func (o *RetryStackV3Params) WithOrganizationID(organizationID int64) *RetryStackV3Params

WithOrganizationID adds the organizationID to the retry stack v3 params

func (*RetryStackV3Params) WithTimeout

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

WithTimeout adds the timeout to the retry stack v3 params

func (*RetryStackV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RetryStackV3Reader

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

RetryStackV3Reader is a Reader for the RetryStackV3 structure.

func (*RetryStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StatusStackV3OK

type StatusStackV3OK struct {
	Payload StatusStackV3OKBody
}

StatusStackV3OK handles this case with default header values.

successful operation

func NewStatusStackV3OK

func NewStatusStackV3OK() *StatusStackV3OK

NewStatusStackV3OK creates a StatusStackV3OK with default headers values

func (*StatusStackV3OK) Error

func (o *StatusStackV3OK) Error() string

type StatusStackV3OKBody

type StatusStackV3OKBody map[string]interface{}

func (StatusStackV3OKBody) Validate

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

Validate validates this status stack v3 o k body

type StatusStackV3Params

type StatusStackV3Params struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewStatusStackV3Params

func NewStatusStackV3Params() *StatusStackV3Params

NewStatusStackV3Params creates a new StatusStackV3Params object with the default values initialized.

func NewStatusStackV3ParamsWithContext

func NewStatusStackV3ParamsWithContext(ctx context.Context) *StatusStackV3Params

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

func NewStatusStackV3ParamsWithHTTPClient

func NewStatusStackV3ParamsWithHTTPClient(client *http.Client) *StatusStackV3Params

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

func NewStatusStackV3ParamsWithTimeout

func NewStatusStackV3ParamsWithTimeout(timeout time.Duration) *StatusStackV3Params

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

func (*StatusStackV3Params) SetContext

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

SetContext adds the context to the status stack v3 params

func (*StatusStackV3Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the status stack v3 params

func (*StatusStackV3Params) SetName

func (o *StatusStackV3Params) SetName(name string)

SetName adds the name to the status stack v3 params

func (*StatusStackV3Params) SetOrganizationID

func (o *StatusStackV3Params) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the status stack v3 params

func (*StatusStackV3Params) SetTimeout

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

SetTimeout adds the timeout to the status stack v3 params

func (*StatusStackV3Params) WithContext

WithContext adds the context to the status stack v3 params

func (*StatusStackV3Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the status stack v3 params

func (*StatusStackV3Params) WithName

func (o *StatusStackV3Params) WithName(name string) *StatusStackV3Params

WithName adds the name to the status stack v3 params

func (*StatusStackV3Params) WithOrganizationID

func (o *StatusStackV3Params) WithOrganizationID(organizationID int64) *StatusStackV3Params

WithOrganizationID adds the organizationID to the status stack v3 params

func (*StatusStackV3Params) WithTimeout

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

WithTimeout adds the timeout to the status stack v3 params

func (*StatusStackV3Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type StatusStackV3Reader

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

StatusStackV3Reader is a Reader for the StatusStackV3 structure.

func (*StatusStackV3Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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