controller

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 controller API

func (*Client) CreateBulletin

func (a *Client) CreateBulletin(params *CreateBulletinParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateBulletinOK, error)

CreateBulletin creates a new bulletin

func (*Client) CreateFlowRegistryClient added in v1.19.1

func (a *Client) CreateFlowRegistryClient(params *CreateFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFlowRegistryClientCreated, error)

CreateFlowRegistryClient creates a new flow registry client

func (*Client) CreateParameterProvider added in v1.19.1

func (a *Client) CreateParameterProvider(params *CreateParameterProviderParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateParameterProviderCreated, error)

CreateParameterProvider creates a new parameter provider

func (*Client) CreateReportingTask

func (a *Client) CreateReportingTask(params *CreateReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateReportingTaskCreated, error)

CreateReportingTask creates a new reporting task

func (*Client) DeleteFlowRegistryClient added in v1.19.1

func (a *Client) DeleteFlowRegistryClient(params *DeleteFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFlowRegistryClientOK, error)

DeleteFlowRegistryClient deletes a flow registry client

func (*Client) DeleteHistory

func (a *Client) DeleteHistory(params *DeleteHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHistoryOK, error)

DeleteHistory purges history

func (*Client) DeleteNode

func (a *Client) DeleteNode(params *DeleteNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNodeOK, error)

DeleteNode removes a node from the cluster

func (*Client) GetCluster

func (a *Client) GetCluster(params *GetClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterOK, error)

GetCluster gets the contents of the cluster

Returns the contents of the cluster including all nodes and their status.

func (*Client) GetControllerConfig

func (a *Client) GetControllerConfig(params *GetControllerConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetControllerConfigOK, error)

GetControllerConfig retrieves the configuration for this ni fi controller

func (*Client) GetFlowRegistryClient added in v1.19.1

func (a *Client) GetFlowRegistryClient(params *GetFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowRegistryClientOK, error)

GetFlowRegistryClient gets a flow registry client

func (*Client) GetFlowRegistryClients added in v1.19.1

func (a *Client) GetFlowRegistryClients(params *GetFlowRegistryClientsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowRegistryClientsOK, error)

GetFlowRegistryClients gets the listing of available flow registry clients

func (*Client) GetNode

func (a *Client) GetNode(params *GetNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNodeOK, error)

GetNode gets a node in the cluster

func (*Client) GetNodeStatusHistory

func (a *Client) GetNodeStatusHistory(params *GetNodeStatusHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNodeStatusHistoryOK, error)

GetNodeStatusHistory gets status history for the node

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

func (*Client) GetRegistryClientTypes added in v1.19.1

func (a *Client) GetRegistryClientTypes(params *GetRegistryClientTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRegistryClientTypesOK, error)

GetRegistryClientTypes retrieves the types of flow that this ni fi supports

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) UpdateControllerConfig

func (a *Client) UpdateControllerConfig(params *UpdateControllerConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateControllerConfigOK, error)

UpdateControllerConfig retrieves the configuration for this ni fi

func (*Client) UpdateFlowRegistryClient added in v1.19.1

func (a *Client) UpdateFlowRegistryClient(params *UpdateFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFlowRegistryClientOK, error)

UpdateFlowRegistryClient updates a flow registry client

func (*Client) UpdateNode

func (a *Client) UpdateNode(params *UpdateNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNodeOK, error)

UpdateNode updates a node in the cluster

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateBulletin(params *CreateBulletinParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateBulletinOK, error)

	CreateFlowRegistryClient(params *CreateFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFlowRegistryClientCreated, error)

	CreateParameterProvider(params *CreateParameterProviderParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateParameterProviderCreated, error)

	CreateReportingTask(params *CreateReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateReportingTaskCreated, error)

	DeleteFlowRegistryClient(params *DeleteFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFlowRegistryClientOK, error)

	DeleteHistory(params *DeleteHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHistoryOK, error)

	DeleteNode(params *DeleteNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteNodeOK, error)

	GetCluster(params *GetClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterOK, error)

	GetControllerConfig(params *GetControllerConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetControllerConfigOK, error)

	GetFlowRegistryClient(params *GetFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowRegistryClientOK, error)

	GetFlowRegistryClients(params *GetFlowRegistryClientsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFlowRegistryClientsOK, error)

	GetNode(params *GetNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNodeOK, error)

	GetNodeStatusHistory(params *GetNodeStatusHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNodeStatusHistoryOK, error)

	GetRegistryClientTypes(params *GetRegistryClientTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRegistryClientTypesOK, error)

	UpdateControllerConfig(params *UpdateControllerConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateControllerConfigOK, error)

	UpdateFlowRegistryClient(params *UpdateFlowRegistryClientParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFlowRegistryClientOK, error)

	UpdateNode(params *UpdateNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateNodeOK, 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 controller API client.

type CreateBulletinBadRequest

type CreateBulletinBadRequest struct {
}

CreateBulletinBadRequest 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 NewCreateBulletinBadRequest

func NewCreateBulletinBadRequest() *CreateBulletinBadRequest

NewCreateBulletinBadRequest creates a CreateBulletinBadRequest with default headers values

func (*CreateBulletinBadRequest) Error

func (o *CreateBulletinBadRequest) Error() string

func (*CreateBulletinBadRequest) IsClientError added in v1.19.1

func (o *CreateBulletinBadRequest) IsClientError() bool

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

func (*CreateBulletinBadRequest) IsCode added in v1.19.1

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

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

func (*CreateBulletinBadRequest) IsRedirect added in v1.19.1

func (o *CreateBulletinBadRequest) IsRedirect() bool

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

func (*CreateBulletinBadRequest) IsServerError added in v1.19.1

func (o *CreateBulletinBadRequest) IsServerError() bool

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

func (*CreateBulletinBadRequest) IsSuccess added in v1.19.1

func (o *CreateBulletinBadRequest) IsSuccess() bool

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

func (*CreateBulletinBadRequest) String added in v1.19.1

func (o *CreateBulletinBadRequest) String() string

type CreateBulletinConflict

type CreateBulletinConflict struct {
}

CreateBulletinConflict 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 NewCreateBulletinConflict

func NewCreateBulletinConflict() *CreateBulletinConflict

NewCreateBulletinConflict creates a CreateBulletinConflict with default headers values

func (*CreateBulletinConflict) Error

func (o *CreateBulletinConflict) Error() string

func (*CreateBulletinConflict) IsClientError added in v1.19.1

func (o *CreateBulletinConflict) IsClientError() bool

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

func (*CreateBulletinConflict) IsCode added in v1.19.1

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

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

func (*CreateBulletinConflict) IsRedirect added in v1.19.1

func (o *CreateBulletinConflict) IsRedirect() bool

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

func (*CreateBulletinConflict) IsServerError added in v1.19.1

func (o *CreateBulletinConflict) IsServerError() bool

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

func (*CreateBulletinConflict) IsSuccess added in v1.19.1

func (o *CreateBulletinConflict) IsSuccess() bool

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

func (*CreateBulletinConflict) String added in v1.19.1

func (o *CreateBulletinConflict) String() string

type CreateBulletinForbidden

type CreateBulletinForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateBulletinForbidden

func NewCreateBulletinForbidden() *CreateBulletinForbidden

NewCreateBulletinForbidden creates a CreateBulletinForbidden with default headers values

func (*CreateBulletinForbidden) Error

func (o *CreateBulletinForbidden) Error() string

func (*CreateBulletinForbidden) IsClientError added in v1.19.1

func (o *CreateBulletinForbidden) IsClientError() bool

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

func (*CreateBulletinForbidden) IsCode added in v1.19.1

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

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

func (*CreateBulletinForbidden) IsRedirect added in v1.19.1

func (o *CreateBulletinForbidden) IsRedirect() bool

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

func (*CreateBulletinForbidden) IsServerError added in v1.19.1

func (o *CreateBulletinForbidden) IsServerError() bool

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

func (*CreateBulletinForbidden) IsSuccess added in v1.19.1

func (o *CreateBulletinForbidden) IsSuccess() bool

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

func (*CreateBulletinForbidden) String added in v1.19.1

func (o *CreateBulletinForbidden) String() string

type CreateBulletinOK

type CreateBulletinOK struct {
	Payload *models.BulletinEntity
}

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

successful operation

func NewCreateBulletinOK

func NewCreateBulletinOK() *CreateBulletinOK

NewCreateBulletinOK creates a CreateBulletinOK with default headers values

func (*CreateBulletinOK) Error

func (o *CreateBulletinOK) Error() string

func (*CreateBulletinOK) GetPayload

func (o *CreateBulletinOK) GetPayload() *models.BulletinEntity

func (*CreateBulletinOK) IsClientError added in v1.19.1

func (o *CreateBulletinOK) IsClientError() bool

IsClientError returns true when this create bulletin o k response has a 4xx status code

func (*CreateBulletinOK) IsCode added in v1.19.1

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

IsCode returns true when this create bulletin o k response a status code equal to that given

func (*CreateBulletinOK) IsRedirect added in v1.19.1

func (o *CreateBulletinOK) IsRedirect() bool

IsRedirect returns true when this create bulletin o k response has a 3xx status code

func (*CreateBulletinOK) IsServerError added in v1.19.1

func (o *CreateBulletinOK) IsServerError() bool

IsServerError returns true when this create bulletin o k response has a 5xx status code

func (*CreateBulletinOK) IsSuccess added in v1.19.1

func (o *CreateBulletinOK) IsSuccess() bool

IsSuccess returns true when this create bulletin o k response has a 2xx status code

func (*CreateBulletinOK) String added in v1.19.1

func (o *CreateBulletinOK) String() string

type CreateBulletinParams

type CreateBulletinParams struct {

	/* Body.

	   The reporting task configuration details.
	*/
	Body *models.BulletinEntity

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

CreateBulletinParams contains all the parameters to send to the API endpoint

for the create bulletin operation.

Typically these are written to a http.Request.

func NewCreateBulletinParams

func NewCreateBulletinParams() *CreateBulletinParams

NewCreateBulletinParams creates a new CreateBulletinParams 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 NewCreateBulletinParamsWithContext

func NewCreateBulletinParamsWithContext(ctx context.Context) *CreateBulletinParams

NewCreateBulletinParamsWithContext creates a new CreateBulletinParams object with the ability to set a context for a request.

func NewCreateBulletinParamsWithHTTPClient

func NewCreateBulletinParamsWithHTTPClient(client *http.Client) *CreateBulletinParams

NewCreateBulletinParamsWithHTTPClient creates a new CreateBulletinParams object with the ability to set a custom HTTPClient for a request.

func NewCreateBulletinParamsWithTimeout

func NewCreateBulletinParamsWithTimeout(timeout time.Duration) *CreateBulletinParams

NewCreateBulletinParamsWithTimeout creates a new CreateBulletinParams object with the ability to set a timeout on a request.

func (*CreateBulletinParams) SetBody

func (o *CreateBulletinParams) SetBody(body *models.BulletinEntity)

SetBody adds the body to the create bulletin params

func (*CreateBulletinParams) SetContext

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

SetContext adds the context to the create bulletin params

func (*CreateBulletinParams) SetDefaults

func (o *CreateBulletinParams) SetDefaults()

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

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

func (*CreateBulletinParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create bulletin params

func (*CreateBulletinParams) SetTimeout

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

SetTimeout adds the timeout to the create bulletin params

func (*CreateBulletinParams) WithBody

WithBody adds the body to the create bulletin params

func (*CreateBulletinParams) WithContext

WithContext adds the context to the create bulletin params

func (*CreateBulletinParams) WithDefaults

func (o *CreateBulletinParams) WithDefaults() *CreateBulletinParams

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

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

func (*CreateBulletinParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create bulletin params

func (*CreateBulletinParams) WithTimeout

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

WithTimeout adds the timeout to the create bulletin params

func (*CreateBulletinParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateBulletinReader

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

CreateBulletinReader is a Reader for the CreateBulletin structure.

func (*CreateBulletinReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBulletinUnauthorized

type CreateBulletinUnauthorized struct {
}

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

Client could not be authenticated.

func NewCreateBulletinUnauthorized

func NewCreateBulletinUnauthorized() *CreateBulletinUnauthorized

NewCreateBulletinUnauthorized creates a CreateBulletinUnauthorized with default headers values

func (*CreateBulletinUnauthorized) Error

func (*CreateBulletinUnauthorized) IsClientError added in v1.19.1

func (o *CreateBulletinUnauthorized) IsClientError() bool

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

func (*CreateBulletinUnauthorized) IsCode added in v1.19.1

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

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

func (*CreateBulletinUnauthorized) IsRedirect added in v1.19.1

func (o *CreateBulletinUnauthorized) IsRedirect() bool

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

func (*CreateBulletinUnauthorized) IsServerError added in v1.19.1

func (o *CreateBulletinUnauthorized) IsServerError() bool

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

func (*CreateBulletinUnauthorized) IsSuccess added in v1.19.1

func (o *CreateBulletinUnauthorized) IsSuccess() bool

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

func (*CreateBulletinUnauthorized) String added in v1.19.1

func (o *CreateBulletinUnauthorized) String() string

type CreateFlowRegistryClientBadRequest added in v1.19.1

type CreateFlowRegistryClientBadRequest struct {
}

CreateFlowRegistryClientBadRequest 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 NewCreateFlowRegistryClientBadRequest added in v1.19.1

func NewCreateFlowRegistryClientBadRequest() *CreateFlowRegistryClientBadRequest

NewCreateFlowRegistryClientBadRequest creates a CreateFlowRegistryClientBadRequest with default headers values

func (*CreateFlowRegistryClientBadRequest) Error added in v1.19.1

func (*CreateFlowRegistryClientBadRequest) IsClientError added in v1.19.1

func (o *CreateFlowRegistryClientBadRequest) IsClientError() bool

IsClientError returns true when this create flow registry client bad request response has a 4xx status code

func (*CreateFlowRegistryClientBadRequest) IsCode added in v1.19.1

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

func (*CreateFlowRegistryClientBadRequest) IsRedirect added in v1.19.1

func (o *CreateFlowRegistryClientBadRequest) IsRedirect() bool

IsRedirect returns true when this create flow registry client bad request response has a 3xx status code

func (*CreateFlowRegistryClientBadRequest) IsServerError added in v1.19.1

func (o *CreateFlowRegistryClientBadRequest) IsServerError() bool

IsServerError returns true when this create flow registry client bad request response has a 5xx status code

func (*CreateFlowRegistryClientBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this create flow registry client bad request response has a 2xx status code

func (*CreateFlowRegistryClientBadRequest) String added in v1.19.1

type CreateFlowRegistryClientConflict added in v1.19.1

type CreateFlowRegistryClientConflict struct {
}

CreateFlowRegistryClientConflict 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 NewCreateFlowRegistryClientConflict added in v1.19.1

func NewCreateFlowRegistryClientConflict() *CreateFlowRegistryClientConflict

NewCreateFlowRegistryClientConflict creates a CreateFlowRegistryClientConflict with default headers values

func (*CreateFlowRegistryClientConflict) Error added in v1.19.1

func (*CreateFlowRegistryClientConflict) IsClientError added in v1.19.1

func (o *CreateFlowRegistryClientConflict) IsClientError() bool

IsClientError returns true when this create flow registry client conflict response has a 4xx status code

func (*CreateFlowRegistryClientConflict) IsCode added in v1.19.1

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

IsCode returns true when this create flow registry client conflict response a status code equal to that given

func (*CreateFlowRegistryClientConflict) IsRedirect added in v1.19.1

func (o *CreateFlowRegistryClientConflict) IsRedirect() bool

IsRedirect returns true when this create flow registry client conflict response has a 3xx status code

func (*CreateFlowRegistryClientConflict) IsServerError added in v1.19.1

func (o *CreateFlowRegistryClientConflict) IsServerError() bool

IsServerError returns true when this create flow registry client conflict response has a 5xx status code

func (*CreateFlowRegistryClientConflict) IsSuccess added in v1.19.1

func (o *CreateFlowRegistryClientConflict) IsSuccess() bool

IsSuccess returns true when this create flow registry client conflict response has a 2xx status code

func (*CreateFlowRegistryClientConflict) String added in v1.19.1

type CreateFlowRegistryClientCreated added in v1.19.1

type CreateFlowRegistryClientCreated struct {
	Payload *models.FlowRegistryClientEntity
}

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

successful operation

func NewCreateFlowRegistryClientCreated added in v1.19.1

func NewCreateFlowRegistryClientCreated() *CreateFlowRegistryClientCreated

NewCreateFlowRegistryClientCreated creates a CreateFlowRegistryClientCreated with default headers values

func (*CreateFlowRegistryClientCreated) Error added in v1.19.1

func (*CreateFlowRegistryClientCreated) GetPayload added in v1.19.1

func (*CreateFlowRegistryClientCreated) IsClientError added in v1.19.1

func (o *CreateFlowRegistryClientCreated) IsClientError() bool

IsClientError returns true when this create flow registry client created response has a 4xx status code

func (*CreateFlowRegistryClientCreated) IsCode added in v1.19.1

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

IsCode returns true when this create flow registry client created response a status code equal to that given

func (*CreateFlowRegistryClientCreated) IsRedirect added in v1.19.1

func (o *CreateFlowRegistryClientCreated) IsRedirect() bool

IsRedirect returns true when this create flow registry client created response has a 3xx status code

func (*CreateFlowRegistryClientCreated) IsServerError added in v1.19.1

func (o *CreateFlowRegistryClientCreated) IsServerError() bool

IsServerError returns true when this create flow registry client created response has a 5xx status code

func (*CreateFlowRegistryClientCreated) IsSuccess added in v1.19.1

func (o *CreateFlowRegistryClientCreated) IsSuccess() bool

IsSuccess returns true when this create flow registry client created response has a 2xx status code

func (*CreateFlowRegistryClientCreated) String added in v1.19.1

type CreateFlowRegistryClientForbidden added in v1.19.1

type CreateFlowRegistryClientForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateFlowRegistryClientForbidden added in v1.19.1

func NewCreateFlowRegistryClientForbidden() *CreateFlowRegistryClientForbidden

NewCreateFlowRegistryClientForbidden creates a CreateFlowRegistryClientForbidden with default headers values

func (*CreateFlowRegistryClientForbidden) Error added in v1.19.1

func (*CreateFlowRegistryClientForbidden) IsClientError added in v1.19.1

func (o *CreateFlowRegistryClientForbidden) IsClientError() bool

IsClientError returns true when this create flow registry client forbidden response has a 4xx status code

func (*CreateFlowRegistryClientForbidden) IsCode added in v1.19.1

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

IsCode returns true when this create flow registry client forbidden response a status code equal to that given

func (*CreateFlowRegistryClientForbidden) IsRedirect added in v1.19.1

func (o *CreateFlowRegistryClientForbidden) IsRedirect() bool

IsRedirect returns true when this create flow registry client forbidden response has a 3xx status code

func (*CreateFlowRegistryClientForbidden) IsServerError added in v1.19.1

func (o *CreateFlowRegistryClientForbidden) IsServerError() bool

IsServerError returns true when this create flow registry client forbidden response has a 5xx status code

func (*CreateFlowRegistryClientForbidden) IsSuccess added in v1.19.1

func (o *CreateFlowRegistryClientForbidden) IsSuccess() bool

IsSuccess returns true when this create flow registry client forbidden response has a 2xx status code

func (*CreateFlowRegistryClientForbidden) String added in v1.19.1

type CreateFlowRegistryClientParams added in v1.19.1

type CreateFlowRegistryClientParams struct {

	/* Body.

	   The flow registry client configuration details.
	*/
	Body *models.FlowRegistryClientEntity

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

CreateFlowRegistryClientParams contains all the parameters to send to the API endpoint

for the create flow registry client operation.

Typically these are written to a http.Request.

func NewCreateFlowRegistryClientParams added in v1.19.1

func NewCreateFlowRegistryClientParams() *CreateFlowRegistryClientParams

NewCreateFlowRegistryClientParams creates a new CreateFlowRegistryClientParams 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 NewCreateFlowRegistryClientParamsWithContext added in v1.19.1

func NewCreateFlowRegistryClientParamsWithContext(ctx context.Context) *CreateFlowRegistryClientParams

NewCreateFlowRegistryClientParamsWithContext creates a new CreateFlowRegistryClientParams object with the ability to set a context for a request.

func NewCreateFlowRegistryClientParamsWithHTTPClient added in v1.19.1

func NewCreateFlowRegistryClientParamsWithHTTPClient(client *http.Client) *CreateFlowRegistryClientParams

NewCreateFlowRegistryClientParamsWithHTTPClient creates a new CreateFlowRegistryClientParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFlowRegistryClientParamsWithTimeout added in v1.19.1

func NewCreateFlowRegistryClientParamsWithTimeout(timeout time.Duration) *CreateFlowRegistryClientParams

NewCreateFlowRegistryClientParamsWithTimeout creates a new CreateFlowRegistryClientParams object with the ability to set a timeout on a request.

func (*CreateFlowRegistryClientParams) SetBody added in v1.19.1

SetBody adds the body to the create flow registry client params

func (*CreateFlowRegistryClientParams) SetContext added in v1.19.1

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

SetContext adds the context to the create flow registry client params

func (*CreateFlowRegistryClientParams) SetDefaults added in v1.19.1

func (o *CreateFlowRegistryClientParams) SetDefaults()

SetDefaults hydrates default values in the create flow registry client params (not the query body).

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

func (*CreateFlowRegistryClientParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the create flow registry client params

func (*CreateFlowRegistryClientParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the create flow registry client params

func (*CreateFlowRegistryClientParams) WithBody added in v1.19.1

WithBody adds the body to the create flow registry client params

func (*CreateFlowRegistryClientParams) WithContext added in v1.19.1

WithContext adds the context to the create flow registry client params

func (*CreateFlowRegistryClientParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the create flow registry client params (not the query body).

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

func (*CreateFlowRegistryClientParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the create flow registry client params

func (*CreateFlowRegistryClientParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the create flow registry client params

func (*CreateFlowRegistryClientParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type CreateFlowRegistryClientReader added in v1.19.1

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

CreateFlowRegistryClientReader is a Reader for the CreateFlowRegistryClient structure.

func (*CreateFlowRegistryClientReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type CreateFlowRegistryClientUnauthorized added in v1.19.1

type CreateFlowRegistryClientUnauthorized struct {
}

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

Client could not be authenticated.

func NewCreateFlowRegistryClientUnauthorized added in v1.19.1

func NewCreateFlowRegistryClientUnauthorized() *CreateFlowRegistryClientUnauthorized

NewCreateFlowRegistryClientUnauthorized creates a CreateFlowRegistryClientUnauthorized with default headers values

func (*CreateFlowRegistryClientUnauthorized) Error added in v1.19.1

func (*CreateFlowRegistryClientUnauthorized) IsClientError added in v1.19.1

func (o *CreateFlowRegistryClientUnauthorized) IsClientError() bool

IsClientError returns true when this create flow registry client unauthorized response has a 4xx status code

func (*CreateFlowRegistryClientUnauthorized) IsCode added in v1.19.1

IsCode returns true when this create flow registry client unauthorized response a status code equal to that given

func (*CreateFlowRegistryClientUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this create flow registry client unauthorized response has a 3xx status code

func (*CreateFlowRegistryClientUnauthorized) IsServerError added in v1.19.1

func (o *CreateFlowRegistryClientUnauthorized) IsServerError() bool

IsServerError returns true when this create flow registry client unauthorized response has a 5xx status code

func (*CreateFlowRegistryClientUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this create flow registry client unauthorized response has a 2xx status code

func (*CreateFlowRegistryClientUnauthorized) String added in v1.19.1

type CreateParameterProviderBadRequest added in v1.19.1

type CreateParameterProviderBadRequest struct {
}

CreateParameterProviderBadRequest 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 NewCreateParameterProviderBadRequest added in v1.19.1

func NewCreateParameterProviderBadRequest() *CreateParameterProviderBadRequest

NewCreateParameterProviderBadRequest creates a CreateParameterProviderBadRequest with default headers values

func (*CreateParameterProviderBadRequest) Error added in v1.19.1

func (*CreateParameterProviderBadRequest) IsClientError added in v1.19.1

func (o *CreateParameterProviderBadRequest) IsClientError() bool

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

func (*CreateParameterProviderBadRequest) IsCode added in v1.19.1

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

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

func (*CreateParameterProviderBadRequest) IsRedirect added in v1.19.1

func (o *CreateParameterProviderBadRequest) IsRedirect() bool

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

func (*CreateParameterProviderBadRequest) IsServerError added in v1.19.1

func (o *CreateParameterProviderBadRequest) IsServerError() bool

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

func (*CreateParameterProviderBadRequest) IsSuccess added in v1.19.1

func (o *CreateParameterProviderBadRequest) IsSuccess() bool

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

func (*CreateParameterProviderBadRequest) String added in v1.19.1

type CreateParameterProviderConflict added in v1.19.1

type CreateParameterProviderConflict struct {
}

CreateParameterProviderConflict 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 NewCreateParameterProviderConflict added in v1.19.1

func NewCreateParameterProviderConflict() *CreateParameterProviderConflict

NewCreateParameterProviderConflict creates a CreateParameterProviderConflict with default headers values

func (*CreateParameterProviderConflict) Error added in v1.19.1

func (*CreateParameterProviderConflict) IsClientError added in v1.19.1

func (o *CreateParameterProviderConflict) IsClientError() bool

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

func (*CreateParameterProviderConflict) IsCode added in v1.19.1

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

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

func (*CreateParameterProviderConflict) IsRedirect added in v1.19.1

func (o *CreateParameterProviderConflict) IsRedirect() bool

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

func (*CreateParameterProviderConflict) IsServerError added in v1.19.1

func (o *CreateParameterProviderConflict) IsServerError() bool

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

func (*CreateParameterProviderConflict) IsSuccess added in v1.19.1

func (o *CreateParameterProviderConflict) IsSuccess() bool

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

func (*CreateParameterProviderConflict) String added in v1.19.1

type CreateParameterProviderCreated added in v1.19.1

type CreateParameterProviderCreated struct {
	Payload *models.ParameterProviderEntity
}

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

successful operation

func NewCreateParameterProviderCreated added in v1.19.1

func NewCreateParameterProviderCreated() *CreateParameterProviderCreated

NewCreateParameterProviderCreated creates a CreateParameterProviderCreated with default headers values

func (*CreateParameterProviderCreated) Error added in v1.19.1

func (*CreateParameterProviderCreated) GetPayload added in v1.19.1

func (*CreateParameterProviderCreated) IsClientError added in v1.19.1

func (o *CreateParameterProviderCreated) IsClientError() bool

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

func (*CreateParameterProviderCreated) IsCode added in v1.19.1

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

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

func (*CreateParameterProviderCreated) IsRedirect added in v1.19.1

func (o *CreateParameterProviderCreated) IsRedirect() bool

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

func (*CreateParameterProviderCreated) IsServerError added in v1.19.1

func (o *CreateParameterProviderCreated) IsServerError() bool

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

func (*CreateParameterProviderCreated) IsSuccess added in v1.19.1

func (o *CreateParameterProviderCreated) IsSuccess() bool

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

func (*CreateParameterProviderCreated) String added in v1.19.1

type CreateParameterProviderForbidden added in v1.19.1

type CreateParameterProviderForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateParameterProviderForbidden added in v1.19.1

func NewCreateParameterProviderForbidden() *CreateParameterProviderForbidden

NewCreateParameterProviderForbidden creates a CreateParameterProviderForbidden with default headers values

func (*CreateParameterProviderForbidden) Error added in v1.19.1

func (*CreateParameterProviderForbidden) IsClientError added in v1.19.1

func (o *CreateParameterProviderForbidden) IsClientError() bool

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

func (*CreateParameterProviderForbidden) IsCode added in v1.19.1

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

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

func (*CreateParameterProviderForbidden) IsRedirect added in v1.19.1

func (o *CreateParameterProviderForbidden) IsRedirect() bool

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

func (*CreateParameterProviderForbidden) IsServerError added in v1.19.1

func (o *CreateParameterProviderForbidden) IsServerError() bool

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

func (*CreateParameterProviderForbidden) IsSuccess added in v1.19.1

func (o *CreateParameterProviderForbidden) IsSuccess() bool

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

func (*CreateParameterProviderForbidden) String added in v1.19.1

type CreateParameterProviderParams added in v1.19.1

type CreateParameterProviderParams struct {

	/* Body.

	   The parameter provider configuration details.
	*/
	Body *models.ParameterProviderEntity

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

CreateParameterProviderParams contains all the parameters to send to the API endpoint

for the create parameter provider operation.

Typically these are written to a http.Request.

func NewCreateParameterProviderParams added in v1.19.1

func NewCreateParameterProviderParams() *CreateParameterProviderParams

NewCreateParameterProviderParams creates a new CreateParameterProviderParams 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 NewCreateParameterProviderParamsWithContext added in v1.19.1

func NewCreateParameterProviderParamsWithContext(ctx context.Context) *CreateParameterProviderParams

NewCreateParameterProviderParamsWithContext creates a new CreateParameterProviderParams object with the ability to set a context for a request.

func NewCreateParameterProviderParamsWithHTTPClient added in v1.19.1

func NewCreateParameterProviderParamsWithHTTPClient(client *http.Client) *CreateParameterProviderParams

NewCreateParameterProviderParamsWithHTTPClient creates a new CreateParameterProviderParams object with the ability to set a custom HTTPClient for a request.

func NewCreateParameterProviderParamsWithTimeout added in v1.19.1

func NewCreateParameterProviderParamsWithTimeout(timeout time.Duration) *CreateParameterProviderParams

NewCreateParameterProviderParamsWithTimeout creates a new CreateParameterProviderParams object with the ability to set a timeout on a request.

func (*CreateParameterProviderParams) SetBody added in v1.19.1

SetBody adds the body to the create parameter provider params

func (*CreateParameterProviderParams) SetContext added in v1.19.1

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

SetContext adds the context to the create parameter provider params

func (*CreateParameterProviderParams) SetDefaults added in v1.19.1

func (o *CreateParameterProviderParams) SetDefaults()

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

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

func (*CreateParameterProviderParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the create parameter provider params

func (*CreateParameterProviderParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the create parameter provider params

func (*CreateParameterProviderParams) WithBody added in v1.19.1

WithBody adds the body to the create parameter provider params

func (*CreateParameterProviderParams) WithContext added in v1.19.1

WithContext adds the context to the create parameter provider params

func (*CreateParameterProviderParams) WithDefaults added in v1.19.1

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

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

func (*CreateParameterProviderParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the create parameter provider params

func (*CreateParameterProviderParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the create parameter provider params

func (*CreateParameterProviderParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type CreateParameterProviderReader added in v1.19.1

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

CreateParameterProviderReader is a Reader for the CreateParameterProvider structure.

func (*CreateParameterProviderReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type CreateParameterProviderUnauthorized added in v1.19.1

type CreateParameterProviderUnauthorized struct {
}

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

Client could not be authenticated.

func NewCreateParameterProviderUnauthorized added in v1.19.1

func NewCreateParameterProviderUnauthorized() *CreateParameterProviderUnauthorized

NewCreateParameterProviderUnauthorized creates a CreateParameterProviderUnauthorized with default headers values

func (*CreateParameterProviderUnauthorized) Error added in v1.19.1

func (*CreateParameterProviderUnauthorized) IsClientError added in v1.19.1

func (o *CreateParameterProviderUnauthorized) IsClientError() bool

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

func (*CreateParameterProviderUnauthorized) IsCode added in v1.19.1

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

func (*CreateParameterProviderUnauthorized) IsRedirect added in v1.19.1

func (o *CreateParameterProviderUnauthorized) IsRedirect() bool

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

func (*CreateParameterProviderUnauthorized) IsServerError added in v1.19.1

func (o *CreateParameterProviderUnauthorized) IsServerError() bool

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

func (*CreateParameterProviderUnauthorized) IsSuccess added in v1.19.1

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

func (*CreateParameterProviderUnauthorized) String added in v1.19.1

type CreateReportingTaskBadRequest

type CreateReportingTaskBadRequest struct {
}

CreateReportingTaskBadRequest 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 NewCreateReportingTaskBadRequest

func NewCreateReportingTaskBadRequest() *CreateReportingTaskBadRequest

NewCreateReportingTaskBadRequest creates a CreateReportingTaskBadRequest with default headers values

func (*CreateReportingTaskBadRequest) Error

func (*CreateReportingTaskBadRequest) IsClientError added in v1.19.1

func (o *CreateReportingTaskBadRequest) IsClientError() bool

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

func (*CreateReportingTaskBadRequest) IsCode added in v1.19.1

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

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

func (*CreateReportingTaskBadRequest) IsRedirect added in v1.19.1

func (o *CreateReportingTaskBadRequest) IsRedirect() bool

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

func (*CreateReportingTaskBadRequest) IsServerError added in v1.19.1

func (o *CreateReportingTaskBadRequest) IsServerError() bool

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

func (*CreateReportingTaskBadRequest) IsSuccess added in v1.19.1

func (o *CreateReportingTaskBadRequest) IsSuccess() bool

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

func (*CreateReportingTaskBadRequest) String added in v1.19.1

type CreateReportingTaskConflict

type CreateReportingTaskConflict struct {
}

CreateReportingTaskConflict 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 NewCreateReportingTaskConflict

func NewCreateReportingTaskConflict() *CreateReportingTaskConflict

NewCreateReportingTaskConflict creates a CreateReportingTaskConflict with default headers values

func (*CreateReportingTaskConflict) Error

func (*CreateReportingTaskConflict) IsClientError added in v1.19.1

func (o *CreateReportingTaskConflict) IsClientError() bool

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

func (*CreateReportingTaskConflict) IsCode added in v1.19.1

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

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

func (*CreateReportingTaskConflict) IsRedirect added in v1.19.1

func (o *CreateReportingTaskConflict) IsRedirect() bool

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

func (*CreateReportingTaskConflict) IsServerError added in v1.19.1

func (o *CreateReportingTaskConflict) IsServerError() bool

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

func (*CreateReportingTaskConflict) IsSuccess added in v1.19.1

func (o *CreateReportingTaskConflict) IsSuccess() bool

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

func (*CreateReportingTaskConflict) String added in v1.19.1

func (o *CreateReportingTaskConflict) String() string

type CreateReportingTaskCreated added in v1.19.1

type CreateReportingTaskCreated struct {
	Payload *models.ReportingTaskEntity
}

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

successful operation

func NewCreateReportingTaskCreated added in v1.19.1

func NewCreateReportingTaskCreated() *CreateReportingTaskCreated

NewCreateReportingTaskCreated creates a CreateReportingTaskCreated with default headers values

func (*CreateReportingTaskCreated) Error added in v1.19.1

func (*CreateReportingTaskCreated) GetPayload added in v1.19.1

func (*CreateReportingTaskCreated) IsClientError added in v1.19.1

func (o *CreateReportingTaskCreated) IsClientError() bool

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

func (*CreateReportingTaskCreated) IsCode added in v1.19.1

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

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

func (*CreateReportingTaskCreated) IsRedirect added in v1.19.1

func (o *CreateReportingTaskCreated) IsRedirect() bool

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

func (*CreateReportingTaskCreated) IsServerError added in v1.19.1

func (o *CreateReportingTaskCreated) IsServerError() bool

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

func (*CreateReportingTaskCreated) IsSuccess added in v1.19.1

func (o *CreateReportingTaskCreated) IsSuccess() bool

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

func (*CreateReportingTaskCreated) String added in v1.19.1

func (o *CreateReportingTaskCreated) String() string

type CreateReportingTaskForbidden

type CreateReportingTaskForbidden struct {
}

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

Client is not authorized to make this request.

func NewCreateReportingTaskForbidden

func NewCreateReportingTaskForbidden() *CreateReportingTaskForbidden

NewCreateReportingTaskForbidden creates a CreateReportingTaskForbidden with default headers values

func (*CreateReportingTaskForbidden) Error

func (*CreateReportingTaskForbidden) IsClientError added in v1.19.1

func (o *CreateReportingTaskForbidden) IsClientError() bool

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

func (*CreateReportingTaskForbidden) IsCode added in v1.19.1

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

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

func (*CreateReportingTaskForbidden) IsRedirect added in v1.19.1

func (o *CreateReportingTaskForbidden) IsRedirect() bool

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

func (*CreateReportingTaskForbidden) IsServerError added in v1.19.1

func (o *CreateReportingTaskForbidden) IsServerError() bool

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

func (*CreateReportingTaskForbidden) IsSuccess added in v1.19.1

func (o *CreateReportingTaskForbidden) IsSuccess() bool

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

func (*CreateReportingTaskForbidden) String added in v1.19.1

type CreateReportingTaskParams

type CreateReportingTaskParams struct {

	/* Body.

	   The reporting task configuration details.
	*/
	Body *models.ReportingTaskEntity

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

CreateReportingTaskParams contains all the parameters to send to the API endpoint

for the create reporting task operation.

Typically these are written to a http.Request.

func NewCreateReportingTaskParams

func NewCreateReportingTaskParams() *CreateReportingTaskParams

NewCreateReportingTaskParams creates a new CreateReportingTaskParams 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 NewCreateReportingTaskParamsWithContext

func NewCreateReportingTaskParamsWithContext(ctx context.Context) *CreateReportingTaskParams

NewCreateReportingTaskParamsWithContext creates a new CreateReportingTaskParams object with the ability to set a context for a request.

func NewCreateReportingTaskParamsWithHTTPClient

func NewCreateReportingTaskParamsWithHTTPClient(client *http.Client) *CreateReportingTaskParams

NewCreateReportingTaskParamsWithHTTPClient creates a new CreateReportingTaskParams object with the ability to set a custom HTTPClient for a request.

func NewCreateReportingTaskParamsWithTimeout

func NewCreateReportingTaskParamsWithTimeout(timeout time.Duration) *CreateReportingTaskParams

NewCreateReportingTaskParamsWithTimeout creates a new CreateReportingTaskParams object with the ability to set a timeout on a request.

func (*CreateReportingTaskParams) SetBody

SetBody adds the body to the create reporting task params

func (*CreateReportingTaskParams) SetContext

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

SetContext adds the context to the create reporting task params

func (*CreateReportingTaskParams) SetDefaults

func (o *CreateReportingTaskParams) SetDefaults()

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

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

func (*CreateReportingTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create reporting task params

func (*CreateReportingTaskParams) SetTimeout

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

SetTimeout adds the timeout to the create reporting task params

func (*CreateReportingTaskParams) WithBody

WithBody adds the body to the create reporting task params

func (*CreateReportingTaskParams) WithContext

WithContext adds the context to the create reporting task params

func (*CreateReportingTaskParams) WithDefaults

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

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

func (*CreateReportingTaskParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create reporting task params

func (*CreateReportingTaskParams) WithTimeout

WithTimeout adds the timeout to the create reporting task params

func (*CreateReportingTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateReportingTaskReader

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

CreateReportingTaskReader is a Reader for the CreateReportingTask structure.

func (*CreateReportingTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateReportingTaskUnauthorized

type CreateReportingTaskUnauthorized struct {
}

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

Client could not be authenticated.

func NewCreateReportingTaskUnauthorized

func NewCreateReportingTaskUnauthorized() *CreateReportingTaskUnauthorized

NewCreateReportingTaskUnauthorized creates a CreateReportingTaskUnauthorized with default headers values

func (*CreateReportingTaskUnauthorized) Error

func (*CreateReportingTaskUnauthorized) IsClientError added in v1.19.1

func (o *CreateReportingTaskUnauthorized) IsClientError() bool

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

func (*CreateReportingTaskUnauthorized) IsCode added in v1.19.1

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

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

func (*CreateReportingTaskUnauthorized) IsRedirect added in v1.19.1

func (o *CreateReportingTaskUnauthorized) IsRedirect() bool

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

func (*CreateReportingTaskUnauthorized) IsServerError added in v1.19.1

func (o *CreateReportingTaskUnauthorized) IsServerError() bool

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

func (*CreateReportingTaskUnauthorized) IsSuccess added in v1.19.1

func (o *CreateReportingTaskUnauthorized) IsSuccess() bool

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

func (*CreateReportingTaskUnauthorized) String added in v1.19.1

type DeleteFlowRegistryClientBadRequest added in v1.19.1

type DeleteFlowRegistryClientBadRequest struct {
}

DeleteFlowRegistryClientBadRequest 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 NewDeleteFlowRegistryClientBadRequest added in v1.19.1

func NewDeleteFlowRegistryClientBadRequest() *DeleteFlowRegistryClientBadRequest

NewDeleteFlowRegistryClientBadRequest creates a DeleteFlowRegistryClientBadRequest with default headers values

func (*DeleteFlowRegistryClientBadRequest) Error added in v1.19.1

func (*DeleteFlowRegistryClientBadRequest) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientBadRequest) IsClientError() bool

IsClientError returns true when this delete flow registry client bad request response has a 4xx status code

func (*DeleteFlowRegistryClientBadRequest) IsCode added in v1.19.1

IsCode returns true when this delete flow registry client bad request response a status code equal to that given

func (*DeleteFlowRegistryClientBadRequest) IsRedirect added in v1.19.1

func (o *DeleteFlowRegistryClientBadRequest) IsRedirect() bool

IsRedirect returns true when this delete flow registry client bad request response has a 3xx status code

func (*DeleteFlowRegistryClientBadRequest) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientBadRequest) IsServerError() bool

IsServerError returns true when this delete flow registry client bad request response has a 5xx status code

func (*DeleteFlowRegistryClientBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this delete flow registry client bad request response has a 2xx status code

func (*DeleteFlowRegistryClientBadRequest) String added in v1.19.1

type DeleteFlowRegistryClientConflict added in v1.19.1

type DeleteFlowRegistryClientConflict struct {
}

DeleteFlowRegistryClientConflict 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 NewDeleteFlowRegistryClientConflict added in v1.19.1

func NewDeleteFlowRegistryClientConflict() *DeleteFlowRegistryClientConflict

NewDeleteFlowRegistryClientConflict creates a DeleteFlowRegistryClientConflict with default headers values

func (*DeleteFlowRegistryClientConflict) Error added in v1.19.1

func (*DeleteFlowRegistryClientConflict) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientConflict) IsClientError() bool

IsClientError returns true when this delete flow registry client conflict response has a 4xx status code

func (*DeleteFlowRegistryClientConflict) IsCode added in v1.19.1

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

IsCode returns true when this delete flow registry client conflict response a status code equal to that given

func (*DeleteFlowRegistryClientConflict) IsRedirect added in v1.19.1

func (o *DeleteFlowRegistryClientConflict) IsRedirect() bool

IsRedirect returns true when this delete flow registry client conflict response has a 3xx status code

func (*DeleteFlowRegistryClientConflict) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientConflict) IsServerError() bool

IsServerError returns true when this delete flow registry client conflict response has a 5xx status code

func (*DeleteFlowRegistryClientConflict) IsSuccess added in v1.19.1

func (o *DeleteFlowRegistryClientConflict) IsSuccess() bool

IsSuccess returns true when this delete flow registry client conflict response has a 2xx status code

func (*DeleteFlowRegistryClientConflict) String added in v1.19.1

type DeleteFlowRegistryClientForbidden added in v1.19.1

type DeleteFlowRegistryClientForbidden struct {
}

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

Client is not authorized to make this request.

func NewDeleteFlowRegistryClientForbidden added in v1.19.1

func NewDeleteFlowRegistryClientForbidden() *DeleteFlowRegistryClientForbidden

NewDeleteFlowRegistryClientForbidden creates a DeleteFlowRegistryClientForbidden with default headers values

func (*DeleteFlowRegistryClientForbidden) Error added in v1.19.1

func (*DeleteFlowRegistryClientForbidden) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientForbidden) IsClientError() bool

IsClientError returns true when this delete flow registry client forbidden response has a 4xx status code

func (*DeleteFlowRegistryClientForbidden) IsCode added in v1.19.1

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

IsCode returns true when this delete flow registry client forbidden response a status code equal to that given

func (*DeleteFlowRegistryClientForbidden) IsRedirect added in v1.19.1

func (o *DeleteFlowRegistryClientForbidden) IsRedirect() bool

IsRedirect returns true when this delete flow registry client forbidden response has a 3xx status code

func (*DeleteFlowRegistryClientForbidden) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientForbidden) IsServerError() bool

IsServerError returns true when this delete flow registry client forbidden response has a 5xx status code

func (*DeleteFlowRegistryClientForbidden) IsSuccess added in v1.19.1

func (o *DeleteFlowRegistryClientForbidden) IsSuccess() bool

IsSuccess returns true when this delete flow registry client forbidden response has a 2xx status code

func (*DeleteFlowRegistryClientForbidden) String added in v1.19.1

type DeleteFlowRegistryClientNotFound added in v1.19.1

type DeleteFlowRegistryClientNotFound struct {
}

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

The specified resource could not be found.

func NewDeleteFlowRegistryClientNotFound added in v1.19.1

func NewDeleteFlowRegistryClientNotFound() *DeleteFlowRegistryClientNotFound

NewDeleteFlowRegistryClientNotFound creates a DeleteFlowRegistryClientNotFound with default headers values

func (*DeleteFlowRegistryClientNotFound) Error added in v1.19.1

func (*DeleteFlowRegistryClientNotFound) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientNotFound) IsClientError() bool

IsClientError returns true when this delete flow registry client not found response has a 4xx status code

func (*DeleteFlowRegistryClientNotFound) IsCode added in v1.19.1

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

IsCode returns true when this delete flow registry client not found response a status code equal to that given

func (*DeleteFlowRegistryClientNotFound) IsRedirect added in v1.19.1

func (o *DeleteFlowRegistryClientNotFound) IsRedirect() bool

IsRedirect returns true when this delete flow registry client not found response has a 3xx status code

func (*DeleteFlowRegistryClientNotFound) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientNotFound) IsServerError() bool

IsServerError returns true when this delete flow registry client not found response has a 5xx status code

func (*DeleteFlowRegistryClientNotFound) IsSuccess added in v1.19.1

func (o *DeleteFlowRegistryClientNotFound) IsSuccess() bool

IsSuccess returns true when this delete flow registry client not found response has a 2xx status code

func (*DeleteFlowRegistryClientNotFound) String added in v1.19.1

type DeleteFlowRegistryClientOK added in v1.19.1

type DeleteFlowRegistryClientOK struct {
	Payload *models.FlowRegistryClientEntity
}

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

successful operation

func NewDeleteFlowRegistryClientOK added in v1.19.1

func NewDeleteFlowRegistryClientOK() *DeleteFlowRegistryClientOK

NewDeleteFlowRegistryClientOK creates a DeleteFlowRegistryClientOK with default headers values

func (*DeleteFlowRegistryClientOK) Error added in v1.19.1

func (*DeleteFlowRegistryClientOK) GetPayload added in v1.19.1

func (*DeleteFlowRegistryClientOK) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientOK) IsClientError() bool

IsClientError returns true when this delete flow registry client o k response has a 4xx status code

func (*DeleteFlowRegistryClientOK) IsCode added in v1.19.1

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

IsCode returns true when this delete flow registry client o k response a status code equal to that given

func (*DeleteFlowRegistryClientOK) IsRedirect added in v1.19.1

func (o *DeleteFlowRegistryClientOK) IsRedirect() bool

IsRedirect returns true when this delete flow registry client o k response has a 3xx status code

func (*DeleteFlowRegistryClientOK) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientOK) IsServerError() bool

IsServerError returns true when this delete flow registry client o k response has a 5xx status code

func (*DeleteFlowRegistryClientOK) IsSuccess added in v1.19.1

func (o *DeleteFlowRegistryClientOK) IsSuccess() bool

IsSuccess returns true when this delete flow registry client o k response has a 2xx status code

func (*DeleteFlowRegistryClientOK) String added in v1.19.1

func (o *DeleteFlowRegistryClientOK) String() string

type DeleteFlowRegistryClientParams added in v1.19.1

type DeleteFlowRegistryClientParams 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 flow registry client 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
}

DeleteFlowRegistryClientParams contains all the parameters to send to the API endpoint

for the delete flow registry client operation.

Typically these are written to a http.Request.

func NewDeleteFlowRegistryClientParams added in v1.19.1

func NewDeleteFlowRegistryClientParams() *DeleteFlowRegistryClientParams

NewDeleteFlowRegistryClientParams creates a new DeleteFlowRegistryClientParams 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 NewDeleteFlowRegistryClientParamsWithContext added in v1.19.1

func NewDeleteFlowRegistryClientParamsWithContext(ctx context.Context) *DeleteFlowRegistryClientParams

NewDeleteFlowRegistryClientParamsWithContext creates a new DeleteFlowRegistryClientParams object with the ability to set a context for a request.

func NewDeleteFlowRegistryClientParamsWithHTTPClient added in v1.19.1

func NewDeleteFlowRegistryClientParamsWithHTTPClient(client *http.Client) *DeleteFlowRegistryClientParams

NewDeleteFlowRegistryClientParamsWithHTTPClient creates a new DeleteFlowRegistryClientParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFlowRegistryClientParamsWithTimeout added in v1.19.1

func NewDeleteFlowRegistryClientParamsWithTimeout(timeout time.Duration) *DeleteFlowRegistryClientParams

NewDeleteFlowRegistryClientParamsWithTimeout creates a new DeleteFlowRegistryClientParams object with the ability to set a timeout on a request.

func (*DeleteFlowRegistryClientParams) SetClientID added in v1.19.1

func (o *DeleteFlowRegistryClientParams) SetClientID(clientID *string)

SetClientID adds the clientId to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetContext added in v1.19.1

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

SetContext adds the context to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetDefaults added in v1.19.1

func (o *DeleteFlowRegistryClientParams) SetDefaults()

SetDefaults hydrates default values in the delete flow registry client params (not the query body).

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

func (*DeleteFlowRegistryClientParams) SetDisconnectedNodeAcknowledged added in v1.19.1

func (o *DeleteFlowRegistryClientParams) SetDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool)

SetDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetID added in v1.19.1

SetID adds the id to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) SetVersion added in v1.19.1

func (o *DeleteFlowRegistryClientParams) SetVersion(version *string)

SetVersion adds the version to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithClientID added in v1.19.1

WithClientID adds the clientID to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithContext added in v1.19.1

WithContext adds the context to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the delete flow registry client params (not the query body).

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

func (*DeleteFlowRegistryClientParams) WithDisconnectedNodeAcknowledged added in v1.19.1

func (o *DeleteFlowRegistryClientParams) WithDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool) *DeleteFlowRegistryClientParams

WithDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithID added in v1.19.1

WithID adds the id to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WithVersion added in v1.19.1

WithVersion adds the version to the delete flow registry client params

func (*DeleteFlowRegistryClientParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type DeleteFlowRegistryClientReader added in v1.19.1

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

DeleteFlowRegistryClientReader is a Reader for the DeleteFlowRegistryClient structure.

func (*DeleteFlowRegistryClientReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type DeleteFlowRegistryClientUnauthorized added in v1.19.1

type DeleteFlowRegistryClientUnauthorized struct {
}

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

Client could not be authenticated.

func NewDeleteFlowRegistryClientUnauthorized added in v1.19.1

func NewDeleteFlowRegistryClientUnauthorized() *DeleteFlowRegistryClientUnauthorized

NewDeleteFlowRegistryClientUnauthorized creates a DeleteFlowRegistryClientUnauthorized with default headers values

func (*DeleteFlowRegistryClientUnauthorized) Error added in v1.19.1

func (*DeleteFlowRegistryClientUnauthorized) IsClientError added in v1.19.1

func (o *DeleteFlowRegistryClientUnauthorized) IsClientError() bool

IsClientError returns true when this delete flow registry client unauthorized response has a 4xx status code

func (*DeleteFlowRegistryClientUnauthorized) IsCode added in v1.19.1

IsCode returns true when this delete flow registry client unauthorized response a status code equal to that given

func (*DeleteFlowRegistryClientUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this delete flow registry client unauthorized response has a 3xx status code

func (*DeleteFlowRegistryClientUnauthorized) IsServerError added in v1.19.1

func (o *DeleteFlowRegistryClientUnauthorized) IsServerError() bool

IsServerError returns true when this delete flow registry client unauthorized response has a 5xx status code

func (*DeleteFlowRegistryClientUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this delete flow registry client unauthorized response has a 2xx status code

func (*DeleteFlowRegistryClientUnauthorized) String added in v1.19.1

type DeleteHistoryBadRequest

type DeleteHistoryBadRequest struct {
}

DeleteHistoryBadRequest 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 NewDeleteHistoryBadRequest

func NewDeleteHistoryBadRequest() *DeleteHistoryBadRequest

NewDeleteHistoryBadRequest creates a DeleteHistoryBadRequest with default headers values

func (*DeleteHistoryBadRequest) Error

func (o *DeleteHistoryBadRequest) Error() string

func (*DeleteHistoryBadRequest) IsClientError added in v1.19.1

func (o *DeleteHistoryBadRequest) IsClientError() bool

IsClientError returns true when this delete history bad request response has a 4xx status code

func (*DeleteHistoryBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this delete history bad request response a status code equal to that given

func (*DeleteHistoryBadRequest) IsRedirect added in v1.19.1

func (o *DeleteHistoryBadRequest) IsRedirect() bool

IsRedirect returns true when this delete history bad request response has a 3xx status code

func (*DeleteHistoryBadRequest) IsServerError added in v1.19.1

func (o *DeleteHistoryBadRequest) IsServerError() bool

IsServerError returns true when this delete history bad request response has a 5xx status code

func (*DeleteHistoryBadRequest) IsSuccess added in v1.19.1

func (o *DeleteHistoryBadRequest) IsSuccess() bool

IsSuccess returns true when this delete history bad request response has a 2xx status code

func (*DeleteHistoryBadRequest) String added in v1.19.1

func (o *DeleteHistoryBadRequest) String() string

type DeleteHistoryConflict

type DeleteHistoryConflict struct {
}

DeleteHistoryConflict 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 NewDeleteHistoryConflict

func NewDeleteHistoryConflict() *DeleteHistoryConflict

NewDeleteHistoryConflict creates a DeleteHistoryConflict with default headers values

func (*DeleteHistoryConflict) Error

func (o *DeleteHistoryConflict) Error() string

func (*DeleteHistoryConflict) IsClientError added in v1.19.1

func (o *DeleteHistoryConflict) IsClientError() bool

IsClientError returns true when this delete history conflict response has a 4xx status code

func (*DeleteHistoryConflict) IsCode added in v1.19.1

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

IsCode returns true when this delete history conflict response a status code equal to that given

func (*DeleteHistoryConflict) IsRedirect added in v1.19.1

func (o *DeleteHistoryConflict) IsRedirect() bool

IsRedirect returns true when this delete history conflict response has a 3xx status code

func (*DeleteHistoryConflict) IsServerError added in v1.19.1

func (o *DeleteHistoryConflict) IsServerError() bool

IsServerError returns true when this delete history conflict response has a 5xx status code

func (*DeleteHistoryConflict) IsSuccess added in v1.19.1

func (o *DeleteHistoryConflict) IsSuccess() bool

IsSuccess returns true when this delete history conflict response has a 2xx status code

func (*DeleteHistoryConflict) String added in v1.19.1

func (o *DeleteHistoryConflict) String() string

type DeleteHistoryForbidden

type DeleteHistoryForbidden struct {
}

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

Client is not authorized to make this request.

func NewDeleteHistoryForbidden

func NewDeleteHistoryForbidden() *DeleteHistoryForbidden

NewDeleteHistoryForbidden creates a DeleteHistoryForbidden with default headers values

func (*DeleteHistoryForbidden) Error

func (o *DeleteHistoryForbidden) Error() string

func (*DeleteHistoryForbidden) IsClientError added in v1.19.1

func (o *DeleteHistoryForbidden) IsClientError() bool

IsClientError returns true when this delete history forbidden response has a 4xx status code

func (*DeleteHistoryForbidden) IsCode added in v1.19.1

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

IsCode returns true when this delete history forbidden response a status code equal to that given

func (*DeleteHistoryForbidden) IsRedirect added in v1.19.1

func (o *DeleteHistoryForbidden) IsRedirect() bool

IsRedirect returns true when this delete history forbidden response has a 3xx status code

func (*DeleteHistoryForbidden) IsServerError added in v1.19.1

func (o *DeleteHistoryForbidden) IsServerError() bool

IsServerError returns true when this delete history forbidden response has a 5xx status code

func (*DeleteHistoryForbidden) IsSuccess added in v1.19.1

func (o *DeleteHistoryForbidden) IsSuccess() bool

IsSuccess returns true when this delete history forbidden response has a 2xx status code

func (*DeleteHistoryForbidden) String added in v1.19.1

func (o *DeleteHistoryForbidden) String() string

type DeleteHistoryOK

type DeleteHistoryOK struct {
	Payload *models.HistoryEntity
}

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

successful operation

func NewDeleteHistoryOK

func NewDeleteHistoryOK() *DeleteHistoryOK

NewDeleteHistoryOK creates a DeleteHistoryOK with default headers values

func (*DeleteHistoryOK) Error

func (o *DeleteHistoryOK) Error() string

func (*DeleteHistoryOK) GetPayload

func (o *DeleteHistoryOK) GetPayload() *models.HistoryEntity

func (*DeleteHistoryOK) IsClientError added in v1.19.1

func (o *DeleteHistoryOK) IsClientError() bool

IsClientError returns true when this delete history o k response has a 4xx status code

func (*DeleteHistoryOK) IsCode added in v1.19.1

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

IsCode returns true when this delete history o k response a status code equal to that given

func (*DeleteHistoryOK) IsRedirect added in v1.19.1

func (o *DeleteHistoryOK) IsRedirect() bool

IsRedirect returns true when this delete history o k response has a 3xx status code

func (*DeleteHistoryOK) IsServerError added in v1.19.1

func (o *DeleteHistoryOK) IsServerError() bool

IsServerError returns true when this delete history o k response has a 5xx status code

func (*DeleteHistoryOK) IsSuccess added in v1.19.1

func (o *DeleteHistoryOK) IsSuccess() bool

IsSuccess returns true when this delete history o k response has a 2xx status code

func (*DeleteHistoryOK) String added in v1.19.1

func (o *DeleteHistoryOK) String() string

type DeleteHistoryParams

type DeleteHistoryParams struct {

	/* EndDate.

	   Purge actions before this date/time.
	*/
	EndDate string

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

DeleteHistoryParams contains all the parameters to send to the API endpoint

for the delete history operation.

Typically these are written to a http.Request.

func NewDeleteHistoryParams

func NewDeleteHistoryParams() *DeleteHistoryParams

NewDeleteHistoryParams creates a new DeleteHistoryParams 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 NewDeleteHistoryParamsWithContext

func NewDeleteHistoryParamsWithContext(ctx context.Context) *DeleteHistoryParams

NewDeleteHistoryParamsWithContext creates a new DeleteHistoryParams object with the ability to set a context for a request.

func NewDeleteHistoryParamsWithHTTPClient

func NewDeleteHistoryParamsWithHTTPClient(client *http.Client) *DeleteHistoryParams

NewDeleteHistoryParamsWithHTTPClient creates a new DeleteHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHistoryParamsWithTimeout

func NewDeleteHistoryParamsWithTimeout(timeout time.Duration) *DeleteHistoryParams

NewDeleteHistoryParamsWithTimeout creates a new DeleteHistoryParams object with the ability to set a timeout on a request.

func (*DeleteHistoryParams) SetContext

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

SetContext adds the context to the delete history params

func (*DeleteHistoryParams) SetDefaults

func (o *DeleteHistoryParams) SetDefaults()

SetDefaults hydrates default values in the delete history params (not the query body).

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

func (*DeleteHistoryParams) SetEndDate

func (o *DeleteHistoryParams) SetEndDate(endDate string)

SetEndDate adds the endDate to the delete history params

func (*DeleteHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete history params

func (*DeleteHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the delete history params

func (*DeleteHistoryParams) WithContext

WithContext adds the context to the delete history params

func (*DeleteHistoryParams) WithDefaults

func (o *DeleteHistoryParams) WithDefaults() *DeleteHistoryParams

WithDefaults hydrates default values in the delete history params (not the query body).

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

func (*DeleteHistoryParams) WithEndDate

func (o *DeleteHistoryParams) WithEndDate(endDate string) *DeleteHistoryParams

WithEndDate adds the endDate to the delete history params

func (*DeleteHistoryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete history params

func (*DeleteHistoryParams) WithTimeout

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

WithTimeout adds the timeout to the delete history params

func (*DeleteHistoryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteHistoryReader

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

DeleteHistoryReader is a Reader for the DeleteHistory structure.

func (*DeleteHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteHistoryUnauthorized

type DeleteHistoryUnauthorized struct {
}

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

Client could not be authenticated.

func NewDeleteHistoryUnauthorized

func NewDeleteHistoryUnauthorized() *DeleteHistoryUnauthorized

NewDeleteHistoryUnauthorized creates a DeleteHistoryUnauthorized with default headers values

func (*DeleteHistoryUnauthorized) Error

func (o *DeleteHistoryUnauthorized) Error() string

func (*DeleteHistoryUnauthorized) IsClientError added in v1.19.1

func (o *DeleteHistoryUnauthorized) IsClientError() bool

IsClientError returns true when this delete history unauthorized response has a 4xx status code

func (*DeleteHistoryUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this delete history unauthorized response a status code equal to that given

func (*DeleteHistoryUnauthorized) IsRedirect added in v1.19.1

func (o *DeleteHistoryUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete history unauthorized response has a 3xx status code

func (*DeleteHistoryUnauthorized) IsServerError added in v1.19.1

func (o *DeleteHistoryUnauthorized) IsServerError() bool

IsServerError returns true when this delete history unauthorized response has a 5xx status code

func (*DeleteHistoryUnauthorized) IsSuccess added in v1.19.1

func (o *DeleteHistoryUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete history unauthorized response has a 2xx status code

func (*DeleteHistoryUnauthorized) String added in v1.19.1

func (o *DeleteHistoryUnauthorized) String() string

type DeleteNodeBadRequest

type DeleteNodeBadRequest struct {
}

DeleteNodeBadRequest 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 NewDeleteNodeBadRequest

func NewDeleteNodeBadRequest() *DeleteNodeBadRequest

NewDeleteNodeBadRequest creates a DeleteNodeBadRequest with default headers values

func (*DeleteNodeBadRequest) Error

func (o *DeleteNodeBadRequest) Error() string

func (*DeleteNodeBadRequest) IsClientError added in v1.19.1

func (o *DeleteNodeBadRequest) IsClientError() bool

IsClientError returns true when this delete node bad request response has a 4xx status code

func (*DeleteNodeBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this delete node bad request response a status code equal to that given

func (*DeleteNodeBadRequest) IsRedirect added in v1.19.1

func (o *DeleteNodeBadRequest) IsRedirect() bool

IsRedirect returns true when this delete node bad request response has a 3xx status code

func (*DeleteNodeBadRequest) IsServerError added in v1.19.1

func (o *DeleteNodeBadRequest) IsServerError() bool

IsServerError returns true when this delete node bad request response has a 5xx status code

func (*DeleteNodeBadRequest) IsSuccess added in v1.19.1

func (o *DeleteNodeBadRequest) IsSuccess() bool

IsSuccess returns true when this delete node bad request response has a 2xx status code

func (*DeleteNodeBadRequest) String added in v1.19.1

func (o *DeleteNodeBadRequest) String() string

type DeleteNodeConflict

type DeleteNodeConflict struct {
}

DeleteNodeConflict 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 NewDeleteNodeConflict

func NewDeleteNodeConflict() *DeleteNodeConflict

NewDeleteNodeConflict creates a DeleteNodeConflict with default headers values

func (*DeleteNodeConflict) Error

func (o *DeleteNodeConflict) Error() string

func (*DeleteNodeConflict) IsClientError added in v1.19.1

func (o *DeleteNodeConflict) IsClientError() bool

IsClientError returns true when this delete node conflict response has a 4xx status code

func (*DeleteNodeConflict) IsCode added in v1.19.1

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

IsCode returns true when this delete node conflict response a status code equal to that given

func (*DeleteNodeConflict) IsRedirect added in v1.19.1

func (o *DeleteNodeConflict) IsRedirect() bool

IsRedirect returns true when this delete node conflict response has a 3xx status code

func (*DeleteNodeConflict) IsServerError added in v1.19.1

func (o *DeleteNodeConflict) IsServerError() bool

IsServerError returns true when this delete node conflict response has a 5xx status code

func (*DeleteNodeConflict) IsSuccess added in v1.19.1

func (o *DeleteNodeConflict) IsSuccess() bool

IsSuccess returns true when this delete node conflict response has a 2xx status code

func (*DeleteNodeConflict) String added in v1.19.1

func (o *DeleteNodeConflict) String() string

type DeleteNodeForbidden

type DeleteNodeForbidden struct {
}

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

Client is not authorized to make this request.

func NewDeleteNodeForbidden

func NewDeleteNodeForbidden() *DeleteNodeForbidden

NewDeleteNodeForbidden creates a DeleteNodeForbidden with default headers values

func (*DeleteNodeForbidden) Error

func (o *DeleteNodeForbidden) Error() string

func (*DeleteNodeForbidden) IsClientError added in v1.19.1

func (o *DeleteNodeForbidden) IsClientError() bool

IsClientError returns true when this delete node forbidden response has a 4xx status code

func (*DeleteNodeForbidden) IsCode added in v1.19.1

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

IsCode returns true when this delete node forbidden response a status code equal to that given

func (*DeleteNodeForbidden) IsRedirect added in v1.19.1

func (o *DeleteNodeForbidden) IsRedirect() bool

IsRedirect returns true when this delete node forbidden response has a 3xx status code

func (*DeleteNodeForbidden) IsServerError added in v1.19.1

func (o *DeleteNodeForbidden) IsServerError() bool

IsServerError returns true when this delete node forbidden response has a 5xx status code

func (*DeleteNodeForbidden) IsSuccess added in v1.19.1

func (o *DeleteNodeForbidden) IsSuccess() bool

IsSuccess returns true when this delete node forbidden response has a 2xx status code

func (*DeleteNodeForbidden) String added in v1.19.1

func (o *DeleteNodeForbidden) String() string

type DeleteNodeNotFound

type DeleteNodeNotFound struct {
}

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

The specified resource could not be found.

func NewDeleteNodeNotFound

func NewDeleteNodeNotFound() *DeleteNodeNotFound

NewDeleteNodeNotFound creates a DeleteNodeNotFound with default headers values

func (*DeleteNodeNotFound) Error

func (o *DeleteNodeNotFound) Error() string

func (*DeleteNodeNotFound) IsClientError added in v1.19.1

func (o *DeleteNodeNotFound) IsClientError() bool

IsClientError returns true when this delete node not found response has a 4xx status code

func (*DeleteNodeNotFound) IsCode added in v1.19.1

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

IsCode returns true when this delete node not found response a status code equal to that given

func (*DeleteNodeNotFound) IsRedirect added in v1.19.1

func (o *DeleteNodeNotFound) IsRedirect() bool

IsRedirect returns true when this delete node not found response has a 3xx status code

func (*DeleteNodeNotFound) IsServerError added in v1.19.1

func (o *DeleteNodeNotFound) IsServerError() bool

IsServerError returns true when this delete node not found response has a 5xx status code

func (*DeleteNodeNotFound) IsSuccess added in v1.19.1

func (o *DeleteNodeNotFound) IsSuccess() bool

IsSuccess returns true when this delete node not found response has a 2xx status code

func (*DeleteNodeNotFound) String added in v1.19.1

func (o *DeleteNodeNotFound) String() string

type DeleteNodeOK

type DeleteNodeOK struct {
	Payload *models.NodeEntity
}

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

successful operation

func NewDeleteNodeOK

func NewDeleteNodeOK() *DeleteNodeOK

NewDeleteNodeOK creates a DeleteNodeOK with default headers values

func (*DeleteNodeOK) Error

func (o *DeleteNodeOK) Error() string

func (*DeleteNodeOK) GetPayload

func (o *DeleteNodeOK) GetPayload() *models.NodeEntity

func (*DeleteNodeOK) IsClientError added in v1.19.1

func (o *DeleteNodeOK) IsClientError() bool

IsClientError returns true when this delete node o k response has a 4xx status code

func (*DeleteNodeOK) IsCode added in v1.19.1

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

IsCode returns true when this delete node o k response a status code equal to that given

func (*DeleteNodeOK) IsRedirect added in v1.19.1

func (o *DeleteNodeOK) IsRedirect() bool

IsRedirect returns true when this delete node o k response has a 3xx status code

func (*DeleteNodeOK) IsServerError added in v1.19.1

func (o *DeleteNodeOK) IsServerError() bool

IsServerError returns true when this delete node o k response has a 5xx status code

func (*DeleteNodeOK) IsSuccess added in v1.19.1

func (o *DeleteNodeOK) IsSuccess() bool

IsSuccess returns true when this delete node o k response has a 2xx status code

func (*DeleteNodeOK) String added in v1.19.1

func (o *DeleteNodeOK) String() string

type DeleteNodeParams

type DeleteNodeParams struct {

	/* ID.

	   The node id.
	*/
	ID string

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

DeleteNodeParams contains all the parameters to send to the API endpoint

for the delete node operation.

Typically these are written to a http.Request.

func NewDeleteNodeParams

func NewDeleteNodeParams() *DeleteNodeParams

NewDeleteNodeParams creates a new DeleteNodeParams 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 NewDeleteNodeParamsWithContext

func NewDeleteNodeParamsWithContext(ctx context.Context) *DeleteNodeParams

NewDeleteNodeParamsWithContext creates a new DeleteNodeParams object with the ability to set a context for a request.

func NewDeleteNodeParamsWithHTTPClient

func NewDeleteNodeParamsWithHTTPClient(client *http.Client) *DeleteNodeParams

NewDeleteNodeParamsWithHTTPClient creates a new DeleteNodeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteNodeParamsWithTimeout

func NewDeleteNodeParamsWithTimeout(timeout time.Duration) *DeleteNodeParams

NewDeleteNodeParamsWithTimeout creates a new DeleteNodeParams object with the ability to set a timeout on a request.

func (*DeleteNodeParams) SetContext

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

SetContext adds the context to the delete node params

func (*DeleteNodeParams) SetDefaults

func (o *DeleteNodeParams) SetDefaults()

SetDefaults hydrates default values in the delete node params (not the query body).

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

func (*DeleteNodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete node params

func (*DeleteNodeParams) SetID

func (o *DeleteNodeParams) SetID(id string)

SetID adds the id to the delete node params

func (*DeleteNodeParams) SetTimeout

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

SetTimeout adds the timeout to the delete node params

func (*DeleteNodeParams) WithContext

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

WithContext adds the context to the delete node params

func (*DeleteNodeParams) WithDefaults

func (o *DeleteNodeParams) WithDefaults() *DeleteNodeParams

WithDefaults hydrates default values in the delete node params (not the query body).

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

func (*DeleteNodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete node params

func (*DeleteNodeParams) WithID

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

WithID adds the id to the delete node params

func (*DeleteNodeParams) WithTimeout

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

WithTimeout adds the timeout to the delete node params

func (*DeleteNodeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteNodeReader

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

DeleteNodeReader is a Reader for the DeleteNode structure.

func (*DeleteNodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNodeUnauthorized

type DeleteNodeUnauthorized struct {
}

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

Client could not be authenticated.

func NewDeleteNodeUnauthorized

func NewDeleteNodeUnauthorized() *DeleteNodeUnauthorized

NewDeleteNodeUnauthorized creates a DeleteNodeUnauthorized with default headers values

func (*DeleteNodeUnauthorized) Error

func (o *DeleteNodeUnauthorized) Error() string

func (*DeleteNodeUnauthorized) IsClientError added in v1.19.1

func (o *DeleteNodeUnauthorized) IsClientError() bool

IsClientError returns true when this delete node unauthorized response has a 4xx status code

func (*DeleteNodeUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this delete node unauthorized response a status code equal to that given

func (*DeleteNodeUnauthorized) IsRedirect added in v1.19.1

func (o *DeleteNodeUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete node unauthorized response has a 3xx status code

func (*DeleteNodeUnauthorized) IsServerError added in v1.19.1

func (o *DeleteNodeUnauthorized) IsServerError() bool

IsServerError returns true when this delete node unauthorized response has a 5xx status code

func (*DeleteNodeUnauthorized) IsSuccess added in v1.19.1

func (o *DeleteNodeUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete node unauthorized response has a 2xx status code

func (*DeleteNodeUnauthorized) String added in v1.19.1

func (o *DeleteNodeUnauthorized) String() string

type GetClusterBadRequest

type GetClusterBadRequest struct {
}

GetClusterBadRequest 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 NewGetClusterBadRequest

func NewGetClusterBadRequest() *GetClusterBadRequest

NewGetClusterBadRequest creates a GetClusterBadRequest with default headers values

func (*GetClusterBadRequest) Error

func (o *GetClusterBadRequest) Error() string

func (*GetClusterBadRequest) IsClientError added in v1.19.1

func (o *GetClusterBadRequest) IsClientError() bool

IsClientError returns true when this get cluster bad request response has a 4xx status code

func (*GetClusterBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get cluster bad request response a status code equal to that given

func (*GetClusterBadRequest) IsRedirect added in v1.19.1

func (o *GetClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this get cluster bad request response has a 3xx status code

func (*GetClusterBadRequest) IsServerError added in v1.19.1

func (o *GetClusterBadRequest) IsServerError() bool

IsServerError returns true when this get cluster bad request response has a 5xx status code

func (*GetClusterBadRequest) IsSuccess added in v1.19.1

func (o *GetClusterBadRequest) IsSuccess() bool

IsSuccess returns true when this get cluster bad request response has a 2xx status code

func (*GetClusterBadRequest) String added in v1.19.1

func (o *GetClusterBadRequest) String() string

type GetClusterConflict

type GetClusterConflict struct {
}

GetClusterConflict 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 NewGetClusterConflict

func NewGetClusterConflict() *GetClusterConflict

NewGetClusterConflict creates a GetClusterConflict with default headers values

func (*GetClusterConflict) Error

func (o *GetClusterConflict) Error() string

func (*GetClusterConflict) IsClientError added in v1.19.1

func (o *GetClusterConflict) IsClientError() bool

IsClientError returns true when this get cluster conflict response has a 4xx status code

func (*GetClusterConflict) IsCode added in v1.19.1

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

IsCode returns true when this get cluster conflict response a status code equal to that given

func (*GetClusterConflict) IsRedirect added in v1.19.1

func (o *GetClusterConflict) IsRedirect() bool

IsRedirect returns true when this get cluster conflict response has a 3xx status code

func (*GetClusterConflict) IsServerError added in v1.19.1

func (o *GetClusterConflict) IsServerError() bool

IsServerError returns true when this get cluster conflict response has a 5xx status code

func (*GetClusterConflict) IsSuccess added in v1.19.1

func (o *GetClusterConflict) IsSuccess() bool

IsSuccess returns true when this get cluster conflict response has a 2xx status code

func (*GetClusterConflict) String added in v1.19.1

func (o *GetClusterConflict) String() string

type GetClusterForbidden

type GetClusterForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetClusterForbidden

func NewGetClusterForbidden() *GetClusterForbidden

NewGetClusterForbidden creates a GetClusterForbidden with default headers values

func (*GetClusterForbidden) Error

func (o *GetClusterForbidden) Error() string

func (*GetClusterForbidden) IsClientError added in v1.19.1

func (o *GetClusterForbidden) IsClientError() bool

IsClientError returns true when this get cluster forbidden response has a 4xx status code

func (*GetClusterForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get cluster forbidden response a status code equal to that given

func (*GetClusterForbidden) IsRedirect added in v1.19.1

func (o *GetClusterForbidden) IsRedirect() bool

IsRedirect returns true when this get cluster forbidden response has a 3xx status code

func (*GetClusterForbidden) IsServerError added in v1.19.1

func (o *GetClusterForbidden) IsServerError() bool

IsServerError returns true when this get cluster forbidden response has a 5xx status code

func (*GetClusterForbidden) IsSuccess added in v1.19.1

func (o *GetClusterForbidden) IsSuccess() bool

IsSuccess returns true when this get cluster forbidden response has a 2xx status code

func (*GetClusterForbidden) String added in v1.19.1

func (o *GetClusterForbidden) String() string

type GetClusterOK

type GetClusterOK struct {
	Payload *models.ClusterEntity
}

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

successful operation

func NewGetClusterOK

func NewGetClusterOK() *GetClusterOK

NewGetClusterOK creates a GetClusterOK with default headers values

func (*GetClusterOK) Error

func (o *GetClusterOK) Error() string

func (*GetClusterOK) GetPayload

func (o *GetClusterOK) GetPayload() *models.ClusterEntity

func (*GetClusterOK) IsClientError added in v1.19.1

func (o *GetClusterOK) IsClientError() bool

IsClientError returns true when this get cluster o k response has a 4xx status code

func (*GetClusterOK) IsCode added in v1.19.1

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

IsCode returns true when this get cluster o k response a status code equal to that given

func (*GetClusterOK) IsRedirect added in v1.19.1

func (o *GetClusterOK) IsRedirect() bool

IsRedirect returns true when this get cluster o k response has a 3xx status code

func (*GetClusterOK) IsServerError added in v1.19.1

func (o *GetClusterOK) IsServerError() bool

IsServerError returns true when this get cluster o k response has a 5xx status code

func (*GetClusterOK) IsSuccess added in v1.19.1

func (o *GetClusterOK) IsSuccess() bool

IsSuccess returns true when this get cluster o k response has a 2xx status code

func (*GetClusterOK) String added in v1.19.1

func (o *GetClusterOK) String() string

type GetClusterParams

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

GetClusterParams contains all the parameters to send to the API endpoint

for the get cluster operation.

Typically these are written to a http.Request.

func NewGetClusterParams

func NewGetClusterParams() *GetClusterParams

NewGetClusterParams creates a new GetClusterParams 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 NewGetClusterParamsWithContext

func NewGetClusterParamsWithContext(ctx context.Context) *GetClusterParams

NewGetClusterParamsWithContext creates a new GetClusterParams object with the ability to set a context for a request.

func NewGetClusterParamsWithHTTPClient

func NewGetClusterParamsWithHTTPClient(client *http.Client) *GetClusterParams

NewGetClusterParamsWithHTTPClient creates a new GetClusterParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterParamsWithTimeout

func NewGetClusterParamsWithTimeout(timeout time.Duration) *GetClusterParams

NewGetClusterParamsWithTimeout creates a new GetClusterParams object with the ability to set a timeout on a request.

func (*GetClusterParams) SetContext

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

SetContext adds the context to the get cluster params

func (*GetClusterParams) SetDefaults

func (o *GetClusterParams) SetDefaults()

SetDefaults hydrates default values in the get cluster params (not the query body).

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

func (*GetClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WithContext

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

WithContext adds the context to the get cluster params

func (*GetClusterParams) WithDefaults

func (o *GetClusterParams) WithDefaults() *GetClusterParams

WithDefaults hydrates default values in the get cluster params (not the query body).

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

func (*GetClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) WithTimeout

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

WithTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetClusterReader

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

GetClusterReader is a Reader for the GetCluster structure.

func (*GetClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterUnauthorized

type GetClusterUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetClusterUnauthorized

func NewGetClusterUnauthorized() *GetClusterUnauthorized

NewGetClusterUnauthorized creates a GetClusterUnauthorized with default headers values

func (*GetClusterUnauthorized) Error

func (o *GetClusterUnauthorized) Error() string

func (*GetClusterUnauthorized) IsClientError added in v1.19.1

func (o *GetClusterUnauthorized) IsClientError() bool

IsClientError returns true when this get cluster unauthorized response has a 4xx status code

func (*GetClusterUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get cluster unauthorized response a status code equal to that given

func (*GetClusterUnauthorized) IsRedirect added in v1.19.1

func (o *GetClusterUnauthorized) IsRedirect() bool

IsRedirect returns true when this get cluster unauthorized response has a 3xx status code

func (*GetClusterUnauthorized) IsServerError added in v1.19.1

func (o *GetClusterUnauthorized) IsServerError() bool

IsServerError returns true when this get cluster unauthorized response has a 5xx status code

func (*GetClusterUnauthorized) IsSuccess added in v1.19.1

func (o *GetClusterUnauthorized) IsSuccess() bool

IsSuccess returns true when this get cluster unauthorized response has a 2xx status code

func (*GetClusterUnauthorized) String added in v1.19.1

func (o *GetClusterUnauthorized) String() string

type GetControllerConfigBadRequest

type GetControllerConfigBadRequest struct {
}

GetControllerConfigBadRequest 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 NewGetControllerConfigBadRequest

func NewGetControllerConfigBadRequest() *GetControllerConfigBadRequest

NewGetControllerConfigBadRequest creates a GetControllerConfigBadRequest with default headers values

func (*GetControllerConfigBadRequest) Error

func (*GetControllerConfigBadRequest) IsClientError added in v1.19.1

func (o *GetControllerConfigBadRequest) IsClientError() bool

IsClientError returns true when this get controller config bad request response has a 4xx status code

func (*GetControllerConfigBadRequest) IsCode added in v1.19.1

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

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

func (*GetControllerConfigBadRequest) IsRedirect added in v1.19.1

func (o *GetControllerConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this get controller config bad request response has a 3xx status code

func (*GetControllerConfigBadRequest) IsServerError added in v1.19.1

func (o *GetControllerConfigBadRequest) IsServerError() bool

IsServerError returns true when this get controller config bad request response has a 5xx status code

func (*GetControllerConfigBadRequest) IsSuccess added in v1.19.1

func (o *GetControllerConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this get controller config bad request response has a 2xx status code

func (*GetControllerConfigBadRequest) String added in v1.19.1

type GetControllerConfigConflict

type GetControllerConfigConflict struct {
}

GetControllerConfigConflict 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 NewGetControllerConfigConflict

func NewGetControllerConfigConflict() *GetControllerConfigConflict

NewGetControllerConfigConflict creates a GetControllerConfigConflict with default headers values

func (*GetControllerConfigConflict) Error

func (*GetControllerConfigConflict) IsClientError added in v1.19.1

func (o *GetControllerConfigConflict) IsClientError() bool

IsClientError returns true when this get controller config conflict response has a 4xx status code

func (*GetControllerConfigConflict) IsCode added in v1.19.1

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

IsCode returns true when this get controller config conflict response a status code equal to that given

func (*GetControllerConfigConflict) IsRedirect added in v1.19.1

func (o *GetControllerConfigConflict) IsRedirect() bool

IsRedirect returns true when this get controller config conflict response has a 3xx status code

func (*GetControllerConfigConflict) IsServerError added in v1.19.1

func (o *GetControllerConfigConflict) IsServerError() bool

IsServerError returns true when this get controller config conflict response has a 5xx status code

func (*GetControllerConfigConflict) IsSuccess added in v1.19.1

func (o *GetControllerConfigConflict) IsSuccess() bool

IsSuccess returns true when this get controller config conflict response has a 2xx status code

func (*GetControllerConfigConflict) String added in v1.19.1

func (o *GetControllerConfigConflict) String() string

type GetControllerConfigForbidden

type GetControllerConfigForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetControllerConfigForbidden

func NewGetControllerConfigForbidden() *GetControllerConfigForbidden

NewGetControllerConfigForbidden creates a GetControllerConfigForbidden with default headers values

func (*GetControllerConfigForbidden) Error

func (*GetControllerConfigForbidden) IsClientError added in v1.19.1

func (o *GetControllerConfigForbidden) IsClientError() bool

IsClientError returns true when this get controller config forbidden response has a 4xx status code

func (*GetControllerConfigForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get controller config forbidden response a status code equal to that given

func (*GetControllerConfigForbidden) IsRedirect added in v1.19.1

func (o *GetControllerConfigForbidden) IsRedirect() bool

IsRedirect returns true when this get controller config forbidden response has a 3xx status code

func (*GetControllerConfigForbidden) IsServerError added in v1.19.1

func (o *GetControllerConfigForbidden) IsServerError() bool

IsServerError returns true when this get controller config forbidden response has a 5xx status code

func (*GetControllerConfigForbidden) IsSuccess added in v1.19.1

func (o *GetControllerConfigForbidden) IsSuccess() bool

IsSuccess returns true when this get controller config forbidden response has a 2xx status code

func (*GetControllerConfigForbidden) String added in v1.19.1

type GetControllerConfigOK

type GetControllerConfigOK struct {
	Payload *models.ControllerConfigurationEntity
}

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

successful operation

func NewGetControllerConfigOK

func NewGetControllerConfigOK() *GetControllerConfigOK

NewGetControllerConfigOK creates a GetControllerConfigOK with default headers values

func (*GetControllerConfigOK) Error

func (o *GetControllerConfigOK) Error() string

func (*GetControllerConfigOK) GetPayload

func (*GetControllerConfigOK) IsClientError added in v1.19.1

func (o *GetControllerConfigOK) IsClientError() bool

IsClientError returns true when this get controller config o k response has a 4xx status code

func (*GetControllerConfigOK) IsCode added in v1.19.1

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

IsCode returns true when this get controller config o k response a status code equal to that given

func (*GetControllerConfigOK) IsRedirect added in v1.19.1

func (o *GetControllerConfigOK) IsRedirect() bool

IsRedirect returns true when this get controller config o k response has a 3xx status code

func (*GetControllerConfigOK) IsServerError added in v1.19.1

func (o *GetControllerConfigOK) IsServerError() bool

IsServerError returns true when this get controller config o k response has a 5xx status code

func (*GetControllerConfigOK) IsSuccess added in v1.19.1

func (o *GetControllerConfigOK) IsSuccess() bool

IsSuccess returns true when this get controller config o k response has a 2xx status code

func (*GetControllerConfigOK) String added in v1.19.1

func (o *GetControllerConfigOK) String() string

type GetControllerConfigParams

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

GetControllerConfigParams contains all the parameters to send to the API endpoint

for the get controller config operation.

Typically these are written to a http.Request.

func NewGetControllerConfigParams

func NewGetControllerConfigParams() *GetControllerConfigParams

NewGetControllerConfigParams creates a new GetControllerConfigParams 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 NewGetControllerConfigParamsWithContext

func NewGetControllerConfigParamsWithContext(ctx context.Context) *GetControllerConfigParams

NewGetControllerConfigParamsWithContext creates a new GetControllerConfigParams object with the ability to set a context for a request.

func NewGetControllerConfigParamsWithHTTPClient

func NewGetControllerConfigParamsWithHTTPClient(client *http.Client) *GetControllerConfigParams

NewGetControllerConfigParamsWithHTTPClient creates a new GetControllerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetControllerConfigParamsWithTimeout

func NewGetControllerConfigParamsWithTimeout(timeout time.Duration) *GetControllerConfigParams

NewGetControllerConfigParamsWithTimeout creates a new GetControllerConfigParams object with the ability to set a timeout on a request.

func (*GetControllerConfigParams) SetContext

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

SetContext adds the context to the get controller config params

func (*GetControllerConfigParams) SetDefaults

func (o *GetControllerConfigParams) SetDefaults()

SetDefaults hydrates default values in the get controller config params (not the query body).

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

func (*GetControllerConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get controller config params

func (*GetControllerConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get controller config params

func (*GetControllerConfigParams) WithContext

WithContext adds the context to the get controller config params

func (*GetControllerConfigParams) WithDefaults

WithDefaults hydrates default values in the get controller config params (not the query body).

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

func (*GetControllerConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get controller config params

func (*GetControllerConfigParams) WithTimeout

WithTimeout adds the timeout to the get controller config params

func (*GetControllerConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetControllerConfigReader

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

GetControllerConfigReader is a Reader for the GetControllerConfig structure.

func (*GetControllerConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetControllerConfigUnauthorized

type GetControllerConfigUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetControllerConfigUnauthorized

func NewGetControllerConfigUnauthorized() *GetControllerConfigUnauthorized

NewGetControllerConfigUnauthorized creates a GetControllerConfigUnauthorized with default headers values

func (*GetControllerConfigUnauthorized) Error

func (*GetControllerConfigUnauthorized) IsClientError added in v1.19.1

func (o *GetControllerConfigUnauthorized) IsClientError() bool

IsClientError returns true when this get controller config unauthorized response has a 4xx status code

func (*GetControllerConfigUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get controller config unauthorized response a status code equal to that given

func (*GetControllerConfigUnauthorized) IsRedirect added in v1.19.1

func (o *GetControllerConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this get controller config unauthorized response has a 3xx status code

func (*GetControllerConfigUnauthorized) IsServerError added in v1.19.1

func (o *GetControllerConfigUnauthorized) IsServerError() bool

IsServerError returns true when this get controller config unauthorized response has a 5xx status code

func (*GetControllerConfigUnauthorized) IsSuccess added in v1.19.1

func (o *GetControllerConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this get controller config unauthorized response has a 2xx status code

func (*GetControllerConfigUnauthorized) String added in v1.19.1

type GetFlowRegistryClientBadRequest added in v1.19.1

type GetFlowRegistryClientBadRequest struct {
}

GetFlowRegistryClientBadRequest 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 NewGetFlowRegistryClientBadRequest added in v1.19.1

func NewGetFlowRegistryClientBadRequest() *GetFlowRegistryClientBadRequest

NewGetFlowRegistryClientBadRequest creates a GetFlowRegistryClientBadRequest with default headers values

func (*GetFlowRegistryClientBadRequest) Error added in v1.19.1

func (*GetFlowRegistryClientBadRequest) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientBadRequest) IsClientError() bool

IsClientError returns true when this get flow registry client bad request response has a 4xx status code

func (*GetFlowRegistryClientBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client bad request response a status code equal to that given

func (*GetFlowRegistryClientBadRequest) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientBadRequest) IsRedirect() bool

IsRedirect returns true when this get flow registry client bad request response has a 3xx status code

func (*GetFlowRegistryClientBadRequest) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientBadRequest) IsServerError() bool

IsServerError returns true when this get flow registry client bad request response has a 5xx status code

func (*GetFlowRegistryClientBadRequest) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientBadRequest) IsSuccess() bool

IsSuccess returns true when this get flow registry client bad request response has a 2xx status code

func (*GetFlowRegistryClientBadRequest) String added in v1.19.1

type GetFlowRegistryClientConflict added in v1.19.1

type GetFlowRegistryClientConflict struct {
}

GetFlowRegistryClientConflict 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 NewGetFlowRegistryClientConflict added in v1.19.1

func NewGetFlowRegistryClientConflict() *GetFlowRegistryClientConflict

NewGetFlowRegistryClientConflict creates a GetFlowRegistryClientConflict with default headers values

func (*GetFlowRegistryClientConflict) Error added in v1.19.1

func (*GetFlowRegistryClientConflict) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientConflict) IsClientError() bool

IsClientError returns true when this get flow registry client conflict response has a 4xx status code

func (*GetFlowRegistryClientConflict) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client conflict response a status code equal to that given

func (*GetFlowRegistryClientConflict) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientConflict) IsRedirect() bool

IsRedirect returns true when this get flow registry client conflict response has a 3xx status code

func (*GetFlowRegistryClientConflict) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientConflict) IsServerError() bool

IsServerError returns true when this get flow registry client conflict response has a 5xx status code

func (*GetFlowRegistryClientConflict) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientConflict) IsSuccess() bool

IsSuccess returns true when this get flow registry client conflict response has a 2xx status code

func (*GetFlowRegistryClientConflict) String added in v1.19.1

type GetFlowRegistryClientForbidden added in v1.19.1

type GetFlowRegistryClientForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetFlowRegistryClientForbidden added in v1.19.1

func NewGetFlowRegistryClientForbidden() *GetFlowRegistryClientForbidden

NewGetFlowRegistryClientForbidden creates a GetFlowRegistryClientForbidden with default headers values

func (*GetFlowRegistryClientForbidden) Error added in v1.19.1

func (*GetFlowRegistryClientForbidden) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientForbidden) IsClientError() bool

IsClientError returns true when this get flow registry client forbidden response has a 4xx status code

func (*GetFlowRegistryClientForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client forbidden response a status code equal to that given

func (*GetFlowRegistryClientForbidden) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientForbidden) IsRedirect() bool

IsRedirect returns true when this get flow registry client forbidden response has a 3xx status code

func (*GetFlowRegistryClientForbidden) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientForbidden) IsServerError() bool

IsServerError returns true when this get flow registry client forbidden response has a 5xx status code

func (*GetFlowRegistryClientForbidden) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientForbidden) IsSuccess() bool

IsSuccess returns true when this get flow registry client forbidden response has a 2xx status code

func (*GetFlowRegistryClientForbidden) String added in v1.19.1

type GetFlowRegistryClientNotFound added in v1.19.1

type GetFlowRegistryClientNotFound struct {
}

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

The specified resource could not be found.

func NewGetFlowRegistryClientNotFound added in v1.19.1

func NewGetFlowRegistryClientNotFound() *GetFlowRegistryClientNotFound

NewGetFlowRegistryClientNotFound creates a GetFlowRegistryClientNotFound with default headers values

func (*GetFlowRegistryClientNotFound) Error added in v1.19.1

func (*GetFlowRegistryClientNotFound) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientNotFound) IsClientError() bool

IsClientError returns true when this get flow registry client not found response has a 4xx status code

func (*GetFlowRegistryClientNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client not found response a status code equal to that given

func (*GetFlowRegistryClientNotFound) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientNotFound) IsRedirect() bool

IsRedirect returns true when this get flow registry client not found response has a 3xx status code

func (*GetFlowRegistryClientNotFound) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientNotFound) IsServerError() bool

IsServerError returns true when this get flow registry client not found response has a 5xx status code

func (*GetFlowRegistryClientNotFound) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientNotFound) IsSuccess() bool

IsSuccess returns true when this get flow registry client not found response has a 2xx status code

func (*GetFlowRegistryClientNotFound) String added in v1.19.1

type GetFlowRegistryClientOK added in v1.19.1

type GetFlowRegistryClientOK struct {
	Payload *models.FlowRegistryClientEntity
}

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

successful operation

func NewGetFlowRegistryClientOK added in v1.19.1

func NewGetFlowRegistryClientOK() *GetFlowRegistryClientOK

NewGetFlowRegistryClientOK creates a GetFlowRegistryClientOK with default headers values

func (*GetFlowRegistryClientOK) Error added in v1.19.1

func (o *GetFlowRegistryClientOK) Error() string

func (*GetFlowRegistryClientOK) GetPayload added in v1.19.1

func (*GetFlowRegistryClientOK) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientOK) IsClientError() bool

IsClientError returns true when this get flow registry client o k response has a 4xx status code

func (*GetFlowRegistryClientOK) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client o k response a status code equal to that given

func (*GetFlowRegistryClientOK) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientOK) IsRedirect() bool

IsRedirect returns true when this get flow registry client o k response has a 3xx status code

func (*GetFlowRegistryClientOK) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientOK) IsServerError() bool

IsServerError returns true when this get flow registry client o k response has a 5xx status code

func (*GetFlowRegistryClientOK) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientOK) IsSuccess() bool

IsSuccess returns true when this get flow registry client o k response has a 2xx status code

func (*GetFlowRegistryClientOK) String added in v1.19.1

func (o *GetFlowRegistryClientOK) String() string

type GetFlowRegistryClientParams added in v1.19.1

type GetFlowRegistryClientParams struct {

	/* ID.

	   The flow registry client id.
	*/
	ID string

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

GetFlowRegistryClientParams contains all the parameters to send to the API endpoint

for the get flow registry client operation.

Typically these are written to a http.Request.

func NewGetFlowRegistryClientParams added in v1.19.1

func NewGetFlowRegistryClientParams() *GetFlowRegistryClientParams

NewGetFlowRegistryClientParams creates a new GetFlowRegistryClientParams 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 NewGetFlowRegistryClientParamsWithContext added in v1.19.1

func NewGetFlowRegistryClientParamsWithContext(ctx context.Context) *GetFlowRegistryClientParams

NewGetFlowRegistryClientParamsWithContext creates a new GetFlowRegistryClientParams object with the ability to set a context for a request.

func NewGetFlowRegistryClientParamsWithHTTPClient added in v1.19.1

func NewGetFlowRegistryClientParamsWithHTTPClient(client *http.Client) *GetFlowRegistryClientParams

NewGetFlowRegistryClientParamsWithHTTPClient creates a new GetFlowRegistryClientParams object with the ability to set a custom HTTPClient for a request.

func NewGetFlowRegistryClientParamsWithTimeout added in v1.19.1

func NewGetFlowRegistryClientParamsWithTimeout(timeout time.Duration) *GetFlowRegistryClientParams

NewGetFlowRegistryClientParamsWithTimeout creates a new GetFlowRegistryClientParams object with the ability to set a timeout on a request.

func (*GetFlowRegistryClientParams) SetContext added in v1.19.1

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

SetContext adds the context to the get flow registry client params

func (*GetFlowRegistryClientParams) SetDefaults added in v1.19.1

func (o *GetFlowRegistryClientParams) SetDefaults()

SetDefaults hydrates default values in the get flow registry client params (not the query body).

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

func (*GetFlowRegistryClientParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the get flow registry client params

func (*GetFlowRegistryClientParams) SetID added in v1.19.1

func (o *GetFlowRegistryClientParams) SetID(id string)

SetID adds the id to the get flow registry client params

func (*GetFlowRegistryClientParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the get flow registry client params

func (*GetFlowRegistryClientParams) WithContext added in v1.19.1

WithContext adds the context to the get flow registry client params

func (*GetFlowRegistryClientParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the get flow registry client params (not the query body).

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

func (*GetFlowRegistryClientParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the get flow registry client params

func (*GetFlowRegistryClientParams) WithID added in v1.19.1

WithID adds the id to the get flow registry client params

func (*GetFlowRegistryClientParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the get flow registry client params

func (*GetFlowRegistryClientParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type GetFlowRegistryClientReader added in v1.19.1

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

GetFlowRegistryClientReader is a Reader for the GetFlowRegistryClient structure.

func (*GetFlowRegistryClientReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type GetFlowRegistryClientUnauthorized added in v1.19.1

type GetFlowRegistryClientUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetFlowRegistryClientUnauthorized added in v1.19.1

func NewGetFlowRegistryClientUnauthorized() *GetFlowRegistryClientUnauthorized

NewGetFlowRegistryClientUnauthorized creates a GetFlowRegistryClientUnauthorized with default headers values

func (*GetFlowRegistryClientUnauthorized) Error added in v1.19.1

func (*GetFlowRegistryClientUnauthorized) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientUnauthorized) IsClientError() bool

IsClientError returns true when this get flow registry client unauthorized response has a 4xx status code

func (*GetFlowRegistryClientUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry client unauthorized response a status code equal to that given

func (*GetFlowRegistryClientUnauthorized) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientUnauthorized) IsRedirect() bool

IsRedirect returns true when this get flow registry client unauthorized response has a 3xx status code

func (*GetFlowRegistryClientUnauthorized) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientUnauthorized) IsServerError() bool

IsServerError returns true when this get flow registry client unauthorized response has a 5xx status code

func (*GetFlowRegistryClientUnauthorized) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientUnauthorized) IsSuccess() bool

IsSuccess returns true when this get flow registry client unauthorized response has a 2xx status code

func (*GetFlowRegistryClientUnauthorized) String added in v1.19.1

type GetFlowRegistryClientsBadRequest added in v1.19.1

type GetFlowRegistryClientsBadRequest struct {
}

GetFlowRegistryClientsBadRequest 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 NewGetFlowRegistryClientsBadRequest added in v1.19.1

func NewGetFlowRegistryClientsBadRequest() *GetFlowRegistryClientsBadRequest

NewGetFlowRegistryClientsBadRequest creates a GetFlowRegistryClientsBadRequest with default headers values

func (*GetFlowRegistryClientsBadRequest) Error added in v1.19.1

func (*GetFlowRegistryClientsBadRequest) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsBadRequest) IsClientError() bool

IsClientError returns true when this get flow registry clients bad request response has a 4xx status code

func (*GetFlowRegistryClientsBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry clients bad request response a status code equal to that given

func (*GetFlowRegistryClientsBadRequest) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsBadRequest) IsRedirect() bool

IsRedirect returns true when this get flow registry clients bad request response has a 3xx status code

func (*GetFlowRegistryClientsBadRequest) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsBadRequest) IsServerError() bool

IsServerError returns true when this get flow registry clients bad request response has a 5xx status code

func (*GetFlowRegistryClientsBadRequest) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientsBadRequest) IsSuccess() bool

IsSuccess returns true when this get flow registry clients bad request response has a 2xx status code

func (*GetFlowRegistryClientsBadRequest) String added in v1.19.1

type GetFlowRegistryClientsConflict added in v1.19.1

type GetFlowRegistryClientsConflict struct {
}

GetFlowRegistryClientsConflict 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 NewGetFlowRegistryClientsConflict added in v1.19.1

func NewGetFlowRegistryClientsConflict() *GetFlowRegistryClientsConflict

NewGetFlowRegistryClientsConflict creates a GetFlowRegistryClientsConflict with default headers values

func (*GetFlowRegistryClientsConflict) Error added in v1.19.1

func (*GetFlowRegistryClientsConflict) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsConflict) IsClientError() bool

IsClientError returns true when this get flow registry clients conflict response has a 4xx status code

func (*GetFlowRegistryClientsConflict) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry clients conflict response a status code equal to that given

func (*GetFlowRegistryClientsConflict) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsConflict) IsRedirect() bool

IsRedirect returns true when this get flow registry clients conflict response has a 3xx status code

func (*GetFlowRegistryClientsConflict) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsConflict) IsServerError() bool

IsServerError returns true when this get flow registry clients conflict response has a 5xx status code

func (*GetFlowRegistryClientsConflict) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientsConflict) IsSuccess() bool

IsSuccess returns true when this get flow registry clients conflict response has a 2xx status code

func (*GetFlowRegistryClientsConflict) String added in v1.19.1

type GetFlowRegistryClientsForbidden added in v1.19.1

type GetFlowRegistryClientsForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetFlowRegistryClientsForbidden added in v1.19.1

func NewGetFlowRegistryClientsForbidden() *GetFlowRegistryClientsForbidden

NewGetFlowRegistryClientsForbidden creates a GetFlowRegistryClientsForbidden with default headers values

func (*GetFlowRegistryClientsForbidden) Error added in v1.19.1

func (*GetFlowRegistryClientsForbidden) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsForbidden) IsClientError() bool

IsClientError returns true when this get flow registry clients forbidden response has a 4xx status code

func (*GetFlowRegistryClientsForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry clients forbidden response a status code equal to that given

func (*GetFlowRegistryClientsForbidden) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsForbidden) IsRedirect() bool

IsRedirect returns true when this get flow registry clients forbidden response has a 3xx status code

func (*GetFlowRegistryClientsForbidden) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsForbidden) IsServerError() bool

IsServerError returns true when this get flow registry clients forbidden response has a 5xx status code

func (*GetFlowRegistryClientsForbidden) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientsForbidden) IsSuccess() bool

IsSuccess returns true when this get flow registry clients forbidden response has a 2xx status code

func (*GetFlowRegistryClientsForbidden) String added in v1.19.1

type GetFlowRegistryClientsNotFound added in v1.19.1

type GetFlowRegistryClientsNotFound struct {
}

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

The specified resource could not be found.

func NewGetFlowRegistryClientsNotFound added in v1.19.1

func NewGetFlowRegistryClientsNotFound() *GetFlowRegistryClientsNotFound

NewGetFlowRegistryClientsNotFound creates a GetFlowRegistryClientsNotFound with default headers values

func (*GetFlowRegistryClientsNotFound) Error added in v1.19.1

func (*GetFlowRegistryClientsNotFound) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsNotFound) IsClientError() bool

IsClientError returns true when this get flow registry clients not found response has a 4xx status code

func (*GetFlowRegistryClientsNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry clients not found response a status code equal to that given

func (*GetFlowRegistryClientsNotFound) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsNotFound) IsRedirect() bool

IsRedirect returns true when this get flow registry clients not found response has a 3xx status code

func (*GetFlowRegistryClientsNotFound) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsNotFound) IsServerError() bool

IsServerError returns true when this get flow registry clients not found response has a 5xx status code

func (*GetFlowRegistryClientsNotFound) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientsNotFound) IsSuccess() bool

IsSuccess returns true when this get flow registry clients not found response has a 2xx status code

func (*GetFlowRegistryClientsNotFound) String added in v1.19.1

type GetFlowRegistryClientsOK added in v1.19.1

type GetFlowRegistryClientsOK struct {
	Payload *models.FlowRegistryClientsEntity
}

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

successful operation

func NewGetFlowRegistryClientsOK added in v1.19.1

func NewGetFlowRegistryClientsOK() *GetFlowRegistryClientsOK

NewGetFlowRegistryClientsOK creates a GetFlowRegistryClientsOK with default headers values

func (*GetFlowRegistryClientsOK) Error added in v1.19.1

func (o *GetFlowRegistryClientsOK) Error() string

func (*GetFlowRegistryClientsOK) GetPayload added in v1.19.1

func (*GetFlowRegistryClientsOK) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsOK) IsClientError() bool

IsClientError returns true when this get flow registry clients o k response has a 4xx status code

func (*GetFlowRegistryClientsOK) IsCode added in v1.19.1

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

IsCode returns true when this get flow registry clients o k response a status code equal to that given

func (*GetFlowRegistryClientsOK) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsOK) IsRedirect() bool

IsRedirect returns true when this get flow registry clients o k response has a 3xx status code

func (*GetFlowRegistryClientsOK) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsOK) IsServerError() bool

IsServerError returns true when this get flow registry clients o k response has a 5xx status code

func (*GetFlowRegistryClientsOK) IsSuccess added in v1.19.1

func (o *GetFlowRegistryClientsOK) IsSuccess() bool

IsSuccess returns true when this get flow registry clients o k response has a 2xx status code

func (*GetFlowRegistryClientsOK) String added in v1.19.1

func (o *GetFlowRegistryClientsOK) String() string

type GetFlowRegistryClientsParams added in v1.19.1

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

GetFlowRegistryClientsParams contains all the parameters to send to the API endpoint

for the get flow registry clients operation.

Typically these are written to a http.Request.

func NewGetFlowRegistryClientsParams added in v1.19.1

func NewGetFlowRegistryClientsParams() *GetFlowRegistryClientsParams

NewGetFlowRegistryClientsParams creates a new GetFlowRegistryClientsParams 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 NewGetFlowRegistryClientsParamsWithContext added in v1.19.1

func NewGetFlowRegistryClientsParamsWithContext(ctx context.Context) *GetFlowRegistryClientsParams

NewGetFlowRegistryClientsParamsWithContext creates a new GetFlowRegistryClientsParams object with the ability to set a context for a request.

func NewGetFlowRegistryClientsParamsWithHTTPClient added in v1.19.1

func NewGetFlowRegistryClientsParamsWithHTTPClient(client *http.Client) *GetFlowRegistryClientsParams

NewGetFlowRegistryClientsParamsWithHTTPClient creates a new GetFlowRegistryClientsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFlowRegistryClientsParamsWithTimeout added in v1.19.1

func NewGetFlowRegistryClientsParamsWithTimeout(timeout time.Duration) *GetFlowRegistryClientsParams

NewGetFlowRegistryClientsParamsWithTimeout creates a new GetFlowRegistryClientsParams object with the ability to set a timeout on a request.

func (*GetFlowRegistryClientsParams) SetContext added in v1.19.1

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

SetContext adds the context to the get flow registry clients params

func (*GetFlowRegistryClientsParams) SetDefaults added in v1.19.1

func (o *GetFlowRegistryClientsParams) SetDefaults()

SetDefaults hydrates default values in the get flow registry clients params (not the query body).

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

func (*GetFlowRegistryClientsParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the get flow registry clients params

func (*GetFlowRegistryClientsParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the get flow registry clients params

func (*GetFlowRegistryClientsParams) WithContext added in v1.19.1

WithContext adds the context to the get flow registry clients params

func (*GetFlowRegistryClientsParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the get flow registry clients params (not the query body).

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

func (*GetFlowRegistryClientsParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the get flow registry clients params

func (*GetFlowRegistryClientsParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the get flow registry clients params

func (*GetFlowRegistryClientsParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type GetFlowRegistryClientsReader added in v1.19.1

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

GetFlowRegistryClientsReader is a Reader for the GetFlowRegistryClients structure.

func (*GetFlowRegistryClientsReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type GetFlowRegistryClientsUnauthorized added in v1.19.1

type GetFlowRegistryClientsUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetFlowRegistryClientsUnauthorized added in v1.19.1

func NewGetFlowRegistryClientsUnauthorized() *GetFlowRegistryClientsUnauthorized

NewGetFlowRegistryClientsUnauthorized creates a GetFlowRegistryClientsUnauthorized with default headers values

func (*GetFlowRegistryClientsUnauthorized) Error added in v1.19.1

func (*GetFlowRegistryClientsUnauthorized) IsClientError added in v1.19.1

func (o *GetFlowRegistryClientsUnauthorized) IsClientError() bool

IsClientError returns true when this get flow registry clients unauthorized response has a 4xx status code

func (*GetFlowRegistryClientsUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get flow registry clients unauthorized response a status code equal to that given

func (*GetFlowRegistryClientsUnauthorized) IsRedirect added in v1.19.1

func (o *GetFlowRegistryClientsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get flow registry clients unauthorized response has a 3xx status code

func (*GetFlowRegistryClientsUnauthorized) IsServerError added in v1.19.1

func (o *GetFlowRegistryClientsUnauthorized) IsServerError() bool

IsServerError returns true when this get flow registry clients unauthorized response has a 5xx status code

func (*GetFlowRegistryClientsUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get flow registry clients unauthorized response has a 2xx status code

func (*GetFlowRegistryClientsUnauthorized) String added in v1.19.1

type GetNodeBadRequest

type GetNodeBadRequest struct {
}

GetNodeBadRequest 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 NewGetNodeBadRequest

func NewGetNodeBadRequest() *GetNodeBadRequest

NewGetNodeBadRequest creates a GetNodeBadRequest with default headers values

func (*GetNodeBadRequest) Error

func (o *GetNodeBadRequest) Error() string

func (*GetNodeBadRequest) IsClientError added in v1.19.1

func (o *GetNodeBadRequest) IsClientError() bool

IsClientError returns true when this get node bad request response has a 4xx status code

func (*GetNodeBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get node bad request response a status code equal to that given

func (*GetNodeBadRequest) IsRedirect added in v1.19.1

func (o *GetNodeBadRequest) IsRedirect() bool

IsRedirect returns true when this get node bad request response has a 3xx status code

func (*GetNodeBadRequest) IsServerError added in v1.19.1

func (o *GetNodeBadRequest) IsServerError() bool

IsServerError returns true when this get node bad request response has a 5xx status code

func (*GetNodeBadRequest) IsSuccess added in v1.19.1

func (o *GetNodeBadRequest) IsSuccess() bool

IsSuccess returns true when this get node bad request response has a 2xx status code

func (*GetNodeBadRequest) String added in v1.19.1

func (o *GetNodeBadRequest) String() string

type GetNodeConflict

type GetNodeConflict struct {
}

GetNodeConflict 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 NewGetNodeConflict

func NewGetNodeConflict() *GetNodeConflict

NewGetNodeConflict creates a GetNodeConflict with default headers values

func (*GetNodeConflict) Error

func (o *GetNodeConflict) Error() string

func (*GetNodeConflict) IsClientError added in v1.19.1

func (o *GetNodeConflict) IsClientError() bool

IsClientError returns true when this get node conflict response has a 4xx status code

func (*GetNodeConflict) IsCode added in v1.19.1

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

IsCode returns true when this get node conflict response a status code equal to that given

func (*GetNodeConflict) IsRedirect added in v1.19.1

func (o *GetNodeConflict) IsRedirect() bool

IsRedirect returns true when this get node conflict response has a 3xx status code

func (*GetNodeConflict) IsServerError added in v1.19.1

func (o *GetNodeConflict) IsServerError() bool

IsServerError returns true when this get node conflict response has a 5xx status code

func (*GetNodeConflict) IsSuccess added in v1.19.1

func (o *GetNodeConflict) IsSuccess() bool

IsSuccess returns true when this get node conflict response has a 2xx status code

func (*GetNodeConflict) String added in v1.19.1

func (o *GetNodeConflict) String() string

type GetNodeForbidden

type GetNodeForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetNodeForbidden

func NewGetNodeForbidden() *GetNodeForbidden

NewGetNodeForbidden creates a GetNodeForbidden with default headers values

func (*GetNodeForbidden) Error

func (o *GetNodeForbidden) Error() string

func (*GetNodeForbidden) IsClientError added in v1.19.1

func (o *GetNodeForbidden) IsClientError() bool

IsClientError returns true when this get node forbidden response has a 4xx status code

func (*GetNodeForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get node forbidden response a status code equal to that given

func (*GetNodeForbidden) IsRedirect added in v1.19.1

func (o *GetNodeForbidden) IsRedirect() bool

IsRedirect returns true when this get node forbidden response has a 3xx status code

func (*GetNodeForbidden) IsServerError added in v1.19.1

func (o *GetNodeForbidden) IsServerError() bool

IsServerError returns true when this get node forbidden response has a 5xx status code

func (*GetNodeForbidden) IsSuccess added in v1.19.1

func (o *GetNodeForbidden) IsSuccess() bool

IsSuccess returns true when this get node forbidden response has a 2xx status code

func (*GetNodeForbidden) String added in v1.19.1

func (o *GetNodeForbidden) String() string

type GetNodeNotFound

type GetNodeNotFound struct {
}

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

The specified resource could not be found.

func NewGetNodeNotFound

func NewGetNodeNotFound() *GetNodeNotFound

NewGetNodeNotFound creates a GetNodeNotFound with default headers values

func (*GetNodeNotFound) Error

func (o *GetNodeNotFound) Error() string

func (*GetNodeNotFound) IsClientError added in v1.19.1

func (o *GetNodeNotFound) IsClientError() bool

IsClientError returns true when this get node not found response has a 4xx status code

func (*GetNodeNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get node not found response a status code equal to that given

func (*GetNodeNotFound) IsRedirect added in v1.19.1

func (o *GetNodeNotFound) IsRedirect() bool

IsRedirect returns true when this get node not found response has a 3xx status code

func (*GetNodeNotFound) IsServerError added in v1.19.1

func (o *GetNodeNotFound) IsServerError() bool

IsServerError returns true when this get node not found response has a 5xx status code

func (*GetNodeNotFound) IsSuccess added in v1.19.1

func (o *GetNodeNotFound) IsSuccess() bool

IsSuccess returns true when this get node not found response has a 2xx status code

func (*GetNodeNotFound) String added in v1.19.1

func (o *GetNodeNotFound) String() string

type GetNodeOK

type GetNodeOK struct {
	Payload *models.NodeEntity
}

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

successful operation

func NewGetNodeOK

func NewGetNodeOK() *GetNodeOK

NewGetNodeOK creates a GetNodeOK with default headers values

func (*GetNodeOK) Error

func (o *GetNodeOK) Error() string

func (*GetNodeOK) GetPayload

func (o *GetNodeOK) GetPayload() *models.NodeEntity

func (*GetNodeOK) IsClientError added in v1.19.1

func (o *GetNodeOK) IsClientError() bool

IsClientError returns true when this get node o k response has a 4xx status code

func (*GetNodeOK) IsCode added in v1.19.1

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

IsCode returns true when this get node o k response a status code equal to that given

func (*GetNodeOK) IsRedirect added in v1.19.1

func (o *GetNodeOK) IsRedirect() bool

IsRedirect returns true when this get node o k response has a 3xx status code

func (*GetNodeOK) IsServerError added in v1.19.1

func (o *GetNodeOK) IsServerError() bool

IsServerError returns true when this get node o k response has a 5xx status code

func (*GetNodeOK) IsSuccess added in v1.19.1

func (o *GetNodeOK) IsSuccess() bool

IsSuccess returns true when this get node o k response has a 2xx status code

func (*GetNodeOK) String added in v1.19.1

func (o *GetNodeOK) String() string

type GetNodeParams

type GetNodeParams struct {

	/* ID.

	   The node id.
	*/
	ID string

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

GetNodeParams contains all the parameters to send to the API endpoint

for the get node operation.

Typically these are written to a http.Request.

func NewGetNodeParams

func NewGetNodeParams() *GetNodeParams

NewGetNodeParams creates a new GetNodeParams 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 NewGetNodeParamsWithContext

func NewGetNodeParamsWithContext(ctx context.Context) *GetNodeParams

NewGetNodeParamsWithContext creates a new GetNodeParams object with the ability to set a context for a request.

func NewGetNodeParamsWithHTTPClient

func NewGetNodeParamsWithHTTPClient(client *http.Client) *GetNodeParams

NewGetNodeParamsWithHTTPClient creates a new GetNodeParams object with the ability to set a custom HTTPClient for a request.

func NewGetNodeParamsWithTimeout

func NewGetNodeParamsWithTimeout(timeout time.Duration) *GetNodeParams

NewGetNodeParamsWithTimeout creates a new GetNodeParams object with the ability to set a timeout on a request.

func (*GetNodeParams) SetContext

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

SetContext adds the context to the get node params

func (*GetNodeParams) SetDefaults

func (o *GetNodeParams) SetDefaults()

SetDefaults hydrates default values in the get node params (not the query body).

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

func (*GetNodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get node params

func (*GetNodeParams) SetID

func (o *GetNodeParams) SetID(id string)

SetID adds the id to the get node params

func (*GetNodeParams) SetTimeout

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

SetTimeout adds the timeout to the get node params

func (*GetNodeParams) WithContext

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

WithContext adds the context to the get node params

func (*GetNodeParams) WithDefaults

func (o *GetNodeParams) WithDefaults() *GetNodeParams

WithDefaults hydrates default values in the get node params (not the query body).

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

func (*GetNodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get node params

func (*GetNodeParams) WithID

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

WithID adds the id to the get node params

func (*GetNodeParams) WithTimeout

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

WithTimeout adds the timeout to the get node params

func (*GetNodeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodeReader

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

GetNodeReader is a Reader for the GetNode structure.

func (*GetNodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodeStatusHistoryBadRequest

type GetNodeStatusHistoryBadRequest struct {
}

GetNodeStatusHistoryBadRequest 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 NewGetNodeStatusHistoryBadRequest

func NewGetNodeStatusHistoryBadRequest() *GetNodeStatusHistoryBadRequest

NewGetNodeStatusHistoryBadRequest creates a GetNodeStatusHistoryBadRequest with default headers values

func (*GetNodeStatusHistoryBadRequest) Error

func (*GetNodeStatusHistoryBadRequest) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryBadRequest) IsClientError() bool

IsClientError returns true when this get node status history bad request response has a 4xx status code

func (*GetNodeStatusHistoryBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get node status history bad request response a status code equal to that given

func (*GetNodeStatusHistoryBadRequest) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryBadRequest) IsRedirect() bool

IsRedirect returns true when this get node status history bad request response has a 3xx status code

func (*GetNodeStatusHistoryBadRequest) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryBadRequest) IsServerError() bool

IsServerError returns true when this get node status history bad request response has a 5xx status code

func (*GetNodeStatusHistoryBadRequest) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryBadRequest) IsSuccess() bool

IsSuccess returns true when this get node status history bad request response has a 2xx status code

func (*GetNodeStatusHistoryBadRequest) String added in v1.19.1

type GetNodeStatusHistoryConflict

type GetNodeStatusHistoryConflict struct {
}

GetNodeStatusHistoryConflict 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 NewGetNodeStatusHistoryConflict

func NewGetNodeStatusHistoryConflict() *GetNodeStatusHistoryConflict

NewGetNodeStatusHistoryConflict creates a GetNodeStatusHistoryConflict with default headers values

func (*GetNodeStatusHistoryConflict) Error

func (*GetNodeStatusHistoryConflict) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryConflict) IsClientError() bool

IsClientError returns true when this get node status history conflict response has a 4xx status code

func (*GetNodeStatusHistoryConflict) IsCode added in v1.19.1

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

IsCode returns true when this get node status history conflict response a status code equal to that given

func (*GetNodeStatusHistoryConflict) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryConflict) IsRedirect() bool

IsRedirect returns true when this get node status history conflict response has a 3xx status code

func (*GetNodeStatusHistoryConflict) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryConflict) IsServerError() bool

IsServerError returns true when this get node status history conflict response has a 5xx status code

func (*GetNodeStatusHistoryConflict) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryConflict) IsSuccess() bool

IsSuccess returns true when this get node status history conflict response has a 2xx status code

func (*GetNodeStatusHistoryConflict) String added in v1.19.1

type GetNodeStatusHistoryForbidden

type GetNodeStatusHistoryForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetNodeStatusHistoryForbidden

func NewGetNodeStatusHistoryForbidden() *GetNodeStatusHistoryForbidden

NewGetNodeStatusHistoryForbidden creates a GetNodeStatusHistoryForbidden with default headers values

func (*GetNodeStatusHistoryForbidden) Error

func (*GetNodeStatusHistoryForbidden) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryForbidden) IsClientError() bool

IsClientError returns true when this get node status history forbidden response has a 4xx status code

func (*GetNodeStatusHistoryForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get node status history forbidden response a status code equal to that given

func (*GetNodeStatusHistoryForbidden) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryForbidden) IsRedirect() bool

IsRedirect returns true when this get node status history forbidden response has a 3xx status code

func (*GetNodeStatusHistoryForbidden) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryForbidden) IsServerError() bool

IsServerError returns true when this get node status history forbidden response has a 5xx status code

func (*GetNodeStatusHistoryForbidden) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryForbidden) IsSuccess() bool

IsSuccess returns true when this get node status history forbidden response has a 2xx status code

func (*GetNodeStatusHistoryForbidden) String added in v1.19.1

type GetNodeStatusHistoryNotFound

type GetNodeStatusHistoryNotFound struct {
}

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

The specified resource could not be found.

func NewGetNodeStatusHistoryNotFound

func NewGetNodeStatusHistoryNotFound() *GetNodeStatusHistoryNotFound

NewGetNodeStatusHistoryNotFound creates a GetNodeStatusHistoryNotFound with default headers values

func (*GetNodeStatusHistoryNotFound) Error

func (*GetNodeStatusHistoryNotFound) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryNotFound) IsClientError() bool

IsClientError returns true when this get node status history not found response has a 4xx status code

func (*GetNodeStatusHistoryNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get node status history not found response a status code equal to that given

func (*GetNodeStatusHistoryNotFound) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryNotFound) IsRedirect() bool

IsRedirect returns true when this get node status history not found response has a 3xx status code

func (*GetNodeStatusHistoryNotFound) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryNotFound) IsServerError() bool

IsServerError returns true when this get node status history not found response has a 5xx status code

func (*GetNodeStatusHistoryNotFound) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryNotFound) IsSuccess() bool

IsSuccess returns true when this get node status history not found response has a 2xx status code

func (*GetNodeStatusHistoryNotFound) String added in v1.19.1

type GetNodeStatusHistoryOK

type GetNodeStatusHistoryOK struct {
	Payload *models.ComponentHistoryEntity
}

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

successful operation

func NewGetNodeStatusHistoryOK

func NewGetNodeStatusHistoryOK() *GetNodeStatusHistoryOK

NewGetNodeStatusHistoryOK creates a GetNodeStatusHistoryOK with default headers values

func (*GetNodeStatusHistoryOK) Error

func (o *GetNodeStatusHistoryOK) Error() string

func (*GetNodeStatusHistoryOK) GetPayload

func (*GetNodeStatusHistoryOK) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryOK) IsClientError() bool

IsClientError returns true when this get node status history o k response has a 4xx status code

func (*GetNodeStatusHistoryOK) IsCode added in v1.19.1

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

IsCode returns true when this get node status history o k response a status code equal to that given

func (*GetNodeStatusHistoryOK) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryOK) IsRedirect() bool

IsRedirect returns true when this get node status history o k response has a 3xx status code

func (*GetNodeStatusHistoryOK) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryOK) IsServerError() bool

IsServerError returns true when this get node status history o k response has a 5xx status code

func (*GetNodeStatusHistoryOK) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryOK) IsSuccess() bool

IsSuccess returns true when this get node status history o k response has a 2xx status code

func (*GetNodeStatusHistoryOK) String added in v1.19.1

func (o *GetNodeStatusHistoryOK) String() string

type GetNodeStatusHistoryParams

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

GetNodeStatusHistoryParams contains all the parameters to send to the API endpoint

for the get node status history operation.

Typically these are written to a http.Request.

func NewGetNodeStatusHistoryParams

func NewGetNodeStatusHistoryParams() *GetNodeStatusHistoryParams

NewGetNodeStatusHistoryParams creates a new GetNodeStatusHistoryParams 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 NewGetNodeStatusHistoryParamsWithContext

func NewGetNodeStatusHistoryParamsWithContext(ctx context.Context) *GetNodeStatusHistoryParams

NewGetNodeStatusHistoryParamsWithContext creates a new GetNodeStatusHistoryParams object with the ability to set a context for a request.

func NewGetNodeStatusHistoryParamsWithHTTPClient

func NewGetNodeStatusHistoryParamsWithHTTPClient(client *http.Client) *GetNodeStatusHistoryParams

NewGetNodeStatusHistoryParamsWithHTTPClient creates a new GetNodeStatusHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetNodeStatusHistoryParamsWithTimeout

func NewGetNodeStatusHistoryParamsWithTimeout(timeout time.Duration) *GetNodeStatusHistoryParams

NewGetNodeStatusHistoryParamsWithTimeout creates a new GetNodeStatusHistoryParams object with the ability to set a timeout on a request.

func (*GetNodeStatusHistoryParams) SetContext

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

SetContext adds the context to the get node status history params

func (*GetNodeStatusHistoryParams) SetDefaults

func (o *GetNodeStatusHistoryParams) SetDefaults()

SetDefaults hydrates default values in the get node status history params (not the query body).

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

func (*GetNodeStatusHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get node status history params

func (*GetNodeStatusHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the get node status history params

func (*GetNodeStatusHistoryParams) WithContext

WithContext adds the context to the get node status history params

func (*GetNodeStatusHistoryParams) WithDefaults

WithDefaults hydrates default values in the get node status history params (not the query body).

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

func (*GetNodeStatusHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get node status history params

func (*GetNodeStatusHistoryParams) WithTimeout

WithTimeout adds the timeout to the get node status history params

func (*GetNodeStatusHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodeStatusHistoryReader

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

GetNodeStatusHistoryReader is a Reader for the GetNodeStatusHistory structure.

func (*GetNodeStatusHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodeStatusHistoryUnauthorized

type GetNodeStatusHistoryUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetNodeStatusHistoryUnauthorized

func NewGetNodeStatusHistoryUnauthorized() *GetNodeStatusHistoryUnauthorized

NewGetNodeStatusHistoryUnauthorized creates a GetNodeStatusHistoryUnauthorized with default headers values

func (*GetNodeStatusHistoryUnauthorized) Error

func (*GetNodeStatusHistoryUnauthorized) IsClientError added in v1.19.1

func (o *GetNodeStatusHistoryUnauthorized) IsClientError() bool

IsClientError returns true when this get node status history unauthorized response has a 4xx status code

func (*GetNodeStatusHistoryUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get node status history unauthorized response a status code equal to that given

func (*GetNodeStatusHistoryUnauthorized) IsRedirect added in v1.19.1

func (o *GetNodeStatusHistoryUnauthorized) IsRedirect() bool

IsRedirect returns true when this get node status history unauthorized response has a 3xx status code

func (*GetNodeStatusHistoryUnauthorized) IsServerError added in v1.19.1

func (o *GetNodeStatusHistoryUnauthorized) IsServerError() bool

IsServerError returns true when this get node status history unauthorized response has a 5xx status code

func (*GetNodeStatusHistoryUnauthorized) IsSuccess added in v1.19.1

func (o *GetNodeStatusHistoryUnauthorized) IsSuccess() bool

IsSuccess returns true when this get node status history unauthorized response has a 2xx status code

func (*GetNodeStatusHistoryUnauthorized) String added in v1.19.1

type GetNodeUnauthorized

type GetNodeUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetNodeUnauthorized

func NewGetNodeUnauthorized() *GetNodeUnauthorized

NewGetNodeUnauthorized creates a GetNodeUnauthorized with default headers values

func (*GetNodeUnauthorized) Error

func (o *GetNodeUnauthorized) Error() string

func (*GetNodeUnauthorized) IsClientError added in v1.19.1

func (o *GetNodeUnauthorized) IsClientError() bool

IsClientError returns true when this get node unauthorized response has a 4xx status code

func (*GetNodeUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get node unauthorized response a status code equal to that given

func (*GetNodeUnauthorized) IsRedirect added in v1.19.1

func (o *GetNodeUnauthorized) IsRedirect() bool

IsRedirect returns true when this get node unauthorized response has a 3xx status code

func (*GetNodeUnauthorized) IsServerError added in v1.19.1

func (o *GetNodeUnauthorized) IsServerError() bool

IsServerError returns true when this get node unauthorized response has a 5xx status code

func (*GetNodeUnauthorized) IsSuccess added in v1.19.1

func (o *GetNodeUnauthorized) IsSuccess() bool

IsSuccess returns true when this get node unauthorized response has a 2xx status code

func (*GetNodeUnauthorized) String added in v1.19.1

func (o *GetNodeUnauthorized) String() string

type GetRegistryClientTypesBadRequest added in v1.19.1

type GetRegistryClientTypesBadRequest struct {
}

GetRegistryClientTypesBadRequest 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 NewGetRegistryClientTypesBadRequest added in v1.19.1

func NewGetRegistryClientTypesBadRequest() *GetRegistryClientTypesBadRequest

NewGetRegistryClientTypesBadRequest creates a GetRegistryClientTypesBadRequest with default headers values

func (*GetRegistryClientTypesBadRequest) Error added in v1.19.1

func (*GetRegistryClientTypesBadRequest) IsClientError added in v1.19.1

func (o *GetRegistryClientTypesBadRequest) IsClientError() bool

IsClientError returns true when this get registry client types bad request response has a 4xx status code

func (*GetRegistryClientTypesBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this get registry client types bad request response a status code equal to that given

func (*GetRegistryClientTypesBadRequest) IsRedirect added in v1.19.1

func (o *GetRegistryClientTypesBadRequest) IsRedirect() bool

IsRedirect returns true when this get registry client types bad request response has a 3xx status code

func (*GetRegistryClientTypesBadRequest) IsServerError added in v1.19.1

func (o *GetRegistryClientTypesBadRequest) IsServerError() bool

IsServerError returns true when this get registry client types bad request response has a 5xx status code

func (*GetRegistryClientTypesBadRequest) IsSuccess added in v1.19.1

func (o *GetRegistryClientTypesBadRequest) IsSuccess() bool

IsSuccess returns true when this get registry client types bad request response has a 2xx status code

func (*GetRegistryClientTypesBadRequest) String added in v1.19.1

type GetRegistryClientTypesConflict added in v1.19.1

type GetRegistryClientTypesConflict struct {
}

GetRegistryClientTypesConflict 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 NewGetRegistryClientTypesConflict added in v1.19.1

func NewGetRegistryClientTypesConflict() *GetRegistryClientTypesConflict

NewGetRegistryClientTypesConflict creates a GetRegistryClientTypesConflict with default headers values

func (*GetRegistryClientTypesConflict) Error added in v1.19.1

func (*GetRegistryClientTypesConflict) IsClientError added in v1.19.1

func (o *GetRegistryClientTypesConflict) IsClientError() bool

IsClientError returns true when this get registry client types conflict response has a 4xx status code

func (*GetRegistryClientTypesConflict) IsCode added in v1.19.1

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

IsCode returns true when this get registry client types conflict response a status code equal to that given

func (*GetRegistryClientTypesConflict) IsRedirect added in v1.19.1

func (o *GetRegistryClientTypesConflict) IsRedirect() bool

IsRedirect returns true when this get registry client types conflict response has a 3xx status code

func (*GetRegistryClientTypesConflict) IsServerError added in v1.19.1

func (o *GetRegistryClientTypesConflict) IsServerError() bool

IsServerError returns true when this get registry client types conflict response has a 5xx status code

func (*GetRegistryClientTypesConflict) IsSuccess added in v1.19.1

func (o *GetRegistryClientTypesConflict) IsSuccess() bool

IsSuccess returns true when this get registry client types conflict response has a 2xx status code

func (*GetRegistryClientTypesConflict) String added in v1.19.1

type GetRegistryClientTypesForbidden added in v1.19.1

type GetRegistryClientTypesForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetRegistryClientTypesForbidden added in v1.19.1

func NewGetRegistryClientTypesForbidden() *GetRegistryClientTypesForbidden

NewGetRegistryClientTypesForbidden creates a GetRegistryClientTypesForbidden with default headers values

func (*GetRegistryClientTypesForbidden) Error added in v1.19.1

func (*GetRegistryClientTypesForbidden) IsClientError added in v1.19.1

func (o *GetRegistryClientTypesForbidden) IsClientError() bool

IsClientError returns true when this get registry client types forbidden response has a 4xx status code

func (*GetRegistryClientTypesForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get registry client types forbidden response a status code equal to that given

func (*GetRegistryClientTypesForbidden) IsRedirect added in v1.19.1

func (o *GetRegistryClientTypesForbidden) IsRedirect() bool

IsRedirect returns true when this get registry client types forbidden response has a 3xx status code

func (*GetRegistryClientTypesForbidden) IsServerError added in v1.19.1

func (o *GetRegistryClientTypesForbidden) IsServerError() bool

IsServerError returns true when this get registry client types forbidden response has a 5xx status code

func (*GetRegistryClientTypesForbidden) IsSuccess added in v1.19.1

func (o *GetRegistryClientTypesForbidden) IsSuccess() bool

IsSuccess returns true when this get registry client types forbidden response has a 2xx status code

func (*GetRegistryClientTypesForbidden) String added in v1.19.1

type GetRegistryClientTypesOK added in v1.19.1

type GetRegistryClientTypesOK struct {
	Payload *models.FlowRegistryClientTypesEntity
}

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

successful operation

func NewGetRegistryClientTypesOK added in v1.19.1

func NewGetRegistryClientTypesOK() *GetRegistryClientTypesOK

NewGetRegistryClientTypesOK creates a GetRegistryClientTypesOK with default headers values

func (*GetRegistryClientTypesOK) Error added in v1.19.1

func (o *GetRegistryClientTypesOK) Error() string

func (*GetRegistryClientTypesOK) GetPayload added in v1.19.1

func (*GetRegistryClientTypesOK) IsClientError added in v1.19.1

func (o *GetRegistryClientTypesOK) IsClientError() bool

IsClientError returns true when this get registry client types o k response has a 4xx status code

func (*GetRegistryClientTypesOK) IsCode added in v1.19.1

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

IsCode returns true when this get registry client types o k response a status code equal to that given

func (*GetRegistryClientTypesOK) IsRedirect added in v1.19.1

func (o *GetRegistryClientTypesOK) IsRedirect() bool

IsRedirect returns true when this get registry client types o k response has a 3xx status code

func (*GetRegistryClientTypesOK) IsServerError added in v1.19.1

func (o *GetRegistryClientTypesOK) IsServerError() bool

IsServerError returns true when this get registry client types o k response has a 5xx status code

func (*GetRegistryClientTypesOK) IsSuccess added in v1.19.1

func (o *GetRegistryClientTypesOK) IsSuccess() bool

IsSuccess returns true when this get registry client types o k response has a 2xx status code

func (*GetRegistryClientTypesOK) String added in v1.19.1

func (o *GetRegistryClientTypesOK) String() string

type GetRegistryClientTypesParams added in v1.19.1

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

GetRegistryClientTypesParams contains all the parameters to send to the API endpoint

for the get registry client types operation.

Typically these are written to a http.Request.

func NewGetRegistryClientTypesParams added in v1.19.1

func NewGetRegistryClientTypesParams() *GetRegistryClientTypesParams

NewGetRegistryClientTypesParams creates a new GetRegistryClientTypesParams 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 NewGetRegistryClientTypesParamsWithContext added in v1.19.1

func NewGetRegistryClientTypesParamsWithContext(ctx context.Context) *GetRegistryClientTypesParams

NewGetRegistryClientTypesParamsWithContext creates a new GetRegistryClientTypesParams object with the ability to set a context for a request.

func NewGetRegistryClientTypesParamsWithHTTPClient added in v1.19.1

func NewGetRegistryClientTypesParamsWithHTTPClient(client *http.Client) *GetRegistryClientTypesParams

NewGetRegistryClientTypesParamsWithHTTPClient creates a new GetRegistryClientTypesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryClientTypesParamsWithTimeout added in v1.19.1

func NewGetRegistryClientTypesParamsWithTimeout(timeout time.Duration) *GetRegistryClientTypesParams

NewGetRegistryClientTypesParamsWithTimeout creates a new GetRegistryClientTypesParams object with the ability to set a timeout on a request.

func (*GetRegistryClientTypesParams) SetContext added in v1.19.1

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

SetContext adds the context to the get registry client types params

func (*GetRegistryClientTypesParams) SetDefaults added in v1.19.1

func (o *GetRegistryClientTypesParams) SetDefaults()

SetDefaults hydrates default values in the get registry client types params (not the query body).

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

func (*GetRegistryClientTypesParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the get registry client types params

func (*GetRegistryClientTypesParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the get registry client types params

func (*GetRegistryClientTypesParams) WithContext added in v1.19.1

WithContext adds the context to the get registry client types params

func (*GetRegistryClientTypesParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the get registry client types params (not the query body).

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

func (*GetRegistryClientTypesParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the get registry client types params

func (*GetRegistryClientTypesParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the get registry client types params

func (*GetRegistryClientTypesParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type GetRegistryClientTypesReader added in v1.19.1

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

GetRegistryClientTypesReader is a Reader for the GetRegistryClientTypes structure.

func (*GetRegistryClientTypesReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type GetRegistryClientTypesUnauthorized added in v1.19.1

type GetRegistryClientTypesUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetRegistryClientTypesUnauthorized added in v1.19.1

func NewGetRegistryClientTypesUnauthorized() *GetRegistryClientTypesUnauthorized

NewGetRegistryClientTypesUnauthorized creates a GetRegistryClientTypesUnauthorized with default headers values

func (*GetRegistryClientTypesUnauthorized) Error added in v1.19.1

func (*GetRegistryClientTypesUnauthorized) IsClientError added in v1.19.1

func (o *GetRegistryClientTypesUnauthorized) IsClientError() bool

IsClientError returns true when this get registry client types unauthorized response has a 4xx status code

func (*GetRegistryClientTypesUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get registry client types unauthorized response a status code equal to that given

func (*GetRegistryClientTypesUnauthorized) IsRedirect added in v1.19.1

func (o *GetRegistryClientTypesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get registry client types unauthorized response has a 3xx status code

func (*GetRegistryClientTypesUnauthorized) IsServerError added in v1.19.1

func (o *GetRegistryClientTypesUnauthorized) IsServerError() bool

IsServerError returns true when this get registry client types unauthorized response has a 5xx status code

func (*GetRegistryClientTypesUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get registry client types unauthorized response has a 2xx status code

func (*GetRegistryClientTypesUnauthorized) String added in v1.19.1

type UpdateControllerConfigBadRequest

type UpdateControllerConfigBadRequest struct {
}

UpdateControllerConfigBadRequest 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 NewUpdateControllerConfigBadRequest

func NewUpdateControllerConfigBadRequest() *UpdateControllerConfigBadRequest

NewUpdateControllerConfigBadRequest creates a UpdateControllerConfigBadRequest with default headers values

func (*UpdateControllerConfigBadRequest) Error

func (*UpdateControllerConfigBadRequest) IsClientError added in v1.19.1

func (o *UpdateControllerConfigBadRequest) IsClientError() bool

IsClientError returns true when this update controller config bad request response has a 4xx status code

func (*UpdateControllerConfigBadRequest) IsCode added in v1.19.1

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

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

func (*UpdateControllerConfigBadRequest) IsRedirect added in v1.19.1

func (o *UpdateControllerConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this update controller config bad request response has a 3xx status code

func (*UpdateControllerConfigBadRequest) IsServerError added in v1.19.1

func (o *UpdateControllerConfigBadRequest) IsServerError() bool

IsServerError returns true when this update controller config bad request response has a 5xx status code

func (*UpdateControllerConfigBadRequest) IsSuccess added in v1.19.1

func (o *UpdateControllerConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this update controller config bad request response has a 2xx status code

func (*UpdateControllerConfigBadRequest) String added in v1.19.1

type UpdateControllerConfigConflict

type UpdateControllerConfigConflict struct {
}

UpdateControllerConfigConflict 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 NewUpdateControllerConfigConflict

func NewUpdateControllerConfigConflict() *UpdateControllerConfigConflict

NewUpdateControllerConfigConflict creates a UpdateControllerConfigConflict with default headers values

func (*UpdateControllerConfigConflict) Error

func (*UpdateControllerConfigConflict) IsClientError added in v1.19.1

func (o *UpdateControllerConfigConflict) IsClientError() bool

IsClientError returns true when this update controller config conflict response has a 4xx status code

func (*UpdateControllerConfigConflict) IsCode added in v1.19.1

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

IsCode returns true when this update controller config conflict response a status code equal to that given

func (*UpdateControllerConfigConflict) IsRedirect added in v1.19.1

func (o *UpdateControllerConfigConflict) IsRedirect() bool

IsRedirect returns true when this update controller config conflict response has a 3xx status code

func (*UpdateControllerConfigConflict) IsServerError added in v1.19.1

func (o *UpdateControllerConfigConflict) IsServerError() bool

IsServerError returns true when this update controller config conflict response has a 5xx status code

func (*UpdateControllerConfigConflict) IsSuccess added in v1.19.1

func (o *UpdateControllerConfigConflict) IsSuccess() bool

IsSuccess returns true when this update controller config conflict response has a 2xx status code

func (*UpdateControllerConfigConflict) String added in v1.19.1

type UpdateControllerConfigForbidden

type UpdateControllerConfigForbidden struct {
}

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

Client is not authorized to make this request.

func NewUpdateControllerConfigForbidden

func NewUpdateControllerConfigForbidden() *UpdateControllerConfigForbidden

NewUpdateControllerConfigForbidden creates a UpdateControllerConfigForbidden with default headers values

func (*UpdateControllerConfigForbidden) Error

func (*UpdateControllerConfigForbidden) IsClientError added in v1.19.1

func (o *UpdateControllerConfigForbidden) IsClientError() bool

IsClientError returns true when this update controller config forbidden response has a 4xx status code

func (*UpdateControllerConfigForbidden) IsCode added in v1.19.1

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

IsCode returns true when this update controller config forbidden response a status code equal to that given

func (*UpdateControllerConfigForbidden) IsRedirect added in v1.19.1

func (o *UpdateControllerConfigForbidden) IsRedirect() bool

IsRedirect returns true when this update controller config forbidden response has a 3xx status code

func (*UpdateControllerConfigForbidden) IsServerError added in v1.19.1

func (o *UpdateControllerConfigForbidden) IsServerError() bool

IsServerError returns true when this update controller config forbidden response has a 5xx status code

func (*UpdateControllerConfigForbidden) IsSuccess added in v1.19.1

func (o *UpdateControllerConfigForbidden) IsSuccess() bool

IsSuccess returns true when this update controller config forbidden response has a 2xx status code

func (*UpdateControllerConfigForbidden) String added in v1.19.1

type UpdateControllerConfigOK

type UpdateControllerConfigOK struct {
	Payload *models.ControllerConfigurationEntity
}

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

successful operation

func NewUpdateControllerConfigOK

func NewUpdateControllerConfigOK() *UpdateControllerConfigOK

NewUpdateControllerConfigOK creates a UpdateControllerConfigOK with default headers values

func (*UpdateControllerConfigOK) Error

func (o *UpdateControllerConfigOK) Error() string

func (*UpdateControllerConfigOK) GetPayload

func (*UpdateControllerConfigOK) IsClientError added in v1.19.1

func (o *UpdateControllerConfigOK) IsClientError() bool

IsClientError returns true when this update controller config o k response has a 4xx status code

func (*UpdateControllerConfigOK) IsCode added in v1.19.1

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

IsCode returns true when this update controller config o k response a status code equal to that given

func (*UpdateControllerConfigOK) IsRedirect added in v1.19.1

func (o *UpdateControllerConfigOK) IsRedirect() bool

IsRedirect returns true when this update controller config o k response has a 3xx status code

func (*UpdateControllerConfigOK) IsServerError added in v1.19.1

func (o *UpdateControllerConfigOK) IsServerError() bool

IsServerError returns true when this update controller config o k response has a 5xx status code

func (*UpdateControllerConfigOK) IsSuccess added in v1.19.1

func (o *UpdateControllerConfigOK) IsSuccess() bool

IsSuccess returns true when this update controller config o k response has a 2xx status code

func (*UpdateControllerConfigOK) String added in v1.19.1

func (o *UpdateControllerConfigOK) String() string

type UpdateControllerConfigParams

type UpdateControllerConfigParams struct {

	/* Body.

	   The controller configuration.
	*/
	Body *models.ControllerConfigurationEntity

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

UpdateControllerConfigParams contains all the parameters to send to the API endpoint

for the update controller config operation.

Typically these are written to a http.Request.

func NewUpdateControllerConfigParams

func NewUpdateControllerConfigParams() *UpdateControllerConfigParams

NewUpdateControllerConfigParams creates a new UpdateControllerConfigParams 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 NewUpdateControllerConfigParamsWithContext

func NewUpdateControllerConfigParamsWithContext(ctx context.Context) *UpdateControllerConfigParams

NewUpdateControllerConfigParamsWithContext creates a new UpdateControllerConfigParams object with the ability to set a context for a request.

func NewUpdateControllerConfigParamsWithHTTPClient

func NewUpdateControllerConfigParamsWithHTTPClient(client *http.Client) *UpdateControllerConfigParams

NewUpdateControllerConfigParamsWithHTTPClient creates a new UpdateControllerConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateControllerConfigParamsWithTimeout

func NewUpdateControllerConfigParamsWithTimeout(timeout time.Duration) *UpdateControllerConfigParams

NewUpdateControllerConfigParamsWithTimeout creates a new UpdateControllerConfigParams object with the ability to set a timeout on a request.

func (*UpdateControllerConfigParams) SetBody

SetBody adds the body to the update controller config params

func (*UpdateControllerConfigParams) SetContext

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

SetContext adds the context to the update controller config params

func (*UpdateControllerConfigParams) SetDefaults

func (o *UpdateControllerConfigParams) SetDefaults()

SetDefaults hydrates default values in the update controller config params (not the query body).

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

func (*UpdateControllerConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update controller config params

func (*UpdateControllerConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update controller config params

func (*UpdateControllerConfigParams) WithBody

WithBody adds the body to the update controller config params

func (*UpdateControllerConfigParams) WithContext

WithContext adds the context to the update controller config params

func (*UpdateControllerConfigParams) WithDefaults

WithDefaults hydrates default values in the update controller config params (not the query body).

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

func (*UpdateControllerConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update controller config params

func (*UpdateControllerConfigParams) WithTimeout

WithTimeout adds the timeout to the update controller config params

func (*UpdateControllerConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateControllerConfigReader

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

UpdateControllerConfigReader is a Reader for the UpdateControllerConfig structure.

func (*UpdateControllerConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateControllerConfigUnauthorized

type UpdateControllerConfigUnauthorized struct {
}

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

Client could not be authenticated.

func NewUpdateControllerConfigUnauthorized

func NewUpdateControllerConfigUnauthorized() *UpdateControllerConfigUnauthorized

NewUpdateControllerConfigUnauthorized creates a UpdateControllerConfigUnauthorized with default headers values

func (*UpdateControllerConfigUnauthorized) Error

func (*UpdateControllerConfigUnauthorized) IsClientError added in v1.19.1

func (o *UpdateControllerConfigUnauthorized) IsClientError() bool

IsClientError returns true when this update controller config unauthorized response has a 4xx status code

func (*UpdateControllerConfigUnauthorized) IsCode added in v1.19.1

IsCode returns true when this update controller config unauthorized response a status code equal to that given

func (*UpdateControllerConfigUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateControllerConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this update controller config unauthorized response has a 3xx status code

func (*UpdateControllerConfigUnauthorized) IsServerError added in v1.19.1

func (o *UpdateControllerConfigUnauthorized) IsServerError() bool

IsServerError returns true when this update controller config unauthorized response has a 5xx status code

func (*UpdateControllerConfigUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this update controller config unauthorized response has a 2xx status code

func (*UpdateControllerConfigUnauthorized) String added in v1.19.1

type UpdateFlowRegistryClientBadRequest added in v1.19.1

type UpdateFlowRegistryClientBadRequest struct {
}

UpdateFlowRegistryClientBadRequest 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 NewUpdateFlowRegistryClientBadRequest added in v1.19.1

func NewUpdateFlowRegistryClientBadRequest() *UpdateFlowRegistryClientBadRequest

NewUpdateFlowRegistryClientBadRequest creates a UpdateFlowRegistryClientBadRequest with default headers values

func (*UpdateFlowRegistryClientBadRequest) Error added in v1.19.1

func (*UpdateFlowRegistryClientBadRequest) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientBadRequest) IsClientError() bool

IsClientError returns true when this update flow registry client bad request response has a 4xx status code

func (*UpdateFlowRegistryClientBadRequest) IsCode added in v1.19.1

IsCode returns true when this update flow registry client bad request response a status code equal to that given

func (*UpdateFlowRegistryClientBadRequest) IsRedirect added in v1.19.1

func (o *UpdateFlowRegistryClientBadRequest) IsRedirect() bool

IsRedirect returns true when this update flow registry client bad request response has a 3xx status code

func (*UpdateFlowRegistryClientBadRequest) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientBadRequest) IsServerError() bool

IsServerError returns true when this update flow registry client bad request response has a 5xx status code

func (*UpdateFlowRegistryClientBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this update flow registry client bad request response has a 2xx status code

func (*UpdateFlowRegistryClientBadRequest) String added in v1.19.1

type UpdateFlowRegistryClientConflict added in v1.19.1

type UpdateFlowRegistryClientConflict struct {
}

UpdateFlowRegistryClientConflict 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 NewUpdateFlowRegistryClientConflict added in v1.19.1

func NewUpdateFlowRegistryClientConflict() *UpdateFlowRegistryClientConflict

NewUpdateFlowRegistryClientConflict creates a UpdateFlowRegistryClientConflict with default headers values

func (*UpdateFlowRegistryClientConflict) Error added in v1.19.1

func (*UpdateFlowRegistryClientConflict) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientConflict) IsClientError() bool

IsClientError returns true when this update flow registry client conflict response has a 4xx status code

func (*UpdateFlowRegistryClientConflict) IsCode added in v1.19.1

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

IsCode returns true when this update flow registry client conflict response a status code equal to that given

func (*UpdateFlowRegistryClientConflict) IsRedirect added in v1.19.1

func (o *UpdateFlowRegistryClientConflict) IsRedirect() bool

IsRedirect returns true when this update flow registry client conflict response has a 3xx status code

func (*UpdateFlowRegistryClientConflict) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientConflict) IsServerError() bool

IsServerError returns true when this update flow registry client conflict response has a 5xx status code

func (*UpdateFlowRegistryClientConflict) IsSuccess added in v1.19.1

func (o *UpdateFlowRegistryClientConflict) IsSuccess() bool

IsSuccess returns true when this update flow registry client conflict response has a 2xx status code

func (*UpdateFlowRegistryClientConflict) String added in v1.19.1

type UpdateFlowRegistryClientForbidden added in v1.19.1

type UpdateFlowRegistryClientForbidden struct {
}

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

Client is not authorized to make this request.

func NewUpdateFlowRegistryClientForbidden added in v1.19.1

func NewUpdateFlowRegistryClientForbidden() *UpdateFlowRegistryClientForbidden

NewUpdateFlowRegistryClientForbidden creates a UpdateFlowRegistryClientForbidden with default headers values

func (*UpdateFlowRegistryClientForbidden) Error added in v1.19.1

func (*UpdateFlowRegistryClientForbidden) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientForbidden) IsClientError() bool

IsClientError returns true when this update flow registry client forbidden response has a 4xx status code

func (*UpdateFlowRegistryClientForbidden) IsCode added in v1.19.1

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

IsCode returns true when this update flow registry client forbidden response a status code equal to that given

func (*UpdateFlowRegistryClientForbidden) IsRedirect added in v1.19.1

func (o *UpdateFlowRegistryClientForbidden) IsRedirect() bool

IsRedirect returns true when this update flow registry client forbidden response has a 3xx status code

func (*UpdateFlowRegistryClientForbidden) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientForbidden) IsServerError() bool

IsServerError returns true when this update flow registry client forbidden response has a 5xx status code

func (*UpdateFlowRegistryClientForbidden) IsSuccess added in v1.19.1

func (o *UpdateFlowRegistryClientForbidden) IsSuccess() bool

IsSuccess returns true when this update flow registry client forbidden response has a 2xx status code

func (*UpdateFlowRegistryClientForbidden) String added in v1.19.1

type UpdateFlowRegistryClientNotFound added in v1.19.1

type UpdateFlowRegistryClientNotFound struct {
}

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

The specified resource could not be found.

func NewUpdateFlowRegistryClientNotFound added in v1.19.1

func NewUpdateFlowRegistryClientNotFound() *UpdateFlowRegistryClientNotFound

NewUpdateFlowRegistryClientNotFound creates a UpdateFlowRegistryClientNotFound with default headers values

func (*UpdateFlowRegistryClientNotFound) Error added in v1.19.1

func (*UpdateFlowRegistryClientNotFound) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientNotFound) IsClientError() bool

IsClientError returns true when this update flow registry client not found response has a 4xx status code

func (*UpdateFlowRegistryClientNotFound) IsCode added in v1.19.1

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

IsCode returns true when this update flow registry client not found response a status code equal to that given

func (*UpdateFlowRegistryClientNotFound) IsRedirect added in v1.19.1

func (o *UpdateFlowRegistryClientNotFound) IsRedirect() bool

IsRedirect returns true when this update flow registry client not found response has a 3xx status code

func (*UpdateFlowRegistryClientNotFound) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientNotFound) IsServerError() bool

IsServerError returns true when this update flow registry client not found response has a 5xx status code

func (*UpdateFlowRegistryClientNotFound) IsSuccess added in v1.19.1

func (o *UpdateFlowRegistryClientNotFound) IsSuccess() bool

IsSuccess returns true when this update flow registry client not found response has a 2xx status code

func (*UpdateFlowRegistryClientNotFound) String added in v1.19.1

type UpdateFlowRegistryClientOK added in v1.19.1

type UpdateFlowRegistryClientOK struct {
	Payload *models.FlowRegistryClientEntity
}

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

successful operation

func NewUpdateFlowRegistryClientOK added in v1.19.1

func NewUpdateFlowRegistryClientOK() *UpdateFlowRegistryClientOK

NewUpdateFlowRegistryClientOK creates a UpdateFlowRegistryClientOK with default headers values

func (*UpdateFlowRegistryClientOK) Error added in v1.19.1

func (*UpdateFlowRegistryClientOK) GetPayload added in v1.19.1

func (*UpdateFlowRegistryClientOK) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientOK) IsClientError() bool

IsClientError returns true when this update flow registry client o k response has a 4xx status code

func (*UpdateFlowRegistryClientOK) IsCode added in v1.19.1

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

IsCode returns true when this update flow registry client o k response a status code equal to that given

func (*UpdateFlowRegistryClientOK) IsRedirect added in v1.19.1

func (o *UpdateFlowRegistryClientOK) IsRedirect() bool

IsRedirect returns true when this update flow registry client o k response has a 3xx status code

func (*UpdateFlowRegistryClientOK) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientOK) IsServerError() bool

IsServerError returns true when this update flow registry client o k response has a 5xx status code

func (*UpdateFlowRegistryClientOK) IsSuccess added in v1.19.1

func (o *UpdateFlowRegistryClientOK) IsSuccess() bool

IsSuccess returns true when this update flow registry client o k response has a 2xx status code

func (*UpdateFlowRegistryClientOK) String added in v1.19.1

func (o *UpdateFlowRegistryClientOK) String() string

type UpdateFlowRegistryClientParams added in v1.19.1

type UpdateFlowRegistryClientParams struct {

	/* Body.

	   The flow registry client configuration details.
	*/
	Body *models.FlowRegistryClientEntity

	/* ID.

	   The flow registry client id.
	*/
	ID string

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

UpdateFlowRegistryClientParams contains all the parameters to send to the API endpoint

for the update flow registry client operation.

Typically these are written to a http.Request.

func NewUpdateFlowRegistryClientParams added in v1.19.1

func NewUpdateFlowRegistryClientParams() *UpdateFlowRegistryClientParams

NewUpdateFlowRegistryClientParams creates a new UpdateFlowRegistryClientParams 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 NewUpdateFlowRegistryClientParamsWithContext added in v1.19.1

func NewUpdateFlowRegistryClientParamsWithContext(ctx context.Context) *UpdateFlowRegistryClientParams

NewUpdateFlowRegistryClientParamsWithContext creates a new UpdateFlowRegistryClientParams object with the ability to set a context for a request.

func NewUpdateFlowRegistryClientParamsWithHTTPClient added in v1.19.1

func NewUpdateFlowRegistryClientParamsWithHTTPClient(client *http.Client) *UpdateFlowRegistryClientParams

NewUpdateFlowRegistryClientParamsWithHTTPClient creates a new UpdateFlowRegistryClientParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateFlowRegistryClientParamsWithTimeout added in v1.19.1

func NewUpdateFlowRegistryClientParamsWithTimeout(timeout time.Duration) *UpdateFlowRegistryClientParams

NewUpdateFlowRegistryClientParamsWithTimeout creates a new UpdateFlowRegistryClientParams object with the ability to set a timeout on a request.

func (*UpdateFlowRegistryClientParams) SetBody added in v1.19.1

SetBody adds the body to the update flow registry client params

func (*UpdateFlowRegistryClientParams) SetContext added in v1.19.1

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

SetContext adds the context to the update flow registry client params

func (*UpdateFlowRegistryClientParams) SetDefaults added in v1.19.1

func (o *UpdateFlowRegistryClientParams) SetDefaults()

SetDefaults hydrates default values in the update flow registry client params (not the query body).

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

func (*UpdateFlowRegistryClientParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the update flow registry client params

func (*UpdateFlowRegistryClientParams) SetID added in v1.19.1

SetID adds the id to the update flow registry client params

func (*UpdateFlowRegistryClientParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WithBody added in v1.19.1

WithBody adds the body to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WithContext added in v1.19.1

WithContext adds the context to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the update flow registry client params (not the query body).

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

func (*UpdateFlowRegistryClientParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WithID added in v1.19.1

WithID adds the id to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the update flow registry client params

func (*UpdateFlowRegistryClientParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type UpdateFlowRegistryClientReader added in v1.19.1

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

UpdateFlowRegistryClientReader is a Reader for the UpdateFlowRegistryClient structure.

func (*UpdateFlowRegistryClientReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type UpdateFlowRegistryClientUnauthorized added in v1.19.1

type UpdateFlowRegistryClientUnauthorized struct {
}

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

Client could not be authenticated.

func NewUpdateFlowRegistryClientUnauthorized added in v1.19.1

func NewUpdateFlowRegistryClientUnauthorized() *UpdateFlowRegistryClientUnauthorized

NewUpdateFlowRegistryClientUnauthorized creates a UpdateFlowRegistryClientUnauthorized with default headers values

func (*UpdateFlowRegistryClientUnauthorized) Error added in v1.19.1

func (*UpdateFlowRegistryClientUnauthorized) IsClientError added in v1.19.1

func (o *UpdateFlowRegistryClientUnauthorized) IsClientError() bool

IsClientError returns true when this update flow registry client unauthorized response has a 4xx status code

func (*UpdateFlowRegistryClientUnauthorized) IsCode added in v1.19.1

IsCode returns true when this update flow registry client unauthorized response a status code equal to that given

func (*UpdateFlowRegistryClientUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this update flow registry client unauthorized response has a 3xx status code

func (*UpdateFlowRegistryClientUnauthorized) IsServerError added in v1.19.1

func (o *UpdateFlowRegistryClientUnauthorized) IsServerError() bool

IsServerError returns true when this update flow registry client unauthorized response has a 5xx status code

func (*UpdateFlowRegistryClientUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this update flow registry client unauthorized response has a 2xx status code

func (*UpdateFlowRegistryClientUnauthorized) String added in v1.19.1

type UpdateNodeBadRequest

type UpdateNodeBadRequest struct {
}

UpdateNodeBadRequest 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 NewUpdateNodeBadRequest

func NewUpdateNodeBadRequest() *UpdateNodeBadRequest

NewUpdateNodeBadRequest creates a UpdateNodeBadRequest with default headers values

func (*UpdateNodeBadRequest) Error

func (o *UpdateNodeBadRequest) Error() string

func (*UpdateNodeBadRequest) IsClientError added in v1.19.1

func (o *UpdateNodeBadRequest) IsClientError() bool

IsClientError returns true when this update node bad request response has a 4xx status code

func (*UpdateNodeBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this update node bad request response a status code equal to that given

func (*UpdateNodeBadRequest) IsRedirect added in v1.19.1

func (o *UpdateNodeBadRequest) IsRedirect() bool

IsRedirect returns true when this update node bad request response has a 3xx status code

func (*UpdateNodeBadRequest) IsServerError added in v1.19.1

func (o *UpdateNodeBadRequest) IsServerError() bool

IsServerError returns true when this update node bad request response has a 5xx status code

func (*UpdateNodeBadRequest) IsSuccess added in v1.19.1

func (o *UpdateNodeBadRequest) IsSuccess() bool

IsSuccess returns true when this update node bad request response has a 2xx status code

func (*UpdateNodeBadRequest) String added in v1.19.1

func (o *UpdateNodeBadRequest) String() string

type UpdateNodeConflict

type UpdateNodeConflict struct {
}

UpdateNodeConflict 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 NewUpdateNodeConflict

func NewUpdateNodeConflict() *UpdateNodeConflict

NewUpdateNodeConflict creates a UpdateNodeConflict with default headers values

func (*UpdateNodeConflict) Error

func (o *UpdateNodeConflict) Error() string

func (*UpdateNodeConflict) IsClientError added in v1.19.1

func (o *UpdateNodeConflict) IsClientError() bool

IsClientError returns true when this update node conflict response has a 4xx status code

func (*UpdateNodeConflict) IsCode added in v1.19.1

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

IsCode returns true when this update node conflict response a status code equal to that given

func (*UpdateNodeConflict) IsRedirect added in v1.19.1

func (o *UpdateNodeConflict) IsRedirect() bool

IsRedirect returns true when this update node conflict response has a 3xx status code

func (*UpdateNodeConflict) IsServerError added in v1.19.1

func (o *UpdateNodeConflict) IsServerError() bool

IsServerError returns true when this update node conflict response has a 5xx status code

func (*UpdateNodeConflict) IsSuccess added in v1.19.1

func (o *UpdateNodeConflict) IsSuccess() bool

IsSuccess returns true when this update node conflict response has a 2xx status code

func (*UpdateNodeConflict) String added in v1.19.1

func (o *UpdateNodeConflict) String() string

type UpdateNodeForbidden

type UpdateNodeForbidden struct {
}

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

Client is not authorized to make this request.

func NewUpdateNodeForbidden

func NewUpdateNodeForbidden() *UpdateNodeForbidden

NewUpdateNodeForbidden creates a UpdateNodeForbidden with default headers values

func (*UpdateNodeForbidden) Error

func (o *UpdateNodeForbidden) Error() string

func (*UpdateNodeForbidden) IsClientError added in v1.19.1

func (o *UpdateNodeForbidden) IsClientError() bool

IsClientError returns true when this update node forbidden response has a 4xx status code

func (*UpdateNodeForbidden) IsCode added in v1.19.1

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

IsCode returns true when this update node forbidden response a status code equal to that given

func (*UpdateNodeForbidden) IsRedirect added in v1.19.1

func (o *UpdateNodeForbidden) IsRedirect() bool

IsRedirect returns true when this update node forbidden response has a 3xx status code

func (*UpdateNodeForbidden) IsServerError added in v1.19.1

func (o *UpdateNodeForbidden) IsServerError() bool

IsServerError returns true when this update node forbidden response has a 5xx status code

func (*UpdateNodeForbidden) IsSuccess added in v1.19.1

func (o *UpdateNodeForbidden) IsSuccess() bool

IsSuccess returns true when this update node forbidden response has a 2xx status code

func (*UpdateNodeForbidden) String added in v1.19.1

func (o *UpdateNodeForbidden) String() string

type UpdateNodeNotFound

type UpdateNodeNotFound struct {
}

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

The specified resource could not be found.

func NewUpdateNodeNotFound

func NewUpdateNodeNotFound() *UpdateNodeNotFound

NewUpdateNodeNotFound creates a UpdateNodeNotFound with default headers values

func (*UpdateNodeNotFound) Error

func (o *UpdateNodeNotFound) Error() string

func (*UpdateNodeNotFound) IsClientError added in v1.19.1

func (o *UpdateNodeNotFound) IsClientError() bool

IsClientError returns true when this update node not found response has a 4xx status code

func (*UpdateNodeNotFound) IsCode added in v1.19.1

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

IsCode returns true when this update node not found response a status code equal to that given

func (*UpdateNodeNotFound) IsRedirect added in v1.19.1

func (o *UpdateNodeNotFound) IsRedirect() bool

IsRedirect returns true when this update node not found response has a 3xx status code

func (*UpdateNodeNotFound) IsServerError added in v1.19.1

func (o *UpdateNodeNotFound) IsServerError() bool

IsServerError returns true when this update node not found response has a 5xx status code

func (*UpdateNodeNotFound) IsSuccess added in v1.19.1

func (o *UpdateNodeNotFound) IsSuccess() bool

IsSuccess returns true when this update node not found response has a 2xx status code

func (*UpdateNodeNotFound) String added in v1.19.1

func (o *UpdateNodeNotFound) String() string

type UpdateNodeOK

type UpdateNodeOK struct {
	Payload *models.NodeEntity
}

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

successful operation

func NewUpdateNodeOK

func NewUpdateNodeOK() *UpdateNodeOK

NewUpdateNodeOK creates a UpdateNodeOK with default headers values

func (*UpdateNodeOK) Error

func (o *UpdateNodeOK) Error() string

func (*UpdateNodeOK) GetPayload

func (o *UpdateNodeOK) GetPayload() *models.NodeEntity

func (*UpdateNodeOK) IsClientError added in v1.19.1

func (o *UpdateNodeOK) IsClientError() bool

IsClientError returns true when this update node o k response has a 4xx status code

func (*UpdateNodeOK) IsCode added in v1.19.1

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

IsCode returns true when this update node o k response a status code equal to that given

func (*UpdateNodeOK) IsRedirect added in v1.19.1

func (o *UpdateNodeOK) IsRedirect() bool

IsRedirect returns true when this update node o k response has a 3xx status code

func (*UpdateNodeOK) IsServerError added in v1.19.1

func (o *UpdateNodeOK) IsServerError() bool

IsServerError returns true when this update node o k response has a 5xx status code

func (*UpdateNodeOK) IsSuccess added in v1.19.1

func (o *UpdateNodeOK) IsSuccess() bool

IsSuccess returns true when this update node o k response has a 2xx status code

func (*UpdateNodeOK) String added in v1.19.1

func (o *UpdateNodeOK) String() string

type UpdateNodeParams

type UpdateNodeParams struct {

	/* Body.

	   The node configuration. The only configuration that will be honored at this endpoint is the status.
	*/
	Body *models.NodeEntity

	/* ID.

	   The node id.
	*/
	ID string

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

UpdateNodeParams contains all the parameters to send to the API endpoint

for the update node operation.

Typically these are written to a http.Request.

func NewUpdateNodeParams

func NewUpdateNodeParams() *UpdateNodeParams

NewUpdateNodeParams creates a new UpdateNodeParams 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 NewUpdateNodeParamsWithContext

func NewUpdateNodeParamsWithContext(ctx context.Context) *UpdateNodeParams

NewUpdateNodeParamsWithContext creates a new UpdateNodeParams object with the ability to set a context for a request.

func NewUpdateNodeParamsWithHTTPClient

func NewUpdateNodeParamsWithHTTPClient(client *http.Client) *UpdateNodeParams

NewUpdateNodeParamsWithHTTPClient creates a new UpdateNodeParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNodeParamsWithTimeout

func NewUpdateNodeParamsWithTimeout(timeout time.Duration) *UpdateNodeParams

NewUpdateNodeParamsWithTimeout creates a new UpdateNodeParams object with the ability to set a timeout on a request.

func (*UpdateNodeParams) SetBody

func (o *UpdateNodeParams) SetBody(body *models.NodeEntity)

SetBody adds the body to the update node params

func (*UpdateNodeParams) SetContext

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

SetContext adds the context to the update node params

func (*UpdateNodeParams) SetDefaults

func (o *UpdateNodeParams) SetDefaults()

SetDefaults hydrates default values in the update node params (not the query body).

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

func (*UpdateNodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update node params

func (*UpdateNodeParams) SetID

func (o *UpdateNodeParams) SetID(id string)

SetID adds the id to the update node params

func (*UpdateNodeParams) SetTimeout

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

SetTimeout adds the timeout to the update node params

func (*UpdateNodeParams) WithBody

func (o *UpdateNodeParams) WithBody(body *models.NodeEntity) *UpdateNodeParams

WithBody adds the body to the update node params

func (*UpdateNodeParams) WithContext

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

WithContext adds the context to the update node params

func (*UpdateNodeParams) WithDefaults

func (o *UpdateNodeParams) WithDefaults() *UpdateNodeParams

WithDefaults hydrates default values in the update node params (not the query body).

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

func (*UpdateNodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update node params

func (*UpdateNodeParams) WithID

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

WithID adds the id to the update node params

func (*UpdateNodeParams) WithTimeout

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

WithTimeout adds the timeout to the update node params

func (*UpdateNodeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateNodeReader

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

UpdateNodeReader is a Reader for the UpdateNode structure.

func (*UpdateNodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNodeUnauthorized

type UpdateNodeUnauthorized struct {
}

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

Client could not be authenticated.

func NewUpdateNodeUnauthorized

func NewUpdateNodeUnauthorized() *UpdateNodeUnauthorized

NewUpdateNodeUnauthorized creates a UpdateNodeUnauthorized with default headers values

func (*UpdateNodeUnauthorized) Error

func (o *UpdateNodeUnauthorized) Error() string

func (*UpdateNodeUnauthorized) IsClientError added in v1.19.1

func (o *UpdateNodeUnauthorized) IsClientError() bool

IsClientError returns true when this update node unauthorized response has a 4xx status code

func (*UpdateNodeUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this update node unauthorized response a status code equal to that given

func (*UpdateNodeUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateNodeUnauthorized) IsRedirect() bool

IsRedirect returns true when this update node unauthorized response has a 3xx status code

func (*UpdateNodeUnauthorized) IsServerError added in v1.19.1

func (o *UpdateNodeUnauthorized) IsServerError() bool

IsServerError returns true when this update node unauthorized response has a 5xx status code

func (*UpdateNodeUnauthorized) IsSuccess added in v1.19.1

func (o *UpdateNodeUnauthorized) IsSuccess() bool

IsSuccess returns true when this update node unauthorized response has a 2xx status code

func (*UpdateNodeUnauthorized) String added in v1.19.1

func (o *UpdateNodeUnauthorized) String() string

Jump to

Keyboard shortcuts

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