Table of Contents

Class OneToOneNatRule

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

Rule8

[DataContract]
public class OneToOneNatRule
Inheritance
OneToOneNatRule
Inherited Members

Constructors

OneToOneNatRule()

public OneToOneNatRule()

Properties

AllowedInbounds

The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedInbound")]
public List<AllowedInbound> AllowedInbounds { get; set; }

Property Value

List<AllowedInbound>

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

Name

A descriptive name for the rule

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

Property Value

string

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