Table of Contents

Class SubnetNat

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

SubnetNat - Undocumented

[DataContract]
public class SubnetNat
Inheritance
SubnetNat
Inherited Members

Constructors

SubnetNat()

public SubnetNat()

Properties

Enabled

Undocumented

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

RemoteSubnet

The translated subnet (in CIDR notation) that will be used in the VPN tunnel

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

Property Value

string