Table of Contents

Class InboundCellularFirewallRules

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

NetworkInboundCellularFirewallRules

[DataContract]
public class InboundCellularFirewallRules
Inheritance
InboundCellularFirewallRules
Inherited Members

Properties

Rules

An ordered array of the firewall rules (not including the default rule)

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

Property Value

List<MxFirewallRule>