nunc_connections

package
v0.0.0-...-d3fc958 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for nunc connections API

func (*Client) DeleteV1NuncConnectionsNuncConnectionID

DeleteV1NuncConnectionsNuncConnectionID deletes a fire hydrant hosted status page

Delete a FireHydrant hosted status page, stopping updates of your incidents to it.

func (*Client) DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID

DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID deletes a component group displayed on a fire hydrant status page

Delete a component group displayed on a FireHydrant status page

func (*Client) DeleteV1NuncConnectionsNuncConnectionIDImagesType

DeleteV1NuncConnectionsNuncConnectionIDImagesType deletes an image attached to a fire hydrant status page

Delete an image attached to a FireHydrant status page

func (*Client) DeleteV1NuncConnectionsNuncConnectionIDLinksLinkID

DeleteV1NuncConnectionsNuncConnectionIDLinksLinkID deletes a link displayed on a fire hydrant status page

Delete a link displayed on a FireHydrant status page

func (*Client) DeleteV1NuncConnectionsNuncConnectionIDSubscribers

DeleteV1NuncConnectionsNuncConnectionIDSubscribers unsubscribes one or more status page subscribers

Unsubscribes one or more status page subscribers.

func (*Client) GetV1NuncConnections

func (a *Client) GetV1NuncConnections(params *GetV1NuncConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1NuncConnectionsOK, error)

GetV1NuncConnections lists the fire hydrant hosted status pages

Lists the information displayed as part of your FireHydrant hosted status pages.

func (*Client) GetV1NuncConnectionsNuncConnectionID

func (a *Client) GetV1NuncConnectionsNuncConnectionID(params *GetV1NuncConnectionsNuncConnectionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1NuncConnectionsNuncConnectionIDOK, error)

GetV1NuncConnectionsNuncConnectionID retrieves information about a fire hydrant hosted status page

Retrieve the information displayed as part of your FireHydrant hosted status page.

func (*Client) GetV1NuncConnectionsNuncConnectionIDSubscribers

GetV1NuncConnectionsNuncConnectionIDSubscribers retrieves the list of subscribers for a status page

Retrieves the list of subscribers for a status page.

func (*Client) PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID

PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID updates a component group to be displayed on a fire hydrant status page

Update a component group to be displayed on a FireHydrant status page

func (*Client) PatchV1NuncConnectionsNuncConnectionIDLinksLinkID

PatchV1NuncConnectionsNuncConnectionIDLinksLinkID updates a link to be displayed on a fire hydrant status page

Update a link to be displayed on a FireHydrant status page

func (*Client) PostV1NuncConnections

func (a *Client) PostV1NuncConnections(params *PostV1NuncConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1NuncConnectionsCreated, error)

PostV1NuncConnections creates a fire hydrant hosted status page

Create a new FireHydrant hosted status page for customer facing statuses.

func (*Client) PostV1NuncConnectionsNuncConnectionIDComponentGroups

PostV1NuncConnectionsNuncConnectionIDComponentGroups adds a component group to be displayed on a fire hydrant status page

Add a component group to be displayed on a FireHydrant status page

PostV1NuncConnectionsNuncConnectionIDLinks updates a link to be displayed on a fire hydrant status page

Add a link to be displayed on a FireHydrant status page

func (*Client) PostV1NuncConnectionsNuncConnectionIDSubscribers

PostV1NuncConnectionsNuncConnectionIDSubscribers subscribes a comma separated string of emails to status page updates

Subscribes a comma-separated string of emails to status page updates

func (*Client) PutV1NuncConnectionsNuncConnectionID

func (a *Client) PutV1NuncConnectionsNuncConnectionID(params *PutV1NuncConnectionsNuncConnectionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutV1NuncConnectionsNuncConnectionIDOK, error)

PutV1NuncConnectionsNuncConnectionID updates a fire hydrant hosted status page

Update your company's information and other components in the specified FireHydrant hosted status page.

func (*Client) PutV1NuncConnectionsNuncConnectionIDImagesType

PutV1NuncConnectionsNuncConnectionIDImagesType adds or replace an image attached to a fire hydrant status page

Add or replace an image attached to a FireHydrant status page

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteV1NuncConnectionsNuncConnectionID(params *DeleteV1NuncConnectionsNuncConnectionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1NuncConnectionsNuncConnectionIDOK, error)

	DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID(params *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent, error)

	DeleteV1NuncConnectionsNuncConnectionIDImagesType(params *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK, error)

	DeleteV1NuncConnectionsNuncConnectionIDLinksLinkID(params *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent, error)

	DeleteV1NuncConnectionsNuncConnectionIDSubscribers(params *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK, error)

	GetV1NuncConnections(params *GetV1NuncConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1NuncConnectionsOK, error)

	GetV1NuncConnectionsNuncConnectionID(params *GetV1NuncConnectionsNuncConnectionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1NuncConnectionsNuncConnectionIDOK, error)

	GetV1NuncConnectionsNuncConnectionIDSubscribers(params *GetV1NuncConnectionsNuncConnectionIDSubscribersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK, error)

	PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID(params *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK, error)

	PatchV1NuncConnectionsNuncConnectionIDLinksLinkID(params *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK, error)

	PostV1NuncConnections(params *PostV1NuncConnectionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1NuncConnectionsCreated, error)

	PostV1NuncConnectionsNuncConnectionIDComponentGroups(params *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated, error)

	PostV1NuncConnectionsNuncConnectionIDLinks(params *PostV1NuncConnectionsNuncConnectionIDLinksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1NuncConnectionsNuncConnectionIDLinksCreated, error)

	PostV1NuncConnectionsNuncConnectionIDSubscribers(params *PostV1NuncConnectionsNuncConnectionIDSubscribersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated, error)

	PutV1NuncConnectionsNuncConnectionID(params *PutV1NuncConnectionsNuncConnectionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutV1NuncConnectionsNuncConnectionIDOK, error)

	PutV1NuncConnectionsNuncConnectionIDImagesType(params *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new nunc connections API client.

type DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent

type DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent struct {
}

DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent describes a response with status code 204, with default header values.

Delete a component group displayed on a FireHydrant status page

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent() *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent

NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent creates a DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent with default headers values

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) Error

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) IsClientError

IsClientError returns true when this delete v1 nunc connections nunc connection Id component groups group Id no content response has a 4xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) IsCode

IsCode returns true when this delete v1 nunc connections nunc connection Id component groups group Id no content response a status code equal to that given

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 nunc connections nunc connection Id component groups group Id no content response has a 3xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) IsServerError

IsServerError returns true when this delete v1 nunc connections nunc connection Id component groups group Id no content response has a 5xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 nunc connections nunc connection Id component groups group Id no content response has a 2xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDNoContent) String

type DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

type DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams struct {

	// GroupID.
	GroupID string

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams contains all the parameters to send to the API endpoint

for the delete v1 nunc connections nunc connection Id component groups group Id operation.

Typically these are written to a http.Request.

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams() *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams creates a new DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext(ctx context.Context) *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext creates a new DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a context for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient(client *http.Client) *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient creates a new DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout

func NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout(timeout time.Duration) *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout creates a new DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a timeout on a request.

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetContext

SetContext adds the context to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 nunc connections nunc connection Id component groups group Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetGroupID

SetGroupID adds the groupId to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetNuncConnectionID

func (o *DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithContext

WithContext adds the context to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 nunc connections nunc connection Id component groups group Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithGroupID

WithGroupID adds the groupID to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 nunc connections nunc connection Id component groups group Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader

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

DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader is a Reader for the DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID structure.

func (*DeleteV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK

type DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK struct {
	Payload *models.NuncConnectionEntity
}

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

Delete an image attached to a FireHydrant status page

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK() *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK

NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK creates a DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK with default headers values

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) Error

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) GetPayload

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsClientError

IsClientError returns true when this delete v1 nunc connections nunc connection Id images type o k response has a 4xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsCode

IsCode returns true when this delete v1 nunc connections nunc connection Id images type o k response a status code equal to that given

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsRedirect

IsRedirect returns true when this delete v1 nunc connections nunc connection Id images type o k response has a 3xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsServerError

IsServerError returns true when this delete v1 nunc connections nunc connection Id images type o k response has a 5xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsSuccess

IsSuccess returns true when this delete v1 nunc connections nunc connection Id images type o k response has a 2xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeOK) String

type DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

type DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams struct {

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

	// Type.
	//
	// Format: int32
	Type int32

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

DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams contains all the parameters to send to the API endpoint

for the delete v1 nunc connections nunc connection Id images type operation.

Typically these are written to a http.Request.

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams() *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams creates a new DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams object, with the default timeout for this client.

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

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

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext(ctx context.Context) *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext creates a new DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a context for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient(client *http.Client) *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient creates a new DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout

func NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout(timeout time.Duration) *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewDeleteV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout creates a new DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a timeout on a request.

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetContext

SetContext adds the context to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetDefaults

SetDefaults hydrates default values in the delete v1 nunc connections nunc connection Id images type params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetNuncConnectionID

func (o *DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetTimeout

SetTimeout adds the timeout to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetType

SetType adds the type to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithContext

WithContext adds the context to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithDefaults

WithDefaults hydrates default values in the delete v1 nunc connections nunc connection Id images type params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithTimeout

WithTimeout adds the timeout to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithType

WithType adds the typeVar to the delete v1 nunc connections nunc connection Id images type params

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1NuncConnectionsNuncConnectionIDImagesTypeReader

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

DeleteV1NuncConnectionsNuncConnectionIDImagesTypeReader is a Reader for the DeleteV1NuncConnectionsNuncConnectionIDImagesType structure.

func (*DeleteV1NuncConnectionsNuncConnectionIDImagesTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent

type DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent struct {
}

DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent describes a response with status code 204, with default header values.

Delete a link displayed on a FireHydrant status page

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent() *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent

NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent creates a DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent with default headers values

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) Error

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) IsClientError

IsClientError returns true when this delete v1 nunc connections nunc connection Id links link Id no content response has a 4xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) IsCode

IsCode returns true when this delete v1 nunc connections nunc connection Id links link Id no content response a status code equal to that given

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 nunc connections nunc connection Id links link Id no content response has a 3xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) IsServerError

IsServerError returns true when this delete v1 nunc connections nunc connection Id links link Id no content response has a 5xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 nunc connections nunc connection Id links link Id no content response has a 2xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDNoContent) String

type DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

type DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams struct {

	// LinkID.
	LinkID string

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams contains all the parameters to send to the API endpoint

for the delete v1 nunc connections nunc connection Id links link Id operation.

Typically these are written to a http.Request.

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams() *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams creates a new DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext(ctx context.Context) *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext creates a new DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a context for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient(client *http.Client) *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient creates a new DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout

func NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout(timeout time.Duration) *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout creates a new DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a timeout on a request.

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetContext

SetContext adds the context to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 nunc connections nunc connection Id links link Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetLinkID

SetLinkID adds the linkId to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetNuncConnectionID

func (o *DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithContext

WithContext adds the context to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 nunc connections nunc connection Id links link Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithLinkID

WithLinkID adds the linkID to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 nunc connections nunc connection Id links link Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDReader

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

DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDReader is a Reader for the DeleteV1NuncConnectionsNuncConnectionIDLinksLinkID structure.

func (*DeleteV1NuncConnectionsNuncConnectionIDLinksLinkIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1NuncConnectionsNuncConnectionIDOK

type DeleteV1NuncConnectionsNuncConnectionIDOK struct {
	Payload *models.NuncConnectionEntity
}

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

Delete a FireHydrant hosted status page, stopping updates of your incidents to it.

func NewDeleteV1NuncConnectionsNuncConnectionIDOK

func NewDeleteV1NuncConnectionsNuncConnectionIDOK() *DeleteV1NuncConnectionsNuncConnectionIDOK

NewDeleteV1NuncConnectionsNuncConnectionIDOK creates a DeleteV1NuncConnectionsNuncConnectionIDOK with default headers values

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) Error

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) GetPayload

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) IsClientError

IsClientError returns true when this delete v1 nunc connections nunc connection Id o k response has a 4xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) IsCode

IsCode returns true when this delete v1 nunc connections nunc connection Id o k response a status code equal to that given

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) IsRedirect

IsRedirect returns true when this delete v1 nunc connections nunc connection Id o k response has a 3xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) IsServerError

IsServerError returns true when this delete v1 nunc connections nunc connection Id o k response has a 5xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) IsSuccess

IsSuccess returns true when this delete v1 nunc connections nunc connection Id o k response has a 2xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDOK) String

type DeleteV1NuncConnectionsNuncConnectionIDParams

type DeleteV1NuncConnectionsNuncConnectionIDParams struct {

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

DeleteV1NuncConnectionsNuncConnectionIDParams contains all the parameters to send to the API endpoint

for the delete v1 nunc connections nunc connection Id operation.

Typically these are written to a http.Request.

func NewDeleteV1NuncConnectionsNuncConnectionIDParams

func NewDeleteV1NuncConnectionsNuncConnectionIDParams() *DeleteV1NuncConnectionsNuncConnectionIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDParams creates a new DeleteV1NuncConnectionsNuncConnectionIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithContext

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithContext(ctx context.Context) *DeleteV1NuncConnectionsNuncConnectionIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithContext creates a new DeleteV1NuncConnectionsNuncConnectionIDParams object with the ability to set a context for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient(client *http.Client) *DeleteV1NuncConnectionsNuncConnectionIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient creates a new DeleteV1NuncConnectionsNuncConnectionIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithTimeout

func NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithTimeout(timeout time.Duration) *DeleteV1NuncConnectionsNuncConnectionIDParams

NewDeleteV1NuncConnectionsNuncConnectionIDParamsWithTimeout creates a new DeleteV1NuncConnectionsNuncConnectionIDParams object with the ability to set a timeout on a request.

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) SetContext

SetContext adds the context to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 nunc connections nunc connection Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID

func (o *DeleteV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WithContext

WithContext adds the context to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 nunc connections nunc connection Id params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 nunc connections nunc connection Id params

func (*DeleteV1NuncConnectionsNuncConnectionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1NuncConnectionsNuncConnectionIDReader

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

DeleteV1NuncConnectionsNuncConnectionIDReader is a Reader for the DeleteV1NuncConnectionsNuncConnectionID structure.

func (*DeleteV1NuncConnectionsNuncConnectionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK

type DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK struct {
	Payload *models.NuncEmailSubscribersEntity
}

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

Unsubscribes one or more status page subscribers.

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersOK

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersOK() *DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK

NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersOK creates a DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK with default headers values

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) Error

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) GetPayload

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) IsClientError

IsClientError returns true when this delete v1 nunc connections nunc connection Id subscribers o k response has a 4xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) IsCode

IsCode returns true when this delete v1 nunc connections nunc connection Id subscribers o k response a status code equal to that given

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) IsRedirect

IsRedirect returns true when this delete v1 nunc connections nunc connection Id subscribers o k response has a 3xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) IsServerError

IsServerError returns true when this delete v1 nunc connections nunc connection Id subscribers o k response has a 5xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) IsSuccess

IsSuccess returns true when this delete v1 nunc connections nunc connection Id subscribers o k response has a 2xx status code

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersOK) String

type DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

type DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams struct {

	// NuncConnectionID.
	NuncConnectionID string

	/* SubscriberIds.

	   A list of subscriber IDs to unsubscribe.
	*/
	SubscriberIds string

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

DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams contains all the parameters to send to the API endpoint

for the delete v1 nunc connections nunc connection Id subscribers operation.

Typically these are written to a http.Request.

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParams() *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParams creates a new DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams object, with the default timeout for this client.

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

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

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext(ctx context.Context) *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext creates a new DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a context for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient(client *http.Client) *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient creates a new DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout

func NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout(timeout time.Duration) *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams

NewDeleteV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout creates a new DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a timeout on a request.

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetContext

SetContext adds the context to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetDefaults

SetDefaults hydrates default values in the delete v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID

func (o *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID(nuncConnectionID string)

SetNuncConnectionID adds the nuncConnectionId to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetSubscriberIds

func (o *DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetSubscriberIds(subscriberIds string)

SetSubscriberIds adds the subscriberIds to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) SetTimeout

SetTimeout adds the timeout to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithContext

WithContext adds the context to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithDefaults

WithDefaults hydrates default values in the delete v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithSubscriberIds

WithSubscriberIds adds the subscriberIds to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WithTimeout

WithTimeout adds the timeout to the delete v1 nunc connections nunc connection Id subscribers params

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1NuncConnectionsNuncConnectionIDSubscribersReader

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

DeleteV1NuncConnectionsNuncConnectionIDSubscribersReader is a Reader for the DeleteV1NuncConnectionsNuncConnectionIDSubscribers structure.

func (*DeleteV1NuncConnectionsNuncConnectionIDSubscribersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1NuncConnectionsNuncConnectionIDOK

type GetV1NuncConnectionsNuncConnectionIDOK struct {
	Payload *models.NuncConnectionEntity
}

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

Retrieve the information displayed as part of your FireHydrant hosted status page.

func NewGetV1NuncConnectionsNuncConnectionIDOK

func NewGetV1NuncConnectionsNuncConnectionIDOK() *GetV1NuncConnectionsNuncConnectionIDOK

NewGetV1NuncConnectionsNuncConnectionIDOK creates a GetV1NuncConnectionsNuncConnectionIDOK with default headers values

func (*GetV1NuncConnectionsNuncConnectionIDOK) Error

func (*GetV1NuncConnectionsNuncConnectionIDOK) GetPayload

func (*GetV1NuncConnectionsNuncConnectionIDOK) IsClientError

func (o *GetV1NuncConnectionsNuncConnectionIDOK) IsClientError() bool

IsClientError returns true when this get v1 nunc connections nunc connection Id o k response has a 4xx status code

func (*GetV1NuncConnectionsNuncConnectionIDOK) IsCode

IsCode returns true when this get v1 nunc connections nunc connection Id o k response a status code equal to that given

func (*GetV1NuncConnectionsNuncConnectionIDOK) IsRedirect

IsRedirect returns true when this get v1 nunc connections nunc connection Id o k response has a 3xx status code

func (*GetV1NuncConnectionsNuncConnectionIDOK) IsServerError

func (o *GetV1NuncConnectionsNuncConnectionIDOK) IsServerError() bool

IsServerError returns true when this get v1 nunc connections nunc connection Id o k response has a 5xx status code

func (*GetV1NuncConnectionsNuncConnectionIDOK) IsSuccess

IsSuccess returns true when this get v1 nunc connections nunc connection Id o k response has a 2xx status code

func (*GetV1NuncConnectionsNuncConnectionIDOK) String

type GetV1NuncConnectionsNuncConnectionIDParams

type GetV1NuncConnectionsNuncConnectionIDParams struct {

	// NuncConnectionID.
	NuncConnectionID string

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

GetV1NuncConnectionsNuncConnectionIDParams contains all the parameters to send to the API endpoint

for the get v1 nunc connections nunc connection Id operation.

Typically these are written to a http.Request.

func NewGetV1NuncConnectionsNuncConnectionIDParams

func NewGetV1NuncConnectionsNuncConnectionIDParams() *GetV1NuncConnectionsNuncConnectionIDParams

NewGetV1NuncConnectionsNuncConnectionIDParams creates a new GetV1NuncConnectionsNuncConnectionIDParams object, with the default timeout for this client.

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

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

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithContext

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithContext(ctx context.Context) *GetV1NuncConnectionsNuncConnectionIDParams

NewGetV1NuncConnectionsNuncConnectionIDParamsWithContext creates a new GetV1NuncConnectionsNuncConnectionIDParams object with the ability to set a context for a request.

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient(client *http.Client) *GetV1NuncConnectionsNuncConnectionIDParams

NewGetV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient creates a new GetV1NuncConnectionsNuncConnectionIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithTimeout

func NewGetV1NuncConnectionsNuncConnectionIDParamsWithTimeout(timeout time.Duration) *GetV1NuncConnectionsNuncConnectionIDParams

NewGetV1NuncConnectionsNuncConnectionIDParamsWithTimeout creates a new GetV1NuncConnectionsNuncConnectionIDParams object with the ability to set a timeout on a request.

func (*GetV1NuncConnectionsNuncConnectionIDParams) SetContext

SetContext adds the context to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) SetDefaults

SetDefaults hydrates default values in the get v1 nunc connections nunc connection Id params (not the query body).

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

func (*GetV1NuncConnectionsNuncConnectionIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID

func (o *GetV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID(nuncConnectionID string)

SetNuncConnectionID adds the nuncConnectionId to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) SetTimeout

SetTimeout adds the timeout to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) WithContext

WithContext adds the context to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 nunc connections nunc connection Id params (not the query body).

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

func (*GetV1NuncConnectionsNuncConnectionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 nunc connections nunc connection Id params

func (*GetV1NuncConnectionsNuncConnectionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1NuncConnectionsNuncConnectionIDReader

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

GetV1NuncConnectionsNuncConnectionIDReader is a Reader for the GetV1NuncConnectionsNuncConnectionID structure.

func (*GetV1NuncConnectionsNuncConnectionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1NuncConnectionsNuncConnectionIDSubscribersOK

type GetV1NuncConnectionsNuncConnectionIDSubscribersOK struct {
	Payload *models.NuncEmailSubscribersEntity
}

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

Retrieves the list of subscribers for a status page.

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersOK

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersOK() *GetV1NuncConnectionsNuncConnectionIDSubscribersOK

NewGetV1NuncConnectionsNuncConnectionIDSubscribersOK creates a GetV1NuncConnectionsNuncConnectionIDSubscribersOK with default headers values

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) Error

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) GetPayload

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) IsClientError

IsClientError returns true when this get v1 nunc connections nunc connection Id subscribers o k response has a 4xx status code

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) IsCode

IsCode returns true when this get v1 nunc connections nunc connection Id subscribers o k response a status code equal to that given

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) IsRedirect

IsRedirect returns true when this get v1 nunc connections nunc connection Id subscribers o k response has a 3xx status code

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) IsServerError

IsServerError returns true when this get v1 nunc connections nunc connection Id subscribers o k response has a 5xx status code

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) IsSuccess

IsSuccess returns true when this get v1 nunc connections nunc connection Id subscribers o k response has a 2xx status code

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersOK) String

type GetV1NuncConnectionsNuncConnectionIDSubscribersParams

type GetV1NuncConnectionsNuncConnectionIDSubscribersParams struct {

	// NuncConnectionID.
	NuncConnectionID string

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

GetV1NuncConnectionsNuncConnectionIDSubscribersParams contains all the parameters to send to the API endpoint

for the get v1 nunc connections nunc connection Id subscribers operation.

Typically these are written to a http.Request.

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParams

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParams() *GetV1NuncConnectionsNuncConnectionIDSubscribersParams

NewGetV1NuncConnectionsNuncConnectionIDSubscribersParams creates a new GetV1NuncConnectionsNuncConnectionIDSubscribersParams object, with the default timeout for this client.

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

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

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext(ctx context.Context) *GetV1NuncConnectionsNuncConnectionIDSubscribersParams

NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext creates a new GetV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a context for a request.

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient(client *http.Client) *GetV1NuncConnectionsNuncConnectionIDSubscribersParams

NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient creates a new GetV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout

func NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout(timeout time.Duration) *GetV1NuncConnectionsNuncConnectionIDSubscribersParams

NewGetV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout creates a new GetV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a timeout on a request.

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetContext

SetContext adds the context to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetDefaults

SetDefaults hydrates default values in the get v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID

func (o *GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID(nuncConnectionID string)

SetNuncConnectionID adds the nuncConnectionId to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) SetTimeout

SetTimeout adds the timeout to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WithContext

WithContext adds the context to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WithDefaults

WithDefaults hydrates default values in the get v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WithTimeout

WithTimeout adds the timeout to the get v1 nunc connections nunc connection Id subscribers params

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1NuncConnectionsNuncConnectionIDSubscribersReader

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

GetV1NuncConnectionsNuncConnectionIDSubscribersReader is a Reader for the GetV1NuncConnectionsNuncConnectionIDSubscribers structure.

func (*GetV1NuncConnectionsNuncConnectionIDSubscribersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1NuncConnectionsOK

type GetV1NuncConnectionsOK struct {
	Payload *models.NuncConnectionEntityPaginated
}

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

Lists the information displayed as part of your FireHydrant hosted status pages.

func NewGetV1NuncConnectionsOK

func NewGetV1NuncConnectionsOK() *GetV1NuncConnectionsOK

NewGetV1NuncConnectionsOK creates a GetV1NuncConnectionsOK with default headers values

func (*GetV1NuncConnectionsOK) Error

func (o *GetV1NuncConnectionsOK) Error() string

func (*GetV1NuncConnectionsOK) GetPayload

func (*GetV1NuncConnectionsOK) IsClientError

func (o *GetV1NuncConnectionsOK) IsClientError() bool

IsClientError returns true when this get v1 nunc connections o k response has a 4xx status code

func (*GetV1NuncConnectionsOK) IsCode

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

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

func (*GetV1NuncConnectionsOK) IsRedirect

func (o *GetV1NuncConnectionsOK) IsRedirect() bool

IsRedirect returns true when this get v1 nunc connections o k response has a 3xx status code

func (*GetV1NuncConnectionsOK) IsServerError

func (o *GetV1NuncConnectionsOK) IsServerError() bool

IsServerError returns true when this get v1 nunc connections o k response has a 5xx status code

func (*GetV1NuncConnectionsOK) IsSuccess

func (o *GetV1NuncConnectionsOK) IsSuccess() bool

IsSuccess returns true when this get v1 nunc connections o k response has a 2xx status code

func (*GetV1NuncConnectionsOK) String

func (o *GetV1NuncConnectionsOK) String() string

type GetV1NuncConnectionsParams

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

GetV1NuncConnectionsParams contains all the parameters to send to the API endpoint

for the get v1 nunc connections operation.

Typically these are written to a http.Request.

func NewGetV1NuncConnectionsParams

func NewGetV1NuncConnectionsParams() *GetV1NuncConnectionsParams

NewGetV1NuncConnectionsParams creates a new GetV1NuncConnectionsParams object, with the default timeout for this client.

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

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

func NewGetV1NuncConnectionsParamsWithContext

func NewGetV1NuncConnectionsParamsWithContext(ctx context.Context) *GetV1NuncConnectionsParams

NewGetV1NuncConnectionsParamsWithContext creates a new GetV1NuncConnectionsParams object with the ability to set a context for a request.

func NewGetV1NuncConnectionsParamsWithHTTPClient

func NewGetV1NuncConnectionsParamsWithHTTPClient(client *http.Client) *GetV1NuncConnectionsParams

NewGetV1NuncConnectionsParamsWithHTTPClient creates a new GetV1NuncConnectionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1NuncConnectionsParamsWithTimeout

func NewGetV1NuncConnectionsParamsWithTimeout(timeout time.Duration) *GetV1NuncConnectionsParams

NewGetV1NuncConnectionsParamsWithTimeout creates a new GetV1NuncConnectionsParams object with the ability to set a timeout on a request.

func (*GetV1NuncConnectionsParams) SetContext

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

SetContext adds the context to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) SetDefaults

func (o *GetV1NuncConnectionsParams) SetDefaults()

SetDefaults hydrates default values in the get v1 nunc connections params (not the query body).

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

func (*GetV1NuncConnectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) WithContext

WithContext adds the context to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) WithDefaults

WithDefaults hydrates default values in the get v1 nunc connections params (not the query body).

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

func (*GetV1NuncConnectionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) WithTimeout

WithTimeout adds the timeout to the get v1 nunc connections params

func (*GetV1NuncConnectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1NuncConnectionsReader

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

GetV1NuncConnectionsReader is a Reader for the GetV1NuncConnections structure.

func (*GetV1NuncConnectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK

type PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK struct {
}

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

Update a component group to be displayed on a FireHydrant status page

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK() *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK

NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK creates a PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK with default headers values

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) Error

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) IsClientError

IsClientError returns true when this patch v1 nunc connections nunc connection Id component groups group Id o k response has a 4xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) IsCode

IsCode returns true when this patch v1 nunc connections nunc connection Id component groups group Id o k response a status code equal to that given

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) IsRedirect

IsRedirect returns true when this patch v1 nunc connections nunc connection Id component groups group Id o k response has a 3xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) IsServerError

IsServerError returns true when this patch v1 nunc connections nunc connection Id component groups group Id o k response has a 5xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) IsSuccess

IsSuccess returns true when this patch v1 nunc connections nunc connection Id component groups group Id o k response has a 2xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDOK) String

type PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

type PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams struct {

	// ComponentGroupID.
	ComponentGroupID *string

	// GroupID.
	GroupID string

	// Name.
	Name *string

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams contains all the parameters to send to the API endpoint

for the patch v1 nunc connections nunc connection Id component groups group Id operation.

Typically these are written to a http.Request.

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams() *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams creates a new PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object, with the default timeout for this client.

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

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

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext(ctx context.Context) *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithContext creates a new PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a context for a request.

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient(client *http.Client) *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithHTTPClient creates a new PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout

func NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout(timeout time.Duration) *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams

NewPatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParamsWithTimeout creates a new PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams object with the ability to set a timeout on a request.

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetComponentGroupID

func (o *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetComponentGroupID(componentGroupID *string)

SetComponentGroupID adds the componentGroupId to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetContext

SetContext adds the context to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetDefaults

SetDefaults hydrates default values in the patch v1 nunc connections nunc connection Id component groups group Id params (not the query body).

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

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetGroupID

SetGroupID adds the groupId to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetName

SetName adds the name to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetNuncConnectionID

func (o *PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) SetTimeout

SetTimeout adds the timeout to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithComponentGroupID

WithComponentGroupID adds the componentGroupID to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithContext

WithContext adds the context to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 nunc connections nunc connection Id component groups group Id params (not the query body).

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

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithGroupID

WithGroupID adds the groupID to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithName

WithName adds the name to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 nunc connections nunc connection Id component groups group Id params

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader

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

PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader is a Reader for the PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupID structure.

func (*PatchV1NuncConnectionsNuncConnectionIDComponentGroupsGroupIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK

type PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK struct {
}

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

Update a link to be displayed on a FireHydrant status page

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK() *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK

NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK creates a PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK with default headers values

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) Error

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) IsClientError

IsClientError returns true when this patch v1 nunc connections nunc connection Id links link Id o k response has a 4xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) IsCode

IsCode returns true when this patch v1 nunc connections nunc connection Id links link Id o k response a status code equal to that given

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) IsRedirect

IsRedirect returns true when this patch v1 nunc connections nunc connection Id links link Id o k response has a 3xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) IsServerError

IsServerError returns true when this patch v1 nunc connections nunc connection Id links link Id o k response has a 5xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) IsSuccess

IsSuccess returns true when this patch v1 nunc connections nunc connection Id links link Id o k response has a 2xx status code

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDOK) String

type PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

type PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams struct {

	// LinkID.
	LinkID string

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

	// PatchV1NuncConnectionsNuncConnectionIDLinksLinkID.
	PatchV1NuncConnectionsNuncConnectionIDLinksLinkID *models.PatchV1NuncConnectionsNuncConnectionIDLinksLinkID

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

PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams contains all the parameters to send to the API endpoint

for the patch v1 nunc connections nunc connection Id links link Id operation.

Typically these are written to a http.Request.

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams() *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams creates a new PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object, with the default timeout for this client.

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

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

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext(ctx context.Context) *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithContext creates a new PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a context for a request.

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient(client *http.Client) *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithHTTPClient creates a new PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout

func NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout(timeout time.Duration) *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

NewPatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParamsWithTimeout creates a new PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams object with the ability to set a timeout on a request.

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetContext

SetContext adds the context to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetDefaults

SetDefaults hydrates default values in the patch v1 nunc connections nunc connection Id links link Id params (not the query body).

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

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetLinkID

SetLinkID adds the linkId to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetNuncConnectionID

func (o *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetPatchV1NuncConnectionsNuncConnectionIDLinksLinkID

func (o *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetPatchV1NuncConnectionsNuncConnectionIDLinksLinkID(patchV1NuncConnectionsNuncConnectionIDLinksLinkID *models.PatchV1NuncConnectionsNuncConnectionIDLinksLinkID)

SetPatchV1NuncConnectionsNuncConnectionIDLinksLinkID adds the patchV1NuncConnectionsNuncConnectionIdLinksLinkId to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) SetTimeout

SetTimeout adds the timeout to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithContext

WithContext adds the context to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 nunc connections nunc connection Id links link Id params (not the query body).

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

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithLinkID

WithLinkID adds the linkID to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithPatchV1NuncConnectionsNuncConnectionIDLinksLinkID

func (o *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithPatchV1NuncConnectionsNuncConnectionIDLinksLinkID(patchV1NuncConnectionsNuncConnectionIDLinksLinkID *models.PatchV1NuncConnectionsNuncConnectionIDLinksLinkID) *PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams

WithPatchV1NuncConnectionsNuncConnectionIDLinksLinkID adds the patchV1NuncConnectionsNuncConnectionIDLinksLinkID to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 nunc connections nunc connection Id links link Id params

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDReader

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

PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDReader is a Reader for the PatchV1NuncConnectionsNuncConnectionIDLinksLinkID structure.

func (*PatchV1NuncConnectionsNuncConnectionIDLinksLinkIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1NuncConnectionsCreated

type PostV1NuncConnectionsCreated struct {
	Payload *models.NuncConnectionEntity
}

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

Create a new FireHydrant hosted status page for customer facing statuses.

func NewPostV1NuncConnectionsCreated

func NewPostV1NuncConnectionsCreated() *PostV1NuncConnectionsCreated

NewPostV1NuncConnectionsCreated creates a PostV1NuncConnectionsCreated with default headers values

func (*PostV1NuncConnectionsCreated) Error

func (*PostV1NuncConnectionsCreated) GetPayload

func (*PostV1NuncConnectionsCreated) IsClientError

func (o *PostV1NuncConnectionsCreated) IsClientError() bool

IsClientError returns true when this post v1 nunc connections created response has a 4xx status code

func (*PostV1NuncConnectionsCreated) IsCode

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

IsCode returns true when this post v1 nunc connections created response a status code equal to that given

func (*PostV1NuncConnectionsCreated) IsRedirect

func (o *PostV1NuncConnectionsCreated) IsRedirect() bool

IsRedirect returns true when this post v1 nunc connections created response has a 3xx status code

func (*PostV1NuncConnectionsCreated) IsServerError

func (o *PostV1NuncConnectionsCreated) IsServerError() bool

IsServerError returns true when this post v1 nunc connections created response has a 5xx status code

func (*PostV1NuncConnectionsCreated) IsSuccess

func (o *PostV1NuncConnectionsCreated) IsSuccess() bool

IsSuccess returns true when this post v1 nunc connections created response has a 2xx status code

func (*PostV1NuncConnectionsCreated) String

type PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated

type PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated struct {
	Payload *models.NuncConnectionEntity
}

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

Add a component group to be displayed on a FireHydrant status page

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated() *PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated

NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated creates a PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated with default headers values

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) Error

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) GetPayload

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) IsClientError

IsClientError returns true when this post v1 nunc connections nunc connection Id component groups created response has a 4xx status code

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) IsCode

IsCode returns true when this post v1 nunc connections nunc connection Id component groups created response a status code equal to that given

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) IsRedirect

IsRedirect returns true when this post v1 nunc connections nunc connection Id component groups created response has a 3xx status code

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) IsServerError

IsServerError returns true when this post v1 nunc connections nunc connection Id component groups created response has a 5xx status code

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) IsSuccess

IsSuccess returns true when this post v1 nunc connections nunc connection Id component groups created response has a 2xx status code

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsCreated) String

type PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

type PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams struct {

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams contains all the parameters to send to the API endpoint

for the post v1 nunc connections nunc connection Id component groups operation.

Typically these are written to a http.Request.

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParams() *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParams creates a new PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams object, with the default timeout for this client.

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

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

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithContext

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithContext(ctx context.Context) *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithContext creates a new PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams object with the ability to set a context for a request.

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithHTTPClient

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithHTTPClient(client *http.Client) *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithHTTPClient creates a new PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithTimeout

func NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithTimeout(timeout time.Duration) *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams

NewPostV1NuncConnectionsNuncConnectionIDComponentGroupsParamsWithTimeout creates a new PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams object with the ability to set a timeout on a request.

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetContext

SetContext adds the context to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetDefaults

SetDefaults hydrates default values in the post v1 nunc connections nunc connection Id component groups params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetNuncConnectionID

func (o *PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) SetTimeout

SetTimeout adds the timeout to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WithContext

WithContext adds the context to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WithDefaults

WithDefaults hydrates default values in the post v1 nunc connections nunc connection Id component groups params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WithTimeout

WithTimeout adds the timeout to the post v1 nunc connections nunc connection Id component groups params

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1NuncConnectionsNuncConnectionIDComponentGroupsReader

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

PostV1NuncConnectionsNuncConnectionIDComponentGroupsReader is a Reader for the PostV1NuncConnectionsNuncConnectionIDComponentGroups structure.

func (*PostV1NuncConnectionsNuncConnectionIDComponentGroupsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostV1NuncConnectionsNuncConnectionIDLinksCreated

type PostV1NuncConnectionsNuncConnectionIDLinksCreated struct {
	Payload *models.NuncConnectionEntity
}

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

Add a link to be displayed on a FireHydrant status page

func NewPostV1NuncConnectionsNuncConnectionIDLinksCreated

func NewPostV1NuncConnectionsNuncConnectionIDLinksCreated() *PostV1NuncConnectionsNuncConnectionIDLinksCreated

NewPostV1NuncConnectionsNuncConnectionIDLinksCreated creates a PostV1NuncConnectionsNuncConnectionIDLinksCreated with default headers values

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) Error

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) GetPayload

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) IsClientError

IsClientError returns true when this post v1 nunc connections nunc connection Id links created response has a 4xx status code

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) IsCode

IsCode returns true when this post v1 nunc connections nunc connection Id links created response a status code equal to that given

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) IsRedirect

IsRedirect returns true when this post v1 nunc connections nunc connection Id links created response has a 3xx status code

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) IsServerError

IsServerError returns true when this post v1 nunc connections nunc connection Id links created response has a 5xx status code

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) IsSuccess

IsSuccess returns true when this post v1 nunc connections nunc connection Id links created response has a 2xx status code

func (*PostV1NuncConnectionsNuncConnectionIDLinksCreated) String

type PostV1NuncConnectionsNuncConnectionIDLinksParams

type PostV1NuncConnectionsNuncConnectionIDLinksParams struct {

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

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

PostV1NuncConnectionsNuncConnectionIDLinksParams contains all the parameters to send to the API endpoint

for the post v1 nunc connections nunc connection Id links operation.

Typically these are written to a http.Request.

func NewPostV1NuncConnectionsNuncConnectionIDLinksParams

func NewPostV1NuncConnectionsNuncConnectionIDLinksParams() *PostV1NuncConnectionsNuncConnectionIDLinksParams

NewPostV1NuncConnectionsNuncConnectionIDLinksParams creates a new PostV1NuncConnectionsNuncConnectionIDLinksParams object, with the default timeout for this client.

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

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

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithContext

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithContext(ctx context.Context) *PostV1NuncConnectionsNuncConnectionIDLinksParams

NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithContext creates a new PostV1NuncConnectionsNuncConnectionIDLinksParams object with the ability to set a context for a request.

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithHTTPClient

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithHTTPClient(client *http.Client) *PostV1NuncConnectionsNuncConnectionIDLinksParams

NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithHTTPClient creates a new PostV1NuncConnectionsNuncConnectionIDLinksParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithTimeout

func NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithTimeout(timeout time.Duration) *PostV1NuncConnectionsNuncConnectionIDLinksParams

NewPostV1NuncConnectionsNuncConnectionIDLinksParamsWithTimeout creates a new PostV1NuncConnectionsNuncConnectionIDLinksParams object with the ability to set a timeout on a request.

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) SetContext

SetContext adds the context to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) SetDefaults

SetDefaults hydrates default values in the post v1 nunc connections nunc connection Id links params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) SetNuncConnectionID

func (o *PostV1NuncConnectionsNuncConnectionIDLinksParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) SetTimeout

SetTimeout adds the timeout to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WithContext

WithContext adds the context to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WithDefaults

WithDefaults hydrates default values in the post v1 nunc connections nunc connection Id links params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WithTimeout

WithTimeout adds the timeout to the post v1 nunc connections nunc connection Id links params

func (*PostV1NuncConnectionsNuncConnectionIDLinksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1NuncConnectionsNuncConnectionIDLinksReader

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

PostV1NuncConnectionsNuncConnectionIDLinksReader is a Reader for the PostV1NuncConnectionsNuncConnectionIDLinks structure.

func (*PostV1NuncConnectionsNuncConnectionIDLinksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1NuncConnectionsNuncConnectionIDSubscribersCreated

type PostV1NuncConnectionsNuncConnectionIDSubscribersCreated struct {
	Payload *models.NuncEmailSubscribersEntity
}

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

Subscribes a comma-separated string of emails to status page updates

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersCreated

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersCreated() *PostV1NuncConnectionsNuncConnectionIDSubscribersCreated

NewPostV1NuncConnectionsNuncConnectionIDSubscribersCreated creates a PostV1NuncConnectionsNuncConnectionIDSubscribersCreated with default headers values

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) Error

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) GetPayload

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) IsClientError

IsClientError returns true when this post v1 nunc connections nunc connection Id subscribers created response has a 4xx status code

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) IsCode

IsCode returns true when this post v1 nunc connections nunc connection Id subscribers created response a status code equal to that given

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) IsRedirect

IsRedirect returns true when this post v1 nunc connections nunc connection Id subscribers created response has a 3xx status code

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) IsServerError

IsServerError returns true when this post v1 nunc connections nunc connection Id subscribers created response has a 5xx status code

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) IsSuccess

IsSuccess returns true when this post v1 nunc connections nunc connection Id subscribers created response has a 2xx status code

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersCreated) String

type PostV1NuncConnectionsNuncConnectionIDSubscribersParams

type PostV1NuncConnectionsNuncConnectionIDSubscribersParams struct {

	/* Emails.

	   A comma-separated list of emails to subscribe.
	*/
	Emails string

	// NuncConnectionID.
	NuncConnectionID string

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

PostV1NuncConnectionsNuncConnectionIDSubscribersParams contains all the parameters to send to the API endpoint

for the post v1 nunc connections nunc connection Id subscribers operation.

Typically these are written to a http.Request.

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParams

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParams() *PostV1NuncConnectionsNuncConnectionIDSubscribersParams

NewPostV1NuncConnectionsNuncConnectionIDSubscribersParams creates a new PostV1NuncConnectionsNuncConnectionIDSubscribersParams object, with the default timeout for this client.

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

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

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext(ctx context.Context) *PostV1NuncConnectionsNuncConnectionIDSubscribersParams

NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithContext creates a new PostV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a context for a request.

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient(client *http.Client) *PostV1NuncConnectionsNuncConnectionIDSubscribersParams

NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithHTTPClient creates a new PostV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout

func NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout(timeout time.Duration) *PostV1NuncConnectionsNuncConnectionIDSubscribersParams

NewPostV1NuncConnectionsNuncConnectionIDSubscribersParamsWithTimeout creates a new PostV1NuncConnectionsNuncConnectionIDSubscribersParams object with the ability to set a timeout on a request.

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetContext

SetContext adds the context to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetDefaults

SetDefaults hydrates default values in the post v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetEmails

SetEmails adds the emails to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID

func (o *PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetNuncConnectionID(nuncConnectionID string)

SetNuncConnectionID adds the nuncConnectionId to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) SetTimeout

SetTimeout adds the timeout to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithContext

WithContext adds the context to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithDefaults

WithDefaults hydrates default values in the post v1 nunc connections nunc connection Id subscribers params (not the query body).

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

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithEmails

WithEmails adds the emails to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WithTimeout

WithTimeout adds the timeout to the post v1 nunc connections nunc connection Id subscribers params

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1NuncConnectionsNuncConnectionIDSubscribersReader

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

PostV1NuncConnectionsNuncConnectionIDSubscribersReader is a Reader for the PostV1NuncConnectionsNuncConnectionIDSubscribers structure.

func (*PostV1NuncConnectionsNuncConnectionIDSubscribersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1NuncConnectionsParams

type PostV1NuncConnectionsParams struct {

	// CompanyName.
	CompanyName *string

	// CompanyTosURL.
	CompanyTosURL *string

	// CompanyWebsite.
	CompanyWebsite *string

	// ComponentsInfrastructureID.
	ComponentsInfrastructureID []string

	// ComponentsInfrastructureType.
	ComponentsInfrastructureType []string

	/* ConditionsConditionID.

	   Severity matrix condition id
	*/
	ConditionsConditionID []string

	/* ConditionsNuncCondition.

	   Status page condition to map your severity matrix condition to
	*/
	ConditionsNuncCondition []string

	// Domain.
	Domain string

	// EnableHistogram.
	EnableHistogram *bool

	// ExposedFields.
	ExposedFields []string

	// GreetingBody.
	GreetingBody *string

	// GreetingTitle.
	GreetingTitle *string

	// OperationalMessage.
	OperationalMessage *string

	// PrimaryColor.
	PrimaryColor *string

	// SecondaryColor.
	SecondaryColor *string

	// Title.
	Title *string

	// UIVersion.
	//
	// Format: int32
	UIVersion *int32

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

PostV1NuncConnectionsParams contains all the parameters to send to the API endpoint

for the post v1 nunc connections operation.

Typically these are written to a http.Request.

func NewPostV1NuncConnectionsParams

func NewPostV1NuncConnectionsParams() *PostV1NuncConnectionsParams

NewPostV1NuncConnectionsParams creates a new PostV1NuncConnectionsParams object, with the default timeout for this client.

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

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

func NewPostV1NuncConnectionsParamsWithContext

func NewPostV1NuncConnectionsParamsWithContext(ctx context.Context) *PostV1NuncConnectionsParams

NewPostV1NuncConnectionsParamsWithContext creates a new PostV1NuncConnectionsParams object with the ability to set a context for a request.

func NewPostV1NuncConnectionsParamsWithHTTPClient

func NewPostV1NuncConnectionsParamsWithHTTPClient(client *http.Client) *PostV1NuncConnectionsParams

NewPostV1NuncConnectionsParamsWithHTTPClient creates a new PostV1NuncConnectionsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1NuncConnectionsParamsWithTimeout

func NewPostV1NuncConnectionsParamsWithTimeout(timeout time.Duration) *PostV1NuncConnectionsParams

NewPostV1NuncConnectionsParamsWithTimeout creates a new PostV1NuncConnectionsParams object with the ability to set a timeout on a request.

func (*PostV1NuncConnectionsParams) SetCompanyName

func (o *PostV1NuncConnectionsParams) SetCompanyName(companyName *string)

SetCompanyName adds the companyName to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetCompanyTosURL

func (o *PostV1NuncConnectionsParams) SetCompanyTosURL(companyTosURL *string)

SetCompanyTosURL adds the companyTosUrl to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetCompanyWebsite

func (o *PostV1NuncConnectionsParams) SetCompanyWebsite(companyWebsite *string)

SetCompanyWebsite adds the companyWebsite to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetComponentsInfrastructureID

func (o *PostV1NuncConnectionsParams) SetComponentsInfrastructureID(componentsInfrastructureID []string)

SetComponentsInfrastructureID adds the componentsInfrastructureId to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetComponentsInfrastructureType

func (o *PostV1NuncConnectionsParams) SetComponentsInfrastructureType(componentsInfrastructureType []string)

SetComponentsInfrastructureType adds the componentsInfrastructureType to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetConditionsConditionID

func (o *PostV1NuncConnectionsParams) SetConditionsConditionID(conditionsConditionID []string)

SetConditionsConditionID adds the conditionsConditionId to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetConditionsNuncCondition

func (o *PostV1NuncConnectionsParams) SetConditionsNuncCondition(conditionsNuncCondition []string)

SetConditionsNuncCondition adds the conditionsNuncCondition to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetContext

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

SetContext adds the context to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetDefaults

func (o *PostV1NuncConnectionsParams) SetDefaults()

SetDefaults hydrates default values in the post v1 nunc connections params (not the query body).

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

func (*PostV1NuncConnectionsParams) SetDomain

func (o *PostV1NuncConnectionsParams) SetDomain(domain string)

SetDomain adds the domain to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetEnableHistogram

func (o *PostV1NuncConnectionsParams) SetEnableHistogram(enableHistogram *bool)

SetEnableHistogram adds the enableHistogram to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetExposedFields

func (o *PostV1NuncConnectionsParams) SetExposedFields(exposedFields []string)

SetExposedFields adds the exposedFields to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetGreetingBody

func (o *PostV1NuncConnectionsParams) SetGreetingBody(greetingBody *string)

SetGreetingBody adds the greetingBody to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetGreetingTitle

func (o *PostV1NuncConnectionsParams) SetGreetingTitle(greetingTitle *string)

SetGreetingTitle adds the greetingTitle to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetOperationalMessage

func (o *PostV1NuncConnectionsParams) SetOperationalMessage(operationalMessage *string)

SetOperationalMessage adds the operationalMessage to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetPrimaryColor

func (o *PostV1NuncConnectionsParams) SetPrimaryColor(primaryColor *string)

SetPrimaryColor adds the primaryColor to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetSecondaryColor

func (o *PostV1NuncConnectionsParams) SetSecondaryColor(secondaryColor *string)

SetSecondaryColor adds the secondaryColor to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetTitle

func (o *PostV1NuncConnectionsParams) SetTitle(title *string)

SetTitle adds the title to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) SetUIVersion

func (o *PostV1NuncConnectionsParams) SetUIVersion(uIVersion *int32)

SetUIVersion adds the uiVersion to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithCompanyName

func (o *PostV1NuncConnectionsParams) WithCompanyName(companyName *string) *PostV1NuncConnectionsParams

WithCompanyName adds the companyName to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithCompanyTosURL

func (o *PostV1NuncConnectionsParams) WithCompanyTosURL(companyTosURL *string) *PostV1NuncConnectionsParams

WithCompanyTosURL adds the companyTosURL to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithCompanyWebsite

func (o *PostV1NuncConnectionsParams) WithCompanyWebsite(companyWebsite *string) *PostV1NuncConnectionsParams

WithCompanyWebsite adds the companyWebsite to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithComponentsInfrastructureID

func (o *PostV1NuncConnectionsParams) WithComponentsInfrastructureID(componentsInfrastructureID []string) *PostV1NuncConnectionsParams

WithComponentsInfrastructureID adds the componentsInfrastructureID to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithComponentsInfrastructureType

func (o *PostV1NuncConnectionsParams) WithComponentsInfrastructureType(componentsInfrastructureType []string) *PostV1NuncConnectionsParams

WithComponentsInfrastructureType adds the componentsInfrastructureType to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithConditionsConditionID

func (o *PostV1NuncConnectionsParams) WithConditionsConditionID(conditionsConditionID []string) *PostV1NuncConnectionsParams

WithConditionsConditionID adds the conditionsConditionID to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithConditionsNuncCondition

func (o *PostV1NuncConnectionsParams) WithConditionsNuncCondition(conditionsNuncCondition []string) *PostV1NuncConnectionsParams

WithConditionsNuncCondition adds the conditionsNuncCondition to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithContext

WithContext adds the context to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithDefaults

WithDefaults hydrates default values in the post v1 nunc connections params (not the query body).

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

func (*PostV1NuncConnectionsParams) WithDomain

WithDomain adds the domain to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithEnableHistogram

func (o *PostV1NuncConnectionsParams) WithEnableHistogram(enableHistogram *bool) *PostV1NuncConnectionsParams

WithEnableHistogram adds the enableHistogram to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithExposedFields

func (o *PostV1NuncConnectionsParams) WithExposedFields(exposedFields []string) *PostV1NuncConnectionsParams

WithExposedFields adds the exposedFields to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithGreetingBody

func (o *PostV1NuncConnectionsParams) WithGreetingBody(greetingBody *string) *PostV1NuncConnectionsParams

WithGreetingBody adds the greetingBody to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithGreetingTitle

func (o *PostV1NuncConnectionsParams) WithGreetingTitle(greetingTitle *string) *PostV1NuncConnectionsParams

WithGreetingTitle adds the greetingTitle to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithOperationalMessage

func (o *PostV1NuncConnectionsParams) WithOperationalMessage(operationalMessage *string) *PostV1NuncConnectionsParams

WithOperationalMessage adds the operationalMessage to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithPrimaryColor

func (o *PostV1NuncConnectionsParams) WithPrimaryColor(primaryColor *string) *PostV1NuncConnectionsParams

WithPrimaryColor adds the primaryColor to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithSecondaryColor

func (o *PostV1NuncConnectionsParams) WithSecondaryColor(secondaryColor *string) *PostV1NuncConnectionsParams

WithSecondaryColor adds the secondaryColor to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithTimeout

WithTimeout adds the timeout to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithTitle

WithTitle adds the title to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WithUIVersion

func (o *PostV1NuncConnectionsParams) WithUIVersion(uIVersion *int32) *PostV1NuncConnectionsParams

WithUIVersion adds the uIVersion to the post v1 nunc connections params

func (*PostV1NuncConnectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1NuncConnectionsReader

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

PostV1NuncConnectionsReader is a Reader for the PostV1NuncConnections structure.

func (*PostV1NuncConnectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutV1NuncConnectionsNuncConnectionIDImagesTypeOK

type PutV1NuncConnectionsNuncConnectionIDImagesTypeOK struct {
	Payload *models.NuncConnectionEntity
}

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

Add or replace an image attached to a FireHydrant status page

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeOK

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeOK() *PutV1NuncConnectionsNuncConnectionIDImagesTypeOK

NewPutV1NuncConnectionsNuncConnectionIDImagesTypeOK creates a PutV1NuncConnectionsNuncConnectionIDImagesTypeOK with default headers values

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) Error

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) GetPayload

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsClientError

IsClientError returns true when this put v1 nunc connections nunc connection Id images type o k response has a 4xx status code

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsCode

IsCode returns true when this put v1 nunc connections nunc connection Id images type o k response a status code equal to that given

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsRedirect

IsRedirect returns true when this put v1 nunc connections nunc connection Id images type o k response has a 3xx status code

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsServerError

IsServerError returns true when this put v1 nunc connections nunc connection Id images type o k response has a 5xx status code

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) IsSuccess

IsSuccess returns true when this put v1 nunc connections nunc connection Id images type o k response has a 2xx status code

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeOK) String

type PutV1NuncConnectionsNuncConnectionIDImagesTypeParams

type PutV1NuncConnectionsNuncConnectionIDImagesTypeParams struct {

	// File.
	File runtime.NamedReadCloser

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

	// Type.
	//
	// Format: int32
	Type int32

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

PutV1NuncConnectionsNuncConnectionIDImagesTypeParams contains all the parameters to send to the API endpoint

for the put v1 nunc connections nunc connection Id images type operation.

Typically these are written to a http.Request.

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParams

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParams() *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParams creates a new PutV1NuncConnectionsNuncConnectionIDImagesTypeParams object, with the default timeout for this client.

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

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

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext(ctx context.Context) *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithContext creates a new PutV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a context for a request.

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient(client *http.Client) *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithHTTPClient creates a new PutV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a custom HTTPClient for a request.

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout

func NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout(timeout time.Duration) *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams

NewPutV1NuncConnectionsNuncConnectionIDImagesTypeParamsWithTimeout creates a new PutV1NuncConnectionsNuncConnectionIDImagesTypeParams object with the ability to set a timeout on a request.

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetContext

SetContext adds the context to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetDefaults

SetDefaults hydrates default values in the put v1 nunc connections nunc connection Id images type params (not the query body).

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

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetFile

SetFile adds the file to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetNuncConnectionID

func (o *PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetTimeout

SetTimeout adds the timeout to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) SetType

SetType adds the type to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithContext

WithContext adds the context to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithDefaults

WithDefaults hydrates default values in the put v1 nunc connections nunc connection Id images type params (not the query body).

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

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithFile

WithFile adds the file to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithTimeout

WithTimeout adds the timeout to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WithType

WithType adds the typeVar to the put v1 nunc connections nunc connection Id images type params

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutV1NuncConnectionsNuncConnectionIDImagesTypeReader

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

PutV1NuncConnectionsNuncConnectionIDImagesTypeReader is a Reader for the PutV1NuncConnectionsNuncConnectionIDImagesType structure.

func (*PutV1NuncConnectionsNuncConnectionIDImagesTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutV1NuncConnectionsNuncConnectionIDOK

type PutV1NuncConnectionsNuncConnectionIDOK struct {
	Payload *models.NuncConnectionEntity
}

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

Update your company's information and other components in the specified FireHydrant hosted status page.

func NewPutV1NuncConnectionsNuncConnectionIDOK

func NewPutV1NuncConnectionsNuncConnectionIDOK() *PutV1NuncConnectionsNuncConnectionIDOK

NewPutV1NuncConnectionsNuncConnectionIDOK creates a PutV1NuncConnectionsNuncConnectionIDOK with default headers values

func (*PutV1NuncConnectionsNuncConnectionIDOK) Error

func (*PutV1NuncConnectionsNuncConnectionIDOK) GetPayload

func (*PutV1NuncConnectionsNuncConnectionIDOK) IsClientError

func (o *PutV1NuncConnectionsNuncConnectionIDOK) IsClientError() bool

IsClientError returns true when this put v1 nunc connections nunc connection Id o k response has a 4xx status code

func (*PutV1NuncConnectionsNuncConnectionIDOK) IsCode

IsCode returns true when this put v1 nunc connections nunc connection Id o k response a status code equal to that given

func (*PutV1NuncConnectionsNuncConnectionIDOK) IsRedirect

IsRedirect returns true when this put v1 nunc connections nunc connection Id o k response has a 3xx status code

func (*PutV1NuncConnectionsNuncConnectionIDOK) IsServerError

func (o *PutV1NuncConnectionsNuncConnectionIDOK) IsServerError() bool

IsServerError returns true when this put v1 nunc connections nunc connection Id o k response has a 5xx status code

func (*PutV1NuncConnectionsNuncConnectionIDOK) IsSuccess

IsSuccess returns true when this put v1 nunc connections nunc connection Id o k response has a 2xx status code

func (*PutV1NuncConnectionsNuncConnectionIDOK) String

type PutV1NuncConnectionsNuncConnectionIDParams

type PutV1NuncConnectionsNuncConnectionIDParams struct {

	// CompanyName.
	CompanyName *string

	// CompanyTosURL.
	CompanyTosURL *string

	// CompanyWebsite.
	CompanyWebsite *string

	// ComponentsInfrastructureID.
	ComponentsInfrastructureID []string

	// ComponentsInfrastructureType.
	ComponentsInfrastructureType []string

	/* ConditionsConditionID.

	   Severity matrix condition id
	*/
	ConditionsConditionID []string

	/* ConditionsNuncCondition.

	   Status page condition to map your severity matrix condition to
	*/
	ConditionsNuncCondition []string

	// EnableHistogram.
	EnableHistogram *bool

	// ExposedFields.
	ExposedFields []string

	// GreetingBody.
	GreetingBody *string

	// GreetingTitle.
	GreetingTitle *string

	// NuncConnectionID.
	//
	// Format: int32
	NuncConnectionID int32

	// OperationalMessage.
	OperationalMessage *string

	// PrimaryColor.
	PrimaryColor *string

	// SecondaryColor.
	SecondaryColor *string

	// Title.
	Title *string

	// UIVersion.
	//
	// Format: int32
	UIVersion *int32

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

PutV1NuncConnectionsNuncConnectionIDParams contains all the parameters to send to the API endpoint

for the put v1 nunc connections nunc connection Id operation.

Typically these are written to a http.Request.

func NewPutV1NuncConnectionsNuncConnectionIDParams

func NewPutV1NuncConnectionsNuncConnectionIDParams() *PutV1NuncConnectionsNuncConnectionIDParams

NewPutV1NuncConnectionsNuncConnectionIDParams creates a new PutV1NuncConnectionsNuncConnectionIDParams object, with the default timeout for this client.

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

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

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithContext

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithContext(ctx context.Context) *PutV1NuncConnectionsNuncConnectionIDParams

NewPutV1NuncConnectionsNuncConnectionIDParamsWithContext creates a new PutV1NuncConnectionsNuncConnectionIDParams object with the ability to set a context for a request.

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient(client *http.Client) *PutV1NuncConnectionsNuncConnectionIDParams

NewPutV1NuncConnectionsNuncConnectionIDParamsWithHTTPClient creates a new PutV1NuncConnectionsNuncConnectionIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithTimeout

func NewPutV1NuncConnectionsNuncConnectionIDParamsWithTimeout(timeout time.Duration) *PutV1NuncConnectionsNuncConnectionIDParams

NewPutV1NuncConnectionsNuncConnectionIDParamsWithTimeout creates a new PutV1NuncConnectionsNuncConnectionIDParams object with the ability to set a timeout on a request.

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyName

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyName(companyName *string)

SetCompanyName adds the companyName to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyTosURL

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyTosURL(companyTosURL *string)

SetCompanyTosURL adds the companyTosUrl to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyWebsite

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetCompanyWebsite(companyWebsite *string)

SetCompanyWebsite adds the companyWebsite to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetComponentsInfrastructureID

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetComponentsInfrastructureID(componentsInfrastructureID []string)

SetComponentsInfrastructureID adds the componentsInfrastructureId to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetComponentsInfrastructureType

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetComponentsInfrastructureType(componentsInfrastructureType []string)

SetComponentsInfrastructureType adds the componentsInfrastructureType to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetConditionsConditionID

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetConditionsConditionID(conditionsConditionID []string)

SetConditionsConditionID adds the conditionsConditionId to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetConditionsNuncCondition

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetConditionsNuncCondition(conditionsNuncCondition []string)

SetConditionsNuncCondition adds the conditionsNuncCondition to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetContext

SetContext adds the context to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetDefaults

SetDefaults hydrates default values in the put v1 nunc connections nunc connection Id params (not the query body).

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

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetEnableHistogram

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetEnableHistogram(enableHistogram *bool)

SetEnableHistogram adds the enableHistogram to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetExposedFields

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetExposedFields(exposedFields []string)

SetExposedFields adds the exposedFields to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetGreetingBody

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetGreetingBody(greetingBody *string)

SetGreetingBody adds the greetingBody to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetGreetingTitle

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetGreetingTitle(greetingTitle *string)

SetGreetingTitle adds the greetingTitle to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetNuncConnectionID(nuncConnectionID int32)

SetNuncConnectionID adds the nuncConnectionId to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetOperationalMessage

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetOperationalMessage(operationalMessage *string)

SetOperationalMessage adds the operationalMessage to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetPrimaryColor

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetPrimaryColor(primaryColor *string)

SetPrimaryColor adds the primaryColor to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetSecondaryColor

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetSecondaryColor(secondaryColor *string)

SetSecondaryColor adds the secondaryColor to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetTimeout

SetTimeout adds the timeout to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetTitle

SetTitle adds the title to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) SetUIVersion

func (o *PutV1NuncConnectionsNuncConnectionIDParams) SetUIVersion(uIVersion *int32)

SetUIVersion adds the uiVersion to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithCompanyName

WithCompanyName adds the companyName to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithCompanyTosURL

WithCompanyTosURL adds the companyTosURL to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithCompanyWebsite

WithCompanyWebsite adds the companyWebsite to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithComponentsInfrastructureID

func (o *PutV1NuncConnectionsNuncConnectionIDParams) WithComponentsInfrastructureID(componentsInfrastructureID []string) *PutV1NuncConnectionsNuncConnectionIDParams

WithComponentsInfrastructureID adds the componentsInfrastructureID to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithComponentsInfrastructureType

func (o *PutV1NuncConnectionsNuncConnectionIDParams) WithComponentsInfrastructureType(componentsInfrastructureType []string) *PutV1NuncConnectionsNuncConnectionIDParams

WithComponentsInfrastructureType adds the componentsInfrastructureType to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithConditionsConditionID

func (o *PutV1NuncConnectionsNuncConnectionIDParams) WithConditionsConditionID(conditionsConditionID []string) *PutV1NuncConnectionsNuncConnectionIDParams

WithConditionsConditionID adds the conditionsConditionID to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithConditionsNuncCondition

func (o *PutV1NuncConnectionsNuncConnectionIDParams) WithConditionsNuncCondition(conditionsNuncCondition []string) *PutV1NuncConnectionsNuncConnectionIDParams

WithConditionsNuncCondition adds the conditionsNuncCondition to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithContext

WithContext adds the context to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithDefaults

WithDefaults hydrates default values in the put v1 nunc connections nunc connection Id params (not the query body).

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

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithEnableHistogram

WithEnableHistogram adds the enableHistogram to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithExposedFields

WithExposedFields adds the exposedFields to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithGreetingBody

WithGreetingBody adds the greetingBody to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithGreetingTitle

WithGreetingTitle adds the greetingTitle to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithNuncConnectionID

WithNuncConnectionID adds the nuncConnectionID to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithOperationalMessage

WithOperationalMessage adds the operationalMessage to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithPrimaryColor

WithPrimaryColor adds the primaryColor to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithSecondaryColor

WithSecondaryColor adds the secondaryColor to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithTimeout

WithTimeout adds the timeout to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithTitle

WithTitle adds the title to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WithUIVersion

WithUIVersion adds the uIVersion to the put v1 nunc connections nunc connection Id params

func (*PutV1NuncConnectionsNuncConnectionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutV1NuncConnectionsNuncConnectionIDReader

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

PutV1NuncConnectionsNuncConnectionIDReader is a Reader for the PutV1NuncConnectionsNuncConnectionID structure.

func (*PutV1NuncConnectionsNuncConnectionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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