v1env

package
v1.999.999-b9 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeCredentialInEnvironmentV1ByCrnOK

type ChangeCredentialInEnvironmentV1ByCrnOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

ChangeCredentialInEnvironmentV1ByCrnOK handles this case with default header values.

successful operation

func NewChangeCredentialInEnvironmentV1ByCrnOK

func NewChangeCredentialInEnvironmentV1ByCrnOK() *ChangeCredentialInEnvironmentV1ByCrnOK

NewChangeCredentialInEnvironmentV1ByCrnOK creates a ChangeCredentialInEnvironmentV1ByCrnOK with default headers values

func (*ChangeCredentialInEnvironmentV1ByCrnOK) Error

type ChangeCredentialInEnvironmentV1ByCrnParams

type ChangeCredentialInEnvironmentV1ByCrnParams struct {

	/*Body*/
	Body *model.EnvironmentChangeCredentialV1Request
	/*Crn*/
	Crn string

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

ChangeCredentialInEnvironmentV1ByCrnParams contains all the parameters to send to the API endpoint for the change credential in environment v1 by crn operation typically these are written to a http.Request

func NewChangeCredentialInEnvironmentV1ByCrnParams

func NewChangeCredentialInEnvironmentV1ByCrnParams() *ChangeCredentialInEnvironmentV1ByCrnParams

NewChangeCredentialInEnvironmentV1ByCrnParams creates a new ChangeCredentialInEnvironmentV1ByCrnParams object with the default values initialized.

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithContext

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithContext(ctx context.Context) *ChangeCredentialInEnvironmentV1ByCrnParams

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

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithHTTPClient

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithHTTPClient(client *http.Client) *ChangeCredentialInEnvironmentV1ByCrnParams

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

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithTimeout

func NewChangeCredentialInEnvironmentV1ByCrnParamsWithTimeout(timeout time.Duration) *ChangeCredentialInEnvironmentV1ByCrnParams

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

func (*ChangeCredentialInEnvironmentV1ByCrnParams) SetBody

SetBody adds the body to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) SetContext

SetContext adds the context to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) SetCrn

SetCrn adds the crn to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) SetTimeout

SetTimeout adds the timeout to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WithBody

WithBody adds the body to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WithContext

WithContext adds the context to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WithCrn

WithCrn adds the crn to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WithTimeout

WithTimeout adds the timeout to the change credential in environment v1 by crn params

func (*ChangeCredentialInEnvironmentV1ByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeCredentialInEnvironmentV1ByCrnReader

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

ChangeCredentialInEnvironmentV1ByCrnReader is a Reader for the ChangeCredentialInEnvironmentV1ByCrn structure.

func (*ChangeCredentialInEnvironmentV1ByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeCredentialInEnvironmentV1OK

type ChangeCredentialInEnvironmentV1OK struct {
	Payload *model.DetailedEnvironmentV1Response
}

ChangeCredentialInEnvironmentV1OK handles this case with default header values.

successful operation

func NewChangeCredentialInEnvironmentV1OK

func NewChangeCredentialInEnvironmentV1OK() *ChangeCredentialInEnvironmentV1OK

NewChangeCredentialInEnvironmentV1OK creates a ChangeCredentialInEnvironmentV1OK with default headers values

func (*ChangeCredentialInEnvironmentV1OK) Error

type ChangeCredentialInEnvironmentV1Params

type ChangeCredentialInEnvironmentV1Params struct {

	/*Body*/
	Body *model.EnvironmentChangeCredentialV1Request
	/*Name*/
	Name string

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

ChangeCredentialInEnvironmentV1Params contains all the parameters to send to the API endpoint for the change credential in environment v1 operation typically these are written to a http.Request

func NewChangeCredentialInEnvironmentV1Params

func NewChangeCredentialInEnvironmentV1Params() *ChangeCredentialInEnvironmentV1Params

NewChangeCredentialInEnvironmentV1Params creates a new ChangeCredentialInEnvironmentV1Params object with the default values initialized.

func NewChangeCredentialInEnvironmentV1ParamsWithContext

func NewChangeCredentialInEnvironmentV1ParamsWithContext(ctx context.Context) *ChangeCredentialInEnvironmentV1Params

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

func NewChangeCredentialInEnvironmentV1ParamsWithHTTPClient

func NewChangeCredentialInEnvironmentV1ParamsWithHTTPClient(client *http.Client) *ChangeCredentialInEnvironmentV1Params

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

func NewChangeCredentialInEnvironmentV1ParamsWithTimeout

func NewChangeCredentialInEnvironmentV1ParamsWithTimeout(timeout time.Duration) *ChangeCredentialInEnvironmentV1Params

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

func (*ChangeCredentialInEnvironmentV1Params) SetBody

SetBody adds the body to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) SetContext

SetContext adds the context to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) SetName

SetName adds the name to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) SetTimeout

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

SetTimeout adds the timeout to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WithBody

WithBody adds the body to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WithContext

WithContext adds the context to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WithName

WithName adds the name to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WithTimeout

WithTimeout adds the timeout to the change credential in environment v1 params

func (*ChangeCredentialInEnvironmentV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeCredentialInEnvironmentV1Reader

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

ChangeCredentialInEnvironmentV1Reader is a Reader for the ChangeCredentialInEnvironmentV1 structure.

func (*ChangeCredentialInEnvironmentV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK

type ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK handles this case with default header values.

successful operation

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnOK

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnOK() *ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK

NewChangeTelemetryFeaturesInEnvironmentV1ByCrnOK creates a ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK with default headers values

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK) Error

type ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

type ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams struct {

	/*Body*/
	Body *model.FeaturesRequest
	/*Crn*/
	Crn string

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

ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams contains all the parameters to send to the API endpoint for the change telemetry features in environment v1 by crn operation typically these are written to a http.Request

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParams() *ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParams creates a new ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams object with the default values initialized.

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithContext

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithContext(ctx context.Context) *ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

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

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithHTTPClient

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithHTTPClient(client *http.Client) *ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

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

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithTimeout

func NewChangeTelemetryFeaturesInEnvironmentV1ByCrnParamsWithTimeout(timeout time.Duration) *ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams

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

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) SetBody

SetBody adds the body to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) SetContext

SetContext adds the context to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) SetCrn

SetCrn adds the crn to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) SetTimeout

SetTimeout adds the timeout to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WithBody

WithBody adds the body to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WithContext

WithContext adds the context to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WithCrn

WithCrn adds the crn to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WithTimeout

WithTimeout adds the timeout to the change telemetry features in environment v1 by crn params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeTelemetryFeaturesInEnvironmentV1ByCrnReader

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

ChangeTelemetryFeaturesInEnvironmentV1ByCrnReader is a Reader for the ChangeTelemetryFeaturesInEnvironmentV1ByCrn structure.

func (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeTelemetryFeaturesInEnvironmentV1ByNameOK

type ChangeTelemetryFeaturesInEnvironmentV1ByNameOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

ChangeTelemetryFeaturesInEnvironmentV1ByNameOK handles this case with default header values.

successful operation

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameOK

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameOK() *ChangeTelemetryFeaturesInEnvironmentV1ByNameOK

NewChangeTelemetryFeaturesInEnvironmentV1ByNameOK creates a ChangeTelemetryFeaturesInEnvironmentV1ByNameOK with default headers values

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameOK) Error

type ChangeTelemetryFeaturesInEnvironmentV1ByNameParams

type ChangeTelemetryFeaturesInEnvironmentV1ByNameParams struct {

	/*Body*/
	Body *model.FeaturesRequest
	/*Name*/
	Name string

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

ChangeTelemetryFeaturesInEnvironmentV1ByNameParams contains all the parameters to send to the API endpoint for the change telemetry features in environment v1 by name operation typically these are written to a http.Request

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParams

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParams() *ChangeTelemetryFeaturesInEnvironmentV1ByNameParams

NewChangeTelemetryFeaturesInEnvironmentV1ByNameParams creates a new ChangeTelemetryFeaturesInEnvironmentV1ByNameParams object with the default values initialized.

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithContext

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithContext(ctx context.Context) *ChangeTelemetryFeaturesInEnvironmentV1ByNameParams

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

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithHTTPClient

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithHTTPClient(client *http.Client) *ChangeTelemetryFeaturesInEnvironmentV1ByNameParams

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

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithTimeout

func NewChangeTelemetryFeaturesInEnvironmentV1ByNameParamsWithTimeout(timeout time.Duration) *ChangeTelemetryFeaturesInEnvironmentV1ByNameParams

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

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) SetBody

SetBody adds the body to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) SetContext

SetContext adds the context to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) SetName

SetName adds the name to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) SetTimeout

SetTimeout adds the timeout to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WithBody

WithBody adds the body to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WithContext

WithContext adds the context to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WithName

WithName adds the name to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WithTimeout

WithTimeout adds the timeout to the change telemetry features in environment v1 by name params

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeTelemetryFeaturesInEnvironmentV1ByNameReader

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

ChangeTelemetryFeaturesInEnvironmentV1ByNameReader is a Reader for the ChangeTelemetryFeaturesInEnvironmentV1ByName structure.

func (*ChangeTelemetryFeaturesInEnvironmentV1ByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for v1env API

func New

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

New creates a new v1env API client.

func (*Client) ChangeCredentialInEnvironmentV1

func (a *Client) ChangeCredentialInEnvironmentV1(params *ChangeCredentialInEnvironmentV1Params) (*ChangeCredentialInEnvironmentV1OK, error)

ChangeCredentialInEnvironmentV1 changes the credential of the environment and the clusters in the environment of a given name

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) ChangeCredentialInEnvironmentV1ByCrn

func (a *Client) ChangeCredentialInEnvironmentV1ByCrn(params *ChangeCredentialInEnvironmentV1ByCrnParams) (*ChangeCredentialInEnvironmentV1ByCrnOK, error)

ChangeCredentialInEnvironmentV1ByCrn changes the credential of the environment and the clusters in the environment of a given c r n

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) ChangeTelemetryFeaturesInEnvironmentV1ByCrn

func (a *Client) ChangeTelemetryFeaturesInEnvironmentV1ByCrn(params *ChangeTelemetryFeaturesInEnvironmentV1ByCrnParams) (*ChangeTelemetryFeaturesInEnvironmentV1ByCrnOK, error)

ChangeTelemetryFeaturesInEnvironmentV1ByCrn changes telemetry features s of the environment in the environment of a given c r n

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) ChangeTelemetryFeaturesInEnvironmentV1ByName

func (a *Client) ChangeTelemetryFeaturesInEnvironmentV1ByName(params *ChangeTelemetryFeaturesInEnvironmentV1ByNameParams) (*ChangeTelemetryFeaturesInEnvironmentV1ByNameOK, error)

ChangeTelemetryFeaturesInEnvironmentV1ByName changes telemetry features s of the environment in the environment of a given name

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) CreateEnvironmentV1

func (a *Client) CreateEnvironmentV1(params *CreateEnvironmentV1Params) (*CreateEnvironmentV1OK, error)

CreateEnvironmentV1 creates an environment

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) DeleteEnvironmentV1ByCrn

func (a *Client) DeleteEnvironmentV1ByCrn(params *DeleteEnvironmentV1ByCrnParams) (*DeleteEnvironmentV1ByCrnOK, error)

DeleteEnvironmentV1ByCrn deletes an environment by c r n only possible if no cluster is running in the environment

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) DeleteEnvironmentV1ByName

func (a *Client) DeleteEnvironmentV1ByName(params *DeleteEnvironmentV1ByNameParams) (*DeleteEnvironmentV1ByNameOK, error)

DeleteEnvironmentV1ByName deletes an environment by name only possible if no cluster is running in the environment

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) DeleteEnvironmentsByCrn

func (a *Client) DeleteEnvironmentsByCrn(params *DeleteEnvironmentsByCrnParams) (*DeleteEnvironmentsByCrnOK, error)

DeleteEnvironmentsByCrn deletes multiple environment by c r ns only possible if no cluster is running in the environments

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) DeleteEnvironmentsByName

func (a *Client) DeleteEnvironmentsByName(params *DeleteEnvironmentsByNameParams) (*DeleteEnvironmentsByNameOK, error)

DeleteEnvironmentsByName deletes multiple environment by namns only possible if no cluster is running in the environments

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) EditEnvironmentV1

func (a *Client) EditEnvironmentV1(params *EditEnvironmentV1Params) (*EditEnvironmentV1OK, error)

EditEnvironmentV1 edits an environment by name location regions and description can be changed

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) EditEnvironmentV1ByCrn

func (a *Client) EditEnvironmentV1ByCrn(params *EditEnvironmentV1ByCrnParams) (*EditEnvironmentV1ByCrnOK, error)

EditEnvironmentV1ByCrn edits an environment by c r n location regions and description can be changed

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetCreateEnvironmentForCli

func (a *Client) GetCreateEnvironmentForCli(params *GetCreateEnvironmentForCliParams) (*GetCreateEnvironmentForCliOK, error)

GetCreateEnvironmentForCli produces cli command input for environment creation

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetCreateEnvironmentForCliByCrn

func (a *Client) GetCreateEnvironmentForCliByCrn(params *GetCreateEnvironmentForCliByCrnParams) (*GetCreateEnvironmentForCliByCrnOK, error)

GetCreateEnvironmentForCliByCrn produces cli command input for environment creation

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetCreateEnvironmentForCliByName

func (a *Client) GetCreateEnvironmentForCliByName(params *GetCreateEnvironmentForCliByNameParams) (*GetCreateEnvironmentForCliByNameOK, error)

GetCreateEnvironmentForCliByName produces cli command input for environment creation

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetCrnByNameV1

func (a *Client) GetCrnByNameV1(params *GetCrnByNameV1Params) (*GetCrnByNameV1OK, error)

GetCrnByNameV1 gets the crn of an environment by name

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetEnvironmentV1ByCrn

func (a *Client) GetEnvironmentV1ByCrn(params *GetEnvironmentV1ByCrnParams) (*GetEnvironmentV1ByCrnOK, error)

GetEnvironmentV1ByCrn gets an environment by c r n

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) GetEnvironmentV1ByName

func (a *Client) GetEnvironmentV1ByName(params *GetEnvironmentV1ByNameParams) (*GetEnvironmentV1ByNameOK, error)

GetEnvironmentV1ByName gets an environment by name

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) ListEnvironmentV1

func (a *Client) ListEnvironmentV1(params *ListEnvironmentV1Params) (*ListEnvironmentV1OK, error)

ListEnvironmentV1 lists all environments

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartEnvironmentByCrnV1

func (a *Client) StartEnvironmentByCrnV1(params *StartEnvironmentByCrnV1Params) error

StartEnvironmentByCrnV1 starts an environment by c r n the freeipa datalake and datahubs will be started in this order

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) StartEnvironmentByNameV1

func (a *Client) StartEnvironmentByNameV1(params *StartEnvironmentByNameV1Params) error

StartEnvironmentByNameV1 starts an environment by name the freeipa datalake and datahubs will be started in this order

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) StopEnvironmentByCrnV1

func (a *Client) StopEnvironmentByCrnV1(params *StopEnvironmentByCrnV1Params) error

StopEnvironmentByCrnV1 stops an environment by c r n the datahubs datalake and freeipa will be stopped in this order

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

func (*Client) StopEnvironmentByNameV1

func (a *Client) StopEnvironmentByNameV1(params *StopEnvironmentByNameV1Params) error

StopEnvironmentByNameV1 stops an environment by name the datahubs datalake and freeipa will be stopped in this order

Environment consists of a credential and various other resources and enables users to quickly create clusters in given regions in a given cloud provider.

type CreateEnvironmentV1OK

type CreateEnvironmentV1OK struct {
	Payload *model.DetailedEnvironmentV1Response
}

CreateEnvironmentV1OK handles this case with default header values.

successful operation

func NewCreateEnvironmentV1OK

func NewCreateEnvironmentV1OK() *CreateEnvironmentV1OK

NewCreateEnvironmentV1OK creates a CreateEnvironmentV1OK with default headers values

func (*CreateEnvironmentV1OK) Error

func (o *CreateEnvironmentV1OK) Error() string

type CreateEnvironmentV1Params

type CreateEnvironmentV1Params struct {

	/*Body*/
	Body *model.EnvironmentV1Request

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

CreateEnvironmentV1Params contains all the parameters to send to the API endpoint for the create environment v1 operation typically these are written to a http.Request

func NewCreateEnvironmentV1Params

func NewCreateEnvironmentV1Params() *CreateEnvironmentV1Params

NewCreateEnvironmentV1Params creates a new CreateEnvironmentV1Params object with the default values initialized.

func NewCreateEnvironmentV1ParamsWithContext

func NewCreateEnvironmentV1ParamsWithContext(ctx context.Context) *CreateEnvironmentV1Params

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

func NewCreateEnvironmentV1ParamsWithHTTPClient

func NewCreateEnvironmentV1ParamsWithHTTPClient(client *http.Client) *CreateEnvironmentV1Params

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

func NewCreateEnvironmentV1ParamsWithTimeout

func NewCreateEnvironmentV1ParamsWithTimeout(timeout time.Duration) *CreateEnvironmentV1Params

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

func (*CreateEnvironmentV1Params) SetBody

SetBody adds the body to the create environment v1 params

func (*CreateEnvironmentV1Params) SetContext

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

SetContext adds the context to the create environment v1 params

func (*CreateEnvironmentV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create environment v1 params

func (*CreateEnvironmentV1Params) SetTimeout

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

SetTimeout adds the timeout to the create environment v1 params

func (*CreateEnvironmentV1Params) WithBody

WithBody adds the body to the create environment v1 params

func (*CreateEnvironmentV1Params) WithContext

WithContext adds the context to the create environment v1 params

func (*CreateEnvironmentV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create environment v1 params

func (*CreateEnvironmentV1Params) WithTimeout

WithTimeout adds the timeout to the create environment v1 params

func (*CreateEnvironmentV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEnvironmentV1Reader

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

CreateEnvironmentV1Reader is a Reader for the CreateEnvironmentV1 structure.

func (*CreateEnvironmentV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentV1ByCrnOK

type DeleteEnvironmentV1ByCrnOK struct {
	Payload *model.SimpleEnvironmentV1Response
}

DeleteEnvironmentV1ByCrnOK handles this case with default header values.

successful operation

func NewDeleteEnvironmentV1ByCrnOK

func NewDeleteEnvironmentV1ByCrnOK() *DeleteEnvironmentV1ByCrnOK

NewDeleteEnvironmentV1ByCrnOK creates a DeleteEnvironmentV1ByCrnOK with default headers values

func (*DeleteEnvironmentV1ByCrnOK) Error

type DeleteEnvironmentV1ByCrnParams

type DeleteEnvironmentV1ByCrnParams struct {

	/*Crn*/
	Crn string
	/*Forced*/
	Forced *bool

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

DeleteEnvironmentV1ByCrnParams contains all the parameters to send to the API endpoint for the delete environment v1 by crn operation typically these are written to a http.Request

func NewDeleteEnvironmentV1ByCrnParams

func NewDeleteEnvironmentV1ByCrnParams() *DeleteEnvironmentV1ByCrnParams

NewDeleteEnvironmentV1ByCrnParams creates a new DeleteEnvironmentV1ByCrnParams object with the default values initialized.

func NewDeleteEnvironmentV1ByCrnParamsWithContext

func NewDeleteEnvironmentV1ByCrnParamsWithContext(ctx context.Context) *DeleteEnvironmentV1ByCrnParams

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

func NewDeleteEnvironmentV1ByCrnParamsWithHTTPClient

func NewDeleteEnvironmentV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentV1ByCrnParams

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

func NewDeleteEnvironmentV1ByCrnParamsWithTimeout

func NewDeleteEnvironmentV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentV1ByCrnParams

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

func (*DeleteEnvironmentV1ByCrnParams) SetContext

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

SetContext adds the context to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) SetCrn

func (o *DeleteEnvironmentV1ByCrnParams) SetCrn(crn string)

SetCrn adds the crn to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) SetForced

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

SetForced adds the forced to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) SetTimeout

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

SetTimeout adds the timeout to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WithContext

WithContext adds the context to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WithCrn

WithCrn adds the crn to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WithForced

WithForced adds the forced to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WithTimeout

WithTimeout adds the timeout to the delete environment v1 by crn params

func (*DeleteEnvironmentV1ByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentV1ByCrnReader

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

DeleteEnvironmentV1ByCrnReader is a Reader for the DeleteEnvironmentV1ByCrn structure.

func (*DeleteEnvironmentV1ByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentV1ByNameOK

type DeleteEnvironmentV1ByNameOK struct {
	Payload *model.SimpleEnvironmentV1Response
}

DeleteEnvironmentV1ByNameOK handles this case with default header values.

successful operation

func NewDeleteEnvironmentV1ByNameOK

func NewDeleteEnvironmentV1ByNameOK() *DeleteEnvironmentV1ByNameOK

NewDeleteEnvironmentV1ByNameOK creates a DeleteEnvironmentV1ByNameOK with default headers values

func (*DeleteEnvironmentV1ByNameOK) Error

type DeleteEnvironmentV1ByNameParams

type DeleteEnvironmentV1ByNameParams struct {

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

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

DeleteEnvironmentV1ByNameParams contains all the parameters to send to the API endpoint for the delete environment v1 by name operation typically these are written to a http.Request

func NewDeleteEnvironmentV1ByNameParams

func NewDeleteEnvironmentV1ByNameParams() *DeleteEnvironmentV1ByNameParams

NewDeleteEnvironmentV1ByNameParams creates a new DeleteEnvironmentV1ByNameParams object with the default values initialized.

func NewDeleteEnvironmentV1ByNameParamsWithContext

func NewDeleteEnvironmentV1ByNameParamsWithContext(ctx context.Context) *DeleteEnvironmentV1ByNameParams

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

func NewDeleteEnvironmentV1ByNameParamsWithHTTPClient

func NewDeleteEnvironmentV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentV1ByNameParams

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

func NewDeleteEnvironmentV1ByNameParamsWithTimeout

func NewDeleteEnvironmentV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentV1ByNameParams

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

func (*DeleteEnvironmentV1ByNameParams) SetContext

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

SetContext adds the context to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) SetForced

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

SetForced adds the forced to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) SetName

func (o *DeleteEnvironmentV1ByNameParams) SetName(name string)

SetName adds the name to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WithContext

WithContext adds the context to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WithForced

WithForced adds the forced to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WithName

WithName adds the name to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WithTimeout

WithTimeout adds the timeout to the delete environment v1 by name params

func (*DeleteEnvironmentV1ByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentV1ByNameReader

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

DeleteEnvironmentV1ByNameReader is a Reader for the DeleteEnvironmentV1ByName structure.

func (*DeleteEnvironmentV1ByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentsByCrnOK

type DeleteEnvironmentsByCrnOK struct {
	Payload *model.SimpleEnvironmentV1Responses
}

DeleteEnvironmentsByCrnOK handles this case with default header values.

successful operation

func NewDeleteEnvironmentsByCrnOK

func NewDeleteEnvironmentsByCrnOK() *DeleteEnvironmentsByCrnOK

NewDeleteEnvironmentsByCrnOK creates a DeleteEnvironmentsByCrnOK with default headers values

func (*DeleteEnvironmentsByCrnOK) Error

func (o *DeleteEnvironmentsByCrnOK) Error() string

type DeleteEnvironmentsByCrnParams

type DeleteEnvironmentsByCrnParams struct {

	/*Body*/
	Body []string
	/*Forced*/
	Forced *bool

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

DeleteEnvironmentsByCrnParams contains all the parameters to send to the API endpoint for the delete environments by crn operation typically these are written to a http.Request

func NewDeleteEnvironmentsByCrnParams

func NewDeleteEnvironmentsByCrnParams() *DeleteEnvironmentsByCrnParams

NewDeleteEnvironmentsByCrnParams creates a new DeleteEnvironmentsByCrnParams object with the default values initialized.

func NewDeleteEnvironmentsByCrnParamsWithContext

func NewDeleteEnvironmentsByCrnParamsWithContext(ctx context.Context) *DeleteEnvironmentsByCrnParams

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

func NewDeleteEnvironmentsByCrnParamsWithHTTPClient

func NewDeleteEnvironmentsByCrnParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentsByCrnParams

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

func NewDeleteEnvironmentsByCrnParamsWithTimeout

func NewDeleteEnvironmentsByCrnParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentsByCrnParams

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

func (*DeleteEnvironmentsByCrnParams) SetBody

func (o *DeleteEnvironmentsByCrnParams) SetBody(body []string)

SetBody adds the body to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) SetContext

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

SetContext adds the context to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) SetForced

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

SetForced adds the forced to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) SetTimeout

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

SetTimeout adds the timeout to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WithBody

WithBody adds the body to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WithContext

WithContext adds the context to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WithForced

WithForced adds the forced to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WithTimeout

WithTimeout adds the timeout to the delete environments by crn params

func (*DeleteEnvironmentsByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentsByCrnReader

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

DeleteEnvironmentsByCrnReader is a Reader for the DeleteEnvironmentsByCrn structure.

func (*DeleteEnvironmentsByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentsByNameOK

type DeleteEnvironmentsByNameOK struct {
	Payload *model.SimpleEnvironmentV1Responses
}

DeleteEnvironmentsByNameOK handles this case with default header values.

successful operation

func NewDeleteEnvironmentsByNameOK

func NewDeleteEnvironmentsByNameOK() *DeleteEnvironmentsByNameOK

NewDeleteEnvironmentsByNameOK creates a DeleteEnvironmentsByNameOK with default headers values

func (*DeleteEnvironmentsByNameOK) Error

type DeleteEnvironmentsByNameParams

type DeleteEnvironmentsByNameParams struct {

	/*Body*/
	Body []string
	/*Forced*/
	Forced *bool

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

DeleteEnvironmentsByNameParams contains all the parameters to send to the API endpoint for the delete environments by name operation typically these are written to a http.Request

func NewDeleteEnvironmentsByNameParams

func NewDeleteEnvironmentsByNameParams() *DeleteEnvironmentsByNameParams

NewDeleteEnvironmentsByNameParams creates a new DeleteEnvironmentsByNameParams object with the default values initialized.

func NewDeleteEnvironmentsByNameParamsWithContext

func NewDeleteEnvironmentsByNameParamsWithContext(ctx context.Context) *DeleteEnvironmentsByNameParams

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

func NewDeleteEnvironmentsByNameParamsWithHTTPClient

func NewDeleteEnvironmentsByNameParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentsByNameParams

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

func NewDeleteEnvironmentsByNameParamsWithTimeout

func NewDeleteEnvironmentsByNameParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentsByNameParams

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

func (*DeleteEnvironmentsByNameParams) SetBody

func (o *DeleteEnvironmentsByNameParams) SetBody(body []string)

SetBody adds the body to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) SetContext

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

SetContext adds the context to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) SetForced

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

SetForced adds the forced to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WithBody

WithBody adds the body to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WithContext

WithContext adds the context to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WithForced

WithForced adds the forced to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WithTimeout

WithTimeout adds the timeout to the delete environments by name params

func (*DeleteEnvironmentsByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentsByNameReader

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

DeleteEnvironmentsByNameReader is a Reader for the DeleteEnvironmentsByName structure.

func (*DeleteEnvironmentsByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EditEnvironmentV1ByCrnOK

type EditEnvironmentV1ByCrnOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

EditEnvironmentV1ByCrnOK handles this case with default header values.

successful operation

func NewEditEnvironmentV1ByCrnOK

func NewEditEnvironmentV1ByCrnOK() *EditEnvironmentV1ByCrnOK

NewEditEnvironmentV1ByCrnOK creates a EditEnvironmentV1ByCrnOK with default headers values

func (*EditEnvironmentV1ByCrnOK) Error

func (o *EditEnvironmentV1ByCrnOK) Error() string

type EditEnvironmentV1ByCrnParams

type EditEnvironmentV1ByCrnParams struct {

	/*Body*/
	Body *model.EnvironmentEditV1Request
	/*Crn*/
	Crn string

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

EditEnvironmentV1ByCrnParams contains all the parameters to send to the API endpoint for the edit environment v1 by crn operation typically these are written to a http.Request

func NewEditEnvironmentV1ByCrnParams

func NewEditEnvironmentV1ByCrnParams() *EditEnvironmentV1ByCrnParams

NewEditEnvironmentV1ByCrnParams creates a new EditEnvironmentV1ByCrnParams object with the default values initialized.

func NewEditEnvironmentV1ByCrnParamsWithContext

func NewEditEnvironmentV1ByCrnParamsWithContext(ctx context.Context) *EditEnvironmentV1ByCrnParams

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

func NewEditEnvironmentV1ByCrnParamsWithHTTPClient

func NewEditEnvironmentV1ByCrnParamsWithHTTPClient(client *http.Client) *EditEnvironmentV1ByCrnParams

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

func NewEditEnvironmentV1ByCrnParamsWithTimeout

func NewEditEnvironmentV1ByCrnParamsWithTimeout(timeout time.Duration) *EditEnvironmentV1ByCrnParams

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

func (*EditEnvironmentV1ByCrnParams) SetBody

SetBody adds the body to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) SetContext

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

SetContext adds the context to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) SetCrn

func (o *EditEnvironmentV1ByCrnParams) SetCrn(crn string)

SetCrn adds the crn to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) SetTimeout

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

SetTimeout adds the timeout to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WithBody

WithBody adds the body to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WithContext

WithContext adds the context to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WithCrn

WithCrn adds the crn to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WithTimeout

WithTimeout adds the timeout to the edit environment v1 by crn params

func (*EditEnvironmentV1ByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EditEnvironmentV1ByCrnReader

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

EditEnvironmentV1ByCrnReader is a Reader for the EditEnvironmentV1ByCrn structure.

func (*EditEnvironmentV1ByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EditEnvironmentV1OK

type EditEnvironmentV1OK struct {
	Payload *model.DetailedEnvironmentV1Response
}

EditEnvironmentV1OK handles this case with default header values.

successful operation

func NewEditEnvironmentV1OK

func NewEditEnvironmentV1OK() *EditEnvironmentV1OK

NewEditEnvironmentV1OK creates a EditEnvironmentV1OK with default headers values

func (*EditEnvironmentV1OK) Error

func (o *EditEnvironmentV1OK) Error() string

type EditEnvironmentV1Params

type EditEnvironmentV1Params struct {

	/*Body*/
	Body *model.EnvironmentEditV1Request
	/*Name*/
	Name string

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

EditEnvironmentV1Params contains all the parameters to send to the API endpoint for the edit environment v1 operation typically these are written to a http.Request

func NewEditEnvironmentV1Params

func NewEditEnvironmentV1Params() *EditEnvironmentV1Params

NewEditEnvironmentV1Params creates a new EditEnvironmentV1Params object with the default values initialized.

func NewEditEnvironmentV1ParamsWithContext

func NewEditEnvironmentV1ParamsWithContext(ctx context.Context) *EditEnvironmentV1Params

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

func NewEditEnvironmentV1ParamsWithHTTPClient

func NewEditEnvironmentV1ParamsWithHTTPClient(client *http.Client) *EditEnvironmentV1Params

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

func NewEditEnvironmentV1ParamsWithTimeout

func NewEditEnvironmentV1ParamsWithTimeout(timeout time.Duration) *EditEnvironmentV1Params

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

func (*EditEnvironmentV1Params) SetBody

SetBody adds the body to the edit environment v1 params

func (*EditEnvironmentV1Params) SetContext

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

SetContext adds the context to the edit environment v1 params

func (*EditEnvironmentV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit environment v1 params

func (*EditEnvironmentV1Params) SetName

func (o *EditEnvironmentV1Params) SetName(name string)

SetName adds the name to the edit environment v1 params

func (*EditEnvironmentV1Params) SetTimeout

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

SetTimeout adds the timeout to the edit environment v1 params

func (*EditEnvironmentV1Params) WithBody

WithBody adds the body to the edit environment v1 params

func (*EditEnvironmentV1Params) WithContext

WithContext adds the context to the edit environment v1 params

func (*EditEnvironmentV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the edit environment v1 params

func (*EditEnvironmentV1Params) WithName

WithName adds the name to the edit environment v1 params

func (*EditEnvironmentV1Params) WithTimeout

WithTimeout adds the timeout to the edit environment v1 params

func (*EditEnvironmentV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EditEnvironmentV1Reader

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

EditEnvironmentV1Reader is a Reader for the EditEnvironmentV1 structure.

func (*EditEnvironmentV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCreateEnvironmentForCliByCrnOK

type GetCreateEnvironmentForCliByCrnOK struct {
	Payload interface{}
}

GetCreateEnvironmentForCliByCrnOK handles this case with default header values.

successful operation

func NewGetCreateEnvironmentForCliByCrnOK

func NewGetCreateEnvironmentForCliByCrnOK() *GetCreateEnvironmentForCliByCrnOK

NewGetCreateEnvironmentForCliByCrnOK creates a GetCreateEnvironmentForCliByCrnOK with default headers values

func (*GetCreateEnvironmentForCliByCrnOK) Error

type GetCreateEnvironmentForCliByCrnParams

type GetCreateEnvironmentForCliByCrnParams struct {

	/*Crn*/
	Crn string

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

GetCreateEnvironmentForCliByCrnParams contains all the parameters to send to the API endpoint for the get create environment for cli by crn operation typically these are written to a http.Request

func NewGetCreateEnvironmentForCliByCrnParams

func NewGetCreateEnvironmentForCliByCrnParams() *GetCreateEnvironmentForCliByCrnParams

NewGetCreateEnvironmentForCliByCrnParams creates a new GetCreateEnvironmentForCliByCrnParams object with the default values initialized.

func NewGetCreateEnvironmentForCliByCrnParamsWithContext

func NewGetCreateEnvironmentForCliByCrnParamsWithContext(ctx context.Context) *GetCreateEnvironmentForCliByCrnParams

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

func NewGetCreateEnvironmentForCliByCrnParamsWithHTTPClient

func NewGetCreateEnvironmentForCliByCrnParamsWithHTTPClient(client *http.Client) *GetCreateEnvironmentForCliByCrnParams

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

func NewGetCreateEnvironmentForCliByCrnParamsWithTimeout

func NewGetCreateEnvironmentForCliByCrnParamsWithTimeout(timeout time.Duration) *GetCreateEnvironmentForCliByCrnParams

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

func (*GetCreateEnvironmentForCliByCrnParams) SetContext

SetContext adds the context to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) SetCrn

SetCrn adds the crn to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) SetTimeout

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

SetTimeout adds the timeout to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) WithContext

WithContext adds the context to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) WithCrn

WithCrn adds the crn to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) WithTimeout

WithTimeout adds the timeout to the get create environment for cli by crn params

func (*GetCreateEnvironmentForCliByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCreateEnvironmentForCliByCrnReader

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

GetCreateEnvironmentForCliByCrnReader is a Reader for the GetCreateEnvironmentForCliByCrn structure.

func (*GetCreateEnvironmentForCliByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCreateEnvironmentForCliByNameOK

type GetCreateEnvironmentForCliByNameOK struct {
	Payload interface{}
}

GetCreateEnvironmentForCliByNameOK handles this case with default header values.

successful operation

func NewGetCreateEnvironmentForCliByNameOK

func NewGetCreateEnvironmentForCliByNameOK() *GetCreateEnvironmentForCliByNameOK

NewGetCreateEnvironmentForCliByNameOK creates a GetCreateEnvironmentForCliByNameOK with default headers values

func (*GetCreateEnvironmentForCliByNameOK) Error

type GetCreateEnvironmentForCliByNameParams

type GetCreateEnvironmentForCliByNameParams struct {

	/*Name*/
	Name string

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

GetCreateEnvironmentForCliByNameParams contains all the parameters to send to the API endpoint for the get create environment for cli by name operation typically these are written to a http.Request

func NewGetCreateEnvironmentForCliByNameParams

func NewGetCreateEnvironmentForCliByNameParams() *GetCreateEnvironmentForCliByNameParams

NewGetCreateEnvironmentForCliByNameParams creates a new GetCreateEnvironmentForCliByNameParams object with the default values initialized.

func NewGetCreateEnvironmentForCliByNameParamsWithContext

func NewGetCreateEnvironmentForCliByNameParamsWithContext(ctx context.Context) *GetCreateEnvironmentForCliByNameParams

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

func NewGetCreateEnvironmentForCliByNameParamsWithHTTPClient

func NewGetCreateEnvironmentForCliByNameParamsWithHTTPClient(client *http.Client) *GetCreateEnvironmentForCliByNameParams

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

func NewGetCreateEnvironmentForCliByNameParamsWithTimeout

func NewGetCreateEnvironmentForCliByNameParamsWithTimeout(timeout time.Duration) *GetCreateEnvironmentForCliByNameParams

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

func (*GetCreateEnvironmentForCliByNameParams) SetContext

SetContext adds the context to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) SetName

SetName adds the name to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) SetTimeout

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

SetTimeout adds the timeout to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) WithContext

WithContext adds the context to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) WithName

WithName adds the name to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) WithTimeout

WithTimeout adds the timeout to the get create environment for cli by name params

func (*GetCreateEnvironmentForCliByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCreateEnvironmentForCliByNameReader

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

GetCreateEnvironmentForCliByNameReader is a Reader for the GetCreateEnvironmentForCliByName structure.

func (*GetCreateEnvironmentForCliByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCreateEnvironmentForCliOK

type GetCreateEnvironmentForCliOK struct {
	Payload interface{}
}

GetCreateEnvironmentForCliOK handles this case with default header values.

successful operation

func NewGetCreateEnvironmentForCliOK

func NewGetCreateEnvironmentForCliOK() *GetCreateEnvironmentForCliOK

NewGetCreateEnvironmentForCliOK creates a GetCreateEnvironmentForCliOK with default headers values

func (*GetCreateEnvironmentForCliOK) Error

type GetCreateEnvironmentForCliParams

type GetCreateEnvironmentForCliParams struct {

	/*Body*/
	Body *model.EnvironmentV1Request

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

GetCreateEnvironmentForCliParams contains all the parameters to send to the API endpoint for the get create environment for cli operation typically these are written to a http.Request

func NewGetCreateEnvironmentForCliParams

func NewGetCreateEnvironmentForCliParams() *GetCreateEnvironmentForCliParams

NewGetCreateEnvironmentForCliParams creates a new GetCreateEnvironmentForCliParams object with the default values initialized.

func NewGetCreateEnvironmentForCliParamsWithContext

func NewGetCreateEnvironmentForCliParamsWithContext(ctx context.Context) *GetCreateEnvironmentForCliParams

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

func NewGetCreateEnvironmentForCliParamsWithHTTPClient

func NewGetCreateEnvironmentForCliParamsWithHTTPClient(client *http.Client) *GetCreateEnvironmentForCliParams

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

func NewGetCreateEnvironmentForCliParamsWithTimeout

func NewGetCreateEnvironmentForCliParamsWithTimeout(timeout time.Duration) *GetCreateEnvironmentForCliParams

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

func (*GetCreateEnvironmentForCliParams) SetBody

SetBody adds the body to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) SetContext

SetContext adds the context to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) SetTimeout

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

SetTimeout adds the timeout to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) WithBody

WithBody adds the body to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) WithContext

WithContext adds the context to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) WithTimeout

WithTimeout adds the timeout to the get create environment for cli params

func (*GetCreateEnvironmentForCliParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCreateEnvironmentForCliReader

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

GetCreateEnvironmentForCliReader is a Reader for the GetCreateEnvironmentForCli structure.

func (*GetCreateEnvironmentForCliReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCrnByNameV1OK

type GetCrnByNameV1OK struct {
	Payload *model.EnvironmentCrnV1Response
}

GetCrnByNameV1OK handles this case with default header values.

successful operation

func NewGetCrnByNameV1OK

func NewGetCrnByNameV1OK() *GetCrnByNameV1OK

NewGetCrnByNameV1OK creates a GetCrnByNameV1OK with default headers values

func (*GetCrnByNameV1OK) Error

func (o *GetCrnByNameV1OK) Error() string

type GetCrnByNameV1Params

type GetCrnByNameV1Params struct {

	/*Name*/
	Name string

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

GetCrnByNameV1Params contains all the parameters to send to the API endpoint for the get crn by name v1 operation typically these are written to a http.Request

func NewGetCrnByNameV1Params

func NewGetCrnByNameV1Params() *GetCrnByNameV1Params

NewGetCrnByNameV1Params creates a new GetCrnByNameV1Params object with the default values initialized.

func NewGetCrnByNameV1ParamsWithContext

func NewGetCrnByNameV1ParamsWithContext(ctx context.Context) *GetCrnByNameV1Params

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

func NewGetCrnByNameV1ParamsWithHTTPClient

func NewGetCrnByNameV1ParamsWithHTTPClient(client *http.Client) *GetCrnByNameV1Params

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

func NewGetCrnByNameV1ParamsWithTimeout

func NewGetCrnByNameV1ParamsWithTimeout(timeout time.Duration) *GetCrnByNameV1Params

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

func (*GetCrnByNameV1Params) SetContext

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

SetContext adds the context to the get crn by name v1 params

func (*GetCrnByNameV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get crn by name v1 params

func (*GetCrnByNameV1Params) SetName

func (o *GetCrnByNameV1Params) SetName(name string)

SetName adds the name to the get crn by name v1 params

func (*GetCrnByNameV1Params) SetTimeout

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

SetTimeout adds the timeout to the get crn by name v1 params

func (*GetCrnByNameV1Params) WithContext

WithContext adds the context to the get crn by name v1 params

func (*GetCrnByNameV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get crn by name v1 params

func (*GetCrnByNameV1Params) WithName

WithName adds the name to the get crn by name v1 params

func (*GetCrnByNameV1Params) WithTimeout

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

WithTimeout adds the timeout to the get crn by name v1 params

func (*GetCrnByNameV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetCrnByNameV1Reader

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

GetCrnByNameV1Reader is a Reader for the GetCrnByNameV1 structure.

func (*GetCrnByNameV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentV1ByCrnOK

type GetEnvironmentV1ByCrnOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

GetEnvironmentV1ByCrnOK handles this case with default header values.

successful operation

func NewGetEnvironmentV1ByCrnOK

func NewGetEnvironmentV1ByCrnOK() *GetEnvironmentV1ByCrnOK

NewGetEnvironmentV1ByCrnOK creates a GetEnvironmentV1ByCrnOK with default headers values

func (*GetEnvironmentV1ByCrnOK) Error

func (o *GetEnvironmentV1ByCrnOK) Error() string

type GetEnvironmentV1ByCrnParams

type GetEnvironmentV1ByCrnParams struct {

	/*Crn*/
	Crn string

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

GetEnvironmentV1ByCrnParams contains all the parameters to send to the API endpoint for the get environment v1 by crn operation typically these are written to a http.Request

func NewGetEnvironmentV1ByCrnParams

func NewGetEnvironmentV1ByCrnParams() *GetEnvironmentV1ByCrnParams

NewGetEnvironmentV1ByCrnParams creates a new GetEnvironmentV1ByCrnParams object with the default values initialized.

func NewGetEnvironmentV1ByCrnParamsWithContext

func NewGetEnvironmentV1ByCrnParamsWithContext(ctx context.Context) *GetEnvironmentV1ByCrnParams

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

func NewGetEnvironmentV1ByCrnParamsWithHTTPClient

func NewGetEnvironmentV1ByCrnParamsWithHTTPClient(client *http.Client) *GetEnvironmentV1ByCrnParams

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

func NewGetEnvironmentV1ByCrnParamsWithTimeout

func NewGetEnvironmentV1ByCrnParamsWithTimeout(timeout time.Duration) *GetEnvironmentV1ByCrnParams

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

func (*GetEnvironmentV1ByCrnParams) SetContext

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

SetContext adds the context to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) SetCrn

func (o *GetEnvironmentV1ByCrnParams) SetCrn(crn string)

SetCrn adds the crn to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) SetTimeout

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

SetTimeout adds the timeout to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) WithContext

WithContext adds the context to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) WithCrn

WithCrn adds the crn to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) WithTimeout

WithTimeout adds the timeout to the get environment v1 by crn params

func (*GetEnvironmentV1ByCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentV1ByCrnReader

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

GetEnvironmentV1ByCrnReader is a Reader for the GetEnvironmentV1ByCrn structure.

func (*GetEnvironmentV1ByCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentV1ByNameOK

type GetEnvironmentV1ByNameOK struct {
	Payload *model.DetailedEnvironmentV1Response
}

GetEnvironmentV1ByNameOK handles this case with default header values.

successful operation

func NewGetEnvironmentV1ByNameOK

func NewGetEnvironmentV1ByNameOK() *GetEnvironmentV1ByNameOK

NewGetEnvironmentV1ByNameOK creates a GetEnvironmentV1ByNameOK with default headers values

func (*GetEnvironmentV1ByNameOK) Error

func (o *GetEnvironmentV1ByNameOK) Error() string

type GetEnvironmentV1ByNameParams

type GetEnvironmentV1ByNameParams struct {

	/*Name*/
	Name string

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

GetEnvironmentV1ByNameParams contains all the parameters to send to the API endpoint for the get environment v1 by name operation typically these are written to a http.Request

func NewGetEnvironmentV1ByNameParams

func NewGetEnvironmentV1ByNameParams() *GetEnvironmentV1ByNameParams

NewGetEnvironmentV1ByNameParams creates a new GetEnvironmentV1ByNameParams object with the default values initialized.

func NewGetEnvironmentV1ByNameParamsWithContext

func NewGetEnvironmentV1ByNameParamsWithContext(ctx context.Context) *GetEnvironmentV1ByNameParams

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

func NewGetEnvironmentV1ByNameParamsWithHTTPClient

func NewGetEnvironmentV1ByNameParamsWithHTTPClient(client *http.Client) *GetEnvironmentV1ByNameParams

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

func NewGetEnvironmentV1ByNameParamsWithTimeout

func NewGetEnvironmentV1ByNameParamsWithTimeout(timeout time.Duration) *GetEnvironmentV1ByNameParams

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

func (*GetEnvironmentV1ByNameParams) SetContext

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

SetContext adds the context to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) SetName

func (o *GetEnvironmentV1ByNameParams) SetName(name string)

SetName adds the name to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) SetTimeout

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

SetTimeout adds the timeout to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) WithContext

WithContext adds the context to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) WithName

WithName adds the name to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) WithTimeout

WithTimeout adds the timeout to the get environment v1 by name params

func (*GetEnvironmentV1ByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentV1ByNameReader

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

GetEnvironmentV1ByNameReader is a Reader for the GetEnvironmentV1ByName structure.

func (*GetEnvironmentV1ByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEnvironmentV1OK

type ListEnvironmentV1OK struct {
	Payload *model.SimpleEnvironmentV1Responses
}

ListEnvironmentV1OK handles this case with default header values.

successful operation

func NewListEnvironmentV1OK

func NewListEnvironmentV1OK() *ListEnvironmentV1OK

NewListEnvironmentV1OK creates a ListEnvironmentV1OK with default headers values

func (*ListEnvironmentV1OK) Error

func (o *ListEnvironmentV1OK) Error() string

type ListEnvironmentV1Params

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

ListEnvironmentV1Params contains all the parameters to send to the API endpoint for the list environment v1 operation typically these are written to a http.Request

func NewListEnvironmentV1Params

func NewListEnvironmentV1Params() *ListEnvironmentV1Params

NewListEnvironmentV1Params creates a new ListEnvironmentV1Params object with the default values initialized.

func NewListEnvironmentV1ParamsWithContext

func NewListEnvironmentV1ParamsWithContext(ctx context.Context) *ListEnvironmentV1Params

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

func NewListEnvironmentV1ParamsWithHTTPClient

func NewListEnvironmentV1ParamsWithHTTPClient(client *http.Client) *ListEnvironmentV1Params

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

func NewListEnvironmentV1ParamsWithTimeout

func NewListEnvironmentV1ParamsWithTimeout(timeout time.Duration) *ListEnvironmentV1Params

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

func (*ListEnvironmentV1Params) SetContext

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

SetContext adds the context to the list environment v1 params

func (*ListEnvironmentV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list environment v1 params

func (*ListEnvironmentV1Params) SetTimeout

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

SetTimeout adds the timeout to the list environment v1 params

func (*ListEnvironmentV1Params) WithContext

WithContext adds the context to the list environment v1 params

func (*ListEnvironmentV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list environment v1 params

func (*ListEnvironmentV1Params) WithTimeout

WithTimeout adds the timeout to the list environment v1 params

func (*ListEnvironmentV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEnvironmentV1Reader

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

ListEnvironmentV1Reader is a Reader for the ListEnvironmentV1 structure.

func (*ListEnvironmentV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartEnvironmentByCrnV1Default

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

StartEnvironmentByCrnV1Default handles this case with default header values.

successful operation

func NewStartEnvironmentByCrnV1Default

func NewStartEnvironmentByCrnV1Default(code int) *StartEnvironmentByCrnV1Default

NewStartEnvironmentByCrnV1Default creates a StartEnvironmentByCrnV1Default with default headers values

func (*StartEnvironmentByCrnV1Default) Code

Code gets the status code for the start environment by crn v1 default response

func (*StartEnvironmentByCrnV1Default) Error

type StartEnvironmentByCrnV1Params

type StartEnvironmentByCrnV1Params struct {

	/*Crn*/
	Crn string

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

StartEnvironmentByCrnV1Params contains all the parameters to send to the API endpoint for the start environment by crn v1 operation typically these are written to a http.Request

func NewStartEnvironmentByCrnV1Params

func NewStartEnvironmentByCrnV1Params() *StartEnvironmentByCrnV1Params

NewStartEnvironmentByCrnV1Params creates a new StartEnvironmentByCrnV1Params object with the default values initialized.

func NewStartEnvironmentByCrnV1ParamsWithContext

func NewStartEnvironmentByCrnV1ParamsWithContext(ctx context.Context) *StartEnvironmentByCrnV1Params

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

func NewStartEnvironmentByCrnV1ParamsWithHTTPClient

func NewStartEnvironmentByCrnV1ParamsWithHTTPClient(client *http.Client) *StartEnvironmentByCrnV1Params

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

func NewStartEnvironmentByCrnV1ParamsWithTimeout

func NewStartEnvironmentByCrnV1ParamsWithTimeout(timeout time.Duration) *StartEnvironmentByCrnV1Params

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

func (*StartEnvironmentByCrnV1Params) SetContext

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

SetContext adds the context to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) SetCrn

func (o *StartEnvironmentByCrnV1Params) SetCrn(crn string)

SetCrn adds the crn to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) SetTimeout

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

SetTimeout adds the timeout to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) WithContext

WithContext adds the context to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) WithCrn

WithCrn adds the crn to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) WithTimeout

WithTimeout adds the timeout to the start environment by crn v1 params

func (*StartEnvironmentByCrnV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartEnvironmentByCrnV1Reader

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

StartEnvironmentByCrnV1Reader is a Reader for the StartEnvironmentByCrnV1 structure.

func (*StartEnvironmentByCrnV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartEnvironmentByNameV1Default

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

StartEnvironmentByNameV1Default handles this case with default header values.

successful operation

func NewStartEnvironmentByNameV1Default

func NewStartEnvironmentByNameV1Default(code int) *StartEnvironmentByNameV1Default

NewStartEnvironmentByNameV1Default creates a StartEnvironmentByNameV1Default with default headers values

func (*StartEnvironmentByNameV1Default) Code

Code gets the status code for the start environment by name v1 default response

func (*StartEnvironmentByNameV1Default) Error

type StartEnvironmentByNameV1Params

type StartEnvironmentByNameV1Params struct {

	/*Name*/
	Name string

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

StartEnvironmentByNameV1Params contains all the parameters to send to the API endpoint for the start environment by name v1 operation typically these are written to a http.Request

func NewStartEnvironmentByNameV1Params

func NewStartEnvironmentByNameV1Params() *StartEnvironmentByNameV1Params

NewStartEnvironmentByNameV1Params creates a new StartEnvironmentByNameV1Params object with the default values initialized.

func NewStartEnvironmentByNameV1ParamsWithContext

func NewStartEnvironmentByNameV1ParamsWithContext(ctx context.Context) *StartEnvironmentByNameV1Params

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

func NewStartEnvironmentByNameV1ParamsWithHTTPClient

func NewStartEnvironmentByNameV1ParamsWithHTTPClient(client *http.Client) *StartEnvironmentByNameV1Params

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

func NewStartEnvironmentByNameV1ParamsWithTimeout

func NewStartEnvironmentByNameV1ParamsWithTimeout(timeout time.Duration) *StartEnvironmentByNameV1Params

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

func (*StartEnvironmentByNameV1Params) SetContext

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

SetContext adds the context to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) SetName

func (o *StartEnvironmentByNameV1Params) SetName(name string)

SetName adds the name to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) SetTimeout

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

SetTimeout adds the timeout to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) WithContext

WithContext adds the context to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) WithName

WithName adds the name to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) WithTimeout

WithTimeout adds the timeout to the start environment by name v1 params

func (*StartEnvironmentByNameV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartEnvironmentByNameV1Reader

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

StartEnvironmentByNameV1Reader is a Reader for the StartEnvironmentByNameV1 structure.

func (*StartEnvironmentByNameV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopEnvironmentByCrnV1Default

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

StopEnvironmentByCrnV1Default handles this case with default header values.

successful operation

func NewStopEnvironmentByCrnV1Default

func NewStopEnvironmentByCrnV1Default(code int) *StopEnvironmentByCrnV1Default

NewStopEnvironmentByCrnV1Default creates a StopEnvironmentByCrnV1Default with default headers values

func (*StopEnvironmentByCrnV1Default) Code

Code gets the status code for the stop environment by crn v1 default response

func (*StopEnvironmentByCrnV1Default) Error

type StopEnvironmentByCrnV1Params

type StopEnvironmentByCrnV1Params struct {

	/*Crn*/
	Crn string

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

StopEnvironmentByCrnV1Params contains all the parameters to send to the API endpoint for the stop environment by crn v1 operation typically these are written to a http.Request

func NewStopEnvironmentByCrnV1Params

func NewStopEnvironmentByCrnV1Params() *StopEnvironmentByCrnV1Params

NewStopEnvironmentByCrnV1Params creates a new StopEnvironmentByCrnV1Params object with the default values initialized.

func NewStopEnvironmentByCrnV1ParamsWithContext

func NewStopEnvironmentByCrnV1ParamsWithContext(ctx context.Context) *StopEnvironmentByCrnV1Params

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

func NewStopEnvironmentByCrnV1ParamsWithHTTPClient

func NewStopEnvironmentByCrnV1ParamsWithHTTPClient(client *http.Client) *StopEnvironmentByCrnV1Params

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

func NewStopEnvironmentByCrnV1ParamsWithTimeout

func NewStopEnvironmentByCrnV1ParamsWithTimeout(timeout time.Duration) *StopEnvironmentByCrnV1Params

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

func (*StopEnvironmentByCrnV1Params) SetContext

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

SetContext adds the context to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) SetCrn

func (o *StopEnvironmentByCrnV1Params) SetCrn(crn string)

SetCrn adds the crn to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) SetTimeout

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

SetTimeout adds the timeout to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) WithContext

WithContext adds the context to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) WithCrn

WithCrn adds the crn to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) WithTimeout

WithTimeout adds the timeout to the stop environment by crn v1 params

func (*StopEnvironmentByCrnV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopEnvironmentByCrnV1Reader

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

StopEnvironmentByCrnV1Reader is a Reader for the StopEnvironmentByCrnV1 structure.

func (*StopEnvironmentByCrnV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopEnvironmentByNameV1Default

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

StopEnvironmentByNameV1Default handles this case with default header values.

successful operation

func NewStopEnvironmentByNameV1Default

func NewStopEnvironmentByNameV1Default(code int) *StopEnvironmentByNameV1Default

NewStopEnvironmentByNameV1Default creates a StopEnvironmentByNameV1Default with default headers values

func (*StopEnvironmentByNameV1Default) Code

Code gets the status code for the stop environment by name v1 default response

func (*StopEnvironmentByNameV1Default) Error

type StopEnvironmentByNameV1Params

type StopEnvironmentByNameV1Params struct {

	/*Name*/
	Name string

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

StopEnvironmentByNameV1Params contains all the parameters to send to the API endpoint for the stop environment by name v1 operation typically these are written to a http.Request

func NewStopEnvironmentByNameV1Params

func NewStopEnvironmentByNameV1Params() *StopEnvironmentByNameV1Params

NewStopEnvironmentByNameV1Params creates a new StopEnvironmentByNameV1Params object with the default values initialized.

func NewStopEnvironmentByNameV1ParamsWithContext

func NewStopEnvironmentByNameV1ParamsWithContext(ctx context.Context) *StopEnvironmentByNameV1Params

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

func NewStopEnvironmentByNameV1ParamsWithHTTPClient

func NewStopEnvironmentByNameV1ParamsWithHTTPClient(client *http.Client) *StopEnvironmentByNameV1Params

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

func NewStopEnvironmentByNameV1ParamsWithTimeout

func NewStopEnvironmentByNameV1ParamsWithTimeout(timeout time.Duration) *StopEnvironmentByNameV1Params

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

func (*StopEnvironmentByNameV1Params) SetContext

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

SetContext adds the context to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) SetName

func (o *StopEnvironmentByNameV1Params) SetName(name string)

SetName adds the name to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) SetTimeout

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

SetTimeout adds the timeout to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) WithContext

WithContext adds the context to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) WithName

WithName adds the name to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) WithTimeout

WithTimeout adds the timeout to the stop environment by name v1 params

func (*StopEnvironmentByNameV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopEnvironmentByNameV1Reader

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

StopEnvironmentByNameV1Reader is a Reader for the StopEnvironmentByNameV1 structure.

func (*StopEnvironmentByNameV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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