Documentation
¶
Index ¶
- type Client
- func (a *Client) GetNetworkCellularGatewaySettingsUplink(params *GetNetworkCellularGatewaySettingsUplinkParams, ...) (*GetNetworkCellularGatewaySettingsUplinkOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateNetworkCellularGatewaySettingsUplink(params *UpdateNetworkCellularGatewaySettingsUplinkParams, ...) (*UpdateNetworkCellularGatewaySettingsUplinkOK, error)
- type ClientService
- type GetNetworkCellularGatewaySettingsUplinkOK
- type GetNetworkCellularGatewaySettingsUplinkParams
- func NewGetNetworkCellularGatewaySettingsUplinkParams() *GetNetworkCellularGatewaySettingsUplinkParams
- func NewGetNetworkCellularGatewaySettingsUplinkParamsWithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsUplinkParams
- func NewGetNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsUplinkParams
- func NewGetNetworkCellularGatewaySettingsUplinkParamsWithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsUplinkParams
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetContext(ctx context.Context)
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetNetworkID(networkID string)
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsUplinkParams
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsUplinkParams
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithNetworkID(networkID string) *GetNetworkCellularGatewaySettingsUplinkParams
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsUplinkParams
- func (o *GetNetworkCellularGatewaySettingsUplinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkCellularGatewaySettingsUplinkReader
- type UpdateNetworkCellularGatewaySettingsUplinkOK
- type UpdateNetworkCellularGatewaySettingsUplinkParams
- func NewUpdateNetworkCellularGatewaySettingsUplinkParams() *UpdateNetworkCellularGatewaySettingsUplinkParams
- func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func NewUpdateNetworkCellularGatewaySettingsUplinkParamsWithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetContext(ctx context.Context)
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetNetworkID(networkID string)
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetUpdateNetworkCellularGatewaySettingsUplink(...)
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithNetworkID(networkID string) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithUpdateNetworkCellularGatewaySettingsUplink(...) *UpdateNetworkCellularGatewaySettingsUplinkParams
- func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNetworkCellularGatewaySettingsUplinkReader
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
func (*Client) GetNetworkCellularGatewaySettingsUplink ¶
func (a *Client) GetNetworkCellularGatewaySettingsUplink(params *GetNetworkCellularGatewaySettingsUplinkParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkCellularGatewaySettingsUplinkOK, error)
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
func (*Client) UpdateNetworkCellularGatewaySettingsUplink ¶
func (a *Client) UpdateNetworkCellularGatewaySettingsUplink(params *UpdateNetworkCellularGatewaySettingsUplinkParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkCellularGatewaySettingsUplinkOK, error)
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 (o *GetNetworkCellularGatewaySettingsUplinkOK) Error() string
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 ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetContext(ctx context.Context)
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 ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network cellular gateway settings uplink params
func (*GetNetworkCellularGatewaySettingsUplinkParams) WithContext ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithContext(ctx context.Context) *GetNetworkCellularGatewaySettingsUplinkParams
WithContext adds the context to the get network cellular gateway settings uplink params
func (*GetNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient(client *http.Client) *GetNetworkCellularGatewaySettingsUplinkParams
WithHTTPClient adds the HTTPClient to the get network cellular gateway settings uplink params
func (*GetNetworkCellularGatewaySettingsUplinkParams) WithNetworkID ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithNetworkID(networkID string) *GetNetworkCellularGatewaySettingsUplinkParams
WithNetworkID adds the networkID to the get network cellular gateway settings uplink params
func (*GetNetworkCellularGatewaySettingsUplinkParams) WithTimeout ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) WithTimeout(timeout time.Duration) *GetNetworkCellularGatewaySettingsUplinkParams
WithTimeout adds the timeout to the get network cellular gateway settings uplink params
func (*GetNetworkCellularGatewaySettingsUplinkParams) WriteToRequest ¶
func (o *GetNetworkCellularGatewaySettingsUplinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateNetworkCellularGatewaySettingsUplinkOK) Error() string
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 ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetContext(ctx context.Context)
SetContext adds the context to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetHTTPClient(client *http.Client)
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 ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) SetUpdateNetworkCellularGatewaySettingsUplink ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) SetUpdateNetworkCellularGatewaySettingsUplink(updateNetworkCellularGatewaySettingsUplink *models.UpdateNetworkCellularGatewaySettingsUplink)
SetUpdateNetworkCellularGatewaySettingsUplink adds the updateNetworkCellularGatewaySettingsUplink to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithContext ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithContext(ctx context.Context) *UpdateNetworkCellularGatewaySettingsUplinkParams
WithContext adds the context to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithHTTPClient(client *http.Client) *UpdateNetworkCellularGatewaySettingsUplinkParams
WithHTTPClient adds the HTTPClient to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithNetworkID ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithNetworkID(networkID string) *UpdateNetworkCellularGatewaySettingsUplinkParams
WithNetworkID adds the networkID to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithTimeout ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithTimeout(timeout time.Duration) *UpdateNetworkCellularGatewaySettingsUplinkParams
WithTimeout adds the timeout to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WithUpdateNetworkCellularGatewaySettingsUplink ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WithUpdateNetworkCellularGatewaySettingsUplink(updateNetworkCellularGatewaySettingsUplink *models.UpdateNetworkCellularGatewaySettingsUplink) *UpdateNetworkCellularGatewaySettingsUplinkParams
WithUpdateNetworkCellularGatewaySettingsUplink adds the updateNetworkCellularGatewaySettingsUplink to the update network cellular gateway settings uplink params
func (*UpdateNetworkCellularGatewaySettingsUplinkParams) WriteToRequest ¶
func (o *UpdateNetworkCellularGatewaySettingsUplinkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.