Table of Contents

Class OneToManyNatRule

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

Rule7

[DataContract]
public class OneToManyNatRule
Inheritance
OneToManyNatRule
Inherited Members

Properties

PortRules

An array of associated forwarding rules

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "portRules")]
public List<PortRule> PortRules { get; set; }

Property Value

List<PortRule>

PublicIp

The IP address that will be used to access the internal resource from the WAN

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

Property Value

string

Gets or Sets Uplink

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "uplink")]
public WanUplink Uplink { get; set; }

Property Value

WanUplink