Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteApplicationsID(params *DeleteApplicationsIDParams) (*DeleteApplicationsIDNoContent, error)
- func (a *Client) DeleteDeploymentsName(params *DeleteDeploymentsNameParams) (*DeleteDeploymentsNameNoContent, error)
- func (a *Client) DeleteDynamicnodesID(params *DeleteDynamicnodesIDParams) (*DeleteDynamicnodesIDNoContent, error)
- func (a *Client) DeleteExternalendpointsID(params *DeleteExternalendpointsIDParams) (*DeleteExternalendpointsIDNoContent, error)
- func (a *Client) DeleteMicroservicesID(params *DeleteMicroservicesIDParams) (*DeleteMicroservicesIDNoContent, error)
- func (a *Client) DeleteNodesID(params *DeleteNodesIDParams) (*DeleteNodesIDNoContent, error)
- func (a *Client) DeleteRegionsID(params *DeleteRegionsIDParams) (*DeleteRegionsIDNoContent, error)
- func (a *Client) DeleteRelationshipsID(params *DeleteRelationshipsIDParams) (*DeleteRelationshipsIDNoContent, error)
- func (a *Client) GetApplications(params *GetApplicationsParams) (*GetApplicationsOK, error)
- func (a *Client) GetApplicationsID(params *GetApplicationsIDParams) (*GetApplicationsIDOK, error)
- func (a *Client) GetDataflows(params *GetDataflowsParams) (*GetDataflowsOK, error)
- func (a *Client) GetDataflowsID(params *GetDataflowsIDParams) (*GetDataflowsIDOK, error)
- func (a *Client) GetDeployments(params *GetDeploymentsParams) (*GetDeploymentsOK, error)
- func (a *Client) GetDeploymentsName(params *GetDeploymentsNameParams) (*GetDeploymentsNameOK, error)
- func (a *Client) GetDynamicnodes(params *GetDynamicnodesParams) (*GetDynamicnodesOK, error)
- func (a *Client) GetDynamicnodesID(params *GetDynamicnodesIDParams) (*GetDynamicnodesIDOK, error)
- func (a *Client) GetExternalendpoints(params *GetExternalendpointsParams) (*GetExternalendpointsOK, error)
- func (a *Client) GetExternalendpointsID(params *GetExternalendpointsIDParams) (*GetExternalendpointsIDOK, error)
- func (a *Client) GetMicroservices(params *GetMicroservicesParams) (*GetMicroservicesOK, error)
- func (a *Client) GetMicroservicesID(params *GetMicroservicesIDParams) (*GetMicroservicesIDOK, error)
- func (a *Client) GetNodes(params *GetNodesParams) (*GetNodesOK, error)
- func (a *Client) GetNodesID(params *GetNodesIDParams) (*GetNodesIDOK, error)
- func (a *Client) GetRegions(params *GetRegionsParams) (*GetRegionsOK, error)
- func (a *Client) GetRegionsID(params *GetRegionsIDParams) (*GetRegionsIDOK, error)
- func (a *Client) GetRelationships(params *GetRelationshipsParams) (*GetRelationshipsOK, error)
- func (a *Client) GetRelationshipsID(params *GetRelationshipsIDParams) (*GetRelationshipsIDOK, error)
- func (a *Client) PatchDeploymentsName(params *PatchDeploymentsNameParams) (*PatchDeploymentsNameOK, error)
- func (a *Client) PutApplicationsID(params *PutApplicationsIDParams) (*PutApplicationsIDCreated, error)
- func (a *Client) PutDataflowsID(params *PutDataflowsIDParams) (*PutDataflowsIDCreated, error)
- func (a *Client) PutDeploymentsName(params *PutDeploymentsNameParams) (*PutDeploymentsNameCreated, error)
- func (a *Client) PutDynamicnodesID(params *PutDynamicnodesIDParams) (*PutDynamicnodesIDCreated, error)
- func (a *Client) PutExternalendpointsID(params *PutExternalendpointsIDParams) (*PutExternalendpointsIDCreated, error)
- func (a *Client) PutMicroservicesID(params *PutMicroservicesIDParams) (*PutMicroservicesIDCreated, error)
- func (a *Client) PutNodesID(params *PutNodesIDParams) (*PutNodesIDCreated, error)
- func (a *Client) PutRegionsID(params *PutRegionsIDParams) (*PutRegionsIDCreated, error)
- func (a *Client) PutRelationshipsID(params *PutRelationshipsIDParams) (*PutRelationshipsIDCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteApplicationsIDBadRequest
- type DeleteApplicationsIDInternalServerError
- type DeleteApplicationsIDNoContent
- type DeleteApplicationsIDParams
- func NewDeleteApplicationsIDParams() *DeleteApplicationsIDParams
- func NewDeleteApplicationsIDParamsWithContext(ctx context.Context) *DeleteApplicationsIDParams
- func NewDeleteApplicationsIDParamsWithHTTPClient(client *http.Client) *DeleteApplicationsIDParams
- func NewDeleteApplicationsIDParamsWithTimeout(timeout time.Duration) *DeleteApplicationsIDParams
- func (o *DeleteApplicationsIDParams) SetContext(ctx context.Context)
- func (o *DeleteApplicationsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteApplicationsIDParams) SetID(id string)
- func (o *DeleteApplicationsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteApplicationsIDParams) WithContext(ctx context.Context) *DeleteApplicationsIDParams
- func (o *DeleteApplicationsIDParams) WithHTTPClient(client *http.Client) *DeleteApplicationsIDParams
- func (o *DeleteApplicationsIDParams) WithID(id string) *DeleteApplicationsIDParams
- func (o *DeleteApplicationsIDParams) WithTimeout(timeout time.Duration) *DeleteApplicationsIDParams
- func (o *DeleteApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteApplicationsIDReader
- type DeleteDeploymentsNameBadRequest
- type DeleteDeploymentsNameInternalServerError
- type DeleteDeploymentsNameNoContent
- type DeleteDeploymentsNameParams
- func NewDeleteDeploymentsNameParams() *DeleteDeploymentsNameParams
- func NewDeleteDeploymentsNameParamsWithContext(ctx context.Context) *DeleteDeploymentsNameParams
- func NewDeleteDeploymentsNameParamsWithHTTPClient(client *http.Client) *DeleteDeploymentsNameParams
- func NewDeleteDeploymentsNameParamsWithTimeout(timeout time.Duration) *DeleteDeploymentsNameParams
- func (o *DeleteDeploymentsNameParams) SetContext(ctx context.Context)
- func (o *DeleteDeploymentsNameParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDeploymentsNameParams) SetName(name string)
- func (o *DeleteDeploymentsNameParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDeploymentsNameParams) WithContext(ctx context.Context) *DeleteDeploymentsNameParams
- func (o *DeleteDeploymentsNameParams) WithHTTPClient(client *http.Client) *DeleteDeploymentsNameParams
- func (o *DeleteDeploymentsNameParams) WithName(name string) *DeleteDeploymentsNameParams
- func (o *DeleteDeploymentsNameParams) WithTimeout(timeout time.Duration) *DeleteDeploymentsNameParams
- func (o *DeleteDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDeploymentsNameReader
- type DeleteDynamicnodesIDBadRequest
- type DeleteDynamicnodesIDInternalServerError
- type DeleteDynamicnodesIDNoContent
- type DeleteDynamicnodesIDParams
- func NewDeleteDynamicnodesIDParams() *DeleteDynamicnodesIDParams
- func NewDeleteDynamicnodesIDParamsWithContext(ctx context.Context) *DeleteDynamicnodesIDParams
- func NewDeleteDynamicnodesIDParamsWithHTTPClient(client *http.Client) *DeleteDynamicnodesIDParams
- func NewDeleteDynamicnodesIDParamsWithTimeout(timeout time.Duration) *DeleteDynamicnodesIDParams
- func (o *DeleteDynamicnodesIDParams) SetContext(ctx context.Context)
- func (o *DeleteDynamicnodesIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDynamicnodesIDParams) SetID(id string)
- func (o *DeleteDynamicnodesIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDynamicnodesIDParams) WithContext(ctx context.Context) *DeleteDynamicnodesIDParams
- func (o *DeleteDynamicnodesIDParams) WithHTTPClient(client *http.Client) *DeleteDynamicnodesIDParams
- func (o *DeleteDynamicnodesIDParams) WithID(id string) *DeleteDynamicnodesIDParams
- func (o *DeleteDynamicnodesIDParams) WithTimeout(timeout time.Duration) *DeleteDynamicnodesIDParams
- func (o *DeleteDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDynamicnodesIDReader
- type DeleteExternalendpointsIDBadRequest
- type DeleteExternalendpointsIDInternalServerError
- type DeleteExternalendpointsIDNoContent
- type DeleteExternalendpointsIDParams
- func NewDeleteExternalendpointsIDParams() *DeleteExternalendpointsIDParams
- func NewDeleteExternalendpointsIDParamsWithContext(ctx context.Context) *DeleteExternalendpointsIDParams
- func NewDeleteExternalendpointsIDParamsWithHTTPClient(client *http.Client) *DeleteExternalendpointsIDParams
- func NewDeleteExternalendpointsIDParamsWithTimeout(timeout time.Duration) *DeleteExternalendpointsIDParams
- func (o *DeleteExternalendpointsIDParams) SetContext(ctx context.Context)
- func (o *DeleteExternalendpointsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteExternalendpointsIDParams) SetID(id string)
- func (o *DeleteExternalendpointsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteExternalendpointsIDParams) WithContext(ctx context.Context) *DeleteExternalendpointsIDParams
- func (o *DeleteExternalendpointsIDParams) WithHTTPClient(client *http.Client) *DeleteExternalendpointsIDParams
- func (o *DeleteExternalendpointsIDParams) WithID(id string) *DeleteExternalendpointsIDParams
- func (o *DeleteExternalendpointsIDParams) WithTimeout(timeout time.Duration) *DeleteExternalendpointsIDParams
- func (o *DeleteExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteExternalendpointsIDReader
- type DeleteMicroservicesIDBadRequest
- type DeleteMicroservicesIDInternalServerError
- type DeleteMicroservicesIDNoContent
- type DeleteMicroservicesIDParams
- func NewDeleteMicroservicesIDParams() *DeleteMicroservicesIDParams
- func NewDeleteMicroservicesIDParamsWithContext(ctx context.Context) *DeleteMicroservicesIDParams
- func NewDeleteMicroservicesIDParamsWithHTTPClient(client *http.Client) *DeleteMicroservicesIDParams
- func NewDeleteMicroservicesIDParamsWithTimeout(timeout time.Duration) *DeleteMicroservicesIDParams
- func (o *DeleteMicroservicesIDParams) SetContext(ctx context.Context)
- func (o *DeleteMicroservicesIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteMicroservicesIDParams) SetID(id string)
- func (o *DeleteMicroservicesIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteMicroservicesIDParams) WithContext(ctx context.Context) *DeleteMicroservicesIDParams
- func (o *DeleteMicroservicesIDParams) WithHTTPClient(client *http.Client) *DeleteMicroservicesIDParams
- func (o *DeleteMicroservicesIDParams) WithID(id string) *DeleteMicroservicesIDParams
- func (o *DeleteMicroservicesIDParams) WithTimeout(timeout time.Duration) *DeleteMicroservicesIDParams
- func (o *DeleteMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMicroservicesIDReader
- type DeleteNodesIDBadRequest
- type DeleteNodesIDInternalServerError
- type DeleteNodesIDNoContent
- type DeleteNodesIDParams
- func (o *DeleteNodesIDParams) SetContext(ctx context.Context)
- func (o *DeleteNodesIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteNodesIDParams) SetID(id string)
- func (o *DeleteNodesIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteNodesIDParams) WithContext(ctx context.Context) *DeleteNodesIDParams
- func (o *DeleteNodesIDParams) WithHTTPClient(client *http.Client) *DeleteNodesIDParams
- func (o *DeleteNodesIDParams) WithID(id string) *DeleteNodesIDParams
- func (o *DeleteNodesIDParams) WithTimeout(timeout time.Duration) *DeleteNodesIDParams
- func (o *DeleteNodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteNodesIDReader
- type DeleteRegionsIDBadRequest
- type DeleteRegionsIDInternalServerError
- type DeleteRegionsIDNoContent
- type DeleteRegionsIDParams
- func NewDeleteRegionsIDParams() *DeleteRegionsIDParams
- func NewDeleteRegionsIDParamsWithContext(ctx context.Context) *DeleteRegionsIDParams
- func NewDeleteRegionsIDParamsWithHTTPClient(client *http.Client) *DeleteRegionsIDParams
- func NewDeleteRegionsIDParamsWithTimeout(timeout time.Duration) *DeleteRegionsIDParams
- func (o *DeleteRegionsIDParams) SetContext(ctx context.Context)
- func (o *DeleteRegionsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRegionsIDParams) SetID(id string)
- func (o *DeleteRegionsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRegionsIDParams) WithContext(ctx context.Context) *DeleteRegionsIDParams
- func (o *DeleteRegionsIDParams) WithHTTPClient(client *http.Client) *DeleteRegionsIDParams
- func (o *DeleteRegionsIDParams) WithID(id string) *DeleteRegionsIDParams
- func (o *DeleteRegionsIDParams) WithTimeout(timeout time.Duration) *DeleteRegionsIDParams
- func (o *DeleteRegionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRegionsIDReader
- type DeleteRelationshipsIDBadRequest
- type DeleteRelationshipsIDInternalServerError
- type DeleteRelationshipsIDNoContent
- type DeleteRelationshipsIDParams
- func NewDeleteRelationshipsIDParams() *DeleteRelationshipsIDParams
- func NewDeleteRelationshipsIDParamsWithContext(ctx context.Context) *DeleteRelationshipsIDParams
- func NewDeleteRelationshipsIDParamsWithHTTPClient(client *http.Client) *DeleteRelationshipsIDParams
- func NewDeleteRelationshipsIDParamsWithTimeout(timeout time.Duration) *DeleteRelationshipsIDParams
- func (o *DeleteRelationshipsIDParams) SetContext(ctx context.Context)
- func (o *DeleteRelationshipsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRelationshipsIDParams) SetID(id string)
- func (o *DeleteRelationshipsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRelationshipsIDParams) WithContext(ctx context.Context) *DeleteRelationshipsIDParams
- func (o *DeleteRelationshipsIDParams) WithHTTPClient(client *http.Client) *DeleteRelationshipsIDParams
- func (o *DeleteRelationshipsIDParams) WithID(id string) *DeleteRelationshipsIDParams
- func (o *DeleteRelationshipsIDParams) WithTimeout(timeout time.Duration) *DeleteRelationshipsIDParams
- func (o *DeleteRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRelationshipsIDReader
- type DeleteThingsIDBadRequest
- type DeleteThingsIDInternalServerError
- type DeleteThingsIDNoContent
- type DeleteThingsIDParams
- func NewDeleteThingsIDParams() *DeleteThingsIDParams
- func NewDeleteThingsIDParamsWithContext(ctx context.Context) *DeleteThingsIDParams
- func NewDeleteThingsIDParamsWithHTTPClient(client *http.Client) *DeleteThingsIDParams
- func NewDeleteThingsIDParamsWithTimeout(timeout time.Duration) *DeleteThingsIDParams
- func (o *DeleteThingsIDParams) SetContext(ctx context.Context)
- func (o *DeleteThingsIDParams) SetHTTPClient(client *http.Client)
- func (o *DeleteThingsIDParams) SetID(id string)
- func (o *DeleteThingsIDParams) SetTimeout(timeout time.Duration)
- func (o *DeleteThingsIDParams) WithContext(ctx context.Context) *DeleteThingsIDParams
- func (o *DeleteThingsIDParams) WithHTTPClient(client *http.Client) *DeleteThingsIDParams
- func (o *DeleteThingsIDParams) WithID(id string) *DeleteThingsIDParams
- func (o *DeleteThingsIDParams) WithTimeout(timeout time.Duration) *DeleteThingsIDParams
- func (o *DeleteThingsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteThingsIDReader
- type GetApplicationsBadRequest
- type GetApplicationsIDBadRequest
- type GetApplicationsIDInternalServerError
- type GetApplicationsIDOK
- type GetApplicationsIDParams
- func NewGetApplicationsIDParams() *GetApplicationsIDParams
- func NewGetApplicationsIDParamsWithContext(ctx context.Context) *GetApplicationsIDParams
- func NewGetApplicationsIDParamsWithHTTPClient(client *http.Client) *GetApplicationsIDParams
- func NewGetApplicationsIDParamsWithTimeout(timeout time.Duration) *GetApplicationsIDParams
- func (o *GetApplicationsIDParams) SetContext(ctx context.Context)
- func (o *GetApplicationsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetApplicationsIDParams) SetID(id string)
- func (o *GetApplicationsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetApplicationsIDParams) WithContext(ctx context.Context) *GetApplicationsIDParams
- func (o *GetApplicationsIDParams) WithHTTPClient(client *http.Client) *GetApplicationsIDParams
- func (o *GetApplicationsIDParams) WithID(id string) *GetApplicationsIDParams
- func (o *GetApplicationsIDParams) WithTimeout(timeout time.Duration) *GetApplicationsIDParams
- func (o *GetApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetApplicationsIDReader
- type GetApplicationsInternalServerError
- type GetApplicationsOK
- type GetApplicationsParams
- func NewGetApplicationsParams() *GetApplicationsParams
- func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams
- func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams
- func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams
- func (o *GetApplicationsParams) SetContext(ctx context.Context)
- func (o *GetApplicationsParams) SetHTTPClient(client *http.Client)
- func (o *GetApplicationsParams) SetTimeout(timeout time.Duration)
- func (o *GetApplicationsParams) WithContext(ctx context.Context) *GetApplicationsParams
- func (o *GetApplicationsParams) WithHTTPClient(client *http.Client) *GetApplicationsParams
- func (o *GetApplicationsParams) WithTimeout(timeout time.Duration) *GetApplicationsParams
- func (o *GetApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetApplicationsReader
- type GetDataflowsBadRequest
- type GetDataflowsIDBadRequest
- type GetDataflowsIDInternalServerError
- type GetDataflowsIDOK
- type GetDataflowsIDParams
- func NewGetDataflowsIDParams() *GetDataflowsIDParams
- func NewGetDataflowsIDParamsWithContext(ctx context.Context) *GetDataflowsIDParams
- func NewGetDataflowsIDParamsWithHTTPClient(client *http.Client) *GetDataflowsIDParams
- func NewGetDataflowsIDParamsWithTimeout(timeout time.Duration) *GetDataflowsIDParams
- func (o *GetDataflowsIDParams) SetContext(ctx context.Context)
- func (o *GetDataflowsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetDataflowsIDParams) SetID(id string)
- func (o *GetDataflowsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetDataflowsIDParams) WithContext(ctx context.Context) *GetDataflowsIDParams
- func (o *GetDataflowsIDParams) WithHTTPClient(client *http.Client) *GetDataflowsIDParams
- func (o *GetDataflowsIDParams) WithID(id string) *GetDataflowsIDParams
- func (o *GetDataflowsIDParams) WithTimeout(timeout time.Duration) *GetDataflowsIDParams
- func (o *GetDataflowsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataflowsIDReader
- type GetDataflowsInternalServerError
- type GetDataflowsOK
- type GetDataflowsParams
- func (o *GetDataflowsParams) SetContext(ctx context.Context)
- func (o *GetDataflowsParams) SetHTTPClient(client *http.Client)
- func (o *GetDataflowsParams) SetMicroserviceID(microserviceID *string)
- func (o *GetDataflowsParams) SetTimeout(timeout time.Duration)
- func (o *GetDataflowsParams) WithContext(ctx context.Context) *GetDataflowsParams
- func (o *GetDataflowsParams) WithHTTPClient(client *http.Client) *GetDataflowsParams
- func (o *GetDataflowsParams) WithMicroserviceID(microserviceID *string) *GetDataflowsParams
- func (o *GetDataflowsParams) WithTimeout(timeout time.Duration) *GetDataflowsParams
- func (o *GetDataflowsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataflowsReader
- type GetDeploymentsBadRequest
- type GetDeploymentsInternalServerError
- type GetDeploymentsNameBadRequest
- type GetDeploymentsNameInternalServerError
- type GetDeploymentsNameOK
- type GetDeploymentsNameParams
- func NewGetDeploymentsNameParams() *GetDeploymentsNameParams
- func NewGetDeploymentsNameParamsWithContext(ctx context.Context) *GetDeploymentsNameParams
- func NewGetDeploymentsNameParamsWithHTTPClient(client *http.Client) *GetDeploymentsNameParams
- func NewGetDeploymentsNameParamsWithTimeout(timeout time.Duration) *GetDeploymentsNameParams
- func (o *GetDeploymentsNameParams) SetContext(ctx context.Context)
- func (o *GetDeploymentsNameParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentsNameParams) SetName(name string)
- func (o *GetDeploymentsNameParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentsNameParams) WithContext(ctx context.Context) *GetDeploymentsNameParams
- func (o *GetDeploymentsNameParams) WithHTTPClient(client *http.Client) *GetDeploymentsNameParams
- func (o *GetDeploymentsNameParams) WithName(name string) *GetDeploymentsNameParams
- func (o *GetDeploymentsNameParams) WithTimeout(timeout time.Duration) *GetDeploymentsNameParams
- func (o *GetDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentsNameReader
- type GetDeploymentsOK
- type GetDeploymentsParams
- func NewGetDeploymentsParams() *GetDeploymentsParams
- func NewGetDeploymentsParamsWithContext(ctx context.Context) *GetDeploymentsParams
- func NewGetDeploymentsParamsWithHTTPClient(client *http.Client) *GetDeploymentsParams
- func NewGetDeploymentsParamsWithTimeout(timeout time.Duration) *GetDeploymentsParams
- func (o *GetDeploymentsParams) SetContext(ctx context.Context)
- func (o *GetDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentsParams) SetStatus(status *string)
- func (o *GetDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentsParams) WithContext(ctx context.Context) *GetDeploymentsParams
- func (o *GetDeploymentsParams) WithHTTPClient(client *http.Client) *GetDeploymentsParams
- func (o *GetDeploymentsParams) WithStatus(status *string) *GetDeploymentsParams
- func (o *GetDeploymentsParams) WithTimeout(timeout time.Duration) *GetDeploymentsParams
- func (o *GetDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentsReader
- type GetDynamicnodesBadRequest
- type GetDynamicnodesIDBadRequest
- type GetDynamicnodesIDInternalServerError
- type GetDynamicnodesIDOK
- type GetDynamicnodesIDParams
- func NewGetDynamicnodesIDParams() *GetDynamicnodesIDParams
- func NewGetDynamicnodesIDParamsWithContext(ctx context.Context) *GetDynamicnodesIDParams
- func NewGetDynamicnodesIDParamsWithHTTPClient(client *http.Client) *GetDynamicnodesIDParams
- func NewGetDynamicnodesIDParamsWithTimeout(timeout time.Duration) *GetDynamicnodesIDParams
- func (o *GetDynamicnodesIDParams) SetContext(ctx context.Context)
- func (o *GetDynamicnodesIDParams) SetHTTPClient(client *http.Client)
- func (o *GetDynamicnodesIDParams) SetID(id string)
- func (o *GetDynamicnodesIDParams) SetTimeout(timeout time.Duration)
- func (o *GetDynamicnodesIDParams) WithContext(ctx context.Context) *GetDynamicnodesIDParams
- func (o *GetDynamicnodesIDParams) WithHTTPClient(client *http.Client) *GetDynamicnodesIDParams
- func (o *GetDynamicnodesIDParams) WithID(id string) *GetDynamicnodesIDParams
- func (o *GetDynamicnodesIDParams) WithTimeout(timeout time.Duration) *GetDynamicnodesIDParams
- func (o *GetDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDynamicnodesIDReader
- type GetDynamicnodesInternalServerError
- type GetDynamicnodesOK
- type GetDynamicnodesParams
- func NewGetDynamicnodesParams() *GetDynamicnodesParams
- func NewGetDynamicnodesParamsWithContext(ctx context.Context) *GetDynamicnodesParams
- func NewGetDynamicnodesParamsWithHTTPClient(client *http.Client) *GetDynamicnodesParams
- func NewGetDynamicnodesParamsWithTimeout(timeout time.Duration) *GetDynamicnodesParams
- func (o *GetDynamicnodesParams) SetContext(ctx context.Context)
- func (o *GetDynamicnodesParams) SetHTTPClient(client *http.Client)
- func (o *GetDynamicnodesParams) SetRegionID(regionID *string)
- func (o *GetDynamicnodesParams) SetTimeout(timeout time.Duration)
- func (o *GetDynamicnodesParams) WithContext(ctx context.Context) *GetDynamicnodesParams
- func (o *GetDynamicnodesParams) WithHTTPClient(client *http.Client) *GetDynamicnodesParams
- func (o *GetDynamicnodesParams) WithRegionID(regionID *string) *GetDynamicnodesParams
- func (o *GetDynamicnodesParams) WithTimeout(timeout time.Duration) *GetDynamicnodesParams
- func (o *GetDynamicnodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDynamicnodesReader
- type GetExternalendpointsBadRequest
- type GetExternalendpointsIDBadRequest
- type GetExternalendpointsIDInternalServerError
- type GetExternalendpointsIDOK
- type GetExternalendpointsIDParams
- func NewGetExternalendpointsIDParams() *GetExternalendpointsIDParams
- func NewGetExternalendpointsIDParamsWithContext(ctx context.Context) *GetExternalendpointsIDParams
- func NewGetExternalendpointsIDParamsWithHTTPClient(client *http.Client) *GetExternalendpointsIDParams
- func NewGetExternalendpointsIDParamsWithTimeout(timeout time.Duration) *GetExternalendpointsIDParams
- func (o *GetExternalendpointsIDParams) SetContext(ctx context.Context)
- func (o *GetExternalendpointsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetExternalendpointsIDParams) SetID(id string)
- func (o *GetExternalendpointsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetExternalendpointsIDParams) WithContext(ctx context.Context) *GetExternalendpointsIDParams
- func (o *GetExternalendpointsIDParams) WithHTTPClient(client *http.Client) *GetExternalendpointsIDParams
- func (o *GetExternalendpointsIDParams) WithID(id string) *GetExternalendpointsIDParams
- func (o *GetExternalendpointsIDParams) WithTimeout(timeout time.Duration) *GetExternalendpointsIDParams
- func (o *GetExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetExternalendpointsIDReader
- type GetExternalendpointsInternalServerError
- type GetExternalendpointsOK
- type GetExternalendpointsParams
- func NewGetExternalendpointsParams() *GetExternalendpointsParams
- func NewGetExternalendpointsParamsWithContext(ctx context.Context) *GetExternalendpointsParams
- func NewGetExternalendpointsParamsWithHTTPClient(client *http.Client) *GetExternalendpointsParams
- func NewGetExternalendpointsParamsWithTimeout(timeout time.Duration) *GetExternalendpointsParams
- func (o *GetExternalendpointsParams) SetContext(ctx context.Context)
- func (o *GetExternalendpointsParams) SetHTTPClient(client *http.Client)
- func (o *GetExternalendpointsParams) SetRegionID(regionID *string)
- func (o *GetExternalendpointsParams) SetTimeout(timeout time.Duration)
- func (o *GetExternalendpointsParams) WithContext(ctx context.Context) *GetExternalendpointsParams
- func (o *GetExternalendpointsParams) WithHTTPClient(client *http.Client) *GetExternalendpointsParams
- func (o *GetExternalendpointsParams) WithRegionID(regionID *string) *GetExternalendpointsParams
- func (o *GetExternalendpointsParams) WithTimeout(timeout time.Duration) *GetExternalendpointsParams
- func (o *GetExternalendpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetExternalendpointsReader
- type GetMicroservicesBadRequest
- type GetMicroservicesIDBadRequest
- type GetMicroservicesIDInternalServerError
- type GetMicroservicesIDOK
- type GetMicroservicesIDParams
- func NewGetMicroservicesIDParams() *GetMicroservicesIDParams
- func NewGetMicroservicesIDParamsWithContext(ctx context.Context) *GetMicroservicesIDParams
- func NewGetMicroservicesIDParamsWithHTTPClient(client *http.Client) *GetMicroservicesIDParams
- func NewGetMicroservicesIDParamsWithTimeout(timeout time.Duration) *GetMicroservicesIDParams
- func (o *GetMicroservicesIDParams) SetContext(ctx context.Context)
- func (o *GetMicroservicesIDParams) SetHTTPClient(client *http.Client)
- func (o *GetMicroservicesIDParams) SetID(id string)
- func (o *GetMicroservicesIDParams) SetTimeout(timeout time.Duration)
- func (o *GetMicroservicesIDParams) WithContext(ctx context.Context) *GetMicroservicesIDParams
- func (o *GetMicroservicesIDParams) WithHTTPClient(client *http.Client) *GetMicroservicesIDParams
- func (o *GetMicroservicesIDParams) WithID(id string) *GetMicroservicesIDParams
- func (o *GetMicroservicesIDParams) WithTimeout(timeout time.Duration) *GetMicroservicesIDParams
- func (o *GetMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMicroservicesIDReader
- type GetMicroservicesInternalServerError
- type GetMicroservicesOK
- type GetMicroservicesParams
- func NewGetMicroservicesParams() *GetMicroservicesParams
- func NewGetMicroservicesParamsWithContext(ctx context.Context) *GetMicroservicesParams
- func NewGetMicroservicesParamsWithHTTPClient(client *http.Client) *GetMicroservicesParams
- func NewGetMicroservicesParamsWithTimeout(timeout time.Duration) *GetMicroservicesParams
- func (o *GetMicroservicesParams) SetContext(ctx context.Context)
- func (o *GetMicroservicesParams) SetHTTPClient(client *http.Client)
- func (o *GetMicroservicesParams) SetNodeID(nodeID *string)
- func (o *GetMicroservicesParams) SetTimeout(timeout time.Duration)
- func (o *GetMicroservicesParams) WithContext(ctx context.Context) *GetMicroservicesParams
- func (o *GetMicroservicesParams) WithHTTPClient(client *http.Client) *GetMicroservicesParams
- func (o *GetMicroservicesParams) WithNodeID(nodeID *string) *GetMicroservicesParams
- func (o *GetMicroservicesParams) WithTimeout(timeout time.Duration) *GetMicroservicesParams
- func (o *GetMicroservicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMicroservicesReader
- type GetNodesBadRequest
- type GetNodesIDBadRequest
- type GetNodesIDInternalServerError
- type GetNodesIDOK
- type GetNodesIDParams
- func (o *GetNodesIDParams) SetContext(ctx context.Context)
- func (o *GetNodesIDParams) SetHTTPClient(client *http.Client)
- func (o *GetNodesIDParams) SetID(id string)
- func (o *GetNodesIDParams) SetTimeout(timeout time.Duration)
- func (o *GetNodesIDParams) WithContext(ctx context.Context) *GetNodesIDParams
- func (o *GetNodesIDParams) WithHTTPClient(client *http.Client) *GetNodesIDParams
- func (o *GetNodesIDParams) WithID(id string) *GetNodesIDParams
- func (o *GetNodesIDParams) WithTimeout(timeout time.Duration) *GetNodesIDParams
- func (o *GetNodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNodesIDReader
- type GetNodesInternalServerError
- type GetNodesOK
- type GetNodesParams
- func (o *GetNodesParams) SetContext(ctx context.Context)
- func (o *GetNodesParams) SetHTTPClient(client *http.Client)
- func (o *GetNodesParams) SetRegionID(regionID *string)
- func (o *GetNodesParams) SetTimeout(timeout time.Duration)
- func (o *GetNodesParams) WithContext(ctx context.Context) *GetNodesParams
- func (o *GetNodesParams) WithHTTPClient(client *http.Client) *GetNodesParams
- func (o *GetNodesParams) WithRegionID(regionID *string) *GetNodesParams
- func (o *GetNodesParams) WithTimeout(timeout time.Duration) *GetNodesParams
- func (o *GetNodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNodesReader
- type GetRegionsBadRequest
- type GetRegionsIDBadRequest
- type GetRegionsIDInternalServerError
- type GetRegionsIDOK
- type GetRegionsIDParams
- func (o *GetRegionsIDParams) SetContext(ctx context.Context)
- func (o *GetRegionsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetRegionsIDParams) SetID(id string)
- func (o *GetRegionsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetRegionsIDParams) WithContext(ctx context.Context) *GetRegionsIDParams
- func (o *GetRegionsIDParams) WithHTTPClient(client *http.Client) *GetRegionsIDParams
- func (o *GetRegionsIDParams) WithID(id string) *GetRegionsIDParams
- func (o *GetRegionsIDParams) WithTimeout(timeout time.Duration) *GetRegionsIDParams
- func (o *GetRegionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRegionsIDReader
- type GetRegionsInternalServerError
- type GetRegionsOK
- type GetRegionsParams
- func (o *GetRegionsParams) SetContext(ctx context.Context)
- func (o *GetRegionsParams) SetHTTPClient(client *http.Client)
- func (o *GetRegionsParams) SetTimeout(timeout time.Duration)
- func (o *GetRegionsParams) WithContext(ctx context.Context) *GetRegionsParams
- func (o *GetRegionsParams) WithHTTPClient(client *http.Client) *GetRegionsParams
- func (o *GetRegionsParams) WithTimeout(timeout time.Duration) *GetRegionsParams
- func (o *GetRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRegionsReader
- type GetRelationshipsBadRequest
- type GetRelationshipsIDBadRequest
- type GetRelationshipsIDInternalServerError
- type GetRelationshipsIDOK
- type GetRelationshipsIDParams
- func NewGetRelationshipsIDParams() *GetRelationshipsIDParams
- func NewGetRelationshipsIDParamsWithContext(ctx context.Context) *GetRelationshipsIDParams
- func NewGetRelationshipsIDParamsWithHTTPClient(client *http.Client) *GetRelationshipsIDParams
- func NewGetRelationshipsIDParamsWithTimeout(timeout time.Duration) *GetRelationshipsIDParams
- func (o *GetRelationshipsIDParams) SetContext(ctx context.Context)
- func (o *GetRelationshipsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetRelationshipsIDParams) SetID(id string)
- func (o *GetRelationshipsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetRelationshipsIDParams) WithContext(ctx context.Context) *GetRelationshipsIDParams
- func (o *GetRelationshipsIDParams) WithHTTPClient(client *http.Client) *GetRelationshipsIDParams
- func (o *GetRelationshipsIDParams) WithID(id string) *GetRelationshipsIDParams
- func (o *GetRelationshipsIDParams) WithTimeout(timeout time.Duration) *GetRelationshipsIDParams
- func (o *GetRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRelationshipsIDReader
- type GetRelationshipsInternalServerError
- type GetRelationshipsOK
- type GetRelationshipsParams
- func NewGetRelationshipsParams() *GetRelationshipsParams
- func NewGetRelationshipsParamsWithContext(ctx context.Context) *GetRelationshipsParams
- func NewGetRelationshipsParamsWithHTTPClient(client *http.Client) *GetRelationshipsParams
- func NewGetRelationshipsParamsWithTimeout(timeout time.Duration) *GetRelationshipsParams
- func (o *GetRelationshipsParams) SetContext(ctx context.Context)
- func (o *GetRelationshipsParams) SetHTTPClient(client *http.Client)
- func (o *GetRelationshipsParams) SetRegionID(regionID *string)
- func (o *GetRelationshipsParams) SetTimeout(timeout time.Duration)
- func (o *GetRelationshipsParams) WithContext(ctx context.Context) *GetRelationshipsParams
- func (o *GetRelationshipsParams) WithHTTPClient(client *http.Client) *GetRelationshipsParams
- func (o *GetRelationshipsParams) WithRegionID(regionID *string) *GetRelationshipsParams
- func (o *GetRelationshipsParams) WithTimeout(timeout time.Duration) *GetRelationshipsParams
- func (o *GetRelationshipsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRelationshipsReader
- type GetThingsBadRequest
- type GetThingsIDBadRequest
- type GetThingsIDInternalServerError
- type GetThingsIDOK
- type GetThingsIDParams
- func (o *GetThingsIDParams) SetContext(ctx context.Context)
- func (o *GetThingsIDParams) SetHTTPClient(client *http.Client)
- func (o *GetThingsIDParams) SetID(id string)
- func (o *GetThingsIDParams) SetTimeout(timeout time.Duration)
- func (o *GetThingsIDParams) WithContext(ctx context.Context) *GetThingsIDParams
- func (o *GetThingsIDParams) WithHTTPClient(client *http.Client) *GetThingsIDParams
- func (o *GetThingsIDParams) WithID(id string) *GetThingsIDParams
- func (o *GetThingsIDParams) WithTimeout(timeout time.Duration) *GetThingsIDParams
- func (o *GetThingsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetThingsIDReader
- type GetThingsInternalServerError
- type GetThingsOK
- type GetThingsParams
- func (o *GetThingsParams) SetContext(ctx context.Context)
- func (o *GetThingsParams) SetHTTPClient(client *http.Client)
- func (o *GetThingsParams) SetRegionID(regionID *string)
- func (o *GetThingsParams) SetTimeout(timeout time.Duration)
- func (o *GetThingsParams) WithContext(ctx context.Context) *GetThingsParams
- func (o *GetThingsParams) WithHTTPClient(client *http.Client) *GetThingsParams
- func (o *GetThingsParams) WithRegionID(regionID *string) *GetThingsParams
- func (o *GetThingsParams) WithTimeout(timeout time.Duration) *GetThingsParams
- func (o *GetThingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetThingsReader
- type PatchDeploymentsNameBadRequest
- type PatchDeploymentsNameInternalServerError
- type PatchDeploymentsNameOK
- type PatchDeploymentsNameParams
- func NewPatchDeploymentsNameParams() *PatchDeploymentsNameParams
- func NewPatchDeploymentsNameParamsWithContext(ctx context.Context) *PatchDeploymentsNameParams
- func NewPatchDeploymentsNameParamsWithHTTPClient(client *http.Client) *PatchDeploymentsNameParams
- func NewPatchDeploymentsNameParamsWithTimeout(timeout time.Duration) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) SetContext(ctx context.Context)
- func (o *PatchDeploymentsNameParams) SetHTTPClient(client *http.Client)
- func (o *PatchDeploymentsNameParams) SetName(name string)
- func (o *PatchDeploymentsNameParams) SetPatchStatus(patchStatus *models.PatchStatus)
- func (o *PatchDeploymentsNameParams) SetTimeout(timeout time.Duration)
- func (o *PatchDeploymentsNameParams) WithContext(ctx context.Context) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) WithHTTPClient(client *http.Client) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) WithName(name string) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) WithPatchStatus(patchStatus *models.PatchStatus) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) WithTimeout(timeout time.Duration) *PatchDeploymentsNameParams
- func (o *PatchDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchDeploymentsNameReader
- type PutApplicationsIDBadRequest
- type PutApplicationsIDCreated
- type PutApplicationsIDInternalServerError
- type PutApplicationsIDParams
- func NewPutApplicationsIDParams() *PutApplicationsIDParams
- func NewPutApplicationsIDParamsWithContext(ctx context.Context) *PutApplicationsIDParams
- func NewPutApplicationsIDParamsWithHTTPClient(client *http.Client) *PutApplicationsIDParams
- func NewPutApplicationsIDParamsWithTimeout(timeout time.Duration) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) SetApplication(application *models.Application)
- func (o *PutApplicationsIDParams) SetContext(ctx context.Context)
- func (o *PutApplicationsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutApplicationsIDParams) SetID(id string)
- func (o *PutApplicationsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutApplicationsIDParams) WithApplication(application *models.Application) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) WithContext(ctx context.Context) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) WithHTTPClient(client *http.Client) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) WithID(id string) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) WithTimeout(timeout time.Duration) *PutApplicationsIDParams
- func (o *PutApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutApplicationsIDReader
- type PutDataflowsIDBadRequest
- type PutDataflowsIDCreated
- type PutDataflowsIDInternalServerError
- type PutDataflowsIDParams
- func NewPutDataflowsIDParams() *PutDataflowsIDParams
- func NewPutDataflowsIDParamsWithContext(ctx context.Context) *PutDataflowsIDParams
- func NewPutDataflowsIDParamsWithHTTPClient(client *http.Client) *PutDataflowsIDParams
- func NewPutDataflowsIDParamsWithTimeout(timeout time.Duration) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) SetContext(ctx context.Context)
- func (o *PutDataflowsIDParams) SetDataflow(dataflow *models.Dataflow)
- func (o *PutDataflowsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutDataflowsIDParams) SetID(id string)
- func (o *PutDataflowsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutDataflowsIDParams) WithContext(ctx context.Context) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) WithDataflow(dataflow *models.Dataflow) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) WithHTTPClient(client *http.Client) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) WithID(id string) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) WithTimeout(timeout time.Duration) *PutDataflowsIDParams
- func (o *PutDataflowsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutDataflowsIDReader
- type PutDeploymentsNameBadRequest
- type PutDeploymentsNameCreated
- type PutDeploymentsNameInternalServerError
- type PutDeploymentsNameParams
- func NewPutDeploymentsNameParams() *PutDeploymentsNameParams
- func NewPutDeploymentsNameParamsWithContext(ctx context.Context) *PutDeploymentsNameParams
- func NewPutDeploymentsNameParamsWithHTTPClient(client *http.Client) *PutDeploymentsNameParams
- func NewPutDeploymentsNameParamsWithTimeout(timeout time.Duration) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) SetContext(ctx context.Context)
- func (o *PutDeploymentsNameParams) SetDeployment(deployment *models.Deployment)
- func (o *PutDeploymentsNameParams) SetHTTPClient(client *http.Client)
- func (o *PutDeploymentsNameParams) SetName(name string)
- func (o *PutDeploymentsNameParams) SetTimeout(timeout time.Duration)
- func (o *PutDeploymentsNameParams) WithContext(ctx context.Context) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) WithDeployment(deployment *models.Deployment) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) WithHTTPClient(client *http.Client) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) WithName(name string) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) WithTimeout(timeout time.Duration) *PutDeploymentsNameParams
- func (o *PutDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutDeploymentsNameReader
- type PutDynamicnodesIDBadRequest
- type PutDynamicnodesIDCreated
- type PutDynamicnodesIDInternalServerError
- type PutDynamicnodesIDParams
- func NewPutDynamicnodesIDParams() *PutDynamicnodesIDParams
- func NewPutDynamicnodesIDParamsWithContext(ctx context.Context) *PutDynamicnodesIDParams
- func NewPutDynamicnodesIDParamsWithHTTPClient(client *http.Client) *PutDynamicnodesIDParams
- func NewPutDynamicnodesIDParamsWithTimeout(timeout time.Duration) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) SetContext(ctx context.Context)
- func (o *PutDynamicnodesIDParams) SetDynamicnode(dynamicnode *models.DynamicNode)
- func (o *PutDynamicnodesIDParams) SetHTTPClient(client *http.Client)
- func (o *PutDynamicnodesIDParams) SetID(id string)
- func (o *PutDynamicnodesIDParams) SetTimeout(timeout time.Duration)
- func (o *PutDynamicnodesIDParams) WithContext(ctx context.Context) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) WithDynamicnode(dynamicnode *models.DynamicNode) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) WithHTTPClient(client *http.Client) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) WithID(id string) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) WithTimeout(timeout time.Duration) *PutDynamicnodesIDParams
- func (o *PutDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutDynamicnodesIDReader
- type PutExternalendpointsIDBadRequest
- type PutExternalendpointsIDCreated
- type PutExternalendpointsIDInternalServerError
- type PutExternalendpointsIDParams
- func NewPutExternalendpointsIDParams() *PutExternalendpointsIDParams
- func NewPutExternalendpointsIDParamsWithContext(ctx context.Context) *PutExternalendpointsIDParams
- func NewPutExternalendpointsIDParamsWithHTTPClient(client *http.Client) *PutExternalendpointsIDParams
- func NewPutExternalendpointsIDParamsWithTimeout(timeout time.Duration) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) SetContext(ctx context.Context)
- func (o *PutExternalendpointsIDParams) SetExternalendpoint(externalendpoint *models.ExternalEndpoint)
- func (o *PutExternalendpointsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutExternalendpointsIDParams) SetID(id string)
- func (o *PutExternalendpointsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutExternalendpointsIDParams) WithContext(ctx context.Context) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) WithExternalendpoint(externalendpoint *models.ExternalEndpoint) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) WithHTTPClient(client *http.Client) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) WithID(id string) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) WithTimeout(timeout time.Duration) *PutExternalendpointsIDParams
- func (o *PutExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutExternalendpointsIDReader
- type PutMicroservicesIDBadRequest
- type PutMicroservicesIDCreated
- type PutMicroservicesIDInternalServerError
- type PutMicroservicesIDParams
- func NewPutMicroservicesIDParams() *PutMicroservicesIDParams
- func NewPutMicroservicesIDParamsWithContext(ctx context.Context) *PutMicroservicesIDParams
- func NewPutMicroservicesIDParamsWithHTTPClient(client *http.Client) *PutMicroservicesIDParams
- func NewPutMicroservicesIDParamsWithTimeout(timeout time.Duration) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) SetContext(ctx context.Context)
- func (o *PutMicroservicesIDParams) SetHTTPClient(client *http.Client)
- func (o *PutMicroservicesIDParams) SetID(id string)
- func (o *PutMicroservicesIDParams) SetMicroservice(microservice *models.Microservice)
- func (o *PutMicroservicesIDParams) SetTimeout(timeout time.Duration)
- func (o *PutMicroservicesIDParams) WithContext(ctx context.Context) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) WithHTTPClient(client *http.Client) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) WithID(id string) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) WithMicroservice(microservice *models.Microservice) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) WithTimeout(timeout time.Duration) *PutMicroservicesIDParams
- func (o *PutMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutMicroservicesIDReader
- type PutNodesIDBadRequest
- type PutNodesIDCreated
- type PutNodesIDInternalServerError
- type PutNodesIDParams
- func (o *PutNodesIDParams) SetContext(ctx context.Context)
- func (o *PutNodesIDParams) SetHTTPClient(client *http.Client)
- func (o *PutNodesIDParams) SetID(id string)
- func (o *PutNodesIDParams) SetNode(node *models.Node)
- func (o *PutNodesIDParams) SetTimeout(timeout time.Duration)
- func (o *PutNodesIDParams) WithContext(ctx context.Context) *PutNodesIDParams
- func (o *PutNodesIDParams) WithHTTPClient(client *http.Client) *PutNodesIDParams
- func (o *PutNodesIDParams) WithID(id string) *PutNodesIDParams
- func (o *PutNodesIDParams) WithNode(node *models.Node) *PutNodesIDParams
- func (o *PutNodesIDParams) WithTimeout(timeout time.Duration) *PutNodesIDParams
- func (o *PutNodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutNodesIDReader
- type PutRegionsIDBadRequest
- type PutRegionsIDCreated
- type PutRegionsIDInternalServerError
- type PutRegionsIDParams
- func (o *PutRegionsIDParams) SetContext(ctx context.Context)
- func (o *PutRegionsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutRegionsIDParams) SetID(id string)
- func (o *PutRegionsIDParams) SetRegion(region *models.Region)
- func (o *PutRegionsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutRegionsIDParams) WithContext(ctx context.Context) *PutRegionsIDParams
- func (o *PutRegionsIDParams) WithHTTPClient(client *http.Client) *PutRegionsIDParams
- func (o *PutRegionsIDParams) WithID(id string) *PutRegionsIDParams
- func (o *PutRegionsIDParams) WithRegion(region *models.Region) *PutRegionsIDParams
- func (o *PutRegionsIDParams) WithTimeout(timeout time.Duration) *PutRegionsIDParams
- func (o *PutRegionsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutRegionsIDReader
- type PutRelationshipsIDBadRequest
- type PutRelationshipsIDCreated
- type PutRelationshipsIDInternalServerError
- type PutRelationshipsIDParams
- func NewPutRelationshipsIDParams() *PutRelationshipsIDParams
- func NewPutRelationshipsIDParamsWithContext(ctx context.Context) *PutRelationshipsIDParams
- func NewPutRelationshipsIDParamsWithHTTPClient(client *http.Client) *PutRelationshipsIDParams
- func NewPutRelationshipsIDParamsWithTimeout(timeout time.Duration) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) SetContext(ctx context.Context)
- func (o *PutRelationshipsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutRelationshipsIDParams) SetID(id string)
- func (o *PutRelationshipsIDParams) SetRelationship(relationship *models.Relationship)
- func (o *PutRelationshipsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutRelationshipsIDParams) WithContext(ctx context.Context) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) WithHTTPClient(client *http.Client) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) WithID(id string) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) WithRelationship(relationship *models.Relationship) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) WithTimeout(timeout time.Duration) *PutRelationshipsIDParams
- func (o *PutRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutRelationshipsIDReader
- type PutThingsIDBadRequest
- type PutThingsIDCreated
- type PutThingsIDInternalServerError
- type PutThingsIDParams
- func (o *PutThingsIDParams) SetContext(ctx context.Context)
- func (o *PutThingsIDParams) SetHTTPClient(client *http.Client)
- func (o *PutThingsIDParams) SetID(id string)
- func (o *PutThingsIDParams) SetThing(thing *models.Thing)
- func (o *PutThingsIDParams) SetTimeout(timeout time.Duration)
- func (o *PutThingsIDParams) WithContext(ctx context.Context) *PutThingsIDParams
- func (o *PutThingsIDParams) WithHTTPClient(client *http.Client) *PutThingsIDParams
- func (o *PutThingsIDParams) WithID(id string) *PutThingsIDParams
- func (o *PutThingsIDParams) WithThing(thing *models.Thing) *PutThingsIDParams
- func (o *PutThingsIDParams) WithTimeout(timeout time.Duration) *PutThingsIDParams
- func (o *PutThingsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutThingsIDReader
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 ¶
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 ¶
func (o *DeleteApplicationsIDBadRequest) Error() string
type DeleteApplicationsIDInternalServerError ¶
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 ¶
func (o *DeleteApplicationsIDInternalServerError) Error() string
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 ¶
func (o *DeleteApplicationsIDNoContent) Error() string
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 ¶
func (o *DeleteApplicationsIDParams) WithContext(ctx context.Context) *DeleteApplicationsIDParams
WithContext adds the context to the delete applications ID params
func (*DeleteApplicationsIDParams) WithHTTPClient ¶
func (o *DeleteApplicationsIDParams) WithHTTPClient(client *http.Client) *DeleteApplicationsIDParams
WithHTTPClient adds the HTTPClient to the delete applications ID params
func (*DeleteApplicationsIDParams) WithID ¶
func (o *DeleteApplicationsIDParams) WithID(id string) *DeleteApplicationsIDParams
WithID adds the id to the delete applications ID params
func (*DeleteApplicationsIDParams) WithTimeout ¶
func (o *DeleteApplicationsIDParams) WithTimeout(timeout time.Duration) *DeleteApplicationsIDParams
WithTimeout adds the timeout to the delete applications ID params
func (*DeleteApplicationsIDParams) WriteToRequest ¶
func (o *DeleteApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteDeploymentsNameBadRequest) Error() string
type DeleteDeploymentsNameInternalServerError ¶
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 ¶
func (o *DeleteDeploymentsNameInternalServerError) Error() string
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 ¶
func (o *DeleteDeploymentsNameNoContent) Error() string
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 ¶
func (o *DeleteDeploymentsNameParams) WithContext(ctx context.Context) *DeleteDeploymentsNameParams
WithContext adds the context to the delete deployments name params
func (*DeleteDeploymentsNameParams) WithHTTPClient ¶
func (o *DeleteDeploymentsNameParams) WithHTTPClient(client *http.Client) *DeleteDeploymentsNameParams
WithHTTPClient adds the HTTPClient to the delete deployments name params
func (*DeleteDeploymentsNameParams) WithName ¶
func (o *DeleteDeploymentsNameParams) WithName(name string) *DeleteDeploymentsNameParams
WithName adds the name to the delete deployments name params
func (*DeleteDeploymentsNameParams) WithTimeout ¶
func (o *DeleteDeploymentsNameParams) WithTimeout(timeout time.Duration) *DeleteDeploymentsNameParams
WithTimeout adds the timeout to the delete deployments name params
func (*DeleteDeploymentsNameParams) WriteToRequest ¶
func (o *DeleteDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteDynamicnodesIDBadRequest) Error() string
type DeleteDynamicnodesIDInternalServerError ¶
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 ¶
func (o *DeleteDynamicnodesIDInternalServerError) Error() string
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 ¶
func (o *DeleteDynamicnodesIDNoContent) Error() string
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 ¶
func (o *DeleteDynamicnodesIDParams) WithContext(ctx context.Context) *DeleteDynamicnodesIDParams
WithContext adds the context to the delete dynamicnodes ID params
func (*DeleteDynamicnodesIDParams) WithHTTPClient ¶
func (o *DeleteDynamicnodesIDParams) WithHTTPClient(client *http.Client) *DeleteDynamicnodesIDParams
WithHTTPClient adds the HTTPClient to the delete dynamicnodes ID params
func (*DeleteDynamicnodesIDParams) WithID ¶
func (o *DeleteDynamicnodesIDParams) WithID(id string) *DeleteDynamicnodesIDParams
WithID adds the id to the delete dynamicnodes ID params
func (*DeleteDynamicnodesIDParams) WithTimeout ¶
func (o *DeleteDynamicnodesIDParams) WithTimeout(timeout time.Duration) *DeleteDynamicnodesIDParams
WithTimeout adds the timeout to the delete dynamicnodes ID params
func (*DeleteDynamicnodesIDParams) WriteToRequest ¶
func (o *DeleteDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteExternalendpointsIDBadRequest) Error() string
type DeleteExternalendpointsIDInternalServerError ¶
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 ¶
func (o *DeleteExternalendpointsIDInternalServerError) Error() string
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 ¶
func (o *DeleteExternalendpointsIDNoContent) Error() string
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 ¶
func (o *DeleteExternalendpointsIDParams) SetID(id string)
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 ¶
func (o *DeleteExternalendpointsIDParams) WithContext(ctx context.Context) *DeleteExternalendpointsIDParams
WithContext adds the context to the delete externalendpoints ID params
func (*DeleteExternalendpointsIDParams) WithHTTPClient ¶
func (o *DeleteExternalendpointsIDParams) WithHTTPClient(client *http.Client) *DeleteExternalendpointsIDParams
WithHTTPClient adds the HTTPClient to the delete externalendpoints ID params
func (*DeleteExternalendpointsIDParams) WithID ¶
func (o *DeleteExternalendpointsIDParams) WithID(id string) *DeleteExternalendpointsIDParams
WithID adds the id to the delete externalendpoints ID params
func (*DeleteExternalendpointsIDParams) WithTimeout ¶
func (o *DeleteExternalendpointsIDParams) WithTimeout(timeout time.Duration) *DeleteExternalendpointsIDParams
WithTimeout adds the timeout to the delete externalendpoints ID params
func (*DeleteExternalendpointsIDParams) WriteToRequest ¶
func (o *DeleteExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *DeleteMicroservicesIDBadRequest) Error() string
type DeleteMicroservicesIDInternalServerError ¶
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 ¶
func (o *DeleteMicroservicesIDInternalServerError) Error() string
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 ¶
func (o *DeleteMicroservicesIDNoContent) Error() string
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 ¶
func (o *DeleteMicroservicesIDParams) WithContext(ctx context.Context) *DeleteMicroservicesIDParams
WithContext adds the context to the delete microservices ID params
func (*DeleteMicroservicesIDParams) WithHTTPClient ¶
func (o *DeleteMicroservicesIDParams) WithHTTPClient(client *http.Client) *DeleteMicroservicesIDParams
WithHTTPClient adds the HTTPClient to the delete microservices ID params
func (*DeleteMicroservicesIDParams) WithID ¶
func (o *DeleteMicroservicesIDParams) WithID(id string) *DeleteMicroservicesIDParams
WithID adds the id to the delete microservices ID params
func (*DeleteMicroservicesIDParams) WithTimeout ¶
func (o *DeleteMicroservicesIDParams) WithTimeout(timeout time.Duration) *DeleteMicroservicesIDParams
WithTimeout adds the timeout to the delete microservices ID params
func (*DeleteMicroservicesIDParams) WriteToRequest ¶
func (o *DeleteMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
func (o *DeleteNodesIDInternalServerError) Error() string
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 ¶
func (o *DeleteNodesIDParams) WithContext(ctx context.Context) *DeleteNodesIDParams
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 ¶
func (o *DeleteNodesIDParams) WithID(id string) *DeleteNodesIDParams
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 ¶
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 ¶
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 ¶
func (o *DeleteRegionsIDInternalServerError) Error() string
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 ¶
func (o *DeleteRegionsIDParams) WithContext(ctx context.Context) *DeleteRegionsIDParams
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 ¶
func (o *DeleteRegionsIDParams) WithID(id string) *DeleteRegionsIDParams
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 ¶
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 ¶
func (o *DeleteRelationshipsIDBadRequest) Error() string
type DeleteRelationshipsIDInternalServerError ¶
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 ¶
func (o *DeleteRelationshipsIDInternalServerError) Error() string
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 ¶
func (o *DeleteRelationshipsIDNoContent) Error() string
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 ¶
func (o *DeleteRelationshipsIDParams) WithContext(ctx context.Context) *DeleteRelationshipsIDParams
WithContext adds the context to the delete relationships ID params
func (*DeleteRelationshipsIDParams) WithHTTPClient ¶
func (o *DeleteRelationshipsIDParams) WithHTTPClient(client *http.Client) *DeleteRelationshipsIDParams
WithHTTPClient adds the HTTPClient to the delete relationships ID params
func (*DeleteRelationshipsIDParams) WithID ¶
func (o *DeleteRelationshipsIDParams) WithID(id string) *DeleteRelationshipsIDParams
WithID adds the id to the delete relationships ID params
func (*DeleteRelationshipsIDParams) WithTimeout ¶
func (o *DeleteRelationshipsIDParams) WithTimeout(timeout time.Duration) *DeleteRelationshipsIDParams
WithTimeout adds the timeout to the delete relationships ID params
func (*DeleteRelationshipsIDParams) WriteToRequest ¶
func (o *DeleteRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
func (o *DeleteThingsIDInternalServerError) Error() string
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 ¶
func (o *DeleteThingsIDParams) WithContext(ctx context.Context) *DeleteThingsIDParams
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 ¶
func (o *DeleteThingsIDParams) WithID(id string) *DeleteThingsIDParams
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 ¶
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 ¶
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 ¶
func (o *GetApplicationsIDBadRequest) Error() string
type GetApplicationsIDInternalServerError ¶
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 ¶
func (o *GetApplicationsIDInternalServerError) Error() string
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 ¶
func (o *GetApplicationsIDParams) WithContext(ctx context.Context) *GetApplicationsIDParams
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 ¶
func (o *GetApplicationsIDParams) WithID(id string) *GetApplicationsIDParams
WithID adds the id to the get applications ID params
func (*GetApplicationsIDParams) WithTimeout ¶
func (o *GetApplicationsIDParams) WithTimeout(timeout time.Duration) *GetApplicationsIDParams
WithTimeout adds the timeout to the get applications ID params
func (*GetApplicationsIDParams) WriteToRequest ¶
func (o *GetApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetApplicationsInternalServerError) Error() string
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 ¶
func (o *GetApplicationsParams) WithContext(ctx context.Context) *GetApplicationsParams
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetDataflowsIDInternalServerError) Error() string
type GetDataflowsIDOK ¶
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 ¶
func (o *GetDataflowsIDParams) WithContext(ctx context.Context) *GetDataflowsIDParams
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 ¶
func (o *GetDataflowsIDParams) WithID(id string) *GetDataflowsIDParams
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 ¶
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 ¶
func (o *GetDataflowsInternalServerError) Error() string
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 ¶
func (o *GetDataflowsParams) WithContext(ctx context.Context) *GetDataflowsParams
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 ¶
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 ¶
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 ¶
func (o *GetDeploymentsInternalServerError) Error() string
type GetDeploymentsNameBadRequest ¶
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 ¶
func (o *GetDeploymentsNameBadRequest) Error() string
type GetDeploymentsNameInternalServerError ¶
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 ¶
func (o *GetDeploymentsNameInternalServerError) Error() string
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 ¶
func (o *GetDeploymentsNameParams) WithContext(ctx context.Context) *GetDeploymentsNameParams
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 ¶
func (o *GetDeploymentsNameParams) WithName(name string) *GetDeploymentsNameParams
WithName adds the name to the get deployments name params
func (*GetDeploymentsNameParams) WithTimeout ¶
func (o *GetDeploymentsNameParams) WithTimeout(timeout time.Duration) *GetDeploymentsNameParams
WithTimeout adds the timeout to the get deployments name params
func (*GetDeploymentsNameParams) WriteToRequest ¶
func (o *GetDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetDeploymentsParams) WithContext(ctx context.Context) *GetDeploymentsParams
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 ¶
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 ¶
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 ¶
func (o *GetDynamicnodesIDBadRequest) Error() string
type GetDynamicnodesIDInternalServerError ¶
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 ¶
func (o *GetDynamicnodesIDInternalServerError) Error() string
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 ¶
func (o *GetDynamicnodesIDParams) WithContext(ctx context.Context) *GetDynamicnodesIDParams
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 ¶
func (o *GetDynamicnodesIDParams) WithID(id string) *GetDynamicnodesIDParams
WithID adds the id to the get dynamicnodes ID params
func (*GetDynamicnodesIDParams) WithTimeout ¶
func (o *GetDynamicnodesIDParams) WithTimeout(timeout time.Duration) *GetDynamicnodesIDParams
WithTimeout adds the timeout to the get dynamicnodes ID params
func (*GetDynamicnodesIDParams) WriteToRequest ¶
func (o *GetDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetDynamicnodesInternalServerError) Error() string
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 ¶
func (o *GetDynamicnodesParams) WithContext(ctx context.Context) *GetDynamicnodesParams
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 ¶
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 ¶
func (o *GetExternalendpointsBadRequest) Error() string
type GetExternalendpointsIDBadRequest ¶
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 ¶
func (o *GetExternalendpointsIDBadRequest) Error() string
type GetExternalendpointsIDInternalServerError ¶
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 ¶
func (o *GetExternalendpointsIDInternalServerError) Error() string
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 ¶
func (o *GetExternalendpointsIDParams) WithContext(ctx context.Context) *GetExternalendpointsIDParams
WithContext adds the context to the get externalendpoints ID params
func (*GetExternalendpointsIDParams) WithHTTPClient ¶
func (o *GetExternalendpointsIDParams) WithHTTPClient(client *http.Client) *GetExternalendpointsIDParams
WithHTTPClient adds the HTTPClient to the get externalendpoints ID params
func (*GetExternalendpointsIDParams) WithID ¶
func (o *GetExternalendpointsIDParams) WithID(id string) *GetExternalendpointsIDParams
WithID adds the id to the get externalendpoints ID params
func (*GetExternalendpointsIDParams) WithTimeout ¶
func (o *GetExternalendpointsIDParams) WithTimeout(timeout time.Duration) *GetExternalendpointsIDParams
WithTimeout adds the timeout to the get externalendpoints ID params
func (*GetExternalendpointsIDParams) WriteToRequest ¶
func (o *GetExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetExternalendpointsInternalServerError) Error() string
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 ¶
func (o *GetExternalendpointsParams) WithContext(ctx context.Context) *GetExternalendpointsParams
WithContext adds the context to the get externalendpoints params
func (*GetExternalendpointsParams) WithHTTPClient ¶
func (o *GetExternalendpointsParams) WithHTTPClient(client *http.Client) *GetExternalendpointsParams
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 ¶
func (o *GetExternalendpointsParams) WithTimeout(timeout time.Duration) *GetExternalendpointsParams
WithTimeout adds the timeout to the get externalendpoints params
func (*GetExternalendpointsParams) WriteToRequest ¶
func (o *GetExternalendpointsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetMicroservicesBadRequest) Error() string
type GetMicroservicesIDBadRequest ¶
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 ¶
func (o *GetMicroservicesIDBadRequest) Error() string
type GetMicroservicesIDInternalServerError ¶
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 ¶
func (o *GetMicroservicesIDInternalServerError) Error() string
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 ¶
func (o *GetMicroservicesIDParams) WithContext(ctx context.Context) *GetMicroservicesIDParams
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 ¶
func (o *GetMicroservicesIDParams) WithID(id string) *GetMicroservicesIDParams
WithID adds the id to the get microservices ID params
func (*GetMicroservicesIDParams) WithTimeout ¶
func (o *GetMicroservicesIDParams) WithTimeout(timeout time.Duration) *GetMicroservicesIDParams
WithTimeout adds the timeout to the get microservices ID params
func (*GetMicroservicesIDParams) WriteToRequest ¶
func (o *GetMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetMicroservicesInternalServerError) Error() string
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 ¶
func (o *GetMicroservicesParams) WithContext(ctx context.Context) *GetMicroservicesParams
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 ¶
func (o *GetMicroservicesParams) WithTimeout(timeout time.Duration) *GetMicroservicesParams
WithTimeout adds the timeout to the get microservices params
func (*GetMicroservicesParams) WriteToRequest ¶
func (o *GetMicroservicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetNodesIDInternalServerError) Error() string
type GetNodesIDOK ¶
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 ¶
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 ¶
func (o *GetNodesInternalServerError) Error() string
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetRegionsIDInternalServerError) Error() string
type GetRegionsIDOK ¶
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 ¶
func (o *GetRegionsIDParams) WithContext(ctx context.Context) *GetRegionsIDParams
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 ¶
func (o *GetRegionsIDParams) WithID(id string) *GetRegionsIDParams
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 ¶
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 ¶
func (o *GetRegionsInternalServerError) Error() string
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 ¶
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 ¶
func (o *GetRelationshipsBadRequest) Error() string
type GetRelationshipsIDBadRequest ¶
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 ¶
func (o *GetRelationshipsIDBadRequest) Error() string
type GetRelationshipsIDInternalServerError ¶
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 ¶
func (o *GetRelationshipsIDInternalServerError) Error() string
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 ¶
func (o *GetRelationshipsIDParams) WithContext(ctx context.Context) *GetRelationshipsIDParams
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 ¶
func (o *GetRelationshipsIDParams) WithID(id string) *GetRelationshipsIDParams
WithID adds the id to the get relationships ID params
func (*GetRelationshipsIDParams) WithTimeout ¶
func (o *GetRelationshipsIDParams) WithTimeout(timeout time.Duration) *GetRelationshipsIDParams
WithTimeout adds the timeout to the get relationships ID params
func (*GetRelationshipsIDParams) WriteToRequest ¶
func (o *GetRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetRelationshipsInternalServerError) Error() string
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 ¶
func (o *GetRelationshipsParams) WithContext(ctx context.Context) *GetRelationshipsParams
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 ¶
func (o *GetRelationshipsParams) WithTimeout(timeout time.Duration) *GetRelationshipsParams
WithTimeout adds the timeout to the get relationships params
func (*GetRelationshipsParams) WriteToRequest ¶
func (o *GetRelationshipsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetThingsIDInternalServerError) Error() string
type GetThingsIDOK ¶
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 ¶
func (o *GetThingsIDParams) WithID(id string) *GetThingsIDParams
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 ¶
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 ¶
func (o *GetThingsInternalServerError) Error() string
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 ¶
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 ¶
func (o *PatchDeploymentsNameBadRequest) Error() string
type PatchDeploymentsNameInternalServerError ¶
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 ¶
func (o *PatchDeploymentsNameInternalServerError) Error() string
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 ¶
func (o *PatchDeploymentsNameParams) WithContext(ctx context.Context) *PatchDeploymentsNameParams
WithContext adds the context to the patch deployments name params
func (*PatchDeploymentsNameParams) WithHTTPClient ¶
func (o *PatchDeploymentsNameParams) WithHTTPClient(client *http.Client) *PatchDeploymentsNameParams
WithHTTPClient adds the HTTPClient to the patch deployments name params
func (*PatchDeploymentsNameParams) WithName ¶
func (o *PatchDeploymentsNameParams) WithName(name string) *PatchDeploymentsNameParams
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 ¶
func (o *PatchDeploymentsNameParams) WithTimeout(timeout time.Duration) *PatchDeploymentsNameParams
WithTimeout adds the timeout to the patch deployments name params
func (*PatchDeploymentsNameParams) WriteToRequest ¶
func (o *PatchDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *PutApplicationsIDBadRequest) Error() string
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 ¶
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 ¶
func (o *PutApplicationsIDInternalServerError) Error() string
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 ¶
func (o *PutApplicationsIDParams) WithContext(ctx context.Context) *PutApplicationsIDParams
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 ¶
func (o *PutApplicationsIDParams) WithID(id string) *PutApplicationsIDParams
WithID adds the id to the put applications ID params
func (*PutApplicationsIDParams) WithTimeout ¶
func (o *PutApplicationsIDParams) WithTimeout(timeout time.Duration) *PutApplicationsIDParams
WithTimeout adds the timeout to the put applications ID params
func (*PutApplicationsIDParams) WriteToRequest ¶
func (o *PutApplicationsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
func (o *PutDataflowsIDInternalServerError) Error() string
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 ¶
func (o *PutDataflowsIDParams) WithContext(ctx context.Context) *PutDataflowsIDParams
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 ¶
func (o *PutDataflowsIDParams) WithID(id string) *PutDataflowsIDParams
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 ¶
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 ¶
func (o *PutDeploymentsNameBadRequest) Error() string
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 ¶
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 ¶
func (o *PutDeploymentsNameInternalServerError) Error() string
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 ¶
func (o *PutDeploymentsNameParams) WithContext(ctx context.Context) *PutDeploymentsNameParams
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 ¶
func (o *PutDeploymentsNameParams) WithName(name string) *PutDeploymentsNameParams
WithName adds the name to the put deployments name params
func (*PutDeploymentsNameParams) WithTimeout ¶
func (o *PutDeploymentsNameParams) WithTimeout(timeout time.Duration) *PutDeploymentsNameParams
WithTimeout adds the timeout to the put deployments name params
func (*PutDeploymentsNameParams) WriteToRequest ¶
func (o *PutDeploymentsNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *PutDynamicnodesIDBadRequest) Error() string
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 ¶
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 ¶
func (o *PutDynamicnodesIDInternalServerError) Error() string
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 ¶
func (o *PutDynamicnodesIDParams) WithContext(ctx context.Context) *PutDynamicnodesIDParams
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 ¶
func (o *PutDynamicnodesIDParams) WithID(id string) *PutDynamicnodesIDParams
WithID adds the id to the put dynamicnodes ID params
func (*PutDynamicnodesIDParams) WithTimeout ¶
func (o *PutDynamicnodesIDParams) WithTimeout(timeout time.Duration) *PutDynamicnodesIDParams
WithTimeout adds the timeout to the put dynamicnodes ID params
func (*PutDynamicnodesIDParams) WriteToRequest ¶
func (o *PutDynamicnodesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *PutExternalendpointsIDBadRequest) Error() string
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 ¶
func (o *PutExternalendpointsIDCreated) Error() string
type PutExternalendpointsIDInternalServerError ¶
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 ¶
func (o *PutExternalendpointsIDInternalServerError) Error() string
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 ¶
func (o *PutExternalendpointsIDParams) WithContext(ctx context.Context) *PutExternalendpointsIDParams
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 ¶
func (o *PutExternalendpointsIDParams) WithHTTPClient(client *http.Client) *PutExternalendpointsIDParams
WithHTTPClient adds the HTTPClient to the put externalendpoints ID params
func (*PutExternalendpointsIDParams) WithID ¶
func (o *PutExternalendpointsIDParams) WithID(id string) *PutExternalendpointsIDParams
WithID adds the id to the put externalendpoints ID params
func (*PutExternalendpointsIDParams) WithTimeout ¶
func (o *PutExternalendpointsIDParams) WithTimeout(timeout time.Duration) *PutExternalendpointsIDParams
WithTimeout adds the timeout to the put externalendpoints ID params
func (*PutExternalendpointsIDParams) WriteToRequest ¶
func (o *PutExternalendpointsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *PutMicroservicesIDBadRequest) Error() string
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 ¶
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 ¶
func (o *PutMicroservicesIDInternalServerError) Error() string
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 ¶
func (o *PutMicroservicesIDParams) WithContext(ctx context.Context) *PutMicroservicesIDParams
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 ¶
func (o *PutMicroservicesIDParams) WithID(id string) *PutMicroservicesIDParams
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 ¶
func (o *PutMicroservicesIDParams) WithTimeout(timeout time.Duration) *PutMicroservicesIDParams
WithTimeout adds the timeout to the put microservices ID params
func (*PutMicroservicesIDParams) WriteToRequest ¶
func (o *PutMicroservicesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
func (o *PutNodesIDInternalServerError) Error() string
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 ¶
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 ¶
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 ¶
func (o *PutRegionsIDInternalServerError) Error() string
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 ¶
func (o *PutRegionsIDParams) WithContext(ctx context.Context) *PutRegionsIDParams
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 ¶
func (o *PutRegionsIDParams) WithID(id string) *PutRegionsIDParams
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 ¶
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 ¶
func (o *PutRelationshipsIDBadRequest) Error() string
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 ¶
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 ¶
func (o *PutRelationshipsIDInternalServerError) Error() string
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 ¶
func (o *PutRelationshipsIDParams) WithContext(ctx context.Context) *PutRelationshipsIDParams
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 ¶
func (o *PutRelationshipsIDParams) WithID(id string) *PutRelationshipsIDParams
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 ¶
func (o *PutRelationshipsIDParams) WithTimeout(timeout time.Duration) *PutRelationshipsIDParams
WithTimeout adds the timeout to the put relationships ID params
func (*PutRelationshipsIDParams) WriteToRequest ¶
func (o *PutRelationshipsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 ¶
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 ¶
func (o *PutThingsIDInternalServerError) Error() string
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 ¶
func (o *PutThingsIDParams) WithID(id string) *PutThingsIDParams
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
¶
- delete_applications_id_parameters.go
- delete_applications_id_responses.go
- delete_deployments_name_parameters.go
- delete_deployments_name_responses.go
- delete_dynamicnodes_id_parameters.go
- delete_dynamicnodes_id_responses.go
- delete_externalendpoints_id_parameters.go
- delete_externalendpoints_id_responses.go
- delete_microservices_id_parameters.go
- delete_microservices_id_responses.go
- delete_nodes_id_parameters.go
- delete_nodes_id_responses.go
- delete_regions_id_parameters.go
- delete_regions_id_responses.go
- delete_relationships_id_parameters.go
- delete_relationships_id_responses.go
- delete_things_id_parameters.go
- delete_things_id_responses.go
- get_applications_id_parameters.go
- get_applications_id_responses.go
- get_applications_parameters.go
- get_applications_responses.go
- get_dataflows_id_parameters.go
- get_dataflows_id_responses.go
- get_dataflows_parameters.go
- get_dataflows_responses.go
- get_deployments_name_parameters.go
- get_deployments_name_responses.go
- get_deployments_parameters.go
- get_deployments_responses.go
- get_dynamicnodes_id_parameters.go
- get_dynamicnodes_id_responses.go
- get_dynamicnodes_parameters.go
- get_dynamicnodes_responses.go
- get_externalendpoints_id_parameters.go
- get_externalendpoints_id_responses.go
- get_externalendpoints_parameters.go
- get_externalendpoints_responses.go
- get_microservices_id_parameters.go
- get_microservices_id_responses.go
- get_microservices_parameters.go
- get_microservices_responses.go
- get_nodes_id_parameters.go
- get_nodes_id_responses.go
- get_nodes_parameters.go
- get_nodes_responses.go
- get_regions_id_parameters.go
- get_regions_id_responses.go
- get_regions_parameters.go
- get_regions_responses.go
- get_relationships_id_parameters.go
- get_relationships_id_responses.go
- get_relationships_parameters.go
- get_relationships_responses.go
- get_things_id_parameters.go
- get_things_id_responses.go
- get_things_parameters.go
- get_things_responses.go
- operations_client.go
- patch_deployments_name_parameters.go
- patch_deployments_name_responses.go
- put_applications_id_parameters.go
- put_applications_id_responses.go
- put_dataflows_id_parameters.go
- put_dataflows_id_responses.go
- put_deployments_name_parameters.go
- put_deployments_name_responses.go
- put_dynamicnodes_id_parameters.go
- put_dynamicnodes_id_responses.go
- put_externalendpoints_id_parameters.go
- put_externalendpoints_id_responses.go
- put_microservices_id_parameters.go
- put_microservices_id_responses.go
- put_nodes_id_parameters.go
- put_nodes_id_responses.go
- put_regions_id_parameters.go
- put_regions_id_responses.go
- put_relationships_id_parameters.go
- put_relationships_id_responses.go
- put_things_id_parameters.go
- put_things_id_responses.go