operations

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for operations API

func New

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

New creates a new operations API client.

func (*Client) DeleteApplicationsID

func (a *Client) DeleteApplicationsID(params *DeleteApplicationsIDParams) (*DeleteApplicationsIDNoContent, error)

DeleteApplicationsID Delete the application specified

func (*Client) DeleteDeploymentsName

func (a *Client) DeleteDeploymentsName(params *DeleteDeploymentsNameParams) (*DeleteDeploymentsNameNoContent, error)

DeleteDeploymentsName Delete a deployment request

func (*Client) DeleteDynamicnodesID

func (a *Client) DeleteDynamicnodesID(params *DeleteDynamicnodesIDParams) (*DeleteDynamicnodesIDNoContent, error)

DeleteDynamicnodesID Delete the dynamic node specified

func (*Client) DeleteExternalendpointsID

func (a *Client) DeleteExternalendpointsID(params *DeleteExternalendpointsIDParams) (*DeleteExternalendpointsIDNoContent, error)

DeleteExternalendpointsID Delete the external endpoint specified

func (*Client) DeleteMicroservicesID

func (a *Client) DeleteMicroservicesID(params *DeleteMicroservicesIDParams) (*DeleteMicroservicesIDNoContent, error)

DeleteMicroservicesID Delete a microservice

func (*Client) DeleteNodesID

func (a *Client) DeleteNodesID(params *DeleteNodesIDParams) (*DeleteNodesIDNoContent, error)

DeleteNodesID Delete a node

func (*Client) DeleteRegionsID

func (a *Client) DeleteRegionsID(params *DeleteRegionsIDParams) (*DeleteRegionsIDNoContent, error)

DeleteRegionsID Delete the region

func (*Client) DeleteRelationshipsID

func (a *Client) DeleteRelationshipsID(params *DeleteRelationshipsIDParams) (*DeleteRelationshipsIDNoContent, error)

DeleteRelationshipsID Delete the relationship specified

func (*Client) GetApplications

func (a *Client) GetApplications(params *GetApplicationsParams) (*GetApplicationsOK, error)

GetApplications Returns the list of all application deployed

func (*Client) GetApplicationsID

func (a *Client) GetApplicationsID(params *GetApplicationsIDParams) (*GetApplicationsIDOK, error)

GetApplicationsID Returns the given application

func (*Client) GetDataflows

func (a *Client) GetDataflows(params *GetDataflowsParams) (*GetDataflowsOK, error)

GetDataflows Returns the list of all dataflows

func (*Client) GetDataflowsID

func (a *Client) GetDataflowsID(params *GetDataflowsIDParams) (*GetDataflowsIDOK, error)

GetDataflowsID Returns the given dataflow

func (*Client) GetDeployments

func (a *Client) GetDeployments(params *GetDeploymentsParams) (*GetDeploymentsOK, error)

GetDeployments Returns the list of all deployment requests

func (*Client) GetDeploymentsName

func (a *Client) GetDeploymentsName(params *GetDeploymentsNameParams) (*GetDeploymentsNameOK, error)

GetDeploymentsName Returns the given deployment request

func (*Client) GetDynamicnodes

func (a *Client) GetDynamicnodes(params *GetDynamicnodesParams) (*GetDynamicnodesOK, error)

GetDynamicnodes Returns the list of all dynamic nodes

func (*Client) GetDynamicnodesID

func (a *Client) GetDynamicnodesID(params *GetDynamicnodesIDParams) (*GetDynamicnodesIDOK, error)

GetDynamicnodesID Returns the given dynamic node

func (*Client) GetExternalendpoints

func (a *Client) GetExternalendpoints(params *GetExternalendpointsParams) (*GetExternalendpointsOK, error)

GetExternalendpoints Returns the list of all external endpoints (services, sensors, devices)

func (*Client) GetExternalendpointsID

func (a *Client) GetExternalendpointsID(params *GetExternalendpointsIDParams) (*GetExternalendpointsIDOK, error)

GetExternalendpointsID Returns the given external endpoint

func (*Client) GetMicroservices

func (a *Client) GetMicroservices(params *GetMicroservicesParams) (*GetMicroservicesOK, error)

GetMicroservices Returns the list of all microservices

func (*Client) GetMicroservicesID

func (a *Client) GetMicroservicesID(params *GetMicroservicesIDParams) (*GetMicroservicesIDOK, error)

GetMicroservicesID Returns the given microservice

func (*Client) GetNodes

func (a *Client) GetNodes(params *GetNodesParams) (*GetNodesOK, error)

GetNodes Returns the list of all physical or virtual nodes

func (*Client) GetNodesID

func (a *Client) GetNodesID(params *GetNodesIDParams) (*GetNodesIDOK, error)

GetNodesID Returns the given physical or virtual node

func (*Client) GetRegions

func (a *Client) GetRegions(params *GetRegionsParams) (*GetRegionsOK, error)

GetRegions Returns the list of the regions

func (*Client) GetRegionsID

func (a *Client) GetRegionsID(params *GetRegionsIDParams) (*GetRegionsIDOK, error)

GetRegionsID Returns the given region

func (*Client) GetRelationships

func (a *Client) GetRelationships(params *GetRelationshipsParams) (*GetRelationshipsOK, error)

GetRelationships Returns the list of all relationships

func (*Client) GetRelationshipsID

func (a *Client) GetRelationshipsID(params *GetRelationshipsIDParams) (*GetRelationshipsIDOK, error)

GetRelationshipsID Returns the given relationship

func (*Client) PatchDeploymentsName

func (a *Client) PatchDeploymentsName(params *PatchDeploymentsNameParams) (*PatchDeploymentsNameOK, error)

PatchDeploymentsName Update the status of deployment request

func (*Client) PutApplicationsID

func (a *Client) PutApplicationsID(params *PutApplicationsIDParams) (*PutApplicationsIDCreated, error)

PutApplicationsID Update/create an application

func (*Client) PutDataflowsID

func (a *Client) PutDataflowsID(params *PutDataflowsIDParams) (*PutDataflowsIDCreated, error)

PutDataflowsID Update/create a dataflow

func (*Client) PutDeploymentsName

func (a *Client) PutDeploymentsName(params *PutDeploymentsNameParams) (*PutDeploymentsNameCreated, error)

PutDeploymentsName Update/create a deployment request

func (*Client) PutDynamicnodesID

func (a *Client) PutDynamicnodesID(params *PutDynamicnodesIDParams) (*PutDynamicnodesIDCreated, error)

PutDynamicnodesID Update/create a dynamic node

func (*Client) PutExternalendpointsID

func (a *Client) PutExternalendpointsID(params *PutExternalendpointsIDParams) (*PutExternalendpointsIDCreated, error)

PutExternalendpointsID Update/create an external endpoint

func (*Client) PutMicroservicesID

func (a *Client) PutMicroservicesID(params *PutMicroservicesIDParams) (*PutMicroservicesIDCreated, error)

PutMicroservicesID Update/create a microservice

func (*Client) PutNodesID

func (a *Client) PutNodesID(params *PutNodesIDParams) (*PutNodesIDCreated, error)

PutNodesID Update/create a node

func (*Client) PutRegionsID

func (a *Client) PutRegionsID(params *PutRegionsIDParams) (*PutRegionsIDCreated, error)

PutRegionsID Update/create a region

func (*Client) PutRelationshipsID

func (a *Client) PutRelationshipsID(params *PutRelationshipsIDParams) (*PutRelationshipsIDCreated, error)

PutRelationshipsID Update/create a relationship

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteApplicationsIDBadRequest

type DeleteApplicationsIDBadRequest struct {
	Payload *models.Message
}

DeleteApplicationsIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteApplicationsIDBadRequest

func NewDeleteApplicationsIDBadRequest() *DeleteApplicationsIDBadRequest

NewDeleteApplicationsIDBadRequest creates a DeleteApplicationsIDBadRequest with default headers values

func (*DeleteApplicationsIDBadRequest) Error

type DeleteApplicationsIDInternalServerError

type DeleteApplicationsIDInternalServerError struct {
	Payload *models.Message
}

DeleteApplicationsIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteApplicationsIDInternalServerError

func NewDeleteApplicationsIDInternalServerError() *DeleteApplicationsIDInternalServerError

NewDeleteApplicationsIDInternalServerError creates a DeleteApplicationsIDInternalServerError with default headers values

func (*DeleteApplicationsIDInternalServerError) Error

type DeleteApplicationsIDNoContent

type DeleteApplicationsIDNoContent struct {
}

DeleteApplicationsIDNoContent handles this case with default header values.

application deleted

func NewDeleteApplicationsIDNoContent

func NewDeleteApplicationsIDNoContent() *DeleteApplicationsIDNoContent

NewDeleteApplicationsIDNoContent creates a DeleteApplicationsIDNoContent with default headers values

func (*DeleteApplicationsIDNoContent) Error

type DeleteApplicationsIDParams

type DeleteApplicationsIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteApplicationsIDParams

func NewDeleteApplicationsIDParams() *DeleteApplicationsIDParams

NewDeleteApplicationsIDParams creates a new DeleteApplicationsIDParams object with the default values initialized.

func NewDeleteApplicationsIDParamsWithContext

func NewDeleteApplicationsIDParamsWithContext(ctx context.Context) *DeleteApplicationsIDParams

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

func NewDeleteApplicationsIDParamsWithHTTPClient

func NewDeleteApplicationsIDParamsWithHTTPClient(client *http.Client) *DeleteApplicationsIDParams

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

func NewDeleteApplicationsIDParamsWithTimeout

func NewDeleteApplicationsIDParamsWithTimeout(timeout time.Duration) *DeleteApplicationsIDParams

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

func (*DeleteApplicationsIDParams) SetContext

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

SetContext adds the context to the delete applications ID params

func (*DeleteApplicationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete applications ID params

func (*DeleteApplicationsIDParams) SetID

func (o *DeleteApplicationsIDParams) SetID(id string)

SetID adds the id to the delete applications ID params

func (*DeleteApplicationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete applications ID params

func (*DeleteApplicationsIDParams) WithContext

WithContext adds the context to the delete applications ID params

func (*DeleteApplicationsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete applications ID params

func (*DeleteApplicationsIDParams) WithID

WithID adds the id to the delete applications ID params

func (*DeleteApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the delete applications ID params

func (*DeleteApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationsIDReader

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

DeleteApplicationsIDReader is a Reader for the DeleteApplicationsID structure.

func (*DeleteApplicationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDeploymentsNameBadRequest

type DeleteDeploymentsNameBadRequest struct {
	Payload *models.Message
}

DeleteDeploymentsNameBadRequest handles this case with default header values.

Invalid request

func NewDeleteDeploymentsNameBadRequest

func NewDeleteDeploymentsNameBadRequest() *DeleteDeploymentsNameBadRequest

NewDeleteDeploymentsNameBadRequest creates a DeleteDeploymentsNameBadRequest with default headers values

func (*DeleteDeploymentsNameBadRequest) Error

type DeleteDeploymentsNameInternalServerError

type DeleteDeploymentsNameInternalServerError struct {
	Payload *models.Message
}

DeleteDeploymentsNameInternalServerError handles this case with default header values.

Generic error

func NewDeleteDeploymentsNameInternalServerError

func NewDeleteDeploymentsNameInternalServerError() *DeleteDeploymentsNameInternalServerError

NewDeleteDeploymentsNameInternalServerError creates a DeleteDeploymentsNameInternalServerError with default headers values

func (*DeleteDeploymentsNameInternalServerError) Error

type DeleteDeploymentsNameNoContent

type DeleteDeploymentsNameNoContent struct {
}

DeleteDeploymentsNameNoContent handles this case with default header values.

Deployment request deleted

func NewDeleteDeploymentsNameNoContent

func NewDeleteDeploymentsNameNoContent() *DeleteDeploymentsNameNoContent

NewDeleteDeploymentsNameNoContent creates a DeleteDeploymentsNameNoContent with default headers values

func (*DeleteDeploymentsNameNoContent) Error

type DeleteDeploymentsNameParams

type DeleteDeploymentsNameParams struct {

	/*Name*/
	Name string

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

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

func NewDeleteDeploymentsNameParams

func NewDeleteDeploymentsNameParams() *DeleteDeploymentsNameParams

NewDeleteDeploymentsNameParams creates a new DeleteDeploymentsNameParams object with the default values initialized.

func NewDeleteDeploymentsNameParamsWithContext

func NewDeleteDeploymentsNameParamsWithContext(ctx context.Context) *DeleteDeploymentsNameParams

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

func NewDeleteDeploymentsNameParamsWithHTTPClient

func NewDeleteDeploymentsNameParamsWithHTTPClient(client *http.Client) *DeleteDeploymentsNameParams

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

func NewDeleteDeploymentsNameParamsWithTimeout

func NewDeleteDeploymentsNameParamsWithTimeout(timeout time.Duration) *DeleteDeploymentsNameParams

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

func (*DeleteDeploymentsNameParams) SetContext

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

SetContext adds the context to the delete deployments name params

func (*DeleteDeploymentsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete deployments name params

func (*DeleteDeploymentsNameParams) SetName

func (o *DeleteDeploymentsNameParams) SetName(name string)

SetName adds the name to the delete deployments name params

func (*DeleteDeploymentsNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete deployments name params

func (*DeleteDeploymentsNameParams) WithContext

WithContext adds the context to the delete deployments name params

func (*DeleteDeploymentsNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployments name params

func (*DeleteDeploymentsNameParams) WithName

WithName adds the name to the delete deployments name params

func (*DeleteDeploymentsNameParams) WithTimeout

WithTimeout adds the timeout to the delete deployments name params

func (*DeleteDeploymentsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentsNameReader

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

DeleteDeploymentsNameReader is a Reader for the DeleteDeploymentsName structure.

func (*DeleteDeploymentsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDynamicnodesIDBadRequest

type DeleteDynamicnodesIDBadRequest struct {
	Payload *models.Message
}

DeleteDynamicnodesIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteDynamicnodesIDBadRequest

func NewDeleteDynamicnodesIDBadRequest() *DeleteDynamicnodesIDBadRequest

NewDeleteDynamicnodesIDBadRequest creates a DeleteDynamicnodesIDBadRequest with default headers values

func (*DeleteDynamicnodesIDBadRequest) Error

type DeleteDynamicnodesIDInternalServerError

type DeleteDynamicnodesIDInternalServerError struct {
	Payload *models.Message
}

DeleteDynamicnodesIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteDynamicnodesIDInternalServerError

func NewDeleteDynamicnodesIDInternalServerError() *DeleteDynamicnodesIDInternalServerError

NewDeleteDynamicnodesIDInternalServerError creates a DeleteDynamicnodesIDInternalServerError with default headers values

func (*DeleteDynamicnodesIDInternalServerError) Error

type DeleteDynamicnodesIDNoContent

type DeleteDynamicnodesIDNoContent struct {
}

DeleteDynamicnodesIDNoContent handles this case with default header values.

Dynamic node deleted

func NewDeleteDynamicnodesIDNoContent

func NewDeleteDynamicnodesIDNoContent() *DeleteDynamicnodesIDNoContent

NewDeleteDynamicnodesIDNoContent creates a DeleteDynamicnodesIDNoContent with default headers values

func (*DeleteDynamicnodesIDNoContent) Error

type DeleteDynamicnodesIDParams

type DeleteDynamicnodesIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteDynamicnodesIDParams

func NewDeleteDynamicnodesIDParams() *DeleteDynamicnodesIDParams

NewDeleteDynamicnodesIDParams creates a new DeleteDynamicnodesIDParams object with the default values initialized.

func NewDeleteDynamicnodesIDParamsWithContext

func NewDeleteDynamicnodesIDParamsWithContext(ctx context.Context) *DeleteDynamicnodesIDParams

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

func NewDeleteDynamicnodesIDParamsWithHTTPClient

func NewDeleteDynamicnodesIDParamsWithHTTPClient(client *http.Client) *DeleteDynamicnodesIDParams

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

func NewDeleteDynamicnodesIDParamsWithTimeout

func NewDeleteDynamicnodesIDParamsWithTimeout(timeout time.Duration) *DeleteDynamicnodesIDParams

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

func (*DeleteDynamicnodesIDParams) SetContext

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

SetContext adds the context to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) SetID

func (o *DeleteDynamicnodesIDParams) SetID(id string)

SetID adds the id to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) WithContext

WithContext adds the context to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) WithID

WithID adds the id to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) WithTimeout

WithTimeout adds the timeout to the delete dynamicnodes ID params

func (*DeleteDynamicnodesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDynamicnodesIDReader

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

DeleteDynamicnodesIDReader is a Reader for the DeleteDynamicnodesID structure.

func (*DeleteDynamicnodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteExternalendpointsIDBadRequest

type DeleteExternalendpointsIDBadRequest struct {
	Payload *models.Message
}

DeleteExternalendpointsIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteExternalendpointsIDBadRequest

func NewDeleteExternalendpointsIDBadRequest() *DeleteExternalendpointsIDBadRequest

NewDeleteExternalendpointsIDBadRequest creates a DeleteExternalendpointsIDBadRequest with default headers values

func (*DeleteExternalendpointsIDBadRequest) Error

type DeleteExternalendpointsIDInternalServerError

type DeleteExternalendpointsIDInternalServerError struct {
	Payload *models.Message
}

DeleteExternalendpointsIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteExternalendpointsIDInternalServerError

func NewDeleteExternalendpointsIDInternalServerError() *DeleteExternalendpointsIDInternalServerError

NewDeleteExternalendpointsIDInternalServerError creates a DeleteExternalendpointsIDInternalServerError with default headers values

func (*DeleteExternalendpointsIDInternalServerError) Error

type DeleteExternalendpointsIDNoContent

type DeleteExternalendpointsIDNoContent struct {
}

DeleteExternalendpointsIDNoContent handles this case with default header values.

External endpoint deleted

func NewDeleteExternalendpointsIDNoContent

func NewDeleteExternalendpointsIDNoContent() *DeleteExternalendpointsIDNoContent

NewDeleteExternalendpointsIDNoContent creates a DeleteExternalendpointsIDNoContent with default headers values

func (*DeleteExternalendpointsIDNoContent) Error

type DeleteExternalendpointsIDParams

type DeleteExternalendpointsIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteExternalendpointsIDParams

func NewDeleteExternalendpointsIDParams() *DeleteExternalendpointsIDParams

NewDeleteExternalendpointsIDParams creates a new DeleteExternalendpointsIDParams object with the default values initialized.

func NewDeleteExternalendpointsIDParamsWithContext

func NewDeleteExternalendpointsIDParamsWithContext(ctx context.Context) *DeleteExternalendpointsIDParams

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

func NewDeleteExternalendpointsIDParamsWithHTTPClient

func NewDeleteExternalendpointsIDParamsWithHTTPClient(client *http.Client) *DeleteExternalendpointsIDParams

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

func NewDeleteExternalendpointsIDParamsWithTimeout

func NewDeleteExternalendpointsIDParamsWithTimeout(timeout time.Duration) *DeleteExternalendpointsIDParams

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

func (*DeleteExternalendpointsIDParams) SetContext

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

SetContext adds the context to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) SetID

SetID adds the id to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) WithContext

WithContext adds the context to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) WithID

WithID adds the id to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) WithTimeout

WithTimeout adds the timeout to the delete externalendpoints ID params

func (*DeleteExternalendpointsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteExternalendpointsIDReader

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

DeleteExternalendpointsIDReader is a Reader for the DeleteExternalendpointsID structure.

func (*DeleteExternalendpointsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMicroservicesIDBadRequest

type DeleteMicroservicesIDBadRequest struct {
	Payload *models.Message
}

DeleteMicroservicesIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteMicroservicesIDBadRequest

func NewDeleteMicroservicesIDBadRequest() *DeleteMicroservicesIDBadRequest

NewDeleteMicroservicesIDBadRequest creates a DeleteMicroservicesIDBadRequest with default headers values

func (*DeleteMicroservicesIDBadRequest) Error

type DeleteMicroservicesIDInternalServerError

type DeleteMicroservicesIDInternalServerError struct {
	Payload *models.Message
}

DeleteMicroservicesIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteMicroservicesIDInternalServerError

func NewDeleteMicroservicesIDInternalServerError() *DeleteMicroservicesIDInternalServerError

NewDeleteMicroservicesIDInternalServerError creates a DeleteMicroservicesIDInternalServerError with default headers values

func (*DeleteMicroservicesIDInternalServerError) Error

type DeleteMicroservicesIDNoContent

type DeleteMicroservicesIDNoContent struct {
}

DeleteMicroservicesIDNoContent handles this case with default header values.

Microservice deleted

func NewDeleteMicroservicesIDNoContent

func NewDeleteMicroservicesIDNoContent() *DeleteMicroservicesIDNoContent

NewDeleteMicroservicesIDNoContent creates a DeleteMicroservicesIDNoContent with default headers values

func (*DeleteMicroservicesIDNoContent) Error

type DeleteMicroservicesIDParams

type DeleteMicroservicesIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteMicroservicesIDParams

func NewDeleteMicroservicesIDParams() *DeleteMicroservicesIDParams

NewDeleteMicroservicesIDParams creates a new DeleteMicroservicesIDParams object with the default values initialized.

func NewDeleteMicroservicesIDParamsWithContext

func NewDeleteMicroservicesIDParamsWithContext(ctx context.Context) *DeleteMicroservicesIDParams

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

func NewDeleteMicroservicesIDParamsWithHTTPClient

func NewDeleteMicroservicesIDParamsWithHTTPClient(client *http.Client) *DeleteMicroservicesIDParams

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

func NewDeleteMicroservicesIDParamsWithTimeout

func NewDeleteMicroservicesIDParamsWithTimeout(timeout time.Duration) *DeleteMicroservicesIDParams

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

func (*DeleteMicroservicesIDParams) SetContext

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

SetContext adds the context to the delete microservices ID params

func (*DeleteMicroservicesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete microservices ID params

func (*DeleteMicroservicesIDParams) SetID

func (o *DeleteMicroservicesIDParams) SetID(id string)

SetID adds the id to the delete microservices ID params

func (*DeleteMicroservicesIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete microservices ID params

func (*DeleteMicroservicesIDParams) WithContext

WithContext adds the context to the delete microservices ID params

func (*DeleteMicroservicesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete microservices ID params

func (*DeleteMicroservicesIDParams) WithID

WithID adds the id to the delete microservices ID params

func (*DeleteMicroservicesIDParams) WithTimeout

WithTimeout adds the timeout to the delete microservices ID params

func (*DeleteMicroservicesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMicroservicesIDReader

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

DeleteMicroservicesIDReader is a Reader for the DeleteMicroservicesID structure.

func (*DeleteMicroservicesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNodesIDBadRequest

type DeleteNodesIDBadRequest struct {
	Payload *models.Message
}

DeleteNodesIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteNodesIDBadRequest

func NewDeleteNodesIDBadRequest() *DeleteNodesIDBadRequest

NewDeleteNodesIDBadRequest creates a DeleteNodesIDBadRequest with default headers values

func (*DeleteNodesIDBadRequest) Error

func (o *DeleteNodesIDBadRequest) Error() string

type DeleteNodesIDInternalServerError

type DeleteNodesIDInternalServerError struct {
	Payload *models.Message
}

DeleteNodesIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteNodesIDInternalServerError

func NewDeleteNodesIDInternalServerError() *DeleteNodesIDInternalServerError

NewDeleteNodesIDInternalServerError creates a DeleteNodesIDInternalServerError with default headers values

func (*DeleteNodesIDInternalServerError) Error

type DeleteNodesIDNoContent

type DeleteNodesIDNoContent struct {
}

DeleteNodesIDNoContent handles this case with default header values.

node deleted

func NewDeleteNodesIDNoContent

func NewDeleteNodesIDNoContent() *DeleteNodesIDNoContent

NewDeleteNodesIDNoContent creates a DeleteNodesIDNoContent with default headers values

func (*DeleteNodesIDNoContent) Error

func (o *DeleteNodesIDNoContent) Error() string

type DeleteNodesIDParams

type DeleteNodesIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteNodesIDParams

func NewDeleteNodesIDParams() *DeleteNodesIDParams

NewDeleteNodesIDParams creates a new DeleteNodesIDParams object with the default values initialized.

func NewDeleteNodesIDParamsWithContext

func NewDeleteNodesIDParamsWithContext(ctx context.Context) *DeleteNodesIDParams

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

func NewDeleteNodesIDParamsWithHTTPClient

func NewDeleteNodesIDParamsWithHTTPClient(client *http.Client) *DeleteNodesIDParams

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

func NewDeleteNodesIDParamsWithTimeout

func NewDeleteNodesIDParamsWithTimeout(timeout time.Duration) *DeleteNodesIDParams

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

func (*DeleteNodesIDParams) SetContext

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

SetContext adds the context to the delete nodes ID params

func (*DeleteNodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete nodes ID params

func (*DeleteNodesIDParams) SetID

func (o *DeleteNodesIDParams) SetID(id string)

SetID adds the id to the delete nodes ID params

func (*DeleteNodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete nodes ID params

func (*DeleteNodesIDParams) WithContext

WithContext adds the context to the delete nodes ID params

func (*DeleteNodesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete nodes ID params

func (*DeleteNodesIDParams) WithID

WithID adds the id to the delete nodes ID params

func (*DeleteNodesIDParams) WithTimeout

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

WithTimeout adds the timeout to the delete nodes ID params

func (*DeleteNodesIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteNodesIDReader

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

DeleteNodesIDReader is a Reader for the DeleteNodesID structure.

func (*DeleteNodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRegionsIDBadRequest

type DeleteRegionsIDBadRequest struct {
	Payload *models.Message
}

DeleteRegionsIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteRegionsIDBadRequest

func NewDeleteRegionsIDBadRequest() *DeleteRegionsIDBadRequest

NewDeleteRegionsIDBadRequest creates a DeleteRegionsIDBadRequest with default headers values

func (*DeleteRegionsIDBadRequest) Error

func (o *DeleteRegionsIDBadRequest) Error() string

type DeleteRegionsIDInternalServerError

type DeleteRegionsIDInternalServerError struct {
	Payload *models.Message
}

DeleteRegionsIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteRegionsIDInternalServerError

func NewDeleteRegionsIDInternalServerError() *DeleteRegionsIDInternalServerError

NewDeleteRegionsIDInternalServerError creates a DeleteRegionsIDInternalServerError with default headers values

func (*DeleteRegionsIDInternalServerError) Error

type DeleteRegionsIDNoContent

type DeleteRegionsIDNoContent struct {
}

DeleteRegionsIDNoContent handles this case with default header values.

region deleted

func NewDeleteRegionsIDNoContent

func NewDeleteRegionsIDNoContent() *DeleteRegionsIDNoContent

NewDeleteRegionsIDNoContent creates a DeleteRegionsIDNoContent with default headers values

func (*DeleteRegionsIDNoContent) Error

func (o *DeleteRegionsIDNoContent) Error() string

type DeleteRegionsIDParams

type DeleteRegionsIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteRegionsIDParams

func NewDeleteRegionsIDParams() *DeleteRegionsIDParams

NewDeleteRegionsIDParams creates a new DeleteRegionsIDParams object with the default values initialized.

func NewDeleteRegionsIDParamsWithContext

func NewDeleteRegionsIDParamsWithContext(ctx context.Context) *DeleteRegionsIDParams

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

func NewDeleteRegionsIDParamsWithHTTPClient

func NewDeleteRegionsIDParamsWithHTTPClient(client *http.Client) *DeleteRegionsIDParams

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

func NewDeleteRegionsIDParamsWithTimeout

func NewDeleteRegionsIDParamsWithTimeout(timeout time.Duration) *DeleteRegionsIDParams

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

func (*DeleteRegionsIDParams) SetContext

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

SetContext adds the context to the delete regions ID params

func (*DeleteRegionsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete regions ID params

func (*DeleteRegionsIDParams) SetID

func (o *DeleteRegionsIDParams) SetID(id string)

SetID adds the id to the delete regions ID params

func (*DeleteRegionsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete regions ID params

func (*DeleteRegionsIDParams) WithContext

WithContext adds the context to the delete regions ID params

func (*DeleteRegionsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete regions ID params

func (*DeleteRegionsIDParams) WithID

WithID adds the id to the delete regions ID params

func (*DeleteRegionsIDParams) WithTimeout

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

WithTimeout adds the timeout to the delete regions ID params

func (*DeleteRegionsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteRegionsIDReader

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

DeleteRegionsIDReader is a Reader for the DeleteRegionsID structure.

func (*DeleteRegionsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRelationshipsIDBadRequest

type DeleteRelationshipsIDBadRequest struct {
	Payload *models.Message
}

DeleteRelationshipsIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteRelationshipsIDBadRequest

func NewDeleteRelationshipsIDBadRequest() *DeleteRelationshipsIDBadRequest

NewDeleteRelationshipsIDBadRequest creates a DeleteRelationshipsIDBadRequest with default headers values

func (*DeleteRelationshipsIDBadRequest) Error

type DeleteRelationshipsIDInternalServerError

type DeleteRelationshipsIDInternalServerError struct {
	Payload *models.Message
}

DeleteRelationshipsIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteRelationshipsIDInternalServerError

func NewDeleteRelationshipsIDInternalServerError() *DeleteRelationshipsIDInternalServerError

NewDeleteRelationshipsIDInternalServerError creates a DeleteRelationshipsIDInternalServerError with default headers values

func (*DeleteRelationshipsIDInternalServerError) Error

type DeleteRelationshipsIDNoContent

type DeleteRelationshipsIDNoContent struct {
}

DeleteRelationshipsIDNoContent handles this case with default header values.

Relationship deleted

func NewDeleteRelationshipsIDNoContent

func NewDeleteRelationshipsIDNoContent() *DeleteRelationshipsIDNoContent

NewDeleteRelationshipsIDNoContent creates a DeleteRelationshipsIDNoContent with default headers values

func (*DeleteRelationshipsIDNoContent) Error

type DeleteRelationshipsIDParams

type DeleteRelationshipsIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteRelationshipsIDParams

func NewDeleteRelationshipsIDParams() *DeleteRelationshipsIDParams

NewDeleteRelationshipsIDParams creates a new DeleteRelationshipsIDParams object with the default values initialized.

func NewDeleteRelationshipsIDParamsWithContext

func NewDeleteRelationshipsIDParamsWithContext(ctx context.Context) *DeleteRelationshipsIDParams

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

func NewDeleteRelationshipsIDParamsWithHTTPClient

func NewDeleteRelationshipsIDParamsWithHTTPClient(client *http.Client) *DeleteRelationshipsIDParams

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

func NewDeleteRelationshipsIDParamsWithTimeout

func NewDeleteRelationshipsIDParamsWithTimeout(timeout time.Duration) *DeleteRelationshipsIDParams

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

func (*DeleteRelationshipsIDParams) SetContext

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

SetContext adds the context to the delete relationships ID params

func (*DeleteRelationshipsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete relationships ID params

func (*DeleteRelationshipsIDParams) SetID

func (o *DeleteRelationshipsIDParams) SetID(id string)

SetID adds the id to the delete relationships ID params

func (*DeleteRelationshipsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete relationships ID params

func (*DeleteRelationshipsIDParams) WithContext

WithContext adds the context to the delete relationships ID params

func (*DeleteRelationshipsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete relationships ID params

func (*DeleteRelationshipsIDParams) WithID

WithID adds the id to the delete relationships ID params

func (*DeleteRelationshipsIDParams) WithTimeout

WithTimeout adds the timeout to the delete relationships ID params

func (*DeleteRelationshipsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRelationshipsIDReader

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

DeleteRelationshipsIDReader is a Reader for the DeleteRelationshipsID structure.

func (*DeleteRelationshipsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteThingsIDBadRequest

type DeleteThingsIDBadRequest struct {
	Payload *models.Message
}

DeleteThingsIDBadRequest handles this case with default header values.

Invalid request

func NewDeleteThingsIDBadRequest

func NewDeleteThingsIDBadRequest() *DeleteThingsIDBadRequest

NewDeleteThingsIDBadRequest creates a DeleteThingsIDBadRequest with default headers values

func (*DeleteThingsIDBadRequest) Error

func (o *DeleteThingsIDBadRequest) Error() string

type DeleteThingsIDInternalServerError

type DeleteThingsIDInternalServerError struct {
	Payload *models.Message
}

DeleteThingsIDInternalServerError handles this case with default header values.

Generic error

func NewDeleteThingsIDInternalServerError

func NewDeleteThingsIDInternalServerError() *DeleteThingsIDInternalServerError

NewDeleteThingsIDInternalServerError creates a DeleteThingsIDInternalServerError with default headers values

func (*DeleteThingsIDInternalServerError) Error

type DeleteThingsIDNoContent

type DeleteThingsIDNoContent struct {
}

DeleteThingsIDNoContent handles this case with default header values.

thing deleted

func NewDeleteThingsIDNoContent

func NewDeleteThingsIDNoContent() *DeleteThingsIDNoContent

NewDeleteThingsIDNoContent creates a DeleteThingsIDNoContent with default headers values

func (*DeleteThingsIDNoContent) Error

func (o *DeleteThingsIDNoContent) Error() string

type DeleteThingsIDParams

type DeleteThingsIDParams struct {

	/*ID*/
	ID string

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

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

func NewDeleteThingsIDParams

func NewDeleteThingsIDParams() *DeleteThingsIDParams

NewDeleteThingsIDParams creates a new DeleteThingsIDParams object with the default values initialized.

func NewDeleteThingsIDParamsWithContext

func NewDeleteThingsIDParamsWithContext(ctx context.Context) *DeleteThingsIDParams

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

func NewDeleteThingsIDParamsWithHTTPClient

func NewDeleteThingsIDParamsWithHTTPClient(client *http.Client) *DeleteThingsIDParams

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

func NewDeleteThingsIDParamsWithTimeout

func NewDeleteThingsIDParamsWithTimeout(timeout time.Duration) *DeleteThingsIDParams

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

func (*DeleteThingsIDParams) SetContext

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

SetContext adds the context to the delete things ID params

func (*DeleteThingsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete things ID params

func (*DeleteThingsIDParams) SetID

func (o *DeleteThingsIDParams) SetID(id string)

SetID adds the id to the delete things ID params

func (*DeleteThingsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete things ID params

func (*DeleteThingsIDParams) WithContext

WithContext adds the context to the delete things ID params

func (*DeleteThingsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete things ID params

func (*DeleteThingsIDParams) WithID

WithID adds the id to the delete things ID params

func (*DeleteThingsIDParams) WithTimeout

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

WithTimeout adds the timeout to the delete things ID params

func (*DeleteThingsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteThingsIDReader

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

DeleteThingsIDReader is a Reader for the DeleteThingsID structure.

func (*DeleteThingsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsBadRequest

type GetApplicationsBadRequest struct {
	Payload *models.Message
}

GetApplicationsBadRequest handles this case with default header values.

Invalid request

func NewGetApplicationsBadRequest

func NewGetApplicationsBadRequest() *GetApplicationsBadRequest

NewGetApplicationsBadRequest creates a GetApplicationsBadRequest with default headers values

func (*GetApplicationsBadRequest) Error

func (o *GetApplicationsBadRequest) Error() string

type GetApplicationsIDBadRequest

type GetApplicationsIDBadRequest struct {
	Payload *models.Message
}

GetApplicationsIDBadRequest handles this case with default header values.

Invalid request

func NewGetApplicationsIDBadRequest

func NewGetApplicationsIDBadRequest() *GetApplicationsIDBadRequest

NewGetApplicationsIDBadRequest creates a GetApplicationsIDBadRequest with default headers values

func (*GetApplicationsIDBadRequest) Error

type GetApplicationsIDInternalServerError

type GetApplicationsIDInternalServerError struct {
	Payload *models.Message
}

GetApplicationsIDInternalServerError handles this case with default header values.

Generic error

func NewGetApplicationsIDInternalServerError

func NewGetApplicationsIDInternalServerError() *GetApplicationsIDInternalServerError

NewGetApplicationsIDInternalServerError creates a GetApplicationsIDInternalServerError with default headers values

func (*GetApplicationsIDInternalServerError) Error

type GetApplicationsIDOK

type GetApplicationsIDOK struct {
	Payload *models.Application
}

GetApplicationsIDOK handles this case with default header values.

Successfully returned the given application

func NewGetApplicationsIDOK

func NewGetApplicationsIDOK() *GetApplicationsIDOK

NewGetApplicationsIDOK creates a GetApplicationsIDOK with default headers values

func (*GetApplicationsIDOK) Error

func (o *GetApplicationsIDOK) Error() string

type GetApplicationsIDParams

type GetApplicationsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetApplicationsIDParams

func NewGetApplicationsIDParams() *GetApplicationsIDParams

NewGetApplicationsIDParams creates a new GetApplicationsIDParams object with the default values initialized.

func NewGetApplicationsIDParamsWithContext

func NewGetApplicationsIDParamsWithContext(ctx context.Context) *GetApplicationsIDParams

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

func NewGetApplicationsIDParamsWithHTTPClient

func NewGetApplicationsIDParamsWithHTTPClient(client *http.Client) *GetApplicationsIDParams

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

func NewGetApplicationsIDParamsWithTimeout

func NewGetApplicationsIDParamsWithTimeout(timeout time.Duration) *GetApplicationsIDParams

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

func (*GetApplicationsIDParams) SetContext

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

SetContext adds the context to the get applications ID params

func (*GetApplicationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications ID params

func (*GetApplicationsIDParams) SetID

func (o *GetApplicationsIDParams) SetID(id string)

SetID adds the id to the get applications ID params

func (*GetApplicationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get applications ID params

func (*GetApplicationsIDParams) WithContext

WithContext adds the context to the get applications ID params

func (*GetApplicationsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get applications ID params

func (*GetApplicationsIDParams) WithID

WithID adds the id to the get applications ID params

func (*GetApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the get applications ID params

func (*GetApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsIDReader

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

GetApplicationsIDReader is a Reader for the GetApplicationsID structure.

func (*GetApplicationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsInternalServerError

type GetApplicationsInternalServerError struct {
	Payload *models.Message
}

GetApplicationsInternalServerError handles this case with default header values.

Generic error

func NewGetApplicationsInternalServerError

func NewGetApplicationsInternalServerError() *GetApplicationsInternalServerError

NewGetApplicationsInternalServerError creates a GetApplicationsInternalServerError with default headers values

func (*GetApplicationsInternalServerError) Error

type GetApplicationsOK

type GetApplicationsOK struct {
	Payload *models.GetApplicationsOKBody
}

GetApplicationsOK handles this case with default header values.

Successfully returned the list of applications deployed

func NewGetApplicationsOK

func NewGetApplicationsOK() *GetApplicationsOK

NewGetApplicationsOK creates a GetApplicationsOK with default headers values

func (*GetApplicationsOK) Error

func (o *GetApplicationsOK) Error() string

type GetApplicationsParams

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

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

func NewGetApplicationsParams

func NewGetApplicationsParams() *GetApplicationsParams

NewGetApplicationsParams creates a new GetApplicationsParams object with the default values initialized.

func NewGetApplicationsParamsWithContext

func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams

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

func NewGetApplicationsParamsWithHTTPClient

func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams

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

func NewGetApplicationsParamsWithTimeout

func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams

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

func (*GetApplicationsParams) SetContext

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

SetContext adds the context to the get applications params

func (*GetApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) WithContext

WithContext adds the context to the get applications params

func (*GetApplicationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) WithTimeout

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

WithTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetApplicationsReader

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

GetApplicationsReader is a Reader for the GetApplications structure.

func (*GetApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataflowsBadRequest

type GetDataflowsBadRequest struct {
	Payload *models.Message
}

GetDataflowsBadRequest handles this case with default header values.

Invalid request

func NewGetDataflowsBadRequest

func NewGetDataflowsBadRequest() *GetDataflowsBadRequest

NewGetDataflowsBadRequest creates a GetDataflowsBadRequest with default headers values

func (*GetDataflowsBadRequest) Error

func (o *GetDataflowsBadRequest) Error() string

type GetDataflowsIDBadRequest

type GetDataflowsIDBadRequest struct {
	Payload *models.Message
}

GetDataflowsIDBadRequest handles this case with default header values.

Invalid request

func NewGetDataflowsIDBadRequest

func NewGetDataflowsIDBadRequest() *GetDataflowsIDBadRequest

NewGetDataflowsIDBadRequest creates a GetDataflowsIDBadRequest with default headers values

func (*GetDataflowsIDBadRequest) Error

func (o *GetDataflowsIDBadRequest) Error() string

type GetDataflowsIDInternalServerError

type GetDataflowsIDInternalServerError struct {
	Payload *models.Message
}

GetDataflowsIDInternalServerError handles this case with default header values.

Generic error

func NewGetDataflowsIDInternalServerError

func NewGetDataflowsIDInternalServerError() *GetDataflowsIDInternalServerError

NewGetDataflowsIDInternalServerError creates a GetDataflowsIDInternalServerError with default headers values

func (*GetDataflowsIDInternalServerError) Error

type GetDataflowsIDOK

type GetDataflowsIDOK struct {
	Payload *models.Dataflow
}

GetDataflowsIDOK handles this case with default header values.

Successfully returned the dataflow

func NewGetDataflowsIDOK

func NewGetDataflowsIDOK() *GetDataflowsIDOK

NewGetDataflowsIDOK creates a GetDataflowsIDOK with default headers values

func (*GetDataflowsIDOK) Error

func (o *GetDataflowsIDOK) Error() string

type GetDataflowsIDParams

type GetDataflowsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetDataflowsIDParams

func NewGetDataflowsIDParams() *GetDataflowsIDParams

NewGetDataflowsIDParams creates a new GetDataflowsIDParams object with the default values initialized.

func NewGetDataflowsIDParamsWithContext

func NewGetDataflowsIDParamsWithContext(ctx context.Context) *GetDataflowsIDParams

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

func NewGetDataflowsIDParamsWithHTTPClient

func NewGetDataflowsIDParamsWithHTTPClient(client *http.Client) *GetDataflowsIDParams

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

func NewGetDataflowsIDParamsWithTimeout

func NewGetDataflowsIDParamsWithTimeout(timeout time.Duration) *GetDataflowsIDParams

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

func (*GetDataflowsIDParams) SetContext

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

SetContext adds the context to the get dataflows ID params

func (*GetDataflowsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dataflows ID params

func (*GetDataflowsIDParams) SetID

func (o *GetDataflowsIDParams) SetID(id string)

SetID adds the id to the get dataflows ID params

func (*GetDataflowsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get dataflows ID params

func (*GetDataflowsIDParams) WithContext

WithContext adds the context to the get dataflows ID params

func (*GetDataflowsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get dataflows ID params

func (*GetDataflowsIDParams) WithID

WithID adds the id to the get dataflows ID params

func (*GetDataflowsIDParams) WithTimeout

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

WithTimeout adds the timeout to the get dataflows ID params

func (*GetDataflowsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDataflowsIDReader

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

GetDataflowsIDReader is a Reader for the GetDataflowsID structure.

func (*GetDataflowsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataflowsInternalServerError

type GetDataflowsInternalServerError struct {
	Payload *models.Message
}

GetDataflowsInternalServerError handles this case with default header values.

Generic error

func NewGetDataflowsInternalServerError

func NewGetDataflowsInternalServerError() *GetDataflowsInternalServerError

NewGetDataflowsInternalServerError creates a GetDataflowsInternalServerError with default headers values

func (*GetDataflowsInternalServerError) Error

type GetDataflowsOK

type GetDataflowsOK struct {
	Payload *models.GetDataflowsOKBody
}

GetDataflowsOK handles this case with default header values.

Successfully returned the list of dataflows

func NewGetDataflowsOK

func NewGetDataflowsOK() *GetDataflowsOK

NewGetDataflowsOK creates a GetDataflowsOK with default headers values

func (*GetDataflowsOK) Error

func (o *GetDataflowsOK) Error() string

type GetDataflowsParams

type GetDataflowsParams struct {

	/*MicroserviceID
	  Returns dataflows starting from the given microservice

	*/
	MicroserviceID *string

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

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

func NewGetDataflowsParams

func NewGetDataflowsParams() *GetDataflowsParams

NewGetDataflowsParams creates a new GetDataflowsParams object with the default values initialized.

func NewGetDataflowsParamsWithContext

func NewGetDataflowsParamsWithContext(ctx context.Context) *GetDataflowsParams

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

func NewGetDataflowsParamsWithHTTPClient

func NewGetDataflowsParamsWithHTTPClient(client *http.Client) *GetDataflowsParams

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

func NewGetDataflowsParamsWithTimeout

func NewGetDataflowsParamsWithTimeout(timeout time.Duration) *GetDataflowsParams

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

func (*GetDataflowsParams) SetContext

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

SetContext adds the context to the get dataflows params

func (*GetDataflowsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dataflows params

func (*GetDataflowsParams) SetMicroserviceID

func (o *GetDataflowsParams) SetMicroserviceID(microserviceID *string)

SetMicroserviceID adds the microserviceId to the get dataflows params

func (*GetDataflowsParams) SetTimeout

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

SetTimeout adds the timeout to the get dataflows params

func (*GetDataflowsParams) WithContext

WithContext adds the context to the get dataflows params

func (*GetDataflowsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get dataflows params

func (*GetDataflowsParams) WithMicroserviceID

func (o *GetDataflowsParams) WithMicroserviceID(microserviceID *string) *GetDataflowsParams

WithMicroserviceID adds the microserviceID to the get dataflows params

func (*GetDataflowsParams) WithTimeout

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

WithTimeout adds the timeout to the get dataflows params

func (*GetDataflowsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDataflowsReader

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

GetDataflowsReader is a Reader for the GetDataflows structure.

func (*GetDataflowsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentsBadRequest

type GetDeploymentsBadRequest struct {
	Payload *models.Message
}

GetDeploymentsBadRequest handles this case with default header values.

Invalid request

func NewGetDeploymentsBadRequest

func NewGetDeploymentsBadRequest() *GetDeploymentsBadRequest

NewGetDeploymentsBadRequest creates a GetDeploymentsBadRequest with default headers values

func (*GetDeploymentsBadRequest) Error

func (o *GetDeploymentsBadRequest) Error() string

type GetDeploymentsInternalServerError

type GetDeploymentsInternalServerError struct {
	Payload *models.Message
}

GetDeploymentsInternalServerError handles this case with default header values.

Generic error

func NewGetDeploymentsInternalServerError

func NewGetDeploymentsInternalServerError() *GetDeploymentsInternalServerError

NewGetDeploymentsInternalServerError creates a GetDeploymentsInternalServerError with default headers values

func (*GetDeploymentsInternalServerError) Error

type GetDeploymentsNameBadRequest

type GetDeploymentsNameBadRequest struct {
	Payload *models.Message
}

GetDeploymentsNameBadRequest handles this case with default header values.

Invalid request

func NewGetDeploymentsNameBadRequest

func NewGetDeploymentsNameBadRequest() *GetDeploymentsNameBadRequest

NewGetDeploymentsNameBadRequest creates a GetDeploymentsNameBadRequest with default headers values

func (*GetDeploymentsNameBadRequest) Error

type GetDeploymentsNameInternalServerError

type GetDeploymentsNameInternalServerError struct {
	Payload *models.Message
}

GetDeploymentsNameInternalServerError handles this case with default header values.

Generic error

func NewGetDeploymentsNameInternalServerError

func NewGetDeploymentsNameInternalServerError() *GetDeploymentsNameInternalServerError

NewGetDeploymentsNameInternalServerError creates a GetDeploymentsNameInternalServerError with default headers values

func (*GetDeploymentsNameInternalServerError) Error

type GetDeploymentsNameOK

type GetDeploymentsNameOK struct {
	Payload *models.Deployment
}

GetDeploymentsNameOK handles this case with default header values.

Successfully returned the deployment request

func NewGetDeploymentsNameOK

func NewGetDeploymentsNameOK() *GetDeploymentsNameOK

NewGetDeploymentsNameOK creates a GetDeploymentsNameOK with default headers values

func (*GetDeploymentsNameOK) Error

func (o *GetDeploymentsNameOK) Error() string

type GetDeploymentsNameParams

type GetDeploymentsNameParams struct {

	/*Name*/
	Name string

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

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

func NewGetDeploymentsNameParams

func NewGetDeploymentsNameParams() *GetDeploymentsNameParams

NewGetDeploymentsNameParams creates a new GetDeploymentsNameParams object with the default values initialized.

func NewGetDeploymentsNameParamsWithContext

func NewGetDeploymentsNameParamsWithContext(ctx context.Context) *GetDeploymentsNameParams

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

func NewGetDeploymentsNameParamsWithHTTPClient

func NewGetDeploymentsNameParamsWithHTTPClient(client *http.Client) *GetDeploymentsNameParams

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

func NewGetDeploymentsNameParamsWithTimeout

func NewGetDeploymentsNameParamsWithTimeout(timeout time.Duration) *GetDeploymentsNameParams

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

func (*GetDeploymentsNameParams) SetContext

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

SetContext adds the context to the get deployments name params

func (*GetDeploymentsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployments name params

func (*GetDeploymentsNameParams) SetName

func (o *GetDeploymentsNameParams) SetName(name string)

SetName adds the name to the get deployments name params

func (*GetDeploymentsNameParams) SetTimeout

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

SetTimeout adds the timeout to the get deployments name params

func (*GetDeploymentsNameParams) WithContext

WithContext adds the context to the get deployments name params

func (*GetDeploymentsNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get deployments name params

func (*GetDeploymentsNameParams) WithName

WithName adds the name to the get deployments name params

func (*GetDeploymentsNameParams) WithTimeout

WithTimeout adds the timeout to the get deployments name params

func (*GetDeploymentsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentsNameReader

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

GetDeploymentsNameReader is a Reader for the GetDeploymentsName structure.

func (*GetDeploymentsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentsOK

type GetDeploymentsOK struct {
	Payload *models.GetDeploymentsOKBody
}

GetDeploymentsOK handles this case with default header values.

Successfully returned the list of deployment requests

func NewGetDeploymentsOK

func NewGetDeploymentsOK() *GetDeploymentsOK

NewGetDeploymentsOK creates a GetDeploymentsOK with default headers values

func (*GetDeploymentsOK) Error

func (o *GetDeploymentsOK) Error() string

type GetDeploymentsParams

type GetDeploymentsParams struct {

	/*Status
	  Returns deployments with a given status

	*/
	Status *string

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

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

func NewGetDeploymentsParams

func NewGetDeploymentsParams() *GetDeploymentsParams

NewGetDeploymentsParams creates a new GetDeploymentsParams object with the default values initialized.

func NewGetDeploymentsParamsWithContext

func NewGetDeploymentsParamsWithContext(ctx context.Context) *GetDeploymentsParams

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

func NewGetDeploymentsParamsWithHTTPClient

func NewGetDeploymentsParamsWithHTTPClient(client *http.Client) *GetDeploymentsParams

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

func NewGetDeploymentsParamsWithTimeout

func NewGetDeploymentsParamsWithTimeout(timeout time.Duration) *GetDeploymentsParams

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

func (*GetDeploymentsParams) SetContext

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

SetContext adds the context to the get deployments params

func (*GetDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployments params

func (*GetDeploymentsParams) SetStatus

func (o *GetDeploymentsParams) SetStatus(status *string)

SetStatus adds the status to the get deployments params

func (*GetDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the get deployments params

func (*GetDeploymentsParams) WithContext

WithContext adds the context to the get deployments params

func (*GetDeploymentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get deployments params

func (*GetDeploymentsParams) WithStatus

func (o *GetDeploymentsParams) WithStatus(status *string) *GetDeploymentsParams

WithStatus adds the status to the get deployments params

func (*GetDeploymentsParams) WithTimeout

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

WithTimeout adds the timeout to the get deployments params

func (*GetDeploymentsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDeploymentsReader

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

GetDeploymentsReader is a Reader for the GetDeployments structure.

func (*GetDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDynamicnodesBadRequest

type GetDynamicnodesBadRequest struct {
	Payload *models.Message
}

GetDynamicnodesBadRequest handles this case with default header values.

Invalid request

func NewGetDynamicnodesBadRequest

func NewGetDynamicnodesBadRequest() *GetDynamicnodesBadRequest

NewGetDynamicnodesBadRequest creates a GetDynamicnodesBadRequest with default headers values

func (*GetDynamicnodesBadRequest) Error

func (o *GetDynamicnodesBadRequest) Error() string

type GetDynamicnodesIDBadRequest

type GetDynamicnodesIDBadRequest struct {
	Payload *models.Message
}

GetDynamicnodesIDBadRequest handles this case with default header values.

Invalid request

func NewGetDynamicnodesIDBadRequest

func NewGetDynamicnodesIDBadRequest() *GetDynamicnodesIDBadRequest

NewGetDynamicnodesIDBadRequest creates a GetDynamicnodesIDBadRequest with default headers values

func (*GetDynamicnodesIDBadRequest) Error

type GetDynamicnodesIDInternalServerError

type GetDynamicnodesIDInternalServerError struct {
	Payload *models.Message
}

GetDynamicnodesIDInternalServerError handles this case with default header values.

Generic error

func NewGetDynamicnodesIDInternalServerError

func NewGetDynamicnodesIDInternalServerError() *GetDynamicnodesIDInternalServerError

NewGetDynamicnodesIDInternalServerError creates a GetDynamicnodesIDInternalServerError with default headers values

func (*GetDynamicnodesIDInternalServerError) Error

type GetDynamicnodesIDOK

type GetDynamicnodesIDOK struct {
	Payload *models.DynamicNode
}

GetDynamicnodesIDOK handles this case with default header values.

Successfully returned the dynamic node specified

func NewGetDynamicnodesIDOK

func NewGetDynamicnodesIDOK() *GetDynamicnodesIDOK

NewGetDynamicnodesIDOK creates a GetDynamicnodesIDOK with default headers values

func (*GetDynamicnodesIDOK) Error

func (o *GetDynamicnodesIDOK) Error() string

type GetDynamicnodesIDParams

type GetDynamicnodesIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetDynamicnodesIDParams

func NewGetDynamicnodesIDParams() *GetDynamicnodesIDParams

NewGetDynamicnodesIDParams creates a new GetDynamicnodesIDParams object with the default values initialized.

func NewGetDynamicnodesIDParamsWithContext

func NewGetDynamicnodesIDParamsWithContext(ctx context.Context) *GetDynamicnodesIDParams

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

func NewGetDynamicnodesIDParamsWithHTTPClient

func NewGetDynamicnodesIDParamsWithHTTPClient(client *http.Client) *GetDynamicnodesIDParams

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

func NewGetDynamicnodesIDParamsWithTimeout

func NewGetDynamicnodesIDParamsWithTimeout(timeout time.Duration) *GetDynamicnodesIDParams

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

func (*GetDynamicnodesIDParams) SetContext

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

SetContext adds the context to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) SetID

func (o *GetDynamicnodesIDParams) SetID(id string)

SetID adds the id to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) WithContext

WithContext adds the context to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) WithID

WithID adds the id to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) WithTimeout

WithTimeout adds the timeout to the get dynamicnodes ID params

func (*GetDynamicnodesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDynamicnodesIDReader

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

GetDynamicnodesIDReader is a Reader for the GetDynamicnodesID structure.

func (*GetDynamicnodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDynamicnodesInternalServerError

type GetDynamicnodesInternalServerError struct {
	Payload *models.Message
}

GetDynamicnodesInternalServerError handles this case with default header values.

Generic error

func NewGetDynamicnodesInternalServerError

func NewGetDynamicnodesInternalServerError() *GetDynamicnodesInternalServerError

NewGetDynamicnodesInternalServerError creates a GetDynamicnodesInternalServerError with default headers values

func (*GetDynamicnodesInternalServerError) Error

type GetDynamicnodesOK

type GetDynamicnodesOK struct {
	Payload *models.GetDynamicnodesOKBody
}

GetDynamicnodesOK handles this case with default header values.

Successfully returned the list of dynamic nodes

func NewGetDynamicnodesOK

func NewGetDynamicnodesOK() *GetDynamicnodesOK

NewGetDynamicnodesOK creates a GetDynamicnodesOK with default headers values

func (*GetDynamicnodesOK) Error

func (o *GetDynamicnodesOK) Error() string

type GetDynamicnodesParams

type GetDynamicnodesParams struct {

	/*RegionID
	  Returns dynamic nodes in the given region

	*/
	RegionID *string

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

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

func NewGetDynamicnodesParams

func NewGetDynamicnodesParams() *GetDynamicnodesParams

NewGetDynamicnodesParams creates a new GetDynamicnodesParams object with the default values initialized.

func NewGetDynamicnodesParamsWithContext

func NewGetDynamicnodesParamsWithContext(ctx context.Context) *GetDynamicnodesParams

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

func NewGetDynamicnodesParamsWithHTTPClient

func NewGetDynamicnodesParamsWithHTTPClient(client *http.Client) *GetDynamicnodesParams

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

func NewGetDynamicnodesParamsWithTimeout

func NewGetDynamicnodesParamsWithTimeout(timeout time.Duration) *GetDynamicnodesParams

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

func (*GetDynamicnodesParams) SetContext

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

SetContext adds the context to the get dynamicnodes params

func (*GetDynamicnodesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dynamicnodes params

func (*GetDynamicnodesParams) SetRegionID

func (o *GetDynamicnodesParams) SetRegionID(regionID *string)

SetRegionID adds the regionId to the get dynamicnodes params

func (*GetDynamicnodesParams) SetTimeout

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

SetTimeout adds the timeout to the get dynamicnodes params

func (*GetDynamicnodesParams) WithContext

WithContext adds the context to the get dynamicnodes params

func (*GetDynamicnodesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get dynamicnodes params

func (*GetDynamicnodesParams) WithRegionID

func (o *GetDynamicnodesParams) WithRegionID(regionID *string) *GetDynamicnodesParams

WithRegionID adds the regionID to the get dynamicnodes params

func (*GetDynamicnodesParams) WithTimeout

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

WithTimeout adds the timeout to the get dynamicnodes params

func (*GetDynamicnodesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDynamicnodesReader

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

GetDynamicnodesReader is a Reader for the GetDynamicnodes structure.

func (*GetDynamicnodesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExternalendpointsBadRequest

type GetExternalendpointsBadRequest struct {
	Payload *models.Message
}

GetExternalendpointsBadRequest handles this case with default header values.

Invalid request

func NewGetExternalendpointsBadRequest

func NewGetExternalendpointsBadRequest() *GetExternalendpointsBadRequest

NewGetExternalendpointsBadRequest creates a GetExternalendpointsBadRequest with default headers values

func (*GetExternalendpointsBadRequest) Error

type GetExternalendpointsIDBadRequest

type GetExternalendpointsIDBadRequest struct {
	Payload *models.Message
}

GetExternalendpointsIDBadRequest handles this case with default header values.

Invalid request

func NewGetExternalendpointsIDBadRequest

func NewGetExternalendpointsIDBadRequest() *GetExternalendpointsIDBadRequest

NewGetExternalendpointsIDBadRequest creates a GetExternalendpointsIDBadRequest with default headers values

func (*GetExternalendpointsIDBadRequest) Error

type GetExternalendpointsIDInternalServerError

type GetExternalendpointsIDInternalServerError struct {
	Payload *models.Message
}

GetExternalendpointsIDInternalServerError handles this case with default header values.

Generic error

func NewGetExternalendpointsIDInternalServerError

func NewGetExternalendpointsIDInternalServerError() *GetExternalendpointsIDInternalServerError

NewGetExternalendpointsIDInternalServerError creates a GetExternalendpointsIDInternalServerError with default headers values

func (*GetExternalendpointsIDInternalServerError) Error

type GetExternalendpointsIDOK

type GetExternalendpointsIDOK struct {
	Payload *models.ExternalEndpoint
}

GetExternalendpointsIDOK handles this case with default header values.

Successfully returned the external endpoint

func NewGetExternalendpointsIDOK

func NewGetExternalendpointsIDOK() *GetExternalendpointsIDOK

NewGetExternalendpointsIDOK creates a GetExternalendpointsIDOK with default headers values

func (*GetExternalendpointsIDOK) Error

func (o *GetExternalendpointsIDOK) Error() string

type GetExternalendpointsIDParams

type GetExternalendpointsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetExternalendpointsIDParams

func NewGetExternalendpointsIDParams() *GetExternalendpointsIDParams

NewGetExternalendpointsIDParams creates a new GetExternalendpointsIDParams object with the default values initialized.

func NewGetExternalendpointsIDParamsWithContext

func NewGetExternalendpointsIDParamsWithContext(ctx context.Context) *GetExternalendpointsIDParams

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

func NewGetExternalendpointsIDParamsWithHTTPClient

func NewGetExternalendpointsIDParamsWithHTTPClient(client *http.Client) *GetExternalendpointsIDParams

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

func NewGetExternalendpointsIDParamsWithTimeout

func NewGetExternalendpointsIDParamsWithTimeout(timeout time.Duration) *GetExternalendpointsIDParams

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

func (*GetExternalendpointsIDParams) SetContext

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

SetContext adds the context to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) SetID

func (o *GetExternalendpointsIDParams) SetID(id string)

SetID adds the id to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) WithContext

WithContext adds the context to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) WithID

WithID adds the id to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) WithTimeout

WithTimeout adds the timeout to the get externalendpoints ID params

func (*GetExternalendpointsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExternalendpointsIDReader

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

GetExternalendpointsIDReader is a Reader for the GetExternalendpointsID structure.

func (*GetExternalendpointsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetExternalendpointsInternalServerError

type GetExternalendpointsInternalServerError struct {
	Payload *models.Message
}

GetExternalendpointsInternalServerError handles this case with default header values.

Generic error

func NewGetExternalendpointsInternalServerError

func NewGetExternalendpointsInternalServerError() *GetExternalendpointsInternalServerError

NewGetExternalendpointsInternalServerError creates a GetExternalendpointsInternalServerError with default headers values

func (*GetExternalendpointsInternalServerError) Error

type GetExternalendpointsOK

type GetExternalendpointsOK struct {
	Payload *models.GetExternalendpointsOKBody
}

GetExternalendpointsOK handles this case with default header values.

Successfully returned the list of external endpoints

func NewGetExternalendpointsOK

func NewGetExternalendpointsOK() *GetExternalendpointsOK

NewGetExternalendpointsOK creates a GetExternalendpointsOK with default headers values

func (*GetExternalendpointsOK) Error

func (o *GetExternalendpointsOK) Error() string

type GetExternalendpointsParams

type GetExternalendpointsParams struct {

	/*RegionID
	  Returns the external endpoints in the given region

	*/
	RegionID *string

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

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

func NewGetExternalendpointsParams

func NewGetExternalendpointsParams() *GetExternalendpointsParams

NewGetExternalendpointsParams creates a new GetExternalendpointsParams object with the default values initialized.

func NewGetExternalendpointsParamsWithContext

func NewGetExternalendpointsParamsWithContext(ctx context.Context) *GetExternalendpointsParams

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

func NewGetExternalendpointsParamsWithHTTPClient

func NewGetExternalendpointsParamsWithHTTPClient(client *http.Client) *GetExternalendpointsParams

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

func NewGetExternalendpointsParamsWithTimeout

func NewGetExternalendpointsParamsWithTimeout(timeout time.Duration) *GetExternalendpointsParams

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

func (*GetExternalendpointsParams) SetContext

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

SetContext adds the context to the get externalendpoints params

func (*GetExternalendpointsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get externalendpoints params

func (*GetExternalendpointsParams) SetRegionID

func (o *GetExternalendpointsParams) SetRegionID(regionID *string)

SetRegionID adds the regionId to the get externalendpoints params

func (*GetExternalendpointsParams) SetTimeout

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

SetTimeout adds the timeout to the get externalendpoints params

func (*GetExternalendpointsParams) WithContext

WithContext adds the context to the get externalendpoints params

func (*GetExternalendpointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get externalendpoints params

func (*GetExternalendpointsParams) WithRegionID

func (o *GetExternalendpointsParams) WithRegionID(regionID *string) *GetExternalendpointsParams

WithRegionID adds the regionID to the get externalendpoints params

func (*GetExternalendpointsParams) WithTimeout

WithTimeout adds the timeout to the get externalendpoints params

func (*GetExternalendpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetExternalendpointsReader

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

GetExternalendpointsReader is a Reader for the GetExternalendpoints structure.

func (*GetExternalendpointsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMicroservicesBadRequest

type GetMicroservicesBadRequest struct {
	Payload *models.Message
}

GetMicroservicesBadRequest handles this case with default header values.

Invalid request

func NewGetMicroservicesBadRequest

func NewGetMicroservicesBadRequest() *GetMicroservicesBadRequest

NewGetMicroservicesBadRequest creates a GetMicroservicesBadRequest with default headers values

func (*GetMicroservicesBadRequest) Error

type GetMicroservicesIDBadRequest

type GetMicroservicesIDBadRequest struct {
	Payload *models.Message
}

GetMicroservicesIDBadRequest handles this case with default header values.

Invalid request

func NewGetMicroservicesIDBadRequest

func NewGetMicroservicesIDBadRequest() *GetMicroservicesIDBadRequest

NewGetMicroservicesIDBadRequest creates a GetMicroservicesIDBadRequest with default headers values

func (*GetMicroservicesIDBadRequest) Error

type GetMicroservicesIDInternalServerError

type GetMicroservicesIDInternalServerError struct {
	Payload *models.Message
}

GetMicroservicesIDInternalServerError handles this case with default header values.

Generic error

func NewGetMicroservicesIDInternalServerError

func NewGetMicroservicesIDInternalServerError() *GetMicroservicesIDInternalServerError

NewGetMicroservicesIDInternalServerError creates a GetMicroservicesIDInternalServerError with default headers values

func (*GetMicroservicesIDInternalServerError) Error

type GetMicroservicesIDOK

type GetMicroservicesIDOK struct {
	Payload *models.Microservice
}

GetMicroservicesIDOK handles this case with default header values.

Successfully returned the microservice

func NewGetMicroservicesIDOK

func NewGetMicroservicesIDOK() *GetMicroservicesIDOK

NewGetMicroservicesIDOK creates a GetMicroservicesIDOK with default headers values

func (*GetMicroservicesIDOK) Error

func (o *GetMicroservicesIDOK) Error() string

type GetMicroservicesIDParams

type GetMicroservicesIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetMicroservicesIDParams

func NewGetMicroservicesIDParams() *GetMicroservicesIDParams

NewGetMicroservicesIDParams creates a new GetMicroservicesIDParams object with the default values initialized.

func NewGetMicroservicesIDParamsWithContext

func NewGetMicroservicesIDParamsWithContext(ctx context.Context) *GetMicroservicesIDParams

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

func NewGetMicroservicesIDParamsWithHTTPClient

func NewGetMicroservicesIDParamsWithHTTPClient(client *http.Client) *GetMicroservicesIDParams

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

func NewGetMicroservicesIDParamsWithTimeout

func NewGetMicroservicesIDParamsWithTimeout(timeout time.Duration) *GetMicroservicesIDParams

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

func (*GetMicroservicesIDParams) SetContext

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

SetContext adds the context to the get microservices ID params

func (*GetMicroservicesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get microservices ID params

func (*GetMicroservicesIDParams) SetID

func (o *GetMicroservicesIDParams) SetID(id string)

SetID adds the id to the get microservices ID params

func (*GetMicroservicesIDParams) SetTimeout

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

SetTimeout adds the timeout to the get microservices ID params

func (*GetMicroservicesIDParams) WithContext

WithContext adds the context to the get microservices ID params

func (*GetMicroservicesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get microservices ID params

func (*GetMicroservicesIDParams) WithID

WithID adds the id to the get microservices ID params

func (*GetMicroservicesIDParams) WithTimeout

WithTimeout adds the timeout to the get microservices ID params

func (*GetMicroservicesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMicroservicesIDReader

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

GetMicroservicesIDReader is a Reader for the GetMicroservicesID structure.

func (*GetMicroservicesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMicroservicesInternalServerError

type GetMicroservicesInternalServerError struct {
	Payload *models.Message
}

GetMicroservicesInternalServerError handles this case with default header values.

Generic error

func NewGetMicroservicesInternalServerError

func NewGetMicroservicesInternalServerError() *GetMicroservicesInternalServerError

NewGetMicroservicesInternalServerError creates a GetMicroservicesInternalServerError with default headers values

func (*GetMicroservicesInternalServerError) Error

type GetMicroservicesOK

type GetMicroservicesOK struct {
	Payload *models.GetMicroservicesOKBody
}

GetMicroservicesOK handles this case with default header values.

Successfully returned the list of microservices

func NewGetMicroservicesOK

func NewGetMicroservicesOK() *GetMicroservicesOK

NewGetMicroservicesOK creates a GetMicroservicesOK with default headers values

func (*GetMicroservicesOK) Error

func (o *GetMicroservicesOK) Error() string

type GetMicroservicesParams

type GetMicroservicesParams struct {

	/*NodeID
	  Returns microservices on the given node

	*/
	NodeID *string

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

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

func NewGetMicroservicesParams

func NewGetMicroservicesParams() *GetMicroservicesParams

NewGetMicroservicesParams creates a new GetMicroservicesParams object with the default values initialized.

func NewGetMicroservicesParamsWithContext

func NewGetMicroservicesParamsWithContext(ctx context.Context) *GetMicroservicesParams

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

func NewGetMicroservicesParamsWithHTTPClient

func NewGetMicroservicesParamsWithHTTPClient(client *http.Client) *GetMicroservicesParams

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

func NewGetMicroservicesParamsWithTimeout

func NewGetMicroservicesParamsWithTimeout(timeout time.Duration) *GetMicroservicesParams

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

func (*GetMicroservicesParams) SetContext

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

SetContext adds the context to the get microservices params

func (*GetMicroservicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get microservices params

func (*GetMicroservicesParams) SetNodeID

func (o *GetMicroservicesParams) SetNodeID(nodeID *string)

SetNodeID adds the nodeId to the get microservices params

func (*GetMicroservicesParams) SetTimeout

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

SetTimeout adds the timeout to the get microservices params

func (*GetMicroservicesParams) WithContext

WithContext adds the context to the get microservices params

func (*GetMicroservicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get microservices params

func (*GetMicroservicesParams) WithNodeID

func (o *GetMicroservicesParams) WithNodeID(nodeID *string) *GetMicroservicesParams

WithNodeID adds the nodeID to the get microservices params

func (*GetMicroservicesParams) WithTimeout

WithTimeout adds the timeout to the get microservices params

func (*GetMicroservicesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMicroservicesReader

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

GetMicroservicesReader is a Reader for the GetMicroservices structure.

func (*GetMicroservicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodesBadRequest

type GetNodesBadRequest struct {
	Payload *models.Message
}

GetNodesBadRequest handles this case with default header values.

Invalid request

func NewGetNodesBadRequest

func NewGetNodesBadRequest() *GetNodesBadRequest

NewGetNodesBadRequest creates a GetNodesBadRequest with default headers values

func (*GetNodesBadRequest) Error

func (o *GetNodesBadRequest) Error() string

type GetNodesIDBadRequest

type GetNodesIDBadRequest struct {
	Payload *models.Message
}

GetNodesIDBadRequest handles this case with default header values.

Invalid request

func NewGetNodesIDBadRequest

func NewGetNodesIDBadRequest() *GetNodesIDBadRequest

NewGetNodesIDBadRequest creates a GetNodesIDBadRequest with default headers values

func (*GetNodesIDBadRequest) Error

func (o *GetNodesIDBadRequest) Error() string

type GetNodesIDInternalServerError

type GetNodesIDInternalServerError struct {
	Payload *models.Message
}

GetNodesIDInternalServerError handles this case with default header values.

Generic error

func NewGetNodesIDInternalServerError

func NewGetNodesIDInternalServerError() *GetNodesIDInternalServerError

NewGetNodesIDInternalServerError creates a GetNodesIDInternalServerError with default headers values

func (*GetNodesIDInternalServerError) Error

type GetNodesIDOK

type GetNodesIDOK struct {
	Payload *models.Node
}

GetNodesIDOK handles this case with default header values.

Successfully returned the node

func NewGetNodesIDOK

func NewGetNodesIDOK() *GetNodesIDOK

NewGetNodesIDOK creates a GetNodesIDOK with default headers values

func (*GetNodesIDOK) Error

func (o *GetNodesIDOK) Error() string

type GetNodesIDParams

type GetNodesIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetNodesIDParams

func NewGetNodesIDParams() *GetNodesIDParams

NewGetNodesIDParams creates a new GetNodesIDParams object with the default values initialized.

func NewGetNodesIDParamsWithContext

func NewGetNodesIDParamsWithContext(ctx context.Context) *GetNodesIDParams

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

func NewGetNodesIDParamsWithHTTPClient

func NewGetNodesIDParamsWithHTTPClient(client *http.Client) *GetNodesIDParams

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

func NewGetNodesIDParamsWithTimeout

func NewGetNodesIDParamsWithTimeout(timeout time.Duration) *GetNodesIDParams

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

func (*GetNodesIDParams) SetContext

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

SetContext adds the context to the get nodes ID params

func (*GetNodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nodes ID params

func (*GetNodesIDParams) SetID

func (o *GetNodesIDParams) SetID(id string)

SetID adds the id to the get nodes ID params

func (*GetNodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the get nodes ID params

func (*GetNodesIDParams) WithContext

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

WithContext adds the context to the get nodes ID params

func (*GetNodesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get nodes ID params

func (*GetNodesIDParams) WithID

func (o *GetNodesIDParams) WithID(id string) *GetNodesIDParams

WithID adds the id to the get nodes ID params

func (*GetNodesIDParams) WithTimeout

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

WithTimeout adds the timeout to the get nodes ID params

func (*GetNodesIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodesIDReader

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

GetNodesIDReader is a Reader for the GetNodesID structure.

func (*GetNodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodesInternalServerError

type GetNodesInternalServerError struct {
	Payload *models.Message
}

GetNodesInternalServerError handles this case with default header values.

Generic error

func NewGetNodesInternalServerError

func NewGetNodesInternalServerError() *GetNodesInternalServerError

NewGetNodesInternalServerError creates a GetNodesInternalServerError with default headers values

func (*GetNodesInternalServerError) Error

type GetNodesOK

type GetNodesOK struct {
	Payload *models.GetNodesOKBody
}

GetNodesOK handles this case with default header values.

Successfully returned the list of nodes

func NewGetNodesOK

func NewGetNodesOK() *GetNodesOK

NewGetNodesOK creates a GetNodesOK with default headers values

func (*GetNodesOK) Error

func (o *GetNodesOK) Error() string

type GetNodesParams

type GetNodesParams struct {

	/*RegionID
	  Returns nodes in the given region

	*/
	RegionID *string

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

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

func NewGetNodesParams

func NewGetNodesParams() *GetNodesParams

NewGetNodesParams creates a new GetNodesParams object with the default values initialized.

func NewGetNodesParamsWithContext

func NewGetNodesParamsWithContext(ctx context.Context) *GetNodesParams

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

func NewGetNodesParamsWithHTTPClient

func NewGetNodesParamsWithHTTPClient(client *http.Client) *GetNodesParams

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

func NewGetNodesParamsWithTimeout

func NewGetNodesParamsWithTimeout(timeout time.Duration) *GetNodesParams

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

func (*GetNodesParams) SetContext

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

SetContext adds the context to the get nodes params

func (*GetNodesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nodes params

func (*GetNodesParams) SetRegionID

func (o *GetNodesParams) SetRegionID(regionID *string)

SetRegionID adds the regionId to the get nodes params

func (*GetNodesParams) SetTimeout

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

SetTimeout adds the timeout to the get nodes params

func (*GetNodesParams) WithContext

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

WithContext adds the context to the get nodes params

func (*GetNodesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get nodes params

func (*GetNodesParams) WithRegionID

func (o *GetNodesParams) WithRegionID(regionID *string) *GetNodesParams

WithRegionID adds the regionID to the get nodes params

func (*GetNodesParams) WithTimeout

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

WithTimeout adds the timeout to the get nodes params

func (*GetNodesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodesReader

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

GetNodesReader is a Reader for the GetNodes structure.

func (*GetNodesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegionsBadRequest

type GetRegionsBadRequest struct {
	Payload *models.Message
}

GetRegionsBadRequest handles this case with default header values.

Invalid request

func NewGetRegionsBadRequest

func NewGetRegionsBadRequest() *GetRegionsBadRequest

NewGetRegionsBadRequest creates a GetRegionsBadRequest with default headers values

func (*GetRegionsBadRequest) Error

func (o *GetRegionsBadRequest) Error() string

type GetRegionsIDBadRequest

type GetRegionsIDBadRequest struct {
	Payload *models.Message
}

GetRegionsIDBadRequest handles this case with default header values.

Invalid request

func NewGetRegionsIDBadRequest

func NewGetRegionsIDBadRequest() *GetRegionsIDBadRequest

NewGetRegionsIDBadRequest creates a GetRegionsIDBadRequest with default headers values

func (*GetRegionsIDBadRequest) Error

func (o *GetRegionsIDBadRequest) Error() string

type GetRegionsIDInternalServerError

type GetRegionsIDInternalServerError struct {
	Payload *models.Message
}

GetRegionsIDInternalServerError handles this case with default header values.

Generic error

func NewGetRegionsIDInternalServerError

func NewGetRegionsIDInternalServerError() *GetRegionsIDInternalServerError

NewGetRegionsIDInternalServerError creates a GetRegionsIDInternalServerError with default headers values

func (*GetRegionsIDInternalServerError) Error

type GetRegionsIDOK

type GetRegionsIDOK struct {
	Payload *models.Region
}

GetRegionsIDOK handles this case with default header values.

Successfully returned the given region

func NewGetRegionsIDOK

func NewGetRegionsIDOK() *GetRegionsIDOK

NewGetRegionsIDOK creates a GetRegionsIDOK with default headers values

func (*GetRegionsIDOK) Error

func (o *GetRegionsIDOK) Error() string

type GetRegionsIDParams

type GetRegionsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetRegionsIDParams

func NewGetRegionsIDParams() *GetRegionsIDParams

NewGetRegionsIDParams creates a new GetRegionsIDParams object with the default values initialized.

func NewGetRegionsIDParamsWithContext

func NewGetRegionsIDParamsWithContext(ctx context.Context) *GetRegionsIDParams

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

func NewGetRegionsIDParamsWithHTTPClient

func NewGetRegionsIDParamsWithHTTPClient(client *http.Client) *GetRegionsIDParams

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

func NewGetRegionsIDParamsWithTimeout

func NewGetRegionsIDParamsWithTimeout(timeout time.Duration) *GetRegionsIDParams

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

func (*GetRegionsIDParams) SetContext

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

SetContext adds the context to the get regions ID params

func (*GetRegionsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get regions ID params

func (*GetRegionsIDParams) SetID

func (o *GetRegionsIDParams) SetID(id string)

SetID adds the id to the get regions ID params

func (*GetRegionsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get regions ID params

func (*GetRegionsIDParams) WithContext

WithContext adds the context to the get regions ID params

func (*GetRegionsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get regions ID params

func (*GetRegionsIDParams) WithID

WithID adds the id to the get regions ID params

func (*GetRegionsIDParams) WithTimeout

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

WithTimeout adds the timeout to the get regions ID params

func (*GetRegionsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRegionsIDReader

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

GetRegionsIDReader is a Reader for the GetRegionsID structure.

func (*GetRegionsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegionsInternalServerError

type GetRegionsInternalServerError struct {
	Payload *models.Message
}

GetRegionsInternalServerError handles this case with default header values.

Generic error

func NewGetRegionsInternalServerError

func NewGetRegionsInternalServerError() *GetRegionsInternalServerError

NewGetRegionsInternalServerError creates a GetRegionsInternalServerError with default headers values

func (*GetRegionsInternalServerError) Error

type GetRegionsOK

type GetRegionsOK struct {
	Payload *models.GetRegionsOKBody
}

GetRegionsOK handles this case with default header values.

Successfully returned the list of regions

func NewGetRegionsOK

func NewGetRegionsOK() *GetRegionsOK

NewGetRegionsOK creates a GetRegionsOK with default headers values

func (*GetRegionsOK) Error

func (o *GetRegionsOK) Error() string

type GetRegionsParams

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

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

func NewGetRegionsParams

func NewGetRegionsParams() *GetRegionsParams

NewGetRegionsParams creates a new GetRegionsParams object with the default values initialized.

func NewGetRegionsParamsWithContext

func NewGetRegionsParamsWithContext(ctx context.Context) *GetRegionsParams

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

func NewGetRegionsParamsWithHTTPClient

func NewGetRegionsParamsWithHTTPClient(client *http.Client) *GetRegionsParams

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

func NewGetRegionsParamsWithTimeout

func NewGetRegionsParamsWithTimeout(timeout time.Duration) *GetRegionsParams

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

func (*GetRegionsParams) SetContext

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

SetContext adds the context to the get regions params

func (*GetRegionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get regions params

func (*GetRegionsParams) SetTimeout

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

SetTimeout adds the timeout to the get regions params

func (*GetRegionsParams) WithContext

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

WithContext adds the context to the get regions params

func (*GetRegionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get regions params

func (*GetRegionsParams) WithTimeout

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

WithTimeout adds the timeout to the get regions params

func (*GetRegionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRegionsReader

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

GetRegionsReader is a Reader for the GetRegions structure.

func (*GetRegionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRelationshipsBadRequest

type GetRelationshipsBadRequest struct {
	Payload *models.Message
}

GetRelationshipsBadRequest handles this case with default header values.

Invalid request

func NewGetRelationshipsBadRequest

func NewGetRelationshipsBadRequest() *GetRelationshipsBadRequest

NewGetRelationshipsBadRequest creates a GetRelationshipsBadRequest with default headers values

func (*GetRelationshipsBadRequest) Error

type GetRelationshipsIDBadRequest

type GetRelationshipsIDBadRequest struct {
	Payload *models.Message
}

GetRelationshipsIDBadRequest handles this case with default header values.

Invalid request

func NewGetRelationshipsIDBadRequest

func NewGetRelationshipsIDBadRequest() *GetRelationshipsIDBadRequest

NewGetRelationshipsIDBadRequest creates a GetRelationshipsIDBadRequest with default headers values

func (*GetRelationshipsIDBadRequest) Error

type GetRelationshipsIDInternalServerError

type GetRelationshipsIDInternalServerError struct {
	Payload *models.Message
}

GetRelationshipsIDInternalServerError handles this case with default header values.

Generic error

func NewGetRelationshipsIDInternalServerError

func NewGetRelationshipsIDInternalServerError() *GetRelationshipsIDInternalServerError

NewGetRelationshipsIDInternalServerError creates a GetRelationshipsIDInternalServerError with default headers values

func (*GetRelationshipsIDInternalServerError) Error

type GetRelationshipsIDOK

type GetRelationshipsIDOK struct {
	Payload *models.Relationship
}

GetRelationshipsIDOK handles this case with default header values.

Successfully returned the relationship

func NewGetRelationshipsIDOK

func NewGetRelationshipsIDOK() *GetRelationshipsIDOK

NewGetRelationshipsIDOK creates a GetRelationshipsIDOK with default headers values

func (*GetRelationshipsIDOK) Error

func (o *GetRelationshipsIDOK) Error() string

type GetRelationshipsIDParams

type GetRelationshipsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetRelationshipsIDParams

func NewGetRelationshipsIDParams() *GetRelationshipsIDParams

NewGetRelationshipsIDParams creates a new GetRelationshipsIDParams object with the default values initialized.

func NewGetRelationshipsIDParamsWithContext

func NewGetRelationshipsIDParamsWithContext(ctx context.Context) *GetRelationshipsIDParams

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

func NewGetRelationshipsIDParamsWithHTTPClient

func NewGetRelationshipsIDParamsWithHTTPClient(client *http.Client) *GetRelationshipsIDParams

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

func NewGetRelationshipsIDParamsWithTimeout

func NewGetRelationshipsIDParamsWithTimeout(timeout time.Duration) *GetRelationshipsIDParams

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

func (*GetRelationshipsIDParams) SetContext

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

SetContext adds the context to the get relationships ID params

func (*GetRelationshipsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get relationships ID params

func (*GetRelationshipsIDParams) SetID

func (o *GetRelationshipsIDParams) SetID(id string)

SetID adds the id to the get relationships ID params

func (*GetRelationshipsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get relationships ID params

func (*GetRelationshipsIDParams) WithContext

WithContext adds the context to the get relationships ID params

func (*GetRelationshipsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get relationships ID params

func (*GetRelationshipsIDParams) WithID

WithID adds the id to the get relationships ID params

func (*GetRelationshipsIDParams) WithTimeout

WithTimeout adds the timeout to the get relationships ID params

func (*GetRelationshipsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRelationshipsIDReader

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

GetRelationshipsIDReader is a Reader for the GetRelationshipsID structure.

func (*GetRelationshipsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRelationshipsInternalServerError

type GetRelationshipsInternalServerError struct {
	Payload *models.Message
}

GetRelationshipsInternalServerError handles this case with default header values.

Generic error

func NewGetRelationshipsInternalServerError

func NewGetRelationshipsInternalServerError() *GetRelationshipsInternalServerError

NewGetRelationshipsInternalServerError creates a GetRelationshipsInternalServerError with default headers values

func (*GetRelationshipsInternalServerError) Error

type GetRelationshipsOK

type GetRelationshipsOK struct {
	Payload *models.GetRelationshipsOKBody
}

GetRelationshipsOK handles this case with default header values.

Successfully returned the list of relationships

func NewGetRelationshipsOK

func NewGetRelationshipsOK() *GetRelationshipsOK

NewGetRelationshipsOK creates a GetRelationshipsOK with default headers values

func (*GetRelationshipsOK) Error

func (o *GetRelationshipsOK) Error() string

type GetRelationshipsParams

type GetRelationshipsParams struct {

	/*RegionID
	  Returns relationships starting from the given region

	*/
	RegionID *string

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

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

func NewGetRelationshipsParams

func NewGetRelationshipsParams() *GetRelationshipsParams

NewGetRelationshipsParams creates a new GetRelationshipsParams object with the default values initialized.

func NewGetRelationshipsParamsWithContext

func NewGetRelationshipsParamsWithContext(ctx context.Context) *GetRelationshipsParams

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

func NewGetRelationshipsParamsWithHTTPClient

func NewGetRelationshipsParamsWithHTTPClient(client *http.Client) *GetRelationshipsParams

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

func NewGetRelationshipsParamsWithTimeout

func NewGetRelationshipsParamsWithTimeout(timeout time.Duration) *GetRelationshipsParams

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

func (*GetRelationshipsParams) SetContext

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

SetContext adds the context to the get relationships params

func (*GetRelationshipsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get relationships params

func (*GetRelationshipsParams) SetRegionID

func (o *GetRelationshipsParams) SetRegionID(regionID *string)

SetRegionID adds the regionId to the get relationships params

func (*GetRelationshipsParams) SetTimeout

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

SetTimeout adds the timeout to the get relationships params

func (*GetRelationshipsParams) WithContext

WithContext adds the context to the get relationships params

func (*GetRelationshipsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get relationships params

func (*GetRelationshipsParams) WithRegionID

func (o *GetRelationshipsParams) WithRegionID(regionID *string) *GetRelationshipsParams

WithRegionID adds the regionID to the get relationships params

func (*GetRelationshipsParams) WithTimeout

WithTimeout adds the timeout to the get relationships params

func (*GetRelationshipsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRelationshipsReader

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

GetRelationshipsReader is a Reader for the GetRelationships structure.

func (*GetRelationshipsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetThingsBadRequest

type GetThingsBadRequest struct {
	Payload *models.Message
}

GetThingsBadRequest handles this case with default header values.

Invalid request

func NewGetThingsBadRequest

func NewGetThingsBadRequest() *GetThingsBadRequest

NewGetThingsBadRequest creates a GetThingsBadRequest with default headers values

func (*GetThingsBadRequest) Error

func (o *GetThingsBadRequest) Error() string

type GetThingsIDBadRequest

type GetThingsIDBadRequest struct {
	Payload *models.Message
}

GetThingsIDBadRequest handles this case with default header values.

Invalid request

func NewGetThingsIDBadRequest

func NewGetThingsIDBadRequest() *GetThingsIDBadRequest

NewGetThingsIDBadRequest creates a GetThingsIDBadRequest with default headers values

func (*GetThingsIDBadRequest) Error

func (o *GetThingsIDBadRequest) Error() string

type GetThingsIDInternalServerError

type GetThingsIDInternalServerError struct {
	Payload *models.Message
}

GetThingsIDInternalServerError handles this case with default header values.

Generic error

func NewGetThingsIDInternalServerError

func NewGetThingsIDInternalServerError() *GetThingsIDInternalServerError

NewGetThingsIDInternalServerError creates a GetThingsIDInternalServerError with default headers values

func (*GetThingsIDInternalServerError) Error

type GetThingsIDOK

type GetThingsIDOK struct {
	Payload *models.Thing
}

GetThingsIDOK handles this case with default header values.

Successfully returned the thing

func NewGetThingsIDOK

func NewGetThingsIDOK() *GetThingsIDOK

NewGetThingsIDOK creates a GetThingsIDOK with default headers values

func (*GetThingsIDOK) Error

func (o *GetThingsIDOK) Error() string

type GetThingsIDParams

type GetThingsIDParams struct {

	/*ID*/
	ID string

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

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

func NewGetThingsIDParams

func NewGetThingsIDParams() *GetThingsIDParams

NewGetThingsIDParams creates a new GetThingsIDParams object with the default values initialized.

func NewGetThingsIDParamsWithContext

func NewGetThingsIDParamsWithContext(ctx context.Context) *GetThingsIDParams

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

func NewGetThingsIDParamsWithHTTPClient

func NewGetThingsIDParamsWithHTTPClient(client *http.Client) *GetThingsIDParams

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

func NewGetThingsIDParamsWithTimeout

func NewGetThingsIDParamsWithTimeout(timeout time.Duration) *GetThingsIDParams

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

func (*GetThingsIDParams) SetContext

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

SetContext adds the context to the get things ID params

func (*GetThingsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get things ID params

func (*GetThingsIDParams) SetID

func (o *GetThingsIDParams) SetID(id string)

SetID adds the id to the get things ID params

func (*GetThingsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get things ID params

func (*GetThingsIDParams) WithContext

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

WithContext adds the context to the get things ID params

func (*GetThingsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get things ID params

func (*GetThingsIDParams) WithID

WithID adds the id to the get things ID params

func (*GetThingsIDParams) WithTimeout

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

WithTimeout adds the timeout to the get things ID params

func (*GetThingsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetThingsIDReader

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

GetThingsIDReader is a Reader for the GetThingsID structure.

func (*GetThingsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetThingsInternalServerError

type GetThingsInternalServerError struct {
	Payload *models.Message
}

GetThingsInternalServerError handles this case with default header values.

Generic error

func NewGetThingsInternalServerError

func NewGetThingsInternalServerError() *GetThingsInternalServerError

NewGetThingsInternalServerError creates a GetThingsInternalServerError with default headers values

func (*GetThingsInternalServerError) Error

type GetThingsOK

type GetThingsOK struct {
	Payload *models.GetThingsOKBody
}

GetThingsOK handles this case with default header values.

Successfully returned the list of things

func NewGetThingsOK

func NewGetThingsOK() *GetThingsOK

NewGetThingsOK creates a GetThingsOK with default headers values

func (*GetThingsOK) Error

func (o *GetThingsOK) Error() string

type GetThingsParams

type GetThingsParams struct {

	/*RegionID
	  Returns things in the given region

	*/
	RegionID *string

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

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

func NewGetThingsParams

func NewGetThingsParams() *GetThingsParams

NewGetThingsParams creates a new GetThingsParams object with the default values initialized.

func NewGetThingsParamsWithContext

func NewGetThingsParamsWithContext(ctx context.Context) *GetThingsParams

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

func NewGetThingsParamsWithHTTPClient

func NewGetThingsParamsWithHTTPClient(client *http.Client) *GetThingsParams

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

func NewGetThingsParamsWithTimeout

func NewGetThingsParamsWithTimeout(timeout time.Duration) *GetThingsParams

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

func (*GetThingsParams) SetContext

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

SetContext adds the context to the get things params

func (*GetThingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get things params

func (*GetThingsParams) SetRegionID

func (o *GetThingsParams) SetRegionID(regionID *string)

SetRegionID adds the regionId to the get things params

func (*GetThingsParams) SetTimeout

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

SetTimeout adds the timeout to the get things params

func (*GetThingsParams) WithContext

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

WithContext adds the context to the get things params

func (*GetThingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get things params

func (*GetThingsParams) WithRegionID

func (o *GetThingsParams) WithRegionID(regionID *string) *GetThingsParams

WithRegionID adds the regionID to the get things params

func (*GetThingsParams) WithTimeout

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

WithTimeout adds the timeout to the get things params

func (*GetThingsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetThingsReader

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

GetThingsReader is a Reader for the GetThings structure.

func (*GetThingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchDeploymentsNameBadRequest

type PatchDeploymentsNameBadRequest struct {
	Payload *models.Message
}

PatchDeploymentsNameBadRequest handles this case with default header values.

Invalid request

func NewPatchDeploymentsNameBadRequest

func NewPatchDeploymentsNameBadRequest() *PatchDeploymentsNameBadRequest

NewPatchDeploymentsNameBadRequest creates a PatchDeploymentsNameBadRequest with default headers values

func (*PatchDeploymentsNameBadRequest) Error

type PatchDeploymentsNameInternalServerError

type PatchDeploymentsNameInternalServerError struct {
	Payload *models.Message
}

PatchDeploymentsNameInternalServerError handles this case with default header values.

Generic error

func NewPatchDeploymentsNameInternalServerError

func NewPatchDeploymentsNameInternalServerError() *PatchDeploymentsNameInternalServerError

NewPatchDeploymentsNameInternalServerError creates a PatchDeploymentsNameInternalServerError with default headers values

func (*PatchDeploymentsNameInternalServerError) Error

type PatchDeploymentsNameOK

type PatchDeploymentsNameOK struct {
}

PatchDeploymentsNameOK handles this case with default header values.

Updated

func NewPatchDeploymentsNameOK

func NewPatchDeploymentsNameOK() *PatchDeploymentsNameOK

NewPatchDeploymentsNameOK creates a PatchDeploymentsNameOK with default headers values

func (*PatchDeploymentsNameOK) Error

func (o *PatchDeploymentsNameOK) Error() string

type PatchDeploymentsNameParams

type PatchDeploymentsNameParams struct {

	/*PatchStatus*/
	PatchStatus *models.PatchStatus
	/*Name*/
	Name string

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

PatchDeploymentsNameParams contains all the parameters to send to the API endpoint for the patch deployments name operation typically these are written to a http.Request

func NewPatchDeploymentsNameParams

func NewPatchDeploymentsNameParams() *PatchDeploymentsNameParams

NewPatchDeploymentsNameParams creates a new PatchDeploymentsNameParams object with the default values initialized.

func NewPatchDeploymentsNameParamsWithContext

func NewPatchDeploymentsNameParamsWithContext(ctx context.Context) *PatchDeploymentsNameParams

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

func NewPatchDeploymentsNameParamsWithHTTPClient

func NewPatchDeploymentsNameParamsWithHTTPClient(client *http.Client) *PatchDeploymentsNameParams

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

func NewPatchDeploymentsNameParamsWithTimeout

func NewPatchDeploymentsNameParamsWithTimeout(timeout time.Duration) *PatchDeploymentsNameParams

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

func (*PatchDeploymentsNameParams) SetContext

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

SetContext adds the context to the patch deployments name params

func (*PatchDeploymentsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch deployments name params

func (*PatchDeploymentsNameParams) SetName

func (o *PatchDeploymentsNameParams) SetName(name string)

SetName adds the name to the patch deployments name params

func (*PatchDeploymentsNameParams) SetPatchStatus

func (o *PatchDeploymentsNameParams) SetPatchStatus(patchStatus *models.PatchStatus)

SetPatchStatus adds the patchStatus to the patch deployments name params

func (*PatchDeploymentsNameParams) SetTimeout

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

SetTimeout adds the timeout to the patch deployments name params

func (*PatchDeploymentsNameParams) WithContext

WithContext adds the context to the patch deployments name params

func (*PatchDeploymentsNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch deployments name params

func (*PatchDeploymentsNameParams) WithName

WithName adds the name to the patch deployments name params

func (*PatchDeploymentsNameParams) WithPatchStatus

func (o *PatchDeploymentsNameParams) WithPatchStatus(patchStatus *models.PatchStatus) *PatchDeploymentsNameParams

WithPatchStatus adds the patchStatus to the patch deployments name params

func (*PatchDeploymentsNameParams) WithTimeout

WithTimeout adds the timeout to the patch deployments name params

func (*PatchDeploymentsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchDeploymentsNameReader

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

PatchDeploymentsNameReader is a Reader for the PatchDeploymentsName structure.

func (*PatchDeploymentsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutApplicationsIDBadRequest

type PutApplicationsIDBadRequest struct {
	Payload *models.Message
}

PutApplicationsIDBadRequest handles this case with default header values.

Invalid request

func NewPutApplicationsIDBadRequest

func NewPutApplicationsIDBadRequest() *PutApplicationsIDBadRequest

NewPutApplicationsIDBadRequest creates a PutApplicationsIDBadRequest with default headers values

func (*PutApplicationsIDBadRequest) Error

type PutApplicationsIDCreated

type PutApplicationsIDCreated struct {
}

PutApplicationsIDCreated handles this case with default header values.

Created

func NewPutApplicationsIDCreated

func NewPutApplicationsIDCreated() *PutApplicationsIDCreated

NewPutApplicationsIDCreated creates a PutApplicationsIDCreated with default headers values

func (*PutApplicationsIDCreated) Error

func (o *PutApplicationsIDCreated) Error() string

type PutApplicationsIDInternalServerError

type PutApplicationsIDInternalServerError struct {
	Payload *models.Message
}

PutApplicationsIDInternalServerError handles this case with default header values.

Generic error

func NewPutApplicationsIDInternalServerError

func NewPutApplicationsIDInternalServerError() *PutApplicationsIDInternalServerError

NewPutApplicationsIDInternalServerError creates a PutApplicationsIDInternalServerError with default headers values

func (*PutApplicationsIDInternalServerError) Error

type PutApplicationsIDParams

type PutApplicationsIDParams struct {

	/*Application*/
	Application *models.Application
	/*ID*/
	ID string

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

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

func NewPutApplicationsIDParams

func NewPutApplicationsIDParams() *PutApplicationsIDParams

NewPutApplicationsIDParams creates a new PutApplicationsIDParams object with the default values initialized.

func NewPutApplicationsIDParamsWithContext

func NewPutApplicationsIDParamsWithContext(ctx context.Context) *PutApplicationsIDParams

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

func NewPutApplicationsIDParamsWithHTTPClient

func NewPutApplicationsIDParamsWithHTTPClient(client *http.Client) *PutApplicationsIDParams

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

func NewPutApplicationsIDParamsWithTimeout

func NewPutApplicationsIDParamsWithTimeout(timeout time.Duration) *PutApplicationsIDParams

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

func (*PutApplicationsIDParams) SetApplication

func (o *PutApplicationsIDParams) SetApplication(application *models.Application)

SetApplication adds the application to the put applications ID params

func (*PutApplicationsIDParams) SetContext

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

SetContext adds the context to the put applications ID params

func (*PutApplicationsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put applications ID params

func (*PutApplicationsIDParams) SetID

func (o *PutApplicationsIDParams) SetID(id string)

SetID adds the id to the put applications ID params

func (*PutApplicationsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put applications ID params

func (*PutApplicationsIDParams) WithApplication

func (o *PutApplicationsIDParams) WithApplication(application *models.Application) *PutApplicationsIDParams

WithApplication adds the application to the put applications ID params

func (*PutApplicationsIDParams) WithContext

WithContext adds the context to the put applications ID params

func (*PutApplicationsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put applications ID params

func (*PutApplicationsIDParams) WithID

WithID adds the id to the put applications ID params

func (*PutApplicationsIDParams) WithTimeout

WithTimeout adds the timeout to the put applications ID params

func (*PutApplicationsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutApplicationsIDReader

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

PutApplicationsIDReader is a Reader for the PutApplicationsID structure.

func (*PutApplicationsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutDataflowsIDBadRequest

type PutDataflowsIDBadRequest struct {
	Payload *models.Message
}

PutDataflowsIDBadRequest handles this case with default header values.

Invalid request

func NewPutDataflowsIDBadRequest

func NewPutDataflowsIDBadRequest() *PutDataflowsIDBadRequest

NewPutDataflowsIDBadRequest creates a PutDataflowsIDBadRequest with default headers values

func (*PutDataflowsIDBadRequest) Error

func (o *PutDataflowsIDBadRequest) Error() string

type PutDataflowsIDCreated

type PutDataflowsIDCreated struct {
}

PutDataflowsIDCreated handles this case with default header values.

Created

func NewPutDataflowsIDCreated

func NewPutDataflowsIDCreated() *PutDataflowsIDCreated

NewPutDataflowsIDCreated creates a PutDataflowsIDCreated with default headers values

func (*PutDataflowsIDCreated) Error

func (o *PutDataflowsIDCreated) Error() string

type PutDataflowsIDInternalServerError

type PutDataflowsIDInternalServerError struct {
	Payload *models.Message
}

PutDataflowsIDInternalServerError handles this case with default header values.

Generic error

func NewPutDataflowsIDInternalServerError

func NewPutDataflowsIDInternalServerError() *PutDataflowsIDInternalServerError

NewPutDataflowsIDInternalServerError creates a PutDataflowsIDInternalServerError with default headers values

func (*PutDataflowsIDInternalServerError) Error

type PutDataflowsIDParams

type PutDataflowsIDParams struct {

	/*Dataflow*/
	Dataflow *models.Dataflow
	/*ID*/
	ID string

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

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

func NewPutDataflowsIDParams

func NewPutDataflowsIDParams() *PutDataflowsIDParams

NewPutDataflowsIDParams creates a new PutDataflowsIDParams object with the default values initialized.

func NewPutDataflowsIDParamsWithContext

func NewPutDataflowsIDParamsWithContext(ctx context.Context) *PutDataflowsIDParams

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

func NewPutDataflowsIDParamsWithHTTPClient

func NewPutDataflowsIDParamsWithHTTPClient(client *http.Client) *PutDataflowsIDParams

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

func NewPutDataflowsIDParamsWithTimeout

func NewPutDataflowsIDParamsWithTimeout(timeout time.Duration) *PutDataflowsIDParams

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

func (*PutDataflowsIDParams) SetContext

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

SetContext adds the context to the put dataflows ID params

func (*PutDataflowsIDParams) SetDataflow

func (o *PutDataflowsIDParams) SetDataflow(dataflow *models.Dataflow)

SetDataflow adds the dataflow to the put dataflows ID params

func (*PutDataflowsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put dataflows ID params

func (*PutDataflowsIDParams) SetID

func (o *PutDataflowsIDParams) SetID(id string)

SetID adds the id to the put dataflows ID params

func (*PutDataflowsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put dataflows ID params

func (*PutDataflowsIDParams) WithContext

WithContext adds the context to the put dataflows ID params

func (*PutDataflowsIDParams) WithDataflow

func (o *PutDataflowsIDParams) WithDataflow(dataflow *models.Dataflow) *PutDataflowsIDParams

WithDataflow adds the dataflow to the put dataflows ID params

func (*PutDataflowsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put dataflows ID params

func (*PutDataflowsIDParams) WithID

WithID adds the id to the put dataflows ID params

func (*PutDataflowsIDParams) WithTimeout

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

WithTimeout adds the timeout to the put dataflows ID params

func (*PutDataflowsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutDataflowsIDReader

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

PutDataflowsIDReader is a Reader for the PutDataflowsID structure.

func (*PutDataflowsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutDeploymentsNameBadRequest

type PutDeploymentsNameBadRequest struct {
	Payload *models.Message
}

PutDeploymentsNameBadRequest handles this case with default header values.

Invalid request

func NewPutDeploymentsNameBadRequest

func NewPutDeploymentsNameBadRequest() *PutDeploymentsNameBadRequest

NewPutDeploymentsNameBadRequest creates a PutDeploymentsNameBadRequest with default headers values

func (*PutDeploymentsNameBadRequest) Error

type PutDeploymentsNameCreated

type PutDeploymentsNameCreated struct {
}

PutDeploymentsNameCreated handles this case with default header values.

Created

func NewPutDeploymentsNameCreated

func NewPutDeploymentsNameCreated() *PutDeploymentsNameCreated

NewPutDeploymentsNameCreated creates a PutDeploymentsNameCreated with default headers values

func (*PutDeploymentsNameCreated) Error

func (o *PutDeploymentsNameCreated) Error() string

type PutDeploymentsNameInternalServerError

type PutDeploymentsNameInternalServerError struct {
	Payload *models.Message
}

PutDeploymentsNameInternalServerError handles this case with default header values.

Generic error

func NewPutDeploymentsNameInternalServerError

func NewPutDeploymentsNameInternalServerError() *PutDeploymentsNameInternalServerError

NewPutDeploymentsNameInternalServerError creates a PutDeploymentsNameInternalServerError with default headers values

func (*PutDeploymentsNameInternalServerError) Error

type PutDeploymentsNameParams

type PutDeploymentsNameParams struct {

	/*Deployment*/
	Deployment *models.Deployment
	/*Name*/
	Name string

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

PutDeploymentsNameParams contains all the parameters to send to the API endpoint for the put deployments name operation typically these are written to a http.Request

func NewPutDeploymentsNameParams

func NewPutDeploymentsNameParams() *PutDeploymentsNameParams

NewPutDeploymentsNameParams creates a new PutDeploymentsNameParams object with the default values initialized.

func NewPutDeploymentsNameParamsWithContext

func NewPutDeploymentsNameParamsWithContext(ctx context.Context) *PutDeploymentsNameParams

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

func NewPutDeploymentsNameParamsWithHTTPClient

func NewPutDeploymentsNameParamsWithHTTPClient(client *http.Client) *PutDeploymentsNameParams

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

func NewPutDeploymentsNameParamsWithTimeout

func NewPutDeploymentsNameParamsWithTimeout(timeout time.Duration) *PutDeploymentsNameParams

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

func (*PutDeploymentsNameParams) SetContext

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

SetContext adds the context to the put deployments name params

func (*PutDeploymentsNameParams) SetDeployment

func (o *PutDeploymentsNameParams) SetDeployment(deployment *models.Deployment)

SetDeployment adds the deployment to the put deployments name params

func (*PutDeploymentsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put deployments name params

func (*PutDeploymentsNameParams) SetName

func (o *PutDeploymentsNameParams) SetName(name string)

SetName adds the name to the put deployments name params

func (*PutDeploymentsNameParams) SetTimeout

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

SetTimeout adds the timeout to the put deployments name params

func (*PutDeploymentsNameParams) WithContext

WithContext adds the context to the put deployments name params

func (*PutDeploymentsNameParams) WithDeployment

func (o *PutDeploymentsNameParams) WithDeployment(deployment *models.Deployment) *PutDeploymentsNameParams

WithDeployment adds the deployment to the put deployments name params

func (*PutDeploymentsNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put deployments name params

func (*PutDeploymentsNameParams) WithName

WithName adds the name to the put deployments name params

func (*PutDeploymentsNameParams) WithTimeout

WithTimeout adds the timeout to the put deployments name params

func (*PutDeploymentsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutDeploymentsNameReader

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

PutDeploymentsNameReader is a Reader for the PutDeploymentsName structure.

func (*PutDeploymentsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutDynamicnodesIDBadRequest

type PutDynamicnodesIDBadRequest struct {
	Payload *models.Message
}

PutDynamicnodesIDBadRequest handles this case with default header values.

Invalid request

func NewPutDynamicnodesIDBadRequest

func NewPutDynamicnodesIDBadRequest() *PutDynamicnodesIDBadRequest

NewPutDynamicnodesIDBadRequest creates a PutDynamicnodesIDBadRequest with default headers values

func (*PutDynamicnodesIDBadRequest) Error

type PutDynamicnodesIDCreated

type PutDynamicnodesIDCreated struct {
}

PutDynamicnodesIDCreated handles this case with default header values.

Created

func NewPutDynamicnodesIDCreated

func NewPutDynamicnodesIDCreated() *PutDynamicnodesIDCreated

NewPutDynamicnodesIDCreated creates a PutDynamicnodesIDCreated with default headers values

func (*PutDynamicnodesIDCreated) Error

func (o *PutDynamicnodesIDCreated) Error() string

type PutDynamicnodesIDInternalServerError

type PutDynamicnodesIDInternalServerError struct {
	Payload *models.Message
}

PutDynamicnodesIDInternalServerError handles this case with default header values.

Generic error

func NewPutDynamicnodesIDInternalServerError

func NewPutDynamicnodesIDInternalServerError() *PutDynamicnodesIDInternalServerError

NewPutDynamicnodesIDInternalServerError creates a PutDynamicnodesIDInternalServerError with default headers values

func (*PutDynamicnodesIDInternalServerError) Error

type PutDynamicnodesIDParams

type PutDynamicnodesIDParams struct {

	/*Dynamicnode*/
	Dynamicnode *models.DynamicNode
	/*ID*/
	ID string

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

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

func NewPutDynamicnodesIDParams

func NewPutDynamicnodesIDParams() *PutDynamicnodesIDParams

NewPutDynamicnodesIDParams creates a new PutDynamicnodesIDParams object with the default values initialized.

func NewPutDynamicnodesIDParamsWithContext

func NewPutDynamicnodesIDParamsWithContext(ctx context.Context) *PutDynamicnodesIDParams

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

func NewPutDynamicnodesIDParamsWithHTTPClient

func NewPutDynamicnodesIDParamsWithHTTPClient(client *http.Client) *PutDynamicnodesIDParams

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

func NewPutDynamicnodesIDParamsWithTimeout

func NewPutDynamicnodesIDParamsWithTimeout(timeout time.Duration) *PutDynamicnodesIDParams

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

func (*PutDynamicnodesIDParams) SetContext

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

SetContext adds the context to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) SetDynamicnode

func (o *PutDynamicnodesIDParams) SetDynamicnode(dynamicnode *models.DynamicNode)

SetDynamicnode adds the dynamicnode to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) SetID

func (o *PutDynamicnodesIDParams) SetID(id string)

SetID adds the id to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WithContext

WithContext adds the context to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WithDynamicnode

func (o *PutDynamicnodesIDParams) WithDynamicnode(dynamicnode *models.DynamicNode) *PutDynamicnodesIDParams

WithDynamicnode adds the dynamicnode to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WithID

WithID adds the id to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WithTimeout

WithTimeout adds the timeout to the put dynamicnodes ID params

func (*PutDynamicnodesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutDynamicnodesIDReader

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

PutDynamicnodesIDReader is a Reader for the PutDynamicnodesID structure.

func (*PutDynamicnodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutExternalendpointsIDBadRequest

type PutExternalendpointsIDBadRequest struct {
	Payload *models.Message
}

PutExternalendpointsIDBadRequest handles this case with default header values.

Invalid request

func NewPutExternalendpointsIDBadRequest

func NewPutExternalendpointsIDBadRequest() *PutExternalendpointsIDBadRequest

NewPutExternalendpointsIDBadRequest creates a PutExternalendpointsIDBadRequest with default headers values

func (*PutExternalendpointsIDBadRequest) Error

type PutExternalendpointsIDCreated

type PutExternalendpointsIDCreated struct {
}

PutExternalendpointsIDCreated handles this case with default header values.

Created

func NewPutExternalendpointsIDCreated

func NewPutExternalendpointsIDCreated() *PutExternalendpointsIDCreated

NewPutExternalendpointsIDCreated creates a PutExternalendpointsIDCreated with default headers values

func (*PutExternalendpointsIDCreated) Error

type PutExternalendpointsIDInternalServerError

type PutExternalendpointsIDInternalServerError struct {
	Payload *models.Message
}

PutExternalendpointsIDInternalServerError handles this case with default header values.

Generic error

func NewPutExternalendpointsIDInternalServerError

func NewPutExternalendpointsIDInternalServerError() *PutExternalendpointsIDInternalServerError

NewPutExternalendpointsIDInternalServerError creates a PutExternalendpointsIDInternalServerError with default headers values

func (*PutExternalendpointsIDInternalServerError) Error

type PutExternalendpointsIDParams

type PutExternalendpointsIDParams struct {

	/*Externalendpoint*/
	Externalendpoint *models.ExternalEndpoint
	/*ID*/
	ID string

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

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

func NewPutExternalendpointsIDParams

func NewPutExternalendpointsIDParams() *PutExternalendpointsIDParams

NewPutExternalendpointsIDParams creates a new PutExternalendpointsIDParams object with the default values initialized.

func NewPutExternalendpointsIDParamsWithContext

func NewPutExternalendpointsIDParamsWithContext(ctx context.Context) *PutExternalendpointsIDParams

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

func NewPutExternalendpointsIDParamsWithHTTPClient

func NewPutExternalendpointsIDParamsWithHTTPClient(client *http.Client) *PutExternalendpointsIDParams

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

func NewPutExternalendpointsIDParamsWithTimeout

func NewPutExternalendpointsIDParamsWithTimeout(timeout time.Duration) *PutExternalendpointsIDParams

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

func (*PutExternalendpointsIDParams) SetContext

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

SetContext adds the context to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) SetExternalendpoint

func (o *PutExternalendpointsIDParams) SetExternalendpoint(externalendpoint *models.ExternalEndpoint)

SetExternalendpoint adds the externalendpoint to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) SetID

func (o *PutExternalendpointsIDParams) SetID(id string)

SetID adds the id to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WithContext

WithContext adds the context to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WithExternalendpoint

func (o *PutExternalendpointsIDParams) WithExternalendpoint(externalendpoint *models.ExternalEndpoint) *PutExternalendpointsIDParams

WithExternalendpoint adds the externalendpoint to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WithID

WithID adds the id to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WithTimeout

WithTimeout adds the timeout to the put externalendpoints ID params

func (*PutExternalendpointsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutExternalendpointsIDReader

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

PutExternalendpointsIDReader is a Reader for the PutExternalendpointsID structure.

func (*PutExternalendpointsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutMicroservicesIDBadRequest

type PutMicroservicesIDBadRequest struct {
	Payload *models.Message
}

PutMicroservicesIDBadRequest handles this case with default header values.

Invalid request

func NewPutMicroservicesIDBadRequest

func NewPutMicroservicesIDBadRequest() *PutMicroservicesIDBadRequest

NewPutMicroservicesIDBadRequest creates a PutMicroservicesIDBadRequest with default headers values

func (*PutMicroservicesIDBadRequest) Error

type PutMicroservicesIDCreated

type PutMicroservicesIDCreated struct {
}

PutMicroservicesIDCreated handles this case with default header values.

Created

func NewPutMicroservicesIDCreated

func NewPutMicroservicesIDCreated() *PutMicroservicesIDCreated

NewPutMicroservicesIDCreated creates a PutMicroservicesIDCreated with default headers values

func (*PutMicroservicesIDCreated) Error

func (o *PutMicroservicesIDCreated) Error() string

type PutMicroservicesIDInternalServerError

type PutMicroservicesIDInternalServerError struct {
	Payload *models.Message
}

PutMicroservicesIDInternalServerError handles this case with default header values.

Generic error

func NewPutMicroservicesIDInternalServerError

func NewPutMicroservicesIDInternalServerError() *PutMicroservicesIDInternalServerError

NewPutMicroservicesIDInternalServerError creates a PutMicroservicesIDInternalServerError with default headers values

func (*PutMicroservicesIDInternalServerError) Error

type PutMicroservicesIDParams

type PutMicroservicesIDParams struct {

	/*ID*/
	ID string
	/*Microservice*/
	Microservice *models.Microservice

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

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

func NewPutMicroservicesIDParams

func NewPutMicroservicesIDParams() *PutMicroservicesIDParams

NewPutMicroservicesIDParams creates a new PutMicroservicesIDParams object with the default values initialized.

func NewPutMicroservicesIDParamsWithContext

func NewPutMicroservicesIDParamsWithContext(ctx context.Context) *PutMicroservicesIDParams

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

func NewPutMicroservicesIDParamsWithHTTPClient

func NewPutMicroservicesIDParamsWithHTTPClient(client *http.Client) *PutMicroservicesIDParams

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

func NewPutMicroservicesIDParamsWithTimeout

func NewPutMicroservicesIDParamsWithTimeout(timeout time.Duration) *PutMicroservicesIDParams

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

func (*PutMicroservicesIDParams) SetContext

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

SetContext adds the context to the put microservices ID params

func (*PutMicroservicesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put microservices ID params

func (*PutMicroservicesIDParams) SetID

func (o *PutMicroservicesIDParams) SetID(id string)

SetID adds the id to the put microservices ID params

func (*PutMicroservicesIDParams) SetMicroservice

func (o *PutMicroservicesIDParams) SetMicroservice(microservice *models.Microservice)

SetMicroservice adds the microservice to the put microservices ID params

func (*PutMicroservicesIDParams) SetTimeout

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

SetTimeout adds the timeout to the put microservices ID params

func (*PutMicroservicesIDParams) WithContext

WithContext adds the context to the put microservices ID params

func (*PutMicroservicesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put microservices ID params

func (*PutMicroservicesIDParams) WithID

WithID adds the id to the put microservices ID params

func (*PutMicroservicesIDParams) WithMicroservice

func (o *PutMicroservicesIDParams) WithMicroservice(microservice *models.Microservice) *PutMicroservicesIDParams

WithMicroservice adds the microservice to the put microservices ID params

func (*PutMicroservicesIDParams) WithTimeout

WithTimeout adds the timeout to the put microservices ID params

func (*PutMicroservicesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutMicroservicesIDReader

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

PutMicroservicesIDReader is a Reader for the PutMicroservicesID structure.

func (*PutMicroservicesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNodesIDBadRequest

type PutNodesIDBadRequest struct {
	Payload *models.Message
}

PutNodesIDBadRequest handles this case with default header values.

Invalid request

func NewPutNodesIDBadRequest

func NewPutNodesIDBadRequest() *PutNodesIDBadRequest

NewPutNodesIDBadRequest creates a PutNodesIDBadRequest with default headers values

func (*PutNodesIDBadRequest) Error

func (o *PutNodesIDBadRequest) Error() string

type PutNodesIDCreated

type PutNodesIDCreated struct {
}

PutNodesIDCreated handles this case with default header values.

Created

func NewPutNodesIDCreated

func NewPutNodesIDCreated() *PutNodesIDCreated

NewPutNodesIDCreated creates a PutNodesIDCreated with default headers values

func (*PutNodesIDCreated) Error

func (o *PutNodesIDCreated) Error() string

type PutNodesIDInternalServerError

type PutNodesIDInternalServerError struct {
	Payload *models.Message
}

PutNodesIDInternalServerError handles this case with default header values.

Generic error

func NewPutNodesIDInternalServerError

func NewPutNodesIDInternalServerError() *PutNodesIDInternalServerError

NewPutNodesIDInternalServerError creates a PutNodesIDInternalServerError with default headers values

func (*PutNodesIDInternalServerError) Error

type PutNodesIDParams

type PutNodesIDParams struct {

	/*ID*/
	ID string
	/*Node*/
	Node *models.Node

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

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

func NewPutNodesIDParams

func NewPutNodesIDParams() *PutNodesIDParams

NewPutNodesIDParams creates a new PutNodesIDParams object with the default values initialized.

func NewPutNodesIDParamsWithContext

func NewPutNodesIDParamsWithContext(ctx context.Context) *PutNodesIDParams

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

func NewPutNodesIDParamsWithHTTPClient

func NewPutNodesIDParamsWithHTTPClient(client *http.Client) *PutNodesIDParams

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

func NewPutNodesIDParamsWithTimeout

func NewPutNodesIDParamsWithTimeout(timeout time.Duration) *PutNodesIDParams

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

func (*PutNodesIDParams) SetContext

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

SetContext adds the context to the put nodes ID params

func (*PutNodesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nodes ID params

func (*PutNodesIDParams) SetID

func (o *PutNodesIDParams) SetID(id string)

SetID adds the id to the put nodes ID params

func (*PutNodesIDParams) SetNode

func (o *PutNodesIDParams) SetNode(node *models.Node)

SetNode adds the node to the put nodes ID params

func (*PutNodesIDParams) SetTimeout

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

SetTimeout adds the timeout to the put nodes ID params

func (*PutNodesIDParams) WithContext

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

WithContext adds the context to the put nodes ID params

func (*PutNodesIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put nodes ID params

func (*PutNodesIDParams) WithID

func (o *PutNodesIDParams) WithID(id string) *PutNodesIDParams

WithID adds the id to the put nodes ID params

func (*PutNodesIDParams) WithNode

func (o *PutNodesIDParams) WithNode(node *models.Node) *PutNodesIDParams

WithNode adds the node to the put nodes ID params

func (*PutNodesIDParams) WithTimeout

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

WithTimeout adds the timeout to the put nodes ID params

func (*PutNodesIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutNodesIDReader

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

PutNodesIDReader is a Reader for the PutNodesID structure.

func (*PutNodesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutRegionsIDBadRequest

type PutRegionsIDBadRequest struct {
	Payload *models.Message
}

PutRegionsIDBadRequest handles this case with default header values.

Invalid request

func NewPutRegionsIDBadRequest

func NewPutRegionsIDBadRequest() *PutRegionsIDBadRequest

NewPutRegionsIDBadRequest creates a PutRegionsIDBadRequest with default headers values

func (*PutRegionsIDBadRequest) Error

func (o *PutRegionsIDBadRequest) Error() string

type PutRegionsIDCreated

type PutRegionsIDCreated struct {
}

PutRegionsIDCreated handles this case with default header values.

Created

func NewPutRegionsIDCreated

func NewPutRegionsIDCreated() *PutRegionsIDCreated

NewPutRegionsIDCreated creates a PutRegionsIDCreated with default headers values

func (*PutRegionsIDCreated) Error

func (o *PutRegionsIDCreated) Error() string

type PutRegionsIDInternalServerError

type PutRegionsIDInternalServerError struct {
	Payload *models.Message
}

PutRegionsIDInternalServerError handles this case with default header values.

Generic error

func NewPutRegionsIDInternalServerError

func NewPutRegionsIDInternalServerError() *PutRegionsIDInternalServerError

NewPutRegionsIDInternalServerError creates a PutRegionsIDInternalServerError with default headers values

func (*PutRegionsIDInternalServerError) Error

type PutRegionsIDParams

type PutRegionsIDParams struct {

	/*ID*/
	ID string
	/*Region*/
	Region *models.Region

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

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

func NewPutRegionsIDParams

func NewPutRegionsIDParams() *PutRegionsIDParams

NewPutRegionsIDParams creates a new PutRegionsIDParams object with the default values initialized.

func NewPutRegionsIDParamsWithContext

func NewPutRegionsIDParamsWithContext(ctx context.Context) *PutRegionsIDParams

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

func NewPutRegionsIDParamsWithHTTPClient

func NewPutRegionsIDParamsWithHTTPClient(client *http.Client) *PutRegionsIDParams

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

func NewPutRegionsIDParamsWithTimeout

func NewPutRegionsIDParamsWithTimeout(timeout time.Duration) *PutRegionsIDParams

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

func (*PutRegionsIDParams) SetContext

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

SetContext adds the context to the put regions ID params

func (*PutRegionsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put regions ID params

func (*PutRegionsIDParams) SetID

func (o *PutRegionsIDParams) SetID(id string)

SetID adds the id to the put regions ID params

func (*PutRegionsIDParams) SetRegion

func (o *PutRegionsIDParams) SetRegion(region *models.Region)

SetRegion adds the region to the put regions ID params

func (*PutRegionsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put regions ID params

func (*PutRegionsIDParams) WithContext

WithContext adds the context to the put regions ID params

func (*PutRegionsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put regions ID params

func (*PutRegionsIDParams) WithID

WithID adds the id to the put regions ID params

func (*PutRegionsIDParams) WithRegion

func (o *PutRegionsIDParams) WithRegion(region *models.Region) *PutRegionsIDParams

WithRegion adds the region to the put regions ID params

func (*PutRegionsIDParams) WithTimeout

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

WithTimeout adds the timeout to the put regions ID params

func (*PutRegionsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutRegionsIDReader

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

PutRegionsIDReader is a Reader for the PutRegionsID structure.

func (*PutRegionsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutRelationshipsIDBadRequest

type PutRelationshipsIDBadRequest struct {
	Payload *models.Message
}

PutRelationshipsIDBadRequest handles this case with default header values.

Invalid request

func NewPutRelationshipsIDBadRequest

func NewPutRelationshipsIDBadRequest() *PutRelationshipsIDBadRequest

NewPutRelationshipsIDBadRequest creates a PutRelationshipsIDBadRequest with default headers values

func (*PutRelationshipsIDBadRequest) Error

type PutRelationshipsIDCreated

type PutRelationshipsIDCreated struct {
}

PutRelationshipsIDCreated handles this case with default header values.

Created

func NewPutRelationshipsIDCreated

func NewPutRelationshipsIDCreated() *PutRelationshipsIDCreated

NewPutRelationshipsIDCreated creates a PutRelationshipsIDCreated with default headers values

func (*PutRelationshipsIDCreated) Error

func (o *PutRelationshipsIDCreated) Error() string

type PutRelationshipsIDInternalServerError

type PutRelationshipsIDInternalServerError struct {
	Payload *models.Message
}

PutRelationshipsIDInternalServerError handles this case with default header values.

Generic error

func NewPutRelationshipsIDInternalServerError

func NewPutRelationshipsIDInternalServerError() *PutRelationshipsIDInternalServerError

NewPutRelationshipsIDInternalServerError creates a PutRelationshipsIDInternalServerError with default headers values

func (*PutRelationshipsIDInternalServerError) Error

type PutRelationshipsIDParams

type PutRelationshipsIDParams struct {

	/*ID*/
	ID string
	/*Relationship*/
	Relationship *models.Relationship

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

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

func NewPutRelationshipsIDParams

func NewPutRelationshipsIDParams() *PutRelationshipsIDParams

NewPutRelationshipsIDParams creates a new PutRelationshipsIDParams object with the default values initialized.

func NewPutRelationshipsIDParamsWithContext

func NewPutRelationshipsIDParamsWithContext(ctx context.Context) *PutRelationshipsIDParams

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

func NewPutRelationshipsIDParamsWithHTTPClient

func NewPutRelationshipsIDParamsWithHTTPClient(client *http.Client) *PutRelationshipsIDParams

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

func NewPutRelationshipsIDParamsWithTimeout

func NewPutRelationshipsIDParamsWithTimeout(timeout time.Duration) *PutRelationshipsIDParams

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

func (*PutRelationshipsIDParams) SetContext

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

SetContext adds the context to the put relationships ID params

func (*PutRelationshipsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put relationships ID params

func (*PutRelationshipsIDParams) SetID

func (o *PutRelationshipsIDParams) SetID(id string)

SetID adds the id to the put relationships ID params

func (*PutRelationshipsIDParams) SetRelationship

func (o *PutRelationshipsIDParams) SetRelationship(relationship *models.Relationship)

SetRelationship adds the relationship to the put relationships ID params

func (*PutRelationshipsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put relationships ID params

func (*PutRelationshipsIDParams) WithContext

WithContext adds the context to the put relationships ID params

func (*PutRelationshipsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put relationships ID params

func (*PutRelationshipsIDParams) WithID

WithID adds the id to the put relationships ID params

func (*PutRelationshipsIDParams) WithRelationship

func (o *PutRelationshipsIDParams) WithRelationship(relationship *models.Relationship) *PutRelationshipsIDParams

WithRelationship adds the relationship to the put relationships ID params

func (*PutRelationshipsIDParams) WithTimeout

WithTimeout adds the timeout to the put relationships ID params

func (*PutRelationshipsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRelationshipsIDReader

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

PutRelationshipsIDReader is a Reader for the PutRelationshipsID structure.

func (*PutRelationshipsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutThingsIDBadRequest

type PutThingsIDBadRequest struct {
	Payload *models.Message
}

PutThingsIDBadRequest handles this case with default header values.

Invalid request

func NewPutThingsIDBadRequest

func NewPutThingsIDBadRequest() *PutThingsIDBadRequest

NewPutThingsIDBadRequest creates a PutThingsIDBadRequest with default headers values

func (*PutThingsIDBadRequest) Error

func (o *PutThingsIDBadRequest) Error() string

type PutThingsIDCreated

type PutThingsIDCreated struct {
}

PutThingsIDCreated handles this case with default header values.

Created

func NewPutThingsIDCreated

func NewPutThingsIDCreated() *PutThingsIDCreated

NewPutThingsIDCreated creates a PutThingsIDCreated with default headers values

func (*PutThingsIDCreated) Error

func (o *PutThingsIDCreated) Error() string

type PutThingsIDInternalServerError

type PutThingsIDInternalServerError struct {
	Payload *models.Message
}

PutThingsIDInternalServerError handles this case with default header values.

Generic error

func NewPutThingsIDInternalServerError

func NewPutThingsIDInternalServerError() *PutThingsIDInternalServerError

NewPutThingsIDInternalServerError creates a PutThingsIDInternalServerError with default headers values

func (*PutThingsIDInternalServerError) Error

type PutThingsIDParams

type PutThingsIDParams struct {

	/*ID*/
	ID string
	/*Thing*/
	Thing *models.Thing

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

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

func NewPutThingsIDParams

func NewPutThingsIDParams() *PutThingsIDParams

NewPutThingsIDParams creates a new PutThingsIDParams object with the default values initialized.

func NewPutThingsIDParamsWithContext

func NewPutThingsIDParamsWithContext(ctx context.Context) *PutThingsIDParams

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

func NewPutThingsIDParamsWithHTTPClient

func NewPutThingsIDParamsWithHTTPClient(client *http.Client) *PutThingsIDParams

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

func NewPutThingsIDParamsWithTimeout

func NewPutThingsIDParamsWithTimeout(timeout time.Duration) *PutThingsIDParams

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

func (*PutThingsIDParams) SetContext

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

SetContext adds the context to the put things ID params

func (*PutThingsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put things ID params

func (*PutThingsIDParams) SetID

func (o *PutThingsIDParams) SetID(id string)

SetID adds the id to the put things ID params

func (*PutThingsIDParams) SetThing

func (o *PutThingsIDParams) SetThing(thing *models.Thing)

SetThing adds the thing to the put things ID params

func (*PutThingsIDParams) SetTimeout

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

SetTimeout adds the timeout to the put things ID params

func (*PutThingsIDParams) WithContext

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

WithContext adds the context to the put things ID params

func (*PutThingsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put things ID params

func (*PutThingsIDParams) WithID

WithID adds the id to the put things ID params

func (*PutThingsIDParams) WithThing

func (o *PutThingsIDParams) WithThing(thing *models.Thing) *PutThingsIDParams

WithThing adds the thing to the put things ID params

func (*PutThingsIDParams) WithTimeout

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

WithTimeout adds the timeout to the put things ID params

func (*PutThingsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutThingsIDReader

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

PutThingsIDReader is a Reader for the PutThingsID structure.

func (*PutThingsIDReader) ReadResponse

func (o *PutThingsIDReader) 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