Class CellularGatewaySection
- Namespace
- Meraki.Api.Sections.Products.CellularGateway
- Assembly
- Meraki.Api.dll
Provides access to cellular gateway API endpoints
public class CellularGatewaySection
- Inheritance
-
CellularGatewaySection
- Inherited Members
Constructors
CellularGatewaySection()
public CellularGatewaySection()
Properties
ConnectivityMonitoringDestinations
Return the connectivity testing destinations for an MG network
public ICellularGatewayConnectivityMonitoringDestinations ConnectivityMonitoringDestinations { get; }
Property Value
Dhcp
List common DHCP settings of MGs
public ICellularGatewayDhcp Dhcp { get; }
Property Value
Esims
The eSIM inventory of a given organization.
public ICellularGatewayEsims Esims { get; }
Property Value
Lan
Show the LAN Settings of a MG
public ICellularGatewayLan Lan { get; }
Property Value
PortForwardingRules
Returns the port forwarding rules for a single MG.
public ICellularGatewayPortForwardingRules PortForwardingRules { get; }
Property Value
SubnetPool
Return the subnet pool and mask configured for MGs in the network.
public ICellularGatewaySubnetPool SubnetPool { get; }
Property Value
Uplink
Gets the uplink
public CellularGatewayUplinkSection Uplink { get; }