stacks

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for stacks API

func New

func New(transport client.Transport, formats strfmt.Registry) *Client

New creates a new stacks API client.

func (*Client) DeleteInstance

func (a *Client) DeleteInstance(params *DeleteInstanceParams) error

DeleteInstance 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) DeleteStacksAccountName

func (a *Client) DeleteStacksAccountName(params *DeleteStacksAccountNameParams) error

DeleteStacksAccountName 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) DeleteStacksID

func (a *Client) DeleteStacksID(params *DeleteStacksIDParams) error

DeleteStacksID 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) DeleteStacksUserName

func (a *Client) DeleteStacksUserName(params *DeleteStacksUserNameParams) error

DeleteStacksUserName 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) GetCertificate

func (a *Client) GetCertificate(params *GetCertificateParams) (*GetCertificateOK, error)

GetCertificate 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) 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) GetStacksAccount

func (a *Client) GetStacksAccount(params *GetStacksAccountParams) (*GetStacksAccountOK, error)

GetStacksAccount 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) GetStacksAccountName

func (a *Client) GetStacksAccountName(params *GetStacksAccountNameParams) (*GetStacksAccountNameOK, error)

GetStacksAccountName 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) GetStacksID

func (a *Client) GetStacksID(params *GetStacksIDParams) (*GetStacksIDOK, error)

GetStacksID 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) GetStacksUser

func (a *Client) GetStacksUser(params *GetStacksUserParams) (*GetStacksUserOK, error)

GetStacksUser 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) GetStacksUserName

func (a *Client) GetStacksUserName(params *GetStacksUserNameParams) (*GetStacksUserNameOK, error)

GetStacksUserName 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) PostStacksAccount

func (a *Client) PostStacksAccount(params *PostStacksAccountParams) (*PostStacksAccountOK, error)

PostStacksAccount 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) PostStacksUser

func (a *Client) PostStacksUser(params *PostStacksUserParams) (*PostStacksUserOK, error)

PostStacksUser 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) PostStacksValidate

func (a *Client) PostStacksValidate(params *PostStacksValidateParams) error

PostStacksValidate 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) PutStacksID

func (a *Client) PutStacksID(params *PutStacksIDParams) error

PutStacksID 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 client.Transport)

SetTransport changes the transport on the client

func (*Client) Status

func (a *Client) Status(params *StatusParams) (*StatusOK, error)

Status 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) Variants

func (a *Client) Variants(params *VariantsParams) (*VariantsOK, error)

Variants 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 DeleteInstanceDefault

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

DeleteInstanceDefault handles this case with default header values.

successful operation

func NewDeleteInstanceDefault

func NewDeleteInstanceDefault(code int) *DeleteInstanceDefault

NewDeleteInstanceDefault creates a DeleteInstanceDefault with default headers values

func (*DeleteInstanceDefault) Code

func (o *DeleteInstanceDefault) Code() int

Code gets the status code for the delete instance default response

func (*DeleteInstanceDefault) Error

func (o *DeleteInstanceDefault) Error() string

type DeleteInstanceParams

type DeleteInstanceParams struct {

	/*InstanceID*/
	InstanceID string
	/*StackID*/
	StackID int64
}

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

func NewDeleteInstanceParams

func NewDeleteInstanceParams() *DeleteInstanceParams

NewDeleteInstanceParams creates a new DeleteInstanceParams object with the default values initialized.

func (*DeleteInstanceParams) WithInstanceID

func (o *DeleteInstanceParams) WithInstanceID(instanceId string) *DeleteInstanceParams

WithInstanceID adds the instanceId to the delete instance params

func (*DeleteInstanceParams) WithStackID

func (o *DeleteInstanceParams) WithStackID(stackId int64) *DeleteInstanceParams

WithStackID adds the stackId to the delete instance params

func (*DeleteInstanceParams) WriteToRequest

func (o *DeleteInstanceParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteInstanceReader

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

DeleteInstanceReader is a Reader for the DeleteInstance structure.

func (*DeleteInstanceReader) ReadResponse

func (o *DeleteInstanceReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type DeleteStacksAccountNameDefault

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

DeleteStacksAccountNameDefault handles this case with default header values.

successful operation

func NewDeleteStacksAccountNameDefault

func NewDeleteStacksAccountNameDefault(code int) *DeleteStacksAccountNameDefault

NewDeleteStacksAccountNameDefault creates a DeleteStacksAccountNameDefault with default headers values

func (*DeleteStacksAccountNameDefault) Code

Code gets the status code for the delete stacks account name default response

func (*DeleteStacksAccountNameDefault) Error

type DeleteStacksAccountNameParams

type DeleteStacksAccountNameParams struct {

	/*Forced*/
	Forced *bool
	/*Name*/
	Name string
}

DeleteStacksAccountNameParams contains all the parameters to send to the API endpoint for the delete stacks account name operation typically these are written to a http.Request

func NewDeleteStacksAccountNameParams

func NewDeleteStacksAccountNameParams() *DeleteStacksAccountNameParams

NewDeleteStacksAccountNameParams creates a new DeleteStacksAccountNameParams object with the default values initialized.

func (*DeleteStacksAccountNameParams) WithForced

WithForced adds the forced to the delete stacks account name params

func (*DeleteStacksAccountNameParams) WithName

WithName adds the name to the delete stacks account name params

func (*DeleteStacksAccountNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStacksAccountNameReader

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

DeleteStacksAccountNameReader is a Reader for the DeleteStacksAccountName structure.

func (*DeleteStacksAccountNameReader) ReadResponse

func (o *DeleteStacksAccountNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type DeleteStacksIDDefault

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

DeleteStacksIDDefault handles this case with default header values.

successful operation

func NewDeleteStacksIDDefault

func NewDeleteStacksIDDefault(code int) *DeleteStacksIDDefault

NewDeleteStacksIDDefault creates a DeleteStacksIDDefault with default headers values

func (*DeleteStacksIDDefault) Code

func (o *DeleteStacksIDDefault) Code() int

Code gets the status code for the delete stacks ID default response

func (*DeleteStacksIDDefault) Error

func (o *DeleteStacksIDDefault) Error() string

type DeleteStacksIDParams

type DeleteStacksIDParams struct {

	/*Forced*/
	Forced *bool
	/*ID*/
	ID int64
}

DeleteStacksIDParams contains all the parameters to send to the API endpoint for the delete stacks ID operation typically these are written to a http.Request

func NewDeleteStacksIDParams

func NewDeleteStacksIDParams() *DeleteStacksIDParams

NewDeleteStacksIDParams creates a new DeleteStacksIDParams object with the default values initialized.

func (*DeleteStacksIDParams) WithForced

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

WithForced adds the forced to the delete stacks ID params

func (*DeleteStacksIDParams) WithID

WithID adds the id to the delete stacks ID params

func (*DeleteStacksIDParams) WriteToRequest

func (o *DeleteStacksIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteStacksIDReader

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

DeleteStacksIDReader is a Reader for the DeleteStacksID structure.

func (*DeleteStacksIDReader) ReadResponse

func (o *DeleteStacksIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type DeleteStacksUserNameDefault

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

DeleteStacksUserNameDefault handles this case with default header values.

successful operation

func NewDeleteStacksUserNameDefault

func NewDeleteStacksUserNameDefault(code int) *DeleteStacksUserNameDefault

NewDeleteStacksUserNameDefault creates a DeleteStacksUserNameDefault with default headers values

func (*DeleteStacksUserNameDefault) Code

func (o *DeleteStacksUserNameDefault) Code() int

Code gets the status code for the delete stacks user name default response

func (*DeleteStacksUserNameDefault) Error

type DeleteStacksUserNameParams

type DeleteStacksUserNameParams struct {

	/*Forced*/
	Forced *bool
	/*Name*/
	Name string
}

DeleteStacksUserNameParams contains all the parameters to send to the API endpoint for the delete stacks user name operation typically these are written to a http.Request

func NewDeleteStacksUserNameParams

func NewDeleteStacksUserNameParams() *DeleteStacksUserNameParams

NewDeleteStacksUserNameParams creates a new DeleteStacksUserNameParams object with the default values initialized.

func (*DeleteStacksUserNameParams) WithForced

WithForced adds the forced to the delete stacks user name params

func (*DeleteStacksUserNameParams) WithName

WithName adds the name to the delete stacks user name params

func (*DeleteStacksUserNameParams) WriteToRequest

func (o *DeleteStacksUserNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteStacksUserNameReader

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

DeleteStacksUserNameReader is a Reader for the DeleteStacksUserName structure.

func (*DeleteStacksUserNameReader) ReadResponse

func (o *DeleteStacksUserNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetCertificateOK

type GetCertificateOK struct {
	Payload *models.CertificateResponse
}

GetCertificateOK handles this case with default header values.

successful operation

func NewGetCertificateOK

func NewGetCertificateOK() *GetCertificateOK

NewGetCertificateOK creates a GetCertificateOK with default headers values

func (*GetCertificateOK) Error

func (o *GetCertificateOK) Error() string

type GetCertificateParams

type GetCertificateParams struct {

	/*ID*/
	ID int64
}

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

func NewGetCertificateParams

func NewGetCertificateParams() *GetCertificateParams

NewGetCertificateParams creates a new GetCertificateParams object with the default values initialized.

func (*GetCertificateParams) WithID

WithID adds the id to the get certificate params

func (*GetCertificateParams) WriteToRequest

func (o *GetCertificateParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCertificateReader

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

GetCertificateReader is a Reader for the GetCertificate structure.

func (*GetCertificateReader) ReadResponse

func (o *GetCertificateReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStackForAmbariOK

type GetStackForAmbariOK struct {
	Payload *models.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.AmbariAddress
}

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 (*GetStackForAmbariParams) WithBody

WithBody adds the body to the get stack for ambari params

func (*GetStackForAmbariParams) WriteToRequest

func (o *GetStackForAmbariParams) WriteToRequest(r client.Request, 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 client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStacksAccountNameOK

type GetStacksAccountNameOK struct {
	Payload *models.StackResponse
}

GetStacksAccountNameOK handles this case with default header values.

successful operation

func NewGetStacksAccountNameOK

func NewGetStacksAccountNameOK() *GetStacksAccountNameOK

NewGetStacksAccountNameOK creates a GetStacksAccountNameOK with default headers values

func (*GetStacksAccountNameOK) Error

func (o *GetStacksAccountNameOK) Error() string

type GetStacksAccountNameParams

type GetStacksAccountNameParams struct {

	/*Name*/
	Name string
}

GetStacksAccountNameParams contains all the parameters to send to the API endpoint for the get stacks account name operation typically these are written to a http.Request

func NewGetStacksAccountNameParams

func NewGetStacksAccountNameParams() *GetStacksAccountNameParams

NewGetStacksAccountNameParams creates a new GetStacksAccountNameParams object with the default values initialized.

func (*GetStacksAccountNameParams) WithName

WithName adds the name to the get stacks account name params

func (*GetStacksAccountNameParams) WriteToRequest

func (o *GetStacksAccountNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStacksAccountNameReader

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

GetStacksAccountNameReader is a Reader for the GetStacksAccountName structure.

func (*GetStacksAccountNameReader) ReadResponse

func (o *GetStacksAccountNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStacksAccountOK

type GetStacksAccountOK struct {
	Payload []*models.StackResponse
}

GetStacksAccountOK handles this case with default header values.

successful operation

func NewGetStacksAccountOK

func NewGetStacksAccountOK() *GetStacksAccountOK

NewGetStacksAccountOK creates a GetStacksAccountOK with default headers values

func (*GetStacksAccountOK) Error

func (o *GetStacksAccountOK) Error() string

type GetStacksAccountParams

type GetStacksAccountParams struct {
}

GetStacksAccountParams contains all the parameters to send to the API endpoint for the get stacks account operation typically these are written to a http.Request

func NewGetStacksAccountParams

func NewGetStacksAccountParams() *GetStacksAccountParams

NewGetStacksAccountParams creates a new GetStacksAccountParams object with the default values initialized.

func (*GetStacksAccountParams) WriteToRequest

func (o *GetStacksAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStacksAccountReader

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

GetStacksAccountReader is a Reader for the GetStacksAccount structure.

func (*GetStacksAccountReader) ReadResponse

func (o *GetStacksAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStacksIDOK

type GetStacksIDOK struct {
	Payload *models.StackResponse
}

GetStacksIDOK handles this case with default header values.

successful operation

func NewGetStacksIDOK

func NewGetStacksIDOK() *GetStacksIDOK

NewGetStacksIDOK creates a GetStacksIDOK with default headers values

func (*GetStacksIDOK) Error

func (o *GetStacksIDOK) Error() string

type GetStacksIDParams

type GetStacksIDParams struct {

	/*ID*/
	ID int64
}

GetStacksIDParams contains all the parameters to send to the API endpoint for the get stacks ID operation typically these are written to a http.Request

func NewGetStacksIDParams

func NewGetStacksIDParams() *GetStacksIDParams

NewGetStacksIDParams creates a new GetStacksIDParams object with the default values initialized.

func (*GetStacksIDParams) WithID

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

WithID adds the id to the get stacks ID params

func (*GetStacksIDParams) WriteToRequest

func (o *GetStacksIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStacksIDReader

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

GetStacksIDReader is a Reader for the GetStacksID structure.

func (*GetStacksIDReader) ReadResponse

func (o *GetStacksIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStacksUserNameOK

type GetStacksUserNameOK struct {
	Payload *models.StackResponse
}

GetStacksUserNameOK handles this case with default header values.

successful operation

func NewGetStacksUserNameOK

func NewGetStacksUserNameOK() *GetStacksUserNameOK

NewGetStacksUserNameOK creates a GetStacksUserNameOK with default headers values

func (*GetStacksUserNameOK) Error

func (o *GetStacksUserNameOK) Error() string

type GetStacksUserNameParams

type GetStacksUserNameParams struct {

	/*Name*/
	Name string
}

GetStacksUserNameParams contains all the parameters to send to the API endpoint for the get stacks user name operation typically these are written to a http.Request

func NewGetStacksUserNameParams

func NewGetStacksUserNameParams() *GetStacksUserNameParams

NewGetStacksUserNameParams creates a new GetStacksUserNameParams object with the default values initialized.

func (*GetStacksUserNameParams) WithName

WithName adds the name to the get stacks user name params

func (*GetStacksUserNameParams) WriteToRequest

func (o *GetStacksUserNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStacksUserNameReader

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

GetStacksUserNameReader is a Reader for the GetStacksUserName structure.

func (*GetStacksUserNameReader) ReadResponse

func (o *GetStacksUserNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetStacksUserOK

type GetStacksUserOK struct {
	Payload []*models.StackResponse
}

GetStacksUserOK handles this case with default header values.

successful operation

func NewGetStacksUserOK

func NewGetStacksUserOK() *GetStacksUserOK

NewGetStacksUserOK creates a GetStacksUserOK with default headers values

func (*GetStacksUserOK) Error

func (o *GetStacksUserOK) Error() string

type GetStacksUserParams

type GetStacksUserParams struct {
}

GetStacksUserParams contains all the parameters to send to the API endpoint for the get stacks user operation typically these are written to a http.Request

func NewGetStacksUserParams

func NewGetStacksUserParams() *GetStacksUserParams

NewGetStacksUserParams creates a new GetStacksUserParams object with the default values initialized.

func (*GetStacksUserParams) WriteToRequest

func (o *GetStacksUserParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStacksUserReader

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

GetStacksUserReader is a Reader for the GetStacksUser structure.

func (*GetStacksUserReader) ReadResponse

func (o *GetStacksUserReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PostStacksAccountOK

type PostStacksAccountOK struct {
	Payload *models.ID
}

PostStacksAccountOK handles this case with default header values.

successful operation

func NewPostStacksAccountOK

func NewPostStacksAccountOK() *PostStacksAccountOK

NewPostStacksAccountOK creates a PostStacksAccountOK with default headers values

func (*PostStacksAccountOK) Error

func (o *PostStacksAccountOK) Error() string

type PostStacksAccountParams

type PostStacksAccountParams struct {

	/*Body*/
	Body *models.StackRequest
}

PostStacksAccountParams contains all the parameters to send to the API endpoint for the post stacks account operation typically these are written to a http.Request

func NewPostStacksAccountParams

func NewPostStacksAccountParams() *PostStacksAccountParams

NewPostStacksAccountParams creates a new PostStacksAccountParams object with the default values initialized.

func (*PostStacksAccountParams) WithBody

WithBody adds the body to the post stacks account params

func (*PostStacksAccountParams) WriteToRequest

func (o *PostStacksAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStacksAccountReader

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

PostStacksAccountReader is a Reader for the PostStacksAccount structure.

func (*PostStacksAccountReader) ReadResponse

func (o *PostStacksAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PostStacksUserOK

type PostStacksUserOK struct {
	Payload *models.ID
}

PostStacksUserOK handles this case with default header values.

successful operation

func NewPostStacksUserOK

func NewPostStacksUserOK() *PostStacksUserOK

NewPostStacksUserOK creates a PostStacksUserOK with default headers values

func (*PostStacksUserOK) Error

func (o *PostStacksUserOK) Error() string

type PostStacksUserParams

type PostStacksUserParams struct {

	/*Body*/
	Body *models.StackRequest
}

PostStacksUserParams contains all the parameters to send to the API endpoint for the post stacks user operation typically these are written to a http.Request

func NewPostStacksUserParams

func NewPostStacksUserParams() *PostStacksUserParams

NewPostStacksUserParams creates a new PostStacksUserParams object with the default values initialized.

func (*PostStacksUserParams) WithBody

WithBody adds the body to the post stacks user params

func (*PostStacksUserParams) WriteToRequest

func (o *PostStacksUserParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStacksUserReader

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

PostStacksUserReader is a Reader for the PostStacksUser structure.

func (*PostStacksUserReader) ReadResponse

func (o *PostStacksUserReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PostStacksValidateDefault

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

PostStacksValidateDefault handles this case with default header values.

successful operation

func NewPostStacksValidateDefault

func NewPostStacksValidateDefault(code int) *PostStacksValidateDefault

NewPostStacksValidateDefault creates a PostStacksValidateDefault with default headers values

func (*PostStacksValidateDefault) Code

func (o *PostStacksValidateDefault) Code() int

Code gets the status code for the post stacks validate default response

func (*PostStacksValidateDefault) Error

func (o *PostStacksValidateDefault) Error() string

type PostStacksValidateParams

type PostStacksValidateParams struct {

	/*Body*/
	Body *models.StackValidationRequest
}

PostStacksValidateParams contains all the parameters to send to the API endpoint for the post stacks validate operation typically these are written to a http.Request

func NewPostStacksValidateParams

func NewPostStacksValidateParams() *PostStacksValidateParams

NewPostStacksValidateParams creates a new PostStacksValidateParams object with the default values initialized.

func (*PostStacksValidateParams) WithBody

WithBody adds the body to the post stacks validate params

func (*PostStacksValidateParams) WriteToRequest

func (o *PostStacksValidateParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStacksValidateReader

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

PostStacksValidateReader is a Reader for the PostStacksValidate structure.

func (*PostStacksValidateReader) ReadResponse

func (o *PostStacksValidateReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PutStacksIDDefault

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

PutStacksIDDefault handles this case with default header values.

successful operation

func NewPutStacksIDDefault

func NewPutStacksIDDefault(code int) *PutStacksIDDefault

NewPutStacksIDDefault creates a PutStacksIDDefault with default headers values

func (*PutStacksIDDefault) Code

func (o *PutStacksIDDefault) Code() int

Code gets the status code for the put stacks ID default response

func (*PutStacksIDDefault) Error

func (o *PutStacksIDDefault) Error() string

type PutStacksIDParams

type PutStacksIDParams struct {

	/*Body*/
	Body *models.UpdateStack
	/*ID*/
	ID int64
}

PutStacksIDParams contains all the parameters to send to the API endpoint for the put stacks ID operation typically these are written to a http.Request

func NewPutStacksIDParams

func NewPutStacksIDParams() *PutStacksIDParams

NewPutStacksIDParams creates a new PutStacksIDParams object with the default values initialized.

func (*PutStacksIDParams) WithBody

WithBody adds the body to the put stacks ID params

func (*PutStacksIDParams) WithID

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

WithID adds the id to the put stacks ID params

func (*PutStacksIDParams) WriteToRequest

func (o *PutStacksIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutStacksIDReader

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

PutStacksIDReader is a Reader for the PutStacksID structure.

func (*PutStacksIDReader) ReadResponse

func (o *PutStacksIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type StatusOK

type StatusOK struct {
	Payload StatusOKBodyBody
}

StatusOK handles this case with default header values.

successful operation

func NewStatusOK

func NewStatusOK() *StatusOK

NewStatusOK creates a StatusOK with default headers values

func (*StatusOK) Error

func (o *StatusOK) Error() string

type StatusOKBodyBody

type StatusOKBodyBody map[string]interface{}

StatusOKBodyBody status o k body body

swagger:model StatusOKBodyBody

func (StatusOKBodyBody) Validate

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

Validate validates this status o k body body

type StatusParams

type StatusParams struct {

	/*ID*/
	ID int64
}

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

func NewStatusParams

func NewStatusParams() *StatusParams

NewStatusParams creates a new StatusParams object with the default values initialized.

func (*StatusParams) WithID

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

WithID adds the id to the status params

func (*StatusParams) WriteToRequest

func (o *StatusParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StatusReader

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

StatusReader is a Reader for the Status structure.

func (*StatusReader) ReadResponse

func (o *StatusReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type VariantsOK

type VariantsOK struct {
	Payload *models.PlatformVariantsJSON
}

VariantsOK handles this case with default header values.

successful operation

func NewVariantsOK

func NewVariantsOK() *VariantsOK

NewVariantsOK creates a VariantsOK with default headers values

func (*VariantsOK) Error

func (o *VariantsOK) Error() string

type VariantsParams

type VariantsParams struct {
}

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

func NewVariantsParams

func NewVariantsParams() *VariantsParams

NewVariantsParams creates a new VariantsParams object with the default values initialized.

func (*VariantsParams) WriteToRequest

func (o *VariantsParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type VariantsReader

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

VariantsReader is a Reader for the Variants structure.

func (*VariantsReader) ReadResponse

func (o *VariantsReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

Jump to

Keyboard shortcuts

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