Class WirelessSsidsSection
Provides access to wireless ssids API endpoints
public class WirelessSsidsSection
- Inheritance
-
WirelessSsidsSection
- Inherited Members
Constructors
WirelessSsidsSection()
public WirelessSsidsSection()
Properties
BonjourForwarding
List the Bonjour forwarding setting and rules for the SSID
public IWirelessSsidsBonjourForwarding BonjourForwarding { get; }
Property Value
DeviceTypeGroupPolicies
List the device type group policies for the SSID
public IWirelessSsidsDeviceTypeGroupPolicies DeviceTypeGroupPolicies { get; }
Property Value
EapOverride
Return the EAP overridden parameters for an SSID
public IWirelessSsidsEapOverride EapOverride { get; }
Property Value
Firewall
Return the L7 firewall rules for an SSID on an MR network
public IWirelessSsidsFirewall Firewall { get; }
Property Value
HotSpot20
Return the Hotspot 2.0 settings for an SSID
public IWirelessSsidsHotSpot20 HotSpot20 { get; }
Property Value
IdentityPsks
List all Identity PSKs in a wireless network
public IWirelessSsidsIdentityPsks IdentityPsks { get; }
Property Value
Schedules
List the outage schedule for the SSID
public IWirelessSsidsSchedules Schedules { get; }
Property Value
Splash
Modify the splash page settings for the given SSID
public IWirelessSsidsSplash Splash { get; }
Property Value
Statuses
List status information of all BSSIDs in your organization
public IWirelessSsidsStatuses Statuses { get; }
Property Value
TrafficShaping
Display the traffic shaping rules for a SSID on an MR network
public IWirelessSsidsTrafficShaping TrafficShaping { get; }
Property Value
Vpn
List the VPN settings for the SSID.
public IWirelessSsidsVpn Vpn { get; }
Property Value
Methods
GetNetworkWirelessSsidAsync(string, string, CancellationToken)
public Task<Ssid> GetNetworkWirelessSsidAsync(string networkId, string number, CancellationToken cancellationToken = default)
Parameters
networkIdstringnumberstringcancellationTokenCancellationToken
Returns
GetNetworkWirelessSsidsAsync(string, CancellationToken)
public Task<List<Ssid>> GetNetworkWirelessSsidsAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
UpdateNetworkWirelessSsidAsync(string, string, SsidUpdateRequest, CancellationToken)
public Task<Ssid> UpdateNetworkWirelessSsidAsync(string networkId, string number, SsidUpdateRequest updateNetworkSsid, CancellationToken cancellationToken = default)
Parameters
networkIdstringnumberstringupdateNetworkSsidSsidUpdateRequestcancellationTokenCancellationToken