Table of Contents

Class CellularGatewayUplinkSection

Namespace
Meraki.Api.Sections.Products.CellularGateway
Assembly
Meraki.Api.dll
public class CellularGatewayUplinkSection
Inheritance
CellularGatewayUplinkSection
Inherited Members

Properties

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>