Table of Contents

Class SsidAccessControlTunnel

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

SSID access control tunnel settings

[DataContract]
public class SsidAccessControlTunnel
Inheritance
SsidAccessControlTunnel
Inherited Members

Constructors

SsidAccessControlTunnel()

public SsidAccessControlTunnel()

Properties

Enabled

Whether tunneling is enabled

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

Property Value

bool?

Summary

Summary of the tunnel status

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

Property Value

string