Class CellularGatewayUplinkSection
- Namespace
- Meraki.Api.Sections.Products.CellularGateway
- Assembly
- Meraki.Api.dll
Provides access to cellular gateway uplink API endpoints
public class CellularGatewayUplinkSection
- Inheritance
-
CellularGatewayUplinkSection
- Inherited Members
Constructors
CellularGatewayUplinkSection()
public CellularGatewayUplinkSection()
Properties
Statuses
List the uplink status of every Meraki MG cellular gateway in the organization
public ICellularGatewayUplinkStatuses Statuses { get; }
Property Value
Methods
GetNetworkCellularGatewayUplinkAsync(string, CancellationToken)
public Task<NetworkCellularGatewayUplink> GetNetworkCellularGatewayUplinkAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
UpdateNetworkCellularGatewayUplinkAsync(string, NetworkCellularGatewayUplink, CancellationToken)
public Task<NetworkCellularGatewayUplink> UpdateNetworkCellularGatewayUplinkAsync(string networkId, NetworkCellularGatewayUplink updateNetworkCellularGatewaySettingsUplink, CancellationToken cancellationToken = default)
Parameters
networkIdstringupdateNetworkCellularGatewaySettingsUplinkNetworkCellularGatewayUplinkcancellationTokenCancellationToken