Table of Contents

Class SsidBonjourForwarding

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

The Bonjour settings for your group policy. Only valid if your network has a wireless configuration.

[DataContract]
public class SsidBonjourForwarding
Inheritance
SsidBonjourForwarding
Inherited Members

Properties

Enabled

If true, Bonjour forwarding is enabled on this SSID.

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

Property Value

bool

Exception

Bonjour forwarding exception

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "exception")]
public SsidBonjourForwardingException? Exception { get; set; }

Property Value

SsidBonjourForwardingException

Rules

A list of the Bonjour forwarding rules for your group policy. If 'settings' is set to 'custom', at least one rule must be specified.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "rules")]
public List<BonjourForwardingRule> Rules { get; set; }

Property Value

List<BonjourForwardingRule>