Class SsidAccessControlTunnel
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; }