process_groups

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for process groups API

func (*Client) CopySnippet

func (a *Client) CopySnippet(params *CopySnippetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CopySnippetCreated, error)

CopySnippet copies a snippet and discards it

func (*Client) CreateConnection

func (a *Client) CreateConnection(params *CreateConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateConnectionCreated, error)

CreateConnection creates a connection

func (*Client) CreateControllerService

func (a *Client) CreateControllerService(params *CreateControllerServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateControllerServiceCreated, error)

CreateControllerService creates a new controller service

func (*Client) CreateEmptyAllConnectionsRequest

CreateEmptyAllConnectionsRequest creates a request to drop all flowfiles of all connection queues in this process group

func (*Client) CreateFunnel

func (a *Client) CreateFunnel(params *CreateFunnelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFunnelCreated, error)

CreateFunnel creates a funnel

func (*Client) CreateInputPort

func (a *Client) CreateInputPort(params *CreateInputPortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateInputPortCreated, error)

CreateInputPort creates an input port

func (*Client) CreateLabel

func (a *Client) CreateLabel(params *CreateLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateLabelCreated, error)

CreateLabel creates a label

func (*Client) CreateOutputPort

func (a *Client) CreateOutputPort(params *CreateOutputPortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOutputPortCreated, error)

CreateOutputPort creates an output port

func (*Client) CreateProcessGroup

func (a *Client) CreateProcessGroup(params *CreateProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProcessGroupCreated, error)

CreateProcessGroup creates a process group

func (*Client) CreateProcessor

func (a *Client) CreateProcessor(params *CreateProcessorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProcessorCreated, error)

CreateProcessor creates a new processor

func (*Client) CreateRemoteProcessGroup

func (a *Client) CreateRemoteProcessGroup(params *CreateRemoteProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateRemoteProcessGroupCreated, error)

CreateRemoteProcessGroup creates a new process group

func (*Client) CreateTemplate

func (a *Client) CreateTemplate(params *CreateTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTemplateCreated, error)

CreateTemplate creates a template and discards the specified snippet

func (*Client) DeleteReplaceProcessGroupRequest

func (a *Client) DeleteReplaceProcessGroupRequest(params *DeleteReplaceProcessGroupRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteReplaceProcessGroupRequestOK, error)

DeleteReplaceProcessGroupRequest deletes the replace request with the given ID

Deletes the Replace Request with the given ID. After a request is created via a POST to /process-groups/{id}/replace-requests, it is expected that the client will properly clean up the request by DELETE'ing it, once the Replace process has completed. If the request is deleted before the request completes, then the Replace request will finish the step that it is currently performing and then will cancel any subsequent steps. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) DeleteVariableRegistryUpdateRequest

func (a *Client) DeleteVariableRegistryUpdateRequest(params *DeleteVariableRegistryUpdateRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteVariableRegistryUpdateRequestOK, error)

DeleteVariableRegistryUpdateRequest deletes an update request for a process group s variable registry if the request is not yet complete it will automatically be cancelled

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) ExportProcessGroup

func (a *Client) ExportProcessGroup(params *ExportProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportProcessGroupOK, error)

ExportProcessGroup gets a process group for download

func (*Client) GetConnections

func (a *Client) GetConnections(params *GetConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetConnectionsOK, error)

GetConnections gets all connections

func (*Client) GetDropAllFlowfilesRequest

func (a *Client) GetDropAllFlowfilesRequest(params *GetDropAllFlowfilesRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDropAllFlowfilesRequestOK, error)

GetDropAllFlowfilesRequest gets the current status of a drop all flowfiles request

func (*Client) GetFunnels

func (a *Client) GetFunnels(params *GetFunnelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFunnelsOK, error)

GetFunnels gets all funnels

func (*Client) GetInputPorts

func (a *Client) GetInputPorts(params *GetInputPortsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInputPortsOK, error)

GetInputPorts gets all input ports

func (*Client) GetLabels

func (a *Client) GetLabels(params *GetLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLabelsOK, error)

GetLabels gets all labels

func (*Client) GetLocalModifications

func (a *Client) GetLocalModifications(params *GetLocalModificationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLocalModificationsOK, error)

GetLocalModifications gets a list of local modifications to the process group since it was last synchronized with the flow registry

func (*Client) GetOutputPorts

func (a *Client) GetOutputPorts(params *GetOutputPortsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOutputPortsOK, error)

GetOutputPorts gets all output ports

func (*Client) GetProcessGroup

func (a *Client) GetProcessGroup(params *GetProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessGroupOK, error)

GetProcessGroup gets a process group

func (*Client) GetProcessGroups

func (a *Client) GetProcessGroups(params *GetProcessGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessGroupsOK, error)

GetProcessGroups gets all process groups

func (*Client) GetProcessors

func (a *Client) GetProcessors(params *GetProcessorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessorsOK, error)

GetProcessors gets all processors

func (*Client) GetRemoteProcessGroups

func (a *Client) GetRemoteProcessGroups(params *GetRemoteProcessGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRemoteProcessGroupsOK, error)

GetRemoteProcessGroups gets all remote process groups

func (*Client) GetReplaceProcessGroupRequest

func (a *Client) GetReplaceProcessGroupRequest(params *GetReplaceProcessGroupRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReplaceProcessGroupRequestOK, error)

GetReplaceProcessGroupRequest returns the replace request with the given ID

Returns the Replace Request with the given ID. Once a Replace Request has been created by performing a POST to /process-groups/{id}/replace-requests, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) GetVariableRegistry

func (a *Client) GetVariableRegistry(params *GetVariableRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVariableRegistryOK, error)

GetVariableRegistry gets a process group s variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) GetVariableRegistryUpdateRequest

func (a *Client) GetVariableRegistryUpdateRequest(params *GetVariableRegistryUpdateRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVariableRegistryUpdateRequestOK, error)

GetVariableRegistryUpdateRequest gets a process group s variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) ImportProcessGroup

func (a *Client) ImportProcessGroup(params *ImportProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportProcessGroupCreated, error)

ImportProcessGroup imports a specified process group

func (*Client) ImportTemplate

func (a *Client) ImportTemplate(params *ImportTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportTemplateCreated, error)

ImportTemplate imports a template

func (*Client) InitiateReplaceProcessGroup

func (a *Client) InitiateReplaceProcessGroup(params *InitiateReplaceProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InitiateReplaceProcessGroupOK, error)

InitiateReplaceProcessGroup initiates the replace request of a process group with the given ID

This will initiate the action of replacing a process group with the given process group. This can be a lengthy process, as it will stop any Processors and disable any Controller Services necessary to perform the action and then restart them. As a result, the endpoint will immediately return a ProcessGroupReplaceRequestEntity, and the process of replacing the flow will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /process-groups/replace-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /process-groups/replace-requests/{requestId}. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) InstantiateTemplate

func (a *Client) InstantiateTemplate(params *InstantiateTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InstantiateTemplateCreated, error)

InstantiateTemplate instantiates a template

func (*Client) RemoveDropRequest

func (a *Client) RemoveDropRequest(params *RemoveDropRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveDropRequestOK, error)

RemoveDropRequest cancels and or removes a request to drop all flowfiles

func (*Client) RemoveProcessGroup

func (a *Client) RemoveProcessGroup(params *RemoveProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveProcessGroupOK, error)

RemoveProcessGroup deletes a process group

func (*Client) ReplaceProcessGroup

func (a *Client) ReplaceProcessGroup(params *ReplaceProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceProcessGroupOK, error)

ReplaceProcessGroup replaces process group contents with the given ID with the specified process group contents

This endpoint is used for replication within a cluster, when replacing a flow with a new flow. It expects that the flow beingreplaced is not under version control and that the given snapshot will not modify any Processor that is currently running or any Controller Service that is enabled. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubmitUpdateVariableRegistryRequest

func (a *Client) SubmitUpdateVariableRegistryRequest(params *SubmitUpdateVariableRegistryRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubmitUpdateVariableRegistryRequestOK, error)

SubmitUpdateVariableRegistryRequest submits a request to update a process group s variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) UpdateProcessGroup

func (a *Client) UpdateProcessGroup(params *UpdateProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProcessGroupOK, error)

UpdateProcessGroup updates a process group

func (*Client) UpdateVariableRegistry

func (a *Client) UpdateVariableRegistry(params *UpdateVariableRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateVariableRegistryOK, error)

UpdateVariableRegistry updates the contents of a process group s variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

func (*Client) UploadProcessGroup

func (a *Client) UploadProcessGroup(params *UploadProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadProcessGroupOK, error)

UploadProcessGroup uploads a versioned flow definition and creates a process group

func (*Client) UploadTemplate

func (a *Client) UploadTemplate(params *UploadTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadTemplateOK, error)

UploadTemplate uploads a template

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CopySnippet(params *CopySnippetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CopySnippetCreated, error)

	CreateConnection(params *CreateConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateConnectionCreated, error)

	CreateControllerService(params *CreateControllerServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateControllerServiceCreated, error)

	CreateEmptyAllConnectionsRequest(params *CreateEmptyAllConnectionsRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEmptyAllConnectionsRequestOK, *CreateEmptyAllConnectionsRequestAccepted, error)

	CreateFunnel(params *CreateFunnelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFunnelCreated, error)

	CreateInputPort(params *CreateInputPortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateInputPortCreated, error)

	CreateLabel(params *CreateLabelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateLabelCreated, error)

	CreateOutputPort(params *CreateOutputPortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOutputPortCreated, error)

	CreateProcessGroup(params *CreateProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProcessGroupCreated, error)

	CreateProcessor(params *CreateProcessorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProcessorCreated, error)

	CreateRemoteProcessGroup(params *CreateRemoteProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateRemoteProcessGroupCreated, error)

	CreateTemplate(params *CreateTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTemplateCreated, error)

	DeleteReplaceProcessGroupRequest(params *DeleteReplaceProcessGroupRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteReplaceProcessGroupRequestOK, error)

	DeleteVariableRegistryUpdateRequest(params *DeleteVariableRegistryUpdateRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteVariableRegistryUpdateRequestOK, error)

	ExportProcessGroup(params *ExportProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ExportProcessGroupOK, error)

	GetConnections(params *GetConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetConnectionsOK, error)

	GetDropAllFlowfilesRequest(params *GetDropAllFlowfilesRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDropAllFlowfilesRequestOK, error)

	GetFunnels(params *GetFunnelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFunnelsOK, error)

	GetInputPorts(params *GetInputPortsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInputPortsOK, error)

	GetLabels(params *GetLabelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLabelsOK, error)

	GetLocalModifications(params *GetLocalModificationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLocalModificationsOK, error)

	GetOutputPorts(params *GetOutputPortsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOutputPortsOK, error)

	GetProcessGroup(params *GetProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessGroupOK, error)

	GetProcessGroups(params *GetProcessGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessGroupsOK, error)

	GetProcessors(params *GetProcessorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProcessorsOK, error)

	GetRemoteProcessGroups(params *GetRemoteProcessGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRemoteProcessGroupsOK, error)

	GetReplaceProcessGroupRequest(params *GetReplaceProcessGroupRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReplaceProcessGroupRequestOK, error)

	GetVariableRegistry(params *GetVariableRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVariableRegistryOK, error)

	GetVariableRegistryUpdateRequest(params *GetVariableRegistryUpdateRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVariableRegistryUpdateRequestOK, error)

	ImportProcessGroup(params *ImportProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportProcessGroupCreated, error)

	ImportTemplate(params *ImportTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImportTemplateCreated, error)

	InitiateReplaceProcessGroup(params *InitiateReplaceProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InitiateReplaceProcessGroupOK, error)

	InstantiateTemplate(params *InstantiateTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InstantiateTemplateCreated, error)

	RemoveDropRequest(params *RemoveDropRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveDropRequestOK, error)

	RemoveProcessGroup(params *RemoveProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveProcessGroupOK, error)

	ReplaceProcessGroup(params *ReplaceProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceProcessGroupOK, error)

	SubmitUpdateVariableRegistryRequest(params *SubmitUpdateVariableRegistryRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubmitUpdateVariableRegistryRequestOK, error)

	UpdateProcessGroup(params *UpdateProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProcessGroupOK, error)

	UpdateVariableRegistry(params *UpdateVariableRegistryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateVariableRegistryOK, error)

	UploadProcessGroup(params *UploadProcessGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadProcessGroupOK, error)

	UploadTemplate(params *UploadTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadTemplateOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new process groups API client.

type CopySnippetBadRequest

type CopySnippetBadRequest struct {
}

CopySnippetBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCopySnippetBadRequest

func NewCopySnippetBadRequest() *CopySnippetBadRequest

NewCopySnippetBadRequest creates a CopySnippetBadRequest with default headers values

func (*CopySnippetBadRequest) Error

func (o *CopySnippetBadRequest) Error() string

func (*CopySnippetBadRequest) IsClientError added in v1.19.1

func (o *CopySnippetBadRequest) IsClientError() bool

IsClientError returns true when this copy snippet bad request response has a 4xx status code

func (*CopySnippetBadRequest) IsCode added in v1.19.1

func (o *CopySnippetBadRequest) IsCode(code int) bool

IsCode returns true when this copy snippet bad request response a status code equal to that given

func (*CopySnippetBadRequest) IsRedirect added in v1.19.1

func (o *CopySnippetBadRequest) IsRedirect() bool

IsRedirect returns true when this copy snippet bad request response has a 3xx status code

func (*CopySnippetBadRequest) IsServerError added in v1.19.1

func (o *CopySnippetBadRequest) IsServerError() bool

IsServerError returns true when this copy snippet bad request response has a 5xx status code

func (*CopySnippetBadRequest) IsSuccess added in v1.19.1

func (o *CopySnippetBadRequest) IsSuccess() bool

IsSuccess returns true when this copy snippet bad request response has a 2xx status code

func (*CopySnippetBadRequest) String added in v1.19.1

func (o *CopySnippetBadRequest) String() string

type CopySnippetConflict

type CopySnippetConflict struct {
}

CopySnippetConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCopySnippetConflict

func NewCopySnippetConflict() *CopySnippetConflict

NewCopySnippetConflict creates a CopySnippetConflict with default headers values

func (*CopySnippetConflict) Error

func (o *CopySnippetConflict) Error() string

func (*CopySnippetConflict) IsClientError added in v1.19.1

func (o *CopySnippetConflict) IsClientError() bool

IsClientError returns true when this copy snippet conflict response has a 4xx status code

func (*CopySnippetConflict) IsCode added in v1.19.1

func (o *CopySnippetConflict) IsCode(code int) bool

IsCode returns true when this copy snippet conflict response a status code equal to that given

func (*CopySnippetConflict) IsRedirect added in v1.19.1

func (o *CopySnippetConflict) IsRedirect() bool

IsRedirect returns true when this copy snippet conflict response has a 3xx status code

func (*CopySnippetConflict) IsServerError added in v1.19.1

func (o *CopySnippetConflict) IsServerError() bool

IsServerError returns true when this copy snippet conflict response has a 5xx status code

func (*CopySnippetConflict) IsSuccess added in v1.19.1

func (o *CopySnippetConflict) IsSuccess() bool

IsSuccess returns true when this copy snippet conflict response has a 2xx status code

func (*CopySnippetConflict) String added in v1.19.1

func (o *CopySnippetConflict) String() string

type CopySnippetCreated added in v1.19.1

type CopySnippetCreated struct {
	Payload *models.FlowEntity
}

CopySnippetCreated describes a response with status code 201, with default header values.

successful operation

func NewCopySnippetCreated added in v1.19.1

func NewCopySnippetCreated() *CopySnippetCreated

NewCopySnippetCreated creates a CopySnippetCreated with default headers values

func (*CopySnippetCreated) Error added in v1.19.1

func (o *CopySnippetCreated) Error() string

func (*CopySnippetCreated) GetPayload added in v1.19.1

func (o *CopySnippetCreated) GetPayload() *models.FlowEntity

func (*CopySnippetCreated) IsClientError added in v1.19.1

func (o *CopySnippetCreated) IsClientError() bool

IsClientError returns true when this copy snippet created response has a 4xx status code

func (*CopySnippetCreated) IsCode added in v1.19.1

func (o *CopySnippetCreated) IsCode(code int) bool

IsCode returns true when this copy snippet created response a status code equal to that given

func (*CopySnippetCreated) IsRedirect added in v1.19.1

func (o *CopySnippetCreated) IsRedirect() bool

IsRedirect returns true when this copy snippet created response has a 3xx status code

func (*CopySnippetCreated) IsServerError added in v1.19.1

func (o *CopySnippetCreated) IsServerError() bool

IsServerError returns true when this copy snippet created response has a 5xx status code

func (*CopySnippetCreated) IsSuccess added in v1.19.1

func (o *CopySnippetCreated) IsSuccess() bool

IsSuccess returns true when this copy snippet created response has a 2xx status code

func (*CopySnippetCreated) String added in v1.19.1

func (o *CopySnippetCreated) String() string

type CopySnippetForbidden

type CopySnippetForbidden struct {
}

CopySnippetForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCopySnippetForbidden

func NewCopySnippetForbidden() *CopySnippetForbidden

NewCopySnippetForbidden creates a CopySnippetForbidden with default headers values

func (*CopySnippetForbidden) Error

func (o *CopySnippetForbidden) Error() string

func (*CopySnippetForbidden) IsClientError added in v1.19.1

func (o *CopySnippetForbidden) IsClientError() bool

IsClientError returns true when this copy snippet forbidden response has a 4xx status code

func (*CopySnippetForbidden) IsCode added in v1.19.1

func (o *CopySnippetForbidden) IsCode(code int) bool

IsCode returns true when this copy snippet forbidden response a status code equal to that given

func (*CopySnippetForbidden) IsRedirect added in v1.19.1

func (o *CopySnippetForbidden) IsRedirect() bool

IsRedirect returns true when this copy snippet forbidden response has a 3xx status code

func (*CopySnippetForbidden) IsServerError added in v1.19.1

func (o *CopySnippetForbidden) IsServerError() bool

IsServerError returns true when this copy snippet forbidden response has a 5xx status code

func (*CopySnippetForbidden) IsSuccess added in v1.19.1

func (o *CopySnippetForbidden) IsSuccess() bool

IsSuccess returns true when this copy snippet forbidden response has a 2xx status code

func (*CopySnippetForbidden) String added in v1.19.1

func (o *CopySnippetForbidden) String() string

type CopySnippetNotFound

type CopySnippetNotFound struct {
}

CopySnippetNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCopySnippetNotFound

func NewCopySnippetNotFound() *CopySnippetNotFound

NewCopySnippetNotFound creates a CopySnippetNotFound with default headers values

func (*CopySnippetNotFound) Error

func (o *CopySnippetNotFound) Error() string

func (*CopySnippetNotFound) IsClientError added in v1.19.1

func (o *CopySnippetNotFound) IsClientError() bool

IsClientError returns true when this copy snippet not found response has a 4xx status code

func (*CopySnippetNotFound) IsCode added in v1.19.1

func (o *CopySnippetNotFound) IsCode(code int) bool

IsCode returns true when this copy snippet not found response a status code equal to that given

func (*CopySnippetNotFound) IsRedirect added in v1.19.1

func (o *CopySnippetNotFound) IsRedirect() bool

IsRedirect returns true when this copy snippet not found response has a 3xx status code

func (*CopySnippetNotFound) IsServerError added in v1.19.1

func (o *CopySnippetNotFound) IsServerError() bool

IsServerError returns true when this copy snippet not found response has a 5xx status code

func (*CopySnippetNotFound) IsSuccess added in v1.19.1

func (o *CopySnippetNotFound) IsSuccess() bool

IsSuccess returns true when this copy snippet not found response has a 2xx status code

func (*CopySnippetNotFound) String added in v1.19.1

func (o *CopySnippetNotFound) String() string

type CopySnippetParams

type CopySnippetParams struct {

	/* Body.

	   The copy snippet request.
	*/
	Body *models.CopySnippetRequestEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CopySnippetParams contains all the parameters to send to the API endpoint

for the copy snippet operation.

Typically these are written to a http.Request.

func NewCopySnippetParams

func NewCopySnippetParams() *CopySnippetParams

NewCopySnippetParams creates a new CopySnippetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCopySnippetParamsWithContext

func NewCopySnippetParamsWithContext(ctx context.Context) *CopySnippetParams

NewCopySnippetParamsWithContext creates a new CopySnippetParams object with the ability to set a context for a request.

func NewCopySnippetParamsWithHTTPClient

func NewCopySnippetParamsWithHTTPClient(client *http.Client) *CopySnippetParams

NewCopySnippetParamsWithHTTPClient creates a new CopySnippetParams object with the ability to set a custom HTTPClient for a request.

func NewCopySnippetParamsWithTimeout

func NewCopySnippetParamsWithTimeout(timeout time.Duration) *CopySnippetParams

NewCopySnippetParamsWithTimeout creates a new CopySnippetParams object with the ability to set a timeout on a request.

func (*CopySnippetParams) SetBody

SetBody adds the body to the copy snippet params

func (*CopySnippetParams) SetContext

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

SetContext adds the context to the copy snippet params

func (*CopySnippetParams) SetDefaults

func (o *CopySnippetParams) SetDefaults()

SetDefaults hydrates default values in the copy snippet params (not the query body).

All values with no default are reset to their zero value.

func (*CopySnippetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy snippet params

func (*CopySnippetParams) SetID

func (o *CopySnippetParams) SetID(id string)

SetID adds the id to the copy snippet params

func (*CopySnippetParams) SetTimeout

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

SetTimeout adds the timeout to the copy snippet params

func (*CopySnippetParams) WithBody

WithBody adds the body to the copy snippet params

func (*CopySnippetParams) WithContext

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

WithContext adds the context to the copy snippet params

func (*CopySnippetParams) WithDefaults

func (o *CopySnippetParams) WithDefaults() *CopySnippetParams

WithDefaults hydrates default values in the copy snippet params (not the query body).

All values with no default are reset to their zero value.

func (*CopySnippetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the copy snippet params

func (*CopySnippetParams) WithID

WithID adds the id to the copy snippet params

func (*CopySnippetParams) WithTimeout

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

WithTimeout adds the timeout to the copy snippet params

func (*CopySnippetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CopySnippetReader

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

CopySnippetReader is a Reader for the CopySnippet structure.

func (*CopySnippetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopySnippetUnauthorized

type CopySnippetUnauthorized struct {
}

CopySnippetUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCopySnippetUnauthorized

func NewCopySnippetUnauthorized() *CopySnippetUnauthorized

NewCopySnippetUnauthorized creates a CopySnippetUnauthorized with default headers values

func (*CopySnippetUnauthorized) Error

func (o *CopySnippetUnauthorized) Error() string

func (*CopySnippetUnauthorized) IsClientError added in v1.19.1

func (o *CopySnippetUnauthorized) IsClientError() bool

IsClientError returns true when this copy snippet unauthorized response has a 4xx status code

func (*CopySnippetUnauthorized) IsCode added in v1.19.1

func (o *CopySnippetUnauthorized) IsCode(code int) bool

IsCode returns true when this copy snippet unauthorized response a status code equal to that given

func (*CopySnippetUnauthorized) IsRedirect added in v1.19.1

func (o *CopySnippetUnauthorized) IsRedirect() bool

IsRedirect returns true when this copy snippet unauthorized response has a 3xx status code

func (*CopySnippetUnauthorized) IsServerError added in v1.19.1

func (o *CopySnippetUnauthorized) IsServerError() bool

IsServerError returns true when this copy snippet unauthorized response has a 5xx status code

func (*CopySnippetUnauthorized) IsSuccess added in v1.19.1

func (o *CopySnippetUnauthorized) IsSuccess() bool

IsSuccess returns true when this copy snippet unauthorized response has a 2xx status code

func (*CopySnippetUnauthorized) String added in v1.19.1

func (o *CopySnippetUnauthorized) String() string

type CreateConnectionBadRequest

type CreateConnectionBadRequest struct {
}

CreateConnectionBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateConnectionBadRequest

func NewCreateConnectionBadRequest() *CreateConnectionBadRequest

NewCreateConnectionBadRequest creates a CreateConnectionBadRequest with default headers values

func (*CreateConnectionBadRequest) Error

func (*CreateConnectionBadRequest) IsClientError added in v1.19.1

func (o *CreateConnectionBadRequest) IsClientError() bool

IsClientError returns true when this create connection bad request response has a 4xx status code

func (*CreateConnectionBadRequest) IsCode added in v1.19.1

func (o *CreateConnectionBadRequest) IsCode(code int) bool

IsCode returns true when this create connection bad request response a status code equal to that given

func (*CreateConnectionBadRequest) IsRedirect added in v1.19.1

func (o *CreateConnectionBadRequest) IsRedirect() bool

IsRedirect returns true when this create connection bad request response has a 3xx status code

func (*CreateConnectionBadRequest) IsServerError added in v1.19.1

func (o *CreateConnectionBadRequest) IsServerError() bool

IsServerError returns true when this create connection bad request response has a 5xx status code

func (*CreateConnectionBadRequest) IsSuccess added in v1.19.1

func (o *CreateConnectionBadRequest) IsSuccess() bool

IsSuccess returns true when this create connection bad request response has a 2xx status code

func (*CreateConnectionBadRequest) String added in v1.19.1

func (o *CreateConnectionBadRequest) String() string

type CreateConnectionConflict

type CreateConnectionConflict struct {
}

CreateConnectionConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateConnectionConflict

func NewCreateConnectionConflict() *CreateConnectionConflict

NewCreateConnectionConflict creates a CreateConnectionConflict with default headers values

func (*CreateConnectionConflict) Error

func (o *CreateConnectionConflict) Error() string

func (*CreateConnectionConflict) IsClientError added in v1.19.1

func (o *CreateConnectionConflict) IsClientError() bool

IsClientError returns true when this create connection conflict response has a 4xx status code

func (*CreateConnectionConflict) IsCode added in v1.19.1

func (o *CreateConnectionConflict) IsCode(code int) bool

IsCode returns true when this create connection conflict response a status code equal to that given

func (*CreateConnectionConflict) IsRedirect added in v1.19.1

func (o *CreateConnectionConflict) IsRedirect() bool

IsRedirect returns true when this create connection conflict response has a 3xx status code

func (*CreateConnectionConflict) IsServerError added in v1.19.1

func (o *CreateConnectionConflict) IsServerError() bool

IsServerError returns true when this create connection conflict response has a 5xx status code

func (*CreateConnectionConflict) IsSuccess added in v1.19.1

func (o *CreateConnectionConflict) IsSuccess() bool

IsSuccess returns true when this create connection conflict response has a 2xx status code

func (*CreateConnectionConflict) String added in v1.19.1

func (o *CreateConnectionConflict) String() string

type CreateConnectionCreated added in v1.19.1

type CreateConnectionCreated struct {
	Payload *models.ConnectionEntity
}

CreateConnectionCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateConnectionCreated added in v1.19.1

func NewCreateConnectionCreated() *CreateConnectionCreated

NewCreateConnectionCreated creates a CreateConnectionCreated with default headers values

func (*CreateConnectionCreated) Error added in v1.19.1

func (o *CreateConnectionCreated) Error() string

func (*CreateConnectionCreated) GetPayload added in v1.19.1

func (*CreateConnectionCreated) IsClientError added in v1.19.1

func (o *CreateConnectionCreated) IsClientError() bool

IsClientError returns true when this create connection created response has a 4xx status code

func (*CreateConnectionCreated) IsCode added in v1.19.1

func (o *CreateConnectionCreated) IsCode(code int) bool

IsCode returns true when this create connection created response a status code equal to that given

func (*CreateConnectionCreated) IsRedirect added in v1.19.1

func (o *CreateConnectionCreated) IsRedirect() bool

IsRedirect returns true when this create connection created response has a 3xx status code

func (*CreateConnectionCreated) IsServerError added in v1.19.1

func (o *CreateConnectionCreated) IsServerError() bool

IsServerError returns true when this create connection created response has a 5xx status code

func (*CreateConnectionCreated) IsSuccess added in v1.19.1

func (o *CreateConnectionCreated) IsSuccess() bool

IsSuccess returns true when this create connection created response has a 2xx status code

func (*CreateConnectionCreated) String added in v1.19.1

func (o *CreateConnectionCreated) String() string

type CreateConnectionForbidden

type CreateConnectionForbidden struct {
}

CreateConnectionForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateConnectionForbidden

func NewCreateConnectionForbidden() *CreateConnectionForbidden

NewCreateConnectionForbidden creates a CreateConnectionForbidden with default headers values

func (*CreateConnectionForbidden) Error

func (o *CreateConnectionForbidden) Error() string

func (*CreateConnectionForbidden) IsClientError added in v1.19.1

func (o *CreateConnectionForbidden) IsClientError() bool

IsClientError returns true when this create connection forbidden response has a 4xx status code

func (*CreateConnectionForbidden) IsCode added in v1.19.1

func (o *CreateConnectionForbidden) IsCode(code int) bool

IsCode returns true when this create connection forbidden response a status code equal to that given

func (*CreateConnectionForbidden) IsRedirect added in v1.19.1

func (o *CreateConnectionForbidden) IsRedirect() bool

IsRedirect returns true when this create connection forbidden response has a 3xx status code

func (*CreateConnectionForbidden) IsServerError added in v1.19.1

func (o *CreateConnectionForbidden) IsServerError() bool

IsServerError returns true when this create connection forbidden response has a 5xx status code

func (*CreateConnectionForbidden) IsSuccess added in v1.19.1

func (o *CreateConnectionForbidden) IsSuccess() bool

IsSuccess returns true when this create connection forbidden response has a 2xx status code

func (*CreateConnectionForbidden) String added in v1.19.1

func (o *CreateConnectionForbidden) String() string

type CreateConnectionNotFound

type CreateConnectionNotFound struct {
}

CreateConnectionNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateConnectionNotFound

func NewCreateConnectionNotFound() *CreateConnectionNotFound

NewCreateConnectionNotFound creates a CreateConnectionNotFound with default headers values

func (*CreateConnectionNotFound) Error

func (o *CreateConnectionNotFound) Error() string

func (*CreateConnectionNotFound) IsClientError added in v1.19.1

func (o *CreateConnectionNotFound) IsClientError() bool

IsClientError returns true when this create connection not found response has a 4xx status code

func (*CreateConnectionNotFound) IsCode added in v1.19.1

func (o *CreateConnectionNotFound) IsCode(code int) bool

IsCode returns true when this create connection not found response a status code equal to that given

func (*CreateConnectionNotFound) IsRedirect added in v1.19.1

func (o *CreateConnectionNotFound) IsRedirect() bool

IsRedirect returns true when this create connection not found response has a 3xx status code

func (*CreateConnectionNotFound) IsServerError added in v1.19.1

func (o *CreateConnectionNotFound) IsServerError() bool

IsServerError returns true when this create connection not found response has a 5xx status code

func (*CreateConnectionNotFound) IsSuccess added in v1.19.1

func (o *CreateConnectionNotFound) IsSuccess() bool

IsSuccess returns true when this create connection not found response has a 2xx status code

func (*CreateConnectionNotFound) String added in v1.19.1

func (o *CreateConnectionNotFound) String() string

type CreateConnectionParams

type CreateConnectionParams struct {

	/* Body.

	   The connection configuration details.
	*/
	Body *models.ConnectionEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateConnectionParams contains all the parameters to send to the API endpoint

for the create connection operation.

Typically these are written to a http.Request.

func NewCreateConnectionParams

func NewCreateConnectionParams() *CreateConnectionParams

NewCreateConnectionParams creates a new CreateConnectionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateConnectionParamsWithContext

func NewCreateConnectionParamsWithContext(ctx context.Context) *CreateConnectionParams

NewCreateConnectionParamsWithContext creates a new CreateConnectionParams object with the ability to set a context for a request.

func NewCreateConnectionParamsWithHTTPClient

func NewCreateConnectionParamsWithHTTPClient(client *http.Client) *CreateConnectionParams

NewCreateConnectionParamsWithHTTPClient creates a new CreateConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateConnectionParamsWithTimeout

func NewCreateConnectionParamsWithTimeout(timeout time.Duration) *CreateConnectionParams

NewCreateConnectionParamsWithTimeout creates a new CreateConnectionParams object with the ability to set a timeout on a request.

func (*CreateConnectionParams) SetBody

SetBody adds the body to the create connection params

func (*CreateConnectionParams) SetContext

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

SetContext adds the context to the create connection params

func (*CreateConnectionParams) SetDefaults

func (o *CreateConnectionParams) SetDefaults()

SetDefaults hydrates default values in the create connection params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create connection params

func (*CreateConnectionParams) SetID

func (o *CreateConnectionParams) SetID(id string)

SetID adds the id to the create connection params

func (*CreateConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the create connection params

func (*CreateConnectionParams) WithBody

WithBody adds the body to the create connection params

func (*CreateConnectionParams) WithContext

WithContext adds the context to the create connection params

func (*CreateConnectionParams) WithDefaults

WithDefaults hydrates default values in the create connection params (not the query body).

All values with no default are reset to their zero value.

func (*CreateConnectionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create connection params

func (*CreateConnectionParams) WithID

WithID adds the id to the create connection params

func (*CreateConnectionParams) WithTimeout

WithTimeout adds the timeout to the create connection params

func (*CreateConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConnectionReader

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

CreateConnectionReader is a Reader for the CreateConnection structure.

func (*CreateConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateConnectionUnauthorized

type CreateConnectionUnauthorized struct {
}

CreateConnectionUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateConnectionUnauthorized

func NewCreateConnectionUnauthorized() *CreateConnectionUnauthorized

NewCreateConnectionUnauthorized creates a CreateConnectionUnauthorized with default headers values

func (*CreateConnectionUnauthorized) Error

func (*CreateConnectionUnauthorized) IsClientError added in v1.19.1

func (o *CreateConnectionUnauthorized) IsClientError() bool

IsClientError returns true when this create connection unauthorized response has a 4xx status code

func (*CreateConnectionUnauthorized) IsCode added in v1.19.1

func (o *CreateConnectionUnauthorized) IsCode(code int) bool

IsCode returns true when this create connection unauthorized response a status code equal to that given

func (*CreateConnectionUnauthorized) IsRedirect added in v1.19.1

func (o *CreateConnectionUnauthorized) IsRedirect() bool

IsRedirect returns true when this create connection unauthorized response has a 3xx status code

func (*CreateConnectionUnauthorized) IsServerError added in v1.19.1

func (o *CreateConnectionUnauthorized) IsServerError() bool

IsServerError returns true when this create connection unauthorized response has a 5xx status code

func (*CreateConnectionUnauthorized) IsSuccess added in v1.19.1

func (o *CreateConnectionUnauthorized) IsSuccess() bool

IsSuccess returns true when this create connection unauthorized response has a 2xx status code

func (*CreateConnectionUnauthorized) String added in v1.19.1

type CreateControllerServiceBadRequest

type CreateControllerServiceBadRequest struct {
}

CreateControllerServiceBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateControllerServiceBadRequest

func NewCreateControllerServiceBadRequest() *CreateControllerServiceBadRequest

NewCreateControllerServiceBadRequest creates a CreateControllerServiceBadRequest with default headers values

func (*CreateControllerServiceBadRequest) Error

func (*CreateControllerServiceBadRequest) IsClientError added in v1.19.1

func (o *CreateControllerServiceBadRequest) IsClientError() bool

IsClientError returns true when this create controller service bad request response has a 4xx status code

func (*CreateControllerServiceBadRequest) IsCode added in v1.19.1

func (o *CreateControllerServiceBadRequest) IsCode(code int) bool

IsCode returns true when this create controller service bad request response a status code equal to that given

func (*CreateControllerServiceBadRequest) IsRedirect added in v1.19.1

func (o *CreateControllerServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this create controller service bad request response has a 3xx status code

func (*CreateControllerServiceBadRequest) IsServerError added in v1.19.1

func (o *CreateControllerServiceBadRequest) IsServerError() bool

IsServerError returns true when this create controller service bad request response has a 5xx status code

func (*CreateControllerServiceBadRequest) IsSuccess added in v1.19.1

func (o *CreateControllerServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this create controller service bad request response has a 2xx status code

func (*CreateControllerServiceBadRequest) String added in v1.19.1

type CreateControllerServiceConflict

type CreateControllerServiceConflict struct {
}

CreateControllerServiceConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateControllerServiceConflict

func NewCreateControllerServiceConflict() *CreateControllerServiceConflict

NewCreateControllerServiceConflict creates a CreateControllerServiceConflict with default headers values

func (*CreateControllerServiceConflict) Error

func (*CreateControllerServiceConflict) IsClientError added in v1.19.1

func (o *CreateControllerServiceConflict) IsClientError() bool

IsClientError returns true when this create controller service conflict response has a 4xx status code

func (*CreateControllerServiceConflict) IsCode added in v1.19.1

func (o *CreateControllerServiceConflict) IsCode(code int) bool

IsCode returns true when this create controller service conflict response a status code equal to that given

func (*CreateControllerServiceConflict) IsRedirect added in v1.19.1

func (o *CreateControllerServiceConflict) IsRedirect() bool

IsRedirect returns true when this create controller service conflict response has a 3xx status code

func (*CreateControllerServiceConflict) IsServerError added in v1.19.1

func (o *CreateControllerServiceConflict) IsServerError() bool

IsServerError returns true when this create controller service conflict response has a 5xx status code

func (*CreateControllerServiceConflict) IsSuccess added in v1.19.1

func (o *CreateControllerServiceConflict) IsSuccess() bool

IsSuccess returns true when this create controller service conflict response has a 2xx status code

func (*CreateControllerServiceConflict) String added in v1.19.1

type CreateControllerServiceCreated added in v1.19.1

type CreateControllerServiceCreated struct {
	Payload *models.ControllerServiceEntity
}

CreateControllerServiceCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateControllerServiceCreated added in v1.19.1

func NewCreateControllerServiceCreated() *CreateControllerServiceCreated

NewCreateControllerServiceCreated creates a CreateControllerServiceCreated with default headers values

func (*CreateControllerServiceCreated) Error added in v1.19.1

func (*CreateControllerServiceCreated) GetPayload added in v1.19.1

func (*CreateControllerServiceCreated) IsClientError added in v1.19.1

func (o *CreateControllerServiceCreated) IsClientError() bool

IsClientError returns true when this create controller service created response has a 4xx status code

func (*CreateControllerServiceCreated) IsCode added in v1.19.1

func (o *CreateControllerServiceCreated) IsCode(code int) bool

IsCode returns true when this create controller service created response a status code equal to that given

func (*CreateControllerServiceCreated) IsRedirect added in v1.19.1

func (o *CreateControllerServiceCreated) IsRedirect() bool

IsRedirect returns true when this create controller service created response has a 3xx status code

func (*CreateControllerServiceCreated) IsServerError added in v1.19.1

func (o *CreateControllerServiceCreated) IsServerError() bool

IsServerError returns true when this create controller service created response has a 5xx status code

func (*CreateControllerServiceCreated) IsSuccess added in v1.19.1

func (o *CreateControllerServiceCreated) IsSuccess() bool

IsSuccess returns true when this create controller service created response has a 2xx status code

func (*CreateControllerServiceCreated) String added in v1.19.1

type CreateControllerServiceForbidden

type CreateControllerServiceForbidden struct {
}

CreateControllerServiceForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateControllerServiceForbidden

func NewCreateControllerServiceForbidden() *CreateControllerServiceForbidden

NewCreateControllerServiceForbidden creates a CreateControllerServiceForbidden with default headers values

func (*CreateControllerServiceForbidden) Error

func (*CreateControllerServiceForbidden) IsClientError added in v1.19.1

func (o *CreateControllerServiceForbidden) IsClientError() bool

IsClientError returns true when this create controller service forbidden response has a 4xx status code

func (*CreateControllerServiceForbidden) IsCode added in v1.19.1

func (o *CreateControllerServiceForbidden) IsCode(code int) bool

IsCode returns true when this create controller service forbidden response a status code equal to that given

func (*CreateControllerServiceForbidden) IsRedirect added in v1.19.1

func (o *CreateControllerServiceForbidden) IsRedirect() bool

IsRedirect returns true when this create controller service forbidden response has a 3xx status code

func (*CreateControllerServiceForbidden) IsServerError added in v1.19.1

func (o *CreateControllerServiceForbidden) IsServerError() bool

IsServerError returns true when this create controller service forbidden response has a 5xx status code

func (*CreateControllerServiceForbidden) IsSuccess added in v1.19.1

func (o *CreateControllerServiceForbidden) IsSuccess() bool

IsSuccess returns true when this create controller service forbidden response has a 2xx status code

func (*CreateControllerServiceForbidden) String added in v1.19.1

type CreateControllerServiceParams

type CreateControllerServiceParams struct {

	/* Body.

	   The controller service configuration details.
	*/
	Body *models.ControllerServiceEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateControllerServiceParams contains all the parameters to send to the API endpoint

for the create controller service operation.

Typically these are written to a http.Request.

func NewCreateControllerServiceParams

func NewCreateControllerServiceParams() *CreateControllerServiceParams

NewCreateControllerServiceParams creates a new CreateControllerServiceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateControllerServiceParamsWithContext

func NewCreateControllerServiceParamsWithContext(ctx context.Context) *CreateControllerServiceParams

NewCreateControllerServiceParamsWithContext creates a new CreateControllerServiceParams object with the ability to set a context for a request.

func NewCreateControllerServiceParamsWithHTTPClient

func NewCreateControllerServiceParamsWithHTTPClient(client *http.Client) *CreateControllerServiceParams

NewCreateControllerServiceParamsWithHTTPClient creates a new CreateControllerServiceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateControllerServiceParamsWithTimeout

func NewCreateControllerServiceParamsWithTimeout(timeout time.Duration) *CreateControllerServiceParams

NewCreateControllerServiceParamsWithTimeout creates a new CreateControllerServiceParams object with the ability to set a timeout on a request.

func (*CreateControllerServiceParams) SetBody

SetBody adds the body to the create controller service params

func (*CreateControllerServiceParams) SetContext

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

SetContext adds the context to the create controller service params

func (*CreateControllerServiceParams) SetDefaults

func (o *CreateControllerServiceParams) SetDefaults()

SetDefaults hydrates default values in the create controller service params (not the query body).

All values with no default are reset to their zero value.

func (*CreateControllerServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create controller service params

func (*CreateControllerServiceParams) SetID

SetID adds the id to the create controller service params

func (*CreateControllerServiceParams) SetTimeout

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

SetTimeout adds the timeout to the create controller service params

func (*CreateControllerServiceParams) WithBody

WithBody adds the body to the create controller service params

func (*CreateControllerServiceParams) WithContext

WithContext adds the context to the create controller service params

func (*CreateControllerServiceParams) WithDefaults

WithDefaults hydrates default values in the create controller service params (not the query body).

All values with no default are reset to their zero value.

func (*CreateControllerServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create controller service params

func (*CreateControllerServiceParams) WithID

WithID adds the id to the create controller service params

func (*CreateControllerServiceParams) WithTimeout

WithTimeout adds the timeout to the create controller service params

func (*CreateControllerServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateControllerServiceReader

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

CreateControllerServiceReader is a Reader for the CreateControllerService structure.

func (*CreateControllerServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateControllerServiceUnauthorized

type CreateControllerServiceUnauthorized struct {
}

CreateControllerServiceUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateControllerServiceUnauthorized

func NewCreateControllerServiceUnauthorized() *CreateControllerServiceUnauthorized

NewCreateControllerServiceUnauthorized creates a CreateControllerServiceUnauthorized with default headers values

func (*CreateControllerServiceUnauthorized) Error

func (*CreateControllerServiceUnauthorized) IsClientError added in v1.19.1

func (o *CreateControllerServiceUnauthorized) IsClientError() bool

IsClientError returns true when this create controller service unauthorized response has a 4xx status code

func (*CreateControllerServiceUnauthorized) IsCode added in v1.19.1

IsCode returns true when this create controller service unauthorized response a status code equal to that given

func (*CreateControllerServiceUnauthorized) IsRedirect added in v1.19.1

func (o *CreateControllerServiceUnauthorized) IsRedirect() bool

IsRedirect returns true when this create controller service unauthorized response has a 3xx status code

func (*CreateControllerServiceUnauthorized) IsServerError added in v1.19.1

func (o *CreateControllerServiceUnauthorized) IsServerError() bool

IsServerError returns true when this create controller service unauthorized response has a 5xx status code

func (*CreateControllerServiceUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this create controller service unauthorized response has a 2xx status code

func (*CreateControllerServiceUnauthorized) String added in v1.19.1

type CreateEmptyAllConnectionsRequestAccepted

type CreateEmptyAllConnectionsRequestAccepted struct {
}

CreateEmptyAllConnectionsRequestAccepted describes a response with status code 202, with default header values.

The request has been accepted. An HTTP response header will contain the URI where the status can be polled.

func NewCreateEmptyAllConnectionsRequestAccepted

func NewCreateEmptyAllConnectionsRequestAccepted() *CreateEmptyAllConnectionsRequestAccepted

NewCreateEmptyAllConnectionsRequestAccepted creates a CreateEmptyAllConnectionsRequestAccepted with default headers values

func (*CreateEmptyAllConnectionsRequestAccepted) Error

func (*CreateEmptyAllConnectionsRequestAccepted) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request accepted response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestAccepted) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request accepted response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestAccepted) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request accepted response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestAccepted) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request accepted response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestAccepted) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request accepted response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestAccepted) String added in v1.19.1

type CreateEmptyAllConnectionsRequestBadRequest

type CreateEmptyAllConnectionsRequestBadRequest struct {
}

CreateEmptyAllConnectionsRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateEmptyAllConnectionsRequestBadRequest

func NewCreateEmptyAllConnectionsRequestBadRequest() *CreateEmptyAllConnectionsRequestBadRequest

NewCreateEmptyAllConnectionsRequestBadRequest creates a CreateEmptyAllConnectionsRequestBadRequest with default headers values

func (*CreateEmptyAllConnectionsRequestBadRequest) Error

func (*CreateEmptyAllConnectionsRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request bad request response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request bad request response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request bad request response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request bad request response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request bad request response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestBadRequest) String added in v1.19.1

type CreateEmptyAllConnectionsRequestConflict

type CreateEmptyAllConnectionsRequestConflict struct {
}

CreateEmptyAllConnectionsRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateEmptyAllConnectionsRequestConflict

func NewCreateEmptyAllConnectionsRequestConflict() *CreateEmptyAllConnectionsRequestConflict

NewCreateEmptyAllConnectionsRequestConflict creates a CreateEmptyAllConnectionsRequestConflict with default headers values

func (*CreateEmptyAllConnectionsRequestConflict) Error

func (*CreateEmptyAllConnectionsRequestConflict) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request conflict response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestConflict) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request conflict response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request conflict response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestConflict) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request conflict response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request conflict response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestConflict) String added in v1.19.1

type CreateEmptyAllConnectionsRequestForbidden

type CreateEmptyAllConnectionsRequestForbidden struct {
}

CreateEmptyAllConnectionsRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateEmptyAllConnectionsRequestForbidden

func NewCreateEmptyAllConnectionsRequestForbidden() *CreateEmptyAllConnectionsRequestForbidden

NewCreateEmptyAllConnectionsRequestForbidden creates a CreateEmptyAllConnectionsRequestForbidden with default headers values

func (*CreateEmptyAllConnectionsRequestForbidden) Error

func (*CreateEmptyAllConnectionsRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request forbidden response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request forbidden response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request forbidden response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request forbidden response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request forbidden response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestForbidden) String added in v1.19.1

type CreateEmptyAllConnectionsRequestNotFound

type CreateEmptyAllConnectionsRequestNotFound struct {
}

CreateEmptyAllConnectionsRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateEmptyAllConnectionsRequestNotFound

func NewCreateEmptyAllConnectionsRequestNotFound() *CreateEmptyAllConnectionsRequestNotFound

NewCreateEmptyAllConnectionsRequestNotFound creates a CreateEmptyAllConnectionsRequestNotFound with default headers values

func (*CreateEmptyAllConnectionsRequestNotFound) Error

func (*CreateEmptyAllConnectionsRequestNotFound) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request not found response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request not found response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request not found response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestNotFound) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request not found response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request not found response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestNotFound) String added in v1.19.1

type CreateEmptyAllConnectionsRequestOK

type CreateEmptyAllConnectionsRequestOK struct {
	Payload *models.DropRequestEntity
}

CreateEmptyAllConnectionsRequestOK describes a response with status code 200, with default header values.

successful operation

func NewCreateEmptyAllConnectionsRequestOK

func NewCreateEmptyAllConnectionsRequestOK() *CreateEmptyAllConnectionsRequestOK

NewCreateEmptyAllConnectionsRequestOK creates a CreateEmptyAllConnectionsRequestOK with default headers values

func (*CreateEmptyAllConnectionsRequestOK) Error

func (*CreateEmptyAllConnectionsRequestOK) GetPayload

func (*CreateEmptyAllConnectionsRequestOK) IsClientError added in v1.19.1

func (o *CreateEmptyAllConnectionsRequestOK) IsClientError() bool

IsClientError returns true when this create empty all connections request o k response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestOK) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request o k response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestOK) IsRedirect added in v1.19.1

func (o *CreateEmptyAllConnectionsRequestOK) IsRedirect() bool

IsRedirect returns true when this create empty all connections request o k response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestOK) IsServerError added in v1.19.1

func (o *CreateEmptyAllConnectionsRequestOK) IsServerError() bool

IsServerError returns true when this create empty all connections request o k response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestOK) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request o k response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestOK) String added in v1.19.1

type CreateEmptyAllConnectionsRequestParams

type CreateEmptyAllConnectionsRequestParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateEmptyAllConnectionsRequestParams contains all the parameters to send to the API endpoint

for the create empty all connections request operation.

Typically these are written to a http.Request.

func NewCreateEmptyAllConnectionsRequestParams

func NewCreateEmptyAllConnectionsRequestParams() *CreateEmptyAllConnectionsRequestParams

NewCreateEmptyAllConnectionsRequestParams creates a new CreateEmptyAllConnectionsRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateEmptyAllConnectionsRequestParamsWithContext

func NewCreateEmptyAllConnectionsRequestParamsWithContext(ctx context.Context) *CreateEmptyAllConnectionsRequestParams

NewCreateEmptyAllConnectionsRequestParamsWithContext creates a new CreateEmptyAllConnectionsRequestParams object with the ability to set a context for a request.

func NewCreateEmptyAllConnectionsRequestParamsWithHTTPClient

func NewCreateEmptyAllConnectionsRequestParamsWithHTTPClient(client *http.Client) *CreateEmptyAllConnectionsRequestParams

NewCreateEmptyAllConnectionsRequestParamsWithHTTPClient creates a new CreateEmptyAllConnectionsRequestParams object with the ability to set a custom HTTPClient for a request.

func NewCreateEmptyAllConnectionsRequestParamsWithTimeout

func NewCreateEmptyAllConnectionsRequestParamsWithTimeout(timeout time.Duration) *CreateEmptyAllConnectionsRequestParams

NewCreateEmptyAllConnectionsRequestParamsWithTimeout creates a new CreateEmptyAllConnectionsRequestParams object with the ability to set a timeout on a request.

func (*CreateEmptyAllConnectionsRequestParams) SetContext

SetContext adds the context to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) SetDefaults

func (o *CreateEmptyAllConnectionsRequestParams) SetDefaults()

SetDefaults hydrates default values in the create empty all connections request params (not the query body).

All values with no default are reset to their zero value.

func (*CreateEmptyAllConnectionsRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) SetID

SetID adds the id to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) SetTimeout

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

SetTimeout adds the timeout to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) WithContext

WithContext adds the context to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) WithDefaults

WithDefaults hydrates default values in the create empty all connections request params (not the query body).

All values with no default are reset to their zero value.

func (*CreateEmptyAllConnectionsRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) WithID

WithID adds the id to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) WithTimeout

WithTimeout adds the timeout to the create empty all connections request params

func (*CreateEmptyAllConnectionsRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEmptyAllConnectionsRequestReader

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

CreateEmptyAllConnectionsRequestReader is a Reader for the CreateEmptyAllConnectionsRequest structure.

func (*CreateEmptyAllConnectionsRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateEmptyAllConnectionsRequestUnauthorized

type CreateEmptyAllConnectionsRequestUnauthorized struct {
}

CreateEmptyAllConnectionsRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateEmptyAllConnectionsRequestUnauthorized

func NewCreateEmptyAllConnectionsRequestUnauthorized() *CreateEmptyAllConnectionsRequestUnauthorized

NewCreateEmptyAllConnectionsRequestUnauthorized creates a CreateEmptyAllConnectionsRequestUnauthorized with default headers values

func (*CreateEmptyAllConnectionsRequestUnauthorized) Error

func (*CreateEmptyAllConnectionsRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this create empty all connections request unauthorized response has a 4xx status code

func (*CreateEmptyAllConnectionsRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this create empty all connections request unauthorized response a status code equal to that given

func (*CreateEmptyAllConnectionsRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this create empty all connections request unauthorized response has a 3xx status code

func (*CreateEmptyAllConnectionsRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this create empty all connections request unauthorized response has a 5xx status code

func (*CreateEmptyAllConnectionsRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this create empty all connections request unauthorized response has a 2xx status code

func (*CreateEmptyAllConnectionsRequestUnauthorized) String added in v1.19.1

type CreateFunnelBadRequest

type CreateFunnelBadRequest struct {
}

CreateFunnelBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateFunnelBadRequest

func NewCreateFunnelBadRequest() *CreateFunnelBadRequest

NewCreateFunnelBadRequest creates a CreateFunnelBadRequest with default headers values

func (*CreateFunnelBadRequest) Error

func (o *CreateFunnelBadRequest) Error() string

func (*CreateFunnelBadRequest) IsClientError added in v1.19.1

func (o *CreateFunnelBadRequest) IsClientError() bool

IsClientError returns true when this create funnel bad request response has a 4xx status code

func (*CreateFunnelBadRequest) IsCode added in v1.19.1

func (o *CreateFunnelBadRequest) IsCode(code int) bool

IsCode returns true when this create funnel bad request response a status code equal to that given

func (*CreateFunnelBadRequest) IsRedirect added in v1.19.1

func (o *CreateFunnelBadRequest) IsRedirect() bool

IsRedirect returns true when this create funnel bad request response has a 3xx status code

func (*CreateFunnelBadRequest) IsServerError added in v1.19.1

func (o *CreateFunnelBadRequest) IsServerError() bool

IsServerError returns true when this create funnel bad request response has a 5xx status code

func (*CreateFunnelBadRequest) IsSuccess added in v1.19.1

func (o *CreateFunnelBadRequest) IsSuccess() bool

IsSuccess returns true when this create funnel bad request response has a 2xx status code

func (*CreateFunnelBadRequest) String added in v1.19.1

func (o *CreateFunnelBadRequest) String() string

type CreateFunnelConflict

type CreateFunnelConflict struct {
}

CreateFunnelConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateFunnelConflict

func NewCreateFunnelConflict() *CreateFunnelConflict

NewCreateFunnelConflict creates a CreateFunnelConflict with default headers values

func (*CreateFunnelConflict) Error

func (o *CreateFunnelConflict) Error() string

func (*CreateFunnelConflict) IsClientError added in v1.19.1

func (o *CreateFunnelConflict) IsClientError() bool

IsClientError returns true when this create funnel conflict response has a 4xx status code

func (*CreateFunnelConflict) IsCode added in v1.19.1

func (o *CreateFunnelConflict) IsCode(code int) bool

IsCode returns true when this create funnel conflict response a status code equal to that given

func (*CreateFunnelConflict) IsRedirect added in v1.19.1

func (o *CreateFunnelConflict) IsRedirect() bool

IsRedirect returns true when this create funnel conflict response has a 3xx status code

func (*CreateFunnelConflict) IsServerError added in v1.19.1

func (o *CreateFunnelConflict) IsServerError() bool

IsServerError returns true when this create funnel conflict response has a 5xx status code

func (*CreateFunnelConflict) IsSuccess added in v1.19.1

func (o *CreateFunnelConflict) IsSuccess() bool

IsSuccess returns true when this create funnel conflict response has a 2xx status code

func (*CreateFunnelConflict) String added in v1.19.1

func (o *CreateFunnelConflict) String() string

type CreateFunnelCreated added in v1.19.1

type CreateFunnelCreated struct {
	Payload *models.FunnelEntity
}

CreateFunnelCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateFunnelCreated added in v1.19.1

func NewCreateFunnelCreated() *CreateFunnelCreated

NewCreateFunnelCreated creates a CreateFunnelCreated with default headers values

func (*CreateFunnelCreated) Error added in v1.19.1

func (o *CreateFunnelCreated) Error() string

func (*CreateFunnelCreated) GetPayload added in v1.19.1

func (o *CreateFunnelCreated) GetPayload() *models.FunnelEntity

func (*CreateFunnelCreated) IsClientError added in v1.19.1

func (o *CreateFunnelCreated) IsClientError() bool

IsClientError returns true when this create funnel created response has a 4xx status code

func (*CreateFunnelCreated) IsCode added in v1.19.1

func (o *CreateFunnelCreated) IsCode(code int) bool

IsCode returns true when this create funnel created response a status code equal to that given

func (*CreateFunnelCreated) IsRedirect added in v1.19.1

func (o *CreateFunnelCreated) IsRedirect() bool

IsRedirect returns true when this create funnel created response has a 3xx status code

func (*CreateFunnelCreated) IsServerError added in v1.19.1

func (o *CreateFunnelCreated) IsServerError() bool

IsServerError returns true when this create funnel created response has a 5xx status code

func (*CreateFunnelCreated) IsSuccess added in v1.19.1

func (o *CreateFunnelCreated) IsSuccess() bool

IsSuccess returns true when this create funnel created response has a 2xx status code

func (*CreateFunnelCreated) String added in v1.19.1

func (o *CreateFunnelCreated) String() string

type CreateFunnelForbidden

type CreateFunnelForbidden struct {
}

CreateFunnelForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateFunnelForbidden

func NewCreateFunnelForbidden() *CreateFunnelForbidden

NewCreateFunnelForbidden creates a CreateFunnelForbidden with default headers values

func (*CreateFunnelForbidden) Error

func (o *CreateFunnelForbidden) Error() string

func (*CreateFunnelForbidden) IsClientError added in v1.19.1

func (o *CreateFunnelForbidden) IsClientError() bool

IsClientError returns true when this create funnel forbidden response has a 4xx status code

func (*CreateFunnelForbidden) IsCode added in v1.19.1

func (o *CreateFunnelForbidden) IsCode(code int) bool

IsCode returns true when this create funnel forbidden response a status code equal to that given

func (*CreateFunnelForbidden) IsRedirect added in v1.19.1

func (o *CreateFunnelForbidden) IsRedirect() bool

IsRedirect returns true when this create funnel forbidden response has a 3xx status code

func (*CreateFunnelForbidden) IsServerError added in v1.19.1

func (o *CreateFunnelForbidden) IsServerError() bool

IsServerError returns true when this create funnel forbidden response has a 5xx status code

func (*CreateFunnelForbidden) IsSuccess added in v1.19.1

func (o *CreateFunnelForbidden) IsSuccess() bool

IsSuccess returns true when this create funnel forbidden response has a 2xx status code

func (*CreateFunnelForbidden) String added in v1.19.1

func (o *CreateFunnelForbidden) String() string

type CreateFunnelNotFound

type CreateFunnelNotFound struct {
}

CreateFunnelNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateFunnelNotFound

func NewCreateFunnelNotFound() *CreateFunnelNotFound

NewCreateFunnelNotFound creates a CreateFunnelNotFound with default headers values

func (*CreateFunnelNotFound) Error

func (o *CreateFunnelNotFound) Error() string

func (*CreateFunnelNotFound) IsClientError added in v1.19.1

func (o *CreateFunnelNotFound) IsClientError() bool

IsClientError returns true when this create funnel not found response has a 4xx status code

func (*CreateFunnelNotFound) IsCode added in v1.19.1

func (o *CreateFunnelNotFound) IsCode(code int) bool

IsCode returns true when this create funnel not found response a status code equal to that given

func (*CreateFunnelNotFound) IsRedirect added in v1.19.1

func (o *CreateFunnelNotFound) IsRedirect() bool

IsRedirect returns true when this create funnel not found response has a 3xx status code

func (*CreateFunnelNotFound) IsServerError added in v1.19.1

func (o *CreateFunnelNotFound) IsServerError() bool

IsServerError returns true when this create funnel not found response has a 5xx status code

func (*CreateFunnelNotFound) IsSuccess added in v1.19.1

func (o *CreateFunnelNotFound) IsSuccess() bool

IsSuccess returns true when this create funnel not found response has a 2xx status code

func (*CreateFunnelNotFound) String added in v1.19.1

func (o *CreateFunnelNotFound) String() string

type CreateFunnelParams

type CreateFunnelParams struct {

	/* Body.

	   The funnel configuration details.
	*/
	Body *models.FunnelEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateFunnelParams contains all the parameters to send to the API endpoint

for the create funnel operation.

Typically these are written to a http.Request.

func NewCreateFunnelParams

func NewCreateFunnelParams() *CreateFunnelParams

NewCreateFunnelParams creates a new CreateFunnelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateFunnelParamsWithContext

func NewCreateFunnelParamsWithContext(ctx context.Context) *CreateFunnelParams

NewCreateFunnelParamsWithContext creates a new CreateFunnelParams object with the ability to set a context for a request.

func NewCreateFunnelParamsWithHTTPClient

func NewCreateFunnelParamsWithHTTPClient(client *http.Client) *CreateFunnelParams

NewCreateFunnelParamsWithHTTPClient creates a new CreateFunnelParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFunnelParamsWithTimeout

func NewCreateFunnelParamsWithTimeout(timeout time.Duration) *CreateFunnelParams

NewCreateFunnelParamsWithTimeout creates a new CreateFunnelParams object with the ability to set a timeout on a request.

func (*CreateFunnelParams) SetBody

func (o *CreateFunnelParams) SetBody(body *models.FunnelEntity)

SetBody adds the body to the create funnel params

func (*CreateFunnelParams) SetContext

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

SetContext adds the context to the create funnel params

func (*CreateFunnelParams) SetDefaults

func (o *CreateFunnelParams) SetDefaults()

SetDefaults hydrates default values in the create funnel params (not the query body).

All values with no default are reset to their zero value.

func (*CreateFunnelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create funnel params

func (*CreateFunnelParams) SetID

func (o *CreateFunnelParams) SetID(id string)

SetID adds the id to the create funnel params

func (*CreateFunnelParams) SetTimeout

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

SetTimeout adds the timeout to the create funnel params

func (*CreateFunnelParams) WithBody

WithBody adds the body to the create funnel params

func (*CreateFunnelParams) WithContext

WithContext adds the context to the create funnel params

func (*CreateFunnelParams) WithDefaults

func (o *CreateFunnelParams) WithDefaults() *CreateFunnelParams

WithDefaults hydrates default values in the create funnel params (not the query body).

All values with no default are reset to their zero value.

func (*CreateFunnelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create funnel params

func (*CreateFunnelParams) WithID

WithID adds the id to the create funnel params

func (*CreateFunnelParams) WithTimeout

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

WithTimeout adds the timeout to the create funnel params

func (*CreateFunnelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateFunnelReader

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

CreateFunnelReader is a Reader for the CreateFunnel structure.

func (*CreateFunnelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFunnelUnauthorized

type CreateFunnelUnauthorized struct {
}

CreateFunnelUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateFunnelUnauthorized

func NewCreateFunnelUnauthorized() *CreateFunnelUnauthorized

NewCreateFunnelUnauthorized creates a CreateFunnelUnauthorized with default headers values

func (*CreateFunnelUnauthorized) Error

func (o *CreateFunnelUnauthorized) Error() string

func (*CreateFunnelUnauthorized) IsClientError added in v1.19.1

func (o *CreateFunnelUnauthorized) IsClientError() bool

IsClientError returns true when this create funnel unauthorized response has a 4xx status code

func (*CreateFunnelUnauthorized) IsCode added in v1.19.1

func (o *CreateFunnelUnauthorized) IsCode(code int) bool

IsCode returns true when this create funnel unauthorized response a status code equal to that given

func (*CreateFunnelUnauthorized) IsRedirect added in v1.19.1

func (o *CreateFunnelUnauthorized) IsRedirect() bool

IsRedirect returns true when this create funnel unauthorized response has a 3xx status code

func (*CreateFunnelUnauthorized) IsServerError added in v1.19.1

func (o *CreateFunnelUnauthorized) IsServerError() bool

IsServerError returns true when this create funnel unauthorized response has a 5xx status code

func (*CreateFunnelUnauthorized) IsSuccess added in v1.19.1

func (o *CreateFunnelUnauthorized) IsSuccess() bool

IsSuccess returns true when this create funnel unauthorized response has a 2xx status code

func (*CreateFunnelUnauthorized) String added in v1.19.1

func (o *CreateFunnelUnauthorized) String() string

type CreateInputPortBadRequest

type CreateInputPortBadRequest struct {
}

CreateInputPortBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateInputPortBadRequest

func NewCreateInputPortBadRequest() *CreateInputPortBadRequest

NewCreateInputPortBadRequest creates a CreateInputPortBadRequest with default headers values

func (*CreateInputPortBadRequest) Error

func (o *CreateInputPortBadRequest) Error() string

func (*CreateInputPortBadRequest) IsClientError added in v1.19.1

func (o *CreateInputPortBadRequest) IsClientError() bool

IsClientError returns true when this create input port bad request response has a 4xx status code

func (*CreateInputPortBadRequest) IsCode added in v1.19.1

func (o *CreateInputPortBadRequest) IsCode(code int) bool

IsCode returns true when this create input port bad request response a status code equal to that given

func (*CreateInputPortBadRequest) IsRedirect added in v1.19.1

func (o *CreateInputPortBadRequest) IsRedirect() bool

IsRedirect returns true when this create input port bad request response has a 3xx status code

func (*CreateInputPortBadRequest) IsServerError added in v1.19.1

func (o *CreateInputPortBadRequest) IsServerError() bool

IsServerError returns true when this create input port bad request response has a 5xx status code

func (*CreateInputPortBadRequest) IsSuccess added in v1.19.1

func (o *CreateInputPortBadRequest) IsSuccess() bool

IsSuccess returns true when this create input port bad request response has a 2xx status code

func (*CreateInputPortBadRequest) String added in v1.19.1

func (o *CreateInputPortBadRequest) String() string

type CreateInputPortConflict

type CreateInputPortConflict struct {
}

CreateInputPortConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateInputPortConflict

func NewCreateInputPortConflict() *CreateInputPortConflict

NewCreateInputPortConflict creates a CreateInputPortConflict with default headers values

func (*CreateInputPortConflict) Error

func (o *CreateInputPortConflict) Error() string

func (*CreateInputPortConflict) IsClientError added in v1.19.1

func (o *CreateInputPortConflict) IsClientError() bool

IsClientError returns true when this create input port conflict response has a 4xx status code

func (*CreateInputPortConflict) IsCode added in v1.19.1

func (o *CreateInputPortConflict) IsCode(code int) bool

IsCode returns true when this create input port conflict response a status code equal to that given

func (*CreateInputPortConflict) IsRedirect added in v1.19.1

func (o *CreateInputPortConflict) IsRedirect() bool

IsRedirect returns true when this create input port conflict response has a 3xx status code

func (*CreateInputPortConflict) IsServerError added in v1.19.1

func (o *CreateInputPortConflict) IsServerError() bool

IsServerError returns true when this create input port conflict response has a 5xx status code

func (*CreateInputPortConflict) IsSuccess added in v1.19.1

func (o *CreateInputPortConflict) IsSuccess() bool

IsSuccess returns true when this create input port conflict response has a 2xx status code

func (*CreateInputPortConflict) String added in v1.19.1

func (o *CreateInputPortConflict) String() string

type CreateInputPortCreated added in v1.19.1

type CreateInputPortCreated struct {
	Payload *models.PortEntity
}

CreateInputPortCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateInputPortCreated added in v1.19.1

func NewCreateInputPortCreated() *CreateInputPortCreated

NewCreateInputPortCreated creates a CreateInputPortCreated with default headers values

func (*CreateInputPortCreated) Error added in v1.19.1

func (o *CreateInputPortCreated) Error() string

func (*CreateInputPortCreated) GetPayload added in v1.19.1

func (o *CreateInputPortCreated) GetPayload() *models.PortEntity

func (*CreateInputPortCreated) IsClientError added in v1.19.1

func (o *CreateInputPortCreated) IsClientError() bool

IsClientError returns true when this create input port created response has a 4xx status code

func (*CreateInputPortCreated) IsCode added in v1.19.1

func (o *CreateInputPortCreated) IsCode(code int) bool

IsCode returns true when this create input port created response a status code equal to that given

func (*CreateInputPortCreated) IsRedirect added in v1.19.1

func (o *CreateInputPortCreated) IsRedirect() bool

IsRedirect returns true when this create input port created response has a 3xx status code

func (*CreateInputPortCreated) IsServerError added in v1.19.1

func (o *CreateInputPortCreated) IsServerError() bool

IsServerError returns true when this create input port created response has a 5xx status code

func (*CreateInputPortCreated) IsSuccess added in v1.19.1

func (o *CreateInputPortCreated) IsSuccess() bool

IsSuccess returns true when this create input port created response has a 2xx status code

func (*CreateInputPortCreated) String added in v1.19.1

func (o *CreateInputPortCreated) String() string

type CreateInputPortForbidden

type CreateInputPortForbidden struct {
}

CreateInputPortForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateInputPortForbidden

func NewCreateInputPortForbidden() *CreateInputPortForbidden

NewCreateInputPortForbidden creates a CreateInputPortForbidden with default headers values

func (*CreateInputPortForbidden) Error

func (o *CreateInputPortForbidden) Error() string

func (*CreateInputPortForbidden) IsClientError added in v1.19.1

func (o *CreateInputPortForbidden) IsClientError() bool

IsClientError returns true when this create input port forbidden response has a 4xx status code

func (*CreateInputPortForbidden) IsCode added in v1.19.1

func (o *CreateInputPortForbidden) IsCode(code int) bool

IsCode returns true when this create input port forbidden response a status code equal to that given

func (*CreateInputPortForbidden) IsRedirect added in v1.19.1

func (o *CreateInputPortForbidden) IsRedirect() bool

IsRedirect returns true when this create input port forbidden response has a 3xx status code

func (*CreateInputPortForbidden) IsServerError added in v1.19.1

func (o *CreateInputPortForbidden) IsServerError() bool

IsServerError returns true when this create input port forbidden response has a 5xx status code

func (*CreateInputPortForbidden) IsSuccess added in v1.19.1

func (o *CreateInputPortForbidden) IsSuccess() bool

IsSuccess returns true when this create input port forbidden response has a 2xx status code

func (*CreateInputPortForbidden) String added in v1.19.1

func (o *CreateInputPortForbidden) String() string

type CreateInputPortNotFound

type CreateInputPortNotFound struct {
}

CreateInputPortNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateInputPortNotFound

func NewCreateInputPortNotFound() *CreateInputPortNotFound

NewCreateInputPortNotFound creates a CreateInputPortNotFound with default headers values

func (*CreateInputPortNotFound) Error

func (o *CreateInputPortNotFound) Error() string

func (*CreateInputPortNotFound) IsClientError added in v1.19.1

func (o *CreateInputPortNotFound) IsClientError() bool

IsClientError returns true when this create input port not found response has a 4xx status code

func (*CreateInputPortNotFound) IsCode added in v1.19.1

func (o *CreateInputPortNotFound) IsCode(code int) bool

IsCode returns true when this create input port not found response a status code equal to that given

func (*CreateInputPortNotFound) IsRedirect added in v1.19.1

func (o *CreateInputPortNotFound) IsRedirect() bool

IsRedirect returns true when this create input port not found response has a 3xx status code

func (*CreateInputPortNotFound) IsServerError added in v1.19.1

func (o *CreateInputPortNotFound) IsServerError() bool

IsServerError returns true when this create input port not found response has a 5xx status code

func (*CreateInputPortNotFound) IsSuccess added in v1.19.1

func (o *CreateInputPortNotFound) IsSuccess() bool

IsSuccess returns true when this create input port not found response has a 2xx status code

func (*CreateInputPortNotFound) String added in v1.19.1

func (o *CreateInputPortNotFound) String() string

type CreateInputPortParams

type CreateInputPortParams struct {

	/* Body.

	   The input port configuration details.
	*/
	Body *models.PortEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateInputPortParams contains all the parameters to send to the API endpoint

for the create input port operation.

Typically these are written to a http.Request.

func NewCreateInputPortParams

func NewCreateInputPortParams() *CreateInputPortParams

NewCreateInputPortParams creates a new CreateInputPortParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateInputPortParamsWithContext

func NewCreateInputPortParamsWithContext(ctx context.Context) *CreateInputPortParams

NewCreateInputPortParamsWithContext creates a new CreateInputPortParams object with the ability to set a context for a request.

func NewCreateInputPortParamsWithHTTPClient

func NewCreateInputPortParamsWithHTTPClient(client *http.Client) *CreateInputPortParams

NewCreateInputPortParamsWithHTTPClient creates a new CreateInputPortParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInputPortParamsWithTimeout

func NewCreateInputPortParamsWithTimeout(timeout time.Duration) *CreateInputPortParams

NewCreateInputPortParamsWithTimeout creates a new CreateInputPortParams object with the ability to set a timeout on a request.

func (*CreateInputPortParams) SetBody

func (o *CreateInputPortParams) SetBody(body *models.PortEntity)

SetBody adds the body to the create input port params

func (*CreateInputPortParams) SetContext

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

SetContext adds the context to the create input port params

func (*CreateInputPortParams) SetDefaults

func (o *CreateInputPortParams) SetDefaults()

SetDefaults hydrates default values in the create input port params (not the query body).

All values with no default are reset to their zero value.

func (*CreateInputPortParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create input port params

func (*CreateInputPortParams) SetID

func (o *CreateInputPortParams) SetID(id string)

SetID adds the id to the create input port params

func (*CreateInputPortParams) SetTimeout

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

SetTimeout adds the timeout to the create input port params

func (*CreateInputPortParams) WithBody

WithBody adds the body to the create input port params

func (*CreateInputPortParams) WithContext

WithContext adds the context to the create input port params

func (*CreateInputPortParams) WithDefaults

func (o *CreateInputPortParams) WithDefaults() *CreateInputPortParams

WithDefaults hydrates default values in the create input port params (not the query body).

All values with no default are reset to their zero value.

func (*CreateInputPortParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create input port params

func (*CreateInputPortParams) WithID

WithID adds the id to the create input port params

func (*CreateInputPortParams) WithTimeout

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

WithTimeout adds the timeout to the create input port params

func (*CreateInputPortParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateInputPortReader

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

CreateInputPortReader is a Reader for the CreateInputPort structure.

func (*CreateInputPortReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInputPortUnauthorized

type CreateInputPortUnauthorized struct {
}

CreateInputPortUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateInputPortUnauthorized

func NewCreateInputPortUnauthorized() *CreateInputPortUnauthorized

NewCreateInputPortUnauthorized creates a CreateInputPortUnauthorized with default headers values

func (*CreateInputPortUnauthorized) Error

func (*CreateInputPortUnauthorized) IsClientError added in v1.19.1

func (o *CreateInputPortUnauthorized) IsClientError() bool

IsClientError returns true when this create input port unauthorized response has a 4xx status code

func (*CreateInputPortUnauthorized) IsCode added in v1.19.1

func (o *CreateInputPortUnauthorized) IsCode(code int) bool

IsCode returns true when this create input port unauthorized response a status code equal to that given

func (*CreateInputPortUnauthorized) IsRedirect added in v1.19.1

func (o *CreateInputPortUnauthorized) IsRedirect() bool

IsRedirect returns true when this create input port unauthorized response has a 3xx status code

func (*CreateInputPortUnauthorized) IsServerError added in v1.19.1

func (o *CreateInputPortUnauthorized) IsServerError() bool

IsServerError returns true when this create input port unauthorized response has a 5xx status code

func (*CreateInputPortUnauthorized) IsSuccess added in v1.19.1

func (o *CreateInputPortUnauthorized) IsSuccess() bool

IsSuccess returns true when this create input port unauthorized response has a 2xx status code

func (*CreateInputPortUnauthorized) String added in v1.19.1

func (o *CreateInputPortUnauthorized) String() string

type CreateLabelBadRequest

type CreateLabelBadRequest struct {
}

CreateLabelBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateLabelBadRequest

func NewCreateLabelBadRequest() *CreateLabelBadRequest

NewCreateLabelBadRequest creates a CreateLabelBadRequest with default headers values

func (*CreateLabelBadRequest) Error

func (o *CreateLabelBadRequest) Error() string

func (*CreateLabelBadRequest) IsClientError added in v1.19.1

func (o *CreateLabelBadRequest) IsClientError() bool

IsClientError returns true when this create label bad request response has a 4xx status code

func (*CreateLabelBadRequest) IsCode added in v1.19.1

func (o *CreateLabelBadRequest) IsCode(code int) bool

IsCode returns true when this create label bad request response a status code equal to that given

func (*CreateLabelBadRequest) IsRedirect added in v1.19.1

func (o *CreateLabelBadRequest) IsRedirect() bool

IsRedirect returns true when this create label bad request response has a 3xx status code

func (*CreateLabelBadRequest) IsServerError added in v1.19.1

func (o *CreateLabelBadRequest) IsServerError() bool

IsServerError returns true when this create label bad request response has a 5xx status code

func (*CreateLabelBadRequest) IsSuccess added in v1.19.1

func (o *CreateLabelBadRequest) IsSuccess() bool

IsSuccess returns true when this create label bad request response has a 2xx status code

func (*CreateLabelBadRequest) String added in v1.19.1

func (o *CreateLabelBadRequest) String() string

type CreateLabelConflict

type CreateLabelConflict struct {
}

CreateLabelConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateLabelConflict

func NewCreateLabelConflict() *CreateLabelConflict

NewCreateLabelConflict creates a CreateLabelConflict with default headers values

func (*CreateLabelConflict) Error

func (o *CreateLabelConflict) Error() string

func (*CreateLabelConflict) IsClientError added in v1.19.1

func (o *CreateLabelConflict) IsClientError() bool

IsClientError returns true when this create label conflict response has a 4xx status code

func (*CreateLabelConflict) IsCode added in v1.19.1

func (o *CreateLabelConflict) IsCode(code int) bool

IsCode returns true when this create label conflict response a status code equal to that given

func (*CreateLabelConflict) IsRedirect added in v1.19.1

func (o *CreateLabelConflict) IsRedirect() bool

IsRedirect returns true when this create label conflict response has a 3xx status code

func (*CreateLabelConflict) IsServerError added in v1.19.1

func (o *CreateLabelConflict) IsServerError() bool

IsServerError returns true when this create label conflict response has a 5xx status code

func (*CreateLabelConflict) IsSuccess added in v1.19.1

func (o *CreateLabelConflict) IsSuccess() bool

IsSuccess returns true when this create label conflict response has a 2xx status code

func (*CreateLabelConflict) String added in v1.19.1

func (o *CreateLabelConflict) String() string

type CreateLabelCreated added in v1.19.1

type CreateLabelCreated struct {
	Payload *models.LabelEntity
}

CreateLabelCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateLabelCreated added in v1.19.1

func NewCreateLabelCreated() *CreateLabelCreated

NewCreateLabelCreated creates a CreateLabelCreated with default headers values

func (*CreateLabelCreated) Error added in v1.19.1

func (o *CreateLabelCreated) Error() string

func (*CreateLabelCreated) GetPayload added in v1.19.1

func (o *CreateLabelCreated) GetPayload() *models.LabelEntity

func (*CreateLabelCreated) IsClientError added in v1.19.1

func (o *CreateLabelCreated) IsClientError() bool

IsClientError returns true when this create label created response has a 4xx status code

func (*CreateLabelCreated) IsCode added in v1.19.1

func (o *CreateLabelCreated) IsCode(code int) bool

IsCode returns true when this create label created response a status code equal to that given

func (*CreateLabelCreated) IsRedirect added in v1.19.1

func (o *CreateLabelCreated) IsRedirect() bool

IsRedirect returns true when this create label created response has a 3xx status code

func (*CreateLabelCreated) IsServerError added in v1.19.1

func (o *CreateLabelCreated) IsServerError() bool

IsServerError returns true when this create label created response has a 5xx status code

func (*CreateLabelCreated) IsSuccess added in v1.19.1

func (o *CreateLabelCreated) IsSuccess() bool

IsSuccess returns true when this create label created response has a 2xx status code

func (*CreateLabelCreated) String added in v1.19.1

func (o *CreateLabelCreated) String() string

type CreateLabelForbidden

type CreateLabelForbidden struct {
}

CreateLabelForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateLabelForbidden

func NewCreateLabelForbidden() *CreateLabelForbidden

NewCreateLabelForbidden creates a CreateLabelForbidden with default headers values

func (*CreateLabelForbidden) Error

func (o *CreateLabelForbidden) Error() string

func (*CreateLabelForbidden) IsClientError added in v1.19.1

func (o *CreateLabelForbidden) IsClientError() bool

IsClientError returns true when this create label forbidden response has a 4xx status code

func (*CreateLabelForbidden) IsCode added in v1.19.1

func (o *CreateLabelForbidden) IsCode(code int) bool

IsCode returns true when this create label forbidden response a status code equal to that given

func (*CreateLabelForbidden) IsRedirect added in v1.19.1

func (o *CreateLabelForbidden) IsRedirect() bool

IsRedirect returns true when this create label forbidden response has a 3xx status code

func (*CreateLabelForbidden) IsServerError added in v1.19.1

func (o *CreateLabelForbidden) IsServerError() bool

IsServerError returns true when this create label forbidden response has a 5xx status code

func (*CreateLabelForbidden) IsSuccess added in v1.19.1

func (o *CreateLabelForbidden) IsSuccess() bool

IsSuccess returns true when this create label forbidden response has a 2xx status code

func (*CreateLabelForbidden) String added in v1.19.1

func (o *CreateLabelForbidden) String() string

type CreateLabelNotFound

type CreateLabelNotFound struct {
}

CreateLabelNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateLabelNotFound

func NewCreateLabelNotFound() *CreateLabelNotFound

NewCreateLabelNotFound creates a CreateLabelNotFound with default headers values

func (*CreateLabelNotFound) Error

func (o *CreateLabelNotFound) Error() string

func (*CreateLabelNotFound) IsClientError added in v1.19.1

func (o *CreateLabelNotFound) IsClientError() bool

IsClientError returns true when this create label not found response has a 4xx status code

func (*CreateLabelNotFound) IsCode added in v1.19.1

func (o *CreateLabelNotFound) IsCode(code int) bool

IsCode returns true when this create label not found response a status code equal to that given

func (*CreateLabelNotFound) IsRedirect added in v1.19.1

func (o *CreateLabelNotFound) IsRedirect() bool

IsRedirect returns true when this create label not found response has a 3xx status code

func (*CreateLabelNotFound) IsServerError added in v1.19.1

func (o *CreateLabelNotFound) IsServerError() bool

IsServerError returns true when this create label not found response has a 5xx status code

func (*CreateLabelNotFound) IsSuccess added in v1.19.1

func (o *CreateLabelNotFound) IsSuccess() bool

IsSuccess returns true when this create label not found response has a 2xx status code

func (*CreateLabelNotFound) String added in v1.19.1

func (o *CreateLabelNotFound) String() string

type CreateLabelParams

type CreateLabelParams struct {

	/* Body.

	   The label configuration details.
	*/
	Body *models.LabelEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateLabelParams contains all the parameters to send to the API endpoint

for the create label operation.

Typically these are written to a http.Request.

func NewCreateLabelParams

func NewCreateLabelParams() *CreateLabelParams

NewCreateLabelParams creates a new CreateLabelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateLabelParamsWithContext

func NewCreateLabelParamsWithContext(ctx context.Context) *CreateLabelParams

NewCreateLabelParamsWithContext creates a new CreateLabelParams object with the ability to set a context for a request.

func NewCreateLabelParamsWithHTTPClient

func NewCreateLabelParamsWithHTTPClient(client *http.Client) *CreateLabelParams

NewCreateLabelParamsWithHTTPClient creates a new CreateLabelParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLabelParamsWithTimeout

func NewCreateLabelParamsWithTimeout(timeout time.Duration) *CreateLabelParams

NewCreateLabelParamsWithTimeout creates a new CreateLabelParams object with the ability to set a timeout on a request.

func (*CreateLabelParams) SetBody

func (o *CreateLabelParams) SetBody(body *models.LabelEntity)

SetBody adds the body to the create label params

func (*CreateLabelParams) SetContext

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

SetContext adds the context to the create label params

func (*CreateLabelParams) SetDefaults

func (o *CreateLabelParams) SetDefaults()

SetDefaults hydrates default values in the create label params (not the query body).

All values with no default are reset to their zero value.

func (*CreateLabelParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create label params

func (*CreateLabelParams) SetID

func (o *CreateLabelParams) SetID(id string)

SetID adds the id to the create label params

func (*CreateLabelParams) SetTimeout

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

SetTimeout adds the timeout to the create label params

func (*CreateLabelParams) WithBody

WithBody adds the body to the create label params

func (*CreateLabelParams) WithContext

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

WithContext adds the context to the create label params

func (*CreateLabelParams) WithDefaults

func (o *CreateLabelParams) WithDefaults() *CreateLabelParams

WithDefaults hydrates default values in the create label params (not the query body).

All values with no default are reset to their zero value.

func (*CreateLabelParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create label params

func (*CreateLabelParams) WithID

WithID adds the id to the create label params

func (*CreateLabelParams) WithTimeout

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

WithTimeout adds the timeout to the create label params

func (*CreateLabelParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateLabelReader

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

CreateLabelReader is a Reader for the CreateLabel structure.

func (*CreateLabelReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateLabelUnauthorized

type CreateLabelUnauthorized struct {
}

CreateLabelUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateLabelUnauthorized

func NewCreateLabelUnauthorized() *CreateLabelUnauthorized

NewCreateLabelUnauthorized creates a CreateLabelUnauthorized with default headers values

func (*CreateLabelUnauthorized) Error

func (o *CreateLabelUnauthorized) Error() string

func (*CreateLabelUnauthorized) IsClientError added in v1.19.1

func (o *CreateLabelUnauthorized) IsClientError() bool

IsClientError returns true when this create label unauthorized response has a 4xx status code

func (*CreateLabelUnauthorized) IsCode added in v1.19.1

func (o *CreateLabelUnauthorized) IsCode(code int) bool

IsCode returns true when this create label unauthorized response a status code equal to that given

func (*CreateLabelUnauthorized) IsRedirect added in v1.19.1

func (o *CreateLabelUnauthorized) IsRedirect() bool

IsRedirect returns true when this create label unauthorized response has a 3xx status code

func (*CreateLabelUnauthorized) IsServerError added in v1.19.1

func (o *CreateLabelUnauthorized) IsServerError() bool

IsServerError returns true when this create label unauthorized response has a 5xx status code

func (*CreateLabelUnauthorized) IsSuccess added in v1.19.1

func (o *CreateLabelUnauthorized) IsSuccess() bool

IsSuccess returns true when this create label unauthorized response has a 2xx status code

func (*CreateLabelUnauthorized) String added in v1.19.1

func (o *CreateLabelUnauthorized) String() string

type CreateOutputPortBadRequest

type CreateOutputPortBadRequest struct {
}

CreateOutputPortBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateOutputPortBadRequest

func NewCreateOutputPortBadRequest() *CreateOutputPortBadRequest

NewCreateOutputPortBadRequest creates a CreateOutputPortBadRequest with default headers values

func (*CreateOutputPortBadRequest) Error

func (*CreateOutputPortBadRequest) IsClientError added in v1.19.1

func (o *CreateOutputPortBadRequest) IsClientError() bool

IsClientError returns true when this create output port bad request response has a 4xx status code

func (*CreateOutputPortBadRequest) IsCode added in v1.19.1

func (o *CreateOutputPortBadRequest) IsCode(code int) bool

IsCode returns true when this create output port bad request response a status code equal to that given

func (*CreateOutputPortBadRequest) IsRedirect added in v1.19.1

func (o *CreateOutputPortBadRequest) IsRedirect() bool

IsRedirect returns true when this create output port bad request response has a 3xx status code

func (*CreateOutputPortBadRequest) IsServerError added in v1.19.1

func (o *CreateOutputPortBadRequest) IsServerError() bool

IsServerError returns true when this create output port bad request response has a 5xx status code

func (*CreateOutputPortBadRequest) IsSuccess added in v1.19.1

func (o *CreateOutputPortBadRequest) IsSuccess() bool

IsSuccess returns true when this create output port bad request response has a 2xx status code

func (*CreateOutputPortBadRequest) String added in v1.19.1

func (o *CreateOutputPortBadRequest) String() string

type CreateOutputPortConflict

type CreateOutputPortConflict struct {
}

CreateOutputPortConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateOutputPortConflict

func NewCreateOutputPortConflict() *CreateOutputPortConflict

NewCreateOutputPortConflict creates a CreateOutputPortConflict with default headers values

func (*CreateOutputPortConflict) Error

func (o *CreateOutputPortConflict) Error() string

func (*CreateOutputPortConflict) IsClientError added in v1.19.1

func (o *CreateOutputPortConflict) IsClientError() bool

IsClientError returns true when this create output port conflict response has a 4xx status code

func (*CreateOutputPortConflict) IsCode added in v1.19.1

func (o *CreateOutputPortConflict) IsCode(code int) bool

IsCode returns true when this create output port conflict response a status code equal to that given

func (*CreateOutputPortConflict) IsRedirect added in v1.19.1

func (o *CreateOutputPortConflict) IsRedirect() bool

IsRedirect returns true when this create output port conflict response has a 3xx status code

func (*CreateOutputPortConflict) IsServerError added in v1.19.1

func (o *CreateOutputPortConflict) IsServerError() bool

IsServerError returns true when this create output port conflict response has a 5xx status code

func (*CreateOutputPortConflict) IsSuccess added in v1.19.1

func (o *CreateOutputPortConflict) IsSuccess() bool

IsSuccess returns true when this create output port conflict response has a 2xx status code

func (*CreateOutputPortConflict) String added in v1.19.1

func (o *CreateOutputPortConflict) String() string

type CreateOutputPortCreated added in v1.19.1

type CreateOutputPortCreated struct {
	Payload *models.PortEntity
}

CreateOutputPortCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateOutputPortCreated added in v1.19.1

func NewCreateOutputPortCreated() *CreateOutputPortCreated

NewCreateOutputPortCreated creates a CreateOutputPortCreated with default headers values

func (*CreateOutputPortCreated) Error added in v1.19.1

func (o *CreateOutputPortCreated) Error() string

func (*CreateOutputPortCreated) GetPayload added in v1.19.1

func (o *CreateOutputPortCreated) GetPayload() *models.PortEntity

func (*CreateOutputPortCreated) IsClientError added in v1.19.1

func (o *CreateOutputPortCreated) IsClientError() bool

IsClientError returns true when this create output port created response has a 4xx status code

func (*CreateOutputPortCreated) IsCode added in v1.19.1

func (o *CreateOutputPortCreated) IsCode(code int) bool

IsCode returns true when this create output port created response a status code equal to that given

func (*CreateOutputPortCreated) IsRedirect added in v1.19.1

func (o *CreateOutputPortCreated) IsRedirect() bool

IsRedirect returns true when this create output port created response has a 3xx status code

func (*CreateOutputPortCreated) IsServerError added in v1.19.1

func (o *CreateOutputPortCreated) IsServerError() bool

IsServerError returns true when this create output port created response has a 5xx status code

func (*CreateOutputPortCreated) IsSuccess added in v1.19.1

func (o *CreateOutputPortCreated) IsSuccess() bool

IsSuccess returns true when this create output port created response has a 2xx status code

func (*CreateOutputPortCreated) String added in v1.19.1

func (o *CreateOutputPortCreated) String() string

type CreateOutputPortForbidden

type CreateOutputPortForbidden struct {
}

CreateOutputPortForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateOutputPortForbidden

func NewCreateOutputPortForbidden() *CreateOutputPortForbidden

NewCreateOutputPortForbidden creates a CreateOutputPortForbidden with default headers values

func (*CreateOutputPortForbidden) Error

func (o *CreateOutputPortForbidden) Error() string

func (*CreateOutputPortForbidden) IsClientError added in v1.19.1

func (o *CreateOutputPortForbidden) IsClientError() bool

IsClientError returns true when this create output port forbidden response has a 4xx status code

func (*CreateOutputPortForbidden) IsCode added in v1.19.1

func (o *CreateOutputPortForbidden) IsCode(code int) bool

IsCode returns true when this create output port forbidden response a status code equal to that given

func (*CreateOutputPortForbidden) IsRedirect added in v1.19.1

func (o *CreateOutputPortForbidden) IsRedirect() bool

IsRedirect returns true when this create output port forbidden response has a 3xx status code

func (*CreateOutputPortForbidden) IsServerError added in v1.19.1

func (o *CreateOutputPortForbidden) IsServerError() bool

IsServerError returns true when this create output port forbidden response has a 5xx status code

func (*CreateOutputPortForbidden) IsSuccess added in v1.19.1

func (o *CreateOutputPortForbidden) IsSuccess() bool

IsSuccess returns true when this create output port forbidden response has a 2xx status code

func (*CreateOutputPortForbidden) String added in v1.19.1

func (o *CreateOutputPortForbidden) String() string

type CreateOutputPortNotFound

type CreateOutputPortNotFound struct {
}

CreateOutputPortNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateOutputPortNotFound

func NewCreateOutputPortNotFound() *CreateOutputPortNotFound

NewCreateOutputPortNotFound creates a CreateOutputPortNotFound with default headers values

func (*CreateOutputPortNotFound) Error

func (o *CreateOutputPortNotFound) Error() string

func (*CreateOutputPortNotFound) IsClientError added in v1.19.1

func (o *CreateOutputPortNotFound) IsClientError() bool

IsClientError returns true when this create output port not found response has a 4xx status code

func (*CreateOutputPortNotFound) IsCode added in v1.19.1

func (o *CreateOutputPortNotFound) IsCode(code int) bool

IsCode returns true when this create output port not found response a status code equal to that given

func (*CreateOutputPortNotFound) IsRedirect added in v1.19.1

func (o *CreateOutputPortNotFound) IsRedirect() bool

IsRedirect returns true when this create output port not found response has a 3xx status code

func (*CreateOutputPortNotFound) IsServerError added in v1.19.1

func (o *CreateOutputPortNotFound) IsServerError() bool

IsServerError returns true when this create output port not found response has a 5xx status code

func (*CreateOutputPortNotFound) IsSuccess added in v1.19.1

func (o *CreateOutputPortNotFound) IsSuccess() bool

IsSuccess returns true when this create output port not found response has a 2xx status code

func (*CreateOutputPortNotFound) String added in v1.19.1

func (o *CreateOutputPortNotFound) String() string

type CreateOutputPortParams

type CreateOutputPortParams struct {

	/* Body.

	   The output port configuration.
	*/
	Body *models.PortEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateOutputPortParams contains all the parameters to send to the API endpoint

for the create output port operation.

Typically these are written to a http.Request.

func NewCreateOutputPortParams

func NewCreateOutputPortParams() *CreateOutputPortParams

NewCreateOutputPortParams creates a new CreateOutputPortParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateOutputPortParamsWithContext

func NewCreateOutputPortParamsWithContext(ctx context.Context) *CreateOutputPortParams

NewCreateOutputPortParamsWithContext creates a new CreateOutputPortParams object with the ability to set a context for a request.

func NewCreateOutputPortParamsWithHTTPClient

func NewCreateOutputPortParamsWithHTTPClient(client *http.Client) *CreateOutputPortParams

NewCreateOutputPortParamsWithHTTPClient creates a new CreateOutputPortParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOutputPortParamsWithTimeout

func NewCreateOutputPortParamsWithTimeout(timeout time.Duration) *CreateOutputPortParams

NewCreateOutputPortParamsWithTimeout creates a new CreateOutputPortParams object with the ability to set a timeout on a request.

func (*CreateOutputPortParams) SetBody

func (o *CreateOutputPortParams) SetBody(body *models.PortEntity)

SetBody adds the body to the create output port params

func (*CreateOutputPortParams) SetContext

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

SetContext adds the context to the create output port params

func (*CreateOutputPortParams) SetDefaults

func (o *CreateOutputPortParams) SetDefaults()

SetDefaults hydrates default values in the create output port params (not the query body).

All values with no default are reset to their zero value.

func (*CreateOutputPortParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create output port params

func (*CreateOutputPortParams) SetID

func (o *CreateOutputPortParams) SetID(id string)

SetID adds the id to the create output port params

func (*CreateOutputPortParams) SetTimeout

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

SetTimeout adds the timeout to the create output port params

func (*CreateOutputPortParams) WithBody

WithBody adds the body to the create output port params

func (*CreateOutputPortParams) WithContext

WithContext adds the context to the create output port params

func (*CreateOutputPortParams) WithDefaults

WithDefaults hydrates default values in the create output port params (not the query body).

All values with no default are reset to their zero value.

func (*CreateOutputPortParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create output port params

func (*CreateOutputPortParams) WithID

WithID adds the id to the create output port params

func (*CreateOutputPortParams) WithTimeout

WithTimeout adds the timeout to the create output port params

func (*CreateOutputPortParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOutputPortReader

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

CreateOutputPortReader is a Reader for the CreateOutputPort structure.

func (*CreateOutputPortReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOutputPortUnauthorized

type CreateOutputPortUnauthorized struct {
}

CreateOutputPortUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateOutputPortUnauthorized

func NewCreateOutputPortUnauthorized() *CreateOutputPortUnauthorized

NewCreateOutputPortUnauthorized creates a CreateOutputPortUnauthorized with default headers values

func (*CreateOutputPortUnauthorized) Error

func (*CreateOutputPortUnauthorized) IsClientError added in v1.19.1

func (o *CreateOutputPortUnauthorized) IsClientError() bool

IsClientError returns true when this create output port unauthorized response has a 4xx status code

func (*CreateOutputPortUnauthorized) IsCode added in v1.19.1

func (o *CreateOutputPortUnauthorized) IsCode(code int) bool

IsCode returns true when this create output port unauthorized response a status code equal to that given

func (*CreateOutputPortUnauthorized) IsRedirect added in v1.19.1

func (o *CreateOutputPortUnauthorized) IsRedirect() bool

IsRedirect returns true when this create output port unauthorized response has a 3xx status code

func (*CreateOutputPortUnauthorized) IsServerError added in v1.19.1

func (o *CreateOutputPortUnauthorized) IsServerError() bool

IsServerError returns true when this create output port unauthorized response has a 5xx status code

func (*CreateOutputPortUnauthorized) IsSuccess added in v1.19.1

func (o *CreateOutputPortUnauthorized) IsSuccess() bool

IsSuccess returns true when this create output port unauthorized response has a 2xx status code

func (*CreateOutputPortUnauthorized) String added in v1.19.1

type CreateProcessGroupBadRequest

type CreateProcessGroupBadRequest struct {
}

CreateProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateProcessGroupBadRequest

func NewCreateProcessGroupBadRequest() *CreateProcessGroupBadRequest

NewCreateProcessGroupBadRequest creates a CreateProcessGroupBadRequest with default headers values

func (*CreateProcessGroupBadRequest) Error

func (*CreateProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *CreateProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this create process group bad request response has a 4xx status code

func (*CreateProcessGroupBadRequest) IsCode added in v1.19.1

func (o *CreateProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this create process group bad request response a status code equal to that given

func (*CreateProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *CreateProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this create process group bad request response has a 3xx status code

func (*CreateProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *CreateProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this create process group bad request response has a 5xx status code

func (*CreateProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *CreateProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this create process group bad request response has a 2xx status code

func (*CreateProcessGroupBadRequest) String added in v1.19.1

type CreateProcessGroupConflict

type CreateProcessGroupConflict struct {
}

CreateProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateProcessGroupConflict

func NewCreateProcessGroupConflict() *CreateProcessGroupConflict

NewCreateProcessGroupConflict creates a CreateProcessGroupConflict with default headers values

func (*CreateProcessGroupConflict) Error

func (*CreateProcessGroupConflict) IsClientError added in v1.19.1

func (o *CreateProcessGroupConflict) IsClientError() bool

IsClientError returns true when this create process group conflict response has a 4xx status code

func (*CreateProcessGroupConflict) IsCode added in v1.19.1

func (o *CreateProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this create process group conflict response a status code equal to that given

func (*CreateProcessGroupConflict) IsRedirect added in v1.19.1

func (o *CreateProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this create process group conflict response has a 3xx status code

func (*CreateProcessGroupConflict) IsServerError added in v1.19.1

func (o *CreateProcessGroupConflict) IsServerError() bool

IsServerError returns true when this create process group conflict response has a 5xx status code

func (*CreateProcessGroupConflict) IsSuccess added in v1.19.1

func (o *CreateProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this create process group conflict response has a 2xx status code

func (*CreateProcessGroupConflict) String added in v1.19.1

func (o *CreateProcessGroupConflict) String() string

type CreateProcessGroupCreated added in v1.19.1

type CreateProcessGroupCreated struct {
	Payload *models.ProcessGroupEntity
}

CreateProcessGroupCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateProcessGroupCreated added in v1.19.1

func NewCreateProcessGroupCreated() *CreateProcessGroupCreated

NewCreateProcessGroupCreated creates a CreateProcessGroupCreated with default headers values

func (*CreateProcessGroupCreated) Error added in v1.19.1

func (o *CreateProcessGroupCreated) Error() string

func (*CreateProcessGroupCreated) GetPayload added in v1.19.1

func (*CreateProcessGroupCreated) IsClientError added in v1.19.1

func (o *CreateProcessGroupCreated) IsClientError() bool

IsClientError returns true when this create process group created response has a 4xx status code

func (*CreateProcessGroupCreated) IsCode added in v1.19.1

func (o *CreateProcessGroupCreated) IsCode(code int) bool

IsCode returns true when this create process group created response a status code equal to that given

func (*CreateProcessGroupCreated) IsRedirect added in v1.19.1

func (o *CreateProcessGroupCreated) IsRedirect() bool

IsRedirect returns true when this create process group created response has a 3xx status code

func (*CreateProcessGroupCreated) IsServerError added in v1.19.1

func (o *CreateProcessGroupCreated) IsServerError() bool

IsServerError returns true when this create process group created response has a 5xx status code

func (*CreateProcessGroupCreated) IsSuccess added in v1.19.1

func (o *CreateProcessGroupCreated) IsSuccess() bool

IsSuccess returns true when this create process group created response has a 2xx status code

func (*CreateProcessGroupCreated) String added in v1.19.1

func (o *CreateProcessGroupCreated) String() string

type CreateProcessGroupForbidden

type CreateProcessGroupForbidden struct {
}

CreateProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateProcessGroupForbidden

func NewCreateProcessGroupForbidden() *CreateProcessGroupForbidden

NewCreateProcessGroupForbidden creates a CreateProcessGroupForbidden with default headers values

func (*CreateProcessGroupForbidden) Error

func (*CreateProcessGroupForbidden) IsClientError added in v1.19.1

func (o *CreateProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this create process group forbidden response has a 4xx status code

func (*CreateProcessGroupForbidden) IsCode added in v1.19.1

func (o *CreateProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this create process group forbidden response a status code equal to that given

func (*CreateProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *CreateProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this create process group forbidden response has a 3xx status code

func (*CreateProcessGroupForbidden) IsServerError added in v1.19.1

func (o *CreateProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this create process group forbidden response has a 5xx status code

func (*CreateProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *CreateProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this create process group forbidden response has a 2xx status code

func (*CreateProcessGroupForbidden) String added in v1.19.1

func (o *CreateProcessGroupForbidden) String() string

type CreateProcessGroupNotFound

type CreateProcessGroupNotFound struct {
}

CreateProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateProcessGroupNotFound

func NewCreateProcessGroupNotFound() *CreateProcessGroupNotFound

NewCreateProcessGroupNotFound creates a CreateProcessGroupNotFound with default headers values

func (*CreateProcessGroupNotFound) Error

func (*CreateProcessGroupNotFound) IsClientError added in v1.19.1

func (o *CreateProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this create process group not found response has a 4xx status code

func (*CreateProcessGroupNotFound) IsCode added in v1.19.1

func (o *CreateProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this create process group not found response a status code equal to that given

func (*CreateProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *CreateProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this create process group not found response has a 3xx status code

func (*CreateProcessGroupNotFound) IsServerError added in v1.19.1

func (o *CreateProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this create process group not found response has a 5xx status code

func (*CreateProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *CreateProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this create process group not found response has a 2xx status code

func (*CreateProcessGroupNotFound) String added in v1.19.1

func (o *CreateProcessGroupNotFound) String() string

type CreateProcessGroupParams

type CreateProcessGroupParams struct {

	/* Body.

	   The process group configuration details.
	*/
	Body *models.ProcessGroupEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateProcessGroupParams contains all the parameters to send to the API endpoint

for the create process group operation.

Typically these are written to a http.Request.

func NewCreateProcessGroupParams

func NewCreateProcessGroupParams() *CreateProcessGroupParams

NewCreateProcessGroupParams creates a new CreateProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateProcessGroupParamsWithContext

func NewCreateProcessGroupParamsWithContext(ctx context.Context) *CreateProcessGroupParams

NewCreateProcessGroupParamsWithContext creates a new CreateProcessGroupParams object with the ability to set a context for a request.

func NewCreateProcessGroupParamsWithHTTPClient

func NewCreateProcessGroupParamsWithHTTPClient(client *http.Client) *CreateProcessGroupParams

NewCreateProcessGroupParamsWithHTTPClient creates a new CreateProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProcessGroupParamsWithTimeout

func NewCreateProcessGroupParamsWithTimeout(timeout time.Duration) *CreateProcessGroupParams

NewCreateProcessGroupParamsWithTimeout creates a new CreateProcessGroupParams object with the ability to set a timeout on a request.

func (*CreateProcessGroupParams) SetBody

SetBody adds the body to the create process group params

func (*CreateProcessGroupParams) SetContext

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

SetContext adds the context to the create process group params

func (*CreateProcessGroupParams) SetDefaults

func (o *CreateProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the create process group params (not the query body).

All values with no default are reset to their zero value.

func (*CreateProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create process group params

func (*CreateProcessGroupParams) SetID

func (o *CreateProcessGroupParams) SetID(id string)

SetID adds the id to the create process group params

func (*CreateProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create process group params

func (*CreateProcessGroupParams) WithBody

WithBody adds the body to the create process group params

func (*CreateProcessGroupParams) WithContext

WithContext adds the context to the create process group params

func (*CreateProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the create process group params (not the query body).

All values with no default are reset to their zero value.

func (*CreateProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create process group params

func (*CreateProcessGroupParams) WithID

WithID adds the id to the create process group params

func (*CreateProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the create process group params

func (*CreateProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProcessGroupReader

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

CreateProcessGroupReader is a Reader for the CreateProcessGroup structure.

func (*CreateProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProcessGroupUnauthorized

type CreateProcessGroupUnauthorized struct {
}

CreateProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateProcessGroupUnauthorized

func NewCreateProcessGroupUnauthorized() *CreateProcessGroupUnauthorized

NewCreateProcessGroupUnauthorized creates a CreateProcessGroupUnauthorized with default headers values

func (*CreateProcessGroupUnauthorized) Error

func (*CreateProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *CreateProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this create process group unauthorized response has a 4xx status code

func (*CreateProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *CreateProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this create process group unauthorized response a status code equal to that given

func (*CreateProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *CreateProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this create process group unauthorized response has a 3xx status code

func (*CreateProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *CreateProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this create process group unauthorized response has a 5xx status code

func (*CreateProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *CreateProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this create process group unauthorized response has a 2xx status code

func (*CreateProcessGroupUnauthorized) String added in v1.19.1

type CreateProcessorBadRequest

type CreateProcessorBadRequest struct {
}

CreateProcessorBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateProcessorBadRequest

func NewCreateProcessorBadRequest() *CreateProcessorBadRequest

NewCreateProcessorBadRequest creates a CreateProcessorBadRequest with default headers values

func (*CreateProcessorBadRequest) Error

func (o *CreateProcessorBadRequest) Error() string

func (*CreateProcessorBadRequest) IsClientError added in v1.19.1

func (o *CreateProcessorBadRequest) IsClientError() bool

IsClientError returns true when this create processor bad request response has a 4xx status code

func (*CreateProcessorBadRequest) IsCode added in v1.19.1

func (o *CreateProcessorBadRequest) IsCode(code int) bool

IsCode returns true when this create processor bad request response a status code equal to that given

func (*CreateProcessorBadRequest) IsRedirect added in v1.19.1

func (o *CreateProcessorBadRequest) IsRedirect() bool

IsRedirect returns true when this create processor bad request response has a 3xx status code

func (*CreateProcessorBadRequest) IsServerError added in v1.19.1

func (o *CreateProcessorBadRequest) IsServerError() bool

IsServerError returns true when this create processor bad request response has a 5xx status code

func (*CreateProcessorBadRequest) IsSuccess added in v1.19.1

func (o *CreateProcessorBadRequest) IsSuccess() bool

IsSuccess returns true when this create processor bad request response has a 2xx status code

func (*CreateProcessorBadRequest) String added in v1.19.1

func (o *CreateProcessorBadRequest) String() string

type CreateProcessorConflict

type CreateProcessorConflict struct {
}

CreateProcessorConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateProcessorConflict

func NewCreateProcessorConflict() *CreateProcessorConflict

NewCreateProcessorConflict creates a CreateProcessorConflict with default headers values

func (*CreateProcessorConflict) Error

func (o *CreateProcessorConflict) Error() string

func (*CreateProcessorConflict) IsClientError added in v1.19.1

func (o *CreateProcessorConflict) IsClientError() bool

IsClientError returns true when this create processor conflict response has a 4xx status code

func (*CreateProcessorConflict) IsCode added in v1.19.1

func (o *CreateProcessorConflict) IsCode(code int) bool

IsCode returns true when this create processor conflict response a status code equal to that given

func (*CreateProcessorConflict) IsRedirect added in v1.19.1

func (o *CreateProcessorConflict) IsRedirect() bool

IsRedirect returns true when this create processor conflict response has a 3xx status code

func (*CreateProcessorConflict) IsServerError added in v1.19.1

func (o *CreateProcessorConflict) IsServerError() bool

IsServerError returns true when this create processor conflict response has a 5xx status code

func (*CreateProcessorConflict) IsSuccess added in v1.19.1

func (o *CreateProcessorConflict) IsSuccess() bool

IsSuccess returns true when this create processor conflict response has a 2xx status code

func (*CreateProcessorConflict) String added in v1.19.1

func (o *CreateProcessorConflict) String() string

type CreateProcessorCreated added in v1.19.1

type CreateProcessorCreated struct {
	Payload *models.ProcessorEntity
}

CreateProcessorCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateProcessorCreated added in v1.19.1

func NewCreateProcessorCreated() *CreateProcessorCreated

NewCreateProcessorCreated creates a CreateProcessorCreated with default headers values

func (*CreateProcessorCreated) Error added in v1.19.1

func (o *CreateProcessorCreated) Error() string

func (*CreateProcessorCreated) GetPayload added in v1.19.1

func (*CreateProcessorCreated) IsClientError added in v1.19.1

func (o *CreateProcessorCreated) IsClientError() bool

IsClientError returns true when this create processor created response has a 4xx status code

func (*CreateProcessorCreated) IsCode added in v1.19.1

func (o *CreateProcessorCreated) IsCode(code int) bool

IsCode returns true when this create processor created response a status code equal to that given

func (*CreateProcessorCreated) IsRedirect added in v1.19.1

func (o *CreateProcessorCreated) IsRedirect() bool

IsRedirect returns true when this create processor created response has a 3xx status code

func (*CreateProcessorCreated) IsServerError added in v1.19.1

func (o *CreateProcessorCreated) IsServerError() bool

IsServerError returns true when this create processor created response has a 5xx status code

func (*CreateProcessorCreated) IsSuccess added in v1.19.1

func (o *CreateProcessorCreated) IsSuccess() bool

IsSuccess returns true when this create processor created response has a 2xx status code

func (*CreateProcessorCreated) String added in v1.19.1

func (o *CreateProcessorCreated) String() string

type CreateProcessorForbidden

type CreateProcessorForbidden struct {
}

CreateProcessorForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateProcessorForbidden

func NewCreateProcessorForbidden() *CreateProcessorForbidden

NewCreateProcessorForbidden creates a CreateProcessorForbidden with default headers values

func (*CreateProcessorForbidden) Error

func (o *CreateProcessorForbidden) Error() string

func (*CreateProcessorForbidden) IsClientError added in v1.19.1

func (o *CreateProcessorForbidden) IsClientError() bool

IsClientError returns true when this create processor forbidden response has a 4xx status code

func (*CreateProcessorForbidden) IsCode added in v1.19.1

func (o *CreateProcessorForbidden) IsCode(code int) bool

IsCode returns true when this create processor forbidden response a status code equal to that given

func (*CreateProcessorForbidden) IsRedirect added in v1.19.1

func (o *CreateProcessorForbidden) IsRedirect() bool

IsRedirect returns true when this create processor forbidden response has a 3xx status code

func (*CreateProcessorForbidden) IsServerError added in v1.19.1

func (o *CreateProcessorForbidden) IsServerError() bool

IsServerError returns true when this create processor forbidden response has a 5xx status code

func (*CreateProcessorForbidden) IsSuccess added in v1.19.1

func (o *CreateProcessorForbidden) IsSuccess() bool

IsSuccess returns true when this create processor forbidden response has a 2xx status code

func (*CreateProcessorForbidden) String added in v1.19.1

func (o *CreateProcessorForbidden) String() string

type CreateProcessorNotFound

type CreateProcessorNotFound struct {
}

CreateProcessorNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateProcessorNotFound

func NewCreateProcessorNotFound() *CreateProcessorNotFound

NewCreateProcessorNotFound creates a CreateProcessorNotFound with default headers values

func (*CreateProcessorNotFound) Error

func (o *CreateProcessorNotFound) Error() string

func (*CreateProcessorNotFound) IsClientError added in v1.19.1

func (o *CreateProcessorNotFound) IsClientError() bool

IsClientError returns true when this create processor not found response has a 4xx status code

func (*CreateProcessorNotFound) IsCode added in v1.19.1

func (o *CreateProcessorNotFound) IsCode(code int) bool

IsCode returns true when this create processor not found response a status code equal to that given

func (*CreateProcessorNotFound) IsRedirect added in v1.19.1

func (o *CreateProcessorNotFound) IsRedirect() bool

IsRedirect returns true when this create processor not found response has a 3xx status code

func (*CreateProcessorNotFound) IsServerError added in v1.19.1

func (o *CreateProcessorNotFound) IsServerError() bool

IsServerError returns true when this create processor not found response has a 5xx status code

func (*CreateProcessorNotFound) IsSuccess added in v1.19.1

func (o *CreateProcessorNotFound) IsSuccess() bool

IsSuccess returns true when this create processor not found response has a 2xx status code

func (*CreateProcessorNotFound) String added in v1.19.1

func (o *CreateProcessorNotFound) String() string

type CreateProcessorParams

type CreateProcessorParams struct {

	/* Body.

	   The processor configuration details.
	*/
	Body *models.ProcessorEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateProcessorParams contains all the parameters to send to the API endpoint

for the create processor operation.

Typically these are written to a http.Request.

func NewCreateProcessorParams

func NewCreateProcessorParams() *CreateProcessorParams

NewCreateProcessorParams creates a new CreateProcessorParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateProcessorParamsWithContext

func NewCreateProcessorParamsWithContext(ctx context.Context) *CreateProcessorParams

NewCreateProcessorParamsWithContext creates a new CreateProcessorParams object with the ability to set a context for a request.

func NewCreateProcessorParamsWithHTTPClient

func NewCreateProcessorParamsWithHTTPClient(client *http.Client) *CreateProcessorParams

NewCreateProcessorParamsWithHTTPClient creates a new CreateProcessorParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProcessorParamsWithTimeout

func NewCreateProcessorParamsWithTimeout(timeout time.Duration) *CreateProcessorParams

NewCreateProcessorParamsWithTimeout creates a new CreateProcessorParams object with the ability to set a timeout on a request.

func (*CreateProcessorParams) SetBody

func (o *CreateProcessorParams) SetBody(body *models.ProcessorEntity)

SetBody adds the body to the create processor params

func (*CreateProcessorParams) SetContext

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

SetContext adds the context to the create processor params

func (*CreateProcessorParams) SetDefaults

func (o *CreateProcessorParams) SetDefaults()

SetDefaults hydrates default values in the create processor params (not the query body).

All values with no default are reset to their zero value.

func (*CreateProcessorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create processor params

func (*CreateProcessorParams) SetID

func (o *CreateProcessorParams) SetID(id string)

SetID adds the id to the create processor params

func (*CreateProcessorParams) SetTimeout

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

SetTimeout adds the timeout to the create processor params

func (*CreateProcessorParams) WithBody

WithBody adds the body to the create processor params

func (*CreateProcessorParams) WithContext

WithContext adds the context to the create processor params

func (*CreateProcessorParams) WithDefaults

func (o *CreateProcessorParams) WithDefaults() *CreateProcessorParams

WithDefaults hydrates default values in the create processor params (not the query body).

All values with no default are reset to their zero value.

func (*CreateProcessorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create processor params

func (*CreateProcessorParams) WithID

WithID adds the id to the create processor params

func (*CreateProcessorParams) WithTimeout

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

WithTimeout adds the timeout to the create processor params

func (*CreateProcessorParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateProcessorReader

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

CreateProcessorReader is a Reader for the CreateProcessor structure.

func (*CreateProcessorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProcessorUnauthorized

type CreateProcessorUnauthorized struct {
}

CreateProcessorUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateProcessorUnauthorized

func NewCreateProcessorUnauthorized() *CreateProcessorUnauthorized

NewCreateProcessorUnauthorized creates a CreateProcessorUnauthorized with default headers values

func (*CreateProcessorUnauthorized) Error

func (*CreateProcessorUnauthorized) IsClientError added in v1.19.1

func (o *CreateProcessorUnauthorized) IsClientError() bool

IsClientError returns true when this create processor unauthorized response has a 4xx status code

func (*CreateProcessorUnauthorized) IsCode added in v1.19.1

func (o *CreateProcessorUnauthorized) IsCode(code int) bool

IsCode returns true when this create processor unauthorized response a status code equal to that given

func (*CreateProcessorUnauthorized) IsRedirect added in v1.19.1

func (o *CreateProcessorUnauthorized) IsRedirect() bool

IsRedirect returns true when this create processor unauthorized response has a 3xx status code

func (*CreateProcessorUnauthorized) IsServerError added in v1.19.1

func (o *CreateProcessorUnauthorized) IsServerError() bool

IsServerError returns true when this create processor unauthorized response has a 5xx status code

func (*CreateProcessorUnauthorized) IsSuccess added in v1.19.1

func (o *CreateProcessorUnauthorized) IsSuccess() bool

IsSuccess returns true when this create processor unauthorized response has a 2xx status code

func (*CreateProcessorUnauthorized) String added in v1.19.1

func (o *CreateProcessorUnauthorized) String() string

type CreateRemoteProcessGroupBadRequest

type CreateRemoteProcessGroupBadRequest struct {
}

CreateRemoteProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateRemoteProcessGroupBadRequest

func NewCreateRemoteProcessGroupBadRequest() *CreateRemoteProcessGroupBadRequest

NewCreateRemoteProcessGroupBadRequest creates a CreateRemoteProcessGroupBadRequest with default headers values

func (*CreateRemoteProcessGroupBadRequest) Error

func (*CreateRemoteProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this create remote process group bad request response has a 4xx status code

func (*CreateRemoteProcessGroupBadRequest) IsCode added in v1.19.1

IsCode returns true when this create remote process group bad request response a status code equal to that given

func (*CreateRemoteProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *CreateRemoteProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this create remote process group bad request response has a 3xx status code

func (*CreateRemoteProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this create remote process group bad request response has a 5xx status code

func (*CreateRemoteProcessGroupBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this create remote process group bad request response has a 2xx status code

func (*CreateRemoteProcessGroupBadRequest) String added in v1.19.1

type CreateRemoteProcessGroupConflict

type CreateRemoteProcessGroupConflict struct {
}

CreateRemoteProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateRemoteProcessGroupConflict

func NewCreateRemoteProcessGroupConflict() *CreateRemoteProcessGroupConflict

NewCreateRemoteProcessGroupConflict creates a CreateRemoteProcessGroupConflict with default headers values

func (*CreateRemoteProcessGroupConflict) Error

func (*CreateRemoteProcessGroupConflict) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupConflict) IsClientError() bool

IsClientError returns true when this create remote process group conflict response has a 4xx status code

func (*CreateRemoteProcessGroupConflict) IsCode added in v1.19.1

func (o *CreateRemoteProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this create remote process group conflict response a status code equal to that given

func (*CreateRemoteProcessGroupConflict) IsRedirect added in v1.19.1

func (o *CreateRemoteProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this create remote process group conflict response has a 3xx status code

func (*CreateRemoteProcessGroupConflict) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupConflict) IsServerError() bool

IsServerError returns true when this create remote process group conflict response has a 5xx status code

func (*CreateRemoteProcessGroupConflict) IsSuccess added in v1.19.1

func (o *CreateRemoteProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this create remote process group conflict response has a 2xx status code

func (*CreateRemoteProcessGroupConflict) String added in v1.19.1

type CreateRemoteProcessGroupCreated added in v1.19.1

type CreateRemoteProcessGroupCreated struct {
	Payload *models.RemoteProcessGroupEntity
}

CreateRemoteProcessGroupCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateRemoteProcessGroupCreated added in v1.19.1

func NewCreateRemoteProcessGroupCreated() *CreateRemoteProcessGroupCreated

NewCreateRemoteProcessGroupCreated creates a CreateRemoteProcessGroupCreated with default headers values

func (*CreateRemoteProcessGroupCreated) Error added in v1.19.1

func (*CreateRemoteProcessGroupCreated) GetPayload added in v1.19.1

func (*CreateRemoteProcessGroupCreated) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupCreated) IsClientError() bool

IsClientError returns true when this create remote process group created response has a 4xx status code

func (*CreateRemoteProcessGroupCreated) IsCode added in v1.19.1

func (o *CreateRemoteProcessGroupCreated) IsCode(code int) bool

IsCode returns true when this create remote process group created response a status code equal to that given

func (*CreateRemoteProcessGroupCreated) IsRedirect added in v1.19.1

func (o *CreateRemoteProcessGroupCreated) IsRedirect() bool

IsRedirect returns true when this create remote process group created response has a 3xx status code

func (*CreateRemoteProcessGroupCreated) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupCreated) IsServerError() bool

IsServerError returns true when this create remote process group created response has a 5xx status code

func (*CreateRemoteProcessGroupCreated) IsSuccess added in v1.19.1

func (o *CreateRemoteProcessGroupCreated) IsSuccess() bool

IsSuccess returns true when this create remote process group created response has a 2xx status code

func (*CreateRemoteProcessGroupCreated) String added in v1.19.1

type CreateRemoteProcessGroupForbidden

type CreateRemoteProcessGroupForbidden struct {
}

CreateRemoteProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateRemoteProcessGroupForbidden

func NewCreateRemoteProcessGroupForbidden() *CreateRemoteProcessGroupForbidden

NewCreateRemoteProcessGroupForbidden creates a CreateRemoteProcessGroupForbidden with default headers values

func (*CreateRemoteProcessGroupForbidden) Error

func (*CreateRemoteProcessGroupForbidden) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this create remote process group forbidden response has a 4xx status code

func (*CreateRemoteProcessGroupForbidden) IsCode added in v1.19.1

func (o *CreateRemoteProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this create remote process group forbidden response a status code equal to that given

func (*CreateRemoteProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *CreateRemoteProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this create remote process group forbidden response has a 3xx status code

func (*CreateRemoteProcessGroupForbidden) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this create remote process group forbidden response has a 5xx status code

func (*CreateRemoteProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *CreateRemoteProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this create remote process group forbidden response has a 2xx status code

func (*CreateRemoteProcessGroupForbidden) String added in v1.19.1

type CreateRemoteProcessGroupNotFound

type CreateRemoteProcessGroupNotFound struct {
}

CreateRemoteProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateRemoteProcessGroupNotFound

func NewCreateRemoteProcessGroupNotFound() *CreateRemoteProcessGroupNotFound

NewCreateRemoteProcessGroupNotFound creates a CreateRemoteProcessGroupNotFound with default headers values

func (*CreateRemoteProcessGroupNotFound) Error

func (*CreateRemoteProcessGroupNotFound) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this create remote process group not found response has a 4xx status code

func (*CreateRemoteProcessGroupNotFound) IsCode added in v1.19.1

func (o *CreateRemoteProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this create remote process group not found response a status code equal to that given

func (*CreateRemoteProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *CreateRemoteProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this create remote process group not found response has a 3xx status code

func (*CreateRemoteProcessGroupNotFound) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this create remote process group not found response has a 5xx status code

func (*CreateRemoteProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *CreateRemoteProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this create remote process group not found response has a 2xx status code

func (*CreateRemoteProcessGroupNotFound) String added in v1.19.1

type CreateRemoteProcessGroupParams

type CreateRemoteProcessGroupParams struct {

	/* Body.

	   The remote process group configuration details.
	*/
	Body *models.RemoteProcessGroupEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateRemoteProcessGroupParams contains all the parameters to send to the API endpoint

for the create remote process group operation.

Typically these are written to a http.Request.

func NewCreateRemoteProcessGroupParams

func NewCreateRemoteProcessGroupParams() *CreateRemoteProcessGroupParams

NewCreateRemoteProcessGroupParams creates a new CreateRemoteProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateRemoteProcessGroupParamsWithContext

func NewCreateRemoteProcessGroupParamsWithContext(ctx context.Context) *CreateRemoteProcessGroupParams

NewCreateRemoteProcessGroupParamsWithContext creates a new CreateRemoteProcessGroupParams object with the ability to set a context for a request.

func NewCreateRemoteProcessGroupParamsWithHTTPClient

func NewCreateRemoteProcessGroupParamsWithHTTPClient(client *http.Client) *CreateRemoteProcessGroupParams

NewCreateRemoteProcessGroupParamsWithHTTPClient creates a new CreateRemoteProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateRemoteProcessGroupParamsWithTimeout

func NewCreateRemoteProcessGroupParamsWithTimeout(timeout time.Duration) *CreateRemoteProcessGroupParams

NewCreateRemoteProcessGroupParamsWithTimeout creates a new CreateRemoteProcessGroupParams object with the ability to set a timeout on a request.

func (*CreateRemoteProcessGroupParams) SetBody

SetBody adds the body to the create remote process group params

func (*CreateRemoteProcessGroupParams) SetContext

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

SetContext adds the context to the create remote process group params

func (*CreateRemoteProcessGroupParams) SetDefaults

func (o *CreateRemoteProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the create remote process group params (not the query body).

All values with no default are reset to their zero value.

func (*CreateRemoteProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create remote process group params

func (*CreateRemoteProcessGroupParams) SetID

SetID adds the id to the create remote process group params

func (*CreateRemoteProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create remote process group params

func (*CreateRemoteProcessGroupParams) WithBody

WithBody adds the body to the create remote process group params

func (*CreateRemoteProcessGroupParams) WithContext

WithContext adds the context to the create remote process group params

func (*CreateRemoteProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the create remote process group params (not the query body).

All values with no default are reset to their zero value.

func (*CreateRemoteProcessGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create remote process group params

func (*CreateRemoteProcessGroupParams) WithID

WithID adds the id to the create remote process group params

func (*CreateRemoteProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the create remote process group params

func (*CreateRemoteProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRemoteProcessGroupReader

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

CreateRemoteProcessGroupReader is a Reader for the CreateRemoteProcessGroup structure.

func (*CreateRemoteProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateRemoteProcessGroupUnauthorized

type CreateRemoteProcessGroupUnauthorized struct {
}

CreateRemoteProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateRemoteProcessGroupUnauthorized

func NewCreateRemoteProcessGroupUnauthorized() *CreateRemoteProcessGroupUnauthorized

NewCreateRemoteProcessGroupUnauthorized creates a CreateRemoteProcessGroupUnauthorized with default headers values

func (*CreateRemoteProcessGroupUnauthorized) Error

func (*CreateRemoteProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *CreateRemoteProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this create remote process group unauthorized response has a 4xx status code

func (*CreateRemoteProcessGroupUnauthorized) IsCode added in v1.19.1

IsCode returns true when this create remote process group unauthorized response a status code equal to that given

func (*CreateRemoteProcessGroupUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this create remote process group unauthorized response has a 3xx status code

func (*CreateRemoteProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *CreateRemoteProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this create remote process group unauthorized response has a 5xx status code

func (*CreateRemoteProcessGroupUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this create remote process group unauthorized response has a 2xx status code

func (*CreateRemoteProcessGroupUnauthorized) String added in v1.19.1

type CreateTemplateBadRequest

type CreateTemplateBadRequest struct {
}

CreateTemplateBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewCreateTemplateBadRequest

func NewCreateTemplateBadRequest() *CreateTemplateBadRequest

NewCreateTemplateBadRequest creates a CreateTemplateBadRequest with default headers values

func (*CreateTemplateBadRequest) Error

func (o *CreateTemplateBadRequest) Error() string

func (*CreateTemplateBadRequest) IsClientError added in v1.19.1

func (o *CreateTemplateBadRequest) IsClientError() bool

IsClientError returns true when this create template bad request response has a 4xx status code

func (*CreateTemplateBadRequest) IsCode added in v1.19.1

func (o *CreateTemplateBadRequest) IsCode(code int) bool

IsCode returns true when this create template bad request response a status code equal to that given

func (*CreateTemplateBadRequest) IsRedirect added in v1.19.1

func (o *CreateTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this create template bad request response has a 3xx status code

func (*CreateTemplateBadRequest) IsServerError added in v1.19.1

func (o *CreateTemplateBadRequest) IsServerError() bool

IsServerError returns true when this create template bad request response has a 5xx status code

func (*CreateTemplateBadRequest) IsSuccess added in v1.19.1

func (o *CreateTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this create template bad request response has a 2xx status code

func (*CreateTemplateBadRequest) String added in v1.19.1

func (o *CreateTemplateBadRequest) String() string

type CreateTemplateConflict

type CreateTemplateConflict struct {
}

CreateTemplateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewCreateTemplateConflict

func NewCreateTemplateConflict() *CreateTemplateConflict

NewCreateTemplateConflict creates a CreateTemplateConflict with default headers values

func (*CreateTemplateConflict) Error

func (o *CreateTemplateConflict) Error() string

func (*CreateTemplateConflict) IsClientError added in v1.19.1

func (o *CreateTemplateConflict) IsClientError() bool

IsClientError returns true when this create template conflict response has a 4xx status code

func (*CreateTemplateConflict) IsCode added in v1.19.1

func (o *CreateTemplateConflict) IsCode(code int) bool

IsCode returns true when this create template conflict response a status code equal to that given

func (*CreateTemplateConflict) IsRedirect added in v1.19.1

func (o *CreateTemplateConflict) IsRedirect() bool

IsRedirect returns true when this create template conflict response has a 3xx status code

func (*CreateTemplateConflict) IsServerError added in v1.19.1

func (o *CreateTemplateConflict) IsServerError() bool

IsServerError returns true when this create template conflict response has a 5xx status code

func (*CreateTemplateConflict) IsSuccess added in v1.19.1

func (o *CreateTemplateConflict) IsSuccess() bool

IsSuccess returns true when this create template conflict response has a 2xx status code

func (*CreateTemplateConflict) String added in v1.19.1

func (o *CreateTemplateConflict) String() string

type CreateTemplateCreated added in v1.19.1

type CreateTemplateCreated struct {
	Payload *models.TemplateEntity
}

CreateTemplateCreated describes a response with status code 201, with default header values.

successful operation

func NewCreateTemplateCreated added in v1.19.1

func NewCreateTemplateCreated() *CreateTemplateCreated

NewCreateTemplateCreated creates a CreateTemplateCreated with default headers values

func (*CreateTemplateCreated) Error added in v1.19.1

func (o *CreateTemplateCreated) Error() string

func (*CreateTemplateCreated) GetPayload added in v1.19.1

func (o *CreateTemplateCreated) GetPayload() *models.TemplateEntity

func (*CreateTemplateCreated) IsClientError added in v1.19.1

func (o *CreateTemplateCreated) IsClientError() bool

IsClientError returns true when this create template created response has a 4xx status code

func (*CreateTemplateCreated) IsCode added in v1.19.1

func (o *CreateTemplateCreated) IsCode(code int) bool

IsCode returns true when this create template created response a status code equal to that given

func (*CreateTemplateCreated) IsRedirect added in v1.19.1

func (o *CreateTemplateCreated) IsRedirect() bool

IsRedirect returns true when this create template created response has a 3xx status code

func (*CreateTemplateCreated) IsServerError added in v1.19.1

func (o *CreateTemplateCreated) IsServerError() bool

IsServerError returns true when this create template created response has a 5xx status code

func (*CreateTemplateCreated) IsSuccess added in v1.19.1

func (o *CreateTemplateCreated) IsSuccess() bool

IsSuccess returns true when this create template created response has a 2xx status code

func (*CreateTemplateCreated) String added in v1.19.1

func (o *CreateTemplateCreated) String() string

type CreateTemplateForbidden

type CreateTemplateForbidden struct {
}

CreateTemplateForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewCreateTemplateForbidden

func NewCreateTemplateForbidden() *CreateTemplateForbidden

NewCreateTemplateForbidden creates a CreateTemplateForbidden with default headers values

func (*CreateTemplateForbidden) Error

func (o *CreateTemplateForbidden) Error() string

func (*CreateTemplateForbidden) IsClientError added in v1.19.1

func (o *CreateTemplateForbidden) IsClientError() bool

IsClientError returns true when this create template forbidden response has a 4xx status code

func (*CreateTemplateForbidden) IsCode added in v1.19.1

func (o *CreateTemplateForbidden) IsCode(code int) bool

IsCode returns true when this create template forbidden response a status code equal to that given

func (*CreateTemplateForbidden) IsRedirect added in v1.19.1

func (o *CreateTemplateForbidden) IsRedirect() bool

IsRedirect returns true when this create template forbidden response has a 3xx status code

func (*CreateTemplateForbidden) IsServerError added in v1.19.1

func (o *CreateTemplateForbidden) IsServerError() bool

IsServerError returns true when this create template forbidden response has a 5xx status code

func (*CreateTemplateForbidden) IsSuccess added in v1.19.1

func (o *CreateTemplateForbidden) IsSuccess() bool

IsSuccess returns true when this create template forbidden response has a 2xx status code

func (*CreateTemplateForbidden) String added in v1.19.1

func (o *CreateTemplateForbidden) String() string

type CreateTemplateNotFound

type CreateTemplateNotFound struct {
}

CreateTemplateNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewCreateTemplateNotFound

func NewCreateTemplateNotFound() *CreateTemplateNotFound

NewCreateTemplateNotFound creates a CreateTemplateNotFound with default headers values

func (*CreateTemplateNotFound) Error

func (o *CreateTemplateNotFound) Error() string

func (*CreateTemplateNotFound) IsClientError added in v1.19.1

func (o *CreateTemplateNotFound) IsClientError() bool

IsClientError returns true when this create template not found response has a 4xx status code

func (*CreateTemplateNotFound) IsCode added in v1.19.1

func (o *CreateTemplateNotFound) IsCode(code int) bool

IsCode returns true when this create template not found response a status code equal to that given

func (*CreateTemplateNotFound) IsRedirect added in v1.19.1

func (o *CreateTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this create template not found response has a 3xx status code

func (*CreateTemplateNotFound) IsServerError added in v1.19.1

func (o *CreateTemplateNotFound) IsServerError() bool

IsServerError returns true when this create template not found response has a 5xx status code

func (*CreateTemplateNotFound) IsSuccess added in v1.19.1

func (o *CreateTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this create template not found response has a 2xx status code

func (*CreateTemplateNotFound) String added in v1.19.1

func (o *CreateTemplateNotFound) String() string

type CreateTemplateParams

type CreateTemplateParams struct {

	/* Body.

	   The create template request.
	*/
	Body *models.CreateTemplateRequestEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

CreateTemplateParams contains all the parameters to send to the API endpoint

for the create template operation.

Typically these are written to a http.Request.

func NewCreateTemplateParams

func NewCreateTemplateParams() *CreateTemplateParams

NewCreateTemplateParams creates a new CreateTemplateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateTemplateParamsWithContext

func NewCreateTemplateParamsWithContext(ctx context.Context) *CreateTemplateParams

NewCreateTemplateParamsWithContext creates a new CreateTemplateParams object with the ability to set a context for a request.

func NewCreateTemplateParamsWithHTTPClient

func NewCreateTemplateParamsWithHTTPClient(client *http.Client) *CreateTemplateParams

NewCreateTemplateParamsWithHTTPClient creates a new CreateTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTemplateParamsWithTimeout

func NewCreateTemplateParamsWithTimeout(timeout time.Duration) *CreateTemplateParams

NewCreateTemplateParamsWithTimeout creates a new CreateTemplateParams object with the ability to set a timeout on a request.

func (*CreateTemplateParams) SetBody

SetBody adds the body to the create template params

func (*CreateTemplateParams) SetContext

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

SetContext adds the context to the create template params

func (*CreateTemplateParams) SetDefaults

func (o *CreateTemplateParams) SetDefaults()

SetDefaults hydrates default values in the create template params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create template params

func (*CreateTemplateParams) SetID

func (o *CreateTemplateParams) SetID(id string)

SetID adds the id to the create template params

func (*CreateTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the create template params

func (*CreateTemplateParams) WithBody

WithBody adds the body to the create template params

func (*CreateTemplateParams) WithContext

WithContext adds the context to the create template params

func (*CreateTemplateParams) WithDefaults

func (o *CreateTemplateParams) WithDefaults() *CreateTemplateParams

WithDefaults hydrates default values in the create template params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create template params

func (*CreateTemplateParams) WithID

WithID adds the id to the create template params

func (*CreateTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the create template params

func (*CreateTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateTemplateReader

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

CreateTemplateReader is a Reader for the CreateTemplate structure.

func (*CreateTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTemplateUnauthorized

type CreateTemplateUnauthorized struct {
}

CreateTemplateUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewCreateTemplateUnauthorized

func NewCreateTemplateUnauthorized() *CreateTemplateUnauthorized

NewCreateTemplateUnauthorized creates a CreateTemplateUnauthorized with default headers values

func (*CreateTemplateUnauthorized) Error

func (*CreateTemplateUnauthorized) IsClientError added in v1.19.1

func (o *CreateTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this create template unauthorized response has a 4xx status code

func (*CreateTemplateUnauthorized) IsCode added in v1.19.1

func (o *CreateTemplateUnauthorized) IsCode(code int) bool

IsCode returns true when this create template unauthorized response a status code equal to that given

func (*CreateTemplateUnauthorized) IsRedirect added in v1.19.1

func (o *CreateTemplateUnauthorized) IsRedirect() bool

IsRedirect returns true when this create template unauthorized response has a 3xx status code

func (*CreateTemplateUnauthorized) IsServerError added in v1.19.1

func (o *CreateTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this create template unauthorized response has a 5xx status code

func (*CreateTemplateUnauthorized) IsSuccess added in v1.19.1

func (o *CreateTemplateUnauthorized) IsSuccess() bool

IsSuccess returns true when this create template unauthorized response has a 2xx status code

func (*CreateTemplateUnauthorized) String added in v1.19.1

func (o *CreateTemplateUnauthorized) String() string

type DeleteReplaceProcessGroupRequestBadRequest

type DeleteReplaceProcessGroupRequestBadRequest struct {
}

DeleteReplaceProcessGroupRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewDeleteReplaceProcessGroupRequestBadRequest

func NewDeleteReplaceProcessGroupRequestBadRequest() *DeleteReplaceProcessGroupRequestBadRequest

NewDeleteReplaceProcessGroupRequestBadRequest creates a DeleteReplaceProcessGroupRequestBadRequest with default headers values

func (*DeleteReplaceProcessGroupRequestBadRequest) Error

func (*DeleteReplaceProcessGroupRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this delete replace process group request bad request response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request bad request response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this delete replace process group request bad request response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this delete replace process group request bad request response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request bad request response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestBadRequest) String added in v1.19.1

type DeleteReplaceProcessGroupRequestConflict

type DeleteReplaceProcessGroupRequestConflict struct {
}

DeleteReplaceProcessGroupRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewDeleteReplaceProcessGroupRequestConflict

func NewDeleteReplaceProcessGroupRequestConflict() *DeleteReplaceProcessGroupRequestConflict

NewDeleteReplaceProcessGroupRequestConflict creates a DeleteReplaceProcessGroupRequestConflict with default headers values

func (*DeleteReplaceProcessGroupRequestConflict) Error

func (*DeleteReplaceProcessGroupRequestConflict) IsClientError added in v1.19.1

IsClientError returns true when this delete replace process group request conflict response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestConflict) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request conflict response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this delete replace process group request conflict response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestConflict) IsServerError added in v1.19.1

IsServerError returns true when this delete replace process group request conflict response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request conflict response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestConflict) String added in v1.19.1

type DeleteReplaceProcessGroupRequestForbidden

type DeleteReplaceProcessGroupRequestForbidden struct {
}

DeleteReplaceProcessGroupRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewDeleteReplaceProcessGroupRequestForbidden

func NewDeleteReplaceProcessGroupRequestForbidden() *DeleteReplaceProcessGroupRequestForbidden

NewDeleteReplaceProcessGroupRequestForbidden creates a DeleteReplaceProcessGroupRequestForbidden with default headers values

func (*DeleteReplaceProcessGroupRequestForbidden) Error

func (*DeleteReplaceProcessGroupRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this delete replace process group request forbidden response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request forbidden response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this delete replace process group request forbidden response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this delete replace process group request forbidden response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request forbidden response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestForbidden) String added in v1.19.1

type DeleteReplaceProcessGroupRequestNotFound

type DeleteReplaceProcessGroupRequestNotFound struct {
}

DeleteReplaceProcessGroupRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewDeleteReplaceProcessGroupRequestNotFound

func NewDeleteReplaceProcessGroupRequestNotFound() *DeleteReplaceProcessGroupRequestNotFound

NewDeleteReplaceProcessGroupRequestNotFound creates a DeleteReplaceProcessGroupRequestNotFound with default headers values

func (*DeleteReplaceProcessGroupRequestNotFound) Error

func (*DeleteReplaceProcessGroupRequestNotFound) IsClientError added in v1.19.1

IsClientError returns true when this delete replace process group request not found response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request not found response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this delete replace process group request not found response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestNotFound) IsServerError added in v1.19.1

IsServerError returns true when this delete replace process group request not found response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request not found response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestNotFound) String added in v1.19.1

type DeleteReplaceProcessGroupRequestOK

type DeleteReplaceProcessGroupRequestOK struct {
	Payload *models.ProcessGroupReplaceRequestEntity
}

DeleteReplaceProcessGroupRequestOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteReplaceProcessGroupRequestOK

func NewDeleteReplaceProcessGroupRequestOK() *DeleteReplaceProcessGroupRequestOK

NewDeleteReplaceProcessGroupRequestOK creates a DeleteReplaceProcessGroupRequestOK with default headers values

func (*DeleteReplaceProcessGroupRequestOK) Error

func (*DeleteReplaceProcessGroupRequestOK) GetPayload

func (*DeleteReplaceProcessGroupRequestOK) IsClientError added in v1.19.1

func (o *DeleteReplaceProcessGroupRequestOK) IsClientError() bool

IsClientError returns true when this delete replace process group request o k response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestOK) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request o k response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestOK) IsRedirect added in v1.19.1

func (o *DeleteReplaceProcessGroupRequestOK) IsRedirect() bool

IsRedirect returns true when this delete replace process group request o k response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestOK) IsServerError added in v1.19.1

func (o *DeleteReplaceProcessGroupRequestOK) IsServerError() bool

IsServerError returns true when this delete replace process group request o k response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestOK) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request o k response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestOK) String added in v1.19.1

type DeleteReplaceProcessGroupRequestParams

type DeleteReplaceProcessGroupRequestParams struct {

	/* DisconnectedNodeAcknowledged.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	DisconnectedNodeAcknowledged *bool

	/* ID.

	   The ID of the Update Request
	*/
	ID string

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

DeleteReplaceProcessGroupRequestParams contains all the parameters to send to the API endpoint

for the delete replace process group request operation.

Typically these are written to a http.Request.

func NewDeleteReplaceProcessGroupRequestParams

func NewDeleteReplaceProcessGroupRequestParams() *DeleteReplaceProcessGroupRequestParams

NewDeleteReplaceProcessGroupRequestParams creates a new DeleteReplaceProcessGroupRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteReplaceProcessGroupRequestParamsWithContext

func NewDeleteReplaceProcessGroupRequestParamsWithContext(ctx context.Context) *DeleteReplaceProcessGroupRequestParams

NewDeleteReplaceProcessGroupRequestParamsWithContext creates a new DeleteReplaceProcessGroupRequestParams object with the ability to set a context for a request.

func NewDeleteReplaceProcessGroupRequestParamsWithHTTPClient

func NewDeleteReplaceProcessGroupRequestParamsWithHTTPClient(client *http.Client) *DeleteReplaceProcessGroupRequestParams

NewDeleteReplaceProcessGroupRequestParamsWithHTTPClient creates a new DeleteReplaceProcessGroupRequestParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteReplaceProcessGroupRequestParamsWithTimeout

func NewDeleteReplaceProcessGroupRequestParamsWithTimeout(timeout time.Duration) *DeleteReplaceProcessGroupRequestParams

NewDeleteReplaceProcessGroupRequestParamsWithTimeout creates a new DeleteReplaceProcessGroupRequestParams object with the ability to set a timeout on a request.

func (*DeleteReplaceProcessGroupRequestParams) SetContext

SetContext adds the context to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) SetDefaults

func (o *DeleteReplaceProcessGroupRequestParams) SetDefaults()

SetDefaults hydrates default values in the delete replace process group request params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteReplaceProcessGroupRequestParams) SetDisconnectedNodeAcknowledged

func (o *DeleteReplaceProcessGroupRequestParams) SetDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool)

SetDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) SetID

SetID adds the id to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) SetTimeout

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

SetTimeout adds the timeout to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WithContext

WithContext adds the context to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WithDefaults

WithDefaults hydrates default values in the delete replace process group request params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteReplaceProcessGroupRequestParams) WithDisconnectedNodeAcknowledged

func (o *DeleteReplaceProcessGroupRequestParams) WithDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool) *DeleteReplaceProcessGroupRequestParams

WithDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WithID

WithID adds the id to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WithTimeout

WithTimeout adds the timeout to the delete replace process group request params

func (*DeleteReplaceProcessGroupRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteReplaceProcessGroupRequestReader

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

DeleteReplaceProcessGroupRequestReader is a Reader for the DeleteReplaceProcessGroupRequest structure.

func (*DeleteReplaceProcessGroupRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteReplaceProcessGroupRequestUnauthorized

type DeleteReplaceProcessGroupRequestUnauthorized struct {
}

DeleteReplaceProcessGroupRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewDeleteReplaceProcessGroupRequestUnauthorized

func NewDeleteReplaceProcessGroupRequestUnauthorized() *DeleteReplaceProcessGroupRequestUnauthorized

NewDeleteReplaceProcessGroupRequestUnauthorized creates a DeleteReplaceProcessGroupRequestUnauthorized with default headers values

func (*DeleteReplaceProcessGroupRequestUnauthorized) Error

func (*DeleteReplaceProcessGroupRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this delete replace process group request unauthorized response has a 4xx status code

func (*DeleteReplaceProcessGroupRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this delete replace process group request unauthorized response a status code equal to that given

func (*DeleteReplaceProcessGroupRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this delete replace process group request unauthorized response has a 3xx status code

func (*DeleteReplaceProcessGroupRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this delete replace process group request unauthorized response has a 5xx status code

func (*DeleteReplaceProcessGroupRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this delete replace process group request unauthorized response has a 2xx status code

func (*DeleteReplaceProcessGroupRequestUnauthorized) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestBadRequest

type DeleteVariableRegistryUpdateRequestBadRequest struct {
}

DeleteVariableRegistryUpdateRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewDeleteVariableRegistryUpdateRequestBadRequest

func NewDeleteVariableRegistryUpdateRequestBadRequest() *DeleteVariableRegistryUpdateRequestBadRequest

NewDeleteVariableRegistryUpdateRequestBadRequest creates a DeleteVariableRegistryUpdateRequestBadRequest with default headers values

func (*DeleteVariableRegistryUpdateRequestBadRequest) Error

func (*DeleteVariableRegistryUpdateRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this delete variable registry update request bad request response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request bad request response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request bad request response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this delete variable registry update request bad request response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request bad request response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestBadRequest) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestConflict

type DeleteVariableRegistryUpdateRequestConflict struct {
}

DeleteVariableRegistryUpdateRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewDeleteVariableRegistryUpdateRequestConflict

func NewDeleteVariableRegistryUpdateRequestConflict() *DeleteVariableRegistryUpdateRequestConflict

NewDeleteVariableRegistryUpdateRequestConflict creates a DeleteVariableRegistryUpdateRequestConflict with default headers values

func (*DeleteVariableRegistryUpdateRequestConflict) Error

func (*DeleteVariableRegistryUpdateRequestConflict) IsClientError added in v1.19.1

IsClientError returns true when this delete variable registry update request conflict response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestConflict) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request conflict response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request conflict response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestConflict) IsServerError added in v1.19.1

IsServerError returns true when this delete variable registry update request conflict response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request conflict response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestConflict) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestForbidden

type DeleteVariableRegistryUpdateRequestForbidden struct {
}

DeleteVariableRegistryUpdateRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewDeleteVariableRegistryUpdateRequestForbidden

func NewDeleteVariableRegistryUpdateRequestForbidden() *DeleteVariableRegistryUpdateRequestForbidden

NewDeleteVariableRegistryUpdateRequestForbidden creates a DeleteVariableRegistryUpdateRequestForbidden with default headers values

func (*DeleteVariableRegistryUpdateRequestForbidden) Error

func (*DeleteVariableRegistryUpdateRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this delete variable registry update request forbidden response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request forbidden response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request forbidden response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this delete variable registry update request forbidden response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request forbidden response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestForbidden) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestNotFound

type DeleteVariableRegistryUpdateRequestNotFound struct {
}

DeleteVariableRegistryUpdateRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewDeleteVariableRegistryUpdateRequestNotFound

func NewDeleteVariableRegistryUpdateRequestNotFound() *DeleteVariableRegistryUpdateRequestNotFound

NewDeleteVariableRegistryUpdateRequestNotFound creates a DeleteVariableRegistryUpdateRequestNotFound with default headers values

func (*DeleteVariableRegistryUpdateRequestNotFound) Error

func (*DeleteVariableRegistryUpdateRequestNotFound) IsClientError added in v1.19.1

IsClientError returns true when this delete variable registry update request not found response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request not found response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request not found response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestNotFound) IsServerError added in v1.19.1

IsServerError returns true when this delete variable registry update request not found response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request not found response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestNotFound) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestOK

type DeleteVariableRegistryUpdateRequestOK struct {
	Payload *models.VariableRegistryUpdateRequestEntity
}

DeleteVariableRegistryUpdateRequestOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteVariableRegistryUpdateRequestOK

func NewDeleteVariableRegistryUpdateRequestOK() *DeleteVariableRegistryUpdateRequestOK

NewDeleteVariableRegistryUpdateRequestOK creates a DeleteVariableRegistryUpdateRequestOK with default headers values

func (*DeleteVariableRegistryUpdateRequestOK) Error

func (*DeleteVariableRegistryUpdateRequestOK) GetPayload

func (*DeleteVariableRegistryUpdateRequestOK) IsClientError added in v1.19.1

func (o *DeleteVariableRegistryUpdateRequestOK) IsClientError() bool

IsClientError returns true when this delete variable registry update request o k response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestOK) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request o k response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestOK) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request o k response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestOK) IsServerError added in v1.19.1

func (o *DeleteVariableRegistryUpdateRequestOK) IsServerError() bool

IsServerError returns true when this delete variable registry update request o k response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestOK) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request o k response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestOK) String added in v1.19.1

type DeleteVariableRegistryUpdateRequestParams

type DeleteVariableRegistryUpdateRequestParams struct {

	/* DisconnectedNodeAcknowledged.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	DisconnectedNodeAcknowledged *bool

	/* GroupID.

	   The process group id.
	*/
	GroupID string

	/* UpdateID.

	   The ID of the Variable Registry Update Request
	*/
	UpdateID string

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

DeleteVariableRegistryUpdateRequestParams contains all the parameters to send to the API endpoint

for the delete variable registry update request operation.

Typically these are written to a http.Request.

func NewDeleteVariableRegistryUpdateRequestParams

func NewDeleteVariableRegistryUpdateRequestParams() *DeleteVariableRegistryUpdateRequestParams

NewDeleteVariableRegistryUpdateRequestParams creates a new DeleteVariableRegistryUpdateRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteVariableRegistryUpdateRequestParamsWithContext

func NewDeleteVariableRegistryUpdateRequestParamsWithContext(ctx context.Context) *DeleteVariableRegistryUpdateRequestParams

NewDeleteVariableRegistryUpdateRequestParamsWithContext creates a new DeleteVariableRegistryUpdateRequestParams object with the ability to set a context for a request.

func NewDeleteVariableRegistryUpdateRequestParamsWithHTTPClient

func NewDeleteVariableRegistryUpdateRequestParamsWithHTTPClient(client *http.Client) *DeleteVariableRegistryUpdateRequestParams

NewDeleteVariableRegistryUpdateRequestParamsWithHTTPClient creates a new DeleteVariableRegistryUpdateRequestParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVariableRegistryUpdateRequestParamsWithTimeout

func NewDeleteVariableRegistryUpdateRequestParamsWithTimeout(timeout time.Duration) *DeleteVariableRegistryUpdateRequestParams

NewDeleteVariableRegistryUpdateRequestParamsWithTimeout creates a new DeleteVariableRegistryUpdateRequestParams object with the ability to set a timeout on a request.

func (*DeleteVariableRegistryUpdateRequestParams) SetContext

SetContext adds the context to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) SetDefaults

SetDefaults hydrates default values in the delete variable registry update request params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVariableRegistryUpdateRequestParams) SetDisconnectedNodeAcknowledged

func (o *DeleteVariableRegistryUpdateRequestParams) SetDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool)

SetDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) SetGroupID

func (o *DeleteVariableRegistryUpdateRequestParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) SetTimeout

SetTimeout adds the timeout to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) SetUpdateID

func (o *DeleteVariableRegistryUpdateRequestParams) SetUpdateID(updateID string)

SetUpdateID adds the updateId to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithContext

WithContext adds the context to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithDefaults

WithDefaults hydrates default values in the delete variable registry update request params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVariableRegistryUpdateRequestParams) WithDisconnectedNodeAcknowledged

func (o *DeleteVariableRegistryUpdateRequestParams) WithDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool) *DeleteVariableRegistryUpdateRequestParams

WithDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithGroupID

WithGroupID adds the groupID to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithTimeout

WithTimeout adds the timeout to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WithUpdateID

WithUpdateID adds the updateID to the delete variable registry update request params

func (*DeleteVariableRegistryUpdateRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteVariableRegistryUpdateRequestReader

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

DeleteVariableRegistryUpdateRequestReader is a Reader for the DeleteVariableRegistryUpdateRequest structure.

func (*DeleteVariableRegistryUpdateRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVariableRegistryUpdateRequestUnauthorized

type DeleteVariableRegistryUpdateRequestUnauthorized struct {
}

DeleteVariableRegistryUpdateRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewDeleteVariableRegistryUpdateRequestUnauthorized

func NewDeleteVariableRegistryUpdateRequestUnauthorized() *DeleteVariableRegistryUpdateRequestUnauthorized

NewDeleteVariableRegistryUpdateRequestUnauthorized creates a DeleteVariableRegistryUpdateRequestUnauthorized with default headers values

func (*DeleteVariableRegistryUpdateRequestUnauthorized) Error

func (*DeleteVariableRegistryUpdateRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this delete variable registry update request unauthorized response has a 4xx status code

func (*DeleteVariableRegistryUpdateRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this delete variable registry update request unauthorized response a status code equal to that given

func (*DeleteVariableRegistryUpdateRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this delete variable registry update request unauthorized response has a 3xx status code

func (*DeleteVariableRegistryUpdateRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this delete variable registry update request unauthorized response has a 5xx status code

func (*DeleteVariableRegistryUpdateRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this delete variable registry update request unauthorized response has a 2xx status code

func (*DeleteVariableRegistryUpdateRequestUnauthorized) String added in v1.19.1

type ExportProcessGroupBadRequest

type ExportProcessGroupBadRequest struct {
}

ExportProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewExportProcessGroupBadRequest

func NewExportProcessGroupBadRequest() *ExportProcessGroupBadRequest

NewExportProcessGroupBadRequest creates a ExportProcessGroupBadRequest with default headers values

func (*ExportProcessGroupBadRequest) Error

func (*ExportProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *ExportProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this export process group bad request response has a 4xx status code

func (*ExportProcessGroupBadRequest) IsCode added in v1.19.1

func (o *ExportProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this export process group bad request response a status code equal to that given

func (*ExportProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *ExportProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this export process group bad request response has a 3xx status code

func (*ExportProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *ExportProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this export process group bad request response has a 5xx status code

func (*ExportProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *ExportProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this export process group bad request response has a 2xx status code

func (*ExportProcessGroupBadRequest) String added in v1.19.1

type ExportProcessGroupConflict

type ExportProcessGroupConflict struct {
}

ExportProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewExportProcessGroupConflict

func NewExportProcessGroupConflict() *ExportProcessGroupConflict

NewExportProcessGroupConflict creates a ExportProcessGroupConflict with default headers values

func (*ExportProcessGroupConflict) Error

func (*ExportProcessGroupConflict) IsClientError added in v1.19.1

func (o *ExportProcessGroupConflict) IsClientError() bool

IsClientError returns true when this export process group conflict response has a 4xx status code

func (*ExportProcessGroupConflict) IsCode added in v1.19.1

func (o *ExportProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this export process group conflict response a status code equal to that given

func (*ExportProcessGroupConflict) IsRedirect added in v1.19.1

func (o *ExportProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this export process group conflict response has a 3xx status code

func (*ExportProcessGroupConflict) IsServerError added in v1.19.1

func (o *ExportProcessGroupConflict) IsServerError() bool

IsServerError returns true when this export process group conflict response has a 5xx status code

func (*ExportProcessGroupConflict) IsSuccess added in v1.19.1

func (o *ExportProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this export process group conflict response has a 2xx status code

func (*ExportProcessGroupConflict) String added in v1.19.1

func (o *ExportProcessGroupConflict) String() string

type ExportProcessGroupForbidden

type ExportProcessGroupForbidden struct {
}

ExportProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewExportProcessGroupForbidden

func NewExportProcessGroupForbidden() *ExportProcessGroupForbidden

NewExportProcessGroupForbidden creates a ExportProcessGroupForbidden with default headers values

func (*ExportProcessGroupForbidden) Error

func (*ExportProcessGroupForbidden) IsClientError added in v1.19.1

func (o *ExportProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this export process group forbidden response has a 4xx status code

func (*ExportProcessGroupForbidden) IsCode added in v1.19.1

func (o *ExportProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this export process group forbidden response a status code equal to that given

func (*ExportProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *ExportProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this export process group forbidden response has a 3xx status code

func (*ExportProcessGroupForbidden) IsServerError added in v1.19.1

func (o *ExportProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this export process group forbidden response has a 5xx status code

func (*ExportProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *ExportProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this export process group forbidden response has a 2xx status code

func (*ExportProcessGroupForbidden) String added in v1.19.1

func (o *ExportProcessGroupForbidden) String() string

type ExportProcessGroupNotFound

type ExportProcessGroupNotFound struct {
}

ExportProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewExportProcessGroupNotFound

func NewExportProcessGroupNotFound() *ExportProcessGroupNotFound

NewExportProcessGroupNotFound creates a ExportProcessGroupNotFound with default headers values

func (*ExportProcessGroupNotFound) Error

func (*ExportProcessGroupNotFound) IsClientError added in v1.19.1

func (o *ExportProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this export process group not found response has a 4xx status code

func (*ExportProcessGroupNotFound) IsCode added in v1.19.1

func (o *ExportProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this export process group not found response a status code equal to that given

func (*ExportProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *ExportProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this export process group not found response has a 3xx status code

func (*ExportProcessGroupNotFound) IsServerError added in v1.19.1

func (o *ExportProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this export process group not found response has a 5xx status code

func (*ExportProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *ExportProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this export process group not found response has a 2xx status code

func (*ExportProcessGroupNotFound) String added in v1.19.1

func (o *ExportProcessGroupNotFound) String() string

type ExportProcessGroupOK

type ExportProcessGroupOK struct {
	Payload string
}

ExportProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewExportProcessGroupOK

func NewExportProcessGroupOK() *ExportProcessGroupOK

NewExportProcessGroupOK creates a ExportProcessGroupOK with default headers values

func (*ExportProcessGroupOK) Error

func (o *ExportProcessGroupOK) Error() string

func (*ExportProcessGroupOK) GetPayload

func (o *ExportProcessGroupOK) GetPayload() string

func (*ExportProcessGroupOK) IsClientError added in v1.19.1

func (o *ExportProcessGroupOK) IsClientError() bool

IsClientError returns true when this export process group o k response has a 4xx status code

func (*ExportProcessGroupOK) IsCode added in v1.19.1

func (o *ExportProcessGroupOK) IsCode(code int) bool

IsCode returns true when this export process group o k response a status code equal to that given

func (*ExportProcessGroupOK) IsRedirect added in v1.19.1

func (o *ExportProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this export process group o k response has a 3xx status code

func (*ExportProcessGroupOK) IsServerError added in v1.19.1

func (o *ExportProcessGroupOK) IsServerError() bool

IsServerError returns true when this export process group o k response has a 5xx status code

func (*ExportProcessGroupOK) IsSuccess added in v1.19.1

func (o *ExportProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this export process group o k response has a 2xx status code

func (*ExportProcessGroupOK) String added in v1.19.1

func (o *ExportProcessGroupOK) String() string

type ExportProcessGroupParams

type ExportProcessGroupParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

	/* IncludeReferencedServices.

	   If referenced services from outside the target group should be included
	*/
	IncludeReferencedServices *bool

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

ExportProcessGroupParams contains all the parameters to send to the API endpoint

for the export process group operation.

Typically these are written to a http.Request.

func NewExportProcessGroupParams

func NewExportProcessGroupParams() *ExportProcessGroupParams

NewExportProcessGroupParams creates a new ExportProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExportProcessGroupParamsWithContext

func NewExportProcessGroupParamsWithContext(ctx context.Context) *ExportProcessGroupParams

NewExportProcessGroupParamsWithContext creates a new ExportProcessGroupParams object with the ability to set a context for a request.

func NewExportProcessGroupParamsWithHTTPClient

func NewExportProcessGroupParamsWithHTTPClient(client *http.Client) *ExportProcessGroupParams

NewExportProcessGroupParamsWithHTTPClient creates a new ExportProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewExportProcessGroupParamsWithTimeout

func NewExportProcessGroupParamsWithTimeout(timeout time.Duration) *ExportProcessGroupParams

NewExportProcessGroupParamsWithTimeout creates a new ExportProcessGroupParams object with the ability to set a timeout on a request.

func (*ExportProcessGroupParams) SetContext

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

SetContext adds the context to the export process group params

func (*ExportProcessGroupParams) SetDefaults

func (o *ExportProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the export process group params (not the query body).

All values with no default are reset to their zero value.

func (*ExportProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export process group params

func (*ExportProcessGroupParams) SetID

func (o *ExportProcessGroupParams) SetID(id string)

SetID adds the id to the export process group params

func (*ExportProcessGroupParams) SetIncludeReferencedServices added in v1.19.1

func (o *ExportProcessGroupParams) SetIncludeReferencedServices(includeReferencedServices *bool)

SetIncludeReferencedServices adds the includeReferencedServices to the export process group params

func (*ExportProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the export process group params

func (*ExportProcessGroupParams) WithContext

WithContext adds the context to the export process group params

func (*ExportProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the export process group params (not the query body).

All values with no default are reset to their zero value.

func (*ExportProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export process group params

func (*ExportProcessGroupParams) WithID

WithID adds the id to the export process group params

func (*ExportProcessGroupParams) WithIncludeReferencedServices added in v1.19.1

func (o *ExportProcessGroupParams) WithIncludeReferencedServices(includeReferencedServices *bool) *ExportProcessGroupParams

WithIncludeReferencedServices adds the includeReferencedServices to the export process group params

func (*ExportProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the export process group params

func (*ExportProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportProcessGroupReader

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

ExportProcessGroupReader is a Reader for the ExportProcessGroup structure.

func (*ExportProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportProcessGroupUnauthorized

type ExportProcessGroupUnauthorized struct {
}

ExportProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewExportProcessGroupUnauthorized

func NewExportProcessGroupUnauthorized() *ExportProcessGroupUnauthorized

NewExportProcessGroupUnauthorized creates a ExportProcessGroupUnauthorized with default headers values

func (*ExportProcessGroupUnauthorized) Error

func (*ExportProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *ExportProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this export process group unauthorized response has a 4xx status code

func (*ExportProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *ExportProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this export process group unauthorized response a status code equal to that given

func (*ExportProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *ExportProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this export process group unauthorized response has a 3xx status code

func (*ExportProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *ExportProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this export process group unauthorized response has a 5xx status code

func (*ExportProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *ExportProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this export process group unauthorized response has a 2xx status code

func (*ExportProcessGroupUnauthorized) String added in v1.19.1

type GetConnectionsBadRequest

type GetConnectionsBadRequest struct {
}

GetConnectionsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetConnectionsBadRequest

func NewGetConnectionsBadRequest() *GetConnectionsBadRequest

NewGetConnectionsBadRequest creates a GetConnectionsBadRequest with default headers values

func (*GetConnectionsBadRequest) Error

func (o *GetConnectionsBadRequest) Error() string

func (*GetConnectionsBadRequest) IsClientError added in v1.19.1

func (o *GetConnectionsBadRequest) IsClientError() bool

IsClientError returns true when this get connections bad request response has a 4xx status code

func (*GetConnectionsBadRequest) IsCode added in v1.19.1

func (o *GetConnectionsBadRequest) IsCode(code int) bool

IsCode returns true when this get connections bad request response a status code equal to that given

func (*GetConnectionsBadRequest) IsRedirect added in v1.19.1

func (o *GetConnectionsBadRequest) IsRedirect() bool

IsRedirect returns true when this get connections bad request response has a 3xx status code

func (*GetConnectionsBadRequest) IsServerError added in v1.19.1

func (o *GetConnectionsBadRequest) IsServerError() bool

IsServerError returns true when this get connections bad request response has a 5xx status code

func (*GetConnectionsBadRequest) IsSuccess added in v1.19.1

func (o *GetConnectionsBadRequest) IsSuccess() bool

IsSuccess returns true when this get connections bad request response has a 2xx status code

func (*GetConnectionsBadRequest) String added in v1.19.1

func (o *GetConnectionsBadRequest) String() string

type GetConnectionsConflict

type GetConnectionsConflict struct {
}

GetConnectionsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetConnectionsConflict

func NewGetConnectionsConflict() *GetConnectionsConflict

NewGetConnectionsConflict creates a GetConnectionsConflict with default headers values

func (*GetConnectionsConflict) Error

func (o *GetConnectionsConflict) Error() string

func (*GetConnectionsConflict) IsClientError added in v1.19.1

func (o *GetConnectionsConflict) IsClientError() bool

IsClientError returns true when this get connections conflict response has a 4xx status code

func (*GetConnectionsConflict) IsCode added in v1.19.1

func (o *GetConnectionsConflict) IsCode(code int) bool

IsCode returns true when this get connections conflict response a status code equal to that given

func (*GetConnectionsConflict) IsRedirect added in v1.19.1

func (o *GetConnectionsConflict) IsRedirect() bool

IsRedirect returns true when this get connections conflict response has a 3xx status code

func (*GetConnectionsConflict) IsServerError added in v1.19.1

func (o *GetConnectionsConflict) IsServerError() bool

IsServerError returns true when this get connections conflict response has a 5xx status code

func (*GetConnectionsConflict) IsSuccess added in v1.19.1

func (o *GetConnectionsConflict) IsSuccess() bool

IsSuccess returns true when this get connections conflict response has a 2xx status code

func (*GetConnectionsConflict) String added in v1.19.1

func (o *GetConnectionsConflict) String() string

type GetConnectionsForbidden

type GetConnectionsForbidden struct {
}

GetConnectionsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetConnectionsForbidden

func NewGetConnectionsForbidden() *GetConnectionsForbidden

NewGetConnectionsForbidden creates a GetConnectionsForbidden with default headers values

func (*GetConnectionsForbidden) Error

func (o *GetConnectionsForbidden) Error() string

func (*GetConnectionsForbidden) IsClientError added in v1.19.1

func (o *GetConnectionsForbidden) IsClientError() bool

IsClientError returns true when this get connections forbidden response has a 4xx status code

func (*GetConnectionsForbidden) IsCode added in v1.19.1

func (o *GetConnectionsForbidden) IsCode(code int) bool

IsCode returns true when this get connections forbidden response a status code equal to that given

func (*GetConnectionsForbidden) IsRedirect added in v1.19.1

func (o *GetConnectionsForbidden) IsRedirect() bool

IsRedirect returns true when this get connections forbidden response has a 3xx status code

func (*GetConnectionsForbidden) IsServerError added in v1.19.1

func (o *GetConnectionsForbidden) IsServerError() bool

IsServerError returns true when this get connections forbidden response has a 5xx status code

func (*GetConnectionsForbidden) IsSuccess added in v1.19.1

func (o *GetConnectionsForbidden) IsSuccess() bool

IsSuccess returns true when this get connections forbidden response has a 2xx status code

func (*GetConnectionsForbidden) String added in v1.19.1

func (o *GetConnectionsForbidden) String() string

type GetConnectionsNotFound

type GetConnectionsNotFound struct {
}

GetConnectionsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetConnectionsNotFound

func NewGetConnectionsNotFound() *GetConnectionsNotFound

NewGetConnectionsNotFound creates a GetConnectionsNotFound with default headers values

func (*GetConnectionsNotFound) Error

func (o *GetConnectionsNotFound) Error() string

func (*GetConnectionsNotFound) IsClientError added in v1.19.1

func (o *GetConnectionsNotFound) IsClientError() bool

IsClientError returns true when this get connections not found response has a 4xx status code

func (*GetConnectionsNotFound) IsCode added in v1.19.1

func (o *GetConnectionsNotFound) IsCode(code int) bool

IsCode returns true when this get connections not found response a status code equal to that given

func (*GetConnectionsNotFound) IsRedirect added in v1.19.1

func (o *GetConnectionsNotFound) IsRedirect() bool

IsRedirect returns true when this get connections not found response has a 3xx status code

func (*GetConnectionsNotFound) IsServerError added in v1.19.1

func (o *GetConnectionsNotFound) IsServerError() bool

IsServerError returns true when this get connections not found response has a 5xx status code

func (*GetConnectionsNotFound) IsSuccess added in v1.19.1

func (o *GetConnectionsNotFound) IsSuccess() bool

IsSuccess returns true when this get connections not found response has a 2xx status code

func (*GetConnectionsNotFound) String added in v1.19.1

func (o *GetConnectionsNotFound) String() string

type GetConnectionsOK

type GetConnectionsOK struct {
	Payload *models.ConnectionsEntity
}

GetConnectionsOK describes a response with status code 200, with default header values.

successful operation

func NewGetConnectionsOK

func NewGetConnectionsOK() *GetConnectionsOK

NewGetConnectionsOK creates a GetConnectionsOK with default headers values

func (*GetConnectionsOK) Error

func (o *GetConnectionsOK) Error() string

func (*GetConnectionsOK) GetPayload

func (o *GetConnectionsOK) GetPayload() *models.ConnectionsEntity

func (*GetConnectionsOK) IsClientError added in v1.19.1

func (o *GetConnectionsOK) IsClientError() bool

IsClientError returns true when this get connections o k response has a 4xx status code

func (*GetConnectionsOK) IsCode added in v1.19.1

func (o *GetConnectionsOK) IsCode(code int) bool

IsCode returns true when this get connections o k response a status code equal to that given

func (*GetConnectionsOK) IsRedirect added in v1.19.1

func (o *GetConnectionsOK) IsRedirect() bool

IsRedirect returns true when this get connections o k response has a 3xx status code

func (*GetConnectionsOK) IsServerError added in v1.19.1

func (o *GetConnectionsOK) IsServerError() bool

IsServerError returns true when this get connections o k response has a 5xx status code

func (*GetConnectionsOK) IsSuccess added in v1.19.1

func (o *GetConnectionsOK) IsSuccess() bool

IsSuccess returns true when this get connections o k response has a 2xx status code

func (*GetConnectionsOK) String added in v1.19.1

func (o *GetConnectionsOK) String() string

type GetConnectionsParams

type GetConnectionsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetConnectionsParams contains all the parameters to send to the API endpoint

for the get connections operation.

Typically these are written to a http.Request.

func NewGetConnectionsParams

func NewGetConnectionsParams() *GetConnectionsParams

NewGetConnectionsParams creates a new GetConnectionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConnectionsParamsWithContext

func NewGetConnectionsParamsWithContext(ctx context.Context) *GetConnectionsParams

NewGetConnectionsParamsWithContext creates a new GetConnectionsParams object with the ability to set a context for a request.

func NewGetConnectionsParamsWithHTTPClient

func NewGetConnectionsParamsWithHTTPClient(client *http.Client) *GetConnectionsParams

NewGetConnectionsParamsWithHTTPClient creates a new GetConnectionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetConnectionsParamsWithTimeout

func NewGetConnectionsParamsWithTimeout(timeout time.Duration) *GetConnectionsParams

NewGetConnectionsParamsWithTimeout creates a new GetConnectionsParams object with the ability to set a timeout on a request.

func (*GetConnectionsParams) SetContext

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

SetContext adds the context to the get connections params

func (*GetConnectionsParams) SetDefaults

func (o *GetConnectionsParams) SetDefaults()

SetDefaults hydrates default values in the get connections params (not the query body).

All values with no default are reset to their zero value.

func (*GetConnectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get connections params

func (*GetConnectionsParams) SetID

func (o *GetConnectionsParams) SetID(id string)

SetID adds the id to the get connections params

func (*GetConnectionsParams) SetTimeout

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

SetTimeout adds the timeout to the get connections params

func (*GetConnectionsParams) WithContext

WithContext adds the context to the get connections params

func (*GetConnectionsParams) WithDefaults

func (o *GetConnectionsParams) WithDefaults() *GetConnectionsParams

WithDefaults hydrates default values in the get connections params (not the query body).

All values with no default are reset to their zero value.

func (*GetConnectionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get connections params

func (*GetConnectionsParams) WithID

WithID adds the id to the get connections params

func (*GetConnectionsParams) WithTimeout

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

WithTimeout adds the timeout to the get connections params

func (*GetConnectionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetConnectionsReader

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

GetConnectionsReader is a Reader for the GetConnections structure.

func (*GetConnectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConnectionsUnauthorized

type GetConnectionsUnauthorized struct {
}

GetConnectionsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetConnectionsUnauthorized

func NewGetConnectionsUnauthorized() *GetConnectionsUnauthorized

NewGetConnectionsUnauthorized creates a GetConnectionsUnauthorized with default headers values

func (*GetConnectionsUnauthorized) Error

func (*GetConnectionsUnauthorized) IsClientError added in v1.19.1

func (o *GetConnectionsUnauthorized) IsClientError() bool

IsClientError returns true when this get connections unauthorized response has a 4xx status code

func (*GetConnectionsUnauthorized) IsCode added in v1.19.1

func (o *GetConnectionsUnauthorized) IsCode(code int) bool

IsCode returns true when this get connections unauthorized response a status code equal to that given

func (*GetConnectionsUnauthorized) IsRedirect added in v1.19.1

func (o *GetConnectionsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get connections unauthorized response has a 3xx status code

func (*GetConnectionsUnauthorized) IsServerError added in v1.19.1

func (o *GetConnectionsUnauthorized) IsServerError() bool

IsServerError returns true when this get connections unauthorized response has a 5xx status code

func (*GetConnectionsUnauthorized) IsSuccess added in v1.19.1

func (o *GetConnectionsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get connections unauthorized response has a 2xx status code

func (*GetConnectionsUnauthorized) String added in v1.19.1

func (o *GetConnectionsUnauthorized) String() string

type GetDropAllFlowfilesRequestBadRequest

type GetDropAllFlowfilesRequestBadRequest struct {
}

GetDropAllFlowfilesRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetDropAllFlowfilesRequestBadRequest

func NewGetDropAllFlowfilesRequestBadRequest() *GetDropAllFlowfilesRequestBadRequest

NewGetDropAllFlowfilesRequestBadRequest creates a GetDropAllFlowfilesRequestBadRequest with default headers values

func (*GetDropAllFlowfilesRequestBadRequest) Error

func (*GetDropAllFlowfilesRequestBadRequest) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestBadRequest) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request bad request response has a 4xx status code

func (*GetDropAllFlowfilesRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this get drop all flowfiles request bad request response a status code equal to that given

func (*GetDropAllFlowfilesRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this get drop all flowfiles request bad request response has a 3xx status code

func (*GetDropAllFlowfilesRequestBadRequest) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestBadRequest) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request bad request response has a 5xx status code

func (*GetDropAllFlowfilesRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this get drop all flowfiles request bad request response has a 2xx status code

func (*GetDropAllFlowfilesRequestBadRequest) String added in v1.19.1

type GetDropAllFlowfilesRequestConflict

type GetDropAllFlowfilesRequestConflict struct {
}

GetDropAllFlowfilesRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetDropAllFlowfilesRequestConflict

func NewGetDropAllFlowfilesRequestConflict() *GetDropAllFlowfilesRequestConflict

NewGetDropAllFlowfilesRequestConflict creates a GetDropAllFlowfilesRequestConflict with default headers values

func (*GetDropAllFlowfilesRequestConflict) Error

func (*GetDropAllFlowfilesRequestConflict) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestConflict) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request conflict response has a 4xx status code

func (*GetDropAllFlowfilesRequestConflict) IsCode added in v1.19.1

IsCode returns true when this get drop all flowfiles request conflict response a status code equal to that given

func (*GetDropAllFlowfilesRequestConflict) IsRedirect added in v1.19.1

func (o *GetDropAllFlowfilesRequestConflict) IsRedirect() bool

IsRedirect returns true when this get drop all flowfiles request conflict response has a 3xx status code

func (*GetDropAllFlowfilesRequestConflict) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestConflict) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request conflict response has a 5xx status code

func (*GetDropAllFlowfilesRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this get drop all flowfiles request conflict response has a 2xx status code

func (*GetDropAllFlowfilesRequestConflict) String added in v1.19.1

type GetDropAllFlowfilesRequestForbidden

type GetDropAllFlowfilesRequestForbidden struct {
}

GetDropAllFlowfilesRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetDropAllFlowfilesRequestForbidden

func NewGetDropAllFlowfilesRequestForbidden() *GetDropAllFlowfilesRequestForbidden

NewGetDropAllFlowfilesRequestForbidden creates a GetDropAllFlowfilesRequestForbidden with default headers values

func (*GetDropAllFlowfilesRequestForbidden) Error

func (*GetDropAllFlowfilesRequestForbidden) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestForbidden) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request forbidden response has a 4xx status code

func (*GetDropAllFlowfilesRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this get drop all flowfiles request forbidden response a status code equal to that given

func (*GetDropAllFlowfilesRequestForbidden) IsRedirect added in v1.19.1

func (o *GetDropAllFlowfilesRequestForbidden) IsRedirect() bool

IsRedirect returns true when this get drop all flowfiles request forbidden response has a 3xx status code

func (*GetDropAllFlowfilesRequestForbidden) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestForbidden) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request forbidden response has a 5xx status code

func (*GetDropAllFlowfilesRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this get drop all flowfiles request forbidden response has a 2xx status code

func (*GetDropAllFlowfilesRequestForbidden) String added in v1.19.1

type GetDropAllFlowfilesRequestNotFound

type GetDropAllFlowfilesRequestNotFound struct {
}

GetDropAllFlowfilesRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetDropAllFlowfilesRequestNotFound

func NewGetDropAllFlowfilesRequestNotFound() *GetDropAllFlowfilesRequestNotFound

NewGetDropAllFlowfilesRequestNotFound creates a GetDropAllFlowfilesRequestNotFound with default headers values

func (*GetDropAllFlowfilesRequestNotFound) Error

func (*GetDropAllFlowfilesRequestNotFound) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestNotFound) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request not found response has a 4xx status code

func (*GetDropAllFlowfilesRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this get drop all flowfiles request not found response a status code equal to that given

func (*GetDropAllFlowfilesRequestNotFound) IsRedirect added in v1.19.1

func (o *GetDropAllFlowfilesRequestNotFound) IsRedirect() bool

IsRedirect returns true when this get drop all flowfiles request not found response has a 3xx status code

func (*GetDropAllFlowfilesRequestNotFound) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestNotFound) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request not found response has a 5xx status code

func (*GetDropAllFlowfilesRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this get drop all flowfiles request not found response has a 2xx status code

func (*GetDropAllFlowfilesRequestNotFound) String added in v1.19.1

type GetDropAllFlowfilesRequestOK

type GetDropAllFlowfilesRequestOK struct {
	Payload *models.DropRequestEntity
}

GetDropAllFlowfilesRequestOK describes a response with status code 200, with default header values.

successful operation

func NewGetDropAllFlowfilesRequestOK

func NewGetDropAllFlowfilesRequestOK() *GetDropAllFlowfilesRequestOK

NewGetDropAllFlowfilesRequestOK creates a GetDropAllFlowfilesRequestOK with default headers values

func (*GetDropAllFlowfilesRequestOK) Error

func (*GetDropAllFlowfilesRequestOK) GetPayload

func (*GetDropAllFlowfilesRequestOK) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestOK) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request o k response has a 4xx status code

func (*GetDropAllFlowfilesRequestOK) IsCode added in v1.19.1

func (o *GetDropAllFlowfilesRequestOK) IsCode(code int) bool

IsCode returns true when this get drop all flowfiles request o k response a status code equal to that given

func (*GetDropAllFlowfilesRequestOK) IsRedirect added in v1.19.1

func (o *GetDropAllFlowfilesRequestOK) IsRedirect() bool

IsRedirect returns true when this get drop all flowfiles request o k response has a 3xx status code

func (*GetDropAllFlowfilesRequestOK) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestOK) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request o k response has a 5xx status code

func (*GetDropAllFlowfilesRequestOK) IsSuccess added in v1.19.1

func (o *GetDropAllFlowfilesRequestOK) IsSuccess() bool

IsSuccess returns true when this get drop all flowfiles request o k response has a 2xx status code

func (*GetDropAllFlowfilesRequestOK) String added in v1.19.1

type GetDropAllFlowfilesRequestParams

type GetDropAllFlowfilesRequestParams struct {

	/* DropRequestID.

	   The drop request id.
	*/
	DropRequestID string

	/* ID.

	   The process group id.
	*/
	ID string

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

GetDropAllFlowfilesRequestParams contains all the parameters to send to the API endpoint

for the get drop all flowfiles request operation.

Typically these are written to a http.Request.

func NewGetDropAllFlowfilesRequestParams

func NewGetDropAllFlowfilesRequestParams() *GetDropAllFlowfilesRequestParams

NewGetDropAllFlowfilesRequestParams creates a new GetDropAllFlowfilesRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDropAllFlowfilesRequestParamsWithContext

func NewGetDropAllFlowfilesRequestParamsWithContext(ctx context.Context) *GetDropAllFlowfilesRequestParams

NewGetDropAllFlowfilesRequestParamsWithContext creates a new GetDropAllFlowfilesRequestParams object with the ability to set a context for a request.

func NewGetDropAllFlowfilesRequestParamsWithHTTPClient

func NewGetDropAllFlowfilesRequestParamsWithHTTPClient(client *http.Client) *GetDropAllFlowfilesRequestParams

NewGetDropAllFlowfilesRequestParamsWithHTTPClient creates a new GetDropAllFlowfilesRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetDropAllFlowfilesRequestParamsWithTimeout

func NewGetDropAllFlowfilesRequestParamsWithTimeout(timeout time.Duration) *GetDropAllFlowfilesRequestParams

NewGetDropAllFlowfilesRequestParamsWithTimeout creates a new GetDropAllFlowfilesRequestParams object with the ability to set a timeout on a request.

func (*GetDropAllFlowfilesRequestParams) SetContext

SetContext adds the context to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) SetDefaults

func (o *GetDropAllFlowfilesRequestParams) SetDefaults()

SetDefaults hydrates default values in the get drop all flowfiles request params (not the query body).

All values with no default are reset to their zero value.

func (*GetDropAllFlowfilesRequestParams) SetDropRequestID

func (o *GetDropAllFlowfilesRequestParams) SetDropRequestID(dropRequestID string)

SetDropRequestID adds the dropRequestId to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) SetID

SetID adds the id to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WithContext

WithContext adds the context to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WithDefaults

WithDefaults hydrates default values in the get drop all flowfiles request params (not the query body).

All values with no default are reset to their zero value.

func (*GetDropAllFlowfilesRequestParams) WithDropRequestID

func (o *GetDropAllFlowfilesRequestParams) WithDropRequestID(dropRequestID string) *GetDropAllFlowfilesRequestParams

WithDropRequestID adds the dropRequestID to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WithID

WithID adds the id to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WithTimeout

WithTimeout adds the timeout to the get drop all flowfiles request params

func (*GetDropAllFlowfilesRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDropAllFlowfilesRequestReader

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

GetDropAllFlowfilesRequestReader is a Reader for the GetDropAllFlowfilesRequest structure.

func (*GetDropAllFlowfilesRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDropAllFlowfilesRequestUnauthorized

type GetDropAllFlowfilesRequestUnauthorized struct {
}

GetDropAllFlowfilesRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetDropAllFlowfilesRequestUnauthorized

func NewGetDropAllFlowfilesRequestUnauthorized() *GetDropAllFlowfilesRequestUnauthorized

NewGetDropAllFlowfilesRequestUnauthorized creates a GetDropAllFlowfilesRequestUnauthorized with default headers values

func (*GetDropAllFlowfilesRequestUnauthorized) Error

func (*GetDropAllFlowfilesRequestUnauthorized) IsClientError added in v1.19.1

func (o *GetDropAllFlowfilesRequestUnauthorized) IsClientError() bool

IsClientError returns true when this get drop all flowfiles request unauthorized response has a 4xx status code

func (*GetDropAllFlowfilesRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get drop all flowfiles request unauthorized response a status code equal to that given

func (*GetDropAllFlowfilesRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this get drop all flowfiles request unauthorized response has a 3xx status code

func (*GetDropAllFlowfilesRequestUnauthorized) IsServerError added in v1.19.1

func (o *GetDropAllFlowfilesRequestUnauthorized) IsServerError() bool

IsServerError returns true when this get drop all flowfiles request unauthorized response has a 5xx status code

func (*GetDropAllFlowfilesRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get drop all flowfiles request unauthorized response has a 2xx status code

func (*GetDropAllFlowfilesRequestUnauthorized) String added in v1.19.1

type GetFunnelsBadRequest

type GetFunnelsBadRequest struct {
}

GetFunnelsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetFunnelsBadRequest

func NewGetFunnelsBadRequest() *GetFunnelsBadRequest

NewGetFunnelsBadRequest creates a GetFunnelsBadRequest with default headers values

func (*GetFunnelsBadRequest) Error

func (o *GetFunnelsBadRequest) Error() string

func (*GetFunnelsBadRequest) IsClientError added in v1.19.1

func (o *GetFunnelsBadRequest) IsClientError() bool

IsClientError returns true when this get funnels bad request response has a 4xx status code

func (*GetFunnelsBadRequest) IsCode added in v1.19.1

func (o *GetFunnelsBadRequest) IsCode(code int) bool

IsCode returns true when this get funnels bad request response a status code equal to that given

func (*GetFunnelsBadRequest) IsRedirect added in v1.19.1

func (o *GetFunnelsBadRequest) IsRedirect() bool

IsRedirect returns true when this get funnels bad request response has a 3xx status code

func (*GetFunnelsBadRequest) IsServerError added in v1.19.1

func (o *GetFunnelsBadRequest) IsServerError() bool

IsServerError returns true when this get funnels bad request response has a 5xx status code

func (*GetFunnelsBadRequest) IsSuccess added in v1.19.1

func (o *GetFunnelsBadRequest) IsSuccess() bool

IsSuccess returns true when this get funnels bad request response has a 2xx status code

func (*GetFunnelsBadRequest) String added in v1.19.1

func (o *GetFunnelsBadRequest) String() string

type GetFunnelsConflict

type GetFunnelsConflict struct {
}

GetFunnelsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetFunnelsConflict

func NewGetFunnelsConflict() *GetFunnelsConflict

NewGetFunnelsConflict creates a GetFunnelsConflict with default headers values

func (*GetFunnelsConflict) Error

func (o *GetFunnelsConflict) Error() string

func (*GetFunnelsConflict) IsClientError added in v1.19.1

func (o *GetFunnelsConflict) IsClientError() bool

IsClientError returns true when this get funnels conflict response has a 4xx status code

func (*GetFunnelsConflict) IsCode added in v1.19.1

func (o *GetFunnelsConflict) IsCode(code int) bool

IsCode returns true when this get funnels conflict response a status code equal to that given

func (*GetFunnelsConflict) IsRedirect added in v1.19.1

func (o *GetFunnelsConflict) IsRedirect() bool

IsRedirect returns true when this get funnels conflict response has a 3xx status code

func (*GetFunnelsConflict) IsServerError added in v1.19.1

func (o *GetFunnelsConflict) IsServerError() bool

IsServerError returns true when this get funnels conflict response has a 5xx status code

func (*GetFunnelsConflict) IsSuccess added in v1.19.1

func (o *GetFunnelsConflict) IsSuccess() bool

IsSuccess returns true when this get funnels conflict response has a 2xx status code

func (*GetFunnelsConflict) String added in v1.19.1

func (o *GetFunnelsConflict) String() string

type GetFunnelsForbidden

type GetFunnelsForbidden struct {
}

GetFunnelsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetFunnelsForbidden

func NewGetFunnelsForbidden() *GetFunnelsForbidden

NewGetFunnelsForbidden creates a GetFunnelsForbidden with default headers values

func (*GetFunnelsForbidden) Error

func (o *GetFunnelsForbidden) Error() string

func (*GetFunnelsForbidden) IsClientError added in v1.19.1

func (o *GetFunnelsForbidden) IsClientError() bool

IsClientError returns true when this get funnels forbidden response has a 4xx status code

func (*GetFunnelsForbidden) IsCode added in v1.19.1

func (o *GetFunnelsForbidden) IsCode(code int) bool

IsCode returns true when this get funnels forbidden response a status code equal to that given

func (*GetFunnelsForbidden) IsRedirect added in v1.19.1

func (o *GetFunnelsForbidden) IsRedirect() bool

IsRedirect returns true when this get funnels forbidden response has a 3xx status code

func (*GetFunnelsForbidden) IsServerError added in v1.19.1

func (o *GetFunnelsForbidden) IsServerError() bool

IsServerError returns true when this get funnels forbidden response has a 5xx status code

func (*GetFunnelsForbidden) IsSuccess added in v1.19.1

func (o *GetFunnelsForbidden) IsSuccess() bool

IsSuccess returns true when this get funnels forbidden response has a 2xx status code

func (*GetFunnelsForbidden) String added in v1.19.1

func (o *GetFunnelsForbidden) String() string

type GetFunnelsNotFound

type GetFunnelsNotFound struct {
}

GetFunnelsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetFunnelsNotFound

func NewGetFunnelsNotFound() *GetFunnelsNotFound

NewGetFunnelsNotFound creates a GetFunnelsNotFound with default headers values

func (*GetFunnelsNotFound) Error

func (o *GetFunnelsNotFound) Error() string

func (*GetFunnelsNotFound) IsClientError added in v1.19.1

func (o *GetFunnelsNotFound) IsClientError() bool

IsClientError returns true when this get funnels not found response has a 4xx status code

func (*GetFunnelsNotFound) IsCode added in v1.19.1

func (o *GetFunnelsNotFound) IsCode(code int) bool

IsCode returns true when this get funnels not found response a status code equal to that given

func (*GetFunnelsNotFound) IsRedirect added in v1.19.1

func (o *GetFunnelsNotFound) IsRedirect() bool

IsRedirect returns true when this get funnels not found response has a 3xx status code

func (*GetFunnelsNotFound) IsServerError added in v1.19.1

func (o *GetFunnelsNotFound) IsServerError() bool

IsServerError returns true when this get funnels not found response has a 5xx status code

func (*GetFunnelsNotFound) IsSuccess added in v1.19.1

func (o *GetFunnelsNotFound) IsSuccess() bool

IsSuccess returns true when this get funnels not found response has a 2xx status code

func (*GetFunnelsNotFound) String added in v1.19.1

func (o *GetFunnelsNotFound) String() string

type GetFunnelsOK

type GetFunnelsOK struct {
	Payload *models.FunnelsEntity
}

GetFunnelsOK describes a response with status code 200, with default header values.

successful operation

func NewGetFunnelsOK

func NewGetFunnelsOK() *GetFunnelsOK

NewGetFunnelsOK creates a GetFunnelsOK with default headers values

func (*GetFunnelsOK) Error

func (o *GetFunnelsOK) Error() string

func (*GetFunnelsOK) GetPayload

func (o *GetFunnelsOK) GetPayload() *models.FunnelsEntity

func (*GetFunnelsOK) IsClientError added in v1.19.1

func (o *GetFunnelsOK) IsClientError() bool

IsClientError returns true when this get funnels o k response has a 4xx status code

func (*GetFunnelsOK) IsCode added in v1.19.1

func (o *GetFunnelsOK) IsCode(code int) bool

IsCode returns true when this get funnels o k response a status code equal to that given

func (*GetFunnelsOK) IsRedirect added in v1.19.1

func (o *GetFunnelsOK) IsRedirect() bool

IsRedirect returns true when this get funnels o k response has a 3xx status code

func (*GetFunnelsOK) IsServerError added in v1.19.1

func (o *GetFunnelsOK) IsServerError() bool

IsServerError returns true when this get funnels o k response has a 5xx status code

func (*GetFunnelsOK) IsSuccess added in v1.19.1

func (o *GetFunnelsOK) IsSuccess() bool

IsSuccess returns true when this get funnels o k response has a 2xx status code

func (*GetFunnelsOK) String added in v1.19.1

func (o *GetFunnelsOK) String() string

type GetFunnelsParams

type GetFunnelsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetFunnelsParams contains all the parameters to send to the API endpoint

for the get funnels operation.

Typically these are written to a http.Request.

func NewGetFunnelsParams

func NewGetFunnelsParams() *GetFunnelsParams

NewGetFunnelsParams creates a new GetFunnelsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFunnelsParamsWithContext

func NewGetFunnelsParamsWithContext(ctx context.Context) *GetFunnelsParams

NewGetFunnelsParamsWithContext creates a new GetFunnelsParams object with the ability to set a context for a request.

func NewGetFunnelsParamsWithHTTPClient

func NewGetFunnelsParamsWithHTTPClient(client *http.Client) *GetFunnelsParams

NewGetFunnelsParamsWithHTTPClient creates a new GetFunnelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFunnelsParamsWithTimeout

func NewGetFunnelsParamsWithTimeout(timeout time.Duration) *GetFunnelsParams

NewGetFunnelsParamsWithTimeout creates a new GetFunnelsParams object with the ability to set a timeout on a request.

func (*GetFunnelsParams) SetContext

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

SetContext adds the context to the get funnels params

func (*GetFunnelsParams) SetDefaults

func (o *GetFunnelsParams) SetDefaults()

SetDefaults hydrates default values in the get funnels params (not the query body).

All values with no default are reset to their zero value.

func (*GetFunnelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get funnels params

func (*GetFunnelsParams) SetID

func (o *GetFunnelsParams) SetID(id string)

SetID adds the id to the get funnels params

func (*GetFunnelsParams) SetTimeout

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

SetTimeout adds the timeout to the get funnels params

func (*GetFunnelsParams) WithContext

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

WithContext adds the context to the get funnels params

func (*GetFunnelsParams) WithDefaults

func (o *GetFunnelsParams) WithDefaults() *GetFunnelsParams

WithDefaults hydrates default values in the get funnels params (not the query body).

All values with no default are reset to their zero value.

func (*GetFunnelsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get funnels params

func (*GetFunnelsParams) WithID

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

WithID adds the id to the get funnels params

func (*GetFunnelsParams) WithTimeout

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

WithTimeout adds the timeout to the get funnels params

func (*GetFunnelsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFunnelsReader

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

GetFunnelsReader is a Reader for the GetFunnels structure.

func (*GetFunnelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFunnelsUnauthorized

type GetFunnelsUnauthorized struct {
}

GetFunnelsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetFunnelsUnauthorized

func NewGetFunnelsUnauthorized() *GetFunnelsUnauthorized

NewGetFunnelsUnauthorized creates a GetFunnelsUnauthorized with default headers values

func (*GetFunnelsUnauthorized) Error

func (o *GetFunnelsUnauthorized) Error() string

func (*GetFunnelsUnauthorized) IsClientError added in v1.19.1

func (o *GetFunnelsUnauthorized) IsClientError() bool

IsClientError returns true when this get funnels unauthorized response has a 4xx status code

func (*GetFunnelsUnauthorized) IsCode added in v1.19.1

func (o *GetFunnelsUnauthorized) IsCode(code int) bool

IsCode returns true when this get funnels unauthorized response a status code equal to that given

func (*GetFunnelsUnauthorized) IsRedirect added in v1.19.1

func (o *GetFunnelsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get funnels unauthorized response has a 3xx status code

func (*GetFunnelsUnauthorized) IsServerError added in v1.19.1

func (o *GetFunnelsUnauthorized) IsServerError() bool

IsServerError returns true when this get funnels unauthorized response has a 5xx status code

func (*GetFunnelsUnauthorized) IsSuccess added in v1.19.1

func (o *GetFunnelsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get funnels unauthorized response has a 2xx status code

func (*GetFunnelsUnauthorized) String added in v1.19.1

func (o *GetFunnelsUnauthorized) String() string

type GetInputPortsBadRequest

type GetInputPortsBadRequest struct {
}

GetInputPortsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetInputPortsBadRequest

func NewGetInputPortsBadRequest() *GetInputPortsBadRequest

NewGetInputPortsBadRequest creates a GetInputPortsBadRequest with default headers values

func (*GetInputPortsBadRequest) Error

func (o *GetInputPortsBadRequest) Error() string

func (*GetInputPortsBadRequest) IsClientError added in v1.19.1

func (o *GetInputPortsBadRequest) IsClientError() bool

IsClientError returns true when this get input ports bad request response has a 4xx status code

func (*GetInputPortsBadRequest) IsCode added in v1.19.1

func (o *GetInputPortsBadRequest) IsCode(code int) bool

IsCode returns true when this get input ports bad request response a status code equal to that given

func (*GetInputPortsBadRequest) IsRedirect added in v1.19.1

func (o *GetInputPortsBadRequest) IsRedirect() bool

IsRedirect returns true when this get input ports bad request response has a 3xx status code

func (*GetInputPortsBadRequest) IsServerError added in v1.19.1

func (o *GetInputPortsBadRequest) IsServerError() bool

IsServerError returns true when this get input ports bad request response has a 5xx status code

func (*GetInputPortsBadRequest) IsSuccess added in v1.19.1

func (o *GetInputPortsBadRequest) IsSuccess() bool

IsSuccess returns true when this get input ports bad request response has a 2xx status code

func (*GetInputPortsBadRequest) String added in v1.19.1

func (o *GetInputPortsBadRequest) String() string

type GetInputPortsConflict

type GetInputPortsConflict struct {
}

GetInputPortsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetInputPortsConflict

func NewGetInputPortsConflict() *GetInputPortsConflict

NewGetInputPortsConflict creates a GetInputPortsConflict with default headers values

func (*GetInputPortsConflict) Error

func (o *GetInputPortsConflict) Error() string

func (*GetInputPortsConflict) IsClientError added in v1.19.1

func (o *GetInputPortsConflict) IsClientError() bool

IsClientError returns true when this get input ports conflict response has a 4xx status code

func (*GetInputPortsConflict) IsCode added in v1.19.1

func (o *GetInputPortsConflict) IsCode(code int) bool

IsCode returns true when this get input ports conflict response a status code equal to that given

func (*GetInputPortsConflict) IsRedirect added in v1.19.1

func (o *GetInputPortsConflict) IsRedirect() bool

IsRedirect returns true when this get input ports conflict response has a 3xx status code

func (*GetInputPortsConflict) IsServerError added in v1.19.1

func (o *GetInputPortsConflict) IsServerError() bool

IsServerError returns true when this get input ports conflict response has a 5xx status code

func (*GetInputPortsConflict) IsSuccess added in v1.19.1

func (o *GetInputPortsConflict) IsSuccess() bool

IsSuccess returns true when this get input ports conflict response has a 2xx status code

func (*GetInputPortsConflict) String added in v1.19.1

func (o *GetInputPortsConflict) String() string

type GetInputPortsForbidden

type GetInputPortsForbidden struct {
}

GetInputPortsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetInputPortsForbidden

func NewGetInputPortsForbidden() *GetInputPortsForbidden

NewGetInputPortsForbidden creates a GetInputPortsForbidden with default headers values

func (*GetInputPortsForbidden) Error

func (o *GetInputPortsForbidden) Error() string

func (*GetInputPortsForbidden) IsClientError added in v1.19.1

func (o *GetInputPortsForbidden) IsClientError() bool

IsClientError returns true when this get input ports forbidden response has a 4xx status code

func (*GetInputPortsForbidden) IsCode added in v1.19.1

func (o *GetInputPortsForbidden) IsCode(code int) bool

IsCode returns true when this get input ports forbidden response a status code equal to that given

func (*GetInputPortsForbidden) IsRedirect added in v1.19.1

func (o *GetInputPortsForbidden) IsRedirect() bool

IsRedirect returns true when this get input ports forbidden response has a 3xx status code

func (*GetInputPortsForbidden) IsServerError added in v1.19.1

func (o *GetInputPortsForbidden) IsServerError() bool

IsServerError returns true when this get input ports forbidden response has a 5xx status code

func (*GetInputPortsForbidden) IsSuccess added in v1.19.1

func (o *GetInputPortsForbidden) IsSuccess() bool

IsSuccess returns true when this get input ports forbidden response has a 2xx status code

func (*GetInputPortsForbidden) String added in v1.19.1

func (o *GetInputPortsForbidden) String() string

type GetInputPortsNotFound

type GetInputPortsNotFound struct {
}

GetInputPortsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetInputPortsNotFound

func NewGetInputPortsNotFound() *GetInputPortsNotFound

NewGetInputPortsNotFound creates a GetInputPortsNotFound with default headers values

func (*GetInputPortsNotFound) Error

func (o *GetInputPortsNotFound) Error() string

func (*GetInputPortsNotFound) IsClientError added in v1.19.1

func (o *GetInputPortsNotFound) IsClientError() bool

IsClientError returns true when this get input ports not found response has a 4xx status code

func (*GetInputPortsNotFound) IsCode added in v1.19.1

func (o *GetInputPortsNotFound) IsCode(code int) bool

IsCode returns true when this get input ports not found response a status code equal to that given

func (*GetInputPortsNotFound) IsRedirect added in v1.19.1

func (o *GetInputPortsNotFound) IsRedirect() bool

IsRedirect returns true when this get input ports not found response has a 3xx status code

func (*GetInputPortsNotFound) IsServerError added in v1.19.1

func (o *GetInputPortsNotFound) IsServerError() bool

IsServerError returns true when this get input ports not found response has a 5xx status code

func (*GetInputPortsNotFound) IsSuccess added in v1.19.1

func (o *GetInputPortsNotFound) IsSuccess() bool

IsSuccess returns true when this get input ports not found response has a 2xx status code

func (*GetInputPortsNotFound) String added in v1.19.1

func (o *GetInputPortsNotFound) String() string

type GetInputPortsOK

type GetInputPortsOK struct {
	Payload *models.InputPortsEntity
}

GetInputPortsOK describes a response with status code 200, with default header values.

successful operation

func NewGetInputPortsOK

func NewGetInputPortsOK() *GetInputPortsOK

NewGetInputPortsOK creates a GetInputPortsOK with default headers values

func (*GetInputPortsOK) Error

func (o *GetInputPortsOK) Error() string

func (*GetInputPortsOK) GetPayload

func (o *GetInputPortsOK) GetPayload() *models.InputPortsEntity

func (*GetInputPortsOK) IsClientError added in v1.19.1

func (o *GetInputPortsOK) IsClientError() bool

IsClientError returns true when this get input ports o k response has a 4xx status code

func (*GetInputPortsOK) IsCode added in v1.19.1

func (o *GetInputPortsOK) IsCode(code int) bool

IsCode returns true when this get input ports o k response a status code equal to that given

func (*GetInputPortsOK) IsRedirect added in v1.19.1

func (o *GetInputPortsOK) IsRedirect() bool

IsRedirect returns true when this get input ports o k response has a 3xx status code

func (*GetInputPortsOK) IsServerError added in v1.19.1

func (o *GetInputPortsOK) IsServerError() bool

IsServerError returns true when this get input ports o k response has a 5xx status code

func (*GetInputPortsOK) IsSuccess added in v1.19.1

func (o *GetInputPortsOK) IsSuccess() bool

IsSuccess returns true when this get input ports o k response has a 2xx status code

func (*GetInputPortsOK) String added in v1.19.1

func (o *GetInputPortsOK) String() string

type GetInputPortsParams

type GetInputPortsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetInputPortsParams contains all the parameters to send to the API endpoint

for the get input ports operation.

Typically these are written to a http.Request.

func NewGetInputPortsParams

func NewGetInputPortsParams() *GetInputPortsParams

NewGetInputPortsParams creates a new GetInputPortsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInputPortsParamsWithContext

func NewGetInputPortsParamsWithContext(ctx context.Context) *GetInputPortsParams

NewGetInputPortsParamsWithContext creates a new GetInputPortsParams object with the ability to set a context for a request.

func NewGetInputPortsParamsWithHTTPClient

func NewGetInputPortsParamsWithHTTPClient(client *http.Client) *GetInputPortsParams

NewGetInputPortsParamsWithHTTPClient creates a new GetInputPortsParams object with the ability to set a custom HTTPClient for a request.

func NewGetInputPortsParamsWithTimeout

func NewGetInputPortsParamsWithTimeout(timeout time.Duration) *GetInputPortsParams

NewGetInputPortsParamsWithTimeout creates a new GetInputPortsParams object with the ability to set a timeout on a request.

func (*GetInputPortsParams) SetContext

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

SetContext adds the context to the get input ports params

func (*GetInputPortsParams) SetDefaults

func (o *GetInputPortsParams) SetDefaults()

SetDefaults hydrates default values in the get input ports params (not the query body).

All values with no default are reset to their zero value.

func (*GetInputPortsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get input ports params

func (*GetInputPortsParams) SetID

func (o *GetInputPortsParams) SetID(id string)

SetID adds the id to the get input ports params

func (*GetInputPortsParams) SetTimeout

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

SetTimeout adds the timeout to the get input ports params

func (*GetInputPortsParams) WithContext

WithContext adds the context to the get input ports params

func (*GetInputPortsParams) WithDefaults

func (o *GetInputPortsParams) WithDefaults() *GetInputPortsParams

WithDefaults hydrates default values in the get input ports params (not the query body).

All values with no default are reset to their zero value.

func (*GetInputPortsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get input ports params

func (*GetInputPortsParams) WithID

WithID adds the id to the get input ports params

func (*GetInputPortsParams) WithTimeout

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

WithTimeout adds the timeout to the get input ports params

func (*GetInputPortsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetInputPortsReader

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

GetInputPortsReader is a Reader for the GetInputPorts structure.

func (*GetInputPortsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInputPortsUnauthorized

type GetInputPortsUnauthorized struct {
}

GetInputPortsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetInputPortsUnauthorized

func NewGetInputPortsUnauthorized() *GetInputPortsUnauthorized

NewGetInputPortsUnauthorized creates a GetInputPortsUnauthorized with default headers values

func (*GetInputPortsUnauthorized) Error

func (o *GetInputPortsUnauthorized) Error() string

func (*GetInputPortsUnauthorized) IsClientError added in v1.19.1

func (o *GetInputPortsUnauthorized) IsClientError() bool

IsClientError returns true when this get input ports unauthorized response has a 4xx status code

func (*GetInputPortsUnauthorized) IsCode added in v1.19.1

func (o *GetInputPortsUnauthorized) IsCode(code int) bool

IsCode returns true when this get input ports unauthorized response a status code equal to that given

func (*GetInputPortsUnauthorized) IsRedirect added in v1.19.1

func (o *GetInputPortsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get input ports unauthorized response has a 3xx status code

func (*GetInputPortsUnauthorized) IsServerError added in v1.19.1

func (o *GetInputPortsUnauthorized) IsServerError() bool

IsServerError returns true when this get input ports unauthorized response has a 5xx status code

func (*GetInputPortsUnauthorized) IsSuccess added in v1.19.1

func (o *GetInputPortsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get input ports unauthorized response has a 2xx status code

func (*GetInputPortsUnauthorized) String added in v1.19.1

func (o *GetInputPortsUnauthorized) String() string

type GetLabelsBadRequest

type GetLabelsBadRequest struct {
}

GetLabelsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetLabelsBadRequest

func NewGetLabelsBadRequest() *GetLabelsBadRequest

NewGetLabelsBadRequest creates a GetLabelsBadRequest with default headers values

func (*GetLabelsBadRequest) Error

func (o *GetLabelsBadRequest) Error() string

func (*GetLabelsBadRequest) IsClientError added in v1.19.1

func (o *GetLabelsBadRequest) IsClientError() bool

IsClientError returns true when this get labels bad request response has a 4xx status code

func (*GetLabelsBadRequest) IsCode added in v1.19.1

func (o *GetLabelsBadRequest) IsCode(code int) bool

IsCode returns true when this get labels bad request response a status code equal to that given

func (*GetLabelsBadRequest) IsRedirect added in v1.19.1

func (o *GetLabelsBadRequest) IsRedirect() bool

IsRedirect returns true when this get labels bad request response has a 3xx status code

func (*GetLabelsBadRequest) IsServerError added in v1.19.1

func (o *GetLabelsBadRequest) IsServerError() bool

IsServerError returns true when this get labels bad request response has a 5xx status code

func (*GetLabelsBadRequest) IsSuccess added in v1.19.1

func (o *GetLabelsBadRequest) IsSuccess() bool

IsSuccess returns true when this get labels bad request response has a 2xx status code

func (*GetLabelsBadRequest) String added in v1.19.1

func (o *GetLabelsBadRequest) String() string

type GetLabelsConflict

type GetLabelsConflict struct {
}

GetLabelsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetLabelsConflict

func NewGetLabelsConflict() *GetLabelsConflict

NewGetLabelsConflict creates a GetLabelsConflict with default headers values

func (*GetLabelsConflict) Error

func (o *GetLabelsConflict) Error() string

func (*GetLabelsConflict) IsClientError added in v1.19.1

func (o *GetLabelsConflict) IsClientError() bool

IsClientError returns true when this get labels conflict response has a 4xx status code

func (*GetLabelsConflict) IsCode added in v1.19.1

func (o *GetLabelsConflict) IsCode(code int) bool

IsCode returns true when this get labels conflict response a status code equal to that given

func (*GetLabelsConflict) IsRedirect added in v1.19.1

func (o *GetLabelsConflict) IsRedirect() bool

IsRedirect returns true when this get labels conflict response has a 3xx status code

func (*GetLabelsConflict) IsServerError added in v1.19.1

func (o *GetLabelsConflict) IsServerError() bool

IsServerError returns true when this get labels conflict response has a 5xx status code

func (*GetLabelsConflict) IsSuccess added in v1.19.1

func (o *GetLabelsConflict) IsSuccess() bool

IsSuccess returns true when this get labels conflict response has a 2xx status code

func (*GetLabelsConflict) String added in v1.19.1

func (o *GetLabelsConflict) String() string

type GetLabelsForbidden

type GetLabelsForbidden struct {
}

GetLabelsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetLabelsForbidden

func NewGetLabelsForbidden() *GetLabelsForbidden

NewGetLabelsForbidden creates a GetLabelsForbidden with default headers values

func (*GetLabelsForbidden) Error

func (o *GetLabelsForbidden) Error() string

func (*GetLabelsForbidden) IsClientError added in v1.19.1

func (o *GetLabelsForbidden) IsClientError() bool

IsClientError returns true when this get labels forbidden response has a 4xx status code

func (*GetLabelsForbidden) IsCode added in v1.19.1

func (o *GetLabelsForbidden) IsCode(code int) bool

IsCode returns true when this get labels forbidden response a status code equal to that given

func (*GetLabelsForbidden) IsRedirect added in v1.19.1

func (o *GetLabelsForbidden) IsRedirect() bool

IsRedirect returns true when this get labels forbidden response has a 3xx status code

func (*GetLabelsForbidden) IsServerError added in v1.19.1

func (o *GetLabelsForbidden) IsServerError() bool

IsServerError returns true when this get labels forbidden response has a 5xx status code

func (*GetLabelsForbidden) IsSuccess added in v1.19.1

func (o *GetLabelsForbidden) IsSuccess() bool

IsSuccess returns true when this get labels forbidden response has a 2xx status code

func (*GetLabelsForbidden) String added in v1.19.1

func (o *GetLabelsForbidden) String() string

type GetLabelsNotFound

type GetLabelsNotFound struct {
}

GetLabelsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetLabelsNotFound

func NewGetLabelsNotFound() *GetLabelsNotFound

NewGetLabelsNotFound creates a GetLabelsNotFound with default headers values

func (*GetLabelsNotFound) Error

func (o *GetLabelsNotFound) Error() string

func (*GetLabelsNotFound) IsClientError added in v1.19.1

func (o *GetLabelsNotFound) IsClientError() bool

IsClientError returns true when this get labels not found response has a 4xx status code

func (*GetLabelsNotFound) IsCode added in v1.19.1

func (o *GetLabelsNotFound) IsCode(code int) bool

IsCode returns true when this get labels not found response a status code equal to that given

func (*GetLabelsNotFound) IsRedirect added in v1.19.1

func (o *GetLabelsNotFound) IsRedirect() bool

IsRedirect returns true when this get labels not found response has a 3xx status code

func (*GetLabelsNotFound) IsServerError added in v1.19.1

func (o *GetLabelsNotFound) IsServerError() bool

IsServerError returns true when this get labels not found response has a 5xx status code

func (*GetLabelsNotFound) IsSuccess added in v1.19.1

func (o *GetLabelsNotFound) IsSuccess() bool

IsSuccess returns true when this get labels not found response has a 2xx status code

func (*GetLabelsNotFound) String added in v1.19.1

func (o *GetLabelsNotFound) String() string

type GetLabelsOK

type GetLabelsOK struct {
	Payload *models.LabelsEntity
}

GetLabelsOK describes a response with status code 200, with default header values.

successful operation

func NewGetLabelsOK

func NewGetLabelsOK() *GetLabelsOK

NewGetLabelsOK creates a GetLabelsOK with default headers values

func (*GetLabelsOK) Error

func (o *GetLabelsOK) Error() string

func (*GetLabelsOK) GetPayload

func (o *GetLabelsOK) GetPayload() *models.LabelsEntity

func (*GetLabelsOK) IsClientError added in v1.19.1

func (o *GetLabelsOK) IsClientError() bool

IsClientError returns true when this get labels o k response has a 4xx status code

func (*GetLabelsOK) IsCode added in v1.19.1

func (o *GetLabelsOK) IsCode(code int) bool

IsCode returns true when this get labels o k response a status code equal to that given

func (*GetLabelsOK) IsRedirect added in v1.19.1

func (o *GetLabelsOK) IsRedirect() bool

IsRedirect returns true when this get labels o k response has a 3xx status code

func (*GetLabelsOK) IsServerError added in v1.19.1

func (o *GetLabelsOK) IsServerError() bool

IsServerError returns true when this get labels o k response has a 5xx status code

func (*GetLabelsOK) IsSuccess added in v1.19.1

func (o *GetLabelsOK) IsSuccess() bool

IsSuccess returns true when this get labels o k response has a 2xx status code

func (*GetLabelsOK) String added in v1.19.1

func (o *GetLabelsOK) String() string

type GetLabelsParams

type GetLabelsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetLabelsParams contains all the parameters to send to the API endpoint

for the get labels operation.

Typically these are written to a http.Request.

func NewGetLabelsParams

func NewGetLabelsParams() *GetLabelsParams

NewGetLabelsParams creates a new GetLabelsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLabelsParamsWithContext

func NewGetLabelsParamsWithContext(ctx context.Context) *GetLabelsParams

NewGetLabelsParamsWithContext creates a new GetLabelsParams object with the ability to set a context for a request.

func NewGetLabelsParamsWithHTTPClient

func NewGetLabelsParamsWithHTTPClient(client *http.Client) *GetLabelsParams

NewGetLabelsParamsWithHTTPClient creates a new GetLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLabelsParamsWithTimeout

func NewGetLabelsParamsWithTimeout(timeout time.Duration) *GetLabelsParams

NewGetLabelsParamsWithTimeout creates a new GetLabelsParams object with the ability to set a timeout on a request.

func (*GetLabelsParams) SetContext

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

SetContext adds the context to the get labels params

func (*GetLabelsParams) SetDefaults

func (o *GetLabelsParams) SetDefaults()

SetDefaults hydrates default values in the get labels params (not the query body).

All values with no default are reset to their zero value.

func (*GetLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get labels params

func (*GetLabelsParams) SetID

func (o *GetLabelsParams) SetID(id string)

SetID adds the id to the get labels params

func (*GetLabelsParams) SetTimeout

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

SetTimeout adds the timeout to the get labels params

func (*GetLabelsParams) WithContext

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

WithContext adds the context to the get labels params

func (*GetLabelsParams) WithDefaults

func (o *GetLabelsParams) WithDefaults() *GetLabelsParams

WithDefaults hydrates default values in the get labels params (not the query body).

All values with no default are reset to their zero value.

func (*GetLabelsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get labels params

func (*GetLabelsParams) WithID

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

WithID adds the id to the get labels params

func (*GetLabelsParams) WithTimeout

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

WithTimeout adds the timeout to the get labels params

func (*GetLabelsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLabelsReader

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

GetLabelsReader is a Reader for the GetLabels structure.

func (*GetLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLabelsUnauthorized

type GetLabelsUnauthorized struct {
}

GetLabelsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetLabelsUnauthorized

func NewGetLabelsUnauthorized() *GetLabelsUnauthorized

NewGetLabelsUnauthorized creates a GetLabelsUnauthorized with default headers values

func (*GetLabelsUnauthorized) Error

func (o *GetLabelsUnauthorized) Error() string

func (*GetLabelsUnauthorized) IsClientError added in v1.19.1

func (o *GetLabelsUnauthorized) IsClientError() bool

IsClientError returns true when this get labels unauthorized response has a 4xx status code

func (*GetLabelsUnauthorized) IsCode added in v1.19.1

func (o *GetLabelsUnauthorized) IsCode(code int) bool

IsCode returns true when this get labels unauthorized response a status code equal to that given

func (*GetLabelsUnauthorized) IsRedirect added in v1.19.1

func (o *GetLabelsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get labels unauthorized response has a 3xx status code

func (*GetLabelsUnauthorized) IsServerError added in v1.19.1

func (o *GetLabelsUnauthorized) IsServerError() bool

IsServerError returns true when this get labels unauthorized response has a 5xx status code

func (*GetLabelsUnauthorized) IsSuccess added in v1.19.1

func (o *GetLabelsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get labels unauthorized response has a 2xx status code

func (*GetLabelsUnauthorized) String added in v1.19.1

func (o *GetLabelsUnauthorized) String() string

type GetLocalModificationsBadRequest

type GetLocalModificationsBadRequest struct {
}

GetLocalModificationsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetLocalModificationsBadRequest

func NewGetLocalModificationsBadRequest() *GetLocalModificationsBadRequest

NewGetLocalModificationsBadRequest creates a GetLocalModificationsBadRequest with default headers values

func (*GetLocalModificationsBadRequest) Error

func (*GetLocalModificationsBadRequest) IsClientError added in v1.19.1

func (o *GetLocalModificationsBadRequest) IsClientError() bool

IsClientError returns true when this get local modifications bad request response has a 4xx status code

func (*GetLocalModificationsBadRequest) IsCode added in v1.19.1

func (o *GetLocalModificationsBadRequest) IsCode(code int) bool

IsCode returns true when this get local modifications bad request response a status code equal to that given

func (*GetLocalModificationsBadRequest) IsRedirect added in v1.19.1

func (o *GetLocalModificationsBadRequest) IsRedirect() bool

IsRedirect returns true when this get local modifications bad request response has a 3xx status code

func (*GetLocalModificationsBadRequest) IsServerError added in v1.19.1

func (o *GetLocalModificationsBadRequest) IsServerError() bool

IsServerError returns true when this get local modifications bad request response has a 5xx status code

func (*GetLocalModificationsBadRequest) IsSuccess added in v1.19.1

func (o *GetLocalModificationsBadRequest) IsSuccess() bool

IsSuccess returns true when this get local modifications bad request response has a 2xx status code

func (*GetLocalModificationsBadRequest) String added in v1.19.1

type GetLocalModificationsConflict

type GetLocalModificationsConflict struct {
}

GetLocalModificationsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetLocalModificationsConflict

func NewGetLocalModificationsConflict() *GetLocalModificationsConflict

NewGetLocalModificationsConflict creates a GetLocalModificationsConflict with default headers values

func (*GetLocalModificationsConflict) Error

func (*GetLocalModificationsConflict) IsClientError added in v1.19.1

func (o *GetLocalModificationsConflict) IsClientError() bool

IsClientError returns true when this get local modifications conflict response has a 4xx status code

func (*GetLocalModificationsConflict) IsCode added in v1.19.1

func (o *GetLocalModificationsConflict) IsCode(code int) bool

IsCode returns true when this get local modifications conflict response a status code equal to that given

func (*GetLocalModificationsConflict) IsRedirect added in v1.19.1

func (o *GetLocalModificationsConflict) IsRedirect() bool

IsRedirect returns true when this get local modifications conflict response has a 3xx status code

func (*GetLocalModificationsConflict) IsServerError added in v1.19.1

func (o *GetLocalModificationsConflict) IsServerError() bool

IsServerError returns true when this get local modifications conflict response has a 5xx status code

func (*GetLocalModificationsConflict) IsSuccess added in v1.19.1

func (o *GetLocalModificationsConflict) IsSuccess() bool

IsSuccess returns true when this get local modifications conflict response has a 2xx status code

func (*GetLocalModificationsConflict) String added in v1.19.1

type GetLocalModificationsForbidden

type GetLocalModificationsForbidden struct {
}

GetLocalModificationsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetLocalModificationsForbidden

func NewGetLocalModificationsForbidden() *GetLocalModificationsForbidden

NewGetLocalModificationsForbidden creates a GetLocalModificationsForbidden with default headers values

func (*GetLocalModificationsForbidden) Error

func (*GetLocalModificationsForbidden) IsClientError added in v1.19.1

func (o *GetLocalModificationsForbidden) IsClientError() bool

IsClientError returns true when this get local modifications forbidden response has a 4xx status code

func (*GetLocalModificationsForbidden) IsCode added in v1.19.1

func (o *GetLocalModificationsForbidden) IsCode(code int) bool

IsCode returns true when this get local modifications forbidden response a status code equal to that given

func (*GetLocalModificationsForbidden) IsRedirect added in v1.19.1

func (o *GetLocalModificationsForbidden) IsRedirect() bool

IsRedirect returns true when this get local modifications forbidden response has a 3xx status code

func (*GetLocalModificationsForbidden) IsServerError added in v1.19.1

func (o *GetLocalModificationsForbidden) IsServerError() bool

IsServerError returns true when this get local modifications forbidden response has a 5xx status code

func (*GetLocalModificationsForbidden) IsSuccess added in v1.19.1

func (o *GetLocalModificationsForbidden) IsSuccess() bool

IsSuccess returns true when this get local modifications forbidden response has a 2xx status code

func (*GetLocalModificationsForbidden) String added in v1.19.1

type GetLocalModificationsNotFound

type GetLocalModificationsNotFound struct {
}

GetLocalModificationsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetLocalModificationsNotFound

func NewGetLocalModificationsNotFound() *GetLocalModificationsNotFound

NewGetLocalModificationsNotFound creates a GetLocalModificationsNotFound with default headers values

func (*GetLocalModificationsNotFound) Error

func (*GetLocalModificationsNotFound) IsClientError added in v1.19.1

func (o *GetLocalModificationsNotFound) IsClientError() bool

IsClientError returns true when this get local modifications not found response has a 4xx status code

func (*GetLocalModificationsNotFound) IsCode added in v1.19.1

func (o *GetLocalModificationsNotFound) IsCode(code int) bool

IsCode returns true when this get local modifications not found response a status code equal to that given

func (*GetLocalModificationsNotFound) IsRedirect added in v1.19.1

func (o *GetLocalModificationsNotFound) IsRedirect() bool

IsRedirect returns true when this get local modifications not found response has a 3xx status code

func (*GetLocalModificationsNotFound) IsServerError added in v1.19.1

func (o *GetLocalModificationsNotFound) IsServerError() bool

IsServerError returns true when this get local modifications not found response has a 5xx status code

func (*GetLocalModificationsNotFound) IsSuccess added in v1.19.1

func (o *GetLocalModificationsNotFound) IsSuccess() bool

IsSuccess returns true when this get local modifications not found response has a 2xx status code

func (*GetLocalModificationsNotFound) String added in v1.19.1

type GetLocalModificationsOK

type GetLocalModificationsOK struct {
	Payload *models.FlowComparisonEntity
}

GetLocalModificationsOK describes a response with status code 200, with default header values.

successful operation

func NewGetLocalModificationsOK

func NewGetLocalModificationsOK() *GetLocalModificationsOK

NewGetLocalModificationsOK creates a GetLocalModificationsOK with default headers values

func (*GetLocalModificationsOK) Error

func (o *GetLocalModificationsOK) Error() string

func (*GetLocalModificationsOK) GetPayload

func (*GetLocalModificationsOK) IsClientError added in v1.19.1

func (o *GetLocalModificationsOK) IsClientError() bool

IsClientError returns true when this get local modifications o k response has a 4xx status code

func (*GetLocalModificationsOK) IsCode added in v1.19.1

func (o *GetLocalModificationsOK) IsCode(code int) bool

IsCode returns true when this get local modifications o k response a status code equal to that given

func (*GetLocalModificationsOK) IsRedirect added in v1.19.1

func (o *GetLocalModificationsOK) IsRedirect() bool

IsRedirect returns true when this get local modifications o k response has a 3xx status code

func (*GetLocalModificationsOK) IsServerError added in v1.19.1

func (o *GetLocalModificationsOK) IsServerError() bool

IsServerError returns true when this get local modifications o k response has a 5xx status code

func (*GetLocalModificationsOK) IsSuccess added in v1.19.1

func (o *GetLocalModificationsOK) IsSuccess() bool

IsSuccess returns true when this get local modifications o k response has a 2xx status code

func (*GetLocalModificationsOK) String added in v1.19.1

func (o *GetLocalModificationsOK) String() string

type GetLocalModificationsParams

type GetLocalModificationsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetLocalModificationsParams contains all the parameters to send to the API endpoint

for the get local modifications operation.

Typically these are written to a http.Request.

func NewGetLocalModificationsParams

func NewGetLocalModificationsParams() *GetLocalModificationsParams

NewGetLocalModificationsParams creates a new GetLocalModificationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLocalModificationsParamsWithContext

func NewGetLocalModificationsParamsWithContext(ctx context.Context) *GetLocalModificationsParams

NewGetLocalModificationsParamsWithContext creates a new GetLocalModificationsParams object with the ability to set a context for a request.

func NewGetLocalModificationsParamsWithHTTPClient

func NewGetLocalModificationsParamsWithHTTPClient(client *http.Client) *GetLocalModificationsParams

NewGetLocalModificationsParamsWithHTTPClient creates a new GetLocalModificationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLocalModificationsParamsWithTimeout

func NewGetLocalModificationsParamsWithTimeout(timeout time.Duration) *GetLocalModificationsParams

NewGetLocalModificationsParamsWithTimeout creates a new GetLocalModificationsParams object with the ability to set a timeout on a request.

func (*GetLocalModificationsParams) SetContext

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

SetContext adds the context to the get local modifications params

func (*GetLocalModificationsParams) SetDefaults

func (o *GetLocalModificationsParams) SetDefaults()

SetDefaults hydrates default values in the get local modifications params (not the query body).

All values with no default are reset to their zero value.

func (*GetLocalModificationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get local modifications params

func (*GetLocalModificationsParams) SetID

func (o *GetLocalModificationsParams) SetID(id string)

SetID adds the id to the get local modifications params

func (*GetLocalModificationsParams) SetTimeout

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

SetTimeout adds the timeout to the get local modifications params

func (*GetLocalModificationsParams) WithContext

WithContext adds the context to the get local modifications params

func (*GetLocalModificationsParams) WithDefaults

WithDefaults hydrates default values in the get local modifications params (not the query body).

All values with no default are reset to their zero value.

func (*GetLocalModificationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get local modifications params

func (*GetLocalModificationsParams) WithID

WithID adds the id to the get local modifications params

func (*GetLocalModificationsParams) WithTimeout

WithTimeout adds the timeout to the get local modifications params

func (*GetLocalModificationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLocalModificationsReader

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

GetLocalModificationsReader is a Reader for the GetLocalModifications structure.

func (*GetLocalModificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLocalModificationsUnauthorized

type GetLocalModificationsUnauthorized struct {
}

GetLocalModificationsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetLocalModificationsUnauthorized

func NewGetLocalModificationsUnauthorized() *GetLocalModificationsUnauthorized

NewGetLocalModificationsUnauthorized creates a GetLocalModificationsUnauthorized with default headers values

func (*GetLocalModificationsUnauthorized) Error

func (*GetLocalModificationsUnauthorized) IsClientError added in v1.19.1

func (o *GetLocalModificationsUnauthorized) IsClientError() bool

IsClientError returns true when this get local modifications unauthorized response has a 4xx status code

func (*GetLocalModificationsUnauthorized) IsCode added in v1.19.1

func (o *GetLocalModificationsUnauthorized) IsCode(code int) bool

IsCode returns true when this get local modifications unauthorized response a status code equal to that given

func (*GetLocalModificationsUnauthorized) IsRedirect added in v1.19.1

func (o *GetLocalModificationsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get local modifications unauthorized response has a 3xx status code

func (*GetLocalModificationsUnauthorized) IsServerError added in v1.19.1

func (o *GetLocalModificationsUnauthorized) IsServerError() bool

IsServerError returns true when this get local modifications unauthorized response has a 5xx status code

func (*GetLocalModificationsUnauthorized) IsSuccess added in v1.19.1

func (o *GetLocalModificationsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get local modifications unauthorized response has a 2xx status code

func (*GetLocalModificationsUnauthorized) String added in v1.19.1

type GetOutputPortsBadRequest

type GetOutputPortsBadRequest struct {
}

GetOutputPortsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetOutputPortsBadRequest

func NewGetOutputPortsBadRequest() *GetOutputPortsBadRequest

NewGetOutputPortsBadRequest creates a GetOutputPortsBadRequest with default headers values

func (*GetOutputPortsBadRequest) Error

func (o *GetOutputPortsBadRequest) Error() string

func (*GetOutputPortsBadRequest) IsClientError added in v1.19.1

func (o *GetOutputPortsBadRequest) IsClientError() bool

IsClientError returns true when this get output ports bad request response has a 4xx status code

func (*GetOutputPortsBadRequest) IsCode added in v1.19.1

func (o *GetOutputPortsBadRequest) IsCode(code int) bool

IsCode returns true when this get output ports bad request response a status code equal to that given

func (*GetOutputPortsBadRequest) IsRedirect added in v1.19.1

func (o *GetOutputPortsBadRequest) IsRedirect() bool

IsRedirect returns true when this get output ports bad request response has a 3xx status code

func (*GetOutputPortsBadRequest) IsServerError added in v1.19.1

func (o *GetOutputPortsBadRequest) IsServerError() bool

IsServerError returns true when this get output ports bad request response has a 5xx status code

func (*GetOutputPortsBadRequest) IsSuccess added in v1.19.1

func (o *GetOutputPortsBadRequest) IsSuccess() bool

IsSuccess returns true when this get output ports bad request response has a 2xx status code

func (*GetOutputPortsBadRequest) String added in v1.19.1

func (o *GetOutputPortsBadRequest) String() string

type GetOutputPortsConflict

type GetOutputPortsConflict struct {
}

GetOutputPortsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetOutputPortsConflict

func NewGetOutputPortsConflict() *GetOutputPortsConflict

NewGetOutputPortsConflict creates a GetOutputPortsConflict with default headers values

func (*GetOutputPortsConflict) Error

func (o *GetOutputPortsConflict) Error() string

func (*GetOutputPortsConflict) IsClientError added in v1.19.1

func (o *GetOutputPortsConflict) IsClientError() bool

IsClientError returns true when this get output ports conflict response has a 4xx status code

func (*GetOutputPortsConflict) IsCode added in v1.19.1

func (o *GetOutputPortsConflict) IsCode(code int) bool

IsCode returns true when this get output ports conflict response a status code equal to that given

func (*GetOutputPortsConflict) IsRedirect added in v1.19.1

func (o *GetOutputPortsConflict) IsRedirect() bool

IsRedirect returns true when this get output ports conflict response has a 3xx status code

func (*GetOutputPortsConflict) IsServerError added in v1.19.1

func (o *GetOutputPortsConflict) IsServerError() bool

IsServerError returns true when this get output ports conflict response has a 5xx status code

func (*GetOutputPortsConflict) IsSuccess added in v1.19.1

func (o *GetOutputPortsConflict) IsSuccess() bool

IsSuccess returns true when this get output ports conflict response has a 2xx status code

func (*GetOutputPortsConflict) String added in v1.19.1

func (o *GetOutputPortsConflict) String() string

type GetOutputPortsForbidden

type GetOutputPortsForbidden struct {
}

GetOutputPortsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetOutputPortsForbidden

func NewGetOutputPortsForbidden() *GetOutputPortsForbidden

NewGetOutputPortsForbidden creates a GetOutputPortsForbidden with default headers values

func (*GetOutputPortsForbidden) Error

func (o *GetOutputPortsForbidden) Error() string

func (*GetOutputPortsForbidden) IsClientError added in v1.19.1

func (o *GetOutputPortsForbidden) IsClientError() bool

IsClientError returns true when this get output ports forbidden response has a 4xx status code

func (*GetOutputPortsForbidden) IsCode added in v1.19.1

func (o *GetOutputPortsForbidden) IsCode(code int) bool

IsCode returns true when this get output ports forbidden response a status code equal to that given

func (*GetOutputPortsForbidden) IsRedirect added in v1.19.1

func (o *GetOutputPortsForbidden) IsRedirect() bool

IsRedirect returns true when this get output ports forbidden response has a 3xx status code

func (*GetOutputPortsForbidden) IsServerError added in v1.19.1

func (o *GetOutputPortsForbidden) IsServerError() bool

IsServerError returns true when this get output ports forbidden response has a 5xx status code

func (*GetOutputPortsForbidden) IsSuccess added in v1.19.1

func (o *GetOutputPortsForbidden) IsSuccess() bool

IsSuccess returns true when this get output ports forbidden response has a 2xx status code

func (*GetOutputPortsForbidden) String added in v1.19.1

func (o *GetOutputPortsForbidden) String() string

type GetOutputPortsNotFound

type GetOutputPortsNotFound struct {
}

GetOutputPortsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetOutputPortsNotFound

func NewGetOutputPortsNotFound() *GetOutputPortsNotFound

NewGetOutputPortsNotFound creates a GetOutputPortsNotFound with default headers values

func (*GetOutputPortsNotFound) Error

func (o *GetOutputPortsNotFound) Error() string

func (*GetOutputPortsNotFound) IsClientError added in v1.19.1

func (o *GetOutputPortsNotFound) IsClientError() bool

IsClientError returns true when this get output ports not found response has a 4xx status code

func (*GetOutputPortsNotFound) IsCode added in v1.19.1

func (o *GetOutputPortsNotFound) IsCode(code int) bool

IsCode returns true when this get output ports not found response a status code equal to that given

func (*GetOutputPortsNotFound) IsRedirect added in v1.19.1

func (o *GetOutputPortsNotFound) IsRedirect() bool

IsRedirect returns true when this get output ports not found response has a 3xx status code

func (*GetOutputPortsNotFound) IsServerError added in v1.19.1

func (o *GetOutputPortsNotFound) IsServerError() bool

IsServerError returns true when this get output ports not found response has a 5xx status code

func (*GetOutputPortsNotFound) IsSuccess added in v1.19.1

func (o *GetOutputPortsNotFound) IsSuccess() bool

IsSuccess returns true when this get output ports not found response has a 2xx status code

func (*GetOutputPortsNotFound) String added in v1.19.1

func (o *GetOutputPortsNotFound) String() string

type GetOutputPortsOK

type GetOutputPortsOK struct {
	Payload *models.OutputPortsEntity
}

GetOutputPortsOK describes a response with status code 200, with default header values.

successful operation

func NewGetOutputPortsOK

func NewGetOutputPortsOK() *GetOutputPortsOK

NewGetOutputPortsOK creates a GetOutputPortsOK with default headers values

func (*GetOutputPortsOK) Error

func (o *GetOutputPortsOK) Error() string

func (*GetOutputPortsOK) GetPayload

func (o *GetOutputPortsOK) GetPayload() *models.OutputPortsEntity

func (*GetOutputPortsOK) IsClientError added in v1.19.1

func (o *GetOutputPortsOK) IsClientError() bool

IsClientError returns true when this get output ports o k response has a 4xx status code

func (*GetOutputPortsOK) IsCode added in v1.19.1

func (o *GetOutputPortsOK) IsCode(code int) bool

IsCode returns true when this get output ports o k response a status code equal to that given

func (*GetOutputPortsOK) IsRedirect added in v1.19.1

func (o *GetOutputPortsOK) IsRedirect() bool

IsRedirect returns true when this get output ports o k response has a 3xx status code

func (*GetOutputPortsOK) IsServerError added in v1.19.1

func (o *GetOutputPortsOK) IsServerError() bool

IsServerError returns true when this get output ports o k response has a 5xx status code

func (*GetOutputPortsOK) IsSuccess added in v1.19.1

func (o *GetOutputPortsOK) IsSuccess() bool

IsSuccess returns true when this get output ports o k response has a 2xx status code

func (*GetOutputPortsOK) String added in v1.19.1

func (o *GetOutputPortsOK) String() string

type GetOutputPortsParams

type GetOutputPortsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetOutputPortsParams contains all the parameters to send to the API endpoint

for the get output ports operation.

Typically these are written to a http.Request.

func NewGetOutputPortsParams

func NewGetOutputPortsParams() *GetOutputPortsParams

NewGetOutputPortsParams creates a new GetOutputPortsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOutputPortsParamsWithContext

func NewGetOutputPortsParamsWithContext(ctx context.Context) *GetOutputPortsParams

NewGetOutputPortsParamsWithContext creates a new GetOutputPortsParams object with the ability to set a context for a request.

func NewGetOutputPortsParamsWithHTTPClient

func NewGetOutputPortsParamsWithHTTPClient(client *http.Client) *GetOutputPortsParams

NewGetOutputPortsParamsWithHTTPClient creates a new GetOutputPortsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOutputPortsParamsWithTimeout

func NewGetOutputPortsParamsWithTimeout(timeout time.Duration) *GetOutputPortsParams

NewGetOutputPortsParamsWithTimeout creates a new GetOutputPortsParams object with the ability to set a timeout on a request.

func (*GetOutputPortsParams) SetContext

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

SetContext adds the context to the get output ports params

func (*GetOutputPortsParams) SetDefaults

func (o *GetOutputPortsParams) SetDefaults()

SetDefaults hydrates default values in the get output ports params (not the query body).

All values with no default are reset to their zero value.

func (*GetOutputPortsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get output ports params

func (*GetOutputPortsParams) SetID

func (o *GetOutputPortsParams) SetID(id string)

SetID adds the id to the get output ports params

func (*GetOutputPortsParams) SetTimeout

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

SetTimeout adds the timeout to the get output ports params

func (*GetOutputPortsParams) WithContext

WithContext adds the context to the get output ports params

func (*GetOutputPortsParams) WithDefaults

func (o *GetOutputPortsParams) WithDefaults() *GetOutputPortsParams

WithDefaults hydrates default values in the get output ports params (not the query body).

All values with no default are reset to their zero value.

func (*GetOutputPortsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get output ports params

func (*GetOutputPortsParams) WithID

WithID adds the id to the get output ports params

func (*GetOutputPortsParams) WithTimeout

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

WithTimeout adds the timeout to the get output ports params

func (*GetOutputPortsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOutputPortsReader

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

GetOutputPortsReader is a Reader for the GetOutputPorts structure.

func (*GetOutputPortsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOutputPortsUnauthorized

type GetOutputPortsUnauthorized struct {
}

GetOutputPortsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetOutputPortsUnauthorized

func NewGetOutputPortsUnauthorized() *GetOutputPortsUnauthorized

NewGetOutputPortsUnauthorized creates a GetOutputPortsUnauthorized with default headers values

func (*GetOutputPortsUnauthorized) Error

func (*GetOutputPortsUnauthorized) IsClientError added in v1.19.1

func (o *GetOutputPortsUnauthorized) IsClientError() bool

IsClientError returns true when this get output ports unauthorized response has a 4xx status code

func (*GetOutputPortsUnauthorized) IsCode added in v1.19.1

func (o *GetOutputPortsUnauthorized) IsCode(code int) bool

IsCode returns true when this get output ports unauthorized response a status code equal to that given

func (*GetOutputPortsUnauthorized) IsRedirect added in v1.19.1

func (o *GetOutputPortsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get output ports unauthorized response has a 3xx status code

func (*GetOutputPortsUnauthorized) IsServerError added in v1.19.1

func (o *GetOutputPortsUnauthorized) IsServerError() bool

IsServerError returns true when this get output ports unauthorized response has a 5xx status code

func (*GetOutputPortsUnauthorized) IsSuccess added in v1.19.1

func (o *GetOutputPortsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get output ports unauthorized response has a 2xx status code

func (*GetOutputPortsUnauthorized) String added in v1.19.1

func (o *GetOutputPortsUnauthorized) String() string

type GetProcessGroupBadRequest

type GetProcessGroupBadRequest struct {
}

GetProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetProcessGroupBadRequest

func NewGetProcessGroupBadRequest() *GetProcessGroupBadRequest

NewGetProcessGroupBadRequest creates a GetProcessGroupBadRequest with default headers values

func (*GetProcessGroupBadRequest) Error

func (o *GetProcessGroupBadRequest) Error() string

func (*GetProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *GetProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this get process group bad request response has a 4xx status code

func (*GetProcessGroupBadRequest) IsCode added in v1.19.1

func (o *GetProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this get process group bad request response a status code equal to that given

func (*GetProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *GetProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this get process group bad request response has a 3xx status code

func (*GetProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *GetProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this get process group bad request response has a 5xx status code

func (*GetProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *GetProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this get process group bad request response has a 2xx status code

func (*GetProcessGroupBadRequest) String added in v1.19.1

func (o *GetProcessGroupBadRequest) String() string

type GetProcessGroupConflict

type GetProcessGroupConflict struct {
}

GetProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetProcessGroupConflict

func NewGetProcessGroupConflict() *GetProcessGroupConflict

NewGetProcessGroupConflict creates a GetProcessGroupConflict with default headers values

func (*GetProcessGroupConflict) Error

func (o *GetProcessGroupConflict) Error() string

func (*GetProcessGroupConflict) IsClientError added in v1.19.1

func (o *GetProcessGroupConflict) IsClientError() bool

IsClientError returns true when this get process group conflict response has a 4xx status code

func (*GetProcessGroupConflict) IsCode added in v1.19.1

func (o *GetProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this get process group conflict response a status code equal to that given

func (*GetProcessGroupConflict) IsRedirect added in v1.19.1

func (o *GetProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this get process group conflict response has a 3xx status code

func (*GetProcessGroupConflict) IsServerError added in v1.19.1

func (o *GetProcessGroupConflict) IsServerError() bool

IsServerError returns true when this get process group conflict response has a 5xx status code

func (*GetProcessGroupConflict) IsSuccess added in v1.19.1

func (o *GetProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this get process group conflict response has a 2xx status code

func (*GetProcessGroupConflict) String added in v1.19.1

func (o *GetProcessGroupConflict) String() string

type GetProcessGroupForbidden

type GetProcessGroupForbidden struct {
}

GetProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetProcessGroupForbidden

func NewGetProcessGroupForbidden() *GetProcessGroupForbidden

NewGetProcessGroupForbidden creates a GetProcessGroupForbidden with default headers values

func (*GetProcessGroupForbidden) Error

func (o *GetProcessGroupForbidden) Error() string

func (*GetProcessGroupForbidden) IsClientError added in v1.19.1

func (o *GetProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this get process group forbidden response has a 4xx status code

func (*GetProcessGroupForbidden) IsCode added in v1.19.1

func (o *GetProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this get process group forbidden response a status code equal to that given

func (*GetProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *GetProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this get process group forbidden response has a 3xx status code

func (*GetProcessGroupForbidden) IsServerError added in v1.19.1

func (o *GetProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this get process group forbidden response has a 5xx status code

func (*GetProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *GetProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this get process group forbidden response has a 2xx status code

func (*GetProcessGroupForbidden) String added in v1.19.1

func (o *GetProcessGroupForbidden) String() string

type GetProcessGroupNotFound

type GetProcessGroupNotFound struct {
}

GetProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetProcessGroupNotFound

func NewGetProcessGroupNotFound() *GetProcessGroupNotFound

NewGetProcessGroupNotFound creates a GetProcessGroupNotFound with default headers values

func (*GetProcessGroupNotFound) Error

func (o *GetProcessGroupNotFound) Error() string

func (*GetProcessGroupNotFound) IsClientError added in v1.19.1

func (o *GetProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this get process group not found response has a 4xx status code

func (*GetProcessGroupNotFound) IsCode added in v1.19.1

func (o *GetProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this get process group not found response a status code equal to that given

func (*GetProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *GetProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this get process group not found response has a 3xx status code

func (*GetProcessGroupNotFound) IsServerError added in v1.19.1

func (o *GetProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this get process group not found response has a 5xx status code

func (*GetProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *GetProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this get process group not found response has a 2xx status code

func (*GetProcessGroupNotFound) String added in v1.19.1

func (o *GetProcessGroupNotFound) String() string

type GetProcessGroupOK

type GetProcessGroupOK struct {
	Payload *models.ProcessGroupEntity
}

GetProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewGetProcessGroupOK

func NewGetProcessGroupOK() *GetProcessGroupOK

NewGetProcessGroupOK creates a GetProcessGroupOK with default headers values

func (*GetProcessGroupOK) Error

func (o *GetProcessGroupOK) Error() string

func (*GetProcessGroupOK) GetPayload

func (o *GetProcessGroupOK) GetPayload() *models.ProcessGroupEntity

func (*GetProcessGroupOK) IsClientError added in v1.19.1

func (o *GetProcessGroupOK) IsClientError() bool

IsClientError returns true when this get process group o k response has a 4xx status code

func (*GetProcessGroupOK) IsCode added in v1.19.1

func (o *GetProcessGroupOK) IsCode(code int) bool

IsCode returns true when this get process group o k response a status code equal to that given

func (*GetProcessGroupOK) IsRedirect added in v1.19.1

func (o *GetProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this get process group o k response has a 3xx status code

func (*GetProcessGroupOK) IsServerError added in v1.19.1

func (o *GetProcessGroupOK) IsServerError() bool

IsServerError returns true when this get process group o k response has a 5xx status code

func (*GetProcessGroupOK) IsSuccess added in v1.19.1

func (o *GetProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this get process group o k response has a 2xx status code

func (*GetProcessGroupOK) String added in v1.19.1

func (o *GetProcessGroupOK) String() string

type GetProcessGroupParams

type GetProcessGroupParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetProcessGroupParams contains all the parameters to send to the API endpoint

for the get process group operation.

Typically these are written to a http.Request.

func NewGetProcessGroupParams

func NewGetProcessGroupParams() *GetProcessGroupParams

NewGetProcessGroupParams creates a new GetProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProcessGroupParamsWithContext

func NewGetProcessGroupParamsWithContext(ctx context.Context) *GetProcessGroupParams

NewGetProcessGroupParamsWithContext creates a new GetProcessGroupParams object with the ability to set a context for a request.

func NewGetProcessGroupParamsWithHTTPClient

func NewGetProcessGroupParamsWithHTTPClient(client *http.Client) *GetProcessGroupParams

NewGetProcessGroupParamsWithHTTPClient creates a new GetProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessGroupParamsWithTimeout

func NewGetProcessGroupParamsWithTimeout(timeout time.Duration) *GetProcessGroupParams

NewGetProcessGroupParamsWithTimeout creates a new GetProcessGroupParams object with the ability to set a timeout on a request.

func (*GetProcessGroupParams) SetContext

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

SetContext adds the context to the get process group params

func (*GetProcessGroupParams) SetDefaults

func (o *GetProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the get process group params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get process group params

func (*GetProcessGroupParams) SetID

func (o *GetProcessGroupParams) SetID(id string)

SetID adds the id to the get process group params

func (*GetProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the get process group params

func (*GetProcessGroupParams) WithContext

WithContext adds the context to the get process group params

func (*GetProcessGroupParams) WithDefaults

func (o *GetProcessGroupParams) WithDefaults() *GetProcessGroupParams

WithDefaults hydrates default values in the get process group params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get process group params

func (*GetProcessGroupParams) WithID

WithID adds the id to the get process group params

func (*GetProcessGroupParams) WithTimeout

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

WithTimeout adds the timeout to the get process group params

func (*GetProcessGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProcessGroupReader

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

GetProcessGroupReader is a Reader for the GetProcessGroup structure.

func (*GetProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessGroupUnauthorized

type GetProcessGroupUnauthorized struct {
}

GetProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetProcessGroupUnauthorized

func NewGetProcessGroupUnauthorized() *GetProcessGroupUnauthorized

NewGetProcessGroupUnauthorized creates a GetProcessGroupUnauthorized with default headers values

func (*GetProcessGroupUnauthorized) Error

func (*GetProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *GetProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this get process group unauthorized response has a 4xx status code

func (*GetProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *GetProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this get process group unauthorized response a status code equal to that given

func (*GetProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *GetProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this get process group unauthorized response has a 3xx status code

func (*GetProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *GetProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this get process group unauthorized response has a 5xx status code

func (*GetProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *GetProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this get process group unauthorized response has a 2xx status code

func (*GetProcessGroupUnauthorized) String added in v1.19.1

func (o *GetProcessGroupUnauthorized) String() string

type GetProcessGroupsBadRequest

type GetProcessGroupsBadRequest struct {
}

GetProcessGroupsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetProcessGroupsBadRequest

func NewGetProcessGroupsBadRequest() *GetProcessGroupsBadRequest

NewGetProcessGroupsBadRequest creates a GetProcessGroupsBadRequest with default headers values

func (*GetProcessGroupsBadRequest) Error

func (*GetProcessGroupsBadRequest) IsClientError added in v1.19.1

func (o *GetProcessGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get process groups bad request response has a 4xx status code

func (*GetProcessGroupsBadRequest) IsCode added in v1.19.1

func (o *GetProcessGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this get process groups bad request response a status code equal to that given

func (*GetProcessGroupsBadRequest) IsRedirect added in v1.19.1

func (o *GetProcessGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get process groups bad request response has a 3xx status code

func (*GetProcessGroupsBadRequest) IsServerError added in v1.19.1

func (o *GetProcessGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get process groups bad request response has a 5xx status code

func (*GetProcessGroupsBadRequest) IsSuccess added in v1.19.1

func (o *GetProcessGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get process groups bad request response has a 2xx status code

func (*GetProcessGroupsBadRequest) String added in v1.19.1

func (o *GetProcessGroupsBadRequest) String() string

type GetProcessGroupsConflict

type GetProcessGroupsConflict struct {
}

GetProcessGroupsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetProcessGroupsConflict

func NewGetProcessGroupsConflict() *GetProcessGroupsConflict

NewGetProcessGroupsConflict creates a GetProcessGroupsConflict with default headers values

func (*GetProcessGroupsConflict) Error

func (o *GetProcessGroupsConflict) Error() string

func (*GetProcessGroupsConflict) IsClientError added in v1.19.1

func (o *GetProcessGroupsConflict) IsClientError() bool

IsClientError returns true when this get process groups conflict response has a 4xx status code

func (*GetProcessGroupsConflict) IsCode added in v1.19.1

func (o *GetProcessGroupsConflict) IsCode(code int) bool

IsCode returns true when this get process groups conflict response a status code equal to that given

func (*GetProcessGroupsConflict) IsRedirect added in v1.19.1

func (o *GetProcessGroupsConflict) IsRedirect() bool

IsRedirect returns true when this get process groups conflict response has a 3xx status code

func (*GetProcessGroupsConflict) IsServerError added in v1.19.1

func (o *GetProcessGroupsConflict) IsServerError() bool

IsServerError returns true when this get process groups conflict response has a 5xx status code

func (*GetProcessGroupsConflict) IsSuccess added in v1.19.1

func (o *GetProcessGroupsConflict) IsSuccess() bool

IsSuccess returns true when this get process groups conflict response has a 2xx status code

func (*GetProcessGroupsConflict) String added in v1.19.1

func (o *GetProcessGroupsConflict) String() string

type GetProcessGroupsForbidden

type GetProcessGroupsForbidden struct {
}

GetProcessGroupsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetProcessGroupsForbidden

func NewGetProcessGroupsForbidden() *GetProcessGroupsForbidden

NewGetProcessGroupsForbidden creates a GetProcessGroupsForbidden with default headers values

func (*GetProcessGroupsForbidden) Error

func (o *GetProcessGroupsForbidden) Error() string

func (*GetProcessGroupsForbidden) IsClientError added in v1.19.1

func (o *GetProcessGroupsForbidden) IsClientError() bool

IsClientError returns true when this get process groups forbidden response has a 4xx status code

func (*GetProcessGroupsForbidden) IsCode added in v1.19.1

func (o *GetProcessGroupsForbidden) IsCode(code int) bool

IsCode returns true when this get process groups forbidden response a status code equal to that given

func (*GetProcessGroupsForbidden) IsRedirect added in v1.19.1

func (o *GetProcessGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this get process groups forbidden response has a 3xx status code

func (*GetProcessGroupsForbidden) IsServerError added in v1.19.1

func (o *GetProcessGroupsForbidden) IsServerError() bool

IsServerError returns true when this get process groups forbidden response has a 5xx status code

func (*GetProcessGroupsForbidden) IsSuccess added in v1.19.1

func (o *GetProcessGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this get process groups forbidden response has a 2xx status code

func (*GetProcessGroupsForbidden) String added in v1.19.1

func (o *GetProcessGroupsForbidden) String() string

type GetProcessGroupsNotFound

type GetProcessGroupsNotFound struct {
}

GetProcessGroupsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetProcessGroupsNotFound

func NewGetProcessGroupsNotFound() *GetProcessGroupsNotFound

NewGetProcessGroupsNotFound creates a GetProcessGroupsNotFound with default headers values

func (*GetProcessGroupsNotFound) Error

func (o *GetProcessGroupsNotFound) Error() string

func (*GetProcessGroupsNotFound) IsClientError added in v1.19.1

func (o *GetProcessGroupsNotFound) IsClientError() bool

IsClientError returns true when this get process groups not found response has a 4xx status code

func (*GetProcessGroupsNotFound) IsCode added in v1.19.1

func (o *GetProcessGroupsNotFound) IsCode(code int) bool

IsCode returns true when this get process groups not found response a status code equal to that given

func (*GetProcessGroupsNotFound) IsRedirect added in v1.19.1

func (o *GetProcessGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this get process groups not found response has a 3xx status code

func (*GetProcessGroupsNotFound) IsServerError added in v1.19.1

func (o *GetProcessGroupsNotFound) IsServerError() bool

IsServerError returns true when this get process groups not found response has a 5xx status code

func (*GetProcessGroupsNotFound) IsSuccess added in v1.19.1

func (o *GetProcessGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this get process groups not found response has a 2xx status code

func (*GetProcessGroupsNotFound) String added in v1.19.1

func (o *GetProcessGroupsNotFound) String() string

type GetProcessGroupsOK

type GetProcessGroupsOK struct {
	Payload *models.ProcessGroupsEntity
}

GetProcessGroupsOK describes a response with status code 200, with default header values.

successful operation

func NewGetProcessGroupsOK

func NewGetProcessGroupsOK() *GetProcessGroupsOK

NewGetProcessGroupsOK creates a GetProcessGroupsOK with default headers values

func (*GetProcessGroupsOK) Error

func (o *GetProcessGroupsOK) Error() string

func (*GetProcessGroupsOK) GetPayload

func (*GetProcessGroupsOK) IsClientError added in v1.19.1

func (o *GetProcessGroupsOK) IsClientError() bool

IsClientError returns true when this get process groups o k response has a 4xx status code

func (*GetProcessGroupsOK) IsCode added in v1.19.1

func (o *GetProcessGroupsOK) IsCode(code int) bool

IsCode returns true when this get process groups o k response a status code equal to that given

func (*GetProcessGroupsOK) IsRedirect added in v1.19.1

func (o *GetProcessGroupsOK) IsRedirect() bool

IsRedirect returns true when this get process groups o k response has a 3xx status code

func (*GetProcessGroupsOK) IsServerError added in v1.19.1

func (o *GetProcessGroupsOK) IsServerError() bool

IsServerError returns true when this get process groups o k response has a 5xx status code

func (*GetProcessGroupsOK) IsSuccess added in v1.19.1

func (o *GetProcessGroupsOK) IsSuccess() bool

IsSuccess returns true when this get process groups o k response has a 2xx status code

func (*GetProcessGroupsOK) String added in v1.19.1

func (o *GetProcessGroupsOK) String() string

type GetProcessGroupsParams

type GetProcessGroupsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetProcessGroupsParams contains all the parameters to send to the API endpoint

for the get process groups operation.

Typically these are written to a http.Request.

func NewGetProcessGroupsParams

func NewGetProcessGroupsParams() *GetProcessGroupsParams

NewGetProcessGroupsParams creates a new GetProcessGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProcessGroupsParamsWithContext

func NewGetProcessGroupsParamsWithContext(ctx context.Context) *GetProcessGroupsParams

NewGetProcessGroupsParamsWithContext creates a new GetProcessGroupsParams object with the ability to set a context for a request.

func NewGetProcessGroupsParamsWithHTTPClient

func NewGetProcessGroupsParamsWithHTTPClient(client *http.Client) *GetProcessGroupsParams

NewGetProcessGroupsParamsWithHTTPClient creates a new GetProcessGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessGroupsParamsWithTimeout

func NewGetProcessGroupsParamsWithTimeout(timeout time.Duration) *GetProcessGroupsParams

NewGetProcessGroupsParamsWithTimeout creates a new GetProcessGroupsParams object with the ability to set a timeout on a request.

func (*GetProcessGroupsParams) SetContext

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

SetContext adds the context to the get process groups params

func (*GetProcessGroupsParams) SetDefaults

func (o *GetProcessGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get process groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get process groups params

func (*GetProcessGroupsParams) SetID

func (o *GetProcessGroupsParams) SetID(id string)

SetID adds the id to the get process groups params

func (*GetProcessGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get process groups params

func (*GetProcessGroupsParams) WithContext

WithContext adds the context to the get process groups params

func (*GetProcessGroupsParams) WithDefaults

WithDefaults hydrates default values in the get process groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get process groups params

func (*GetProcessGroupsParams) WithID

WithID adds the id to the get process groups params

func (*GetProcessGroupsParams) WithTimeout

WithTimeout adds the timeout to the get process groups params

func (*GetProcessGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProcessGroupsReader

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

GetProcessGroupsReader is a Reader for the GetProcessGroups structure.

func (*GetProcessGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessGroupsUnauthorized

type GetProcessGroupsUnauthorized struct {
}

GetProcessGroupsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetProcessGroupsUnauthorized

func NewGetProcessGroupsUnauthorized() *GetProcessGroupsUnauthorized

NewGetProcessGroupsUnauthorized creates a GetProcessGroupsUnauthorized with default headers values

func (*GetProcessGroupsUnauthorized) Error

func (*GetProcessGroupsUnauthorized) IsClientError added in v1.19.1

func (o *GetProcessGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this get process groups unauthorized response has a 4xx status code

func (*GetProcessGroupsUnauthorized) IsCode added in v1.19.1

func (o *GetProcessGroupsUnauthorized) IsCode(code int) bool

IsCode returns true when this get process groups unauthorized response a status code equal to that given

func (*GetProcessGroupsUnauthorized) IsRedirect added in v1.19.1

func (o *GetProcessGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get process groups unauthorized response has a 3xx status code

func (*GetProcessGroupsUnauthorized) IsServerError added in v1.19.1

func (o *GetProcessGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this get process groups unauthorized response has a 5xx status code

func (*GetProcessGroupsUnauthorized) IsSuccess added in v1.19.1

func (o *GetProcessGroupsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get process groups unauthorized response has a 2xx status code

func (*GetProcessGroupsUnauthorized) String added in v1.19.1

type GetProcessorsBadRequest

type GetProcessorsBadRequest struct {
}

GetProcessorsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetProcessorsBadRequest

func NewGetProcessorsBadRequest() *GetProcessorsBadRequest

NewGetProcessorsBadRequest creates a GetProcessorsBadRequest with default headers values

func (*GetProcessorsBadRequest) Error

func (o *GetProcessorsBadRequest) Error() string

func (*GetProcessorsBadRequest) IsClientError added in v1.19.1

func (o *GetProcessorsBadRequest) IsClientError() bool

IsClientError returns true when this get processors bad request response has a 4xx status code

func (*GetProcessorsBadRequest) IsCode added in v1.19.1

func (o *GetProcessorsBadRequest) IsCode(code int) bool

IsCode returns true when this get processors bad request response a status code equal to that given

func (*GetProcessorsBadRequest) IsRedirect added in v1.19.1

func (o *GetProcessorsBadRequest) IsRedirect() bool

IsRedirect returns true when this get processors bad request response has a 3xx status code

func (*GetProcessorsBadRequest) IsServerError added in v1.19.1

func (o *GetProcessorsBadRequest) IsServerError() bool

IsServerError returns true when this get processors bad request response has a 5xx status code

func (*GetProcessorsBadRequest) IsSuccess added in v1.19.1

func (o *GetProcessorsBadRequest) IsSuccess() bool

IsSuccess returns true when this get processors bad request response has a 2xx status code

func (*GetProcessorsBadRequest) String added in v1.19.1

func (o *GetProcessorsBadRequest) String() string

type GetProcessorsConflict

type GetProcessorsConflict struct {
}

GetProcessorsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetProcessorsConflict

func NewGetProcessorsConflict() *GetProcessorsConflict

NewGetProcessorsConflict creates a GetProcessorsConflict with default headers values

func (*GetProcessorsConflict) Error

func (o *GetProcessorsConflict) Error() string

func (*GetProcessorsConflict) IsClientError added in v1.19.1

func (o *GetProcessorsConflict) IsClientError() bool

IsClientError returns true when this get processors conflict response has a 4xx status code

func (*GetProcessorsConflict) IsCode added in v1.19.1

func (o *GetProcessorsConflict) IsCode(code int) bool

IsCode returns true when this get processors conflict response a status code equal to that given

func (*GetProcessorsConflict) IsRedirect added in v1.19.1

func (o *GetProcessorsConflict) IsRedirect() bool

IsRedirect returns true when this get processors conflict response has a 3xx status code

func (*GetProcessorsConflict) IsServerError added in v1.19.1

func (o *GetProcessorsConflict) IsServerError() bool

IsServerError returns true when this get processors conflict response has a 5xx status code

func (*GetProcessorsConflict) IsSuccess added in v1.19.1

func (o *GetProcessorsConflict) IsSuccess() bool

IsSuccess returns true when this get processors conflict response has a 2xx status code

func (*GetProcessorsConflict) String added in v1.19.1

func (o *GetProcessorsConflict) String() string

type GetProcessorsForbidden

type GetProcessorsForbidden struct {
}

GetProcessorsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetProcessorsForbidden

func NewGetProcessorsForbidden() *GetProcessorsForbidden

NewGetProcessorsForbidden creates a GetProcessorsForbidden with default headers values

func (*GetProcessorsForbidden) Error

func (o *GetProcessorsForbidden) Error() string

func (*GetProcessorsForbidden) IsClientError added in v1.19.1

func (o *GetProcessorsForbidden) IsClientError() bool

IsClientError returns true when this get processors forbidden response has a 4xx status code

func (*GetProcessorsForbidden) IsCode added in v1.19.1

func (o *GetProcessorsForbidden) IsCode(code int) bool

IsCode returns true when this get processors forbidden response a status code equal to that given

func (*GetProcessorsForbidden) IsRedirect added in v1.19.1

func (o *GetProcessorsForbidden) IsRedirect() bool

IsRedirect returns true when this get processors forbidden response has a 3xx status code

func (*GetProcessorsForbidden) IsServerError added in v1.19.1

func (o *GetProcessorsForbidden) IsServerError() bool

IsServerError returns true when this get processors forbidden response has a 5xx status code

func (*GetProcessorsForbidden) IsSuccess added in v1.19.1

func (o *GetProcessorsForbidden) IsSuccess() bool

IsSuccess returns true when this get processors forbidden response has a 2xx status code

func (*GetProcessorsForbidden) String added in v1.19.1

func (o *GetProcessorsForbidden) String() string

type GetProcessorsNotFound

type GetProcessorsNotFound struct {
}

GetProcessorsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetProcessorsNotFound

func NewGetProcessorsNotFound() *GetProcessorsNotFound

NewGetProcessorsNotFound creates a GetProcessorsNotFound with default headers values

func (*GetProcessorsNotFound) Error

func (o *GetProcessorsNotFound) Error() string

func (*GetProcessorsNotFound) IsClientError added in v1.19.1

func (o *GetProcessorsNotFound) IsClientError() bool

IsClientError returns true when this get processors not found response has a 4xx status code

func (*GetProcessorsNotFound) IsCode added in v1.19.1

func (o *GetProcessorsNotFound) IsCode(code int) bool

IsCode returns true when this get processors not found response a status code equal to that given

func (*GetProcessorsNotFound) IsRedirect added in v1.19.1

func (o *GetProcessorsNotFound) IsRedirect() bool

IsRedirect returns true when this get processors not found response has a 3xx status code

func (*GetProcessorsNotFound) IsServerError added in v1.19.1

func (o *GetProcessorsNotFound) IsServerError() bool

IsServerError returns true when this get processors not found response has a 5xx status code

func (*GetProcessorsNotFound) IsSuccess added in v1.19.1

func (o *GetProcessorsNotFound) IsSuccess() bool

IsSuccess returns true when this get processors not found response has a 2xx status code

func (*GetProcessorsNotFound) String added in v1.19.1

func (o *GetProcessorsNotFound) String() string

type GetProcessorsOK

type GetProcessorsOK struct {
	Payload *models.ProcessorsEntity
}

GetProcessorsOK describes a response with status code 200, with default header values.

successful operation

func NewGetProcessorsOK

func NewGetProcessorsOK() *GetProcessorsOK

NewGetProcessorsOK creates a GetProcessorsOK with default headers values

func (*GetProcessorsOK) Error

func (o *GetProcessorsOK) Error() string

func (*GetProcessorsOK) GetPayload

func (o *GetProcessorsOK) GetPayload() *models.ProcessorsEntity

func (*GetProcessorsOK) IsClientError added in v1.19.1

func (o *GetProcessorsOK) IsClientError() bool

IsClientError returns true when this get processors o k response has a 4xx status code

func (*GetProcessorsOK) IsCode added in v1.19.1

func (o *GetProcessorsOK) IsCode(code int) bool

IsCode returns true when this get processors o k response a status code equal to that given

func (*GetProcessorsOK) IsRedirect added in v1.19.1

func (o *GetProcessorsOK) IsRedirect() bool

IsRedirect returns true when this get processors o k response has a 3xx status code

func (*GetProcessorsOK) IsServerError added in v1.19.1

func (o *GetProcessorsOK) IsServerError() bool

IsServerError returns true when this get processors o k response has a 5xx status code

func (*GetProcessorsOK) IsSuccess added in v1.19.1

func (o *GetProcessorsOK) IsSuccess() bool

IsSuccess returns true when this get processors o k response has a 2xx status code

func (*GetProcessorsOK) String added in v1.19.1

func (o *GetProcessorsOK) String() string

type GetProcessorsParams

type GetProcessorsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

	/* IncludeDescendantGroups.

	   Whether or not to include processors from descendant process groups
	*/
	IncludeDescendantGroups *bool

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

GetProcessorsParams contains all the parameters to send to the API endpoint

for the get processors operation.

Typically these are written to a http.Request.

func NewGetProcessorsParams

func NewGetProcessorsParams() *GetProcessorsParams

NewGetProcessorsParams creates a new GetProcessorsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProcessorsParamsWithContext

func NewGetProcessorsParamsWithContext(ctx context.Context) *GetProcessorsParams

NewGetProcessorsParamsWithContext creates a new GetProcessorsParams object with the ability to set a context for a request.

func NewGetProcessorsParamsWithHTTPClient

func NewGetProcessorsParamsWithHTTPClient(client *http.Client) *GetProcessorsParams

NewGetProcessorsParamsWithHTTPClient creates a new GetProcessorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProcessorsParamsWithTimeout

func NewGetProcessorsParamsWithTimeout(timeout time.Duration) *GetProcessorsParams

NewGetProcessorsParamsWithTimeout creates a new GetProcessorsParams object with the ability to set a timeout on a request.

func (*GetProcessorsParams) SetContext

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

SetContext adds the context to the get processors params

func (*GetProcessorsParams) SetDefaults

func (o *GetProcessorsParams) SetDefaults()

SetDefaults hydrates default values in the get processors params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get processors params

func (*GetProcessorsParams) SetID

func (o *GetProcessorsParams) SetID(id string)

SetID adds the id to the get processors params

func (*GetProcessorsParams) SetIncludeDescendantGroups

func (o *GetProcessorsParams) SetIncludeDescendantGroups(includeDescendantGroups *bool)

SetIncludeDescendantGroups adds the includeDescendantGroups to the get processors params

func (*GetProcessorsParams) SetTimeout

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

SetTimeout adds the timeout to the get processors params

func (*GetProcessorsParams) WithContext

WithContext adds the context to the get processors params

func (*GetProcessorsParams) WithDefaults

func (o *GetProcessorsParams) WithDefaults() *GetProcessorsParams

WithDefaults hydrates default values in the get processors params (not the query body).

All values with no default are reset to their zero value.

func (*GetProcessorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get processors params

func (*GetProcessorsParams) WithID

WithID adds the id to the get processors params

func (*GetProcessorsParams) WithIncludeDescendantGroups

func (o *GetProcessorsParams) WithIncludeDescendantGroups(includeDescendantGroups *bool) *GetProcessorsParams

WithIncludeDescendantGroups adds the includeDescendantGroups to the get processors params

func (*GetProcessorsParams) WithTimeout

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

WithTimeout adds the timeout to the get processors params

func (*GetProcessorsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProcessorsReader

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

GetProcessorsReader is a Reader for the GetProcessors structure.

func (*GetProcessorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProcessorsUnauthorized

type GetProcessorsUnauthorized struct {
}

GetProcessorsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetProcessorsUnauthorized

func NewGetProcessorsUnauthorized() *GetProcessorsUnauthorized

NewGetProcessorsUnauthorized creates a GetProcessorsUnauthorized with default headers values

func (*GetProcessorsUnauthorized) Error

func (o *GetProcessorsUnauthorized) Error() string

func (*GetProcessorsUnauthorized) IsClientError added in v1.19.1

func (o *GetProcessorsUnauthorized) IsClientError() bool

IsClientError returns true when this get processors unauthorized response has a 4xx status code

func (*GetProcessorsUnauthorized) IsCode added in v1.19.1

func (o *GetProcessorsUnauthorized) IsCode(code int) bool

IsCode returns true when this get processors unauthorized response a status code equal to that given

func (*GetProcessorsUnauthorized) IsRedirect added in v1.19.1

func (o *GetProcessorsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get processors unauthorized response has a 3xx status code

func (*GetProcessorsUnauthorized) IsServerError added in v1.19.1

func (o *GetProcessorsUnauthorized) IsServerError() bool

IsServerError returns true when this get processors unauthorized response has a 5xx status code

func (*GetProcessorsUnauthorized) IsSuccess added in v1.19.1

func (o *GetProcessorsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get processors unauthorized response has a 2xx status code

func (*GetProcessorsUnauthorized) String added in v1.19.1

func (o *GetProcessorsUnauthorized) String() string

type GetRemoteProcessGroupsBadRequest

type GetRemoteProcessGroupsBadRequest struct {
}

GetRemoteProcessGroupsBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetRemoteProcessGroupsBadRequest

func NewGetRemoteProcessGroupsBadRequest() *GetRemoteProcessGroupsBadRequest

NewGetRemoteProcessGroupsBadRequest creates a GetRemoteProcessGroupsBadRequest with default headers values

func (*GetRemoteProcessGroupsBadRequest) Error

func (*GetRemoteProcessGroupsBadRequest) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get remote process groups bad request response has a 4xx status code

func (*GetRemoteProcessGroupsBadRequest) IsCode added in v1.19.1

func (o *GetRemoteProcessGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this get remote process groups bad request response a status code equal to that given

func (*GetRemoteProcessGroupsBadRequest) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get remote process groups bad request response has a 3xx status code

func (*GetRemoteProcessGroupsBadRequest) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get remote process groups bad request response has a 5xx status code

func (*GetRemoteProcessGroupsBadRequest) IsSuccess added in v1.19.1

func (o *GetRemoteProcessGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get remote process groups bad request response has a 2xx status code

func (*GetRemoteProcessGroupsBadRequest) String added in v1.19.1

type GetRemoteProcessGroupsConflict

type GetRemoteProcessGroupsConflict struct {
}

GetRemoteProcessGroupsConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetRemoteProcessGroupsConflict

func NewGetRemoteProcessGroupsConflict() *GetRemoteProcessGroupsConflict

NewGetRemoteProcessGroupsConflict creates a GetRemoteProcessGroupsConflict with default headers values

func (*GetRemoteProcessGroupsConflict) Error

func (*GetRemoteProcessGroupsConflict) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsConflict) IsClientError() bool

IsClientError returns true when this get remote process groups conflict response has a 4xx status code

func (*GetRemoteProcessGroupsConflict) IsCode added in v1.19.1

func (o *GetRemoteProcessGroupsConflict) IsCode(code int) bool

IsCode returns true when this get remote process groups conflict response a status code equal to that given

func (*GetRemoteProcessGroupsConflict) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsConflict) IsRedirect() bool

IsRedirect returns true when this get remote process groups conflict response has a 3xx status code

func (*GetRemoteProcessGroupsConflict) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsConflict) IsServerError() bool

IsServerError returns true when this get remote process groups conflict response has a 5xx status code

func (*GetRemoteProcessGroupsConflict) IsSuccess added in v1.19.1

func (o *GetRemoteProcessGroupsConflict) IsSuccess() bool

IsSuccess returns true when this get remote process groups conflict response has a 2xx status code

func (*GetRemoteProcessGroupsConflict) String added in v1.19.1

type GetRemoteProcessGroupsForbidden

type GetRemoteProcessGroupsForbidden struct {
}

GetRemoteProcessGroupsForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetRemoteProcessGroupsForbidden

func NewGetRemoteProcessGroupsForbidden() *GetRemoteProcessGroupsForbidden

NewGetRemoteProcessGroupsForbidden creates a GetRemoteProcessGroupsForbidden with default headers values

func (*GetRemoteProcessGroupsForbidden) Error

func (*GetRemoteProcessGroupsForbidden) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsForbidden) IsClientError() bool

IsClientError returns true when this get remote process groups forbidden response has a 4xx status code

func (*GetRemoteProcessGroupsForbidden) IsCode added in v1.19.1

func (o *GetRemoteProcessGroupsForbidden) IsCode(code int) bool

IsCode returns true when this get remote process groups forbidden response a status code equal to that given

func (*GetRemoteProcessGroupsForbidden) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this get remote process groups forbidden response has a 3xx status code

func (*GetRemoteProcessGroupsForbidden) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsForbidden) IsServerError() bool

IsServerError returns true when this get remote process groups forbidden response has a 5xx status code

func (*GetRemoteProcessGroupsForbidden) IsSuccess added in v1.19.1

func (o *GetRemoteProcessGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this get remote process groups forbidden response has a 2xx status code

func (*GetRemoteProcessGroupsForbidden) String added in v1.19.1

type GetRemoteProcessGroupsNotFound

type GetRemoteProcessGroupsNotFound struct {
}

GetRemoteProcessGroupsNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetRemoteProcessGroupsNotFound

func NewGetRemoteProcessGroupsNotFound() *GetRemoteProcessGroupsNotFound

NewGetRemoteProcessGroupsNotFound creates a GetRemoteProcessGroupsNotFound with default headers values

func (*GetRemoteProcessGroupsNotFound) Error

func (*GetRemoteProcessGroupsNotFound) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsNotFound) IsClientError() bool

IsClientError returns true when this get remote process groups not found response has a 4xx status code

func (*GetRemoteProcessGroupsNotFound) IsCode added in v1.19.1

func (o *GetRemoteProcessGroupsNotFound) IsCode(code int) bool

IsCode returns true when this get remote process groups not found response a status code equal to that given

func (*GetRemoteProcessGroupsNotFound) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this get remote process groups not found response has a 3xx status code

func (*GetRemoteProcessGroupsNotFound) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsNotFound) IsServerError() bool

IsServerError returns true when this get remote process groups not found response has a 5xx status code

func (*GetRemoteProcessGroupsNotFound) IsSuccess added in v1.19.1

func (o *GetRemoteProcessGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this get remote process groups not found response has a 2xx status code

func (*GetRemoteProcessGroupsNotFound) String added in v1.19.1

type GetRemoteProcessGroupsOK

type GetRemoteProcessGroupsOK struct {
	Payload *models.RemoteProcessGroupsEntity
}

GetRemoteProcessGroupsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRemoteProcessGroupsOK

func NewGetRemoteProcessGroupsOK() *GetRemoteProcessGroupsOK

NewGetRemoteProcessGroupsOK creates a GetRemoteProcessGroupsOK with default headers values

func (*GetRemoteProcessGroupsOK) Error

func (o *GetRemoteProcessGroupsOK) Error() string

func (*GetRemoteProcessGroupsOK) GetPayload

func (*GetRemoteProcessGroupsOK) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsOK) IsClientError() bool

IsClientError returns true when this get remote process groups o k response has a 4xx status code

func (*GetRemoteProcessGroupsOK) IsCode added in v1.19.1

func (o *GetRemoteProcessGroupsOK) IsCode(code int) bool

IsCode returns true when this get remote process groups o k response a status code equal to that given

func (*GetRemoteProcessGroupsOK) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsOK) IsRedirect() bool

IsRedirect returns true when this get remote process groups o k response has a 3xx status code

func (*GetRemoteProcessGroupsOK) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsOK) IsServerError() bool

IsServerError returns true when this get remote process groups o k response has a 5xx status code

func (*GetRemoteProcessGroupsOK) IsSuccess added in v1.19.1

func (o *GetRemoteProcessGroupsOK) IsSuccess() bool

IsSuccess returns true when this get remote process groups o k response has a 2xx status code

func (*GetRemoteProcessGroupsOK) String added in v1.19.1

func (o *GetRemoteProcessGroupsOK) String() string

type GetRemoteProcessGroupsParams

type GetRemoteProcessGroupsParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

GetRemoteProcessGroupsParams contains all the parameters to send to the API endpoint

for the get remote process groups operation.

Typically these are written to a http.Request.

func NewGetRemoteProcessGroupsParams

func NewGetRemoteProcessGroupsParams() *GetRemoteProcessGroupsParams

NewGetRemoteProcessGroupsParams creates a new GetRemoteProcessGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRemoteProcessGroupsParamsWithContext

func NewGetRemoteProcessGroupsParamsWithContext(ctx context.Context) *GetRemoteProcessGroupsParams

NewGetRemoteProcessGroupsParamsWithContext creates a new GetRemoteProcessGroupsParams object with the ability to set a context for a request.

func NewGetRemoteProcessGroupsParamsWithHTTPClient

func NewGetRemoteProcessGroupsParamsWithHTTPClient(client *http.Client) *GetRemoteProcessGroupsParams

NewGetRemoteProcessGroupsParamsWithHTTPClient creates a new GetRemoteProcessGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRemoteProcessGroupsParamsWithTimeout

func NewGetRemoteProcessGroupsParamsWithTimeout(timeout time.Duration) *GetRemoteProcessGroupsParams

NewGetRemoteProcessGroupsParamsWithTimeout creates a new GetRemoteProcessGroupsParams object with the ability to set a timeout on a request.

func (*GetRemoteProcessGroupsParams) SetContext

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

SetContext adds the context to the get remote process groups params

func (*GetRemoteProcessGroupsParams) SetDefaults

func (o *GetRemoteProcessGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get remote process groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetRemoteProcessGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get remote process groups params

func (*GetRemoteProcessGroupsParams) SetID

func (o *GetRemoteProcessGroupsParams) SetID(id string)

SetID adds the id to the get remote process groups params

func (*GetRemoteProcessGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get remote process groups params

func (*GetRemoteProcessGroupsParams) WithContext

WithContext adds the context to the get remote process groups params

func (*GetRemoteProcessGroupsParams) WithDefaults

WithDefaults hydrates default values in the get remote process groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetRemoteProcessGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get remote process groups params

func (*GetRemoteProcessGroupsParams) WithID

WithID adds the id to the get remote process groups params

func (*GetRemoteProcessGroupsParams) WithTimeout

WithTimeout adds the timeout to the get remote process groups params

func (*GetRemoteProcessGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRemoteProcessGroupsReader

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

GetRemoteProcessGroupsReader is a Reader for the GetRemoteProcessGroups structure.

func (*GetRemoteProcessGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRemoteProcessGroupsUnauthorized

type GetRemoteProcessGroupsUnauthorized struct {
}

GetRemoteProcessGroupsUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetRemoteProcessGroupsUnauthorized

func NewGetRemoteProcessGroupsUnauthorized() *GetRemoteProcessGroupsUnauthorized

NewGetRemoteProcessGroupsUnauthorized creates a GetRemoteProcessGroupsUnauthorized with default headers values

func (*GetRemoteProcessGroupsUnauthorized) Error

func (*GetRemoteProcessGroupsUnauthorized) IsClientError added in v1.19.1

func (o *GetRemoteProcessGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this get remote process groups unauthorized response has a 4xx status code

func (*GetRemoteProcessGroupsUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get remote process groups unauthorized response a status code equal to that given

func (*GetRemoteProcessGroupsUnauthorized) IsRedirect added in v1.19.1

func (o *GetRemoteProcessGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get remote process groups unauthorized response has a 3xx status code

func (*GetRemoteProcessGroupsUnauthorized) IsServerError added in v1.19.1

func (o *GetRemoteProcessGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this get remote process groups unauthorized response has a 5xx status code

func (*GetRemoteProcessGroupsUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get remote process groups unauthorized response has a 2xx status code

func (*GetRemoteProcessGroupsUnauthorized) String added in v1.19.1

type GetReplaceProcessGroupRequestBadRequest

type GetReplaceProcessGroupRequestBadRequest struct {
}

GetReplaceProcessGroupRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetReplaceProcessGroupRequestBadRequest

func NewGetReplaceProcessGroupRequestBadRequest() *GetReplaceProcessGroupRequestBadRequest

NewGetReplaceProcessGroupRequestBadRequest creates a GetReplaceProcessGroupRequestBadRequest with default headers values

func (*GetReplaceProcessGroupRequestBadRequest) Error

func (*GetReplaceProcessGroupRequestBadRequest) IsClientError added in v1.19.1

func (o *GetReplaceProcessGroupRequestBadRequest) IsClientError() bool

IsClientError returns true when this get replace process group request bad request response has a 4xx status code

func (*GetReplaceProcessGroupRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this get replace process group request bad request response a status code equal to that given

func (*GetReplaceProcessGroupRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this get replace process group request bad request response has a 3xx status code

func (*GetReplaceProcessGroupRequestBadRequest) IsServerError added in v1.19.1

func (o *GetReplaceProcessGroupRequestBadRequest) IsServerError() bool

IsServerError returns true when this get replace process group request bad request response has a 5xx status code

func (*GetReplaceProcessGroupRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this get replace process group request bad request response has a 2xx status code

func (*GetReplaceProcessGroupRequestBadRequest) String added in v1.19.1

type GetReplaceProcessGroupRequestConflict

type GetReplaceProcessGroupRequestConflict struct {
}

GetReplaceProcessGroupRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetReplaceProcessGroupRequestConflict

func NewGetReplaceProcessGroupRequestConflict() *GetReplaceProcessGroupRequestConflict

NewGetReplaceProcessGroupRequestConflict creates a GetReplaceProcessGroupRequestConflict with default headers values

func (*GetReplaceProcessGroupRequestConflict) Error

func (*GetReplaceProcessGroupRequestConflict) IsClientError added in v1.19.1

func (o *GetReplaceProcessGroupRequestConflict) IsClientError() bool

IsClientError returns true when this get replace process group request conflict response has a 4xx status code

func (*GetReplaceProcessGroupRequestConflict) IsCode added in v1.19.1

IsCode returns true when this get replace process group request conflict response a status code equal to that given

func (*GetReplaceProcessGroupRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this get replace process group request conflict response has a 3xx status code

func (*GetReplaceProcessGroupRequestConflict) IsServerError added in v1.19.1

func (o *GetReplaceProcessGroupRequestConflict) IsServerError() bool

IsServerError returns true when this get replace process group request conflict response has a 5xx status code

func (*GetReplaceProcessGroupRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this get replace process group request conflict response has a 2xx status code

func (*GetReplaceProcessGroupRequestConflict) String added in v1.19.1

type GetReplaceProcessGroupRequestForbidden

type GetReplaceProcessGroupRequestForbidden struct {
}

GetReplaceProcessGroupRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetReplaceProcessGroupRequestForbidden

func NewGetReplaceProcessGroupRequestForbidden() *GetReplaceProcessGroupRequestForbidden

NewGetReplaceProcessGroupRequestForbidden creates a GetReplaceProcessGroupRequestForbidden with default headers values

func (*GetReplaceProcessGroupRequestForbidden) Error

func (*GetReplaceProcessGroupRequestForbidden) IsClientError added in v1.19.1

func (o *GetReplaceProcessGroupRequestForbidden) IsClientError() bool

IsClientError returns true when this get replace process group request forbidden response has a 4xx status code

func (*GetReplaceProcessGroupRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this get replace process group request forbidden response a status code equal to that given

func (*GetReplaceProcessGroupRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this get replace process group request forbidden response has a 3xx status code

func (*GetReplaceProcessGroupRequestForbidden) IsServerError added in v1.19.1

func (o *GetReplaceProcessGroupRequestForbidden) IsServerError() bool

IsServerError returns true when this get replace process group request forbidden response has a 5xx status code

func (*GetReplaceProcessGroupRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this get replace process group request forbidden response has a 2xx status code

func (*GetReplaceProcessGroupRequestForbidden) String added in v1.19.1

type GetReplaceProcessGroupRequestNotFound

type GetReplaceProcessGroupRequestNotFound struct {
}

GetReplaceProcessGroupRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetReplaceProcessGroupRequestNotFound

func NewGetReplaceProcessGroupRequestNotFound() *GetReplaceProcessGroupRequestNotFound

NewGetReplaceProcessGroupRequestNotFound creates a GetReplaceProcessGroupRequestNotFound with default headers values

func (*GetReplaceProcessGroupRequestNotFound) Error

func (*GetReplaceProcessGroupRequestNotFound) IsClientError added in v1.19.1

func (o *GetReplaceProcessGroupRequestNotFound) IsClientError() bool

IsClientError returns true when this get replace process group request not found response has a 4xx status code

func (*GetReplaceProcessGroupRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this get replace process group request not found response a status code equal to that given

func (*GetReplaceProcessGroupRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this get replace process group request not found response has a 3xx status code

func (*GetReplaceProcessGroupRequestNotFound) IsServerError added in v1.19.1

func (o *GetReplaceProcessGroupRequestNotFound) IsServerError() bool

IsServerError returns true when this get replace process group request not found response has a 5xx status code

func (*GetReplaceProcessGroupRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this get replace process group request not found response has a 2xx status code

func (*GetReplaceProcessGroupRequestNotFound) String added in v1.19.1

type GetReplaceProcessGroupRequestOK

type GetReplaceProcessGroupRequestOK struct {
	Payload *models.ProcessGroupReplaceRequestEntity
}

GetReplaceProcessGroupRequestOK describes a response with status code 200, with default header values.

successful operation

func NewGetReplaceProcessGroupRequestOK

func NewGetReplaceProcessGroupRequestOK() *GetReplaceProcessGroupRequestOK

NewGetReplaceProcessGroupRequestOK creates a GetReplaceProcessGroupRequestOK with default headers values

func (*GetReplaceProcessGroupRequestOK) Error

func (*GetReplaceProcessGroupRequestOK) GetPayload

func (*GetReplaceProcessGroupRequestOK) IsClientError added in v1.19.1

func (o *GetReplaceProcessGroupRequestOK) IsClientError() bool

IsClientError returns true when this get replace process group request o k response has a 4xx status code

func (*GetReplaceProcessGroupRequestOK) IsCode added in v1.19.1

func (o *GetReplaceProcessGroupRequestOK) IsCode(code int) bool

IsCode returns true when this get replace process group request o k response a status code equal to that given

func (*GetReplaceProcessGroupRequestOK) IsRedirect added in v1.19.1

func (o *GetReplaceProcessGroupRequestOK) IsRedirect() bool

IsRedirect returns true when this get replace process group request o k response has a 3xx status code

func (*GetReplaceProcessGroupRequestOK) IsServerError added in v1.19.1

func (o *GetReplaceProcessGroupRequestOK) IsServerError() bool

IsServerError returns true when this get replace process group request o k response has a 5xx status code

func (*GetReplaceProcessGroupRequestOK) IsSuccess added in v1.19.1

func (o *GetReplaceProcessGroupRequestOK) IsSuccess() bool

IsSuccess returns true when this get replace process group request o k response has a 2xx status code

func (*GetReplaceProcessGroupRequestOK) String added in v1.19.1

type GetReplaceProcessGroupRequestParams

type GetReplaceProcessGroupRequestParams struct {

	/* ID.

	   The ID of the Replace Request
	*/
	ID string

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

GetReplaceProcessGroupRequestParams contains all the parameters to send to the API endpoint

for the get replace process group request operation.

Typically these are written to a http.Request.

func NewGetReplaceProcessGroupRequestParams

func NewGetReplaceProcessGroupRequestParams() *GetReplaceProcessGroupRequestParams

NewGetReplaceProcessGroupRequestParams creates a new GetReplaceProcessGroupRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetReplaceProcessGroupRequestParamsWithContext

func NewGetReplaceProcessGroupRequestParamsWithContext(ctx context.Context) *GetReplaceProcessGroupRequestParams

NewGetReplaceProcessGroupRequestParamsWithContext creates a new GetReplaceProcessGroupRequestParams object with the ability to set a context for a request.

func NewGetReplaceProcessGroupRequestParamsWithHTTPClient

func NewGetReplaceProcessGroupRequestParamsWithHTTPClient(client *http.Client) *GetReplaceProcessGroupRequestParams

NewGetReplaceProcessGroupRequestParamsWithHTTPClient creates a new GetReplaceProcessGroupRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetReplaceProcessGroupRequestParamsWithTimeout

func NewGetReplaceProcessGroupRequestParamsWithTimeout(timeout time.Duration) *GetReplaceProcessGroupRequestParams

NewGetReplaceProcessGroupRequestParamsWithTimeout creates a new GetReplaceProcessGroupRequestParams object with the ability to set a timeout on a request.

func (*GetReplaceProcessGroupRequestParams) SetContext

SetContext adds the context to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) SetDefaults

func (o *GetReplaceProcessGroupRequestParams) SetDefaults()

SetDefaults hydrates default values in the get replace process group request params (not the query body).

All values with no default are reset to their zero value.

func (*GetReplaceProcessGroupRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) SetID

SetID adds the id to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) WithContext

WithContext adds the context to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) WithDefaults

WithDefaults hydrates default values in the get replace process group request params (not the query body).

All values with no default are reset to their zero value.

func (*GetReplaceProcessGroupRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) WithID

WithID adds the id to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) WithTimeout

WithTimeout adds the timeout to the get replace process group request params

func (*GetReplaceProcessGroupRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReplaceProcessGroupRequestReader

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

GetReplaceProcessGroupRequestReader is a Reader for the GetReplaceProcessGroupRequest structure.

func (*GetReplaceProcessGroupRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReplaceProcessGroupRequestUnauthorized

type GetReplaceProcessGroupRequestUnauthorized struct {
}

GetReplaceProcessGroupRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetReplaceProcessGroupRequestUnauthorized

func NewGetReplaceProcessGroupRequestUnauthorized() *GetReplaceProcessGroupRequestUnauthorized

NewGetReplaceProcessGroupRequestUnauthorized creates a GetReplaceProcessGroupRequestUnauthorized with default headers values

func (*GetReplaceProcessGroupRequestUnauthorized) Error

func (*GetReplaceProcessGroupRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this get replace process group request unauthorized response has a 4xx status code

func (*GetReplaceProcessGroupRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get replace process group request unauthorized response a status code equal to that given

func (*GetReplaceProcessGroupRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this get replace process group request unauthorized response has a 3xx status code

func (*GetReplaceProcessGroupRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this get replace process group request unauthorized response has a 5xx status code

func (*GetReplaceProcessGroupRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get replace process group request unauthorized response has a 2xx status code

func (*GetReplaceProcessGroupRequestUnauthorized) String added in v1.19.1

type GetVariableRegistryBadRequest

type GetVariableRegistryBadRequest struct {
}

GetVariableRegistryBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetVariableRegistryBadRequest

func NewGetVariableRegistryBadRequest() *GetVariableRegistryBadRequest

NewGetVariableRegistryBadRequest creates a GetVariableRegistryBadRequest with default headers values

func (*GetVariableRegistryBadRequest) Error

func (*GetVariableRegistryBadRequest) IsClientError added in v1.19.1

func (o *GetVariableRegistryBadRequest) IsClientError() bool

IsClientError returns true when this get variable registry bad request response has a 4xx status code

func (*GetVariableRegistryBadRequest) IsCode added in v1.19.1

func (o *GetVariableRegistryBadRequest) IsCode(code int) bool

IsCode returns true when this get variable registry bad request response a status code equal to that given

func (*GetVariableRegistryBadRequest) IsRedirect added in v1.19.1

func (o *GetVariableRegistryBadRequest) IsRedirect() bool

IsRedirect returns true when this get variable registry bad request response has a 3xx status code

func (*GetVariableRegistryBadRequest) IsServerError added in v1.19.1

func (o *GetVariableRegistryBadRequest) IsServerError() bool

IsServerError returns true when this get variable registry bad request response has a 5xx status code

func (*GetVariableRegistryBadRequest) IsSuccess added in v1.19.1

func (o *GetVariableRegistryBadRequest) IsSuccess() bool

IsSuccess returns true when this get variable registry bad request response has a 2xx status code

func (*GetVariableRegistryBadRequest) String added in v1.19.1

type GetVariableRegistryConflict

type GetVariableRegistryConflict struct {
}

GetVariableRegistryConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetVariableRegistryConflict

func NewGetVariableRegistryConflict() *GetVariableRegistryConflict

NewGetVariableRegistryConflict creates a GetVariableRegistryConflict with default headers values

func (*GetVariableRegistryConflict) Error

func (*GetVariableRegistryConflict) IsClientError added in v1.19.1

func (o *GetVariableRegistryConflict) IsClientError() bool

IsClientError returns true when this get variable registry conflict response has a 4xx status code

func (*GetVariableRegistryConflict) IsCode added in v1.19.1

func (o *GetVariableRegistryConflict) IsCode(code int) bool

IsCode returns true when this get variable registry conflict response a status code equal to that given

func (*GetVariableRegistryConflict) IsRedirect added in v1.19.1

func (o *GetVariableRegistryConflict) IsRedirect() bool

IsRedirect returns true when this get variable registry conflict response has a 3xx status code

func (*GetVariableRegistryConflict) IsServerError added in v1.19.1

func (o *GetVariableRegistryConflict) IsServerError() bool

IsServerError returns true when this get variable registry conflict response has a 5xx status code

func (*GetVariableRegistryConflict) IsSuccess added in v1.19.1

func (o *GetVariableRegistryConflict) IsSuccess() bool

IsSuccess returns true when this get variable registry conflict response has a 2xx status code

func (*GetVariableRegistryConflict) String added in v1.19.1

func (o *GetVariableRegistryConflict) String() string

type GetVariableRegistryForbidden

type GetVariableRegistryForbidden struct {
}

GetVariableRegistryForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetVariableRegistryForbidden

func NewGetVariableRegistryForbidden() *GetVariableRegistryForbidden

NewGetVariableRegistryForbidden creates a GetVariableRegistryForbidden with default headers values

func (*GetVariableRegistryForbidden) Error

func (*GetVariableRegistryForbidden) IsClientError added in v1.19.1

func (o *GetVariableRegistryForbidden) IsClientError() bool

IsClientError returns true when this get variable registry forbidden response has a 4xx status code

func (*GetVariableRegistryForbidden) IsCode added in v1.19.1

func (o *GetVariableRegistryForbidden) IsCode(code int) bool

IsCode returns true when this get variable registry forbidden response a status code equal to that given

func (*GetVariableRegistryForbidden) IsRedirect added in v1.19.1

func (o *GetVariableRegistryForbidden) IsRedirect() bool

IsRedirect returns true when this get variable registry forbidden response has a 3xx status code

func (*GetVariableRegistryForbidden) IsServerError added in v1.19.1

func (o *GetVariableRegistryForbidden) IsServerError() bool

IsServerError returns true when this get variable registry forbidden response has a 5xx status code

func (*GetVariableRegistryForbidden) IsSuccess added in v1.19.1

func (o *GetVariableRegistryForbidden) IsSuccess() bool

IsSuccess returns true when this get variable registry forbidden response has a 2xx status code

func (*GetVariableRegistryForbidden) String added in v1.19.1

type GetVariableRegistryNotFound

type GetVariableRegistryNotFound struct {
}

GetVariableRegistryNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetVariableRegistryNotFound

func NewGetVariableRegistryNotFound() *GetVariableRegistryNotFound

NewGetVariableRegistryNotFound creates a GetVariableRegistryNotFound with default headers values

func (*GetVariableRegistryNotFound) Error

func (*GetVariableRegistryNotFound) IsClientError added in v1.19.1

func (o *GetVariableRegistryNotFound) IsClientError() bool

IsClientError returns true when this get variable registry not found response has a 4xx status code

func (*GetVariableRegistryNotFound) IsCode added in v1.19.1

func (o *GetVariableRegistryNotFound) IsCode(code int) bool

IsCode returns true when this get variable registry not found response a status code equal to that given

func (*GetVariableRegistryNotFound) IsRedirect added in v1.19.1

func (o *GetVariableRegistryNotFound) IsRedirect() bool

IsRedirect returns true when this get variable registry not found response has a 3xx status code

func (*GetVariableRegistryNotFound) IsServerError added in v1.19.1

func (o *GetVariableRegistryNotFound) IsServerError() bool

IsServerError returns true when this get variable registry not found response has a 5xx status code

func (*GetVariableRegistryNotFound) IsSuccess added in v1.19.1

func (o *GetVariableRegistryNotFound) IsSuccess() bool

IsSuccess returns true when this get variable registry not found response has a 2xx status code

func (*GetVariableRegistryNotFound) String added in v1.19.1

func (o *GetVariableRegistryNotFound) String() string

type GetVariableRegistryOK

type GetVariableRegistryOK struct {
	Payload *models.VariableRegistryEntity
}

GetVariableRegistryOK describes a response with status code 200, with default header values.

successful operation

func NewGetVariableRegistryOK

func NewGetVariableRegistryOK() *GetVariableRegistryOK

NewGetVariableRegistryOK creates a GetVariableRegistryOK with default headers values

func (*GetVariableRegistryOK) Error

func (o *GetVariableRegistryOK) Error() string

func (*GetVariableRegistryOK) GetPayload

func (*GetVariableRegistryOK) IsClientError added in v1.19.1

func (o *GetVariableRegistryOK) IsClientError() bool

IsClientError returns true when this get variable registry o k response has a 4xx status code

func (*GetVariableRegistryOK) IsCode added in v1.19.1

func (o *GetVariableRegistryOK) IsCode(code int) bool

IsCode returns true when this get variable registry o k response a status code equal to that given

func (*GetVariableRegistryOK) IsRedirect added in v1.19.1

func (o *GetVariableRegistryOK) IsRedirect() bool

IsRedirect returns true when this get variable registry o k response has a 3xx status code

func (*GetVariableRegistryOK) IsServerError added in v1.19.1

func (o *GetVariableRegistryOK) IsServerError() bool

IsServerError returns true when this get variable registry o k response has a 5xx status code

func (*GetVariableRegistryOK) IsSuccess added in v1.19.1

func (o *GetVariableRegistryOK) IsSuccess() bool

IsSuccess returns true when this get variable registry o k response has a 2xx status code

func (*GetVariableRegistryOK) String added in v1.19.1

func (o *GetVariableRegistryOK) String() string

type GetVariableRegistryParams

type GetVariableRegistryParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

	/* IncludeAncestorGroups.

	   Whether or not to include ancestor groups

	   Default: true
	*/
	IncludeAncestorGroups *bool

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

GetVariableRegistryParams contains all the parameters to send to the API endpoint

for the get variable registry operation.

Typically these are written to a http.Request.

func NewGetVariableRegistryParams

func NewGetVariableRegistryParams() *GetVariableRegistryParams

NewGetVariableRegistryParams creates a new GetVariableRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVariableRegistryParamsWithContext

func NewGetVariableRegistryParamsWithContext(ctx context.Context) *GetVariableRegistryParams

NewGetVariableRegistryParamsWithContext creates a new GetVariableRegistryParams object with the ability to set a context for a request.

func NewGetVariableRegistryParamsWithHTTPClient

func NewGetVariableRegistryParamsWithHTTPClient(client *http.Client) *GetVariableRegistryParams

NewGetVariableRegistryParamsWithHTTPClient creates a new GetVariableRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewGetVariableRegistryParamsWithTimeout

func NewGetVariableRegistryParamsWithTimeout(timeout time.Duration) *GetVariableRegistryParams

NewGetVariableRegistryParamsWithTimeout creates a new GetVariableRegistryParams object with the ability to set a timeout on a request.

func (*GetVariableRegistryParams) SetContext

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

SetContext adds the context to the get variable registry params

func (*GetVariableRegistryParams) SetDefaults

func (o *GetVariableRegistryParams) SetDefaults()

SetDefaults hydrates default values in the get variable registry params (not the query body).

All values with no default are reset to their zero value.

func (*GetVariableRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get variable registry params

func (*GetVariableRegistryParams) SetID

func (o *GetVariableRegistryParams) SetID(id string)

SetID adds the id to the get variable registry params

func (*GetVariableRegistryParams) SetIncludeAncestorGroups

func (o *GetVariableRegistryParams) SetIncludeAncestorGroups(includeAncestorGroups *bool)

SetIncludeAncestorGroups adds the includeAncestorGroups to the get variable registry params

func (*GetVariableRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the get variable registry params

func (*GetVariableRegistryParams) WithContext

WithContext adds the context to the get variable registry params

func (*GetVariableRegistryParams) WithDefaults

WithDefaults hydrates default values in the get variable registry params (not the query body).

All values with no default are reset to their zero value.

func (*GetVariableRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get variable registry params

func (*GetVariableRegistryParams) WithID

WithID adds the id to the get variable registry params

func (*GetVariableRegistryParams) WithIncludeAncestorGroups

func (o *GetVariableRegistryParams) WithIncludeAncestorGroups(includeAncestorGroups *bool) *GetVariableRegistryParams

WithIncludeAncestorGroups adds the includeAncestorGroups to the get variable registry params

func (*GetVariableRegistryParams) WithTimeout

WithTimeout adds the timeout to the get variable registry params

func (*GetVariableRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVariableRegistryReader

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

GetVariableRegistryReader is a Reader for the GetVariableRegistry structure.

func (*GetVariableRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVariableRegistryUnauthorized

type GetVariableRegistryUnauthorized struct {
}

GetVariableRegistryUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetVariableRegistryUnauthorized

func NewGetVariableRegistryUnauthorized() *GetVariableRegistryUnauthorized

NewGetVariableRegistryUnauthorized creates a GetVariableRegistryUnauthorized with default headers values

func (*GetVariableRegistryUnauthorized) Error

func (*GetVariableRegistryUnauthorized) IsClientError added in v1.19.1

func (o *GetVariableRegistryUnauthorized) IsClientError() bool

IsClientError returns true when this get variable registry unauthorized response has a 4xx status code

func (*GetVariableRegistryUnauthorized) IsCode added in v1.19.1

func (o *GetVariableRegistryUnauthorized) IsCode(code int) bool

IsCode returns true when this get variable registry unauthorized response a status code equal to that given

func (*GetVariableRegistryUnauthorized) IsRedirect added in v1.19.1

func (o *GetVariableRegistryUnauthorized) IsRedirect() bool

IsRedirect returns true when this get variable registry unauthorized response has a 3xx status code

func (*GetVariableRegistryUnauthorized) IsServerError added in v1.19.1

func (o *GetVariableRegistryUnauthorized) IsServerError() bool

IsServerError returns true when this get variable registry unauthorized response has a 5xx status code

func (*GetVariableRegistryUnauthorized) IsSuccess added in v1.19.1

func (o *GetVariableRegistryUnauthorized) IsSuccess() bool

IsSuccess returns true when this get variable registry unauthorized response has a 2xx status code

func (*GetVariableRegistryUnauthorized) String added in v1.19.1

type GetVariableRegistryUpdateRequestBadRequest

type GetVariableRegistryUpdateRequestBadRequest struct {
}

GetVariableRegistryUpdateRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetVariableRegistryUpdateRequestBadRequest

func NewGetVariableRegistryUpdateRequestBadRequest() *GetVariableRegistryUpdateRequestBadRequest

NewGetVariableRegistryUpdateRequestBadRequest creates a GetVariableRegistryUpdateRequestBadRequest with default headers values

func (*GetVariableRegistryUpdateRequestBadRequest) Error

func (*GetVariableRegistryUpdateRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this get variable registry update request bad request response has a 4xx status code

func (*GetVariableRegistryUpdateRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request bad request response a status code equal to that given

func (*GetVariableRegistryUpdateRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this get variable registry update request bad request response has a 3xx status code

func (*GetVariableRegistryUpdateRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this get variable registry update request bad request response has a 5xx status code

func (*GetVariableRegistryUpdateRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request bad request response has a 2xx status code

func (*GetVariableRegistryUpdateRequestBadRequest) String added in v1.19.1

type GetVariableRegistryUpdateRequestConflict

type GetVariableRegistryUpdateRequestConflict struct {
}

GetVariableRegistryUpdateRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetVariableRegistryUpdateRequestConflict

func NewGetVariableRegistryUpdateRequestConflict() *GetVariableRegistryUpdateRequestConflict

NewGetVariableRegistryUpdateRequestConflict creates a GetVariableRegistryUpdateRequestConflict with default headers values

func (*GetVariableRegistryUpdateRequestConflict) Error

func (*GetVariableRegistryUpdateRequestConflict) IsClientError added in v1.19.1

IsClientError returns true when this get variable registry update request conflict response has a 4xx status code

func (*GetVariableRegistryUpdateRequestConflict) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request conflict response a status code equal to that given

func (*GetVariableRegistryUpdateRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this get variable registry update request conflict response has a 3xx status code

func (*GetVariableRegistryUpdateRequestConflict) IsServerError added in v1.19.1

IsServerError returns true when this get variable registry update request conflict response has a 5xx status code

func (*GetVariableRegistryUpdateRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request conflict response has a 2xx status code

func (*GetVariableRegistryUpdateRequestConflict) String added in v1.19.1

type GetVariableRegistryUpdateRequestForbidden

type GetVariableRegistryUpdateRequestForbidden struct {
}

GetVariableRegistryUpdateRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewGetVariableRegistryUpdateRequestForbidden

func NewGetVariableRegistryUpdateRequestForbidden() *GetVariableRegistryUpdateRequestForbidden

NewGetVariableRegistryUpdateRequestForbidden creates a GetVariableRegistryUpdateRequestForbidden with default headers values

func (*GetVariableRegistryUpdateRequestForbidden) Error

func (*GetVariableRegistryUpdateRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this get variable registry update request forbidden response has a 4xx status code

func (*GetVariableRegistryUpdateRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request forbidden response a status code equal to that given

func (*GetVariableRegistryUpdateRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this get variable registry update request forbidden response has a 3xx status code

func (*GetVariableRegistryUpdateRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this get variable registry update request forbidden response has a 5xx status code

func (*GetVariableRegistryUpdateRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request forbidden response has a 2xx status code

func (*GetVariableRegistryUpdateRequestForbidden) String added in v1.19.1

type GetVariableRegistryUpdateRequestNotFound

type GetVariableRegistryUpdateRequestNotFound struct {
}

GetVariableRegistryUpdateRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewGetVariableRegistryUpdateRequestNotFound

func NewGetVariableRegistryUpdateRequestNotFound() *GetVariableRegistryUpdateRequestNotFound

NewGetVariableRegistryUpdateRequestNotFound creates a GetVariableRegistryUpdateRequestNotFound with default headers values

func (*GetVariableRegistryUpdateRequestNotFound) Error

func (*GetVariableRegistryUpdateRequestNotFound) IsClientError added in v1.19.1

IsClientError returns true when this get variable registry update request not found response has a 4xx status code

func (*GetVariableRegistryUpdateRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request not found response a status code equal to that given

func (*GetVariableRegistryUpdateRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this get variable registry update request not found response has a 3xx status code

func (*GetVariableRegistryUpdateRequestNotFound) IsServerError added in v1.19.1

IsServerError returns true when this get variable registry update request not found response has a 5xx status code

func (*GetVariableRegistryUpdateRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request not found response has a 2xx status code

func (*GetVariableRegistryUpdateRequestNotFound) String added in v1.19.1

type GetVariableRegistryUpdateRequestOK

type GetVariableRegistryUpdateRequestOK struct {
	Payload *models.VariableRegistryUpdateRequestEntity
}

GetVariableRegistryUpdateRequestOK describes a response with status code 200, with default header values.

successful operation

func NewGetVariableRegistryUpdateRequestOK

func NewGetVariableRegistryUpdateRequestOK() *GetVariableRegistryUpdateRequestOK

NewGetVariableRegistryUpdateRequestOK creates a GetVariableRegistryUpdateRequestOK with default headers values

func (*GetVariableRegistryUpdateRequestOK) Error

func (*GetVariableRegistryUpdateRequestOK) GetPayload

func (*GetVariableRegistryUpdateRequestOK) IsClientError added in v1.19.1

func (o *GetVariableRegistryUpdateRequestOK) IsClientError() bool

IsClientError returns true when this get variable registry update request o k response has a 4xx status code

func (*GetVariableRegistryUpdateRequestOK) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request o k response a status code equal to that given

func (*GetVariableRegistryUpdateRequestOK) IsRedirect added in v1.19.1

func (o *GetVariableRegistryUpdateRequestOK) IsRedirect() bool

IsRedirect returns true when this get variable registry update request o k response has a 3xx status code

func (*GetVariableRegistryUpdateRequestOK) IsServerError added in v1.19.1

func (o *GetVariableRegistryUpdateRequestOK) IsServerError() bool

IsServerError returns true when this get variable registry update request o k response has a 5xx status code

func (*GetVariableRegistryUpdateRequestOK) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request o k response has a 2xx status code

func (*GetVariableRegistryUpdateRequestOK) String added in v1.19.1

type GetVariableRegistryUpdateRequestParams

type GetVariableRegistryUpdateRequestParams struct {

	/* GroupID.

	   The process group id.
	*/
	GroupID string

	/* UpdateID.

	   The ID of the Variable Registry Update Request
	*/
	UpdateID string

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

GetVariableRegistryUpdateRequestParams contains all the parameters to send to the API endpoint

for the get variable registry update request operation.

Typically these are written to a http.Request.

func NewGetVariableRegistryUpdateRequestParams

func NewGetVariableRegistryUpdateRequestParams() *GetVariableRegistryUpdateRequestParams

NewGetVariableRegistryUpdateRequestParams creates a new GetVariableRegistryUpdateRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVariableRegistryUpdateRequestParamsWithContext

func NewGetVariableRegistryUpdateRequestParamsWithContext(ctx context.Context) *GetVariableRegistryUpdateRequestParams

NewGetVariableRegistryUpdateRequestParamsWithContext creates a new GetVariableRegistryUpdateRequestParams object with the ability to set a context for a request.

func NewGetVariableRegistryUpdateRequestParamsWithHTTPClient

func NewGetVariableRegistryUpdateRequestParamsWithHTTPClient(client *http.Client) *GetVariableRegistryUpdateRequestParams

NewGetVariableRegistryUpdateRequestParamsWithHTTPClient creates a new GetVariableRegistryUpdateRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetVariableRegistryUpdateRequestParamsWithTimeout

func NewGetVariableRegistryUpdateRequestParamsWithTimeout(timeout time.Duration) *GetVariableRegistryUpdateRequestParams

NewGetVariableRegistryUpdateRequestParamsWithTimeout creates a new GetVariableRegistryUpdateRequestParams object with the ability to set a timeout on a request.

func (*GetVariableRegistryUpdateRequestParams) SetContext

SetContext adds the context to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) SetDefaults

func (o *GetVariableRegistryUpdateRequestParams) SetDefaults()

SetDefaults hydrates default values in the get variable registry update request params (not the query body).

All values with no default are reset to their zero value.

func (*GetVariableRegistryUpdateRequestParams) SetGroupID

func (o *GetVariableRegistryUpdateRequestParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) SetUpdateID

func (o *GetVariableRegistryUpdateRequestParams) SetUpdateID(updateID string)

SetUpdateID adds the updateId to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WithContext

WithContext adds the context to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WithDefaults

WithDefaults hydrates default values in the get variable registry update request params (not the query body).

All values with no default are reset to their zero value.

func (*GetVariableRegistryUpdateRequestParams) WithGroupID

WithGroupID adds the groupID to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WithTimeout

WithTimeout adds the timeout to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WithUpdateID

WithUpdateID adds the updateID to the get variable registry update request params

func (*GetVariableRegistryUpdateRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVariableRegistryUpdateRequestReader

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

GetVariableRegistryUpdateRequestReader is a Reader for the GetVariableRegistryUpdateRequest structure.

func (*GetVariableRegistryUpdateRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVariableRegistryUpdateRequestUnauthorized

type GetVariableRegistryUpdateRequestUnauthorized struct {
}

GetVariableRegistryUpdateRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewGetVariableRegistryUpdateRequestUnauthorized

func NewGetVariableRegistryUpdateRequestUnauthorized() *GetVariableRegistryUpdateRequestUnauthorized

NewGetVariableRegistryUpdateRequestUnauthorized creates a GetVariableRegistryUpdateRequestUnauthorized with default headers values

func (*GetVariableRegistryUpdateRequestUnauthorized) Error

func (*GetVariableRegistryUpdateRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this get variable registry update request unauthorized response has a 4xx status code

func (*GetVariableRegistryUpdateRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get variable registry update request unauthorized response a status code equal to that given

func (*GetVariableRegistryUpdateRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this get variable registry update request unauthorized response has a 3xx status code

func (*GetVariableRegistryUpdateRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this get variable registry update request unauthorized response has a 5xx status code

func (*GetVariableRegistryUpdateRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get variable registry update request unauthorized response has a 2xx status code

func (*GetVariableRegistryUpdateRequestUnauthorized) String added in v1.19.1

type ImportProcessGroupBadRequest

type ImportProcessGroupBadRequest struct {
}

ImportProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewImportProcessGroupBadRequest

func NewImportProcessGroupBadRequest() *ImportProcessGroupBadRequest

NewImportProcessGroupBadRequest creates a ImportProcessGroupBadRequest with default headers values

func (*ImportProcessGroupBadRequest) Error

func (*ImportProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *ImportProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this import process group bad request response has a 4xx status code

func (*ImportProcessGroupBadRequest) IsCode added in v1.19.1

func (o *ImportProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this import process group bad request response a status code equal to that given

func (*ImportProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *ImportProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this import process group bad request response has a 3xx status code

func (*ImportProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *ImportProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this import process group bad request response has a 5xx status code

func (*ImportProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *ImportProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this import process group bad request response has a 2xx status code

func (*ImportProcessGroupBadRequest) String added in v1.19.1

type ImportProcessGroupConflict

type ImportProcessGroupConflict struct {
}

ImportProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewImportProcessGroupConflict

func NewImportProcessGroupConflict() *ImportProcessGroupConflict

NewImportProcessGroupConflict creates a ImportProcessGroupConflict with default headers values

func (*ImportProcessGroupConflict) Error

func (*ImportProcessGroupConflict) IsClientError added in v1.19.1

func (o *ImportProcessGroupConflict) IsClientError() bool

IsClientError returns true when this import process group conflict response has a 4xx status code

func (*ImportProcessGroupConflict) IsCode added in v1.19.1

func (o *ImportProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this import process group conflict response a status code equal to that given

func (*ImportProcessGroupConflict) IsRedirect added in v1.19.1

func (o *ImportProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this import process group conflict response has a 3xx status code

func (*ImportProcessGroupConflict) IsServerError added in v1.19.1

func (o *ImportProcessGroupConflict) IsServerError() bool

IsServerError returns true when this import process group conflict response has a 5xx status code

func (*ImportProcessGroupConflict) IsSuccess added in v1.19.1

func (o *ImportProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this import process group conflict response has a 2xx status code

func (*ImportProcessGroupConflict) String added in v1.19.1

func (o *ImportProcessGroupConflict) String() string

type ImportProcessGroupCreated added in v1.19.1

type ImportProcessGroupCreated struct {
	Payload *models.ProcessGroupEntity
}

ImportProcessGroupCreated describes a response with status code 201, with default header values.

successful operation

func NewImportProcessGroupCreated added in v1.19.1

func NewImportProcessGroupCreated() *ImportProcessGroupCreated

NewImportProcessGroupCreated creates a ImportProcessGroupCreated with default headers values

func (*ImportProcessGroupCreated) Error added in v1.19.1

func (o *ImportProcessGroupCreated) Error() string

func (*ImportProcessGroupCreated) GetPayload added in v1.19.1

func (*ImportProcessGroupCreated) IsClientError added in v1.19.1

func (o *ImportProcessGroupCreated) IsClientError() bool

IsClientError returns true when this import process group created response has a 4xx status code

func (*ImportProcessGroupCreated) IsCode added in v1.19.1

func (o *ImportProcessGroupCreated) IsCode(code int) bool

IsCode returns true when this import process group created response a status code equal to that given

func (*ImportProcessGroupCreated) IsRedirect added in v1.19.1

func (o *ImportProcessGroupCreated) IsRedirect() bool

IsRedirect returns true when this import process group created response has a 3xx status code

func (*ImportProcessGroupCreated) IsServerError added in v1.19.1

func (o *ImportProcessGroupCreated) IsServerError() bool

IsServerError returns true when this import process group created response has a 5xx status code

func (*ImportProcessGroupCreated) IsSuccess added in v1.19.1

func (o *ImportProcessGroupCreated) IsSuccess() bool

IsSuccess returns true when this import process group created response has a 2xx status code

func (*ImportProcessGroupCreated) String added in v1.19.1

func (o *ImportProcessGroupCreated) String() string

type ImportProcessGroupForbidden

type ImportProcessGroupForbidden struct {
}

ImportProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewImportProcessGroupForbidden

func NewImportProcessGroupForbidden() *ImportProcessGroupForbidden

NewImportProcessGroupForbidden creates a ImportProcessGroupForbidden with default headers values

func (*ImportProcessGroupForbidden) Error

func (*ImportProcessGroupForbidden) IsClientError added in v1.19.1

func (o *ImportProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this import process group forbidden response has a 4xx status code

func (*ImportProcessGroupForbidden) IsCode added in v1.19.1

func (o *ImportProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this import process group forbidden response a status code equal to that given

func (*ImportProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *ImportProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this import process group forbidden response has a 3xx status code

func (*ImportProcessGroupForbidden) IsServerError added in v1.19.1

func (o *ImportProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this import process group forbidden response has a 5xx status code

func (*ImportProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *ImportProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this import process group forbidden response has a 2xx status code

func (*ImportProcessGroupForbidden) String added in v1.19.1

func (o *ImportProcessGroupForbidden) String() string

type ImportProcessGroupParams

type ImportProcessGroupParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

ImportProcessGroupParams contains all the parameters to send to the API endpoint

for the import process group operation.

Typically these are written to a http.Request.

func NewImportProcessGroupParams

func NewImportProcessGroupParams() *ImportProcessGroupParams

NewImportProcessGroupParams creates a new ImportProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImportProcessGroupParamsWithContext

func NewImportProcessGroupParamsWithContext(ctx context.Context) *ImportProcessGroupParams

NewImportProcessGroupParamsWithContext creates a new ImportProcessGroupParams object with the ability to set a context for a request.

func NewImportProcessGroupParamsWithHTTPClient

func NewImportProcessGroupParamsWithHTTPClient(client *http.Client) *ImportProcessGroupParams

NewImportProcessGroupParamsWithHTTPClient creates a new ImportProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewImportProcessGroupParamsWithTimeout

func NewImportProcessGroupParamsWithTimeout(timeout time.Duration) *ImportProcessGroupParams

NewImportProcessGroupParamsWithTimeout creates a new ImportProcessGroupParams object with the ability to set a timeout on a request.

func (*ImportProcessGroupParams) SetContext

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

SetContext adds the context to the import process group params

func (*ImportProcessGroupParams) SetDefaults

func (o *ImportProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the import process group params (not the query body).

All values with no default are reset to their zero value.

func (*ImportProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import process group params

func (*ImportProcessGroupParams) SetID

func (o *ImportProcessGroupParams) SetID(id string)

SetID adds the id to the import process group params

func (*ImportProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the import process group params

func (*ImportProcessGroupParams) WithContext

WithContext adds the context to the import process group params

func (*ImportProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the import process group params (not the query body).

All values with no default are reset to their zero value.

func (*ImportProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import process group params

func (*ImportProcessGroupParams) WithID

WithID adds the id to the import process group params

func (*ImportProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the import process group params

func (*ImportProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportProcessGroupReader

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

ImportProcessGroupReader is a Reader for the ImportProcessGroup structure.

func (*ImportProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportProcessGroupUnauthorized

type ImportProcessGroupUnauthorized struct {
}

ImportProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewImportProcessGroupUnauthorized

func NewImportProcessGroupUnauthorized() *ImportProcessGroupUnauthorized

NewImportProcessGroupUnauthorized creates a ImportProcessGroupUnauthorized with default headers values

func (*ImportProcessGroupUnauthorized) Error

func (*ImportProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *ImportProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this import process group unauthorized response has a 4xx status code

func (*ImportProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *ImportProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this import process group unauthorized response a status code equal to that given

func (*ImportProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *ImportProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this import process group unauthorized response has a 3xx status code

func (*ImportProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *ImportProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this import process group unauthorized response has a 5xx status code

func (*ImportProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *ImportProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this import process group unauthorized response has a 2xx status code

func (*ImportProcessGroupUnauthorized) String added in v1.19.1

type ImportTemplateBadRequest

type ImportTemplateBadRequest struct {
}

ImportTemplateBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewImportTemplateBadRequest

func NewImportTemplateBadRequest() *ImportTemplateBadRequest

NewImportTemplateBadRequest creates a ImportTemplateBadRequest with default headers values

func (*ImportTemplateBadRequest) Error

func (o *ImportTemplateBadRequest) Error() string

func (*ImportTemplateBadRequest) IsClientError added in v1.19.1

func (o *ImportTemplateBadRequest) IsClientError() bool

IsClientError returns true when this import template bad request response has a 4xx status code

func (*ImportTemplateBadRequest) IsCode added in v1.19.1

func (o *ImportTemplateBadRequest) IsCode(code int) bool

IsCode returns true when this import template bad request response a status code equal to that given

func (*ImportTemplateBadRequest) IsRedirect added in v1.19.1

func (o *ImportTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this import template bad request response has a 3xx status code

func (*ImportTemplateBadRequest) IsServerError added in v1.19.1

func (o *ImportTemplateBadRequest) IsServerError() bool

IsServerError returns true when this import template bad request response has a 5xx status code

func (*ImportTemplateBadRequest) IsSuccess added in v1.19.1

func (o *ImportTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this import template bad request response has a 2xx status code

func (*ImportTemplateBadRequest) String added in v1.19.1

func (o *ImportTemplateBadRequest) String() string

type ImportTemplateConflict

type ImportTemplateConflict struct {
}

ImportTemplateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewImportTemplateConflict

func NewImportTemplateConflict() *ImportTemplateConflict

NewImportTemplateConflict creates a ImportTemplateConflict with default headers values

func (*ImportTemplateConflict) Error

func (o *ImportTemplateConflict) Error() string

func (*ImportTemplateConflict) IsClientError added in v1.19.1

func (o *ImportTemplateConflict) IsClientError() bool

IsClientError returns true when this import template conflict response has a 4xx status code

func (*ImportTemplateConflict) IsCode added in v1.19.1

func (o *ImportTemplateConflict) IsCode(code int) bool

IsCode returns true when this import template conflict response a status code equal to that given

func (*ImportTemplateConflict) IsRedirect added in v1.19.1

func (o *ImportTemplateConflict) IsRedirect() bool

IsRedirect returns true when this import template conflict response has a 3xx status code

func (*ImportTemplateConflict) IsServerError added in v1.19.1

func (o *ImportTemplateConflict) IsServerError() bool

IsServerError returns true when this import template conflict response has a 5xx status code

func (*ImportTemplateConflict) IsSuccess added in v1.19.1

func (o *ImportTemplateConflict) IsSuccess() bool

IsSuccess returns true when this import template conflict response has a 2xx status code

func (*ImportTemplateConflict) String added in v1.19.1

func (o *ImportTemplateConflict) String() string

type ImportTemplateCreated added in v1.19.1

type ImportTemplateCreated struct {
	Payload *models.TemplateEntity
}

ImportTemplateCreated describes a response with status code 201, with default header values.

successful operation

func NewImportTemplateCreated added in v1.19.1

func NewImportTemplateCreated() *ImportTemplateCreated

NewImportTemplateCreated creates a ImportTemplateCreated with default headers values

func (*ImportTemplateCreated) Error added in v1.19.1

func (o *ImportTemplateCreated) Error() string

func (*ImportTemplateCreated) GetPayload added in v1.19.1

func (o *ImportTemplateCreated) GetPayload() *models.TemplateEntity

func (*ImportTemplateCreated) IsClientError added in v1.19.1

func (o *ImportTemplateCreated) IsClientError() bool

IsClientError returns true when this import template created response has a 4xx status code

func (*ImportTemplateCreated) IsCode added in v1.19.1

func (o *ImportTemplateCreated) IsCode(code int) bool

IsCode returns true when this import template created response a status code equal to that given

func (*ImportTemplateCreated) IsRedirect added in v1.19.1

func (o *ImportTemplateCreated) IsRedirect() bool

IsRedirect returns true when this import template created response has a 3xx status code

func (*ImportTemplateCreated) IsServerError added in v1.19.1

func (o *ImportTemplateCreated) IsServerError() bool

IsServerError returns true when this import template created response has a 5xx status code

func (*ImportTemplateCreated) IsSuccess added in v1.19.1

func (o *ImportTemplateCreated) IsSuccess() bool

IsSuccess returns true when this import template created response has a 2xx status code

func (*ImportTemplateCreated) String added in v1.19.1

func (o *ImportTemplateCreated) String() string

type ImportTemplateForbidden

type ImportTemplateForbidden struct {
}

ImportTemplateForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewImportTemplateForbidden

func NewImportTemplateForbidden() *ImportTemplateForbidden

NewImportTemplateForbidden creates a ImportTemplateForbidden with default headers values

func (*ImportTemplateForbidden) Error

func (o *ImportTemplateForbidden) Error() string

func (*ImportTemplateForbidden) IsClientError added in v1.19.1

func (o *ImportTemplateForbidden) IsClientError() bool

IsClientError returns true when this import template forbidden response has a 4xx status code

func (*ImportTemplateForbidden) IsCode added in v1.19.1

func (o *ImportTemplateForbidden) IsCode(code int) bool

IsCode returns true when this import template forbidden response a status code equal to that given

func (*ImportTemplateForbidden) IsRedirect added in v1.19.1

func (o *ImportTemplateForbidden) IsRedirect() bool

IsRedirect returns true when this import template forbidden response has a 3xx status code

func (*ImportTemplateForbidden) IsServerError added in v1.19.1

func (o *ImportTemplateForbidden) IsServerError() bool

IsServerError returns true when this import template forbidden response has a 5xx status code

func (*ImportTemplateForbidden) IsSuccess added in v1.19.1

func (o *ImportTemplateForbidden) IsSuccess() bool

IsSuccess returns true when this import template forbidden response has a 2xx status code

func (*ImportTemplateForbidden) String added in v1.19.1

func (o *ImportTemplateForbidden) String() string

type ImportTemplateParams

type ImportTemplateParams struct {

	/* ID.

	   The process group id.
	*/
	ID string

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

ImportTemplateParams contains all the parameters to send to the API endpoint

for the import template operation.

Typically these are written to a http.Request.

func NewImportTemplateParams

func NewImportTemplateParams() *ImportTemplateParams

NewImportTemplateParams creates a new ImportTemplateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImportTemplateParamsWithContext

func NewImportTemplateParamsWithContext(ctx context.Context) *ImportTemplateParams

NewImportTemplateParamsWithContext creates a new ImportTemplateParams object with the ability to set a context for a request.

func NewImportTemplateParamsWithHTTPClient

func NewImportTemplateParamsWithHTTPClient(client *http.Client) *ImportTemplateParams

NewImportTemplateParamsWithHTTPClient creates a new ImportTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewImportTemplateParamsWithTimeout

func NewImportTemplateParamsWithTimeout(timeout time.Duration) *ImportTemplateParams

NewImportTemplateParamsWithTimeout creates a new ImportTemplateParams object with the ability to set a timeout on a request.

func (*ImportTemplateParams) SetContext

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

SetContext adds the context to the import template params

func (*ImportTemplateParams) SetDefaults

func (o *ImportTemplateParams) SetDefaults()

SetDefaults hydrates default values in the import template params (not the query body).

All values with no default are reset to their zero value.

func (*ImportTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import template params

func (*ImportTemplateParams) SetID

func (o *ImportTemplateParams) SetID(id string)

SetID adds the id to the import template params

func (*ImportTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the import template params

func (*ImportTemplateParams) WithContext

WithContext adds the context to the import template params

func (*ImportTemplateParams) WithDefaults

func (o *ImportTemplateParams) WithDefaults() *ImportTemplateParams

WithDefaults hydrates default values in the import template params (not the query body).

All values with no default are reset to their zero value.

func (*ImportTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import template params

func (*ImportTemplateParams) WithID

WithID adds the id to the import template params

func (*ImportTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the import template params

func (*ImportTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ImportTemplateReader

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

ImportTemplateReader is a Reader for the ImportTemplate structure.

func (*ImportTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportTemplateUnauthorized

type ImportTemplateUnauthorized struct {
}

ImportTemplateUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewImportTemplateUnauthorized

func NewImportTemplateUnauthorized() *ImportTemplateUnauthorized

NewImportTemplateUnauthorized creates a ImportTemplateUnauthorized with default headers values

func (*ImportTemplateUnauthorized) Error

func (*ImportTemplateUnauthorized) IsClientError added in v1.19.1

func (o *ImportTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this import template unauthorized response has a 4xx status code

func (*ImportTemplateUnauthorized) IsCode added in v1.19.1

func (o *ImportTemplateUnauthorized) IsCode(code int) bool

IsCode returns true when this import template unauthorized response a status code equal to that given

func (*ImportTemplateUnauthorized) IsRedirect added in v1.19.1

func (o *ImportTemplateUnauthorized) IsRedirect() bool

IsRedirect returns true when this import template unauthorized response has a 3xx status code

func (*ImportTemplateUnauthorized) IsServerError added in v1.19.1

func (o *ImportTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this import template unauthorized response has a 5xx status code

func (*ImportTemplateUnauthorized) IsSuccess added in v1.19.1

func (o *ImportTemplateUnauthorized) IsSuccess() bool

IsSuccess returns true when this import template unauthorized response has a 2xx status code

func (*ImportTemplateUnauthorized) String added in v1.19.1

func (o *ImportTemplateUnauthorized) String() string

type InitiateReplaceProcessGroupBadRequest

type InitiateReplaceProcessGroupBadRequest struct {
}

InitiateReplaceProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewInitiateReplaceProcessGroupBadRequest

func NewInitiateReplaceProcessGroupBadRequest() *InitiateReplaceProcessGroupBadRequest

NewInitiateReplaceProcessGroupBadRequest creates a InitiateReplaceProcessGroupBadRequest with default headers values

func (*InitiateReplaceProcessGroupBadRequest) Error

func (*InitiateReplaceProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this initiate replace process group bad request response has a 4xx status code

func (*InitiateReplaceProcessGroupBadRequest) IsCode added in v1.19.1

IsCode returns true when this initiate replace process group bad request response a status code equal to that given

func (*InitiateReplaceProcessGroupBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this initiate replace process group bad request response has a 3xx status code

func (*InitiateReplaceProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this initiate replace process group bad request response has a 5xx status code

func (*InitiateReplaceProcessGroupBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this initiate replace process group bad request response has a 2xx status code

func (*InitiateReplaceProcessGroupBadRequest) String added in v1.19.1

type InitiateReplaceProcessGroupConflict

type InitiateReplaceProcessGroupConflict struct {
}

InitiateReplaceProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewInitiateReplaceProcessGroupConflict

func NewInitiateReplaceProcessGroupConflict() *InitiateReplaceProcessGroupConflict

NewInitiateReplaceProcessGroupConflict creates a InitiateReplaceProcessGroupConflict with default headers values

func (*InitiateReplaceProcessGroupConflict) Error

func (*InitiateReplaceProcessGroupConflict) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupConflict) IsClientError() bool

IsClientError returns true when this initiate replace process group conflict response has a 4xx status code

func (*InitiateReplaceProcessGroupConflict) IsCode added in v1.19.1

IsCode returns true when this initiate replace process group conflict response a status code equal to that given

func (*InitiateReplaceProcessGroupConflict) IsRedirect added in v1.19.1

func (o *InitiateReplaceProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this initiate replace process group conflict response has a 3xx status code

func (*InitiateReplaceProcessGroupConflict) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupConflict) IsServerError() bool

IsServerError returns true when this initiate replace process group conflict response has a 5xx status code

func (*InitiateReplaceProcessGroupConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this initiate replace process group conflict response has a 2xx status code

func (*InitiateReplaceProcessGroupConflict) String added in v1.19.1

type InitiateReplaceProcessGroupForbidden

type InitiateReplaceProcessGroupForbidden struct {
}

InitiateReplaceProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewInitiateReplaceProcessGroupForbidden

func NewInitiateReplaceProcessGroupForbidden() *InitiateReplaceProcessGroupForbidden

NewInitiateReplaceProcessGroupForbidden creates a InitiateReplaceProcessGroupForbidden with default headers values

func (*InitiateReplaceProcessGroupForbidden) Error

func (*InitiateReplaceProcessGroupForbidden) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this initiate replace process group forbidden response has a 4xx status code

func (*InitiateReplaceProcessGroupForbidden) IsCode added in v1.19.1

IsCode returns true when this initiate replace process group forbidden response a status code equal to that given

func (*InitiateReplaceProcessGroupForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this initiate replace process group forbidden response has a 3xx status code

func (*InitiateReplaceProcessGroupForbidden) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this initiate replace process group forbidden response has a 5xx status code

func (*InitiateReplaceProcessGroupForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this initiate replace process group forbidden response has a 2xx status code

func (*InitiateReplaceProcessGroupForbidden) String added in v1.19.1

type InitiateReplaceProcessGroupNotFound

type InitiateReplaceProcessGroupNotFound struct {
}

InitiateReplaceProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewInitiateReplaceProcessGroupNotFound

func NewInitiateReplaceProcessGroupNotFound() *InitiateReplaceProcessGroupNotFound

NewInitiateReplaceProcessGroupNotFound creates a InitiateReplaceProcessGroupNotFound with default headers values

func (*InitiateReplaceProcessGroupNotFound) Error

func (*InitiateReplaceProcessGroupNotFound) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this initiate replace process group not found response has a 4xx status code

func (*InitiateReplaceProcessGroupNotFound) IsCode added in v1.19.1

IsCode returns true when this initiate replace process group not found response a status code equal to that given

func (*InitiateReplaceProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *InitiateReplaceProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this initiate replace process group not found response has a 3xx status code

func (*InitiateReplaceProcessGroupNotFound) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this initiate replace process group not found response has a 5xx status code

func (*InitiateReplaceProcessGroupNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this initiate replace process group not found response has a 2xx status code

func (*InitiateReplaceProcessGroupNotFound) String added in v1.19.1

type InitiateReplaceProcessGroupOK

type InitiateReplaceProcessGroupOK struct {
	Payload *models.ProcessGroupReplaceRequestEntity
}

InitiateReplaceProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewInitiateReplaceProcessGroupOK

func NewInitiateReplaceProcessGroupOK() *InitiateReplaceProcessGroupOK

NewInitiateReplaceProcessGroupOK creates a InitiateReplaceProcessGroupOK with default headers values

func (*InitiateReplaceProcessGroupOK) Error

func (*InitiateReplaceProcessGroupOK) GetPayload

func (*InitiateReplaceProcessGroupOK) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupOK) IsClientError() bool

IsClientError returns true when this initiate replace process group o k response has a 4xx status code

func (*InitiateReplaceProcessGroupOK) IsCode added in v1.19.1

func (o *InitiateReplaceProcessGroupOK) IsCode(code int) bool

IsCode returns true when this initiate replace process group o k response a status code equal to that given

func (*InitiateReplaceProcessGroupOK) IsRedirect added in v1.19.1

func (o *InitiateReplaceProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this initiate replace process group o k response has a 3xx status code

func (*InitiateReplaceProcessGroupOK) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupOK) IsServerError() bool

IsServerError returns true when this initiate replace process group o k response has a 5xx status code

func (*InitiateReplaceProcessGroupOK) IsSuccess added in v1.19.1

func (o *InitiateReplaceProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this initiate replace process group o k response has a 2xx status code

func (*InitiateReplaceProcessGroupOK) String added in v1.19.1

type InitiateReplaceProcessGroupParams

type InitiateReplaceProcessGroupParams struct {

	/* Body.

	   The process group replace request entity
	*/
	Body *models.ProcessGroupImportEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

InitiateReplaceProcessGroupParams contains all the parameters to send to the API endpoint

for the initiate replace process group operation.

Typically these are written to a http.Request.

func NewInitiateReplaceProcessGroupParams

func NewInitiateReplaceProcessGroupParams() *InitiateReplaceProcessGroupParams

NewInitiateReplaceProcessGroupParams creates a new InitiateReplaceProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInitiateReplaceProcessGroupParamsWithContext

func NewInitiateReplaceProcessGroupParamsWithContext(ctx context.Context) *InitiateReplaceProcessGroupParams

NewInitiateReplaceProcessGroupParamsWithContext creates a new InitiateReplaceProcessGroupParams object with the ability to set a context for a request.

func NewInitiateReplaceProcessGroupParamsWithHTTPClient

func NewInitiateReplaceProcessGroupParamsWithHTTPClient(client *http.Client) *InitiateReplaceProcessGroupParams

NewInitiateReplaceProcessGroupParamsWithHTTPClient creates a new InitiateReplaceProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewInitiateReplaceProcessGroupParamsWithTimeout

func NewInitiateReplaceProcessGroupParamsWithTimeout(timeout time.Duration) *InitiateReplaceProcessGroupParams

NewInitiateReplaceProcessGroupParamsWithTimeout creates a new InitiateReplaceProcessGroupParams object with the ability to set a timeout on a request.

func (*InitiateReplaceProcessGroupParams) SetBody

SetBody adds the body to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) SetContext

SetContext adds the context to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) SetDefaults

func (o *InitiateReplaceProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the initiate replace process group params (not the query body).

All values with no default are reset to their zero value.

func (*InitiateReplaceProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) SetID

SetID adds the id to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WithBody

WithBody adds the body to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WithContext

WithContext adds the context to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the initiate replace process group params (not the query body).

All values with no default are reset to their zero value.

func (*InitiateReplaceProcessGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WithID

WithID adds the id to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the initiate replace process group params

func (*InitiateReplaceProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InitiateReplaceProcessGroupReader

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

InitiateReplaceProcessGroupReader is a Reader for the InitiateReplaceProcessGroup structure.

func (*InitiateReplaceProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InitiateReplaceProcessGroupUnauthorized

type InitiateReplaceProcessGroupUnauthorized struct {
}

InitiateReplaceProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewInitiateReplaceProcessGroupUnauthorized

func NewInitiateReplaceProcessGroupUnauthorized() *InitiateReplaceProcessGroupUnauthorized

NewInitiateReplaceProcessGroupUnauthorized creates a InitiateReplaceProcessGroupUnauthorized with default headers values

func (*InitiateReplaceProcessGroupUnauthorized) Error

func (*InitiateReplaceProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *InitiateReplaceProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this initiate replace process group unauthorized response has a 4xx status code

func (*InitiateReplaceProcessGroupUnauthorized) IsCode added in v1.19.1

IsCode returns true when this initiate replace process group unauthorized response a status code equal to that given

func (*InitiateReplaceProcessGroupUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this initiate replace process group unauthorized response has a 3xx status code

func (*InitiateReplaceProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *InitiateReplaceProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this initiate replace process group unauthorized response has a 5xx status code

func (*InitiateReplaceProcessGroupUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this initiate replace process group unauthorized response has a 2xx status code

func (*InitiateReplaceProcessGroupUnauthorized) String added in v1.19.1

type InstantiateTemplateBadRequest

type InstantiateTemplateBadRequest struct {
}

InstantiateTemplateBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewInstantiateTemplateBadRequest

func NewInstantiateTemplateBadRequest() *InstantiateTemplateBadRequest

NewInstantiateTemplateBadRequest creates a InstantiateTemplateBadRequest with default headers values

func (*InstantiateTemplateBadRequest) Error

func (*InstantiateTemplateBadRequest) IsClientError added in v1.19.1

func (o *InstantiateTemplateBadRequest) IsClientError() bool

IsClientError returns true when this instantiate template bad request response has a 4xx status code

func (*InstantiateTemplateBadRequest) IsCode added in v1.19.1

func (o *InstantiateTemplateBadRequest) IsCode(code int) bool

IsCode returns true when this instantiate template bad request response a status code equal to that given

func (*InstantiateTemplateBadRequest) IsRedirect added in v1.19.1

func (o *InstantiateTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this instantiate template bad request response has a 3xx status code

func (*InstantiateTemplateBadRequest) IsServerError added in v1.19.1

func (o *InstantiateTemplateBadRequest) IsServerError() bool

IsServerError returns true when this instantiate template bad request response has a 5xx status code

func (*InstantiateTemplateBadRequest) IsSuccess added in v1.19.1

func (o *InstantiateTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this instantiate template bad request response has a 2xx status code

func (*InstantiateTemplateBadRequest) String added in v1.19.1

type InstantiateTemplateConflict

type InstantiateTemplateConflict struct {
}

InstantiateTemplateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewInstantiateTemplateConflict

func NewInstantiateTemplateConflict() *InstantiateTemplateConflict

NewInstantiateTemplateConflict creates a InstantiateTemplateConflict with default headers values

func (*InstantiateTemplateConflict) Error

func (*InstantiateTemplateConflict) IsClientError added in v1.19.1

func (o *InstantiateTemplateConflict) IsClientError() bool

IsClientError returns true when this instantiate template conflict response has a 4xx status code

func (*InstantiateTemplateConflict) IsCode added in v1.19.1

func (o *InstantiateTemplateConflict) IsCode(code int) bool

IsCode returns true when this instantiate template conflict response a status code equal to that given

func (*InstantiateTemplateConflict) IsRedirect added in v1.19.1

func (o *InstantiateTemplateConflict) IsRedirect() bool

IsRedirect returns true when this instantiate template conflict response has a 3xx status code

func (*InstantiateTemplateConflict) IsServerError added in v1.19.1

func (o *InstantiateTemplateConflict) IsServerError() bool

IsServerError returns true when this instantiate template conflict response has a 5xx status code

func (*InstantiateTemplateConflict) IsSuccess added in v1.19.1

func (o *InstantiateTemplateConflict) IsSuccess() bool

IsSuccess returns true when this instantiate template conflict response has a 2xx status code

func (*InstantiateTemplateConflict) String added in v1.19.1

func (o *InstantiateTemplateConflict) String() string

type InstantiateTemplateCreated added in v1.19.1

type InstantiateTemplateCreated struct {
	Payload *models.FlowEntity
}

InstantiateTemplateCreated describes a response with status code 201, with default header values.

successful operation

func NewInstantiateTemplateCreated added in v1.19.1

func NewInstantiateTemplateCreated() *InstantiateTemplateCreated

NewInstantiateTemplateCreated creates a InstantiateTemplateCreated with default headers values

func (*InstantiateTemplateCreated) Error added in v1.19.1

func (*InstantiateTemplateCreated) GetPayload added in v1.19.1

func (o *InstantiateTemplateCreated) GetPayload() *models.FlowEntity

func (*InstantiateTemplateCreated) IsClientError added in v1.19.1

func (o *InstantiateTemplateCreated) IsClientError() bool

IsClientError returns true when this instantiate template created response has a 4xx status code

func (*InstantiateTemplateCreated) IsCode added in v1.19.1

func (o *InstantiateTemplateCreated) IsCode(code int) bool

IsCode returns true when this instantiate template created response a status code equal to that given

func (*InstantiateTemplateCreated) IsRedirect added in v1.19.1

func (o *InstantiateTemplateCreated) IsRedirect() bool

IsRedirect returns true when this instantiate template created response has a 3xx status code

func (*InstantiateTemplateCreated) IsServerError added in v1.19.1

func (o *InstantiateTemplateCreated) IsServerError() bool

IsServerError returns true when this instantiate template created response has a 5xx status code

func (*InstantiateTemplateCreated) IsSuccess added in v1.19.1

func (o *InstantiateTemplateCreated) IsSuccess() bool

IsSuccess returns true when this instantiate template created response has a 2xx status code

func (*InstantiateTemplateCreated) String added in v1.19.1

func (o *InstantiateTemplateCreated) String() string

type InstantiateTemplateForbidden

type InstantiateTemplateForbidden struct {
}

InstantiateTemplateForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewInstantiateTemplateForbidden

func NewInstantiateTemplateForbidden() *InstantiateTemplateForbidden

NewInstantiateTemplateForbidden creates a InstantiateTemplateForbidden with default headers values

func (*InstantiateTemplateForbidden) Error

func (*InstantiateTemplateForbidden) IsClientError added in v1.19.1

func (o *InstantiateTemplateForbidden) IsClientError() bool

IsClientError returns true when this instantiate template forbidden response has a 4xx status code

func (*InstantiateTemplateForbidden) IsCode added in v1.19.1

func (o *InstantiateTemplateForbidden) IsCode(code int) bool

IsCode returns true when this instantiate template forbidden response a status code equal to that given

func (*InstantiateTemplateForbidden) IsRedirect added in v1.19.1

func (o *InstantiateTemplateForbidden) IsRedirect() bool

IsRedirect returns true when this instantiate template forbidden response has a 3xx status code

func (*InstantiateTemplateForbidden) IsServerError added in v1.19.1

func (o *InstantiateTemplateForbidden) IsServerError() bool

IsServerError returns true when this instantiate template forbidden response has a 5xx status code

func (*InstantiateTemplateForbidden) IsSuccess added in v1.19.1

func (o *InstantiateTemplateForbidden) IsSuccess() bool

IsSuccess returns true when this instantiate template forbidden response has a 2xx status code

func (*InstantiateTemplateForbidden) String added in v1.19.1

type InstantiateTemplateNotFound

type InstantiateTemplateNotFound struct {
}

InstantiateTemplateNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewInstantiateTemplateNotFound

func NewInstantiateTemplateNotFound() *InstantiateTemplateNotFound

NewInstantiateTemplateNotFound creates a InstantiateTemplateNotFound with default headers values

func (*InstantiateTemplateNotFound) Error

func (*InstantiateTemplateNotFound) IsClientError added in v1.19.1

func (o *InstantiateTemplateNotFound) IsClientError() bool

IsClientError returns true when this instantiate template not found response has a 4xx status code

func (*InstantiateTemplateNotFound) IsCode added in v1.19.1

func (o *InstantiateTemplateNotFound) IsCode(code int) bool

IsCode returns true when this instantiate template not found response a status code equal to that given

func (*InstantiateTemplateNotFound) IsRedirect added in v1.19.1

func (o *InstantiateTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this instantiate template not found response has a 3xx status code

func (*InstantiateTemplateNotFound) IsServerError added in v1.19.1

func (o *InstantiateTemplateNotFound) IsServerError() bool

IsServerError returns true when this instantiate template not found response has a 5xx status code

func (*InstantiateTemplateNotFound) IsSuccess added in v1.19.1

func (o *InstantiateTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this instantiate template not found response has a 2xx status code

func (*InstantiateTemplateNotFound) String added in v1.19.1

func (o *InstantiateTemplateNotFound) String() string

type InstantiateTemplateParams

type InstantiateTemplateParams struct {

	/* Body.

	   The instantiate template request.
	*/
	Body *models.InstantiateTemplateRequestEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

InstantiateTemplateParams contains all the parameters to send to the API endpoint

for the instantiate template operation.

Typically these are written to a http.Request.

func NewInstantiateTemplateParams

func NewInstantiateTemplateParams() *InstantiateTemplateParams

NewInstantiateTemplateParams creates a new InstantiateTemplateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInstantiateTemplateParamsWithContext

func NewInstantiateTemplateParamsWithContext(ctx context.Context) *InstantiateTemplateParams

NewInstantiateTemplateParamsWithContext creates a new InstantiateTemplateParams object with the ability to set a context for a request.

func NewInstantiateTemplateParamsWithHTTPClient

func NewInstantiateTemplateParamsWithHTTPClient(client *http.Client) *InstantiateTemplateParams

NewInstantiateTemplateParamsWithHTTPClient creates a new InstantiateTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewInstantiateTemplateParamsWithTimeout

func NewInstantiateTemplateParamsWithTimeout(timeout time.Duration) *InstantiateTemplateParams

NewInstantiateTemplateParamsWithTimeout creates a new InstantiateTemplateParams object with the ability to set a timeout on a request.

func (*InstantiateTemplateParams) SetBody

SetBody adds the body to the instantiate template params

func (*InstantiateTemplateParams) SetContext

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

SetContext adds the context to the instantiate template params

func (*InstantiateTemplateParams) SetDefaults

func (o *InstantiateTemplateParams) SetDefaults()

SetDefaults hydrates default values in the instantiate template params (not the query body).

All values with no default are reset to their zero value.

func (*InstantiateTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the instantiate template params

func (*InstantiateTemplateParams) SetID

func (o *InstantiateTemplateParams) SetID(id string)

SetID adds the id to the instantiate template params

func (*InstantiateTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the instantiate template params

func (*InstantiateTemplateParams) WithBody

WithBody adds the body to the instantiate template params

func (*InstantiateTemplateParams) WithContext

WithContext adds the context to the instantiate template params

func (*InstantiateTemplateParams) WithDefaults

WithDefaults hydrates default values in the instantiate template params (not the query body).

All values with no default are reset to their zero value.

func (*InstantiateTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the instantiate template params

func (*InstantiateTemplateParams) WithID

WithID adds the id to the instantiate template params

func (*InstantiateTemplateParams) WithTimeout

WithTimeout adds the timeout to the instantiate template params

func (*InstantiateTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InstantiateTemplateReader

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

InstantiateTemplateReader is a Reader for the InstantiateTemplate structure.

func (*InstantiateTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InstantiateTemplateUnauthorized

type InstantiateTemplateUnauthorized struct {
}

InstantiateTemplateUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewInstantiateTemplateUnauthorized

func NewInstantiateTemplateUnauthorized() *InstantiateTemplateUnauthorized

NewInstantiateTemplateUnauthorized creates a InstantiateTemplateUnauthorized with default headers values

func (*InstantiateTemplateUnauthorized) Error

func (*InstantiateTemplateUnauthorized) IsClientError added in v1.19.1

func (o *InstantiateTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this instantiate template unauthorized response has a 4xx status code

func (*InstantiateTemplateUnauthorized) IsCode added in v1.19.1

func (o *InstantiateTemplateUnauthorized) IsCode(code int) bool

IsCode returns true when this instantiate template unauthorized response a status code equal to that given

func (*InstantiateTemplateUnauthorized) IsRedirect added in v1.19.1

func (o *InstantiateTemplateUnauthorized) IsRedirect() bool

IsRedirect returns true when this instantiate template unauthorized response has a 3xx status code

func (*InstantiateTemplateUnauthorized) IsServerError added in v1.19.1

func (o *InstantiateTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this instantiate template unauthorized response has a 5xx status code

func (*InstantiateTemplateUnauthorized) IsSuccess added in v1.19.1

func (o *InstantiateTemplateUnauthorized) IsSuccess() bool

IsSuccess returns true when this instantiate template unauthorized response has a 2xx status code

func (*InstantiateTemplateUnauthorized) String added in v1.19.1

type RemoveDropRequestBadRequest

type RemoveDropRequestBadRequest struct {
}

RemoveDropRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewRemoveDropRequestBadRequest

func NewRemoveDropRequestBadRequest() *RemoveDropRequestBadRequest

NewRemoveDropRequestBadRequest creates a RemoveDropRequestBadRequest with default headers values

func (*RemoveDropRequestBadRequest) Error

func (*RemoveDropRequestBadRequest) IsClientError added in v1.19.1

func (o *RemoveDropRequestBadRequest) IsClientError() bool

IsClientError returns true when this remove drop request bad request response has a 4xx status code

func (*RemoveDropRequestBadRequest) IsCode added in v1.19.1

func (o *RemoveDropRequestBadRequest) IsCode(code int) bool

IsCode returns true when this remove drop request bad request response a status code equal to that given

func (*RemoveDropRequestBadRequest) IsRedirect added in v1.19.1

func (o *RemoveDropRequestBadRequest) IsRedirect() bool

IsRedirect returns true when this remove drop request bad request response has a 3xx status code

func (*RemoveDropRequestBadRequest) IsServerError added in v1.19.1

func (o *RemoveDropRequestBadRequest) IsServerError() bool

IsServerError returns true when this remove drop request bad request response has a 5xx status code

func (*RemoveDropRequestBadRequest) IsSuccess added in v1.19.1

func (o *RemoveDropRequestBadRequest) IsSuccess() bool

IsSuccess returns true when this remove drop request bad request response has a 2xx status code

func (*RemoveDropRequestBadRequest) String added in v1.19.1

func (o *RemoveDropRequestBadRequest) String() string

type RemoveDropRequestConflict

type RemoveDropRequestConflict struct {
}

RemoveDropRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewRemoveDropRequestConflict

func NewRemoveDropRequestConflict() *RemoveDropRequestConflict

NewRemoveDropRequestConflict creates a RemoveDropRequestConflict with default headers values

func (*RemoveDropRequestConflict) Error

func (o *RemoveDropRequestConflict) Error() string

func (*RemoveDropRequestConflict) IsClientError added in v1.19.1

func (o *RemoveDropRequestConflict) IsClientError() bool

IsClientError returns true when this remove drop request conflict response has a 4xx status code

func (*RemoveDropRequestConflict) IsCode added in v1.19.1

func (o *RemoveDropRequestConflict) IsCode(code int) bool

IsCode returns true when this remove drop request conflict response a status code equal to that given

func (*RemoveDropRequestConflict) IsRedirect added in v1.19.1

func (o *RemoveDropRequestConflict) IsRedirect() bool

IsRedirect returns true when this remove drop request conflict response has a 3xx status code

func (*RemoveDropRequestConflict) IsServerError added in v1.19.1

func (o *RemoveDropRequestConflict) IsServerError() bool

IsServerError returns true when this remove drop request conflict response has a 5xx status code

func (*RemoveDropRequestConflict) IsSuccess added in v1.19.1

func (o *RemoveDropRequestConflict) IsSuccess() bool

IsSuccess returns true when this remove drop request conflict response has a 2xx status code

func (*RemoveDropRequestConflict) String added in v1.19.1

func (o *RemoveDropRequestConflict) String() string

type RemoveDropRequestForbidden

type RemoveDropRequestForbidden struct {
}

RemoveDropRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewRemoveDropRequestForbidden

func NewRemoveDropRequestForbidden() *RemoveDropRequestForbidden

NewRemoveDropRequestForbidden creates a RemoveDropRequestForbidden with default headers values

func (*RemoveDropRequestForbidden) Error

func (*RemoveDropRequestForbidden) IsClientError added in v1.19.1

func (o *RemoveDropRequestForbidden) IsClientError() bool

IsClientError returns true when this remove drop request forbidden response has a 4xx status code

func (*RemoveDropRequestForbidden) IsCode added in v1.19.1

func (o *RemoveDropRequestForbidden) IsCode(code int) bool

IsCode returns true when this remove drop request forbidden response a status code equal to that given

func (*RemoveDropRequestForbidden) IsRedirect added in v1.19.1

func (o *RemoveDropRequestForbidden) IsRedirect() bool

IsRedirect returns true when this remove drop request forbidden response has a 3xx status code

func (*RemoveDropRequestForbidden) IsServerError added in v1.19.1

func (o *RemoveDropRequestForbidden) IsServerError() bool

IsServerError returns true when this remove drop request forbidden response has a 5xx status code

func (*RemoveDropRequestForbidden) IsSuccess added in v1.19.1

func (o *RemoveDropRequestForbidden) IsSuccess() bool

IsSuccess returns true when this remove drop request forbidden response has a 2xx status code

func (*RemoveDropRequestForbidden) String added in v1.19.1

func (o *RemoveDropRequestForbidden) String() string

type RemoveDropRequestNotFound

type RemoveDropRequestNotFound struct {
}

RemoveDropRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewRemoveDropRequestNotFound

func NewRemoveDropRequestNotFound() *RemoveDropRequestNotFound

NewRemoveDropRequestNotFound creates a RemoveDropRequestNotFound with default headers values

func (*RemoveDropRequestNotFound) Error

func (o *RemoveDropRequestNotFound) Error() string

func (*RemoveDropRequestNotFound) IsClientError added in v1.19.1

func (o *RemoveDropRequestNotFound) IsClientError() bool

IsClientError returns true when this remove drop request not found response has a 4xx status code

func (*RemoveDropRequestNotFound) IsCode added in v1.19.1

func (o *RemoveDropRequestNotFound) IsCode(code int) bool

IsCode returns true when this remove drop request not found response a status code equal to that given

func (*RemoveDropRequestNotFound) IsRedirect added in v1.19.1

func (o *RemoveDropRequestNotFound) IsRedirect() bool

IsRedirect returns true when this remove drop request not found response has a 3xx status code

func (*RemoveDropRequestNotFound) IsServerError added in v1.19.1

func (o *RemoveDropRequestNotFound) IsServerError() bool

IsServerError returns true when this remove drop request not found response has a 5xx status code

func (*RemoveDropRequestNotFound) IsSuccess added in v1.19.1

func (o *RemoveDropRequestNotFound) IsSuccess() bool

IsSuccess returns true when this remove drop request not found response has a 2xx status code

func (*RemoveDropRequestNotFound) String added in v1.19.1

func (o *RemoveDropRequestNotFound) String() string

type RemoveDropRequestOK

type RemoveDropRequestOK struct {
	Payload *models.DropRequestEntity
}

RemoveDropRequestOK describes a response with status code 200, with default header values.

successful operation

func NewRemoveDropRequestOK

func NewRemoveDropRequestOK() *RemoveDropRequestOK

NewRemoveDropRequestOK creates a RemoveDropRequestOK with default headers values

func (*RemoveDropRequestOK) Error

func (o *RemoveDropRequestOK) Error() string

func (*RemoveDropRequestOK) GetPayload

func (o *RemoveDropRequestOK) GetPayload() *models.DropRequestEntity

func (*RemoveDropRequestOK) IsClientError added in v1.19.1

func (o *RemoveDropRequestOK) IsClientError() bool

IsClientError returns true when this remove drop request o k response has a 4xx status code

func (*RemoveDropRequestOK) IsCode added in v1.19.1

func (o *RemoveDropRequestOK) IsCode(code int) bool

IsCode returns true when this remove drop request o k response a status code equal to that given

func (*RemoveDropRequestOK) IsRedirect added in v1.19.1

func (o *RemoveDropRequestOK) IsRedirect() bool

IsRedirect returns true when this remove drop request o k response has a 3xx status code

func (*RemoveDropRequestOK) IsServerError added in v1.19.1

func (o *RemoveDropRequestOK) IsServerError() bool

IsServerError returns true when this remove drop request o k response has a 5xx status code

func (*RemoveDropRequestOK) IsSuccess added in v1.19.1

func (o *RemoveDropRequestOK) IsSuccess() bool

IsSuccess returns true when this remove drop request o k response has a 2xx status code

func (*RemoveDropRequestOK) String added in v1.19.1

func (o *RemoveDropRequestOK) String() string

type RemoveDropRequestParams

type RemoveDropRequestParams struct {

	/* DropRequestID.

	   The drop request id.
	*/
	DropRequestID string

	/* ID.

	   The process group id.
	*/
	ID string

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

RemoveDropRequestParams contains all the parameters to send to the API endpoint

for the remove drop request operation.

Typically these are written to a http.Request.

func NewRemoveDropRequestParams

func NewRemoveDropRequestParams() *RemoveDropRequestParams

NewRemoveDropRequestParams creates a new RemoveDropRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveDropRequestParamsWithContext

func NewRemoveDropRequestParamsWithContext(ctx context.Context) *RemoveDropRequestParams

NewRemoveDropRequestParamsWithContext creates a new RemoveDropRequestParams object with the ability to set a context for a request.

func NewRemoveDropRequestParamsWithHTTPClient

func NewRemoveDropRequestParamsWithHTTPClient(client *http.Client) *RemoveDropRequestParams

NewRemoveDropRequestParamsWithHTTPClient creates a new RemoveDropRequestParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveDropRequestParamsWithTimeout

func NewRemoveDropRequestParamsWithTimeout(timeout time.Duration) *RemoveDropRequestParams

NewRemoveDropRequestParamsWithTimeout creates a new RemoveDropRequestParams object with the ability to set a timeout on a request.

func (*RemoveDropRequestParams) SetContext

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

SetContext adds the context to the remove drop request params

func (*RemoveDropRequestParams) SetDefaults

func (o *RemoveDropRequestParams) SetDefaults()

SetDefaults hydrates default values in the remove drop request params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveDropRequestParams) SetDropRequestID

func (o *RemoveDropRequestParams) SetDropRequestID(dropRequestID string)

SetDropRequestID adds the dropRequestId to the remove drop request params

func (*RemoveDropRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove drop request params

func (*RemoveDropRequestParams) SetID

func (o *RemoveDropRequestParams) SetID(id string)

SetID adds the id to the remove drop request params

func (*RemoveDropRequestParams) SetTimeout

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

SetTimeout adds the timeout to the remove drop request params

func (*RemoveDropRequestParams) WithContext

WithContext adds the context to the remove drop request params

func (*RemoveDropRequestParams) WithDefaults

WithDefaults hydrates default values in the remove drop request params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveDropRequestParams) WithDropRequestID

func (o *RemoveDropRequestParams) WithDropRequestID(dropRequestID string) *RemoveDropRequestParams

WithDropRequestID adds the dropRequestID to the remove drop request params

func (*RemoveDropRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove drop request params

func (*RemoveDropRequestParams) WithID

WithID adds the id to the remove drop request params

func (*RemoveDropRequestParams) WithTimeout

WithTimeout adds the timeout to the remove drop request params

func (*RemoveDropRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveDropRequestReader

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

RemoveDropRequestReader is a Reader for the RemoveDropRequest structure.

func (*RemoveDropRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveDropRequestUnauthorized

type RemoveDropRequestUnauthorized struct {
}

RemoveDropRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewRemoveDropRequestUnauthorized

func NewRemoveDropRequestUnauthorized() *RemoveDropRequestUnauthorized

NewRemoveDropRequestUnauthorized creates a RemoveDropRequestUnauthorized with default headers values

func (*RemoveDropRequestUnauthorized) Error

func (*RemoveDropRequestUnauthorized) IsClientError added in v1.19.1

func (o *RemoveDropRequestUnauthorized) IsClientError() bool

IsClientError returns true when this remove drop request unauthorized response has a 4xx status code

func (*RemoveDropRequestUnauthorized) IsCode added in v1.19.1

func (o *RemoveDropRequestUnauthorized) IsCode(code int) bool

IsCode returns true when this remove drop request unauthorized response a status code equal to that given

func (*RemoveDropRequestUnauthorized) IsRedirect added in v1.19.1

func (o *RemoveDropRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this remove drop request unauthorized response has a 3xx status code

func (*RemoveDropRequestUnauthorized) IsServerError added in v1.19.1

func (o *RemoveDropRequestUnauthorized) IsServerError() bool

IsServerError returns true when this remove drop request unauthorized response has a 5xx status code

func (*RemoveDropRequestUnauthorized) IsSuccess added in v1.19.1

func (o *RemoveDropRequestUnauthorized) IsSuccess() bool

IsSuccess returns true when this remove drop request unauthorized response has a 2xx status code

func (*RemoveDropRequestUnauthorized) String added in v1.19.1

type RemoveProcessGroupBadRequest

type RemoveProcessGroupBadRequest struct {
}

RemoveProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewRemoveProcessGroupBadRequest

func NewRemoveProcessGroupBadRequest() *RemoveProcessGroupBadRequest

NewRemoveProcessGroupBadRequest creates a RemoveProcessGroupBadRequest with default headers values

func (*RemoveProcessGroupBadRequest) Error

func (*RemoveProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *RemoveProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this remove process group bad request response has a 4xx status code

func (*RemoveProcessGroupBadRequest) IsCode added in v1.19.1

func (o *RemoveProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this remove process group bad request response a status code equal to that given

func (*RemoveProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this remove process group bad request response has a 3xx status code

func (*RemoveProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *RemoveProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this remove process group bad request response has a 5xx status code

func (*RemoveProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this remove process group bad request response has a 2xx status code

func (*RemoveProcessGroupBadRequest) String added in v1.19.1

type RemoveProcessGroupConflict

type RemoveProcessGroupConflict struct {
}

RemoveProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewRemoveProcessGroupConflict

func NewRemoveProcessGroupConflict() *RemoveProcessGroupConflict

NewRemoveProcessGroupConflict creates a RemoveProcessGroupConflict with default headers values

func (*RemoveProcessGroupConflict) Error

func (*RemoveProcessGroupConflict) IsClientError added in v1.19.1

func (o *RemoveProcessGroupConflict) IsClientError() bool

IsClientError returns true when this remove process group conflict response has a 4xx status code

func (*RemoveProcessGroupConflict) IsCode added in v1.19.1

func (o *RemoveProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this remove process group conflict response a status code equal to that given

func (*RemoveProcessGroupConflict) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this remove process group conflict response has a 3xx status code

func (*RemoveProcessGroupConflict) IsServerError added in v1.19.1

func (o *RemoveProcessGroupConflict) IsServerError() bool

IsServerError returns true when this remove process group conflict response has a 5xx status code

func (*RemoveProcessGroupConflict) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this remove process group conflict response has a 2xx status code

func (*RemoveProcessGroupConflict) String added in v1.19.1

func (o *RemoveProcessGroupConflict) String() string

type RemoveProcessGroupForbidden

type RemoveProcessGroupForbidden struct {
}

RemoveProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewRemoveProcessGroupForbidden

func NewRemoveProcessGroupForbidden() *RemoveProcessGroupForbidden

NewRemoveProcessGroupForbidden creates a RemoveProcessGroupForbidden with default headers values

func (*RemoveProcessGroupForbidden) Error

func (*RemoveProcessGroupForbidden) IsClientError added in v1.19.1

func (o *RemoveProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this remove process group forbidden response has a 4xx status code

func (*RemoveProcessGroupForbidden) IsCode added in v1.19.1

func (o *RemoveProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this remove process group forbidden response a status code equal to that given

func (*RemoveProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this remove process group forbidden response has a 3xx status code

func (*RemoveProcessGroupForbidden) IsServerError added in v1.19.1

func (o *RemoveProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this remove process group forbidden response has a 5xx status code

func (*RemoveProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this remove process group forbidden response has a 2xx status code

func (*RemoveProcessGroupForbidden) String added in v1.19.1

func (o *RemoveProcessGroupForbidden) String() string

type RemoveProcessGroupNotFound

type RemoveProcessGroupNotFound struct {
}

RemoveProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewRemoveProcessGroupNotFound

func NewRemoveProcessGroupNotFound() *RemoveProcessGroupNotFound

NewRemoveProcessGroupNotFound creates a RemoveProcessGroupNotFound with default headers values

func (*RemoveProcessGroupNotFound) Error

func (*RemoveProcessGroupNotFound) IsClientError added in v1.19.1

func (o *RemoveProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this remove process group not found response has a 4xx status code

func (*RemoveProcessGroupNotFound) IsCode added in v1.19.1

func (o *RemoveProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this remove process group not found response a status code equal to that given

func (*RemoveProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this remove process group not found response has a 3xx status code

func (*RemoveProcessGroupNotFound) IsServerError added in v1.19.1

func (o *RemoveProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this remove process group not found response has a 5xx status code

func (*RemoveProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this remove process group not found response has a 2xx status code

func (*RemoveProcessGroupNotFound) String added in v1.19.1

func (o *RemoveProcessGroupNotFound) String() string

type RemoveProcessGroupOK

type RemoveProcessGroupOK struct {
	Payload *models.ProcessGroupEntity
}

RemoveProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewRemoveProcessGroupOK

func NewRemoveProcessGroupOK() *RemoveProcessGroupOK

NewRemoveProcessGroupOK creates a RemoveProcessGroupOK with default headers values

func (*RemoveProcessGroupOK) Error

func (o *RemoveProcessGroupOK) Error() string

func (*RemoveProcessGroupOK) GetPayload

func (*RemoveProcessGroupOK) IsClientError added in v1.19.1

func (o *RemoveProcessGroupOK) IsClientError() bool

IsClientError returns true when this remove process group o k response has a 4xx status code

func (*RemoveProcessGroupOK) IsCode added in v1.19.1

func (o *RemoveProcessGroupOK) IsCode(code int) bool

IsCode returns true when this remove process group o k response a status code equal to that given

func (*RemoveProcessGroupOK) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this remove process group o k response has a 3xx status code

func (*RemoveProcessGroupOK) IsServerError added in v1.19.1

func (o *RemoveProcessGroupOK) IsServerError() bool

IsServerError returns true when this remove process group o k response has a 5xx status code

func (*RemoveProcessGroupOK) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this remove process group o k response has a 2xx status code

func (*RemoveProcessGroupOK) String added in v1.19.1

func (o *RemoveProcessGroupOK) String() string

type RemoveProcessGroupParams

type RemoveProcessGroupParams struct {

	/* ClientID.

	   If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.
	*/
	ClientID *string

	/* DisconnectedNodeAcknowledged.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	DisconnectedNodeAcknowledged *bool

	/* ID.

	   The process group id.
	*/
	ID string

	/* Version.

	   The revision is used to verify the client is working with the latest version of the flow.
	*/
	Version *string

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

RemoveProcessGroupParams contains all the parameters to send to the API endpoint

for the remove process group operation.

Typically these are written to a http.Request.

func NewRemoveProcessGroupParams

func NewRemoveProcessGroupParams() *RemoveProcessGroupParams

NewRemoveProcessGroupParams creates a new RemoveProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveProcessGroupParamsWithContext

func NewRemoveProcessGroupParamsWithContext(ctx context.Context) *RemoveProcessGroupParams

NewRemoveProcessGroupParamsWithContext creates a new RemoveProcessGroupParams object with the ability to set a context for a request.

func NewRemoveProcessGroupParamsWithHTTPClient

func NewRemoveProcessGroupParamsWithHTTPClient(client *http.Client) *RemoveProcessGroupParams

NewRemoveProcessGroupParamsWithHTTPClient creates a new RemoveProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveProcessGroupParamsWithTimeout

func NewRemoveProcessGroupParamsWithTimeout(timeout time.Duration) *RemoveProcessGroupParams

NewRemoveProcessGroupParamsWithTimeout creates a new RemoveProcessGroupParams object with the ability to set a timeout on a request.

func (*RemoveProcessGroupParams) SetClientID

func (o *RemoveProcessGroupParams) SetClientID(clientID *string)

SetClientID adds the clientId to the remove process group params

func (*RemoveProcessGroupParams) SetContext

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

SetContext adds the context to the remove process group params

func (*RemoveProcessGroupParams) SetDefaults

func (o *RemoveProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the remove process group params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveProcessGroupParams) SetDisconnectedNodeAcknowledged

func (o *RemoveProcessGroupParams) SetDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool)

SetDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the remove process group params

func (*RemoveProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove process group params

func (*RemoveProcessGroupParams) SetID

func (o *RemoveProcessGroupParams) SetID(id string)

SetID adds the id to the remove process group params

func (*RemoveProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the remove process group params

func (*RemoveProcessGroupParams) SetVersion

func (o *RemoveProcessGroupParams) SetVersion(version *string)

SetVersion adds the version to the remove process group params

func (*RemoveProcessGroupParams) WithClientID

func (o *RemoveProcessGroupParams) WithClientID(clientID *string) *RemoveProcessGroupParams

WithClientID adds the clientID to the remove process group params

func (*RemoveProcessGroupParams) WithContext

WithContext adds the context to the remove process group params

func (*RemoveProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the remove process group params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveProcessGroupParams) WithDisconnectedNodeAcknowledged

func (o *RemoveProcessGroupParams) WithDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool) *RemoveProcessGroupParams

WithDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the remove process group params

func (*RemoveProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove process group params

func (*RemoveProcessGroupParams) WithID

WithID adds the id to the remove process group params

func (*RemoveProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the remove process group params

func (*RemoveProcessGroupParams) WithVersion

func (o *RemoveProcessGroupParams) WithVersion(version *string) *RemoveProcessGroupParams

WithVersion adds the version to the remove process group params

func (*RemoveProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveProcessGroupReader

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

RemoveProcessGroupReader is a Reader for the RemoveProcessGroup structure.

func (*RemoveProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveProcessGroupUnauthorized

type RemoveProcessGroupUnauthorized struct {
}

RemoveProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewRemoveProcessGroupUnauthorized

func NewRemoveProcessGroupUnauthorized() *RemoveProcessGroupUnauthorized

NewRemoveProcessGroupUnauthorized creates a RemoveProcessGroupUnauthorized with default headers values

func (*RemoveProcessGroupUnauthorized) Error

func (*RemoveProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *RemoveProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this remove process group unauthorized response has a 4xx status code

func (*RemoveProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *RemoveProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this remove process group unauthorized response a status code equal to that given

func (*RemoveProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *RemoveProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this remove process group unauthorized response has a 3xx status code

func (*RemoveProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *RemoveProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this remove process group unauthorized response has a 5xx status code

func (*RemoveProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *RemoveProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this remove process group unauthorized response has a 2xx status code

func (*RemoveProcessGroupUnauthorized) String added in v1.19.1

type ReplaceProcessGroupBadRequest

type ReplaceProcessGroupBadRequest struct {
}

ReplaceProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewReplaceProcessGroupBadRequest

func NewReplaceProcessGroupBadRequest() *ReplaceProcessGroupBadRequest

NewReplaceProcessGroupBadRequest creates a ReplaceProcessGroupBadRequest with default headers values

func (*ReplaceProcessGroupBadRequest) Error

func (*ReplaceProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this replace process group bad request response has a 4xx status code

func (*ReplaceProcessGroupBadRequest) IsCode added in v1.19.1

func (o *ReplaceProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this replace process group bad request response a status code equal to that given

func (*ReplaceProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this replace process group bad request response has a 3xx status code

func (*ReplaceProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this replace process group bad request response has a 5xx status code

func (*ReplaceProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this replace process group bad request response has a 2xx status code

func (*ReplaceProcessGroupBadRequest) String added in v1.19.1

type ReplaceProcessGroupConflict

type ReplaceProcessGroupConflict struct {
}

ReplaceProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewReplaceProcessGroupConflict

func NewReplaceProcessGroupConflict() *ReplaceProcessGroupConflict

NewReplaceProcessGroupConflict creates a ReplaceProcessGroupConflict with default headers values

func (*ReplaceProcessGroupConflict) Error

func (*ReplaceProcessGroupConflict) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupConflict) IsClientError() bool

IsClientError returns true when this replace process group conflict response has a 4xx status code

func (*ReplaceProcessGroupConflict) IsCode added in v1.19.1

func (o *ReplaceProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this replace process group conflict response a status code equal to that given

func (*ReplaceProcessGroupConflict) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this replace process group conflict response has a 3xx status code

func (*ReplaceProcessGroupConflict) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupConflict) IsServerError() bool

IsServerError returns true when this replace process group conflict response has a 5xx status code

func (*ReplaceProcessGroupConflict) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this replace process group conflict response has a 2xx status code

func (*ReplaceProcessGroupConflict) String added in v1.19.1

func (o *ReplaceProcessGroupConflict) String() string

type ReplaceProcessGroupForbidden

type ReplaceProcessGroupForbidden struct {
}

ReplaceProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewReplaceProcessGroupForbidden

func NewReplaceProcessGroupForbidden() *ReplaceProcessGroupForbidden

NewReplaceProcessGroupForbidden creates a ReplaceProcessGroupForbidden with default headers values

func (*ReplaceProcessGroupForbidden) Error

func (*ReplaceProcessGroupForbidden) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this replace process group forbidden response has a 4xx status code

func (*ReplaceProcessGroupForbidden) IsCode added in v1.19.1

func (o *ReplaceProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this replace process group forbidden response a status code equal to that given

func (*ReplaceProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this replace process group forbidden response has a 3xx status code

func (*ReplaceProcessGroupForbidden) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this replace process group forbidden response has a 5xx status code

func (*ReplaceProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this replace process group forbidden response has a 2xx status code

func (*ReplaceProcessGroupForbidden) String added in v1.19.1

type ReplaceProcessGroupNotFound

type ReplaceProcessGroupNotFound struct {
}

ReplaceProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewReplaceProcessGroupNotFound

func NewReplaceProcessGroupNotFound() *ReplaceProcessGroupNotFound

NewReplaceProcessGroupNotFound creates a ReplaceProcessGroupNotFound with default headers values

func (*ReplaceProcessGroupNotFound) Error

func (*ReplaceProcessGroupNotFound) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this replace process group not found response has a 4xx status code

func (*ReplaceProcessGroupNotFound) IsCode added in v1.19.1

func (o *ReplaceProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this replace process group not found response a status code equal to that given

func (*ReplaceProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this replace process group not found response has a 3xx status code

func (*ReplaceProcessGroupNotFound) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this replace process group not found response has a 5xx status code

func (*ReplaceProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this replace process group not found response has a 2xx status code

func (*ReplaceProcessGroupNotFound) String added in v1.19.1

func (o *ReplaceProcessGroupNotFound) String() string

type ReplaceProcessGroupOK

type ReplaceProcessGroupOK struct {
	Payload *models.ProcessGroupImportEntity
}

ReplaceProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewReplaceProcessGroupOK

func NewReplaceProcessGroupOK() *ReplaceProcessGroupOK

NewReplaceProcessGroupOK creates a ReplaceProcessGroupOK with default headers values

func (*ReplaceProcessGroupOK) Error

func (o *ReplaceProcessGroupOK) Error() string

func (*ReplaceProcessGroupOK) GetPayload

func (*ReplaceProcessGroupOK) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupOK) IsClientError() bool

IsClientError returns true when this replace process group o k response has a 4xx status code

func (*ReplaceProcessGroupOK) IsCode added in v1.19.1

func (o *ReplaceProcessGroupOK) IsCode(code int) bool

IsCode returns true when this replace process group o k response a status code equal to that given

func (*ReplaceProcessGroupOK) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this replace process group o k response has a 3xx status code

func (*ReplaceProcessGroupOK) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupOK) IsServerError() bool

IsServerError returns true when this replace process group o k response has a 5xx status code

func (*ReplaceProcessGroupOK) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this replace process group o k response has a 2xx status code

func (*ReplaceProcessGroupOK) String added in v1.19.1

func (o *ReplaceProcessGroupOK) String() string

type ReplaceProcessGroupParams

type ReplaceProcessGroupParams struct {

	/* Body.

	   The process group replace request entity.
	*/
	Body *models.ProcessGroupImportEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

ReplaceProcessGroupParams contains all the parameters to send to the API endpoint

for the replace process group operation.

Typically these are written to a http.Request.

func NewReplaceProcessGroupParams

func NewReplaceProcessGroupParams() *ReplaceProcessGroupParams

NewReplaceProcessGroupParams creates a new ReplaceProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReplaceProcessGroupParamsWithContext

func NewReplaceProcessGroupParamsWithContext(ctx context.Context) *ReplaceProcessGroupParams

NewReplaceProcessGroupParamsWithContext creates a new ReplaceProcessGroupParams object with the ability to set a context for a request.

func NewReplaceProcessGroupParamsWithHTTPClient

func NewReplaceProcessGroupParamsWithHTTPClient(client *http.Client) *ReplaceProcessGroupParams

NewReplaceProcessGroupParamsWithHTTPClient creates a new ReplaceProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewReplaceProcessGroupParamsWithTimeout

func NewReplaceProcessGroupParamsWithTimeout(timeout time.Duration) *ReplaceProcessGroupParams

NewReplaceProcessGroupParamsWithTimeout creates a new ReplaceProcessGroupParams object with the ability to set a timeout on a request.

func (*ReplaceProcessGroupParams) SetBody

SetBody adds the body to the replace process group params

func (*ReplaceProcessGroupParams) SetContext

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

SetContext adds the context to the replace process group params

func (*ReplaceProcessGroupParams) SetDefaults

func (o *ReplaceProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the replace process group params (not the query body).

All values with no default are reset to their zero value.

func (*ReplaceProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace process group params

func (*ReplaceProcessGroupParams) SetID

func (o *ReplaceProcessGroupParams) SetID(id string)

SetID adds the id to the replace process group params

func (*ReplaceProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the replace process group params

func (*ReplaceProcessGroupParams) WithBody

WithBody adds the body to the replace process group params

func (*ReplaceProcessGroupParams) WithContext

WithContext adds the context to the replace process group params

func (*ReplaceProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the replace process group params (not the query body).

All values with no default are reset to their zero value.

func (*ReplaceProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace process group params

func (*ReplaceProcessGroupParams) WithID

WithID adds the id to the replace process group params

func (*ReplaceProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the replace process group params

func (*ReplaceProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceProcessGroupReader

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

ReplaceProcessGroupReader is a Reader for the ReplaceProcessGroup structure.

func (*ReplaceProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceProcessGroupUnauthorized

type ReplaceProcessGroupUnauthorized struct {
}

ReplaceProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewReplaceProcessGroupUnauthorized

func NewReplaceProcessGroupUnauthorized() *ReplaceProcessGroupUnauthorized

NewReplaceProcessGroupUnauthorized creates a ReplaceProcessGroupUnauthorized with default headers values

func (*ReplaceProcessGroupUnauthorized) Error

func (*ReplaceProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *ReplaceProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this replace process group unauthorized response has a 4xx status code

func (*ReplaceProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *ReplaceProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this replace process group unauthorized response a status code equal to that given

func (*ReplaceProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *ReplaceProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this replace process group unauthorized response has a 3xx status code

func (*ReplaceProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *ReplaceProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this replace process group unauthorized response has a 5xx status code

func (*ReplaceProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *ReplaceProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this replace process group unauthorized response has a 2xx status code

func (*ReplaceProcessGroupUnauthorized) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestBadRequest

type SubmitUpdateVariableRegistryRequestBadRequest struct {
}

SubmitUpdateVariableRegistryRequestBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewSubmitUpdateVariableRegistryRequestBadRequest

func NewSubmitUpdateVariableRegistryRequestBadRequest() *SubmitUpdateVariableRegistryRequestBadRequest

NewSubmitUpdateVariableRegistryRequestBadRequest creates a SubmitUpdateVariableRegistryRequestBadRequest with default headers values

func (*SubmitUpdateVariableRegistryRequestBadRequest) Error

func (*SubmitUpdateVariableRegistryRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this submit update variable registry request bad request response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request bad request response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request bad request response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this submit update variable registry request bad request response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request bad request response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestBadRequest) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestConflict

type SubmitUpdateVariableRegistryRequestConflict struct {
}

SubmitUpdateVariableRegistryRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewSubmitUpdateVariableRegistryRequestConflict

func NewSubmitUpdateVariableRegistryRequestConflict() *SubmitUpdateVariableRegistryRequestConflict

NewSubmitUpdateVariableRegistryRequestConflict creates a SubmitUpdateVariableRegistryRequestConflict with default headers values

func (*SubmitUpdateVariableRegistryRequestConflict) Error

func (*SubmitUpdateVariableRegistryRequestConflict) IsClientError added in v1.19.1

IsClientError returns true when this submit update variable registry request conflict response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestConflict) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request conflict response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request conflict response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestConflict) IsServerError added in v1.19.1

IsServerError returns true when this submit update variable registry request conflict response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request conflict response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestConflict) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestForbidden

type SubmitUpdateVariableRegistryRequestForbidden struct {
}

SubmitUpdateVariableRegistryRequestForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewSubmitUpdateVariableRegistryRequestForbidden

func NewSubmitUpdateVariableRegistryRequestForbidden() *SubmitUpdateVariableRegistryRequestForbidden

NewSubmitUpdateVariableRegistryRequestForbidden creates a SubmitUpdateVariableRegistryRequestForbidden with default headers values

func (*SubmitUpdateVariableRegistryRequestForbidden) Error

func (*SubmitUpdateVariableRegistryRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this submit update variable registry request forbidden response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request forbidden response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request forbidden response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this submit update variable registry request forbidden response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request forbidden response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestForbidden) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestNotFound

type SubmitUpdateVariableRegistryRequestNotFound struct {
}

SubmitUpdateVariableRegistryRequestNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewSubmitUpdateVariableRegistryRequestNotFound

func NewSubmitUpdateVariableRegistryRequestNotFound() *SubmitUpdateVariableRegistryRequestNotFound

NewSubmitUpdateVariableRegistryRequestNotFound creates a SubmitUpdateVariableRegistryRequestNotFound with default headers values

func (*SubmitUpdateVariableRegistryRequestNotFound) Error

func (*SubmitUpdateVariableRegistryRequestNotFound) IsClientError added in v1.19.1

IsClientError returns true when this submit update variable registry request not found response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request not found response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request not found response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestNotFound) IsServerError added in v1.19.1

IsServerError returns true when this submit update variable registry request not found response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request not found response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestNotFound) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestOK

type SubmitUpdateVariableRegistryRequestOK struct {
	Payload *models.VariableRegistryUpdateRequestEntity
}

SubmitUpdateVariableRegistryRequestOK describes a response with status code 200, with default header values.

successful operation

func NewSubmitUpdateVariableRegistryRequestOK

func NewSubmitUpdateVariableRegistryRequestOK() *SubmitUpdateVariableRegistryRequestOK

NewSubmitUpdateVariableRegistryRequestOK creates a SubmitUpdateVariableRegistryRequestOK with default headers values

func (*SubmitUpdateVariableRegistryRequestOK) Error

func (*SubmitUpdateVariableRegistryRequestOK) GetPayload

func (*SubmitUpdateVariableRegistryRequestOK) IsClientError added in v1.19.1

func (o *SubmitUpdateVariableRegistryRequestOK) IsClientError() bool

IsClientError returns true when this submit update variable registry request o k response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestOK) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request o k response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestOK) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request o k response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestOK) IsServerError added in v1.19.1

func (o *SubmitUpdateVariableRegistryRequestOK) IsServerError() bool

IsServerError returns true when this submit update variable registry request o k response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestOK) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request o k response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestOK) String added in v1.19.1

type SubmitUpdateVariableRegistryRequestParams

type SubmitUpdateVariableRegistryRequestParams struct {

	/* Body.

	   The variable registry configuration details.
	*/
	Body *models.VariableRegistryEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

SubmitUpdateVariableRegistryRequestParams contains all the parameters to send to the API endpoint

for the submit update variable registry request operation.

Typically these are written to a http.Request.

func NewSubmitUpdateVariableRegistryRequestParams

func NewSubmitUpdateVariableRegistryRequestParams() *SubmitUpdateVariableRegistryRequestParams

NewSubmitUpdateVariableRegistryRequestParams creates a new SubmitUpdateVariableRegistryRequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSubmitUpdateVariableRegistryRequestParamsWithContext

func NewSubmitUpdateVariableRegistryRequestParamsWithContext(ctx context.Context) *SubmitUpdateVariableRegistryRequestParams

NewSubmitUpdateVariableRegistryRequestParamsWithContext creates a new SubmitUpdateVariableRegistryRequestParams object with the ability to set a context for a request.

func NewSubmitUpdateVariableRegistryRequestParamsWithHTTPClient

func NewSubmitUpdateVariableRegistryRequestParamsWithHTTPClient(client *http.Client) *SubmitUpdateVariableRegistryRequestParams

NewSubmitUpdateVariableRegistryRequestParamsWithHTTPClient creates a new SubmitUpdateVariableRegistryRequestParams object with the ability to set a custom HTTPClient for a request.

func NewSubmitUpdateVariableRegistryRequestParamsWithTimeout

func NewSubmitUpdateVariableRegistryRequestParamsWithTimeout(timeout time.Duration) *SubmitUpdateVariableRegistryRequestParams

NewSubmitUpdateVariableRegistryRequestParamsWithTimeout creates a new SubmitUpdateVariableRegistryRequestParams object with the ability to set a timeout on a request.

func (*SubmitUpdateVariableRegistryRequestParams) SetBody

SetBody adds the body to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) SetContext

SetContext adds the context to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) SetDefaults

SetDefaults hydrates default values in the submit update variable registry request params (not the query body).

All values with no default are reset to their zero value.

func (*SubmitUpdateVariableRegistryRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) SetID

SetID adds the id to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) SetTimeout

SetTimeout adds the timeout to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WithBody

WithBody adds the body to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WithContext

WithContext adds the context to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WithDefaults

WithDefaults hydrates default values in the submit update variable registry request params (not the query body).

All values with no default are reset to their zero value.

func (*SubmitUpdateVariableRegistryRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WithID

WithID adds the id to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WithTimeout

WithTimeout adds the timeout to the submit update variable registry request params

func (*SubmitUpdateVariableRegistryRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubmitUpdateVariableRegistryRequestReader

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

SubmitUpdateVariableRegistryRequestReader is a Reader for the SubmitUpdateVariableRegistryRequest structure.

func (*SubmitUpdateVariableRegistryRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubmitUpdateVariableRegistryRequestUnauthorized

type SubmitUpdateVariableRegistryRequestUnauthorized struct {
}

SubmitUpdateVariableRegistryRequestUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewSubmitUpdateVariableRegistryRequestUnauthorized

func NewSubmitUpdateVariableRegistryRequestUnauthorized() *SubmitUpdateVariableRegistryRequestUnauthorized

NewSubmitUpdateVariableRegistryRequestUnauthorized creates a SubmitUpdateVariableRegistryRequestUnauthorized with default headers values

func (*SubmitUpdateVariableRegistryRequestUnauthorized) Error

func (*SubmitUpdateVariableRegistryRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this submit update variable registry request unauthorized response has a 4xx status code

func (*SubmitUpdateVariableRegistryRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this submit update variable registry request unauthorized response a status code equal to that given

func (*SubmitUpdateVariableRegistryRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this submit update variable registry request unauthorized response has a 3xx status code

func (*SubmitUpdateVariableRegistryRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this submit update variable registry request unauthorized response has a 5xx status code

func (*SubmitUpdateVariableRegistryRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this submit update variable registry request unauthorized response has a 2xx status code

func (*SubmitUpdateVariableRegistryRequestUnauthorized) String added in v1.19.1

type UpdateProcessGroupBadRequest

type UpdateProcessGroupBadRequest struct {
}

UpdateProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUpdateProcessGroupBadRequest

func NewUpdateProcessGroupBadRequest() *UpdateProcessGroupBadRequest

NewUpdateProcessGroupBadRequest creates a UpdateProcessGroupBadRequest with default headers values

func (*UpdateProcessGroupBadRequest) Error

func (*UpdateProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *UpdateProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this update process group bad request response has a 4xx status code

func (*UpdateProcessGroupBadRequest) IsCode added in v1.19.1

func (o *UpdateProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this update process group bad request response a status code equal to that given

func (*UpdateProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this update process group bad request response has a 3xx status code

func (*UpdateProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *UpdateProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this update process group bad request response has a 5xx status code

func (*UpdateProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this update process group bad request response has a 2xx status code

func (*UpdateProcessGroupBadRequest) String added in v1.19.1

type UpdateProcessGroupConflict

type UpdateProcessGroupConflict struct {
}

UpdateProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUpdateProcessGroupConflict

func NewUpdateProcessGroupConflict() *UpdateProcessGroupConflict

NewUpdateProcessGroupConflict creates a UpdateProcessGroupConflict with default headers values

func (*UpdateProcessGroupConflict) Error

func (*UpdateProcessGroupConflict) IsClientError added in v1.19.1

func (o *UpdateProcessGroupConflict) IsClientError() bool

IsClientError returns true when this update process group conflict response has a 4xx status code

func (*UpdateProcessGroupConflict) IsCode added in v1.19.1

func (o *UpdateProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this update process group conflict response a status code equal to that given

func (*UpdateProcessGroupConflict) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this update process group conflict response has a 3xx status code

func (*UpdateProcessGroupConflict) IsServerError added in v1.19.1

func (o *UpdateProcessGroupConflict) IsServerError() bool

IsServerError returns true when this update process group conflict response has a 5xx status code

func (*UpdateProcessGroupConflict) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this update process group conflict response has a 2xx status code

func (*UpdateProcessGroupConflict) String added in v1.19.1

func (o *UpdateProcessGroupConflict) String() string

type UpdateProcessGroupForbidden

type UpdateProcessGroupForbidden struct {
}

UpdateProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewUpdateProcessGroupForbidden

func NewUpdateProcessGroupForbidden() *UpdateProcessGroupForbidden

NewUpdateProcessGroupForbidden creates a UpdateProcessGroupForbidden with default headers values

func (*UpdateProcessGroupForbidden) Error

func (*UpdateProcessGroupForbidden) IsClientError added in v1.19.1

func (o *UpdateProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this update process group forbidden response has a 4xx status code

func (*UpdateProcessGroupForbidden) IsCode added in v1.19.1

func (o *UpdateProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this update process group forbidden response a status code equal to that given

func (*UpdateProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this update process group forbidden response has a 3xx status code

func (*UpdateProcessGroupForbidden) IsServerError added in v1.19.1

func (o *UpdateProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this update process group forbidden response has a 5xx status code

func (*UpdateProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this update process group forbidden response has a 2xx status code

func (*UpdateProcessGroupForbidden) String added in v1.19.1

func (o *UpdateProcessGroupForbidden) String() string

type UpdateProcessGroupNotFound

type UpdateProcessGroupNotFound struct {
}

UpdateProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewUpdateProcessGroupNotFound

func NewUpdateProcessGroupNotFound() *UpdateProcessGroupNotFound

NewUpdateProcessGroupNotFound creates a UpdateProcessGroupNotFound with default headers values

func (*UpdateProcessGroupNotFound) Error

func (*UpdateProcessGroupNotFound) IsClientError added in v1.19.1

func (o *UpdateProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this update process group not found response has a 4xx status code

func (*UpdateProcessGroupNotFound) IsCode added in v1.19.1

func (o *UpdateProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this update process group not found response a status code equal to that given

func (*UpdateProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this update process group not found response has a 3xx status code

func (*UpdateProcessGroupNotFound) IsServerError added in v1.19.1

func (o *UpdateProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this update process group not found response has a 5xx status code

func (*UpdateProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this update process group not found response has a 2xx status code

func (*UpdateProcessGroupNotFound) String added in v1.19.1

func (o *UpdateProcessGroupNotFound) String() string

type UpdateProcessGroupOK

type UpdateProcessGroupOK struct {
	Payload *models.ProcessGroupEntity
}

UpdateProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewUpdateProcessGroupOK

func NewUpdateProcessGroupOK() *UpdateProcessGroupOK

NewUpdateProcessGroupOK creates a UpdateProcessGroupOK with default headers values

func (*UpdateProcessGroupOK) Error

func (o *UpdateProcessGroupOK) Error() string

func (*UpdateProcessGroupOK) GetPayload

func (*UpdateProcessGroupOK) IsClientError added in v1.19.1

func (o *UpdateProcessGroupOK) IsClientError() bool

IsClientError returns true when this update process group o k response has a 4xx status code

func (*UpdateProcessGroupOK) IsCode added in v1.19.1

func (o *UpdateProcessGroupOK) IsCode(code int) bool

IsCode returns true when this update process group o k response a status code equal to that given

func (*UpdateProcessGroupOK) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this update process group o k response has a 3xx status code

func (*UpdateProcessGroupOK) IsServerError added in v1.19.1

func (o *UpdateProcessGroupOK) IsServerError() bool

IsServerError returns true when this update process group o k response has a 5xx status code

func (*UpdateProcessGroupOK) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this update process group o k response has a 2xx status code

func (*UpdateProcessGroupOK) String added in v1.19.1

func (o *UpdateProcessGroupOK) String() string

type UpdateProcessGroupParams

type UpdateProcessGroupParams struct {

	/* Body.

	   The process group configuration details.
	*/
	Body *models.ProcessGroupEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

UpdateProcessGroupParams contains all the parameters to send to the API endpoint

for the update process group operation.

Typically these are written to a http.Request.

func NewUpdateProcessGroupParams

func NewUpdateProcessGroupParams() *UpdateProcessGroupParams

NewUpdateProcessGroupParams creates a new UpdateProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateProcessGroupParamsWithContext

func NewUpdateProcessGroupParamsWithContext(ctx context.Context) *UpdateProcessGroupParams

NewUpdateProcessGroupParamsWithContext creates a new UpdateProcessGroupParams object with the ability to set a context for a request.

func NewUpdateProcessGroupParamsWithHTTPClient

func NewUpdateProcessGroupParamsWithHTTPClient(client *http.Client) *UpdateProcessGroupParams

NewUpdateProcessGroupParamsWithHTTPClient creates a new UpdateProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProcessGroupParamsWithTimeout

func NewUpdateProcessGroupParamsWithTimeout(timeout time.Duration) *UpdateProcessGroupParams

NewUpdateProcessGroupParamsWithTimeout creates a new UpdateProcessGroupParams object with the ability to set a timeout on a request.

func (*UpdateProcessGroupParams) SetBody

SetBody adds the body to the update process group params

func (*UpdateProcessGroupParams) SetContext

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

SetContext adds the context to the update process group params

func (*UpdateProcessGroupParams) SetDefaults

func (o *UpdateProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the update process group params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update process group params

func (*UpdateProcessGroupParams) SetID

func (o *UpdateProcessGroupParams) SetID(id string)

SetID adds the id to the update process group params

func (*UpdateProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the update process group params

func (*UpdateProcessGroupParams) WithBody

WithBody adds the body to the update process group params

func (*UpdateProcessGroupParams) WithContext

WithContext adds the context to the update process group params

func (*UpdateProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the update process group params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update process group params

func (*UpdateProcessGroupParams) WithID

WithID adds the id to the update process group params

func (*UpdateProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the update process group params

func (*UpdateProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProcessGroupReader

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

UpdateProcessGroupReader is a Reader for the UpdateProcessGroup structure.

func (*UpdateProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProcessGroupUnauthorized

type UpdateProcessGroupUnauthorized struct {
}

UpdateProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewUpdateProcessGroupUnauthorized

func NewUpdateProcessGroupUnauthorized() *UpdateProcessGroupUnauthorized

NewUpdateProcessGroupUnauthorized creates a UpdateProcessGroupUnauthorized with default headers values

func (*UpdateProcessGroupUnauthorized) Error

func (*UpdateProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *UpdateProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this update process group unauthorized response has a 4xx status code

func (*UpdateProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *UpdateProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this update process group unauthorized response a status code equal to that given

func (*UpdateProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this update process group unauthorized response has a 3xx status code

func (*UpdateProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *UpdateProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this update process group unauthorized response has a 5xx status code

func (*UpdateProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *UpdateProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this update process group unauthorized response has a 2xx status code

func (*UpdateProcessGroupUnauthorized) String added in v1.19.1

type UpdateVariableRegistryBadRequest

type UpdateVariableRegistryBadRequest struct {
}

UpdateVariableRegistryBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUpdateVariableRegistryBadRequest

func NewUpdateVariableRegistryBadRequest() *UpdateVariableRegistryBadRequest

NewUpdateVariableRegistryBadRequest creates a UpdateVariableRegistryBadRequest with default headers values

func (*UpdateVariableRegistryBadRequest) Error

func (*UpdateVariableRegistryBadRequest) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryBadRequest) IsClientError() bool

IsClientError returns true when this update variable registry bad request response has a 4xx status code

func (*UpdateVariableRegistryBadRequest) IsCode added in v1.19.1

func (o *UpdateVariableRegistryBadRequest) IsCode(code int) bool

IsCode returns true when this update variable registry bad request response a status code equal to that given

func (*UpdateVariableRegistryBadRequest) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryBadRequest) IsRedirect() bool

IsRedirect returns true when this update variable registry bad request response has a 3xx status code

func (*UpdateVariableRegistryBadRequest) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryBadRequest) IsServerError() bool

IsServerError returns true when this update variable registry bad request response has a 5xx status code

func (*UpdateVariableRegistryBadRequest) IsSuccess added in v1.19.1

func (o *UpdateVariableRegistryBadRequest) IsSuccess() bool

IsSuccess returns true when this update variable registry bad request response has a 2xx status code

func (*UpdateVariableRegistryBadRequest) String added in v1.19.1

type UpdateVariableRegistryConflict

type UpdateVariableRegistryConflict struct {
}

UpdateVariableRegistryConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUpdateVariableRegistryConflict

func NewUpdateVariableRegistryConflict() *UpdateVariableRegistryConflict

NewUpdateVariableRegistryConflict creates a UpdateVariableRegistryConflict with default headers values

func (*UpdateVariableRegistryConflict) Error

func (*UpdateVariableRegistryConflict) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryConflict) IsClientError() bool

IsClientError returns true when this update variable registry conflict response has a 4xx status code

func (*UpdateVariableRegistryConflict) IsCode added in v1.19.1

func (o *UpdateVariableRegistryConflict) IsCode(code int) bool

IsCode returns true when this update variable registry conflict response a status code equal to that given

func (*UpdateVariableRegistryConflict) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryConflict) IsRedirect() bool

IsRedirect returns true when this update variable registry conflict response has a 3xx status code

func (*UpdateVariableRegistryConflict) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryConflict) IsServerError() bool

IsServerError returns true when this update variable registry conflict response has a 5xx status code

func (*UpdateVariableRegistryConflict) IsSuccess added in v1.19.1

func (o *UpdateVariableRegistryConflict) IsSuccess() bool

IsSuccess returns true when this update variable registry conflict response has a 2xx status code

func (*UpdateVariableRegistryConflict) String added in v1.19.1

type UpdateVariableRegistryForbidden

type UpdateVariableRegistryForbidden struct {
}

UpdateVariableRegistryForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewUpdateVariableRegistryForbidden

func NewUpdateVariableRegistryForbidden() *UpdateVariableRegistryForbidden

NewUpdateVariableRegistryForbidden creates a UpdateVariableRegistryForbidden with default headers values

func (*UpdateVariableRegistryForbidden) Error

func (*UpdateVariableRegistryForbidden) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryForbidden) IsClientError() bool

IsClientError returns true when this update variable registry forbidden response has a 4xx status code

func (*UpdateVariableRegistryForbidden) IsCode added in v1.19.1

func (o *UpdateVariableRegistryForbidden) IsCode(code int) bool

IsCode returns true when this update variable registry forbidden response a status code equal to that given

func (*UpdateVariableRegistryForbidden) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryForbidden) IsRedirect() bool

IsRedirect returns true when this update variable registry forbidden response has a 3xx status code

func (*UpdateVariableRegistryForbidden) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryForbidden) IsServerError() bool

IsServerError returns true when this update variable registry forbidden response has a 5xx status code

func (*UpdateVariableRegistryForbidden) IsSuccess added in v1.19.1

func (o *UpdateVariableRegistryForbidden) IsSuccess() bool

IsSuccess returns true when this update variable registry forbidden response has a 2xx status code

func (*UpdateVariableRegistryForbidden) String added in v1.19.1

type UpdateVariableRegistryNotFound

type UpdateVariableRegistryNotFound struct {
}

UpdateVariableRegistryNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewUpdateVariableRegistryNotFound

func NewUpdateVariableRegistryNotFound() *UpdateVariableRegistryNotFound

NewUpdateVariableRegistryNotFound creates a UpdateVariableRegistryNotFound with default headers values

func (*UpdateVariableRegistryNotFound) Error

func (*UpdateVariableRegistryNotFound) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryNotFound) IsClientError() bool

IsClientError returns true when this update variable registry not found response has a 4xx status code

func (*UpdateVariableRegistryNotFound) IsCode added in v1.19.1

func (o *UpdateVariableRegistryNotFound) IsCode(code int) bool

IsCode returns true when this update variable registry not found response a status code equal to that given

func (*UpdateVariableRegistryNotFound) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryNotFound) IsRedirect() bool

IsRedirect returns true when this update variable registry not found response has a 3xx status code

func (*UpdateVariableRegistryNotFound) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryNotFound) IsServerError() bool

IsServerError returns true when this update variable registry not found response has a 5xx status code

func (*UpdateVariableRegistryNotFound) IsSuccess added in v1.19.1

func (o *UpdateVariableRegistryNotFound) IsSuccess() bool

IsSuccess returns true when this update variable registry not found response has a 2xx status code

func (*UpdateVariableRegistryNotFound) String added in v1.19.1

type UpdateVariableRegistryOK

type UpdateVariableRegistryOK struct {
	Payload *models.VariableRegistryEntity
}

UpdateVariableRegistryOK describes a response with status code 200, with default header values.

successful operation

func NewUpdateVariableRegistryOK

func NewUpdateVariableRegistryOK() *UpdateVariableRegistryOK

NewUpdateVariableRegistryOK creates a UpdateVariableRegistryOK with default headers values

func (*UpdateVariableRegistryOK) Error

func (o *UpdateVariableRegistryOK) Error() string

func (*UpdateVariableRegistryOK) GetPayload

func (*UpdateVariableRegistryOK) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryOK) IsClientError() bool

IsClientError returns true when this update variable registry o k response has a 4xx status code

func (*UpdateVariableRegistryOK) IsCode added in v1.19.1

func (o *UpdateVariableRegistryOK) IsCode(code int) bool

IsCode returns true when this update variable registry o k response a status code equal to that given

func (*UpdateVariableRegistryOK) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryOK) IsRedirect() bool

IsRedirect returns true when this update variable registry o k response has a 3xx status code

func (*UpdateVariableRegistryOK) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryOK) IsServerError() bool

IsServerError returns true when this update variable registry o k response has a 5xx status code

func (*UpdateVariableRegistryOK) IsSuccess added in v1.19.1

func (o *UpdateVariableRegistryOK) IsSuccess() bool

IsSuccess returns true when this update variable registry o k response has a 2xx status code

func (*UpdateVariableRegistryOK) String added in v1.19.1

func (o *UpdateVariableRegistryOK) String() string

type UpdateVariableRegistryParams

type UpdateVariableRegistryParams struct {

	/* Body.

	   The variable registry configuration details.
	*/
	Body *models.VariableRegistryEntity

	/* ID.

	   The process group id.
	*/
	ID string

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

UpdateVariableRegistryParams contains all the parameters to send to the API endpoint

for the update variable registry operation.

Typically these are written to a http.Request.

func NewUpdateVariableRegistryParams

func NewUpdateVariableRegistryParams() *UpdateVariableRegistryParams

NewUpdateVariableRegistryParams creates a new UpdateVariableRegistryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVariableRegistryParamsWithContext

func NewUpdateVariableRegistryParamsWithContext(ctx context.Context) *UpdateVariableRegistryParams

NewUpdateVariableRegistryParamsWithContext creates a new UpdateVariableRegistryParams object with the ability to set a context for a request.

func NewUpdateVariableRegistryParamsWithHTTPClient

func NewUpdateVariableRegistryParamsWithHTTPClient(client *http.Client) *UpdateVariableRegistryParams

NewUpdateVariableRegistryParamsWithHTTPClient creates a new UpdateVariableRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVariableRegistryParamsWithTimeout

func NewUpdateVariableRegistryParamsWithTimeout(timeout time.Duration) *UpdateVariableRegistryParams

NewUpdateVariableRegistryParamsWithTimeout creates a new UpdateVariableRegistryParams object with the ability to set a timeout on a request.

func (*UpdateVariableRegistryParams) SetBody

SetBody adds the body to the update variable registry params

func (*UpdateVariableRegistryParams) SetContext

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

SetContext adds the context to the update variable registry params

func (*UpdateVariableRegistryParams) SetDefaults

func (o *UpdateVariableRegistryParams) SetDefaults()

SetDefaults hydrates default values in the update variable registry params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVariableRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update variable registry params

func (*UpdateVariableRegistryParams) SetID

func (o *UpdateVariableRegistryParams) SetID(id string)

SetID adds the id to the update variable registry params

func (*UpdateVariableRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the update variable registry params

func (*UpdateVariableRegistryParams) WithBody

WithBody adds the body to the update variable registry params

func (*UpdateVariableRegistryParams) WithContext

WithContext adds the context to the update variable registry params

func (*UpdateVariableRegistryParams) WithDefaults

WithDefaults hydrates default values in the update variable registry params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVariableRegistryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update variable registry params

func (*UpdateVariableRegistryParams) WithID

WithID adds the id to the update variable registry params

func (*UpdateVariableRegistryParams) WithTimeout

WithTimeout adds the timeout to the update variable registry params

func (*UpdateVariableRegistryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVariableRegistryReader

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

UpdateVariableRegistryReader is a Reader for the UpdateVariableRegistry structure.

func (*UpdateVariableRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateVariableRegistryUnauthorized

type UpdateVariableRegistryUnauthorized struct {
}

UpdateVariableRegistryUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewUpdateVariableRegistryUnauthorized

func NewUpdateVariableRegistryUnauthorized() *UpdateVariableRegistryUnauthorized

NewUpdateVariableRegistryUnauthorized creates a UpdateVariableRegistryUnauthorized with default headers values

func (*UpdateVariableRegistryUnauthorized) Error

func (*UpdateVariableRegistryUnauthorized) IsClientError added in v1.19.1

func (o *UpdateVariableRegistryUnauthorized) IsClientError() bool

IsClientError returns true when this update variable registry unauthorized response has a 4xx status code

func (*UpdateVariableRegistryUnauthorized) IsCode added in v1.19.1

IsCode returns true when this update variable registry unauthorized response a status code equal to that given

func (*UpdateVariableRegistryUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateVariableRegistryUnauthorized) IsRedirect() bool

IsRedirect returns true when this update variable registry unauthorized response has a 3xx status code

func (*UpdateVariableRegistryUnauthorized) IsServerError added in v1.19.1

func (o *UpdateVariableRegistryUnauthorized) IsServerError() bool

IsServerError returns true when this update variable registry unauthorized response has a 5xx status code

func (*UpdateVariableRegistryUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this update variable registry unauthorized response has a 2xx status code

func (*UpdateVariableRegistryUnauthorized) String added in v1.19.1

type UploadProcessGroupBadRequest

type UploadProcessGroupBadRequest struct {
}

UploadProcessGroupBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUploadProcessGroupBadRequest

func NewUploadProcessGroupBadRequest() *UploadProcessGroupBadRequest

NewUploadProcessGroupBadRequest creates a UploadProcessGroupBadRequest with default headers values

func (*UploadProcessGroupBadRequest) Error

func (*UploadProcessGroupBadRequest) IsClientError added in v1.19.1

func (o *UploadProcessGroupBadRequest) IsClientError() bool

IsClientError returns true when this upload process group bad request response has a 4xx status code

func (*UploadProcessGroupBadRequest) IsCode added in v1.19.1

func (o *UploadProcessGroupBadRequest) IsCode(code int) bool

IsCode returns true when this upload process group bad request response a status code equal to that given

func (*UploadProcessGroupBadRequest) IsRedirect added in v1.19.1

func (o *UploadProcessGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this upload process group bad request response has a 3xx status code

func (*UploadProcessGroupBadRequest) IsServerError added in v1.19.1

func (o *UploadProcessGroupBadRequest) IsServerError() bool

IsServerError returns true when this upload process group bad request response has a 5xx status code

func (*UploadProcessGroupBadRequest) IsSuccess added in v1.19.1

func (o *UploadProcessGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this upload process group bad request response has a 2xx status code

func (*UploadProcessGroupBadRequest) String added in v1.19.1

type UploadProcessGroupConflict

type UploadProcessGroupConflict struct {
}

UploadProcessGroupConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUploadProcessGroupConflict

func NewUploadProcessGroupConflict() *UploadProcessGroupConflict

NewUploadProcessGroupConflict creates a UploadProcessGroupConflict with default headers values

func (*UploadProcessGroupConflict) Error

func (*UploadProcessGroupConflict) IsClientError added in v1.19.1

func (o *UploadProcessGroupConflict) IsClientError() bool

IsClientError returns true when this upload process group conflict response has a 4xx status code

func (*UploadProcessGroupConflict) IsCode added in v1.19.1

func (o *UploadProcessGroupConflict) IsCode(code int) bool

IsCode returns true when this upload process group conflict response a status code equal to that given

func (*UploadProcessGroupConflict) IsRedirect added in v1.19.1

func (o *UploadProcessGroupConflict) IsRedirect() bool

IsRedirect returns true when this upload process group conflict response has a 3xx status code

func (*UploadProcessGroupConflict) IsServerError added in v1.19.1

func (o *UploadProcessGroupConflict) IsServerError() bool

IsServerError returns true when this upload process group conflict response has a 5xx status code

func (*UploadProcessGroupConflict) IsSuccess added in v1.19.1

func (o *UploadProcessGroupConflict) IsSuccess() bool

IsSuccess returns true when this upload process group conflict response has a 2xx status code

func (*UploadProcessGroupConflict) String added in v1.19.1

func (o *UploadProcessGroupConflict) String() string

type UploadProcessGroupForbidden

type UploadProcessGroupForbidden struct {
}

UploadProcessGroupForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewUploadProcessGroupForbidden

func NewUploadProcessGroupForbidden() *UploadProcessGroupForbidden

NewUploadProcessGroupForbidden creates a UploadProcessGroupForbidden with default headers values

func (*UploadProcessGroupForbidden) Error

func (*UploadProcessGroupForbidden) IsClientError added in v1.19.1

func (o *UploadProcessGroupForbidden) IsClientError() bool

IsClientError returns true when this upload process group forbidden response has a 4xx status code

func (*UploadProcessGroupForbidden) IsCode added in v1.19.1

func (o *UploadProcessGroupForbidden) IsCode(code int) bool

IsCode returns true when this upload process group forbidden response a status code equal to that given

func (*UploadProcessGroupForbidden) IsRedirect added in v1.19.1

func (o *UploadProcessGroupForbidden) IsRedirect() bool

IsRedirect returns true when this upload process group forbidden response has a 3xx status code

func (*UploadProcessGroupForbidden) IsServerError added in v1.19.1

func (o *UploadProcessGroupForbidden) IsServerError() bool

IsServerError returns true when this upload process group forbidden response has a 5xx status code

func (*UploadProcessGroupForbidden) IsSuccess added in v1.19.1

func (o *UploadProcessGroupForbidden) IsSuccess() bool

IsSuccess returns true when this upload process group forbidden response has a 2xx status code

func (*UploadProcessGroupForbidden) String added in v1.19.1

func (o *UploadProcessGroupForbidden) String() string

type UploadProcessGroupNotFound

type UploadProcessGroupNotFound struct {
}

UploadProcessGroupNotFound describes a response with status code 404, with default header values.

The specified resource could not be found.

func NewUploadProcessGroupNotFound

func NewUploadProcessGroupNotFound() *UploadProcessGroupNotFound

NewUploadProcessGroupNotFound creates a UploadProcessGroupNotFound with default headers values

func (*UploadProcessGroupNotFound) Error

func (*UploadProcessGroupNotFound) IsClientError added in v1.19.1

func (o *UploadProcessGroupNotFound) IsClientError() bool

IsClientError returns true when this upload process group not found response has a 4xx status code

func (*UploadProcessGroupNotFound) IsCode added in v1.19.1

func (o *UploadProcessGroupNotFound) IsCode(code int) bool

IsCode returns true when this upload process group not found response a status code equal to that given

func (*UploadProcessGroupNotFound) IsRedirect added in v1.19.1

func (o *UploadProcessGroupNotFound) IsRedirect() bool

IsRedirect returns true when this upload process group not found response has a 3xx status code

func (*UploadProcessGroupNotFound) IsServerError added in v1.19.1

func (o *UploadProcessGroupNotFound) IsServerError() bool

IsServerError returns true when this upload process group not found response has a 5xx status code

func (*UploadProcessGroupNotFound) IsSuccess added in v1.19.1

func (o *UploadProcessGroupNotFound) IsSuccess() bool

IsSuccess returns true when this upload process group not found response has a 2xx status code

func (*UploadProcessGroupNotFound) String added in v1.19.1

func (o *UploadProcessGroupNotFound) String() string

type UploadProcessGroupOK

type UploadProcessGroupOK struct {
	Payload *models.ProcessGroupEntity
}

UploadProcessGroupOK describes a response with status code 200, with default header values.

successful operation

func NewUploadProcessGroupOK

func NewUploadProcessGroupOK() *UploadProcessGroupOK

NewUploadProcessGroupOK creates a UploadProcessGroupOK with default headers values

func (*UploadProcessGroupOK) Error

func (o *UploadProcessGroupOK) Error() string

func (*UploadProcessGroupOK) GetPayload

func (*UploadProcessGroupOK) IsClientError added in v1.19.1

func (o *UploadProcessGroupOK) IsClientError() bool

IsClientError returns true when this upload process group o k response has a 4xx status code

func (*UploadProcessGroupOK) IsCode added in v1.19.1

func (o *UploadProcessGroupOK) IsCode(code int) bool

IsCode returns true when this upload process group o k response a status code equal to that given

func (*UploadProcessGroupOK) IsRedirect added in v1.19.1

func (o *UploadProcessGroupOK) IsRedirect() bool

IsRedirect returns true when this upload process group o k response has a 3xx status code

func (*UploadProcessGroupOK) IsServerError added in v1.19.1

func (o *UploadProcessGroupOK) IsServerError() bool

IsServerError returns true when this upload process group o k response has a 5xx status code

func (*UploadProcessGroupOK) IsSuccess added in v1.19.1

func (o *UploadProcessGroupOK) IsSuccess() bool

IsSuccess returns true when this upload process group o k response has a 2xx status code

func (*UploadProcessGroupOK) String added in v1.19.1

func (o *UploadProcessGroupOK) String() string

type UploadProcessGroupParams

type UploadProcessGroupParams struct {

	/* Body.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	Body bool

	/* ID.

	   The process group id.
	*/
	ID string

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

UploadProcessGroupParams contains all the parameters to send to the API endpoint

for the upload process group operation.

Typically these are written to a http.Request.

func NewUploadProcessGroupParams

func NewUploadProcessGroupParams() *UploadProcessGroupParams

NewUploadProcessGroupParams creates a new UploadProcessGroupParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUploadProcessGroupParamsWithContext

func NewUploadProcessGroupParamsWithContext(ctx context.Context) *UploadProcessGroupParams

NewUploadProcessGroupParamsWithContext creates a new UploadProcessGroupParams object with the ability to set a context for a request.

func NewUploadProcessGroupParamsWithHTTPClient

func NewUploadProcessGroupParamsWithHTTPClient(client *http.Client) *UploadProcessGroupParams

NewUploadProcessGroupParamsWithHTTPClient creates a new UploadProcessGroupParams object with the ability to set a custom HTTPClient for a request.

func NewUploadProcessGroupParamsWithTimeout

func NewUploadProcessGroupParamsWithTimeout(timeout time.Duration) *UploadProcessGroupParams

NewUploadProcessGroupParamsWithTimeout creates a new UploadProcessGroupParams object with the ability to set a timeout on a request.

func (*UploadProcessGroupParams) SetBody

func (o *UploadProcessGroupParams) SetBody(body bool)

SetBody adds the body to the upload process group params

func (*UploadProcessGroupParams) SetContext

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

SetContext adds the context to the upload process group params

func (*UploadProcessGroupParams) SetDefaults

func (o *UploadProcessGroupParams) SetDefaults()

SetDefaults hydrates default values in the upload process group params (not the query body).

All values with no default are reset to their zero value.

func (*UploadProcessGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload process group params

func (*UploadProcessGroupParams) SetID

func (o *UploadProcessGroupParams) SetID(id string)

SetID adds the id to the upload process group params

func (*UploadProcessGroupParams) SetTimeout

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

SetTimeout adds the timeout to the upload process group params

func (*UploadProcessGroupParams) WithBody

WithBody adds the body to the upload process group params

func (*UploadProcessGroupParams) WithContext

WithContext adds the context to the upload process group params

func (*UploadProcessGroupParams) WithDefaults

WithDefaults hydrates default values in the upload process group params (not the query body).

All values with no default are reset to their zero value.

func (*UploadProcessGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload process group params

func (*UploadProcessGroupParams) WithID

WithID adds the id to the upload process group params

func (*UploadProcessGroupParams) WithTimeout

WithTimeout adds the timeout to the upload process group params

func (*UploadProcessGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadProcessGroupReader

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

UploadProcessGroupReader is a Reader for the UploadProcessGroup structure.

func (*UploadProcessGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadProcessGroupUnauthorized

type UploadProcessGroupUnauthorized struct {
}

UploadProcessGroupUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewUploadProcessGroupUnauthorized

func NewUploadProcessGroupUnauthorized() *UploadProcessGroupUnauthorized

NewUploadProcessGroupUnauthorized creates a UploadProcessGroupUnauthorized with default headers values

func (*UploadProcessGroupUnauthorized) Error

func (*UploadProcessGroupUnauthorized) IsClientError added in v1.19.1

func (o *UploadProcessGroupUnauthorized) IsClientError() bool

IsClientError returns true when this upload process group unauthorized response has a 4xx status code

func (*UploadProcessGroupUnauthorized) IsCode added in v1.19.1

func (o *UploadProcessGroupUnauthorized) IsCode(code int) bool

IsCode returns true when this upload process group unauthorized response a status code equal to that given

func (*UploadProcessGroupUnauthorized) IsRedirect added in v1.19.1

func (o *UploadProcessGroupUnauthorized) IsRedirect() bool

IsRedirect returns true when this upload process group unauthorized response has a 3xx status code

func (*UploadProcessGroupUnauthorized) IsServerError added in v1.19.1

func (o *UploadProcessGroupUnauthorized) IsServerError() bool

IsServerError returns true when this upload process group unauthorized response has a 5xx status code

func (*UploadProcessGroupUnauthorized) IsSuccess added in v1.19.1

func (o *UploadProcessGroupUnauthorized) IsSuccess() bool

IsSuccess returns true when this upload process group unauthorized response has a 2xx status code

func (*UploadProcessGroupUnauthorized) String added in v1.19.1

type UploadTemplateBadRequest

type UploadTemplateBadRequest struct {
}

UploadTemplateBadRequest describes a response with status code 400, with default header values.

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUploadTemplateBadRequest

func NewUploadTemplateBadRequest() *UploadTemplateBadRequest

NewUploadTemplateBadRequest creates a UploadTemplateBadRequest with default headers values

func (*UploadTemplateBadRequest) Error

func (o *UploadTemplateBadRequest) Error() string

func (*UploadTemplateBadRequest) IsClientError added in v1.19.1

func (o *UploadTemplateBadRequest) IsClientError() bool

IsClientError returns true when this upload template bad request response has a 4xx status code

func (*UploadTemplateBadRequest) IsCode added in v1.19.1

func (o *UploadTemplateBadRequest) IsCode(code int) bool

IsCode returns true when this upload template bad request response a status code equal to that given

func (*UploadTemplateBadRequest) IsRedirect added in v1.19.1

func (o *UploadTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this upload template bad request response has a 3xx status code

func (*UploadTemplateBadRequest) IsServerError added in v1.19.1

func (o *UploadTemplateBadRequest) IsServerError() bool

IsServerError returns true when this upload template bad request response has a 5xx status code

func (*UploadTemplateBadRequest) IsSuccess added in v1.19.1

func (o *UploadTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this upload template bad request response has a 2xx status code

func (*UploadTemplateBadRequest) String added in v1.19.1

func (o *UploadTemplateBadRequest) String() string

type UploadTemplateConflict

type UploadTemplateConflict struct {
}

UploadTemplateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUploadTemplateConflict

func NewUploadTemplateConflict() *UploadTemplateConflict

NewUploadTemplateConflict creates a UploadTemplateConflict with default headers values

func (*UploadTemplateConflict) Error

func (o *UploadTemplateConflict) Error() string

func (*UploadTemplateConflict) IsClientError added in v1.19.1

func (o *UploadTemplateConflict) IsClientError() bool

IsClientError returns true when this upload template conflict response has a 4xx status code

func (*UploadTemplateConflict) IsCode added in v1.19.1

func (o *UploadTemplateConflict) IsCode(code int) bool

IsCode returns true when this upload template conflict response a status code equal to that given

func (*UploadTemplateConflict) IsRedirect added in v1.19.1

func (o *UploadTemplateConflict) IsRedirect() bool

IsRedirect returns true when this upload template conflict response has a 3xx status code

func (*UploadTemplateConflict) IsServerError added in v1.19.1

func (o *UploadTemplateConflict) IsServerError() bool

IsServerError returns true when this upload template conflict response has a 5xx status code

func (*UploadTemplateConflict) IsSuccess added in v1.19.1

func (o *UploadTemplateConflict) IsSuccess() bool

IsSuccess returns true when this upload template conflict response has a 2xx status code

func (*UploadTemplateConflict) String added in v1.19.1

func (o *UploadTemplateConflict) String() string

type UploadTemplateForbidden

type UploadTemplateForbidden struct {
}

UploadTemplateForbidden describes a response with status code 403, with default header values.

Client is not authorized to make this request.

func NewUploadTemplateForbidden

func NewUploadTemplateForbidden() *UploadTemplateForbidden

NewUploadTemplateForbidden creates a UploadTemplateForbidden with default headers values

func (*UploadTemplateForbidden) Error

func (o *UploadTemplateForbidden) Error() string

func (*UploadTemplateForbidden) IsClientError added in v1.19.1

func (o *UploadTemplateForbidden) IsClientError() bool

IsClientError returns true when this upload template forbidden response has a 4xx status code

func (*UploadTemplateForbidden) IsCode added in v1.19.1

func (o *UploadTemplateForbidden) IsCode(code int) bool

IsCode returns true when this upload template forbidden response a status code equal to that given

func (*UploadTemplateForbidden) IsRedirect added in v1.19.1

func (o *UploadTemplateForbidden) IsRedirect() bool

IsRedirect returns true when this upload template forbidden response has a 3xx status code

func (*UploadTemplateForbidden) IsServerError added in v1.19.1

func (o *UploadTemplateForbidden) IsServerError() bool

IsServerError returns true when this upload template forbidden response has a 5xx status code

func (*UploadTemplateForbidden) IsSuccess added in v1.19.1

func (o *UploadTemplateForbidden) IsSuccess() bool

IsSuccess returns true when this upload template forbidden response has a 2xx status code

func (*UploadTemplateForbidden) String added in v1.19.1

func (o *UploadTemplateForbidden) String() string

type UploadTemplateOK

type UploadTemplateOK struct {
	Payload *models.TemplateEntity
}

UploadTemplateOK describes a response with status code 200, with default header values.

successful operation

func NewUploadTemplateOK

func NewUploadTemplateOK() *UploadTemplateOK

NewUploadTemplateOK creates a UploadTemplateOK with default headers values

func (*UploadTemplateOK) Error

func (o *UploadTemplateOK) Error() string

func (*UploadTemplateOK) GetPayload

func (o *UploadTemplateOK) GetPayload() *models.TemplateEntity

func (*UploadTemplateOK) IsClientError added in v1.19.1

func (o *UploadTemplateOK) IsClientError() bool

IsClientError returns true when this upload template o k response has a 4xx status code

func (*UploadTemplateOK) IsCode added in v1.19.1

func (o *UploadTemplateOK) IsCode(code int) bool

IsCode returns true when this upload template o k response a status code equal to that given

func (*UploadTemplateOK) IsRedirect added in v1.19.1

func (o *UploadTemplateOK) IsRedirect() bool

IsRedirect returns true when this upload template o k response has a 3xx status code

func (*UploadTemplateOK) IsServerError added in v1.19.1

func (o *UploadTemplateOK) IsServerError() bool

IsServerError returns true when this upload template o k response has a 5xx status code

func (*UploadTemplateOK) IsSuccess added in v1.19.1

func (o *UploadTemplateOK) IsSuccess() bool

IsSuccess returns true when this upload template o k response has a 2xx status code

func (*UploadTemplateOK) String added in v1.19.1

func (o *UploadTemplateOK) String() string

type UploadTemplateParams

type UploadTemplateParams struct {

	/* Body.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	Body bool

	/* ID.

	   The process group id.
	*/
	ID string

	/* Template.

	   The binary content of the template file being uploaded.
	*/
	Template runtime.NamedReadCloser

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

UploadTemplateParams contains all the parameters to send to the API endpoint

for the upload template operation.

Typically these are written to a http.Request.

func NewUploadTemplateParams

func NewUploadTemplateParams() *UploadTemplateParams

NewUploadTemplateParams creates a new UploadTemplateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUploadTemplateParamsWithContext

func NewUploadTemplateParamsWithContext(ctx context.Context) *UploadTemplateParams

NewUploadTemplateParamsWithContext creates a new UploadTemplateParams object with the ability to set a context for a request.

func NewUploadTemplateParamsWithHTTPClient

func NewUploadTemplateParamsWithHTTPClient(client *http.Client) *UploadTemplateParams

NewUploadTemplateParamsWithHTTPClient creates a new UploadTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewUploadTemplateParamsWithTimeout

func NewUploadTemplateParamsWithTimeout(timeout time.Duration) *UploadTemplateParams

NewUploadTemplateParamsWithTimeout creates a new UploadTemplateParams object with the ability to set a timeout on a request.

func (*UploadTemplateParams) SetBody

func (o *UploadTemplateParams) SetBody(body bool)

SetBody adds the body to the upload template params

func (*UploadTemplateParams) SetContext

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

SetContext adds the context to the upload template params

func (*UploadTemplateParams) SetDefaults

func (o *UploadTemplateParams) SetDefaults()

SetDefaults hydrates default values in the upload template params (not the query body).

All values with no default are reset to their zero value.

func (*UploadTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload template params

func (*UploadTemplateParams) SetID

func (o *UploadTemplateParams) SetID(id string)

SetID adds the id to the upload template params

func (*UploadTemplateParams) SetTemplate

func (o *UploadTemplateParams) SetTemplate(template runtime.NamedReadCloser)

SetTemplate adds the template to the upload template params

func (*UploadTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the upload template params

func (*UploadTemplateParams) WithBody

func (o *UploadTemplateParams) WithBody(body bool) *UploadTemplateParams

WithBody adds the body to the upload template params

func (*UploadTemplateParams) WithContext

WithContext adds the context to the upload template params

func (*UploadTemplateParams) WithDefaults

func (o *UploadTemplateParams) WithDefaults() *UploadTemplateParams

WithDefaults hydrates default values in the upload template params (not the query body).

All values with no default are reset to their zero value.

func (*UploadTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload template params

func (*UploadTemplateParams) WithID

WithID adds the id to the upload template params

func (*UploadTemplateParams) WithTemplate

WithTemplate adds the template to the upload template params

func (*UploadTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the upload template params

func (*UploadTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UploadTemplateReader

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

UploadTemplateReader is a Reader for the UploadTemplate structure.

func (*UploadTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadTemplateUnauthorized

type UploadTemplateUnauthorized struct {
}

UploadTemplateUnauthorized describes a response with status code 401, with default header values.

Client could not be authenticated.

func NewUploadTemplateUnauthorized

func NewUploadTemplateUnauthorized() *UploadTemplateUnauthorized

NewUploadTemplateUnauthorized creates a UploadTemplateUnauthorized with default headers values

func (*UploadTemplateUnauthorized) Error

func (*UploadTemplateUnauthorized) IsClientError added in v1.19.1

func (o *UploadTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this upload template unauthorized response has a 4xx status code

func (*UploadTemplateUnauthorized) IsCode added in v1.19.1

func (o *UploadTemplateUnauthorized) IsCode(code int) bool

IsCode returns true when this upload template unauthorized response a status code equal to that given

func (*UploadTemplateUnauthorized) IsRedirect added in v1.19.1

func (o *UploadTemplateUnauthorized) IsRedirect() bool

IsRedirect returns true when this upload template unauthorized response has a 3xx status code

func (*UploadTemplateUnauthorized) IsServerError added in v1.19.1

func (o *UploadTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this upload template unauthorized response has a 5xx status code

func (*UploadTemplateUnauthorized) IsSuccess added in v1.19.1

func (o *UploadTemplateUnauthorized) IsSuccess() bool

IsSuccess returns true when this upload template unauthorized response has a 2xx status code

func (*UploadTemplateUnauthorized) String added in v1.19.1

func (o *UploadTemplateUnauthorized) String() string

Source Files

Jump to

Keyboard shortcuts

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