Table of Contents

Class CellularGatewayPortForwardingRule

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

CellularGatewayPortForwardingRule

[DataContract]
public class CellularGatewayPortForwardingRule
Inheritance
CellularGatewayPortForwardingRule
Inherited Members

Constructors

CellularGatewayPortForwardingRule()

public CellularGatewayPortForwardingRule()

Properties

Access

any or restricted. Specify the right to make inbound connections on the specified ports or port ranges. If restricted, a list of allowed IPs is mandatory.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "access")]
public string Access { get; set; }

Property Value

string

AllowedIps

An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedIps")]
public List<string> AllowedIps { get; set; }

Property Value

List<string>

LanIp

The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "lanIp")]
public string LanIp { get; set; }

Property Value

string

LocalPort

A port or port ranges that will receive the forwarded traffic from the WAN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "localPort")]
public string LocalPort { get; set; }

Property Value

string

Name

A descriptive name for the rule

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Protocol

TCP or UDP

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public string Protocol { get; set; }

Property Value

string

PublicPort

A port or port ranges that will be forwarded to the host on the LAN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "publicPort")]
public string PublicPort { get; set; }

Property Value

string