Class SsidBonjourForwarding
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
Exception
Bonjour forwarding exception
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "exception")]
public SsidBonjourForwardingException? Exception { get; set; }
Property Value
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; }