Table of Contents

Class GroupPolicyBonjourForwarding

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 GroupPolicyBonjourForwarding
Inheritance
GroupPolicyBonjourForwarding
Inherited Members

Properties

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>

Settings

How Bonjour rules are applied. Can be 'network default', 'ignore' or 'custom'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "settings")]
public Setting Settings { get; set; }

Property Value

Setting