Table of Contents

Class BonjourForwardingRule

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

Rule3

[DataContract]
public class BonjourForwardingRule
Inheritance
BonjourForwardingRule
Inherited Members

Properties

Description

A description for your Bonjour forwarding rule. Optional.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "description")]
public string? Description { get; set; }

Property Value

string

Services

A list of Bonjour services. At least one service must be specified. Available services are 'All Services', 'AirPlay', 'AFP', 'BitTorrent', 'FTP', 'iChat', 'iTunes', 'Printers', 'Samba', 'Scanners' and 'SSH'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "services")]
public List<BonjourService> Services { get; set; }

Property Value

List<BonjourService>

VlanId

The ID of the service VLAN. Required.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public string VlanId { get; set; }

Property Value

string