Table of Contents

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

public CellularGatewayUplinkSection()

Properties

List the uplink status of every Meraki MG cellular gateway in the organization

public ICellularGatewayUplinkStatuses Statuses { get; }

Property Value

ICellularGatewayUplinkStatuses

Methods

public Task<NetworkCellularGatewayUplink> GetNetworkCellularGatewayUplinkAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<NetworkCellularGatewayUplink>
public Task<NetworkCellularGatewayUplink> UpdateNetworkCellularGatewayUplinkAsync(string networkId, NetworkCellularGatewayUplink updateNetworkCellularGatewaySettingsUplink, CancellationToken cancellationToken = default)

Parameters

networkId string
updateNetworkCellularGatewaySettingsUplink NetworkCellularGatewayUplink
cancellationToken CancellationToken

Returns

Task<NetworkCellularGatewayUplink>