Class WirelessSsidVpnConcentrator
The VPN concentrator settings for this SSID.
[DataContract]
public class WirelessSsidVpnConcentrator
- Inheritance
-
WirelessSsidVpnConcentrator
- Inherited Members
Properties
Name
The concentrator name - cannot be set
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
NetworkId
The NAT ID of the concentrator that should be set.
[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "networkId")]
public string? NetworkId { get; set; }
Property Value
VlanId
The VLAN that should be tagged for the concentrator.
[ApiForeignKey(typeof(Vlan))]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public string? VlanId { get; set; }