Table of Contents

Class AllowedInbound

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

AllowedInbound

[DataContract]
public class AllowedInbound
Inheritance
AllowedInbound
Inherited Members

Properties

AllowedIps

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

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

Property Value

List<string>

DestinationPorts

An array of ports or port ranges that will be forwarded to the host on the LAN

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

Property Value

List<string>

Protocol

Gets or Sets Protocol

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

Property Value

TcpUdpIcmppingAnyProtocol