m_g_connectivity_monitoring_destinations

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 m g connectivity monitoring destinations API

func (*Client) GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinations

GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinations gets network cellular gateway settings connectivity monitoring destinations

Return the connectivity testing destinations for an MG network

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations

UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations updates network cellular gateway settings connectivity monitoring destinations

Update the connectivity testing destinations for an MG network

type ClientService

type ClientService interface {
	GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinations(params *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK, error)

	UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations(params *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK, 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 m g connectivity monitoring destinations API client.

type GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

type GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK struct {
	Payload interface{}
}

GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK handles this case with default header values.

Successful operation

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK() *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK creates a GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK with default headers values

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK) Error

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK) GetPayload

type GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

type GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams struct {

	/*NetworkID*/
	NetworkID string

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

GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams contains all the parameters to send to the API endpoint for the get network cellular gateway settings connectivity monitoring destinations operation typically these are written to a http.Request

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams() *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams creates a new GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams object with the default values initialized.

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithContext

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithHTTPClient

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithTimeout

func NewGetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetContext

SetContext adds the context to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetNetworkID

SetNetworkID adds the networkId to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetTimeout

SetTimeout adds the timeout to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithContext

WithContext adds the context to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithNetworkID

WithNetworkID adds the networkID to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithTimeout

WithTimeout adds the timeout to the get network cellular gateway settings connectivity monitoring destinations params

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader

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

GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader is a Reader for the GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinations structure.

func (*GetNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader) ReadResponse

ReadResponse reads a server response into the received o.

type UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

type UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK struct {
	Payload interface{}
}

UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK handles this case with default header values.

Successful operation

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK() *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK

NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK creates a UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK with default headers values

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK) Error

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsOK) GetPayload

type UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

type UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams struct {

	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations*/
	UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations *models.UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations

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

UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams contains all the parameters to send to the API endpoint for the update network cellular gateway settings connectivity monitoring destinations operation typically these are written to a http.Request

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams() *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams creates a new UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams object with the default values initialized.

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithContext

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithHTTPClient

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithTimeout

func NewUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParamsWithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

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

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetContext

SetContext adds the context to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetNetworkID

SetNetworkID adds the networkId to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetTimeout

SetTimeout adds the timeout to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations

func (o *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) SetUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations(updateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations *models.UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations)

SetUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations adds the updateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithContext

WithContext adds the context to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithNetworkID

WithNetworkID adds the networkID to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithTimeout

WithTimeout adds the timeout to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations

func (o *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WithUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations(updateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations *models.UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations) *UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams

WithUpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations adds the updateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations to the update network cellular gateway settings connectivity monitoring destinations params

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader

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

UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader is a Reader for the UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinations structure.

func (*UpdateNetworkCellularGatewaySettingsConnectivityMonitoringDestinationsReader) ReadResponse

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