Table of Contents

Class CellularGatewayPortForwardingRules

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

UpdateDeviceCellularGatewaySettingsPortForwardingRules

[DataContract]
public class CellularGatewayPortForwardingRules
Inheritance
CellularGatewayPortForwardingRules
Inherited Members

Properties

Rules

An array of port forwarding params

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "rules")]
public List<CellularGatewayPortForwardingRule> Rules { get; set; }

Property Value

List<CellularGatewayPortForwardingRule>