Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteInstanceStack(params *DeleteInstanceStackParams) error
- func (a *Client) DeletePrivateStack(params *DeletePrivateStackParams) error
- func (a *Client) DeletePublicStack(params *DeletePublicStackParams) error
- func (a *Client) DeleteStack(params *DeleteStackParams) error
- func (a *Client) GetAllStack(params *GetAllStackParams) (*GetAllStackOK, error)
- func (a *Client) GetCertificateStack(params *GetCertificateStackParams) (*GetCertificateStackOK, error)
- func (a *Client) GetPrivateStack(params *GetPrivateStackParams) (*GetPrivateStackOK, error)
- func (a *Client) GetPrivatesStack(params *GetPrivatesStackParams) (*GetPrivatesStackOK, error)
- func (a *Client) GetPublicStack(params *GetPublicStackParams) (*GetPublicStackOK, error)
- func (a *Client) GetPublicsStack(params *GetPublicsStackParams) (*GetPublicsStackOK, error)
- func (a *Client) GetStack(params *GetStackParams) (*GetStackOK, error)
- func (a *Client) GetStackForAmbari(params *GetStackForAmbariParams) (*GetStackForAmbariOK, error)
- func (a *Client) PostPrivateStack(params *PostPrivateStackParams) (*PostPrivateStackOK, error)
- func (a *Client) PostPublicStack(params *PostPublicStackParams) (*PostPublicStackOK, error)
- func (a *Client) PutStack(params *PutStackParams) error
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StatusStack(params *StatusStackParams) (*StatusStackOK, error)
- func (a *Client) ValidateStack(params *ValidateStackParams) error
- func (a *Client) VariantsStack(params *VariantsStackParams) (*VariantsStackOK, error)
- type DeleteInstanceStackDefault
- type DeleteInstanceStackParams
- func NewDeleteInstanceStackParams() *DeleteInstanceStackParams
- func NewDeleteInstanceStackParamsWithContext(ctx context.Context) *DeleteInstanceStackParams
- func NewDeleteInstanceStackParamsWithHTTPClient(client *http.Client) *DeleteInstanceStackParams
- func NewDeleteInstanceStackParamsWithTimeout(timeout time.Duration) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) SetContext(ctx context.Context)
- func (o *DeleteInstanceStackParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstanceStackParams) SetInstanceID(instanceID string)
- func (o *DeleteInstanceStackParams) SetStackID(stackID int64)
- func (o *DeleteInstanceStackParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstanceStackParams) WithContext(ctx context.Context) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) WithHTTPClient(client *http.Client) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) WithInstanceID(instanceID string) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) WithStackID(stackID int64) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) WithTimeout(timeout time.Duration) *DeleteInstanceStackParams
- func (o *DeleteInstanceStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstanceStackReader
- type DeletePrivateStackDefault
- type DeletePrivateStackParams
- func NewDeletePrivateStackParams() *DeletePrivateStackParams
- func NewDeletePrivateStackParamsWithContext(ctx context.Context) *DeletePrivateStackParams
- func NewDeletePrivateStackParamsWithHTTPClient(client *http.Client) *DeletePrivateStackParams
- func NewDeletePrivateStackParamsWithTimeout(timeout time.Duration) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) SetContext(ctx context.Context)
- func (o *DeletePrivateStackParams) SetDeleteDependencies(deleteDependencies *bool)
- func (o *DeletePrivateStackParams) SetForced(forced *bool)
- func (o *DeletePrivateStackParams) SetHTTPClient(client *http.Client)
- func (o *DeletePrivateStackParams) SetName(name string)
- func (o *DeletePrivateStackParams) SetTimeout(timeout time.Duration)
- func (o *DeletePrivateStackParams) WithContext(ctx context.Context) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WithForced(forced *bool) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WithHTTPClient(client *http.Client) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WithName(name string) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WithTimeout(timeout time.Duration) *DeletePrivateStackParams
- func (o *DeletePrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePrivateStackReader
- type DeletePublicStackDefault
- type DeletePublicStackParams
- func NewDeletePublicStackParams() *DeletePublicStackParams
- func NewDeletePublicStackParamsWithContext(ctx context.Context) *DeletePublicStackParams
- func NewDeletePublicStackParamsWithHTTPClient(client *http.Client) *DeletePublicStackParams
- func NewDeletePublicStackParamsWithTimeout(timeout time.Duration) *DeletePublicStackParams
- func (o *DeletePublicStackParams) SetContext(ctx context.Context)
- func (o *DeletePublicStackParams) SetDeleteDependencies(deleteDependencies *bool)
- func (o *DeletePublicStackParams) SetForced(forced *bool)
- func (o *DeletePublicStackParams) SetHTTPClient(client *http.Client)
- func (o *DeletePublicStackParams) SetName(name string)
- func (o *DeletePublicStackParams) SetTimeout(timeout time.Duration)
- func (o *DeletePublicStackParams) WithContext(ctx context.Context) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WithForced(forced *bool) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WithHTTPClient(client *http.Client) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WithName(name string) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WithTimeout(timeout time.Duration) *DeletePublicStackParams
- func (o *DeletePublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePublicStackReader
- type DeleteStackDefault
- type DeleteStackParams
- func (o *DeleteStackParams) SetContext(ctx context.Context)
- func (o *DeleteStackParams) SetDeleteDependencies(deleteDependencies *bool)
- func (o *DeleteStackParams) SetForced(forced *bool)
- func (o *DeleteStackParams) SetHTTPClient(client *http.Client)
- func (o *DeleteStackParams) SetID(id int64)
- func (o *DeleteStackParams) SetTimeout(timeout time.Duration)
- func (o *DeleteStackParams) WithContext(ctx context.Context) *DeleteStackParams
- func (o *DeleteStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeleteStackParams
- func (o *DeleteStackParams) WithForced(forced *bool) *DeleteStackParams
- func (o *DeleteStackParams) WithHTTPClient(client *http.Client) *DeleteStackParams
- func (o *DeleteStackParams) WithID(id int64) *DeleteStackParams
- func (o *DeleteStackParams) WithTimeout(timeout time.Duration) *DeleteStackParams
- func (o *DeleteStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteStackReader
- type GetAllStackOK
- type GetAllStackParams
- func (o *GetAllStackParams) SetContext(ctx context.Context)
- func (o *GetAllStackParams) SetHTTPClient(client *http.Client)
- func (o *GetAllStackParams) SetTimeout(timeout time.Duration)
- func (o *GetAllStackParams) WithContext(ctx context.Context) *GetAllStackParams
- func (o *GetAllStackParams) WithHTTPClient(client *http.Client) *GetAllStackParams
- func (o *GetAllStackParams) WithTimeout(timeout time.Duration) *GetAllStackParams
- func (o *GetAllStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllStackReader
- type GetCertificateStackOK
- type GetCertificateStackParams
- func NewGetCertificateStackParams() *GetCertificateStackParams
- func NewGetCertificateStackParamsWithContext(ctx context.Context) *GetCertificateStackParams
- func NewGetCertificateStackParamsWithHTTPClient(client *http.Client) *GetCertificateStackParams
- func NewGetCertificateStackParamsWithTimeout(timeout time.Duration) *GetCertificateStackParams
- func (o *GetCertificateStackParams) SetContext(ctx context.Context)
- func (o *GetCertificateStackParams) SetHTTPClient(client *http.Client)
- func (o *GetCertificateStackParams) SetID(id int64)
- func (o *GetCertificateStackParams) SetTimeout(timeout time.Duration)
- func (o *GetCertificateStackParams) WithContext(ctx context.Context) *GetCertificateStackParams
- func (o *GetCertificateStackParams) WithHTTPClient(client *http.Client) *GetCertificateStackParams
- func (o *GetCertificateStackParams) WithID(id int64) *GetCertificateStackParams
- func (o *GetCertificateStackParams) WithTimeout(timeout time.Duration) *GetCertificateStackParams
- func (o *GetCertificateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCertificateStackReader
- type GetPrivateStackOK
- type GetPrivateStackParams
- func NewGetPrivateStackParams() *GetPrivateStackParams
- func NewGetPrivateStackParamsWithContext(ctx context.Context) *GetPrivateStackParams
- func NewGetPrivateStackParamsWithHTTPClient(client *http.Client) *GetPrivateStackParams
- func NewGetPrivateStackParamsWithTimeout(timeout time.Duration) *GetPrivateStackParams
- func (o *GetPrivateStackParams) SetContext(ctx context.Context)
- func (o *GetPrivateStackParams) SetEntry(entry []string)
- func (o *GetPrivateStackParams) SetHTTPClient(client *http.Client)
- func (o *GetPrivateStackParams) SetName(name string)
- func (o *GetPrivateStackParams) SetTimeout(timeout time.Duration)
- func (o *GetPrivateStackParams) WithContext(ctx context.Context) *GetPrivateStackParams
- func (o *GetPrivateStackParams) WithEntry(entry []string) *GetPrivateStackParams
- func (o *GetPrivateStackParams) WithHTTPClient(client *http.Client) *GetPrivateStackParams
- func (o *GetPrivateStackParams) WithName(name string) *GetPrivateStackParams
- func (o *GetPrivateStackParams) WithTimeout(timeout time.Duration) *GetPrivateStackParams
- func (o *GetPrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrivateStackReader
- type GetPrivatesStackOK
- type GetPrivatesStackParams
- func NewGetPrivatesStackParams() *GetPrivatesStackParams
- func NewGetPrivatesStackParamsWithContext(ctx context.Context) *GetPrivatesStackParams
- func NewGetPrivatesStackParamsWithHTTPClient(client *http.Client) *GetPrivatesStackParams
- func NewGetPrivatesStackParamsWithTimeout(timeout time.Duration) *GetPrivatesStackParams
- func (o *GetPrivatesStackParams) SetContext(ctx context.Context)
- func (o *GetPrivatesStackParams) SetHTTPClient(client *http.Client)
- func (o *GetPrivatesStackParams) SetTimeout(timeout time.Duration)
- func (o *GetPrivatesStackParams) WithContext(ctx context.Context) *GetPrivatesStackParams
- func (o *GetPrivatesStackParams) WithHTTPClient(client *http.Client) *GetPrivatesStackParams
- func (o *GetPrivatesStackParams) WithTimeout(timeout time.Duration) *GetPrivatesStackParams
- func (o *GetPrivatesStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrivatesStackReader
- type GetPublicStackOK
- type GetPublicStackParams
- func NewGetPublicStackParams() *GetPublicStackParams
- func NewGetPublicStackParamsWithContext(ctx context.Context) *GetPublicStackParams
- func NewGetPublicStackParamsWithHTTPClient(client *http.Client) *GetPublicStackParams
- func NewGetPublicStackParamsWithTimeout(timeout time.Duration) *GetPublicStackParams
- func (o *GetPublicStackParams) SetContext(ctx context.Context)
- func (o *GetPublicStackParams) SetEntry(entry []string)
- func (o *GetPublicStackParams) SetHTTPClient(client *http.Client)
- func (o *GetPublicStackParams) SetName(name string)
- func (o *GetPublicStackParams) SetTimeout(timeout time.Duration)
- func (o *GetPublicStackParams) WithContext(ctx context.Context) *GetPublicStackParams
- func (o *GetPublicStackParams) WithEntry(entry []string) *GetPublicStackParams
- func (o *GetPublicStackParams) WithHTTPClient(client *http.Client) *GetPublicStackParams
- func (o *GetPublicStackParams) WithName(name string) *GetPublicStackParams
- func (o *GetPublicStackParams) WithTimeout(timeout time.Duration) *GetPublicStackParams
- func (o *GetPublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPublicStackReader
- type GetPublicsStackOK
- type GetPublicsStackParams
- func NewGetPublicsStackParams() *GetPublicsStackParams
- func NewGetPublicsStackParamsWithContext(ctx context.Context) *GetPublicsStackParams
- func NewGetPublicsStackParamsWithHTTPClient(client *http.Client) *GetPublicsStackParams
- func NewGetPublicsStackParamsWithTimeout(timeout time.Duration) *GetPublicsStackParams
- func (o *GetPublicsStackParams) SetContext(ctx context.Context)
- func (o *GetPublicsStackParams) SetHTTPClient(client *http.Client)
- func (o *GetPublicsStackParams) SetTimeout(timeout time.Duration)
- func (o *GetPublicsStackParams) WithContext(ctx context.Context) *GetPublicsStackParams
- func (o *GetPublicsStackParams) WithHTTPClient(client *http.Client) *GetPublicsStackParams
- func (o *GetPublicsStackParams) WithTimeout(timeout time.Duration) *GetPublicsStackParams
- func (o *GetPublicsStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPublicsStackReader
- type GetStackForAmbariOK
- type GetStackForAmbariParams
- func NewGetStackForAmbariParams() *GetStackForAmbariParams
- func NewGetStackForAmbariParamsWithContext(ctx context.Context) *GetStackForAmbariParams
- func NewGetStackForAmbariParamsWithHTTPClient(client *http.Client) *GetStackForAmbariParams
- func NewGetStackForAmbariParamsWithTimeout(timeout time.Duration) *GetStackForAmbariParams
- func (o *GetStackForAmbariParams) SetBody(body *models_cloudbreak.AmbariAddress)
- func (o *GetStackForAmbariParams) SetContext(ctx context.Context)
- func (o *GetStackForAmbariParams) SetHTTPClient(client *http.Client)
- func (o *GetStackForAmbariParams) SetTimeout(timeout time.Duration)
- func (o *GetStackForAmbariParams) WithBody(body *models_cloudbreak.AmbariAddress) *GetStackForAmbariParams
- func (o *GetStackForAmbariParams) WithContext(ctx context.Context) *GetStackForAmbariParams
- func (o *GetStackForAmbariParams) WithHTTPClient(client *http.Client) *GetStackForAmbariParams
- func (o *GetStackForAmbariParams) WithTimeout(timeout time.Duration) *GetStackForAmbariParams
- func (o *GetStackForAmbariParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetStackForAmbariReader
- type GetStackOK
- type GetStackParams
- func (o *GetStackParams) SetContext(ctx context.Context)
- func (o *GetStackParams) SetEntry(entry []string)
- func (o *GetStackParams) SetHTTPClient(client *http.Client)
- func (o *GetStackParams) SetID(id int64)
- func (o *GetStackParams) SetTimeout(timeout time.Duration)
- func (o *GetStackParams) WithContext(ctx context.Context) *GetStackParams
- func (o *GetStackParams) WithEntry(entry []string) *GetStackParams
- func (o *GetStackParams) WithHTTPClient(client *http.Client) *GetStackParams
- func (o *GetStackParams) WithID(id int64) *GetStackParams
- func (o *GetStackParams) WithTimeout(timeout time.Duration) *GetStackParams
- func (o *GetStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetStackReader
- type PostPrivateStackOK
- type PostPrivateStackParams
- func NewPostPrivateStackParams() *PostPrivateStackParams
- func NewPostPrivateStackParamsWithContext(ctx context.Context) *PostPrivateStackParams
- func NewPostPrivateStackParamsWithHTTPClient(client *http.Client) *PostPrivateStackParams
- func NewPostPrivateStackParamsWithTimeout(timeout time.Duration) *PostPrivateStackParams
- func (o *PostPrivateStackParams) SetBody(body *models_cloudbreak.StackRequest)
- func (o *PostPrivateStackParams) SetContext(ctx context.Context)
- func (o *PostPrivateStackParams) SetHTTPClient(client *http.Client)
- func (o *PostPrivateStackParams) SetTimeout(timeout time.Duration)
- func (o *PostPrivateStackParams) WithBody(body *models_cloudbreak.StackRequest) *PostPrivateStackParams
- func (o *PostPrivateStackParams) WithContext(ctx context.Context) *PostPrivateStackParams
- func (o *PostPrivateStackParams) WithHTTPClient(client *http.Client) *PostPrivateStackParams
- func (o *PostPrivateStackParams) WithTimeout(timeout time.Duration) *PostPrivateStackParams
- func (o *PostPrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostPrivateStackReader
- type PostPublicStackOK
- type PostPublicStackParams
- func NewPostPublicStackParams() *PostPublicStackParams
- func NewPostPublicStackParamsWithContext(ctx context.Context) *PostPublicStackParams
- func NewPostPublicStackParamsWithHTTPClient(client *http.Client) *PostPublicStackParams
- func NewPostPublicStackParamsWithTimeout(timeout time.Duration) *PostPublicStackParams
- func (o *PostPublicStackParams) SetBody(body *models_cloudbreak.StackRequest)
- func (o *PostPublicStackParams) SetContext(ctx context.Context)
- func (o *PostPublicStackParams) SetHTTPClient(client *http.Client)
- func (o *PostPublicStackParams) SetTimeout(timeout time.Duration)
- func (o *PostPublicStackParams) WithBody(body *models_cloudbreak.StackRequest) *PostPublicStackParams
- func (o *PostPublicStackParams) WithContext(ctx context.Context) *PostPublicStackParams
- func (o *PostPublicStackParams) WithHTTPClient(client *http.Client) *PostPublicStackParams
- func (o *PostPublicStackParams) WithTimeout(timeout time.Duration) *PostPublicStackParams
- func (o *PostPublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostPublicStackReader
- type PutStackDefault
- type PutStackParams
- func (o *PutStackParams) SetBody(body *models_cloudbreak.UpdateStack)
- func (o *PutStackParams) SetContext(ctx context.Context)
- func (o *PutStackParams) SetHTTPClient(client *http.Client)
- func (o *PutStackParams) SetID(id int64)
- func (o *PutStackParams) SetTimeout(timeout time.Duration)
- func (o *PutStackParams) WithBody(body *models_cloudbreak.UpdateStack) *PutStackParams
- func (o *PutStackParams) WithContext(ctx context.Context) *PutStackParams
- func (o *PutStackParams) WithHTTPClient(client *http.Client) *PutStackParams
- func (o *PutStackParams) WithID(id int64) *PutStackParams
- func (o *PutStackParams) WithTimeout(timeout time.Duration) *PutStackParams
- func (o *PutStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutStackReader
- type StatusStackOK
- type StatusStackOKBody
- type StatusStackParams
- func (o *StatusStackParams) SetContext(ctx context.Context)
- func (o *StatusStackParams) SetHTTPClient(client *http.Client)
- func (o *StatusStackParams) SetID(id int64)
- func (o *StatusStackParams) SetTimeout(timeout time.Duration)
- func (o *StatusStackParams) WithContext(ctx context.Context) *StatusStackParams
- func (o *StatusStackParams) WithHTTPClient(client *http.Client) *StatusStackParams
- func (o *StatusStackParams) WithID(id int64) *StatusStackParams
- func (o *StatusStackParams) WithTimeout(timeout time.Duration) *StatusStackParams
- func (o *StatusStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StatusStackReader
- type ValidateStackDefault
- type ValidateStackParams
- func (o *ValidateStackParams) SetBody(body *models_cloudbreak.StackValidationRequest)
- func (o *ValidateStackParams) SetContext(ctx context.Context)
- func (o *ValidateStackParams) SetHTTPClient(client *http.Client)
- func (o *ValidateStackParams) SetTimeout(timeout time.Duration)
- func (o *ValidateStackParams) WithBody(body *models_cloudbreak.StackValidationRequest) *ValidateStackParams
- func (o *ValidateStackParams) WithContext(ctx context.Context) *ValidateStackParams
- func (o *ValidateStackParams) WithHTTPClient(client *http.Client) *ValidateStackParams
- func (o *ValidateStackParams) WithTimeout(timeout time.Duration) *ValidateStackParams
- func (o *ValidateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateStackReader
- type VariantsStackOK
- type VariantsStackParams
- func (o *VariantsStackParams) SetContext(ctx context.Context)
- func (o *VariantsStackParams) SetHTTPClient(client *http.Client)
- func (o *VariantsStackParams) SetTimeout(timeout time.Duration)
- func (o *VariantsStackParams) WithContext(ctx context.Context) *VariantsStackParams
- func (o *VariantsStackParams) WithHTTPClient(client *http.Client) *VariantsStackParams
- func (o *VariantsStackParams) WithTimeout(timeout time.Duration) *VariantsStackParams
- func (o *VariantsStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VariantsStackReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for stacks API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new stacks API client.
func (*Client) DeleteInstanceStack ¶
func (a *Client) DeleteInstanceStack(params *DeleteInstanceStackParams) error
DeleteInstanceStack deletes instance resource from stack
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) DeletePrivateStack ¶
func (a *Client) DeletePrivateStack(params *DeletePrivateStackParams) error
DeletePrivateStack deletes private stack by name
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) DeletePublicStack ¶
func (a *Client) DeletePublicStack(params *DeletePublicStackParams) error
DeletePublicStack deletes public owned or private stack by name
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) DeleteStack ¶
func (a *Client) DeleteStack(params *DeleteStackParams) error
DeleteStack deletes stack by id
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetAllStack ¶
func (a *Client) GetAllStack(params *GetAllStackParams) (*GetAllStackOK, error)
GetAllStack retrieves all stacks
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetCertificateStack ¶
func (a *Client) GetCertificateStack(params *GetCertificateStackParams) (*GetCertificateStackOK, error)
GetCertificateStack retrieves the TLS certificate used by the gateway
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) GetPrivateStack ¶
func (a *Client) GetPrivateStack(params *GetPrivateStackParams) (*GetPrivateStackOK, error)
GetPrivateStack retrieves a private stack by name
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetPrivatesStack ¶
func (a *Client) GetPrivatesStack(params *GetPrivatesStackParams) (*GetPrivatesStackOK, error)
GetPrivatesStack retrieves private stack
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetPublicStack ¶
func (a *Client) GetPublicStack(params *GetPublicStackParams) (*GetPublicStackOK, error)
GetPublicStack retrieves a public or private owned stack by name
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetPublicsStack ¶
func (a *Client) GetPublicsStack(params *GetPublicsStackParams) (*GetPublicsStackOK, error)
GetPublicsStack retrieves public and private owned stacks
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetStack ¶
func (a *Client) GetStack(params *GetStackParams) (*GetStackOK, error)
GetStack retrieves stack by id
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) GetStackForAmbari ¶
func (a *Client) GetStackForAmbari(params *GetStackForAmbariParams) (*GetStackForAmbariOK, error)
GetStackForAmbari retrieves stack by ambari address
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) PostPrivateStack ¶
func (a *Client) PostPrivateStack(params *PostPrivateStackParams) (*PostPrivateStackOK, error)
PostPrivateStack creates stack as private resource
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) PostPublicStack ¶
func (a *Client) PostPublicStack(params *PostPublicStackParams) (*PostPublicStackOK, error)
PostPublicStack creates stack as public resource
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) PutStack ¶
func (a *Client) PutStack(params *PutStackParams) error
PutStack updates stack by id
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StatusStack ¶
func (a *Client) StatusStack(params *StatusStackParams) (*StatusStackOK, error)
StatusStack retrieves stack status by stack id
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) ValidateStack ¶
func (a *Client) ValidateStack(params *ValidateStackParams) error
ValidateStack validates stack
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) VariantsStack ¶
func (a *Client) VariantsStack(params *VariantsStackParams) (*VariantsStackOK, error)
VariantsStack retrieves available platform variants
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
type DeleteInstanceStackDefault ¶
type DeleteInstanceStackDefault struct {
// contains filtered or unexported fields
}
DeleteInstanceStackDefault handles this case with default header values.
successful operation
func NewDeleteInstanceStackDefault ¶
func NewDeleteInstanceStackDefault(code int) *DeleteInstanceStackDefault
NewDeleteInstanceStackDefault creates a DeleteInstanceStackDefault with default headers values
func (*DeleteInstanceStackDefault) Code ¶
func (o *DeleteInstanceStackDefault) Code() int
Code gets the status code for the delete instance stack default response
func (*DeleteInstanceStackDefault) Error ¶
func (o *DeleteInstanceStackDefault) Error() string
type DeleteInstanceStackParams ¶
type DeleteInstanceStackParams struct { /*InstanceID*/ InstanceID string /*StackID*/ StackID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstanceStackParams contains all the parameters to send to the API endpoint for the delete instance stack operation typically these are written to a http.Request
func NewDeleteInstanceStackParams ¶
func NewDeleteInstanceStackParams() *DeleteInstanceStackParams
NewDeleteInstanceStackParams creates a new DeleteInstanceStackParams object with the default values initialized.
func NewDeleteInstanceStackParamsWithContext ¶
func NewDeleteInstanceStackParamsWithContext(ctx context.Context) *DeleteInstanceStackParams
NewDeleteInstanceStackParamsWithContext creates a new DeleteInstanceStackParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteInstanceStackParamsWithHTTPClient ¶
func NewDeleteInstanceStackParamsWithHTTPClient(client *http.Client) *DeleteInstanceStackParams
NewDeleteInstanceStackParamsWithHTTPClient creates a new DeleteInstanceStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteInstanceStackParamsWithTimeout ¶
func NewDeleteInstanceStackParamsWithTimeout(timeout time.Duration) *DeleteInstanceStackParams
NewDeleteInstanceStackParamsWithTimeout creates a new DeleteInstanceStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteInstanceStackParams) SetContext ¶
func (o *DeleteInstanceStackParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instance stack params
func (*DeleteInstanceStackParams) SetHTTPClient ¶
func (o *DeleteInstanceStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instance stack params
func (*DeleteInstanceStackParams) SetInstanceID ¶
func (o *DeleteInstanceStackParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the delete instance stack params
func (*DeleteInstanceStackParams) SetStackID ¶
func (o *DeleteInstanceStackParams) SetStackID(stackID int64)
SetStackID adds the stackId to the delete instance stack params
func (*DeleteInstanceStackParams) SetTimeout ¶
func (o *DeleteInstanceStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instance stack params
func (*DeleteInstanceStackParams) WithContext ¶
func (o *DeleteInstanceStackParams) WithContext(ctx context.Context) *DeleteInstanceStackParams
WithContext adds the context to the delete instance stack params
func (*DeleteInstanceStackParams) WithHTTPClient ¶
func (o *DeleteInstanceStackParams) WithHTTPClient(client *http.Client) *DeleteInstanceStackParams
WithHTTPClient adds the HTTPClient to the delete instance stack params
func (*DeleteInstanceStackParams) WithInstanceID ¶
func (o *DeleteInstanceStackParams) WithInstanceID(instanceID string) *DeleteInstanceStackParams
WithInstanceID adds the instanceID to the delete instance stack params
func (*DeleteInstanceStackParams) WithStackID ¶
func (o *DeleteInstanceStackParams) WithStackID(stackID int64) *DeleteInstanceStackParams
WithStackID adds the stackID to the delete instance stack params
func (*DeleteInstanceStackParams) WithTimeout ¶
func (o *DeleteInstanceStackParams) WithTimeout(timeout time.Duration) *DeleteInstanceStackParams
WithTimeout adds the timeout to the delete instance stack params
func (*DeleteInstanceStackParams) WriteToRequest ¶
func (o *DeleteInstanceStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstanceStackReader ¶
type DeleteInstanceStackReader struct {
// contains filtered or unexported fields
}
DeleteInstanceStackReader is a Reader for the DeleteInstanceStack structure.
func (*DeleteInstanceStackReader) ReadResponse ¶
func (o *DeleteInstanceStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePrivateStackDefault ¶
type DeletePrivateStackDefault struct {
// contains filtered or unexported fields
}
DeletePrivateStackDefault handles this case with default header values.
successful operation
func NewDeletePrivateStackDefault ¶
func NewDeletePrivateStackDefault(code int) *DeletePrivateStackDefault
NewDeletePrivateStackDefault creates a DeletePrivateStackDefault with default headers values
func (*DeletePrivateStackDefault) Code ¶
func (o *DeletePrivateStackDefault) Code() int
Code gets the status code for the delete private stack default response
func (*DeletePrivateStackDefault) Error ¶
func (o *DeletePrivateStackDefault) Error() string
type DeletePrivateStackParams ¶
type DeletePrivateStackParams struct { /*DeleteDependencies*/ DeleteDependencies *bool /*Forced*/ Forced *bool /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePrivateStackParams contains all the parameters to send to the API endpoint for the delete private stack operation typically these are written to a http.Request
func NewDeletePrivateStackParams ¶
func NewDeletePrivateStackParams() *DeletePrivateStackParams
NewDeletePrivateStackParams creates a new DeletePrivateStackParams object with the default values initialized.
func NewDeletePrivateStackParamsWithContext ¶
func NewDeletePrivateStackParamsWithContext(ctx context.Context) *DeletePrivateStackParams
NewDeletePrivateStackParamsWithContext creates a new DeletePrivateStackParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePrivateStackParamsWithHTTPClient ¶
func NewDeletePrivateStackParamsWithHTTPClient(client *http.Client) *DeletePrivateStackParams
NewDeletePrivateStackParamsWithHTTPClient creates a new DeletePrivateStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePrivateStackParamsWithTimeout ¶
func NewDeletePrivateStackParamsWithTimeout(timeout time.Duration) *DeletePrivateStackParams
NewDeletePrivateStackParamsWithTimeout creates a new DeletePrivateStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePrivateStackParams) SetContext ¶
func (o *DeletePrivateStackParams) SetContext(ctx context.Context)
SetContext adds the context to the delete private stack params
func (*DeletePrivateStackParams) SetDeleteDependencies ¶
func (o *DeletePrivateStackParams) SetDeleteDependencies(deleteDependencies *bool)
SetDeleteDependencies adds the deleteDependencies to the delete private stack params
func (*DeletePrivateStackParams) SetForced ¶
func (o *DeletePrivateStackParams) SetForced(forced *bool)
SetForced adds the forced to the delete private stack params
func (*DeletePrivateStackParams) SetHTTPClient ¶
func (o *DeletePrivateStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete private stack params
func (*DeletePrivateStackParams) SetName ¶
func (o *DeletePrivateStackParams) SetName(name string)
SetName adds the name to the delete private stack params
func (*DeletePrivateStackParams) SetTimeout ¶
func (o *DeletePrivateStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete private stack params
func (*DeletePrivateStackParams) WithContext ¶
func (o *DeletePrivateStackParams) WithContext(ctx context.Context) *DeletePrivateStackParams
WithContext adds the context to the delete private stack params
func (*DeletePrivateStackParams) WithDeleteDependencies ¶
func (o *DeletePrivateStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePrivateStackParams
WithDeleteDependencies adds the deleteDependencies to the delete private stack params
func (*DeletePrivateStackParams) WithForced ¶
func (o *DeletePrivateStackParams) WithForced(forced *bool) *DeletePrivateStackParams
WithForced adds the forced to the delete private stack params
func (*DeletePrivateStackParams) WithHTTPClient ¶
func (o *DeletePrivateStackParams) WithHTTPClient(client *http.Client) *DeletePrivateStackParams
WithHTTPClient adds the HTTPClient to the delete private stack params
func (*DeletePrivateStackParams) WithName ¶
func (o *DeletePrivateStackParams) WithName(name string) *DeletePrivateStackParams
WithName adds the name to the delete private stack params
func (*DeletePrivateStackParams) WithTimeout ¶
func (o *DeletePrivateStackParams) WithTimeout(timeout time.Duration) *DeletePrivateStackParams
WithTimeout adds the timeout to the delete private stack params
func (*DeletePrivateStackParams) WriteToRequest ¶
func (o *DeletePrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePrivateStackReader ¶
type DeletePrivateStackReader struct {
// contains filtered or unexported fields
}
DeletePrivateStackReader is a Reader for the DeletePrivateStack structure.
func (*DeletePrivateStackReader) ReadResponse ¶
func (o *DeletePrivateStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePublicStackDefault ¶
type DeletePublicStackDefault struct {
// contains filtered or unexported fields
}
DeletePublicStackDefault handles this case with default header values.
successful operation
func NewDeletePublicStackDefault ¶
func NewDeletePublicStackDefault(code int) *DeletePublicStackDefault
NewDeletePublicStackDefault creates a DeletePublicStackDefault with default headers values
func (*DeletePublicStackDefault) Code ¶
func (o *DeletePublicStackDefault) Code() int
Code gets the status code for the delete public stack default response
func (*DeletePublicStackDefault) Error ¶
func (o *DeletePublicStackDefault) Error() string
type DeletePublicStackParams ¶
type DeletePublicStackParams struct { /*DeleteDependencies*/ DeleteDependencies *bool /*Forced*/ Forced *bool /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePublicStackParams contains all the parameters to send to the API endpoint for the delete public stack operation typically these are written to a http.Request
func NewDeletePublicStackParams ¶
func NewDeletePublicStackParams() *DeletePublicStackParams
NewDeletePublicStackParams creates a new DeletePublicStackParams object with the default values initialized.
func NewDeletePublicStackParamsWithContext ¶
func NewDeletePublicStackParamsWithContext(ctx context.Context) *DeletePublicStackParams
NewDeletePublicStackParamsWithContext creates a new DeletePublicStackParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePublicStackParamsWithHTTPClient ¶
func NewDeletePublicStackParamsWithHTTPClient(client *http.Client) *DeletePublicStackParams
NewDeletePublicStackParamsWithHTTPClient creates a new DeletePublicStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePublicStackParamsWithTimeout ¶
func NewDeletePublicStackParamsWithTimeout(timeout time.Duration) *DeletePublicStackParams
NewDeletePublicStackParamsWithTimeout creates a new DeletePublicStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePublicStackParams) SetContext ¶
func (o *DeletePublicStackParams) SetContext(ctx context.Context)
SetContext adds the context to the delete public stack params
func (*DeletePublicStackParams) SetDeleteDependencies ¶
func (o *DeletePublicStackParams) SetDeleteDependencies(deleteDependencies *bool)
SetDeleteDependencies adds the deleteDependencies to the delete public stack params
func (*DeletePublicStackParams) SetForced ¶
func (o *DeletePublicStackParams) SetForced(forced *bool)
SetForced adds the forced to the delete public stack params
func (*DeletePublicStackParams) SetHTTPClient ¶
func (o *DeletePublicStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete public stack params
func (*DeletePublicStackParams) SetName ¶
func (o *DeletePublicStackParams) SetName(name string)
SetName adds the name to the delete public stack params
func (*DeletePublicStackParams) SetTimeout ¶
func (o *DeletePublicStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete public stack params
func (*DeletePublicStackParams) WithContext ¶
func (o *DeletePublicStackParams) WithContext(ctx context.Context) *DeletePublicStackParams
WithContext adds the context to the delete public stack params
func (*DeletePublicStackParams) WithDeleteDependencies ¶
func (o *DeletePublicStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeletePublicStackParams
WithDeleteDependencies adds the deleteDependencies to the delete public stack params
func (*DeletePublicStackParams) WithForced ¶
func (o *DeletePublicStackParams) WithForced(forced *bool) *DeletePublicStackParams
WithForced adds the forced to the delete public stack params
func (*DeletePublicStackParams) WithHTTPClient ¶
func (o *DeletePublicStackParams) WithHTTPClient(client *http.Client) *DeletePublicStackParams
WithHTTPClient adds the HTTPClient to the delete public stack params
func (*DeletePublicStackParams) WithName ¶
func (o *DeletePublicStackParams) WithName(name string) *DeletePublicStackParams
WithName adds the name to the delete public stack params
func (*DeletePublicStackParams) WithTimeout ¶
func (o *DeletePublicStackParams) WithTimeout(timeout time.Duration) *DeletePublicStackParams
WithTimeout adds the timeout to the delete public stack params
func (*DeletePublicStackParams) WriteToRequest ¶
func (o *DeletePublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePublicStackReader ¶
type DeletePublicStackReader struct {
// contains filtered or unexported fields
}
DeletePublicStackReader is a Reader for the DeletePublicStack structure.
func (*DeletePublicStackReader) ReadResponse ¶
func (o *DeletePublicStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteStackDefault ¶
type DeleteStackDefault struct {
// contains filtered or unexported fields
}
DeleteStackDefault handles this case with default header values.
successful operation
func NewDeleteStackDefault ¶
func NewDeleteStackDefault(code int) *DeleteStackDefault
NewDeleteStackDefault creates a DeleteStackDefault with default headers values
func (*DeleteStackDefault) Code ¶
func (o *DeleteStackDefault) Code() int
Code gets the status code for the delete stack default response
func (*DeleteStackDefault) Error ¶
func (o *DeleteStackDefault) Error() string
type DeleteStackParams ¶
type DeleteStackParams struct { /*DeleteDependencies*/ DeleteDependencies *bool /*Forced*/ Forced *bool /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteStackParams contains all the parameters to send to the API endpoint for the delete stack operation typically these are written to a http.Request
func NewDeleteStackParams ¶
func NewDeleteStackParams() *DeleteStackParams
NewDeleteStackParams creates a new DeleteStackParams object with the default values initialized.
func NewDeleteStackParamsWithContext ¶
func NewDeleteStackParamsWithContext(ctx context.Context) *DeleteStackParams
NewDeleteStackParamsWithContext creates a new DeleteStackParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteStackParamsWithHTTPClient ¶
func NewDeleteStackParamsWithHTTPClient(client *http.Client) *DeleteStackParams
NewDeleteStackParamsWithHTTPClient creates a new DeleteStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteStackParamsWithTimeout ¶
func NewDeleteStackParamsWithTimeout(timeout time.Duration) *DeleteStackParams
NewDeleteStackParamsWithTimeout creates a new DeleteStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteStackParams) SetContext ¶
func (o *DeleteStackParams) SetContext(ctx context.Context)
SetContext adds the context to the delete stack params
func (*DeleteStackParams) SetDeleteDependencies ¶
func (o *DeleteStackParams) SetDeleteDependencies(deleteDependencies *bool)
SetDeleteDependencies adds the deleteDependencies to the delete stack params
func (*DeleteStackParams) SetForced ¶
func (o *DeleteStackParams) SetForced(forced *bool)
SetForced adds the forced to the delete stack params
func (*DeleteStackParams) SetHTTPClient ¶
func (o *DeleteStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete stack params
func (*DeleteStackParams) SetID ¶
func (o *DeleteStackParams) SetID(id int64)
SetID adds the id to the delete stack params
func (*DeleteStackParams) SetTimeout ¶
func (o *DeleteStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete stack params
func (*DeleteStackParams) WithContext ¶
func (o *DeleteStackParams) WithContext(ctx context.Context) *DeleteStackParams
WithContext adds the context to the delete stack params
func (*DeleteStackParams) WithDeleteDependencies ¶
func (o *DeleteStackParams) WithDeleteDependencies(deleteDependencies *bool) *DeleteStackParams
WithDeleteDependencies adds the deleteDependencies to the delete stack params
func (*DeleteStackParams) WithForced ¶
func (o *DeleteStackParams) WithForced(forced *bool) *DeleteStackParams
WithForced adds the forced to the delete stack params
func (*DeleteStackParams) WithHTTPClient ¶
func (o *DeleteStackParams) WithHTTPClient(client *http.Client) *DeleteStackParams
WithHTTPClient adds the HTTPClient to the delete stack params
func (*DeleteStackParams) WithID ¶
func (o *DeleteStackParams) WithID(id int64) *DeleteStackParams
WithID adds the id to the delete stack params
func (*DeleteStackParams) WithTimeout ¶
func (o *DeleteStackParams) WithTimeout(timeout time.Duration) *DeleteStackParams
WithTimeout adds the timeout to the delete stack params
func (*DeleteStackParams) WriteToRequest ¶
func (o *DeleteStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteStackReader ¶
type DeleteStackReader struct {
// contains filtered or unexported fields
}
DeleteStackReader is a Reader for the DeleteStack structure.
func (*DeleteStackReader) ReadResponse ¶
func (o *DeleteStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllStackOK ¶
type GetAllStackOK struct {
Payload []*models_cloudbreak.AutoscaleStackResponse
}
GetAllStackOK handles this case with default header values.
successful operation
func NewGetAllStackOK ¶
func NewGetAllStackOK() *GetAllStackOK
NewGetAllStackOK creates a GetAllStackOK with default headers values
func (*GetAllStackOK) Error ¶
func (o *GetAllStackOK) Error() string
type GetAllStackParams ¶
type GetAllStackParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllStackParams contains all the parameters to send to the API endpoint for the get all stack operation typically these are written to a http.Request
func NewGetAllStackParams ¶
func NewGetAllStackParams() *GetAllStackParams
NewGetAllStackParams creates a new GetAllStackParams object with the default values initialized.
func NewGetAllStackParamsWithContext ¶
func NewGetAllStackParamsWithContext(ctx context.Context) *GetAllStackParams
NewGetAllStackParamsWithContext creates a new GetAllStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllStackParamsWithHTTPClient ¶
func NewGetAllStackParamsWithHTTPClient(client *http.Client) *GetAllStackParams
NewGetAllStackParamsWithHTTPClient creates a new GetAllStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllStackParamsWithTimeout ¶
func NewGetAllStackParamsWithTimeout(timeout time.Duration) *GetAllStackParams
NewGetAllStackParamsWithTimeout creates a new GetAllStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllStackParams) SetContext ¶
func (o *GetAllStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get all stack params
func (*GetAllStackParams) SetHTTPClient ¶
func (o *GetAllStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all stack params
func (*GetAllStackParams) SetTimeout ¶
func (o *GetAllStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all stack params
func (*GetAllStackParams) WithContext ¶
func (o *GetAllStackParams) WithContext(ctx context.Context) *GetAllStackParams
WithContext adds the context to the get all stack params
func (*GetAllStackParams) WithHTTPClient ¶
func (o *GetAllStackParams) WithHTTPClient(client *http.Client) *GetAllStackParams
WithHTTPClient adds the HTTPClient to the get all stack params
func (*GetAllStackParams) WithTimeout ¶
func (o *GetAllStackParams) WithTimeout(timeout time.Duration) *GetAllStackParams
WithTimeout adds the timeout to the get all stack params
func (*GetAllStackParams) WriteToRequest ¶
func (o *GetAllStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllStackReader ¶
type GetAllStackReader struct {
// contains filtered or unexported fields
}
GetAllStackReader is a Reader for the GetAllStack structure.
func (*GetAllStackReader) ReadResponse ¶
func (o *GetAllStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCertificateStackOK ¶
type GetCertificateStackOK struct {
Payload *models_cloudbreak.CertificateResponse
}
GetCertificateStackOK handles this case with default header values.
successful operation
func NewGetCertificateStackOK ¶
func NewGetCertificateStackOK() *GetCertificateStackOK
NewGetCertificateStackOK creates a GetCertificateStackOK with default headers values
func (*GetCertificateStackOK) Error ¶
func (o *GetCertificateStackOK) Error() string
type GetCertificateStackParams ¶
type GetCertificateStackParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCertificateStackParams contains all the parameters to send to the API endpoint for the get certificate stack operation typically these are written to a http.Request
func NewGetCertificateStackParams ¶
func NewGetCertificateStackParams() *GetCertificateStackParams
NewGetCertificateStackParams creates a new GetCertificateStackParams object with the default values initialized.
func NewGetCertificateStackParamsWithContext ¶
func NewGetCertificateStackParamsWithContext(ctx context.Context) *GetCertificateStackParams
NewGetCertificateStackParamsWithContext creates a new GetCertificateStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetCertificateStackParamsWithHTTPClient ¶
func NewGetCertificateStackParamsWithHTTPClient(client *http.Client) *GetCertificateStackParams
NewGetCertificateStackParamsWithHTTPClient creates a new GetCertificateStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCertificateStackParamsWithTimeout ¶
func NewGetCertificateStackParamsWithTimeout(timeout time.Duration) *GetCertificateStackParams
NewGetCertificateStackParamsWithTimeout creates a new GetCertificateStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCertificateStackParams) SetContext ¶
func (o *GetCertificateStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get certificate stack params
func (*GetCertificateStackParams) SetHTTPClient ¶
func (o *GetCertificateStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get certificate stack params
func (*GetCertificateStackParams) SetID ¶
func (o *GetCertificateStackParams) SetID(id int64)
SetID adds the id to the get certificate stack params
func (*GetCertificateStackParams) SetTimeout ¶
func (o *GetCertificateStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get certificate stack params
func (*GetCertificateStackParams) WithContext ¶
func (o *GetCertificateStackParams) WithContext(ctx context.Context) *GetCertificateStackParams
WithContext adds the context to the get certificate stack params
func (*GetCertificateStackParams) WithHTTPClient ¶
func (o *GetCertificateStackParams) WithHTTPClient(client *http.Client) *GetCertificateStackParams
WithHTTPClient adds the HTTPClient to the get certificate stack params
func (*GetCertificateStackParams) WithID ¶
func (o *GetCertificateStackParams) WithID(id int64) *GetCertificateStackParams
WithID adds the id to the get certificate stack params
func (*GetCertificateStackParams) WithTimeout ¶
func (o *GetCertificateStackParams) WithTimeout(timeout time.Duration) *GetCertificateStackParams
WithTimeout adds the timeout to the get certificate stack params
func (*GetCertificateStackParams) WriteToRequest ¶
func (o *GetCertificateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCertificateStackReader ¶
type GetCertificateStackReader struct {
// contains filtered or unexported fields
}
GetCertificateStackReader is a Reader for the GetCertificateStack structure.
func (*GetCertificateStackReader) ReadResponse ¶
func (o *GetCertificateStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrivateStackOK ¶
type GetPrivateStackOK struct {
Payload *models_cloudbreak.StackResponse
}
GetPrivateStackOK handles this case with default header values.
successful operation
func NewGetPrivateStackOK ¶
func NewGetPrivateStackOK() *GetPrivateStackOK
NewGetPrivateStackOK creates a GetPrivateStackOK with default headers values
func (*GetPrivateStackOK) Error ¶
func (o *GetPrivateStackOK) Error() string
type GetPrivateStackParams ¶
type GetPrivateStackParams struct { /*Entry*/ Entry []string /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrivateStackParams contains all the parameters to send to the API endpoint for the get private stack operation typically these are written to a http.Request
func NewGetPrivateStackParams ¶
func NewGetPrivateStackParams() *GetPrivateStackParams
NewGetPrivateStackParams creates a new GetPrivateStackParams object with the default values initialized.
func NewGetPrivateStackParamsWithContext ¶
func NewGetPrivateStackParamsWithContext(ctx context.Context) *GetPrivateStackParams
NewGetPrivateStackParamsWithContext creates a new GetPrivateStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetPrivateStackParamsWithHTTPClient ¶
func NewGetPrivateStackParamsWithHTTPClient(client *http.Client) *GetPrivateStackParams
NewGetPrivateStackParamsWithHTTPClient creates a new GetPrivateStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPrivateStackParamsWithTimeout ¶
func NewGetPrivateStackParamsWithTimeout(timeout time.Duration) *GetPrivateStackParams
NewGetPrivateStackParamsWithTimeout creates a new GetPrivateStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPrivateStackParams) SetContext ¶
func (o *GetPrivateStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get private stack params
func (*GetPrivateStackParams) SetEntry ¶
func (o *GetPrivateStackParams) SetEntry(entry []string)
SetEntry adds the entry to the get private stack params
func (*GetPrivateStackParams) SetHTTPClient ¶
func (o *GetPrivateStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get private stack params
func (*GetPrivateStackParams) SetName ¶
func (o *GetPrivateStackParams) SetName(name string)
SetName adds the name to the get private stack params
func (*GetPrivateStackParams) SetTimeout ¶
func (o *GetPrivateStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get private stack params
func (*GetPrivateStackParams) WithContext ¶
func (o *GetPrivateStackParams) WithContext(ctx context.Context) *GetPrivateStackParams
WithContext adds the context to the get private stack params
func (*GetPrivateStackParams) WithEntry ¶
func (o *GetPrivateStackParams) WithEntry(entry []string) *GetPrivateStackParams
WithEntry adds the entry to the get private stack params
func (*GetPrivateStackParams) WithHTTPClient ¶
func (o *GetPrivateStackParams) WithHTTPClient(client *http.Client) *GetPrivateStackParams
WithHTTPClient adds the HTTPClient to the get private stack params
func (*GetPrivateStackParams) WithName ¶
func (o *GetPrivateStackParams) WithName(name string) *GetPrivateStackParams
WithName adds the name to the get private stack params
func (*GetPrivateStackParams) WithTimeout ¶
func (o *GetPrivateStackParams) WithTimeout(timeout time.Duration) *GetPrivateStackParams
WithTimeout adds the timeout to the get private stack params
func (*GetPrivateStackParams) WriteToRequest ¶
func (o *GetPrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrivateStackReader ¶
type GetPrivateStackReader struct {
// contains filtered or unexported fields
}
GetPrivateStackReader is a Reader for the GetPrivateStack structure.
func (*GetPrivateStackReader) ReadResponse ¶
func (o *GetPrivateStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrivatesStackOK ¶
type GetPrivatesStackOK struct {
Payload []*models_cloudbreak.StackResponse
}
GetPrivatesStackOK handles this case with default header values.
successful operation
func NewGetPrivatesStackOK ¶
func NewGetPrivatesStackOK() *GetPrivatesStackOK
NewGetPrivatesStackOK creates a GetPrivatesStackOK with default headers values
func (*GetPrivatesStackOK) Error ¶
func (o *GetPrivatesStackOK) Error() string
type GetPrivatesStackParams ¶
type GetPrivatesStackParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrivatesStackParams contains all the parameters to send to the API endpoint for the get privates stack operation typically these are written to a http.Request
func NewGetPrivatesStackParams ¶
func NewGetPrivatesStackParams() *GetPrivatesStackParams
NewGetPrivatesStackParams creates a new GetPrivatesStackParams object with the default values initialized.
func NewGetPrivatesStackParamsWithContext ¶
func NewGetPrivatesStackParamsWithContext(ctx context.Context) *GetPrivatesStackParams
NewGetPrivatesStackParamsWithContext creates a new GetPrivatesStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetPrivatesStackParamsWithHTTPClient ¶
func NewGetPrivatesStackParamsWithHTTPClient(client *http.Client) *GetPrivatesStackParams
NewGetPrivatesStackParamsWithHTTPClient creates a new GetPrivatesStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPrivatesStackParamsWithTimeout ¶
func NewGetPrivatesStackParamsWithTimeout(timeout time.Duration) *GetPrivatesStackParams
NewGetPrivatesStackParamsWithTimeout creates a new GetPrivatesStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPrivatesStackParams) SetContext ¶
func (o *GetPrivatesStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get privates stack params
func (*GetPrivatesStackParams) SetHTTPClient ¶
func (o *GetPrivatesStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get privates stack params
func (*GetPrivatesStackParams) SetTimeout ¶
func (o *GetPrivatesStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get privates stack params
func (*GetPrivatesStackParams) WithContext ¶
func (o *GetPrivatesStackParams) WithContext(ctx context.Context) *GetPrivatesStackParams
WithContext adds the context to the get privates stack params
func (*GetPrivatesStackParams) WithHTTPClient ¶
func (o *GetPrivatesStackParams) WithHTTPClient(client *http.Client) *GetPrivatesStackParams
WithHTTPClient adds the HTTPClient to the get privates stack params
func (*GetPrivatesStackParams) WithTimeout ¶
func (o *GetPrivatesStackParams) WithTimeout(timeout time.Duration) *GetPrivatesStackParams
WithTimeout adds the timeout to the get privates stack params
func (*GetPrivatesStackParams) WriteToRequest ¶
func (o *GetPrivatesStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrivatesStackReader ¶
type GetPrivatesStackReader struct {
// contains filtered or unexported fields
}
GetPrivatesStackReader is a Reader for the GetPrivatesStack structure.
func (*GetPrivatesStackReader) ReadResponse ¶
func (o *GetPrivatesStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPublicStackOK ¶
type GetPublicStackOK struct {
Payload *models_cloudbreak.StackResponse
}
GetPublicStackOK handles this case with default header values.
successful operation
func NewGetPublicStackOK ¶
func NewGetPublicStackOK() *GetPublicStackOK
NewGetPublicStackOK creates a GetPublicStackOK with default headers values
func (*GetPublicStackOK) Error ¶
func (o *GetPublicStackOK) Error() string
type GetPublicStackParams ¶
type GetPublicStackParams struct { /*Entry*/ Entry []string /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPublicStackParams contains all the parameters to send to the API endpoint for the get public stack operation typically these are written to a http.Request
func NewGetPublicStackParams ¶
func NewGetPublicStackParams() *GetPublicStackParams
NewGetPublicStackParams creates a new GetPublicStackParams object with the default values initialized.
func NewGetPublicStackParamsWithContext ¶
func NewGetPublicStackParamsWithContext(ctx context.Context) *GetPublicStackParams
NewGetPublicStackParamsWithContext creates a new GetPublicStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetPublicStackParamsWithHTTPClient ¶
func NewGetPublicStackParamsWithHTTPClient(client *http.Client) *GetPublicStackParams
NewGetPublicStackParamsWithHTTPClient creates a new GetPublicStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPublicStackParamsWithTimeout ¶
func NewGetPublicStackParamsWithTimeout(timeout time.Duration) *GetPublicStackParams
NewGetPublicStackParamsWithTimeout creates a new GetPublicStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPublicStackParams) SetContext ¶
func (o *GetPublicStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get public stack params
func (*GetPublicStackParams) SetEntry ¶
func (o *GetPublicStackParams) SetEntry(entry []string)
SetEntry adds the entry to the get public stack params
func (*GetPublicStackParams) SetHTTPClient ¶
func (o *GetPublicStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get public stack params
func (*GetPublicStackParams) SetName ¶
func (o *GetPublicStackParams) SetName(name string)
SetName adds the name to the get public stack params
func (*GetPublicStackParams) SetTimeout ¶
func (o *GetPublicStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get public stack params
func (*GetPublicStackParams) WithContext ¶
func (o *GetPublicStackParams) WithContext(ctx context.Context) *GetPublicStackParams
WithContext adds the context to the get public stack params
func (*GetPublicStackParams) WithEntry ¶
func (o *GetPublicStackParams) WithEntry(entry []string) *GetPublicStackParams
WithEntry adds the entry to the get public stack params
func (*GetPublicStackParams) WithHTTPClient ¶
func (o *GetPublicStackParams) WithHTTPClient(client *http.Client) *GetPublicStackParams
WithHTTPClient adds the HTTPClient to the get public stack params
func (*GetPublicStackParams) WithName ¶
func (o *GetPublicStackParams) WithName(name string) *GetPublicStackParams
WithName adds the name to the get public stack params
func (*GetPublicStackParams) WithTimeout ¶
func (o *GetPublicStackParams) WithTimeout(timeout time.Duration) *GetPublicStackParams
WithTimeout adds the timeout to the get public stack params
func (*GetPublicStackParams) WriteToRequest ¶
func (o *GetPublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPublicStackReader ¶
type GetPublicStackReader struct {
// contains filtered or unexported fields
}
GetPublicStackReader is a Reader for the GetPublicStack structure.
func (*GetPublicStackReader) ReadResponse ¶
func (o *GetPublicStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPublicsStackOK ¶
type GetPublicsStackOK struct {
Payload []*models_cloudbreak.StackResponse
}
GetPublicsStackOK handles this case with default header values.
successful operation
func NewGetPublicsStackOK ¶
func NewGetPublicsStackOK() *GetPublicsStackOK
NewGetPublicsStackOK creates a GetPublicsStackOK with default headers values
func (*GetPublicsStackOK) Error ¶
func (o *GetPublicsStackOK) Error() string
type GetPublicsStackParams ¶
type GetPublicsStackParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPublicsStackParams contains all the parameters to send to the API endpoint for the get publics stack operation typically these are written to a http.Request
func NewGetPublicsStackParams ¶
func NewGetPublicsStackParams() *GetPublicsStackParams
NewGetPublicsStackParams creates a new GetPublicsStackParams object with the default values initialized.
func NewGetPublicsStackParamsWithContext ¶
func NewGetPublicsStackParamsWithContext(ctx context.Context) *GetPublicsStackParams
NewGetPublicsStackParamsWithContext creates a new GetPublicsStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetPublicsStackParamsWithHTTPClient ¶
func NewGetPublicsStackParamsWithHTTPClient(client *http.Client) *GetPublicsStackParams
NewGetPublicsStackParamsWithHTTPClient creates a new GetPublicsStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPublicsStackParamsWithTimeout ¶
func NewGetPublicsStackParamsWithTimeout(timeout time.Duration) *GetPublicsStackParams
NewGetPublicsStackParamsWithTimeout creates a new GetPublicsStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPublicsStackParams) SetContext ¶
func (o *GetPublicsStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get publics stack params
func (*GetPublicsStackParams) SetHTTPClient ¶
func (o *GetPublicsStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get publics stack params
func (*GetPublicsStackParams) SetTimeout ¶
func (o *GetPublicsStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get publics stack params
func (*GetPublicsStackParams) WithContext ¶
func (o *GetPublicsStackParams) WithContext(ctx context.Context) *GetPublicsStackParams
WithContext adds the context to the get publics stack params
func (*GetPublicsStackParams) WithHTTPClient ¶
func (o *GetPublicsStackParams) WithHTTPClient(client *http.Client) *GetPublicsStackParams
WithHTTPClient adds the HTTPClient to the get publics stack params
func (*GetPublicsStackParams) WithTimeout ¶
func (o *GetPublicsStackParams) WithTimeout(timeout time.Duration) *GetPublicsStackParams
WithTimeout adds the timeout to the get publics stack params
func (*GetPublicsStackParams) WriteToRequest ¶
func (o *GetPublicsStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPublicsStackReader ¶
type GetPublicsStackReader struct {
// contains filtered or unexported fields
}
GetPublicsStackReader is a Reader for the GetPublicsStack structure.
func (*GetPublicsStackReader) ReadResponse ¶
func (o *GetPublicsStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetStackForAmbariOK ¶
type GetStackForAmbariOK struct {
Payload *models_cloudbreak.StackResponse
}
GetStackForAmbariOK handles this case with default header values.
successful operation
func NewGetStackForAmbariOK ¶
func NewGetStackForAmbariOK() *GetStackForAmbariOK
NewGetStackForAmbariOK creates a GetStackForAmbariOK with default headers values
func (*GetStackForAmbariOK) Error ¶
func (o *GetStackForAmbariOK) Error() string
type GetStackForAmbariParams ¶
type GetStackForAmbariParams struct { /*Body*/ Body *models_cloudbreak.AmbariAddress Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetStackForAmbariParams contains all the parameters to send to the API endpoint for the get stack for ambari operation typically these are written to a http.Request
func NewGetStackForAmbariParams ¶
func NewGetStackForAmbariParams() *GetStackForAmbariParams
NewGetStackForAmbariParams creates a new GetStackForAmbariParams object with the default values initialized.
func NewGetStackForAmbariParamsWithContext ¶
func NewGetStackForAmbariParamsWithContext(ctx context.Context) *GetStackForAmbariParams
NewGetStackForAmbariParamsWithContext creates a new GetStackForAmbariParams object with the default values initialized, and the ability to set a context for a request
func NewGetStackForAmbariParamsWithHTTPClient ¶
func NewGetStackForAmbariParamsWithHTTPClient(client *http.Client) *GetStackForAmbariParams
NewGetStackForAmbariParamsWithHTTPClient creates a new GetStackForAmbariParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetStackForAmbariParamsWithTimeout ¶
func NewGetStackForAmbariParamsWithTimeout(timeout time.Duration) *GetStackForAmbariParams
NewGetStackForAmbariParamsWithTimeout creates a new GetStackForAmbariParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetStackForAmbariParams) SetBody ¶
func (o *GetStackForAmbariParams) SetBody(body *models_cloudbreak.AmbariAddress)
SetBody adds the body to the get stack for ambari params
func (*GetStackForAmbariParams) SetContext ¶
func (o *GetStackForAmbariParams) SetContext(ctx context.Context)
SetContext adds the context to the get stack for ambari params
func (*GetStackForAmbariParams) SetHTTPClient ¶
func (o *GetStackForAmbariParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get stack for ambari params
func (*GetStackForAmbariParams) SetTimeout ¶
func (o *GetStackForAmbariParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get stack for ambari params
func (*GetStackForAmbariParams) WithBody ¶
func (o *GetStackForAmbariParams) WithBody(body *models_cloudbreak.AmbariAddress) *GetStackForAmbariParams
WithBody adds the body to the get stack for ambari params
func (*GetStackForAmbariParams) WithContext ¶
func (o *GetStackForAmbariParams) WithContext(ctx context.Context) *GetStackForAmbariParams
WithContext adds the context to the get stack for ambari params
func (*GetStackForAmbariParams) WithHTTPClient ¶
func (o *GetStackForAmbariParams) WithHTTPClient(client *http.Client) *GetStackForAmbariParams
WithHTTPClient adds the HTTPClient to the get stack for ambari params
func (*GetStackForAmbariParams) WithTimeout ¶
func (o *GetStackForAmbariParams) WithTimeout(timeout time.Duration) *GetStackForAmbariParams
WithTimeout adds the timeout to the get stack for ambari params
func (*GetStackForAmbariParams) WriteToRequest ¶
func (o *GetStackForAmbariParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetStackForAmbariReader ¶
type GetStackForAmbariReader struct {
// contains filtered or unexported fields
}
GetStackForAmbariReader is a Reader for the GetStackForAmbari structure.
func (*GetStackForAmbariReader) ReadResponse ¶
func (o *GetStackForAmbariReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetStackOK ¶
type GetStackOK struct {
Payload *models_cloudbreak.StackResponse
}
GetStackOK handles this case with default header values.
successful operation
func NewGetStackOK ¶
func NewGetStackOK() *GetStackOK
NewGetStackOK creates a GetStackOK with default headers values
func (*GetStackOK) Error ¶
func (o *GetStackOK) Error() string
type GetStackParams ¶
type GetStackParams struct { /*Entry*/ Entry []string /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetStackParams contains all the parameters to send to the API endpoint for the get stack operation typically these are written to a http.Request
func NewGetStackParams ¶
func NewGetStackParams() *GetStackParams
NewGetStackParams creates a new GetStackParams object with the default values initialized.
func NewGetStackParamsWithContext ¶
func NewGetStackParamsWithContext(ctx context.Context) *GetStackParams
NewGetStackParamsWithContext creates a new GetStackParams object with the default values initialized, and the ability to set a context for a request
func NewGetStackParamsWithHTTPClient ¶
func NewGetStackParamsWithHTTPClient(client *http.Client) *GetStackParams
NewGetStackParamsWithHTTPClient creates a new GetStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetStackParamsWithTimeout ¶
func NewGetStackParamsWithTimeout(timeout time.Duration) *GetStackParams
NewGetStackParamsWithTimeout creates a new GetStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetStackParams) SetContext ¶
func (o *GetStackParams) SetContext(ctx context.Context)
SetContext adds the context to the get stack params
func (*GetStackParams) SetEntry ¶
func (o *GetStackParams) SetEntry(entry []string)
SetEntry adds the entry to the get stack params
func (*GetStackParams) SetHTTPClient ¶
func (o *GetStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get stack params
func (*GetStackParams) SetID ¶
func (o *GetStackParams) SetID(id int64)
SetID adds the id to the get stack params
func (*GetStackParams) SetTimeout ¶
func (o *GetStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get stack params
func (*GetStackParams) WithContext ¶
func (o *GetStackParams) WithContext(ctx context.Context) *GetStackParams
WithContext adds the context to the get stack params
func (*GetStackParams) WithEntry ¶
func (o *GetStackParams) WithEntry(entry []string) *GetStackParams
WithEntry adds the entry to the get stack params
func (*GetStackParams) WithHTTPClient ¶
func (o *GetStackParams) WithHTTPClient(client *http.Client) *GetStackParams
WithHTTPClient adds the HTTPClient to the get stack params
func (*GetStackParams) WithID ¶
func (o *GetStackParams) WithID(id int64) *GetStackParams
WithID adds the id to the get stack params
func (*GetStackParams) WithTimeout ¶
func (o *GetStackParams) WithTimeout(timeout time.Duration) *GetStackParams
WithTimeout adds the timeout to the get stack params
func (*GetStackParams) WriteToRequest ¶
func (o *GetStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetStackReader ¶
type GetStackReader struct {
// contains filtered or unexported fields
}
GetStackReader is a Reader for the GetStack structure.
func (*GetStackReader) ReadResponse ¶
func (o *GetStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostPrivateStackOK ¶
type PostPrivateStackOK struct {
Payload *models_cloudbreak.StackResponse
}
PostPrivateStackOK handles this case with default header values.
successful operation
func NewPostPrivateStackOK ¶
func NewPostPrivateStackOK() *PostPrivateStackOK
NewPostPrivateStackOK creates a PostPrivateStackOK with default headers values
func (*PostPrivateStackOK) Error ¶
func (o *PostPrivateStackOK) Error() string
type PostPrivateStackParams ¶
type PostPrivateStackParams struct { /*Body*/ Body *models_cloudbreak.StackRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostPrivateStackParams contains all the parameters to send to the API endpoint for the post private stack operation typically these are written to a http.Request
func NewPostPrivateStackParams ¶
func NewPostPrivateStackParams() *PostPrivateStackParams
NewPostPrivateStackParams creates a new PostPrivateStackParams object with the default values initialized.
func NewPostPrivateStackParamsWithContext ¶
func NewPostPrivateStackParamsWithContext(ctx context.Context) *PostPrivateStackParams
NewPostPrivateStackParamsWithContext creates a new PostPrivateStackParams object with the default values initialized, and the ability to set a context for a request
func NewPostPrivateStackParamsWithHTTPClient ¶
func NewPostPrivateStackParamsWithHTTPClient(client *http.Client) *PostPrivateStackParams
NewPostPrivateStackParamsWithHTTPClient creates a new PostPrivateStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostPrivateStackParamsWithTimeout ¶
func NewPostPrivateStackParamsWithTimeout(timeout time.Duration) *PostPrivateStackParams
NewPostPrivateStackParamsWithTimeout creates a new PostPrivateStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostPrivateStackParams) SetBody ¶
func (o *PostPrivateStackParams) SetBody(body *models_cloudbreak.StackRequest)
SetBody adds the body to the post private stack params
func (*PostPrivateStackParams) SetContext ¶
func (o *PostPrivateStackParams) SetContext(ctx context.Context)
SetContext adds the context to the post private stack params
func (*PostPrivateStackParams) SetHTTPClient ¶
func (o *PostPrivateStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post private stack params
func (*PostPrivateStackParams) SetTimeout ¶
func (o *PostPrivateStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post private stack params
func (*PostPrivateStackParams) WithBody ¶
func (o *PostPrivateStackParams) WithBody(body *models_cloudbreak.StackRequest) *PostPrivateStackParams
WithBody adds the body to the post private stack params
func (*PostPrivateStackParams) WithContext ¶
func (o *PostPrivateStackParams) WithContext(ctx context.Context) *PostPrivateStackParams
WithContext adds the context to the post private stack params
func (*PostPrivateStackParams) WithHTTPClient ¶
func (o *PostPrivateStackParams) WithHTTPClient(client *http.Client) *PostPrivateStackParams
WithHTTPClient adds the HTTPClient to the post private stack params
func (*PostPrivateStackParams) WithTimeout ¶
func (o *PostPrivateStackParams) WithTimeout(timeout time.Duration) *PostPrivateStackParams
WithTimeout adds the timeout to the post private stack params
func (*PostPrivateStackParams) WriteToRequest ¶
func (o *PostPrivateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostPrivateStackReader ¶
type PostPrivateStackReader struct {
// contains filtered or unexported fields
}
PostPrivateStackReader is a Reader for the PostPrivateStack structure.
func (*PostPrivateStackReader) ReadResponse ¶
func (o *PostPrivateStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostPublicStackOK ¶
type PostPublicStackOK struct {
Payload *models_cloudbreak.StackResponse
}
PostPublicStackOK handles this case with default header values.
successful operation
func NewPostPublicStackOK ¶
func NewPostPublicStackOK() *PostPublicStackOK
NewPostPublicStackOK creates a PostPublicStackOK with default headers values
func (*PostPublicStackOK) Error ¶
func (o *PostPublicStackOK) Error() string
type PostPublicStackParams ¶
type PostPublicStackParams struct { /*Body*/ Body *models_cloudbreak.StackRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostPublicStackParams contains all the parameters to send to the API endpoint for the post public stack operation typically these are written to a http.Request
func NewPostPublicStackParams ¶
func NewPostPublicStackParams() *PostPublicStackParams
NewPostPublicStackParams creates a new PostPublicStackParams object with the default values initialized.
func NewPostPublicStackParamsWithContext ¶
func NewPostPublicStackParamsWithContext(ctx context.Context) *PostPublicStackParams
NewPostPublicStackParamsWithContext creates a new PostPublicStackParams object with the default values initialized, and the ability to set a context for a request
func NewPostPublicStackParamsWithHTTPClient ¶
func NewPostPublicStackParamsWithHTTPClient(client *http.Client) *PostPublicStackParams
NewPostPublicStackParamsWithHTTPClient creates a new PostPublicStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostPublicStackParamsWithTimeout ¶
func NewPostPublicStackParamsWithTimeout(timeout time.Duration) *PostPublicStackParams
NewPostPublicStackParamsWithTimeout creates a new PostPublicStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostPublicStackParams) SetBody ¶
func (o *PostPublicStackParams) SetBody(body *models_cloudbreak.StackRequest)
SetBody adds the body to the post public stack params
func (*PostPublicStackParams) SetContext ¶
func (o *PostPublicStackParams) SetContext(ctx context.Context)
SetContext adds the context to the post public stack params
func (*PostPublicStackParams) SetHTTPClient ¶
func (o *PostPublicStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post public stack params
func (*PostPublicStackParams) SetTimeout ¶
func (o *PostPublicStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post public stack params
func (*PostPublicStackParams) WithBody ¶
func (o *PostPublicStackParams) WithBody(body *models_cloudbreak.StackRequest) *PostPublicStackParams
WithBody adds the body to the post public stack params
func (*PostPublicStackParams) WithContext ¶
func (o *PostPublicStackParams) WithContext(ctx context.Context) *PostPublicStackParams
WithContext adds the context to the post public stack params
func (*PostPublicStackParams) WithHTTPClient ¶
func (o *PostPublicStackParams) WithHTTPClient(client *http.Client) *PostPublicStackParams
WithHTTPClient adds the HTTPClient to the post public stack params
func (*PostPublicStackParams) WithTimeout ¶
func (o *PostPublicStackParams) WithTimeout(timeout time.Duration) *PostPublicStackParams
WithTimeout adds the timeout to the post public stack params
func (*PostPublicStackParams) WriteToRequest ¶
func (o *PostPublicStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostPublicStackReader ¶
type PostPublicStackReader struct {
// contains filtered or unexported fields
}
PostPublicStackReader is a Reader for the PostPublicStack structure.
func (*PostPublicStackReader) ReadResponse ¶
func (o *PostPublicStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutStackDefault ¶
type PutStackDefault struct {
// contains filtered or unexported fields
}
PutStackDefault handles this case with default header values.
successful operation
func NewPutStackDefault ¶
func NewPutStackDefault(code int) *PutStackDefault
NewPutStackDefault creates a PutStackDefault with default headers values
func (*PutStackDefault) Code ¶
func (o *PutStackDefault) Code() int
Code gets the status code for the put stack default response
func (*PutStackDefault) Error ¶
func (o *PutStackDefault) Error() string
type PutStackParams ¶
type PutStackParams struct { /*Body*/ Body *models_cloudbreak.UpdateStack /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutStackParams contains all the parameters to send to the API endpoint for the put stack operation typically these are written to a http.Request
func NewPutStackParams ¶
func NewPutStackParams() *PutStackParams
NewPutStackParams creates a new PutStackParams object with the default values initialized.
func NewPutStackParamsWithContext ¶
func NewPutStackParamsWithContext(ctx context.Context) *PutStackParams
NewPutStackParamsWithContext creates a new PutStackParams object with the default values initialized, and the ability to set a context for a request
func NewPutStackParamsWithHTTPClient ¶
func NewPutStackParamsWithHTTPClient(client *http.Client) *PutStackParams
NewPutStackParamsWithHTTPClient creates a new PutStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutStackParamsWithTimeout ¶
func NewPutStackParamsWithTimeout(timeout time.Duration) *PutStackParams
NewPutStackParamsWithTimeout creates a new PutStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutStackParams) SetBody ¶
func (o *PutStackParams) SetBody(body *models_cloudbreak.UpdateStack)
SetBody adds the body to the put stack params
func (*PutStackParams) SetContext ¶
func (o *PutStackParams) SetContext(ctx context.Context)
SetContext adds the context to the put stack params
func (*PutStackParams) SetHTTPClient ¶
func (o *PutStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put stack params
func (*PutStackParams) SetID ¶
func (o *PutStackParams) SetID(id int64)
SetID adds the id to the put stack params
func (*PutStackParams) SetTimeout ¶
func (o *PutStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put stack params
func (*PutStackParams) WithBody ¶
func (o *PutStackParams) WithBody(body *models_cloudbreak.UpdateStack) *PutStackParams
WithBody adds the body to the put stack params
func (*PutStackParams) WithContext ¶
func (o *PutStackParams) WithContext(ctx context.Context) *PutStackParams
WithContext adds the context to the put stack params
func (*PutStackParams) WithHTTPClient ¶
func (o *PutStackParams) WithHTTPClient(client *http.Client) *PutStackParams
WithHTTPClient adds the HTTPClient to the put stack params
func (*PutStackParams) WithID ¶
func (o *PutStackParams) WithID(id int64) *PutStackParams
WithID adds the id to the put stack params
func (*PutStackParams) WithTimeout ¶
func (o *PutStackParams) WithTimeout(timeout time.Duration) *PutStackParams
WithTimeout adds the timeout to the put stack params
func (*PutStackParams) WriteToRequest ¶
func (o *PutStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutStackReader ¶
type PutStackReader struct {
// contains filtered or unexported fields
}
PutStackReader is a Reader for the PutStack structure.
func (*PutStackReader) ReadResponse ¶
func (o *PutStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StatusStackOK ¶
type StatusStackOK struct {
Payload StatusStackOKBody
}
StatusStackOK handles this case with default header values.
successful operation
func NewStatusStackOK ¶
func NewStatusStackOK() *StatusStackOK
NewStatusStackOK creates a StatusStackOK with default headers values
func (*StatusStackOK) Error ¶
func (o *StatusStackOK) Error() string
type StatusStackOKBody ¶
type StatusStackOKBody map[string]interface{}
type StatusStackParams ¶
type StatusStackParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StatusStackParams contains all the parameters to send to the API endpoint for the status stack operation typically these are written to a http.Request
func NewStatusStackParams ¶
func NewStatusStackParams() *StatusStackParams
NewStatusStackParams creates a new StatusStackParams object with the default values initialized.
func NewStatusStackParamsWithContext ¶
func NewStatusStackParamsWithContext(ctx context.Context) *StatusStackParams
NewStatusStackParamsWithContext creates a new StatusStackParams object with the default values initialized, and the ability to set a context for a request
func NewStatusStackParamsWithHTTPClient ¶
func NewStatusStackParamsWithHTTPClient(client *http.Client) *StatusStackParams
NewStatusStackParamsWithHTTPClient creates a new StatusStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStatusStackParamsWithTimeout ¶
func NewStatusStackParamsWithTimeout(timeout time.Duration) *StatusStackParams
NewStatusStackParamsWithTimeout creates a new StatusStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*StatusStackParams) SetContext ¶
func (o *StatusStackParams) SetContext(ctx context.Context)
SetContext adds the context to the status stack params
func (*StatusStackParams) SetHTTPClient ¶
func (o *StatusStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the status stack params
func (*StatusStackParams) SetID ¶
func (o *StatusStackParams) SetID(id int64)
SetID adds the id to the status stack params
func (*StatusStackParams) SetTimeout ¶
func (o *StatusStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the status stack params
func (*StatusStackParams) WithContext ¶
func (o *StatusStackParams) WithContext(ctx context.Context) *StatusStackParams
WithContext adds the context to the status stack params
func (*StatusStackParams) WithHTTPClient ¶
func (o *StatusStackParams) WithHTTPClient(client *http.Client) *StatusStackParams
WithHTTPClient adds the HTTPClient to the status stack params
func (*StatusStackParams) WithID ¶
func (o *StatusStackParams) WithID(id int64) *StatusStackParams
WithID adds the id to the status stack params
func (*StatusStackParams) WithTimeout ¶
func (o *StatusStackParams) WithTimeout(timeout time.Duration) *StatusStackParams
WithTimeout adds the timeout to the status stack params
func (*StatusStackParams) WriteToRequest ¶
func (o *StatusStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StatusStackReader ¶
type StatusStackReader struct {
// contains filtered or unexported fields
}
StatusStackReader is a Reader for the StatusStack structure.
func (*StatusStackReader) ReadResponse ¶
func (o *StatusStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateStackDefault ¶
type ValidateStackDefault struct {
// contains filtered or unexported fields
}
ValidateStackDefault handles this case with default header values.
successful operation
func NewValidateStackDefault ¶
func NewValidateStackDefault(code int) *ValidateStackDefault
NewValidateStackDefault creates a ValidateStackDefault with default headers values
func (*ValidateStackDefault) Code ¶
func (o *ValidateStackDefault) Code() int
Code gets the status code for the validate stack default response
func (*ValidateStackDefault) Error ¶
func (o *ValidateStackDefault) Error() string
type ValidateStackParams ¶
type ValidateStackParams struct { /*Body*/ Body *models_cloudbreak.StackValidationRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateStackParams contains all the parameters to send to the API endpoint for the validate stack operation typically these are written to a http.Request
func NewValidateStackParams ¶
func NewValidateStackParams() *ValidateStackParams
NewValidateStackParams creates a new ValidateStackParams object with the default values initialized.
func NewValidateStackParamsWithContext ¶
func NewValidateStackParamsWithContext(ctx context.Context) *ValidateStackParams
NewValidateStackParamsWithContext creates a new ValidateStackParams object with the default values initialized, and the ability to set a context for a request
func NewValidateStackParamsWithHTTPClient ¶
func NewValidateStackParamsWithHTTPClient(client *http.Client) *ValidateStackParams
NewValidateStackParamsWithHTTPClient creates a new ValidateStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateStackParamsWithTimeout ¶
func NewValidateStackParamsWithTimeout(timeout time.Duration) *ValidateStackParams
NewValidateStackParamsWithTimeout creates a new ValidateStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateStackParams) SetBody ¶
func (o *ValidateStackParams) SetBody(body *models_cloudbreak.StackValidationRequest)
SetBody adds the body to the validate stack params
func (*ValidateStackParams) SetContext ¶
func (o *ValidateStackParams) SetContext(ctx context.Context)
SetContext adds the context to the validate stack params
func (*ValidateStackParams) SetHTTPClient ¶
func (o *ValidateStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate stack params
func (*ValidateStackParams) SetTimeout ¶
func (o *ValidateStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate stack params
func (*ValidateStackParams) WithBody ¶
func (o *ValidateStackParams) WithBody(body *models_cloudbreak.StackValidationRequest) *ValidateStackParams
WithBody adds the body to the validate stack params
func (*ValidateStackParams) WithContext ¶
func (o *ValidateStackParams) WithContext(ctx context.Context) *ValidateStackParams
WithContext adds the context to the validate stack params
func (*ValidateStackParams) WithHTTPClient ¶
func (o *ValidateStackParams) WithHTTPClient(client *http.Client) *ValidateStackParams
WithHTTPClient adds the HTTPClient to the validate stack params
func (*ValidateStackParams) WithTimeout ¶
func (o *ValidateStackParams) WithTimeout(timeout time.Duration) *ValidateStackParams
WithTimeout adds the timeout to the validate stack params
func (*ValidateStackParams) WriteToRequest ¶
func (o *ValidateStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateStackReader ¶
type ValidateStackReader struct {
// contains filtered or unexported fields
}
ValidateStackReader is a Reader for the ValidateStack structure.
func (*ValidateStackReader) ReadResponse ¶
func (o *ValidateStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VariantsStackOK ¶
type VariantsStackOK struct {
Payload *models_cloudbreak.PlatformVariantsJSON
}
VariantsStackOK handles this case with default header values.
successful operation
func NewVariantsStackOK ¶
func NewVariantsStackOK() *VariantsStackOK
NewVariantsStackOK creates a VariantsStackOK with default headers values
func (*VariantsStackOK) Error ¶
func (o *VariantsStackOK) Error() string
type VariantsStackParams ¶
type VariantsStackParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VariantsStackParams contains all the parameters to send to the API endpoint for the variants stack operation typically these are written to a http.Request
func NewVariantsStackParams ¶
func NewVariantsStackParams() *VariantsStackParams
NewVariantsStackParams creates a new VariantsStackParams object with the default values initialized.
func NewVariantsStackParamsWithContext ¶
func NewVariantsStackParamsWithContext(ctx context.Context) *VariantsStackParams
NewVariantsStackParamsWithContext creates a new VariantsStackParams object with the default values initialized, and the ability to set a context for a request
func NewVariantsStackParamsWithHTTPClient ¶
func NewVariantsStackParamsWithHTTPClient(client *http.Client) *VariantsStackParams
NewVariantsStackParamsWithHTTPClient creates a new VariantsStackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewVariantsStackParamsWithTimeout ¶
func NewVariantsStackParamsWithTimeout(timeout time.Duration) *VariantsStackParams
NewVariantsStackParamsWithTimeout creates a new VariantsStackParams object with the default values initialized, and the ability to set a timeout on a request
func (*VariantsStackParams) SetContext ¶
func (o *VariantsStackParams) SetContext(ctx context.Context)
SetContext adds the context to the variants stack params
func (*VariantsStackParams) SetHTTPClient ¶
func (o *VariantsStackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the variants stack params
func (*VariantsStackParams) SetTimeout ¶
func (o *VariantsStackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the variants stack params
func (*VariantsStackParams) WithContext ¶
func (o *VariantsStackParams) WithContext(ctx context.Context) *VariantsStackParams
WithContext adds the context to the variants stack params
func (*VariantsStackParams) WithHTTPClient ¶
func (o *VariantsStackParams) WithHTTPClient(client *http.Client) *VariantsStackParams
WithHTTPClient adds the HTTPClient to the variants stack params
func (*VariantsStackParams) WithTimeout ¶
func (o *VariantsStackParams) WithTimeout(timeout time.Duration) *VariantsStackParams
WithTimeout adds the timeout to the variants stack params
func (*VariantsStackParams) WriteToRequest ¶
func (o *VariantsStackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VariantsStackReader ¶
type VariantsStackReader struct {
// contains filtered or unexported fields
}
VariantsStackReader is a Reader for the VariantsStack structure.
func (*VariantsStackReader) ReadResponse ¶
func (o *VariantsStackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- delete_instance_stack_parameters.go
- delete_instance_stack_responses.go
- delete_private_stack_parameters.go
- delete_private_stack_responses.go
- delete_public_stack_parameters.go
- delete_public_stack_responses.go
- delete_stack_parameters.go
- delete_stack_responses.go
- get_all_stack_parameters.go
- get_all_stack_responses.go
- get_certificate_stack_parameters.go
- get_certificate_stack_responses.go
- get_private_stack_parameters.go
- get_private_stack_responses.go
- get_privates_stack_parameters.go
- get_privates_stack_responses.go
- get_public_stack_parameters.go
- get_public_stack_responses.go
- get_publics_stack_parameters.go
- get_publics_stack_responses.go
- get_stack_for_ambari_parameters.go
- get_stack_for_ambari_responses.go
- get_stack_parameters.go
- get_stack_responses.go
- post_private_stack_parameters.go
- post_private_stack_responses.go
- post_public_stack_parameters.go
- post_public_stack_responses.go
- put_stack_parameters.go
- put_stack_responses.go
- stacks_client.go
- status_stack_parameters.go
- status_stack_responses.go
- validate_stack_parameters.go
- validate_stack_responses.go
- variants_stack_parameters.go
- variants_stack_responses.go