http_servers

package
v0.0.0-...-b7c797c Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 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 http servers API

func (*Client) CreateNetworkHTTPServer

CreateNetworkHTTPServer creates network Http server

Add an HTTP server to a network

func (*Client) CreateNetworkHTTPServersWebhookTest

CreateNetworkHTTPServersWebhookTest creates network Http servers webhook test

Send a test webhook for a network

func (*Client) DeleteNetworkHTTPServer

DeleteNetworkHTTPServer deletes network Http server

Delete an HTTP server from a network

func (*Client) GetNetworkHTTPServer

func (a *Client) GetNetworkHTTPServer(params *GetNetworkHTTPServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkHTTPServerOK, error)

GetNetworkHTTPServer gets network Http server

Return an HTTP server for a network

func (*Client) GetNetworkHTTPServers

func (a *Client) GetNetworkHTTPServers(params *GetNetworkHTTPServersParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkHTTPServersOK, error)

GetNetworkHTTPServers gets network Http servers

List the HTTP servers for a network

func (*Client) GetNetworkHTTPServersWebhookTest

GetNetworkHTTPServersWebhookTest gets network Http servers webhook test

Return the status of a webhook test for a network

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkHTTPServer

func (a *Client) UpdateNetworkHTTPServer(params *UpdateNetworkHTTPServerParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkHTTPServerOK, error)

UpdateNetworkHTTPServer updates network Http server

Update an HTTP server

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new http servers API client.

type CreateNetworkHTTPServerCreated

type CreateNetworkHTTPServerCreated struct {
	Payload interface{}
}

CreateNetworkHTTPServerCreated handles this case with default header values.

Successful operation

func NewCreateNetworkHTTPServerCreated

func NewCreateNetworkHTTPServerCreated() *CreateNetworkHTTPServerCreated

NewCreateNetworkHTTPServerCreated creates a CreateNetworkHTTPServerCreated with default headers values

func (*CreateNetworkHTTPServerCreated) Error

func (*CreateNetworkHTTPServerCreated) GetPayload

func (o *CreateNetworkHTTPServerCreated) GetPayload() interface{}

type CreateNetworkHTTPServerParams

type CreateNetworkHTTPServerParams struct {

	/*CreateNetworkHTTPServer*/
	CreateNetworkHTTPServer *models.CreateNetworkHTTPServer
	/*NetworkID*/
	NetworkID string

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

CreateNetworkHTTPServerParams contains all the parameters to send to the API endpoint for the create network Http server operation typically these are written to a http.Request

func NewCreateNetworkHTTPServerParams

func NewCreateNetworkHTTPServerParams() *CreateNetworkHTTPServerParams

NewCreateNetworkHTTPServerParams creates a new CreateNetworkHTTPServerParams object with the default values initialized.

func NewCreateNetworkHTTPServerParamsWithContext

func NewCreateNetworkHTTPServerParamsWithContext(ctx context.Context) *CreateNetworkHTTPServerParams

NewCreateNetworkHTTPServerParamsWithContext creates a new CreateNetworkHTTPServerParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNetworkHTTPServerParamsWithHTTPClient

func NewCreateNetworkHTTPServerParamsWithHTTPClient(client *http.Client) *CreateNetworkHTTPServerParams

NewCreateNetworkHTTPServerParamsWithHTTPClient creates a new CreateNetworkHTTPServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNetworkHTTPServerParamsWithTimeout

func NewCreateNetworkHTTPServerParamsWithTimeout(timeout time.Duration) *CreateNetworkHTTPServerParams

NewCreateNetworkHTTPServerParamsWithTimeout creates a new CreateNetworkHTTPServerParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNetworkHTTPServerParams) SetContext

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

SetContext adds the context to the create network Http server params

func (*CreateNetworkHTTPServerParams) SetCreateNetworkHTTPServer

func (o *CreateNetworkHTTPServerParams) SetCreateNetworkHTTPServer(createNetworkHTTPServer *models.CreateNetworkHTTPServer)

SetCreateNetworkHTTPServer adds the createNetworkHttpServer to the create network Http server params

func (*CreateNetworkHTTPServerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create network Http server params

func (*CreateNetworkHTTPServerParams) SetNetworkID

func (o *CreateNetworkHTTPServerParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the create network Http server params

func (*CreateNetworkHTTPServerParams) SetTimeout

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

SetTimeout adds the timeout to the create network Http server params

func (*CreateNetworkHTTPServerParams) WithContext

WithContext adds the context to the create network Http server params

func (*CreateNetworkHTTPServerParams) WithCreateNetworkHTTPServer

func (o *CreateNetworkHTTPServerParams) WithCreateNetworkHTTPServer(createNetworkHTTPServer *models.CreateNetworkHTTPServer) *CreateNetworkHTTPServerParams

WithCreateNetworkHTTPServer adds the createNetworkHTTPServer to the create network Http server params

func (*CreateNetworkHTTPServerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create network Http server params

func (*CreateNetworkHTTPServerParams) WithNetworkID

WithNetworkID adds the networkID to the create network Http server params

func (*CreateNetworkHTTPServerParams) WithTimeout

WithTimeout adds the timeout to the create network Http server params

func (*CreateNetworkHTTPServerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNetworkHTTPServerReader

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

CreateNetworkHTTPServerReader is a Reader for the CreateNetworkHTTPServer structure.

func (*CreateNetworkHTTPServerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNetworkHTTPServersWebhookTestOK

type CreateNetworkHTTPServersWebhookTestOK struct {
	Payload interface{}
}

CreateNetworkHTTPServersWebhookTestOK handles this case with default header values.

Successful operation

func NewCreateNetworkHTTPServersWebhookTestOK

func NewCreateNetworkHTTPServersWebhookTestOK() *CreateNetworkHTTPServersWebhookTestOK

NewCreateNetworkHTTPServersWebhookTestOK creates a CreateNetworkHTTPServersWebhookTestOK with default headers values

func (*CreateNetworkHTTPServersWebhookTestOK) Error

func (*CreateNetworkHTTPServersWebhookTestOK) GetPayload

func (o *CreateNetworkHTTPServersWebhookTestOK) GetPayload() interface{}

type CreateNetworkHTTPServersWebhookTestParams

type CreateNetworkHTTPServersWebhookTestParams struct {

	/*CreateNetworkHTTPServersWebhookTest*/
	CreateNetworkHTTPServersWebhookTest *models.CreateNetworkHTTPServersWebhookTest
	/*NetworkID*/
	NetworkID string

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

CreateNetworkHTTPServersWebhookTestParams contains all the parameters to send to the API endpoint for the create network Http servers webhook test operation typically these are written to a http.Request

func NewCreateNetworkHTTPServersWebhookTestParams

func NewCreateNetworkHTTPServersWebhookTestParams() *CreateNetworkHTTPServersWebhookTestParams

NewCreateNetworkHTTPServersWebhookTestParams creates a new CreateNetworkHTTPServersWebhookTestParams object with the default values initialized.

func NewCreateNetworkHTTPServersWebhookTestParamsWithContext

func NewCreateNetworkHTTPServersWebhookTestParamsWithContext(ctx context.Context) *CreateNetworkHTTPServersWebhookTestParams

NewCreateNetworkHTTPServersWebhookTestParamsWithContext creates a new CreateNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNetworkHTTPServersWebhookTestParamsWithHTTPClient

func NewCreateNetworkHTTPServersWebhookTestParamsWithHTTPClient(client *http.Client) *CreateNetworkHTTPServersWebhookTestParams

NewCreateNetworkHTTPServersWebhookTestParamsWithHTTPClient creates a new CreateNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNetworkHTTPServersWebhookTestParamsWithTimeout

func NewCreateNetworkHTTPServersWebhookTestParamsWithTimeout(timeout time.Duration) *CreateNetworkHTTPServersWebhookTestParams

NewCreateNetworkHTTPServersWebhookTestParamsWithTimeout creates a new CreateNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNetworkHTTPServersWebhookTestParams) SetContext

SetContext adds the context to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) SetCreateNetworkHTTPServersWebhookTest

func (o *CreateNetworkHTTPServersWebhookTestParams) SetCreateNetworkHTTPServersWebhookTest(createNetworkHTTPServersWebhookTest *models.CreateNetworkHTTPServersWebhookTest)

SetCreateNetworkHTTPServersWebhookTest adds the createNetworkHttpServersWebhookTest to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) SetNetworkID

func (o *CreateNetworkHTTPServersWebhookTestParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) SetTimeout

SetTimeout adds the timeout to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WithContext

WithContext adds the context to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WithCreateNetworkHTTPServersWebhookTest

func (o *CreateNetworkHTTPServersWebhookTestParams) WithCreateNetworkHTTPServersWebhookTest(createNetworkHTTPServersWebhookTest *models.CreateNetworkHTTPServersWebhookTest) *CreateNetworkHTTPServersWebhookTestParams

WithCreateNetworkHTTPServersWebhookTest adds the createNetworkHTTPServersWebhookTest to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WithNetworkID

WithNetworkID adds the networkID to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WithTimeout

WithTimeout adds the timeout to the create network Http servers webhook test params

func (*CreateNetworkHTTPServersWebhookTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNetworkHTTPServersWebhookTestReader

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

CreateNetworkHTTPServersWebhookTestReader is a Reader for the CreateNetworkHTTPServersWebhookTest structure.

func (*CreateNetworkHTTPServersWebhookTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNetworkHTTPServerNoContent

type DeleteNetworkHTTPServerNoContent struct {
}

DeleteNetworkHTTPServerNoContent handles this case with default header values.

Successful operation

func NewDeleteNetworkHTTPServerNoContent

func NewDeleteNetworkHTTPServerNoContent() *DeleteNetworkHTTPServerNoContent

NewDeleteNetworkHTTPServerNoContent creates a DeleteNetworkHTTPServerNoContent with default headers values

func (*DeleteNetworkHTTPServerNoContent) Error

type DeleteNetworkHTTPServerParams

type DeleteNetworkHTTPServerParams struct {

	/*ID*/
	ID string
	/*NetworkID*/
	NetworkID string

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

DeleteNetworkHTTPServerParams contains all the parameters to send to the API endpoint for the delete network Http server operation typically these are written to a http.Request

func NewDeleteNetworkHTTPServerParams

func NewDeleteNetworkHTTPServerParams() *DeleteNetworkHTTPServerParams

NewDeleteNetworkHTTPServerParams creates a new DeleteNetworkHTTPServerParams object with the default values initialized.

func NewDeleteNetworkHTTPServerParamsWithContext

func NewDeleteNetworkHTTPServerParamsWithContext(ctx context.Context) *DeleteNetworkHTTPServerParams

NewDeleteNetworkHTTPServerParamsWithContext creates a new DeleteNetworkHTTPServerParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNetworkHTTPServerParamsWithHTTPClient

func NewDeleteNetworkHTTPServerParamsWithHTTPClient(client *http.Client) *DeleteNetworkHTTPServerParams

NewDeleteNetworkHTTPServerParamsWithHTTPClient creates a new DeleteNetworkHTTPServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNetworkHTTPServerParamsWithTimeout

func NewDeleteNetworkHTTPServerParamsWithTimeout(timeout time.Duration) *DeleteNetworkHTTPServerParams

NewDeleteNetworkHTTPServerParamsWithTimeout creates a new DeleteNetworkHTTPServerParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNetworkHTTPServerParams) SetContext

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

SetContext adds the context to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) SetID

SetID adds the id to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) SetNetworkID

func (o *DeleteNetworkHTTPServerParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) SetTimeout

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

SetTimeout adds the timeout to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WithContext

WithContext adds the context to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WithID

WithID adds the id to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WithNetworkID

WithNetworkID adds the networkID to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WithTimeout

WithTimeout adds the timeout to the delete network Http server params

func (*DeleteNetworkHTTPServerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNetworkHTTPServerReader

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

DeleteNetworkHTTPServerReader is a Reader for the DeleteNetworkHTTPServer structure.

func (*DeleteNetworkHTTPServerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkHTTPServerOK

type GetNetworkHTTPServerOK struct {
	Payload interface{}
}

GetNetworkHTTPServerOK handles this case with default header values.

Successful operation

func NewGetNetworkHTTPServerOK

func NewGetNetworkHTTPServerOK() *GetNetworkHTTPServerOK

NewGetNetworkHTTPServerOK creates a GetNetworkHTTPServerOK with default headers values

func (*GetNetworkHTTPServerOK) Error

func (o *GetNetworkHTTPServerOK) Error() string

func (*GetNetworkHTTPServerOK) GetPayload

func (o *GetNetworkHTTPServerOK) GetPayload() interface{}

type GetNetworkHTTPServerParams

type GetNetworkHTTPServerParams struct {

	/*ID*/
	ID string
	/*NetworkID*/
	NetworkID string

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

GetNetworkHTTPServerParams contains all the parameters to send to the API endpoint for the get network Http server operation typically these are written to a http.Request

func NewGetNetworkHTTPServerParams

func NewGetNetworkHTTPServerParams() *GetNetworkHTTPServerParams

NewGetNetworkHTTPServerParams creates a new GetNetworkHTTPServerParams object with the default values initialized.

func NewGetNetworkHTTPServerParamsWithContext

func NewGetNetworkHTTPServerParamsWithContext(ctx context.Context) *GetNetworkHTTPServerParams

NewGetNetworkHTTPServerParamsWithContext creates a new GetNetworkHTTPServerParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkHTTPServerParamsWithHTTPClient

func NewGetNetworkHTTPServerParamsWithHTTPClient(client *http.Client) *GetNetworkHTTPServerParams

NewGetNetworkHTTPServerParamsWithHTTPClient creates a new GetNetworkHTTPServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkHTTPServerParamsWithTimeout

func NewGetNetworkHTTPServerParamsWithTimeout(timeout time.Duration) *GetNetworkHTTPServerParams

NewGetNetworkHTTPServerParamsWithTimeout creates a new GetNetworkHTTPServerParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkHTTPServerParams) SetContext

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

SetContext adds the context to the get network Http server params

func (*GetNetworkHTTPServerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network Http server params

func (*GetNetworkHTTPServerParams) SetID

func (o *GetNetworkHTTPServerParams) SetID(id string)

SetID adds the id to the get network Http server params

func (*GetNetworkHTTPServerParams) SetNetworkID

func (o *GetNetworkHTTPServerParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network Http server params

func (*GetNetworkHTTPServerParams) SetTimeout

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

SetTimeout adds the timeout to the get network Http server params

func (*GetNetworkHTTPServerParams) WithContext

WithContext adds the context to the get network Http server params

func (*GetNetworkHTTPServerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network Http server params

func (*GetNetworkHTTPServerParams) WithID

WithID adds the id to the get network Http server params

func (*GetNetworkHTTPServerParams) WithNetworkID

func (o *GetNetworkHTTPServerParams) WithNetworkID(networkID string) *GetNetworkHTTPServerParams

WithNetworkID adds the networkID to the get network Http server params

func (*GetNetworkHTTPServerParams) WithTimeout

WithTimeout adds the timeout to the get network Http server params

func (*GetNetworkHTTPServerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkHTTPServerReader

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

GetNetworkHTTPServerReader is a Reader for the GetNetworkHTTPServer structure.

func (*GetNetworkHTTPServerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkHTTPServersOK

type GetNetworkHTTPServersOK struct {
	Payload interface{}
}

GetNetworkHTTPServersOK handles this case with default header values.

Successful operation

func NewGetNetworkHTTPServersOK

func NewGetNetworkHTTPServersOK() *GetNetworkHTTPServersOK

NewGetNetworkHTTPServersOK creates a GetNetworkHTTPServersOK with default headers values

func (*GetNetworkHTTPServersOK) Error

func (o *GetNetworkHTTPServersOK) Error() string

func (*GetNetworkHTTPServersOK) GetPayload

func (o *GetNetworkHTTPServersOK) GetPayload() interface{}

type GetNetworkHTTPServersParams

type GetNetworkHTTPServersParams struct {

	/*NetworkID*/
	NetworkID string

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

GetNetworkHTTPServersParams contains all the parameters to send to the API endpoint for the get network Http servers operation typically these are written to a http.Request

func NewGetNetworkHTTPServersParams

func NewGetNetworkHTTPServersParams() *GetNetworkHTTPServersParams

NewGetNetworkHTTPServersParams creates a new GetNetworkHTTPServersParams object with the default values initialized.

func NewGetNetworkHTTPServersParamsWithContext

func NewGetNetworkHTTPServersParamsWithContext(ctx context.Context) *GetNetworkHTTPServersParams

NewGetNetworkHTTPServersParamsWithContext creates a new GetNetworkHTTPServersParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkHTTPServersParamsWithHTTPClient

func NewGetNetworkHTTPServersParamsWithHTTPClient(client *http.Client) *GetNetworkHTTPServersParams

NewGetNetworkHTTPServersParamsWithHTTPClient creates a new GetNetworkHTTPServersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkHTTPServersParamsWithTimeout

func NewGetNetworkHTTPServersParamsWithTimeout(timeout time.Duration) *GetNetworkHTTPServersParams

NewGetNetworkHTTPServersParamsWithTimeout creates a new GetNetworkHTTPServersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkHTTPServersParams) SetContext

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

SetContext adds the context to the get network Http servers params

func (*GetNetworkHTTPServersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network Http servers params

func (*GetNetworkHTTPServersParams) SetNetworkID

func (o *GetNetworkHTTPServersParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network Http servers params

func (*GetNetworkHTTPServersParams) SetTimeout

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

SetTimeout adds the timeout to the get network Http servers params

func (*GetNetworkHTTPServersParams) WithContext

WithContext adds the context to the get network Http servers params

func (*GetNetworkHTTPServersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network Http servers params

func (*GetNetworkHTTPServersParams) WithNetworkID

func (o *GetNetworkHTTPServersParams) WithNetworkID(networkID string) *GetNetworkHTTPServersParams

WithNetworkID adds the networkID to the get network Http servers params

func (*GetNetworkHTTPServersParams) WithTimeout

WithTimeout adds the timeout to the get network Http servers params

func (*GetNetworkHTTPServersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkHTTPServersReader

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

GetNetworkHTTPServersReader is a Reader for the GetNetworkHTTPServers structure.

func (*GetNetworkHTTPServersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkHTTPServersWebhookTestOK

type GetNetworkHTTPServersWebhookTestOK struct {
	Payload interface{}
}

GetNetworkHTTPServersWebhookTestOK handles this case with default header values.

Successful operation

func NewGetNetworkHTTPServersWebhookTestOK

func NewGetNetworkHTTPServersWebhookTestOK() *GetNetworkHTTPServersWebhookTestOK

NewGetNetworkHTTPServersWebhookTestOK creates a GetNetworkHTTPServersWebhookTestOK with default headers values

func (*GetNetworkHTTPServersWebhookTestOK) Error

func (*GetNetworkHTTPServersWebhookTestOK) GetPayload

func (o *GetNetworkHTTPServersWebhookTestOK) GetPayload() interface{}

type GetNetworkHTTPServersWebhookTestParams

type GetNetworkHTTPServersWebhookTestParams struct {

	/*ID*/
	ID string
	/*NetworkID*/
	NetworkID string

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

GetNetworkHTTPServersWebhookTestParams contains all the parameters to send to the API endpoint for the get network Http servers webhook test operation typically these are written to a http.Request

func NewGetNetworkHTTPServersWebhookTestParams

func NewGetNetworkHTTPServersWebhookTestParams() *GetNetworkHTTPServersWebhookTestParams

NewGetNetworkHTTPServersWebhookTestParams creates a new GetNetworkHTTPServersWebhookTestParams object with the default values initialized.

func NewGetNetworkHTTPServersWebhookTestParamsWithContext

func NewGetNetworkHTTPServersWebhookTestParamsWithContext(ctx context.Context) *GetNetworkHTTPServersWebhookTestParams

NewGetNetworkHTTPServersWebhookTestParamsWithContext creates a new GetNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkHTTPServersWebhookTestParamsWithHTTPClient

func NewGetNetworkHTTPServersWebhookTestParamsWithHTTPClient(client *http.Client) *GetNetworkHTTPServersWebhookTestParams

NewGetNetworkHTTPServersWebhookTestParamsWithHTTPClient creates a new GetNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkHTTPServersWebhookTestParamsWithTimeout

func NewGetNetworkHTTPServersWebhookTestParamsWithTimeout(timeout time.Duration) *GetNetworkHTTPServersWebhookTestParams

NewGetNetworkHTTPServersWebhookTestParamsWithTimeout creates a new GetNetworkHTTPServersWebhookTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkHTTPServersWebhookTestParams) SetContext

SetContext adds the context to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) SetID

SetID adds the id to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) SetNetworkID

func (o *GetNetworkHTTPServersWebhookTestParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) SetTimeout

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

SetTimeout adds the timeout to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WithContext

WithContext adds the context to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WithID

WithID adds the id to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WithNetworkID

WithNetworkID adds the networkID to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WithTimeout

WithTimeout adds the timeout to the get network Http servers webhook test params

func (*GetNetworkHTTPServersWebhookTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkHTTPServersWebhookTestReader

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

GetNetworkHTTPServersWebhookTestReader is a Reader for the GetNetworkHTTPServersWebhookTest structure.

func (*GetNetworkHTTPServersWebhookTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkHTTPServerOK

type UpdateNetworkHTTPServerOK struct {
	Payload interface{}
}

UpdateNetworkHTTPServerOK handles this case with default header values.

Successful operation

func NewUpdateNetworkHTTPServerOK

func NewUpdateNetworkHTTPServerOK() *UpdateNetworkHTTPServerOK

NewUpdateNetworkHTTPServerOK creates a UpdateNetworkHTTPServerOK with default headers values

func (*UpdateNetworkHTTPServerOK) Error

func (o *UpdateNetworkHTTPServerOK) Error() string

func (*UpdateNetworkHTTPServerOK) GetPayload

func (o *UpdateNetworkHTTPServerOK) GetPayload() interface{}

type UpdateNetworkHTTPServerParams

type UpdateNetworkHTTPServerParams struct {

	/*ID*/
	ID string
	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkHTTPServer*/
	UpdateNetworkHTTPServer *models.UpdateNetworkHTTPServer

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

UpdateNetworkHTTPServerParams contains all the parameters to send to the API endpoint for the update network Http server operation typically these are written to a http.Request

func NewUpdateNetworkHTTPServerParams

func NewUpdateNetworkHTTPServerParams() *UpdateNetworkHTTPServerParams

NewUpdateNetworkHTTPServerParams creates a new UpdateNetworkHTTPServerParams object with the default values initialized.

func NewUpdateNetworkHTTPServerParamsWithContext

func NewUpdateNetworkHTTPServerParamsWithContext(ctx context.Context) *UpdateNetworkHTTPServerParams

NewUpdateNetworkHTTPServerParamsWithContext creates a new UpdateNetworkHTTPServerParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNetworkHTTPServerParamsWithHTTPClient

func NewUpdateNetworkHTTPServerParamsWithHTTPClient(client *http.Client) *UpdateNetworkHTTPServerParams

NewUpdateNetworkHTTPServerParamsWithHTTPClient creates a new UpdateNetworkHTTPServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNetworkHTTPServerParamsWithTimeout

func NewUpdateNetworkHTTPServerParamsWithTimeout(timeout time.Duration) *UpdateNetworkHTTPServerParams

NewUpdateNetworkHTTPServerParamsWithTimeout creates a new UpdateNetworkHTTPServerParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNetworkHTTPServerParams) SetContext

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

SetContext adds the context to the update network Http server params

func (*UpdateNetworkHTTPServerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update network Http server params

func (*UpdateNetworkHTTPServerParams) SetID

SetID adds the id to the update network Http server params

func (*UpdateNetworkHTTPServerParams) SetNetworkID

func (o *UpdateNetworkHTTPServerParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network Http server params

func (*UpdateNetworkHTTPServerParams) SetTimeout

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

SetTimeout adds the timeout to the update network Http server params

func (*UpdateNetworkHTTPServerParams) SetUpdateNetworkHTTPServer

func (o *UpdateNetworkHTTPServerParams) SetUpdateNetworkHTTPServer(updateNetworkHTTPServer *models.UpdateNetworkHTTPServer)

SetUpdateNetworkHTTPServer adds the updateNetworkHttpServer to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithContext

WithContext adds the context to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithID

WithID adds the id to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithNetworkID

WithNetworkID adds the networkID to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithTimeout

WithTimeout adds the timeout to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WithUpdateNetworkHTTPServer

func (o *UpdateNetworkHTTPServerParams) WithUpdateNetworkHTTPServer(updateNetworkHTTPServer *models.UpdateNetworkHTTPServer) *UpdateNetworkHTTPServerParams

WithUpdateNetworkHTTPServer adds the updateNetworkHTTPServer to the update network Http server params

func (*UpdateNetworkHTTPServerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkHTTPServerReader

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

UpdateNetworkHTTPServerReader is a Reader for the UpdateNetworkHTTPServer structure.

func (*UpdateNetworkHTTPServerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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