Table of Contents

Class WirelessSsidVpnConcentrator

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

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

string

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

string

VlanId

The VLAN that should be tagged for the concentrator.

[ApiForeignKey(typeof(Vlan))]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public string? VlanId { get; set; }

Property Value

string