m_g_uplink_settings

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 uplink settings API

GetNetworkCellularGatewaySettingsUplink gets network cellular gateway settings uplink

Returns the uplink settings for your MG network.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

UpdateNetworkCellularGatewaySettingsUplink updates network cellular gateway settings uplink

Updates the uplink settings for your MG network.

type ClientService

type ClientService interface {
	GetNetworkCellularGatewaySettingsUplink(params *GetNetworkCellularGatewaySettingsUplinkParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkCellularGatewaySettingsUplinkOK, error)

	UpdateNetworkCellularGatewaySettingsUplink(params *UpdateNetworkCellularGatewaySettingsUplinkParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkCellularGatewaySettingsUplinkOK, 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 uplink settings API client.

type GetNetworkCellularGatewaySettingsUplinkOK

type GetNetworkCellularGatewaySettingsUplinkOK struct {
	Payload interface{}
}

GetNetworkCellularGatewaySettingsUplinkOK handles this case with default header values.

Successful operation

func NewGetNetworkCellularGatewaySettingsUplinkOK

func NewGetNetworkCellularGatewaySettingsUplinkOK() *GetNetworkCellularGatewaySettingsUplinkOK

NewGetNetworkCellularGatewaySettingsUplinkOK creates a GetNetworkCellularGatewaySettingsUplinkOK with default headers values

func (*GetNetworkCellularGatewaySettingsUplinkOK) Error

func (*GetNetworkCellularGatewaySettingsUplinkOK) GetPayload

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

type GetNetworkCellularGatewaySettingsUplinkParams

type GetNetworkCellularGatewaySettingsUplinkParams struct {

	/*NetworkID*/
	NetworkID string

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

GetNetworkCellularGatewaySettingsUplinkParams contains all the parameters to send to the API endpoint for the get network cellular gateway settings uplink operation typically these are written to a http.Request

func NewGetNetworkCellularGatewaySettingsUplinkParams

func NewGetNetworkCellularGatewaySettingsUplinkParams() *GetNetworkCellularGatewaySettingsUplinkParams

NewGetNetworkCellularGatewaySettingsUplinkParams creates a new GetNetworkCellularGatewaySettingsUplinkParams object with the default values initialized.

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithContext

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsUplinkParams

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

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsUplinkParams

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

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithTimeout

func NewGetNetworkCellularGatewaySettingsUplinkParamsWithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsUplinkParams

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

func (*GetNetworkCellularGatewaySettingsUplinkParams) SetContext

SetContext adds the context to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) SetNetworkID

func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) SetTimeout

SetTimeout adds the timeout to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) WithContext

WithContext adds the context to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) WithNetworkID

WithNetworkID adds the networkID to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) WithTimeout

WithTimeout adds the timeout to the get network cellular gateway settings uplink params

func (*GetNetworkCellularGatewaySettingsUplinkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkCellularGatewaySettingsUplinkReader

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

GetNetworkCellularGatewaySettingsUplinkReader is a Reader for the GetNetworkCellularGatewaySettingsUplink structure.

func (*GetNetworkCellularGatewaySettingsUplinkReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkCellularGatewaySettingsUplinkOK

type UpdateNetworkCellularGatewaySettingsUplinkOK struct {
	Payload interface{}
}

UpdateNetworkCellularGatewaySettingsUplinkOK handles this case with default header values.

Successful operation

func NewUpdateNetworkCellularGatewaySettingsUplinkOK

func NewUpdateNetworkCellularGatewaySettingsUplinkOK() *UpdateNetworkCellularGatewaySettingsUplinkOK

NewUpdateNetworkCellularGatewaySettingsUplinkOK creates a UpdateNetworkCellularGatewaySettingsUplinkOK with default headers values

func (*UpdateNetworkCellularGatewaySettingsUplinkOK) Error

func (*UpdateNetworkCellularGatewaySettingsUplinkOK) GetPayload

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

type UpdateNetworkCellularGatewaySettingsUplinkParams

type UpdateNetworkCellularGatewaySettingsUplinkParams struct {

	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkCellularGatewaySettingsUplink*/
	UpdateNetworkCellularGatewaySettingsUplink *models.UpdateNetworkCellularGatewaySettingsUplink

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

UpdateNetworkCellularGatewaySettingsUplinkParams contains all the parameters to send to the API endpoint for the update network cellular gateway settings uplink operation typically these are written to a http.Request

func NewUpdateNetworkCellularGatewaySettingsUplinkParams

func NewUpdateNetworkCellularGatewaySettingsUplinkParams() *UpdateNetworkCellularGatewaySettingsUplinkParams

NewUpdateNetworkCellularGatewaySettingsUplinkParams creates a new UpdateNetworkCellularGatewaySettingsUplinkParams object with the default values initialized.

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithContext

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsUplinkParams

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

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsUplinkParams

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

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithTimeout

func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsUplinkParams

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

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetContext

SetContext adds the context to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetNetworkID

func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetTimeout

SetTimeout adds the timeout to the update network cellular gateway settings uplink params

func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetUpdateNetworkCellularGatewaySettingsUplink(updateNetworkCellularGatewaySettingsUplink *models.UpdateNetworkCellularGatewaySettingsUplink)

SetUpdateNetworkCellularGatewaySettingsUplink adds the updateNetworkCellularGatewaySettingsUplink to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithContext

WithContext adds the context to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithNetworkID

WithNetworkID adds the networkID to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithTimeout

WithTimeout adds the timeout to the update network cellular gateway settings uplink params

func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithUpdateNetworkCellularGatewaySettingsUplink(updateNetworkCellularGatewaySettingsUplink *models.UpdateNetworkCellularGatewaySettingsUplink) *UpdateNetworkCellularGatewaySettingsUplinkParams

WithUpdateNetworkCellularGatewaySettingsUplink adds the updateNetworkCellularGatewaySettingsUplink to the update network cellular gateway settings uplink params

func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkCellularGatewaySettingsUplinkReader

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

UpdateNetworkCellularGatewaySettingsUplinkReader is a Reader for the UpdateNetworkCellularGatewaySettingsUplink structure.

func (*UpdateNetworkCellularGatewaySettingsUplinkReader) ReadResponse

func (o *UpdateNetworkCellularGatewaySettingsUplinkReader) 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