Class VlanUplink
VLAN uplink configuration
[DataContract]
public class VlanUplink
- Inheritance
-
VlanUplink
- Inherited Members
Constructors
VlanUplink()
public VlanUplink()
Properties
Interface
The physical WAN interface (e.g. 'wan1', 'wan2')
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string? Interface { get; set; }
Property Value
Nat
NAT settings for this uplink
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "nat")]
public VlanUplinkNat? Nat { get; set; }