delete

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2016 License: MIT Imports: 6 Imported by: 3

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

func New

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

New creates a new delete API client.

func (*Client) DeleteDhcpLeaseMac

func (a *Client) DeleteDhcpLeaseMac(params *DeleteDhcpLeaseMacParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDhcpLeaseMacOK, error)

DeleteDhcpLeaseMac gets list of all catalogs

Delete the lease for the mac specified and return information about deleted lease.

func (*Client) DeleteFilesFileidentifier

DeleteFilesFileidentifier deletes file based on uuid

Put file based on filename, returns the uuid of the stored file.

func (*Client) DeleteNodesIdentifier

func (a *Client) DeleteNodesIdentifier(params *DeleteNodesIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNodesIdentifierOK, error)

DeleteNodesIdentifier deletes specified node

Delete specified node.

func (*Client) DeleteNodesIdentifierTagsTagname

DeleteNodesIdentifierTagsTagname removes tag from specified node

Remove tag from specified node.

func (*Client) DeleteNodesIdentifierWorkflowsActive

DeleteNodesIdentifierWorkflowsActive cancels currently running workflows for specified node

Cancel currently running workflows for specified node

func (*Client) DeleteNodesMacaddressDhcpWhitelist

DeleteNodesMacaddressDhcpWhitelist removes a whitelist of specified mac address

Remove a whitelist of specified mac address

func (*Client) DeletePollersIdentifier

DeletePollersIdentifier deletes the specified poller

delete the specified poller

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteDhcpLeaseMacDefault

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

DeleteDhcpLeaseMacDefault handles this case with default header values.

NotFound error

func NewDeleteDhcpLeaseMacDefault

func NewDeleteDhcpLeaseMacDefault(code int) *DeleteDhcpLeaseMacDefault

NewDeleteDhcpLeaseMacDefault creates a DeleteDhcpLeaseMacDefault with default headers values

func (*DeleteDhcpLeaseMacDefault) Code

func (o *DeleteDhcpLeaseMacDefault) Code() int

Code gets the status code for the delete dhcp lease mac default response

func (*DeleteDhcpLeaseMacDefault) Error

func (o *DeleteDhcpLeaseMacDefault) Error() string

type DeleteDhcpLeaseMacOK

type DeleteDhcpLeaseMacOK struct {
	Payload []*models.Lease
}

DeleteDhcpLeaseMacOK handles this case with default header values.

A single lease

func NewDeleteDhcpLeaseMacOK

func NewDeleteDhcpLeaseMacOK() *DeleteDhcpLeaseMacOK

NewDeleteDhcpLeaseMacOK creates a DeleteDhcpLeaseMacOK with default headers values

func (*DeleteDhcpLeaseMacOK) Error

func (o *DeleteDhcpLeaseMacOK) Error() string

type DeleteDhcpLeaseMacParams

type DeleteDhcpLeaseMacParams struct {

	/*Mac
	  identifier of a mac address

	*/
	Mac string
}

DeleteDhcpLeaseMacParams contains all the parameters to send to the API endpoint for the delete dhcp lease mac operation typically these are written to a http.Request

func NewDeleteDhcpLeaseMacParams

func NewDeleteDhcpLeaseMacParams() *DeleteDhcpLeaseMacParams

NewDeleteDhcpLeaseMacParams creates a new DeleteDhcpLeaseMacParams object with the default values initialized.

func (*DeleteDhcpLeaseMacParams) WithMac

WithMac adds the mac to the delete dhcp lease mac params

func (*DeleteDhcpLeaseMacParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDhcpLeaseMacReader

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

DeleteDhcpLeaseMacReader is a Reader for the DeleteDhcpLeaseMac structure.

func (*DeleteDhcpLeaseMacReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteFilesFileidentifierDefault

type DeleteFilesFileidentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteFilesFileidentifierDefault handles this case with default header values.

Unexpected error

func NewDeleteFilesFileidentifierDefault

func NewDeleteFilesFileidentifierDefault(code int) *DeleteFilesFileidentifierDefault

NewDeleteFilesFileidentifierDefault creates a DeleteFilesFileidentifierDefault with default headers values

func (*DeleteFilesFileidentifierDefault) Code

Code gets the status code for the delete files fileidentifier default response

func (*DeleteFilesFileidentifierDefault) Error

type DeleteFilesFileidentifierInternalServerError

type DeleteFilesFileidentifierInternalServerError struct {
	Payload *models.Error
}

DeleteFilesFileidentifierInternalServerError handles this case with default header values.

Error deleting file from the database.

func NewDeleteFilesFileidentifierInternalServerError

func NewDeleteFilesFileidentifierInternalServerError() *DeleteFilesFileidentifierInternalServerError

NewDeleteFilesFileidentifierInternalServerError creates a DeleteFilesFileidentifierInternalServerError with default headers values

func (*DeleteFilesFileidentifierInternalServerError) Error

type DeleteFilesFileidentifierNoContent

type DeleteFilesFileidentifierNoContent struct {
}

DeleteFilesFileidentifierNoContent handles this case with default header values.

File successfully deleted.

func NewDeleteFilesFileidentifierNoContent

func NewDeleteFilesFileidentifierNoContent() *DeleteFilesFileidentifierNoContent

NewDeleteFilesFileidentifierNoContent creates a DeleteFilesFileidentifierNoContent with default headers values

func (*DeleteFilesFileidentifierNoContent) Error

type DeleteFilesFileidentifierNotFound

type DeleteFilesFileidentifierNotFound struct {
	Payload *models.Error
}

DeleteFilesFileidentifierNotFound handles this case with default header values.

File not found.

func NewDeleteFilesFileidentifierNotFound

func NewDeleteFilesFileidentifierNotFound() *DeleteFilesFileidentifierNotFound

NewDeleteFilesFileidentifierNotFound creates a DeleteFilesFileidentifierNotFound with default headers values

func (*DeleteFilesFileidentifierNotFound) Error

type DeleteFilesFileidentifierParams

type DeleteFilesFileidentifierParams struct {

	/*Fileidentifier
	  filename identifier of the file you wish to delete

	*/
	Fileidentifier string
}

DeleteFilesFileidentifierParams contains all the parameters to send to the API endpoint for the delete files fileidentifier operation typically these are written to a http.Request

func NewDeleteFilesFileidentifierParams

func NewDeleteFilesFileidentifierParams() *DeleteFilesFileidentifierParams

NewDeleteFilesFileidentifierParams creates a new DeleteFilesFileidentifierParams object with the default values initialized.

func (*DeleteFilesFileidentifierParams) WithFileidentifier

func (o *DeleteFilesFileidentifierParams) WithFileidentifier(Fileidentifier string) *DeleteFilesFileidentifierParams

WithFileidentifier adds the fileidentifier to the delete files fileidentifier params

func (*DeleteFilesFileidentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFilesFileidentifierReader

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

DeleteFilesFileidentifierReader is a Reader for the DeleteFilesFileidentifier structure.

func (*DeleteFilesFileidentifierReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteNodesIdentifierDefault

type DeleteNodesIdentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteNodesIdentifierDefault handles this case with default header values.

Unexpected error

func NewDeleteNodesIdentifierDefault

func NewDeleteNodesIdentifierDefault(code int) *DeleteNodesIdentifierDefault

NewDeleteNodesIdentifierDefault creates a DeleteNodesIdentifierDefault with default headers values

func (*DeleteNodesIdentifierDefault) Code

Code gets the status code for the delete nodes identifier default response

func (*DeleteNodesIdentifierDefault) Error

type DeleteNodesIdentifierNotFound

type DeleteNodesIdentifierNotFound struct {
	Payload *models.Error
}

DeleteNodesIdentifierNotFound handles this case with default header values.

The node with the identifier was not found.

func NewDeleteNodesIdentifierNotFound

func NewDeleteNodesIdentifierNotFound() *DeleteNodesIdentifierNotFound

NewDeleteNodesIdentifierNotFound creates a DeleteNodesIdentifierNotFound with default headers values

func (*DeleteNodesIdentifierNotFound) Error

type DeleteNodesIdentifierOK

type DeleteNodesIdentifierOK struct {
}

DeleteNodesIdentifierOK handles this case with default header values.

Delete successful

func NewDeleteNodesIdentifierOK

func NewDeleteNodesIdentifierOK() *DeleteNodesIdentifierOK

NewDeleteNodesIdentifierOK creates a DeleteNodesIdentifierOK with default headers values

func (*DeleteNodesIdentifierOK) Error

func (o *DeleteNodesIdentifierOK) Error() string

type DeleteNodesIdentifierParams

type DeleteNodesIdentifierParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Identifier string
}

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

func NewDeleteNodesIdentifierParams

func NewDeleteNodesIdentifierParams() *DeleteNodesIdentifierParams

NewDeleteNodesIdentifierParams creates a new DeleteNodesIdentifierParams object with the default values initialized.

func (*DeleteNodesIdentifierParams) WithIdentifier

func (o *DeleteNodesIdentifierParams) WithIdentifier(Identifier string) *DeleteNodesIdentifierParams

WithIdentifier adds the identifier to the delete nodes identifier params

func (*DeleteNodesIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNodesIdentifierReader

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

DeleteNodesIdentifierReader is a Reader for the DeleteNodesIdentifier structure.

func (*DeleteNodesIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteNodesIdentifierTagsTagnameDefault

type DeleteNodesIdentifierTagsTagnameDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteNodesIdentifierTagsTagnameDefault handles this case with default header values.

Unexpected error

func NewDeleteNodesIdentifierTagsTagnameDefault

func NewDeleteNodesIdentifierTagsTagnameDefault(code int) *DeleteNodesIdentifierTagsTagnameDefault

NewDeleteNodesIdentifierTagsTagnameDefault creates a DeleteNodesIdentifierTagsTagnameDefault with default headers values

func (*DeleteNodesIdentifierTagsTagnameDefault) Code

Code gets the status code for the delete nodes identifier tags tagname default response

func (*DeleteNodesIdentifierTagsTagnameDefault) Error

type DeleteNodesIdentifierTagsTagnameNotFound

type DeleteNodesIdentifierTagsTagnameNotFound struct {
	Payload *models.Error
}

DeleteNodesIdentifierTagsTagnameNotFound handles this case with default header values.

The node with the identifier was not found.

func NewDeleteNodesIdentifierTagsTagnameNotFound

func NewDeleteNodesIdentifierTagsTagnameNotFound() *DeleteNodesIdentifierTagsTagnameNotFound

NewDeleteNodesIdentifierTagsTagnameNotFound creates a DeleteNodesIdentifierTagsTagnameNotFound with default headers values

func (*DeleteNodesIdentifierTagsTagnameNotFound) Error

type DeleteNodesIdentifierTagsTagnameOK

type DeleteNodesIdentifierTagsTagnameOK struct {
}

DeleteNodesIdentifierTagsTagnameOK handles this case with default header values.

Delete successful

func NewDeleteNodesIdentifierTagsTagnameOK

func NewDeleteNodesIdentifierTagsTagnameOK() *DeleteNodesIdentifierTagsTagnameOK

NewDeleteNodesIdentifierTagsTagnameOK creates a DeleteNodesIdentifierTagsTagnameOK with default headers values

func (*DeleteNodesIdentifierTagsTagnameOK) Error

type DeleteNodesIdentifierTagsTagnameParams

type DeleteNodesIdentifierTagsTagnameParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by


	*/
	Identifier string
	/*Tagname
	  tag to remove from node


	*/
	Tagname string
}

DeleteNodesIdentifierTagsTagnameParams contains all the parameters to send to the API endpoint for the delete nodes identifier tags tagname operation typically these are written to a http.Request

func NewDeleteNodesIdentifierTagsTagnameParams

func NewDeleteNodesIdentifierTagsTagnameParams() *DeleteNodesIdentifierTagsTagnameParams

NewDeleteNodesIdentifierTagsTagnameParams creates a new DeleteNodesIdentifierTagsTagnameParams object with the default values initialized.

func (*DeleteNodesIdentifierTagsTagnameParams) WithIdentifier

WithIdentifier adds the identifier to the delete nodes identifier tags tagname params

func (*DeleteNodesIdentifierTagsTagnameParams) WithTagname

WithTagname adds the tagname to the delete nodes identifier tags tagname params

func (*DeleteNodesIdentifierTagsTagnameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNodesIdentifierTagsTagnameReader

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

DeleteNodesIdentifierTagsTagnameReader is a Reader for the DeleteNodesIdentifierTagsTagname structure.

func (*DeleteNodesIdentifierTagsTagnameReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteNodesIdentifierWorkflowsActiveDefault

type DeleteNodesIdentifierWorkflowsActiveDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteNodesIdentifierWorkflowsActiveDefault handles this case with default header values.

Unexpected error

func NewDeleteNodesIdentifierWorkflowsActiveDefault

func NewDeleteNodesIdentifierWorkflowsActiveDefault(code int) *DeleteNodesIdentifierWorkflowsActiveDefault

NewDeleteNodesIdentifierWorkflowsActiveDefault creates a DeleteNodesIdentifierWorkflowsActiveDefault with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveDefault) Code

Code gets the status code for the delete nodes identifier workflows active default response

func (*DeleteNodesIdentifierWorkflowsActiveDefault) Error

type DeleteNodesIdentifierWorkflowsActiveNotFound

type DeleteNodesIdentifierWorkflowsActiveNotFound struct {
	Payload *models.Error
}

DeleteNodesIdentifierWorkflowsActiveNotFound handles this case with default header values.

The node with the identifier was not found

func NewDeleteNodesIdentifierWorkflowsActiveNotFound

func NewDeleteNodesIdentifierWorkflowsActiveNotFound() *DeleteNodesIdentifierWorkflowsActiveNotFound

NewDeleteNodesIdentifierWorkflowsActiveNotFound creates a DeleteNodesIdentifierWorkflowsActiveNotFound with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveNotFound) Error

type DeleteNodesIdentifierWorkflowsActiveOK

type DeleteNodesIdentifierWorkflowsActiveOK struct {
	Payload DeleteNodesIdentifierWorkflowsActiveOKBodyBody
}

DeleteNodesIdentifierWorkflowsActiveOK handles this case with default header values.

Canceled workflows for specified node

func NewDeleteNodesIdentifierWorkflowsActiveOK

func NewDeleteNodesIdentifierWorkflowsActiveOK() *DeleteNodesIdentifierWorkflowsActiveOK

NewDeleteNodesIdentifierWorkflowsActiveOK creates a DeleteNodesIdentifierWorkflowsActiveOK with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveOK) Error

type DeleteNodesIdentifierWorkflowsActiveOKBodyBody

type DeleteNodesIdentifierWorkflowsActiveOKBodyBody interface{}

DeleteNodesIdentifierWorkflowsActiveOKBodyBody delete nodes identifier workflows active o k body body

swagger:model DeleteNodesIdentifierWorkflowsActiveOKBodyBody

type DeleteNodesIdentifierWorkflowsActiveParams

type DeleteNodesIdentifierWorkflowsActiveParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Identifier string
}

DeleteNodesIdentifierWorkflowsActiveParams contains all the parameters to send to the API endpoint for the delete nodes identifier workflows active operation typically these are written to a http.Request

func NewDeleteNodesIdentifierWorkflowsActiveParams

func NewDeleteNodesIdentifierWorkflowsActiveParams() *DeleteNodesIdentifierWorkflowsActiveParams

NewDeleteNodesIdentifierWorkflowsActiveParams creates a new DeleteNodesIdentifierWorkflowsActiveParams object with the default values initialized.

func (*DeleteNodesIdentifierWorkflowsActiveParams) WithIdentifier

WithIdentifier adds the identifier to the delete nodes identifier workflows active params

func (*DeleteNodesIdentifierWorkflowsActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNodesIdentifierWorkflowsActiveReader

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

DeleteNodesIdentifierWorkflowsActiveReader is a Reader for the DeleteNodesIdentifierWorkflowsActive structure.

func (*DeleteNodesIdentifierWorkflowsActiveReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteNodesMacaddressDhcpWhitelistDefault

type DeleteNodesMacaddressDhcpWhitelistDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteNodesMacaddressDhcpWhitelistDefault handles this case with default header values.

Unexpected error

func NewDeleteNodesMacaddressDhcpWhitelistDefault

func NewDeleteNodesMacaddressDhcpWhitelistDefault(code int) *DeleteNodesMacaddressDhcpWhitelistDefault

NewDeleteNodesMacaddressDhcpWhitelistDefault creates a DeleteNodesMacaddressDhcpWhitelistDefault with default headers values

func (*DeleteNodesMacaddressDhcpWhitelistDefault) Code

Code gets the status code for the delete nodes macaddress dhcp whitelist default response

func (*DeleteNodesMacaddressDhcpWhitelistDefault) Error

type DeleteNodesMacaddressDhcpWhitelistNoContent

type DeleteNodesMacaddressDhcpWhitelistNoContent struct {
}

DeleteNodesMacaddressDhcpWhitelistNoContent handles this case with default header values.

delete completed successfully

func NewDeleteNodesMacaddressDhcpWhitelistNoContent

func NewDeleteNodesMacaddressDhcpWhitelistNoContent() *DeleteNodesMacaddressDhcpWhitelistNoContent

NewDeleteNodesMacaddressDhcpWhitelistNoContent creates a DeleteNodesMacaddressDhcpWhitelistNoContent with default headers values

func (*DeleteNodesMacaddressDhcpWhitelistNoContent) Error

type DeleteNodesMacaddressDhcpWhitelistNotFound

type DeleteNodesMacaddressDhcpWhitelistNotFound struct {
	Payload *models.Error
}

DeleteNodesMacaddressDhcpWhitelistNotFound handles this case with default header values.

The node with the identifier was not found

func NewDeleteNodesMacaddressDhcpWhitelistNotFound

func NewDeleteNodesMacaddressDhcpWhitelistNotFound() *DeleteNodesMacaddressDhcpWhitelistNotFound

NewDeleteNodesMacaddressDhcpWhitelistNotFound creates a DeleteNodesMacaddressDhcpWhitelistNotFound with default headers values

func (*DeleteNodesMacaddressDhcpWhitelistNotFound) Error

type DeleteNodesMacaddressDhcpWhitelistParams

type DeleteNodesMacaddressDhcpWhitelistParams struct {

	/*Macaddress
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Macaddress string
}

DeleteNodesMacaddressDhcpWhitelistParams contains all the parameters to send to the API endpoint for the delete nodes macaddress dhcp whitelist operation typically these are written to a http.Request

func NewDeleteNodesMacaddressDhcpWhitelistParams

func NewDeleteNodesMacaddressDhcpWhitelistParams() *DeleteNodesMacaddressDhcpWhitelistParams

NewDeleteNodesMacaddressDhcpWhitelistParams creates a new DeleteNodesMacaddressDhcpWhitelistParams object with the default values initialized.

func (*DeleteNodesMacaddressDhcpWhitelistParams) WithMacaddress

WithMacaddress adds the macaddress to the delete nodes macaddress dhcp whitelist params

func (*DeleteNodesMacaddressDhcpWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNodesMacaddressDhcpWhitelistReader

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

DeleteNodesMacaddressDhcpWhitelistReader is a Reader for the DeleteNodesMacaddressDhcpWhitelist structure.

func (*DeleteNodesMacaddressDhcpWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeletePollersIdentifierDefault

type DeletePollersIdentifierDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeletePollersIdentifierDefault handles this case with default header values.

Unexpected error

func NewDeletePollersIdentifierDefault

func NewDeletePollersIdentifierDefault(code int) *DeletePollersIdentifierDefault

NewDeletePollersIdentifierDefault creates a DeletePollersIdentifierDefault with default headers values

func (*DeletePollersIdentifierDefault) Code

Code gets the status code for the delete pollers identifier default response

func (*DeletePollersIdentifierDefault) Error

type DeletePollersIdentifierNoContent

type DeletePollersIdentifierNoContent struct {
}

DeletePollersIdentifierNoContent handles this case with default header values.

Poller delete successfully

func NewDeletePollersIdentifierNoContent

func NewDeletePollersIdentifierNoContent() *DeletePollersIdentifierNoContent

NewDeletePollersIdentifierNoContent creates a DeletePollersIdentifierNoContent with default headers values

func (*DeletePollersIdentifierNoContent) Error

type DeletePollersIdentifierNotFound

type DeletePollersIdentifierNotFound struct {
	Payload *models.Error
}

DeletePollersIdentifierNotFound handles this case with default header values.

There is no poller with specified identifier.

func NewDeletePollersIdentifierNotFound

func NewDeletePollersIdentifierNotFound() *DeletePollersIdentifierNotFound

NewDeletePollersIdentifierNotFound creates a DeletePollersIdentifierNotFound with default headers values

func (*DeletePollersIdentifierNotFound) Error

type DeletePollersIdentifierParams

type DeletePollersIdentifierParams struct {

	/*Identifier
	  poller identifier


	*/
	Identifier string
}

DeletePollersIdentifierParams contains all the parameters to send to the API endpoint for the delete pollers identifier operation typically these are written to a http.Request

func NewDeletePollersIdentifierParams

func NewDeletePollersIdentifierParams() *DeletePollersIdentifierParams

NewDeletePollersIdentifierParams creates a new DeletePollersIdentifierParams object with the default values initialized.

func (*DeletePollersIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the delete pollers identifier params

func (*DeletePollersIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePollersIdentifierReader

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

DeletePollersIdentifierReader is a Reader for the DeletePollersIdentifier structure.

func (*DeletePollersIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

Jump to

Keyboard shortcuts

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