nodes

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: 6

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

func New

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

New creates a new nodes API client.

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

func (a *Client) GetNodes(params *GetNodesParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesOK, error)

GetNodes lists of all nodes or if there are none an empty object

List of all nodes or if there are none an empty object

func (*Client) GetNodesIdentifier

func (a *Client) GetNodesIdentifier(params *GetNodesIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierOK, error)

GetNodesIdentifier lists of all nodes or if there are none an empty object

List of all nodes or if there are none an empty object

func (*Client) GetNodesIdentifierCatalogs

func (a *Client) GetNodesIdentifierCatalogs(params *GetNodesIdentifierCatalogsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierCatalogsOK, error)

GetNodesIdentifierCatalogs fetches catalog of specified node

Fetch catalog of specified node

func (*Client) GetNodesIdentifierCatalogsSource

GetNodesIdentifierCatalogsSource fetches catalog of specified node for given source

Fetch catalog of specified node for given source

func (*Client) GetNodesIdentifierObm

func (a *Client) GetNodesIdentifierObm(params *GetNodesIdentifierObmParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierObmOK, error)

GetNodesIdentifierObm gets the obm settings associated with a node

get the obm settings associated with a node.

func (*Client) GetNodesIdentifierObmIdentify

func (a *Client) GetNodesIdentifierObmIdentify(params *GetNodesIdentifierObmIdentifyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierObmIdentifyOK, error)

GetNodesIdentifierObmIdentify fetches status of identify light on node through o b m if supported

Fetch status of identify light on node through OBM (if supported)

func (*Client) GetNodesIdentifierPollers

func (a *Client) GetNodesIdentifierPollers(params *GetNodesIdentifierPollersParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierPollersOK, error)

GetNodesIdentifierPollers fetches all pollers for specified node

Fetch all pollers for specified node

func (*Client) GetNodesIdentifierTags

func (a *Client) GetNodesIdentifierTags(params *GetNodesIdentifierTagsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierTagsOK, error)

GetNodesIdentifierTags gets the tags associated with a node

get the tags associated with a node.

func (*Client) GetNodesIdentifierWorkflows

func (a *Client) GetNodesIdentifierWorkflows(params *GetNodesIdentifierWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierWorkflowsOK, error)

GetNodesIdentifierWorkflows fetches all workflows for specified node

Fetch all workflows for specified node

func (*Client) GetNodesIdentifierWorkflowsActive

GetNodesIdentifierWorkflowsActive fetches currently running workflows for specified node

Fetch currently running workflows for specified node

func (*Client) GetSkusIdentifierNodes

func (a *Client) GetSkusIdentifierNodes(params *GetSkusIdentifierNodesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSkusIdentifierNodesOK, error)

GetSkusIdentifierNodes gets nodes for specific sku

get nodes for specific sku

func (*Client) PatchNodesIdentifier

func (a *Client) PatchNodesIdentifier(params *PatchNodesIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*PatchNodesIdentifierOK, error)

PatchNodesIdentifier patches specified node

Patch specified node

func (*Client) PatchNodesIdentifierTags

func (a *Client) PatchNodesIdentifierTags(params *PatchNodesIdentifierTagsParams, authInfo runtime.ClientAuthInfoWriter) (*PatchNodesIdentifierTagsOK, error)

PatchNodesIdentifierTags patches specified node s tags

Patch specified node's tags

func (*Client) PostNodes

func (a *Client) PostNodes(params *PostNodesParams, authInfo runtime.ClientAuthInfoWriter) (*PostNodesCreated, error)

PostNodes posts

post

func (*Client) PostNodesIdentifierObm

PostNodesIdentifierObm sets the obm settings associated with a node

set he obm settings associated with a node.

func (*Client) PostNodesIdentifierObmIdentify

PostNodesIdentifierObmIdentify enables or disable identify light on node through o b m if supported

Enable or disable identify light on node through OBM (if supported)

func (*Client) PostNodesIdentifierWorkflows

PostNodesIdentifierWorkflows creates workflow for specified node

create workflow for specified node

func (*Client) PostNodesMacaddressDhcpWhitelist

PostNodesMacaddressDhcpWhitelist adds a whitelist of specified mac address

Add a whitelist of specified mac address

func (*Client) SetTransport

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

SetTransport changes the transport on the client

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 GetNodesBadRequest

type GetNodesBadRequest struct {
	Payload *models.Error
}

GetNodesBadRequest handles this case with default header values.

invalidAttributes - 1 attribute is invalid

func NewGetNodesBadRequest

func NewGetNodesBadRequest() *GetNodesBadRequest

NewGetNodesBadRequest creates a GetNodesBadRequest with default headers values

func (*GetNodesBadRequest) Error

func (o *GetNodesBadRequest) Error() string

type GetNodesDefault

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

GetNodesDefault handles this case with default header values.

Unexpected error

func NewGetNodesDefault

func NewGetNodesDefault(code int) *GetNodesDefault

NewGetNodesDefault creates a GetNodesDefault with default headers values

func (*GetNodesDefault) Code

func (o *GetNodesDefault) Code() int

Code gets the status code for the get nodes default response

func (*GetNodesDefault) Error

func (o *GetNodesDefault) Error() string

type GetNodesIdentifierCatalogsDefault

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

GetNodesIdentifierCatalogsDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierCatalogsDefault

func NewGetNodesIdentifierCatalogsDefault(code int) *GetNodesIdentifierCatalogsDefault

NewGetNodesIdentifierCatalogsDefault creates a GetNodesIdentifierCatalogsDefault with default headers values

func (*GetNodesIdentifierCatalogsDefault) Code

Code gets the status code for the get nodes identifier catalogs default response

func (*GetNodesIdentifierCatalogsDefault) Error

type GetNodesIdentifierCatalogsNotFound

type GetNodesIdentifierCatalogsNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierCatalogsNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierCatalogsNotFound

func NewGetNodesIdentifierCatalogsNotFound() *GetNodesIdentifierCatalogsNotFound

NewGetNodesIdentifierCatalogsNotFound creates a GetNodesIdentifierCatalogsNotFound with default headers values

func (*GetNodesIdentifierCatalogsNotFound) Error

type GetNodesIdentifierCatalogsOK

type GetNodesIdentifierCatalogsOK struct {
	Payload []interface{}
}

GetNodesIdentifierCatalogsOK handles this case with default header values.

all catalogs of specified node, empty object if none exist.

func NewGetNodesIdentifierCatalogsOK

func NewGetNodesIdentifierCatalogsOK() *GetNodesIdentifierCatalogsOK

NewGetNodesIdentifierCatalogsOK creates a GetNodesIdentifierCatalogsOK with default headers values

func (*GetNodesIdentifierCatalogsOK) Error

type GetNodesIdentifierCatalogsParams

type GetNodesIdentifierCatalogsParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierCatalogsParams

func NewGetNodesIdentifierCatalogsParams() *GetNodesIdentifierCatalogsParams

NewGetNodesIdentifierCatalogsParams creates a new GetNodesIdentifierCatalogsParams object with the default values initialized.

func (*GetNodesIdentifierCatalogsParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier catalogs params

func (*GetNodesIdentifierCatalogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierCatalogsReader

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

GetNodesIdentifierCatalogsReader is a Reader for the GetNodesIdentifierCatalogs structure.

func (*GetNodesIdentifierCatalogsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierCatalogsSourceDefault

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

GetNodesIdentifierCatalogsSourceDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierCatalogsSourceDefault

func NewGetNodesIdentifierCatalogsSourceDefault(code int) *GetNodesIdentifierCatalogsSourceDefault

NewGetNodesIdentifierCatalogsSourceDefault creates a GetNodesIdentifierCatalogsSourceDefault with default headers values

func (*GetNodesIdentifierCatalogsSourceDefault) Code

Code gets the status code for the get nodes identifier catalogs source default response

func (*GetNodesIdentifierCatalogsSourceDefault) Error

type GetNodesIdentifierCatalogsSourceNotFound

type GetNodesIdentifierCatalogsSourceNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierCatalogsSourceNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierCatalogsSourceNotFound

func NewGetNodesIdentifierCatalogsSourceNotFound() *GetNodesIdentifierCatalogsSourceNotFound

NewGetNodesIdentifierCatalogsSourceNotFound creates a GetNodesIdentifierCatalogsSourceNotFound with default headers values

func (*GetNodesIdentifierCatalogsSourceNotFound) Error

type GetNodesIdentifierCatalogsSourceOK

type GetNodesIdentifierCatalogsSourceOK struct {
	Payload GetNodesIdentifierCatalogsSourceOKBodyBody
}

GetNodesIdentifierCatalogsSourceOK handles this case with default header values.

specific source catalog of specified node, | empty object if none exist.

func NewGetNodesIdentifierCatalogsSourceOK

func NewGetNodesIdentifierCatalogsSourceOK() *GetNodesIdentifierCatalogsSourceOK

NewGetNodesIdentifierCatalogsSourceOK creates a GetNodesIdentifierCatalogsSourceOK with default headers values

func (*GetNodesIdentifierCatalogsSourceOK) Error

type GetNodesIdentifierCatalogsSourceOKBodyBody

type GetNodesIdentifierCatalogsSourceOKBodyBody interface{}

GetNodesIdentifierCatalogsSourceOKBodyBody get nodes identifier catalogs source o k body body

swagger:model GetNodesIdentifierCatalogsSourceOKBodyBody

type GetNodesIdentifierCatalogsSourceParams

type GetNodesIdentifierCatalogsSourceParams struct {

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


	*/
	Identifier string
	/*Source
	  Source catalog name to fetch


	*/
	Source string
}

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

func NewGetNodesIdentifierCatalogsSourceParams

func NewGetNodesIdentifierCatalogsSourceParams() *GetNodesIdentifierCatalogsSourceParams

NewGetNodesIdentifierCatalogsSourceParams creates a new GetNodesIdentifierCatalogsSourceParams object with the default values initialized.

func (*GetNodesIdentifierCatalogsSourceParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier catalogs source params

func (*GetNodesIdentifierCatalogsSourceParams) WithSource

WithSource adds the source to the get nodes identifier catalogs source params

func (*GetNodesIdentifierCatalogsSourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierCatalogsSourceReader

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

GetNodesIdentifierCatalogsSourceReader is a Reader for the GetNodesIdentifierCatalogsSource structure.

func (*GetNodesIdentifierCatalogsSourceReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierDefault

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

GetNodesIdentifierDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierDefault

func NewGetNodesIdentifierDefault(code int) *GetNodesIdentifierDefault

NewGetNodesIdentifierDefault creates a GetNodesIdentifierDefault with default headers values

func (*GetNodesIdentifierDefault) Code

func (o *GetNodesIdentifierDefault) Code() int

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

func (*GetNodesIdentifierDefault) Error

func (o *GetNodesIdentifierDefault) Error() string

type GetNodesIdentifierNotFound

type GetNodesIdentifierNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierNotFound handles this case with default header values.

The node with the identifier was not found.

func NewGetNodesIdentifierNotFound

func NewGetNodesIdentifierNotFound() *GetNodesIdentifierNotFound

NewGetNodesIdentifierNotFound creates a GetNodesIdentifierNotFound with default headers values

func (*GetNodesIdentifierNotFound) Error

type GetNodesIdentifierOK

type GetNodesIdentifierOK struct {
	Payload []interface{}
}

GetNodesIdentifierOK handles this case with default header values.

array of all

func NewGetNodesIdentifierOK

func NewGetNodesIdentifierOK() *GetNodesIdentifierOK

NewGetNodesIdentifierOK creates a GetNodesIdentifierOK with default headers values

func (*GetNodesIdentifierOK) Error

func (o *GetNodesIdentifierOK) Error() string

type GetNodesIdentifierObmDefault

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

GetNodesIdentifierObmDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierObmDefault

func NewGetNodesIdentifierObmDefault(code int) *GetNodesIdentifierObmDefault

NewGetNodesIdentifierObmDefault creates a GetNodesIdentifierObmDefault with default headers values

func (*GetNodesIdentifierObmDefault) Code

Code gets the status code for the get nodes identifier obm default response

func (*GetNodesIdentifierObmDefault) Error

type GetNodesIdentifierObmIdentifyDefault

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

GetNodesIdentifierObmIdentifyDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierObmIdentifyDefault

func NewGetNodesIdentifierObmIdentifyDefault(code int) *GetNodesIdentifierObmIdentifyDefault

NewGetNodesIdentifierObmIdentifyDefault creates a GetNodesIdentifierObmIdentifyDefault with default headers values

func (*GetNodesIdentifierObmIdentifyDefault) Code

Code gets the status code for the get nodes identifier obm identify default response

func (*GetNodesIdentifierObmIdentifyDefault) Error

type GetNodesIdentifierObmIdentifyNotFound

type GetNodesIdentifierObmIdentifyNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierObmIdentifyNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewGetNodesIdentifierObmIdentifyNotFound

func NewGetNodesIdentifierObmIdentifyNotFound() *GetNodesIdentifierObmIdentifyNotFound

NewGetNodesIdentifierObmIdentifyNotFound creates a GetNodesIdentifierObmIdentifyNotFound with default headers values

func (*GetNodesIdentifierObmIdentifyNotFound) Error

type GetNodesIdentifierObmIdentifyOK

type GetNodesIdentifierObmIdentifyOK struct {
	Payload GetNodesIdentifierObmIdentifyOKBodyBody
}

GetNodesIdentifierObmIdentifyOK handles this case with default header values.

obm identity light settings

func NewGetNodesIdentifierObmIdentifyOK

func NewGetNodesIdentifierObmIdentifyOK() *GetNodesIdentifierObmIdentifyOK

NewGetNodesIdentifierObmIdentifyOK creates a GetNodesIdentifierObmIdentifyOK with default headers values

func (*GetNodesIdentifierObmIdentifyOK) Error

type GetNodesIdentifierObmIdentifyOKBodyBody

type GetNodesIdentifierObmIdentifyOKBodyBody interface{}

GetNodesIdentifierObmIdentifyOKBodyBody get nodes identifier obm identify o k body body

swagger:model GetNodesIdentifierObmIdentifyOKBodyBody

type GetNodesIdentifierObmIdentifyParams

type GetNodesIdentifierObmIdentifyParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierObmIdentifyParams

func NewGetNodesIdentifierObmIdentifyParams() *GetNodesIdentifierObmIdentifyParams

NewGetNodesIdentifierObmIdentifyParams creates a new GetNodesIdentifierObmIdentifyParams object with the default values initialized.

func (*GetNodesIdentifierObmIdentifyParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier obm identify params

func (*GetNodesIdentifierObmIdentifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierObmIdentifyReader

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

GetNodesIdentifierObmIdentifyReader is a Reader for the GetNodesIdentifierObmIdentify structure.

func (*GetNodesIdentifierObmIdentifyReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierObmNotFound

type GetNodesIdentifierObmNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierObmNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewGetNodesIdentifierObmNotFound

func NewGetNodesIdentifierObmNotFound() *GetNodesIdentifierObmNotFound

NewGetNodesIdentifierObmNotFound creates a GetNodesIdentifierObmNotFound with default headers values

func (*GetNodesIdentifierObmNotFound) Error

type GetNodesIdentifierObmOK

type GetNodesIdentifierObmOK struct {
	Payload []interface{}
}

GetNodesIdentifierObmOK handles this case with default header values.

obm settings

func NewGetNodesIdentifierObmOK

func NewGetNodesIdentifierObmOK() *GetNodesIdentifierObmOK

NewGetNodesIdentifierObmOK creates a GetNodesIdentifierObmOK with default headers values

func (*GetNodesIdentifierObmOK) Error

func (o *GetNodesIdentifierObmOK) Error() string

type GetNodesIdentifierObmParams

type GetNodesIdentifierObmParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierObmParams

func NewGetNodesIdentifierObmParams() *GetNodesIdentifierObmParams

NewGetNodesIdentifierObmParams creates a new GetNodesIdentifierObmParams object with the default values initialized.

func (*GetNodesIdentifierObmParams) WithIdentifier

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

WithIdentifier adds the identifier to the get nodes identifier obm params

func (*GetNodesIdentifierObmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierObmReader

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

GetNodesIdentifierObmReader is a Reader for the GetNodesIdentifierObm structure.

func (*GetNodesIdentifierObmReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierParams

type GetNodesIdentifierParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierParams

func NewGetNodesIdentifierParams() *GetNodesIdentifierParams

NewGetNodesIdentifierParams creates a new GetNodesIdentifierParams object with the default values initialized.

func (*GetNodesIdentifierParams) WithIdentifier

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

WithIdentifier adds the identifier to the get nodes identifier params

func (*GetNodesIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierPollersDefault

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

GetNodesIdentifierPollersDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierPollersDefault

func NewGetNodesIdentifierPollersDefault(code int) *GetNodesIdentifierPollersDefault

NewGetNodesIdentifierPollersDefault creates a GetNodesIdentifierPollersDefault with default headers values

func (*GetNodesIdentifierPollersDefault) Code

Code gets the status code for the get nodes identifier pollers default response

func (*GetNodesIdentifierPollersDefault) Error

type GetNodesIdentifierPollersNotFound

type GetNodesIdentifierPollersNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierPollersNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierPollersNotFound

func NewGetNodesIdentifierPollersNotFound() *GetNodesIdentifierPollersNotFound

NewGetNodesIdentifierPollersNotFound creates a GetNodesIdentifierPollersNotFound with default headers values

func (*GetNodesIdentifierPollersNotFound) Error

type GetNodesIdentifierPollersOK

type GetNodesIdentifierPollersOK struct {
	Payload []interface{}
}

GetNodesIdentifierPollersOK handles this case with default header values.

all pollers of specified node, empty object if none exist.

func NewGetNodesIdentifierPollersOK

func NewGetNodesIdentifierPollersOK() *GetNodesIdentifierPollersOK

NewGetNodesIdentifierPollersOK creates a GetNodesIdentifierPollersOK with default headers values

func (*GetNodesIdentifierPollersOK) Error

type GetNodesIdentifierPollersParams

type GetNodesIdentifierPollersParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierPollersParams

func NewGetNodesIdentifierPollersParams() *GetNodesIdentifierPollersParams

NewGetNodesIdentifierPollersParams creates a new GetNodesIdentifierPollersParams object with the default values initialized.

func (*GetNodesIdentifierPollersParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier pollers params

func (*GetNodesIdentifierPollersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierPollersReader

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

GetNodesIdentifierPollersReader is a Reader for the GetNodesIdentifierPollers structure.

func (*GetNodesIdentifierPollersReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierReader

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

GetNodesIdentifierReader is a Reader for the GetNodesIdentifier structure.

func (*GetNodesIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierTagsDefault

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

GetNodesIdentifierTagsDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierTagsDefault

func NewGetNodesIdentifierTagsDefault(code int) *GetNodesIdentifierTagsDefault

NewGetNodesIdentifierTagsDefault creates a GetNodesIdentifierTagsDefault with default headers values

func (*GetNodesIdentifierTagsDefault) Code

Code gets the status code for the get nodes identifier tags default response

func (*GetNodesIdentifierTagsDefault) Error

type GetNodesIdentifierTagsOK

type GetNodesIdentifierTagsOK struct {
	Payload []string
}

GetNodesIdentifierTagsOK handles this case with default header values.

tags

func NewGetNodesIdentifierTagsOK

func NewGetNodesIdentifierTagsOK() *GetNodesIdentifierTagsOK

NewGetNodesIdentifierTagsOK creates a GetNodesIdentifierTagsOK with default headers values

func (*GetNodesIdentifierTagsOK) Error

func (o *GetNodesIdentifierTagsOK) Error() string

type GetNodesIdentifierTagsParams

type GetNodesIdentifierTagsParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierTagsParams

func NewGetNodesIdentifierTagsParams() *GetNodesIdentifierTagsParams

NewGetNodesIdentifierTagsParams creates a new GetNodesIdentifierTagsParams object with the default values initialized.

func (*GetNodesIdentifierTagsParams) WithIdentifier

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

WithIdentifier adds the identifier to the get nodes identifier tags params

func (*GetNodesIdentifierTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierTagsReader

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

GetNodesIdentifierTagsReader is a Reader for the GetNodesIdentifierTags structure.

func (*GetNodesIdentifierTagsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierWorkflowsActiveDefault

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

GetNodesIdentifierWorkflowsActiveDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierWorkflowsActiveDefault

func NewGetNodesIdentifierWorkflowsActiveDefault(code int) *GetNodesIdentifierWorkflowsActiveDefault

NewGetNodesIdentifierWorkflowsActiveDefault creates a GetNodesIdentifierWorkflowsActiveDefault with default headers values

func (*GetNodesIdentifierWorkflowsActiveDefault) Code

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

func (*GetNodesIdentifierWorkflowsActiveDefault) Error

type GetNodesIdentifierWorkflowsActiveNotFound

type GetNodesIdentifierWorkflowsActiveNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierWorkflowsActiveNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierWorkflowsActiveNotFound

func NewGetNodesIdentifierWorkflowsActiveNotFound() *GetNodesIdentifierWorkflowsActiveNotFound

NewGetNodesIdentifierWorkflowsActiveNotFound creates a GetNodesIdentifierWorkflowsActiveNotFound with default headers values

func (*GetNodesIdentifierWorkflowsActiveNotFound) Error

type GetNodesIdentifierWorkflowsActiveOK

type GetNodesIdentifierWorkflowsActiveOK struct {
	Payload GetNodesIdentifierWorkflowsActiveOKBodyBody
}

GetNodesIdentifierWorkflowsActiveOK handles this case with default header values.

Fetch currently running workflows for specified node

func NewGetNodesIdentifierWorkflowsActiveOK

func NewGetNodesIdentifierWorkflowsActiveOK() *GetNodesIdentifierWorkflowsActiveOK

NewGetNodesIdentifierWorkflowsActiveOK creates a GetNodesIdentifierWorkflowsActiveOK with default headers values

func (*GetNodesIdentifierWorkflowsActiveOK) Error

type GetNodesIdentifierWorkflowsActiveOKBodyBody

type GetNodesIdentifierWorkflowsActiveOKBodyBody interface{}

GetNodesIdentifierWorkflowsActiveOKBodyBody get nodes identifier workflows active o k body body

swagger:model GetNodesIdentifierWorkflowsActiveOKBodyBody

type GetNodesIdentifierWorkflowsActiveParams

type GetNodesIdentifierWorkflowsActiveParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierWorkflowsActiveParams

func NewGetNodesIdentifierWorkflowsActiveParams() *GetNodesIdentifierWorkflowsActiveParams

NewGetNodesIdentifierWorkflowsActiveParams creates a new GetNodesIdentifierWorkflowsActiveParams object with the default values initialized.

func (*GetNodesIdentifierWorkflowsActiveParams) WithIdentifier

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

func (*GetNodesIdentifierWorkflowsActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierWorkflowsActiveReader

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

GetNodesIdentifierWorkflowsActiveReader is a Reader for the GetNodesIdentifierWorkflowsActive structure.

func (*GetNodesIdentifierWorkflowsActiveReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierWorkflowsDefault

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

GetNodesIdentifierWorkflowsDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierWorkflowsDefault

func NewGetNodesIdentifierWorkflowsDefault(code int) *GetNodesIdentifierWorkflowsDefault

NewGetNodesIdentifierWorkflowsDefault creates a GetNodesIdentifierWorkflowsDefault with default headers values

func (*GetNodesIdentifierWorkflowsDefault) Code

Code gets the status code for the get nodes identifier workflows default response

func (*GetNodesIdentifierWorkflowsDefault) Error

type GetNodesIdentifierWorkflowsNotFound

type GetNodesIdentifierWorkflowsNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierWorkflowsNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierWorkflowsNotFound

func NewGetNodesIdentifierWorkflowsNotFound() *GetNodesIdentifierWorkflowsNotFound

NewGetNodesIdentifierWorkflowsNotFound creates a GetNodesIdentifierWorkflowsNotFound with default headers values

func (*GetNodesIdentifierWorkflowsNotFound) Error

type GetNodesIdentifierWorkflowsOK

type GetNodesIdentifierWorkflowsOK struct {
	Payload []interface{}
}

GetNodesIdentifierWorkflowsOK handles this case with default header values.

all workflows for specified node, empty object if none exist.

func NewGetNodesIdentifierWorkflowsOK

func NewGetNodesIdentifierWorkflowsOK() *GetNodesIdentifierWorkflowsOK

NewGetNodesIdentifierWorkflowsOK creates a GetNodesIdentifierWorkflowsOK with default headers values

func (*GetNodesIdentifierWorkflowsOK) Error

type GetNodesIdentifierWorkflowsParams

type GetNodesIdentifierWorkflowsParams struct {

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


	*/
	Identifier string
}

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

func NewGetNodesIdentifierWorkflowsParams

func NewGetNodesIdentifierWorkflowsParams() *GetNodesIdentifierWorkflowsParams

NewGetNodesIdentifierWorkflowsParams creates a new GetNodesIdentifierWorkflowsParams object with the default values initialized.

func (*GetNodesIdentifierWorkflowsParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier workflows params

func (*GetNodesIdentifierWorkflowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierWorkflowsReader

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

GetNodesIdentifierWorkflowsReader is a Reader for the GetNodesIdentifierWorkflows structure.

func (*GetNodesIdentifierWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesOK

type GetNodesOK struct {
	Payload []interface{}
}

GetNodesOK handles this case with default header values.

array of all

func NewGetNodesOK

func NewGetNodesOK() *GetNodesOK

NewGetNodesOK creates a GetNodesOK with default headers values

func (*GetNodesOK) Error

func (o *GetNodesOK) Error() string

type GetNodesParams

type GetNodesParams struct {
}

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

func NewGetNodesParams

func NewGetNodesParams() *GetNodesParams

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

func (*GetNodesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodesReader

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

GetNodesReader is a Reader for the GetNodes structure.

func (*GetNodesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSkusIdentifierNodesDefault

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

GetSkusIdentifierNodesDefault handles this case with default header values.

Unexpected error

func NewGetSkusIdentifierNodesDefault

func NewGetSkusIdentifierNodesDefault(code int) *GetSkusIdentifierNodesDefault

NewGetSkusIdentifierNodesDefault creates a GetSkusIdentifierNodesDefault with default headers values

func (*GetSkusIdentifierNodesDefault) Code

Code gets the status code for the get skus identifier nodes default response

func (*GetSkusIdentifierNodesDefault) Error

type GetSkusIdentifierNodesNotFound

type GetSkusIdentifierNodesNotFound struct {
	Payload *models.Error
}

GetSkusIdentifierNodesNotFound handles this case with default header values.

There is no sku with identifier.

func NewGetSkusIdentifierNodesNotFound

func NewGetSkusIdentifierNodesNotFound() *GetSkusIdentifierNodesNotFound

NewGetSkusIdentifierNodesNotFound creates a GetSkusIdentifierNodesNotFound with default headers values

func (*GetSkusIdentifierNodesNotFound) Error

type GetSkusIdentifierNodesOK

type GetSkusIdentifierNodesOK struct {
	Payload []interface{}
}

GetSkusIdentifierNodesOK handles this case with default header values.

return nodes associated with that sku

func NewGetSkusIdentifierNodesOK

func NewGetSkusIdentifierNodesOK() *GetSkusIdentifierNodesOK

NewGetSkusIdentifierNodesOK creates a GetSkusIdentifierNodesOK with default headers values

func (*GetSkusIdentifierNodesOK) Error

func (o *GetSkusIdentifierNodesOK) Error() string

type GetSkusIdentifierNodesParams

type GetSkusIdentifierNodesParams struct {

	/*Identifier
	  The profile name.


	*/
	Identifier string
}

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

func NewGetSkusIdentifierNodesParams

func NewGetSkusIdentifierNodesParams() *GetSkusIdentifierNodesParams

NewGetSkusIdentifierNodesParams creates a new GetSkusIdentifierNodesParams object with the default values initialized.

func (*GetSkusIdentifierNodesParams) WithIdentifier

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

WithIdentifier adds the identifier to the get skus identifier nodes params

func (*GetSkusIdentifierNodesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSkusIdentifierNodesReader

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

GetSkusIdentifierNodesReader is a Reader for the GetSkusIdentifierNodes structure.

func (*GetSkusIdentifierNodesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PatchNodesIdentifierDefault

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

PatchNodesIdentifierDefault handles this case with default header values.

Unexpected error

func NewPatchNodesIdentifierDefault

func NewPatchNodesIdentifierDefault(code int) *PatchNodesIdentifierDefault

NewPatchNodesIdentifierDefault creates a PatchNodesIdentifierDefault with default headers values

func (*PatchNodesIdentifierDefault) Code

func (o *PatchNodesIdentifierDefault) Code() int

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

func (*PatchNodesIdentifierDefault) Error

type PatchNodesIdentifierNotFound

type PatchNodesIdentifierNotFound struct {
	Payload *models.Error
}

PatchNodesIdentifierNotFound handles this case with default header values.

Not found

func NewPatchNodesIdentifierNotFound

func NewPatchNodesIdentifierNotFound() *PatchNodesIdentifierNotFound

NewPatchNodesIdentifierNotFound creates a PatchNodesIdentifierNotFound with default headers values

func (*PatchNodesIdentifierNotFound) Error

type PatchNodesIdentifierOK

type PatchNodesIdentifierOK struct {
	Payload PatchNodesIdentifierOKBodyBody
}

PatchNodesIdentifierOK handles this case with default header values.

patch succeeded

func NewPatchNodesIdentifierOK

func NewPatchNodesIdentifierOK() *PatchNodesIdentifierOK

NewPatchNodesIdentifierOK creates a PatchNodesIdentifierOK with default headers values

func (*PatchNodesIdentifierOK) Error

func (o *PatchNodesIdentifierOK) Error() string

type PatchNodesIdentifierOKBodyBody

type PatchNodesIdentifierOKBodyBody interface{}

PatchNodesIdentifierOKBodyBody patch nodes identifier o k body body

swagger:model PatchNodesIdentifierOKBodyBody

type PatchNodesIdentifierParams

type PatchNodesIdentifierParams struct {

	/*Body
	  object patches to apply.


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


	*/
	Identifier string
}

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

func NewPatchNodesIdentifierParams

func NewPatchNodesIdentifierParams() *PatchNodesIdentifierParams

NewPatchNodesIdentifierParams creates a new PatchNodesIdentifierParams object with the default values initialized.

func (*PatchNodesIdentifierParams) WithBody

func (o *PatchNodesIdentifierParams) WithBody(Body interface{}) *PatchNodesIdentifierParams

WithBody adds the body to the patch nodes identifier params

func (*PatchNodesIdentifierParams) WithIdentifier

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

WithIdentifier adds the identifier to the patch nodes identifier params

func (*PatchNodesIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchNodesIdentifierReader

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

PatchNodesIdentifierReader is a Reader for the PatchNodesIdentifier structure.

func (*PatchNodesIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PatchNodesIdentifierTagsDefault

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

PatchNodesIdentifierTagsDefault handles this case with default header values.

Unexpected error

func NewPatchNodesIdentifierTagsDefault

func NewPatchNodesIdentifierTagsDefault(code int) *PatchNodesIdentifierTagsDefault

NewPatchNodesIdentifierTagsDefault creates a PatchNodesIdentifierTagsDefault with default headers values

func (*PatchNodesIdentifierTagsDefault) Code

Code gets the status code for the patch nodes identifier tags default response

func (*PatchNodesIdentifierTagsDefault) Error

type PatchNodesIdentifierTagsNotFound

type PatchNodesIdentifierTagsNotFound struct {
	Payload *models.Error
}

PatchNodesIdentifierTagsNotFound handles this case with default header values.

Not found

func NewPatchNodesIdentifierTagsNotFound

func NewPatchNodesIdentifierTagsNotFound() *PatchNodesIdentifierTagsNotFound

NewPatchNodesIdentifierTagsNotFound creates a PatchNodesIdentifierTagsNotFound with default headers values

func (*PatchNodesIdentifierTagsNotFound) Error

type PatchNodesIdentifierTagsOK

type PatchNodesIdentifierTagsOK struct {
	Payload PatchNodesIdentifierTagsOKBodyBody
}

PatchNodesIdentifierTagsOK handles this case with default header values.

patch succeeded

func NewPatchNodesIdentifierTagsOK

func NewPatchNodesIdentifierTagsOK() *PatchNodesIdentifierTagsOK

NewPatchNodesIdentifierTagsOK creates a PatchNodesIdentifierTagsOK with default headers values

func (*PatchNodesIdentifierTagsOK) Error

type PatchNodesIdentifierTagsOKBodyBody

type PatchNodesIdentifierTagsOKBodyBody interface{}

PatchNodesIdentifierTagsOKBodyBody patch nodes identifier tags o k body body

swagger:model PatchNodesIdentifierTagsOKBodyBody

type PatchNodesIdentifierTagsParams

type PatchNodesIdentifierTagsParams struct {

	/*Body
	  tags to apply


	*/
	Body interface{}
	/*Identifier
	  Mac addresses and unique aliases to identify the node by


	*/
	Identifier string
}

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

func NewPatchNodesIdentifierTagsParams

func NewPatchNodesIdentifierTagsParams() *PatchNodesIdentifierTagsParams

NewPatchNodesIdentifierTagsParams creates a new PatchNodesIdentifierTagsParams object with the default values initialized.

func (*PatchNodesIdentifierTagsParams) WithBody

func (o *PatchNodesIdentifierTagsParams) WithBody(Body interface{}) *PatchNodesIdentifierTagsParams

WithBody adds the body to the patch nodes identifier tags params

func (*PatchNodesIdentifierTagsParams) WithIdentifier

WithIdentifier adds the identifier to the patch nodes identifier tags params

func (*PatchNodesIdentifierTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchNodesIdentifierTagsReader

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

PatchNodesIdentifierTagsReader is a Reader for the PatchNodesIdentifierTags structure.

func (*PatchNodesIdentifierTagsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesCreated

type PostNodesCreated struct {
	Payload PostNodesCreatedBodyBody
}

PostNodesCreated handles this case with default header values.

waterline response

func NewPostNodesCreated

func NewPostNodesCreated() *PostNodesCreated

NewPostNodesCreated creates a PostNodesCreated with default headers values

func (*PostNodesCreated) Error

func (o *PostNodesCreated) Error() string

type PostNodesCreatedBodyBody

type PostNodesCreatedBodyBody interface{}

PostNodesCreatedBodyBody post nodes created body body

swagger:model PostNodesCreatedBodyBody

type PostNodesDefault

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

PostNodesDefault handles this case with default header values.

Unexpected error

func NewPostNodesDefault

func NewPostNodesDefault(code int) *PostNodesDefault

NewPostNodesDefault creates a PostNodesDefault with default headers values

func (*PostNodesDefault) Code

func (o *PostNodesDefault) Code() int

Code gets the status code for the post nodes default response

func (*PostNodesDefault) Error

func (o *PostNodesDefault) Error() string

type PostNodesIdentifierObmCreated

type PostNodesIdentifierObmCreated struct {
}

PostNodesIdentifierObmCreated handles this case with default header values.

obm settings accepted

func NewPostNodesIdentifierObmCreated

func NewPostNodesIdentifierObmCreated() *PostNodesIdentifierObmCreated

NewPostNodesIdentifierObmCreated creates a PostNodesIdentifierObmCreated with default headers values

func (*PostNodesIdentifierObmCreated) Error

type PostNodesIdentifierObmDefault

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

PostNodesIdentifierObmDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierObmDefault

func NewPostNodesIdentifierObmDefault(code int) *PostNodesIdentifierObmDefault

NewPostNodesIdentifierObmDefault creates a PostNodesIdentifierObmDefault with default headers values

func (*PostNodesIdentifierObmDefault) Code

Code gets the status code for the post nodes identifier obm default response

func (*PostNodesIdentifierObmDefault) Error

type PostNodesIdentifierObmIdentifyCreated

type PostNodesIdentifierObmIdentifyCreated struct {
}

PostNodesIdentifierObmIdentifyCreated handles this case with default header values.

obm settings accepted

func NewPostNodesIdentifierObmIdentifyCreated

func NewPostNodesIdentifierObmIdentifyCreated() *PostNodesIdentifierObmIdentifyCreated

NewPostNodesIdentifierObmIdentifyCreated creates a PostNodesIdentifierObmIdentifyCreated with default headers values

func (*PostNodesIdentifierObmIdentifyCreated) Error

type PostNodesIdentifierObmIdentifyDefault

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

PostNodesIdentifierObmIdentifyDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierObmIdentifyDefault

func NewPostNodesIdentifierObmIdentifyDefault(code int) *PostNodesIdentifierObmIdentifyDefault

NewPostNodesIdentifierObmIdentifyDefault creates a PostNodesIdentifierObmIdentifyDefault with default headers values

func (*PostNodesIdentifierObmIdentifyDefault) Code

Code gets the status code for the post nodes identifier obm identify default response

func (*PostNodesIdentifierObmIdentifyDefault) Error

type PostNodesIdentifierObmIdentifyNotFound

type PostNodesIdentifierObmIdentifyNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierObmIdentifyNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewPostNodesIdentifierObmIdentifyNotFound

func NewPostNodesIdentifierObmIdentifyNotFound() *PostNodesIdentifierObmIdentifyNotFound

NewPostNodesIdentifierObmIdentifyNotFound creates a PostNodesIdentifierObmIdentifyNotFound with default headers values

func (*PostNodesIdentifierObmIdentifyNotFound) Error

type PostNodesIdentifierObmIdentifyParams

type PostNodesIdentifierObmIdentifyParams struct {

	/*Body
	  obm settings to apply.


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


	*/
	Identifier string
}

PostNodesIdentifierObmIdentifyParams contains all the parameters to send to the API endpoint for the post nodes identifier obm identify operation typically these are written to a http.Request

func NewPostNodesIdentifierObmIdentifyParams

func NewPostNodesIdentifierObmIdentifyParams() *PostNodesIdentifierObmIdentifyParams

NewPostNodesIdentifierObmIdentifyParams creates a new PostNodesIdentifierObmIdentifyParams object with the default values initialized.

func (*PostNodesIdentifierObmIdentifyParams) WithBody

WithBody adds the body to the post nodes identifier obm identify params

func (*PostNodesIdentifierObmIdentifyParams) WithIdentifier

WithIdentifier adds the identifier to the post nodes identifier obm identify params

func (*PostNodesIdentifierObmIdentifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierObmIdentifyReader

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

PostNodesIdentifierObmIdentifyReader is a Reader for the PostNodesIdentifierObmIdentify structure.

func (*PostNodesIdentifierObmIdentifyReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesIdentifierObmNotFound

type PostNodesIdentifierObmNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierObmNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewPostNodesIdentifierObmNotFound

func NewPostNodesIdentifierObmNotFound() *PostNodesIdentifierObmNotFound

NewPostNodesIdentifierObmNotFound creates a PostNodesIdentifierObmNotFound with default headers values

func (*PostNodesIdentifierObmNotFound) Error

type PostNodesIdentifierObmParams

type PostNodesIdentifierObmParams struct {

	/*Body
	  obm settings to apply.


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


	*/
	Identifier string
}

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

func NewPostNodesIdentifierObmParams

func NewPostNodesIdentifierObmParams() *PostNodesIdentifierObmParams

NewPostNodesIdentifierObmParams creates a new PostNodesIdentifierObmParams object with the default values initialized.

func (*PostNodesIdentifierObmParams) WithBody

func (o *PostNodesIdentifierObmParams) WithBody(Body interface{}) *PostNodesIdentifierObmParams

WithBody adds the body to the post nodes identifier obm params

func (*PostNodesIdentifierObmParams) WithIdentifier

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

WithIdentifier adds the identifier to the post nodes identifier obm params

func (*PostNodesIdentifierObmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierObmReader

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

PostNodesIdentifierObmReader is a Reader for the PostNodesIdentifierObm structure.

func (*PostNodesIdentifierObmReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesIdentifierWorkflowsCreated

type PostNodesIdentifierWorkflowsCreated struct {
	Payload PostNodesIdentifierWorkflowsCreatedBodyBody
}

PostNodesIdentifierWorkflowsCreated handles this case with default header values.

the workflow that was created

func NewPostNodesIdentifierWorkflowsCreated

func NewPostNodesIdentifierWorkflowsCreated() *PostNodesIdentifierWorkflowsCreated

NewPostNodesIdentifierWorkflowsCreated creates a PostNodesIdentifierWorkflowsCreated with default headers values

func (*PostNodesIdentifierWorkflowsCreated) Error

type PostNodesIdentifierWorkflowsCreatedBodyBody

type PostNodesIdentifierWorkflowsCreatedBodyBody interface{}

PostNodesIdentifierWorkflowsCreatedBodyBody post nodes identifier workflows created body body

swagger:model PostNodesIdentifierWorkflowsCreatedBodyBody

type PostNodesIdentifierWorkflowsDefault

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

PostNodesIdentifierWorkflowsDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierWorkflowsDefault

func NewPostNodesIdentifierWorkflowsDefault(code int) *PostNodesIdentifierWorkflowsDefault

NewPostNodesIdentifierWorkflowsDefault creates a PostNodesIdentifierWorkflowsDefault with default headers values

func (*PostNodesIdentifierWorkflowsDefault) Code

Code gets the status code for the post nodes identifier workflows default response

func (*PostNodesIdentifierWorkflowsDefault) Error

type PostNodesIdentifierWorkflowsNotFound

type PostNodesIdentifierWorkflowsNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierWorkflowsNotFound handles this case with default header values.

The node with the identifier was not found

func NewPostNodesIdentifierWorkflowsNotFound

func NewPostNodesIdentifierWorkflowsNotFound() *PostNodesIdentifierWorkflowsNotFound

NewPostNodesIdentifierWorkflowsNotFound creates a PostNodesIdentifierWorkflowsNotFound with default headers values

func (*PostNodesIdentifierWorkflowsNotFound) Error

type PostNodesIdentifierWorkflowsParams

type PostNodesIdentifierWorkflowsParams struct {

	/*Body*/
	Body interface{}
	/*Identifier
	  The node unique identifier


	*/
	Identifier string
	/*Name
	  The injectable Graph name


	*/
	Name string
}

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

func NewPostNodesIdentifierWorkflowsParams

func NewPostNodesIdentifierWorkflowsParams() *PostNodesIdentifierWorkflowsParams

NewPostNodesIdentifierWorkflowsParams creates a new PostNodesIdentifierWorkflowsParams object with the default values initialized.

func (*PostNodesIdentifierWorkflowsParams) WithBody

WithBody adds the body to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WithIdentifier

WithIdentifier adds the identifier to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WithName

WithName adds the name to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierWorkflowsReader

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

PostNodesIdentifierWorkflowsReader is a Reader for the PostNodesIdentifierWorkflows structure.

func (*PostNodesIdentifierWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesMacaddressDhcpWhitelistCreated

type PostNodesMacaddressDhcpWhitelistCreated struct {
	Payload PostNodesMacaddressDhcpWhitelistCreatedBodyBody
}

PostNodesMacaddressDhcpWhitelistCreated handles this case with default header values.

the add was successful and it returns the whitelist

func NewPostNodesMacaddressDhcpWhitelistCreated

func NewPostNodesMacaddressDhcpWhitelistCreated() *PostNodesMacaddressDhcpWhitelistCreated

NewPostNodesMacaddressDhcpWhitelistCreated creates a PostNodesMacaddressDhcpWhitelistCreated with default headers values

func (*PostNodesMacaddressDhcpWhitelistCreated) Error

type PostNodesMacaddressDhcpWhitelistCreatedBodyBody

type PostNodesMacaddressDhcpWhitelistCreatedBodyBody interface{}

PostNodesMacaddressDhcpWhitelistCreatedBodyBody post nodes macaddress dhcp whitelist created body body

swagger:model PostNodesMacaddressDhcpWhitelistCreatedBodyBody

type PostNodesMacaddressDhcpWhitelistDefault

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

PostNodesMacaddressDhcpWhitelistDefault handles this case with default header values.

Unexpected error

func NewPostNodesMacaddressDhcpWhitelistDefault

func NewPostNodesMacaddressDhcpWhitelistDefault(code int) *PostNodesMacaddressDhcpWhitelistDefault

NewPostNodesMacaddressDhcpWhitelistDefault creates a PostNodesMacaddressDhcpWhitelistDefault with default headers values

func (*PostNodesMacaddressDhcpWhitelistDefault) Code

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

func (*PostNodesMacaddressDhcpWhitelistDefault) Error

type PostNodesMacaddressDhcpWhitelistNotFound

type PostNodesMacaddressDhcpWhitelistNotFound struct {
	Payload *models.Error
}

PostNodesMacaddressDhcpWhitelistNotFound handles this case with default header values.

The node with the identifier was not found

func NewPostNodesMacaddressDhcpWhitelistNotFound

func NewPostNodesMacaddressDhcpWhitelistNotFound() *PostNodesMacaddressDhcpWhitelistNotFound

NewPostNodesMacaddressDhcpWhitelistNotFound creates a PostNodesMacaddressDhcpWhitelistNotFound with default headers values

func (*PostNodesMacaddressDhcpWhitelistNotFound) Error

type PostNodesMacaddressDhcpWhitelistParams

type PostNodesMacaddressDhcpWhitelistParams struct {

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


	*/
	Macaddress string
}

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

func NewPostNodesMacaddressDhcpWhitelistParams

func NewPostNodesMacaddressDhcpWhitelistParams() *PostNodesMacaddressDhcpWhitelistParams

NewPostNodesMacaddressDhcpWhitelistParams creates a new PostNodesMacaddressDhcpWhitelistParams object with the default values initialized.

func (*PostNodesMacaddressDhcpWhitelistParams) WithBody

WithBody adds the body to the post nodes macaddress dhcp whitelist params

func (*PostNodesMacaddressDhcpWhitelistParams) WithMacaddress

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

func (*PostNodesMacaddressDhcpWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesMacaddressDhcpWhitelistReader

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

PostNodesMacaddressDhcpWhitelistReader is a Reader for the PostNodesMacaddressDhcpWhitelist structure.

func (*PostNodesMacaddressDhcpWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesParams

type PostNodesParams struct {

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


	*/
	Identifiers interface{}
}

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

func NewPostNodesParams

func NewPostNodesParams() *PostNodesParams

NewPostNodesParams creates a new PostNodesParams object with the default values initialized.

func (*PostNodesParams) WithIdentifiers

func (o *PostNodesParams) WithIdentifiers(Identifiers interface{}) *PostNodesParams

WithIdentifiers adds the identifiers to the post nodes params

func (*PostNodesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostNodesReader

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

PostNodesReader is a Reader for the PostNodes structure.

func (*PostNodesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

Source Files

Jump to

Keyboard shortcuts

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