Table of Contents

Class VlanUplink

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

VLAN uplink configuration

[DataContract]
public class VlanUplink
Inheritance
VlanUplink
Inherited Members

Constructors

public VlanUplink()

Properties

The physical WAN interface (e.g. 'wan1', 'wan2')

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string? Interface { get; set; }

Property Value

string

NAT settings for this uplink

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "nat")]
public VlanUplinkNat? Nat { get; set; }

Property Value

VlanUplinkNat