Table of Contents

Class MulticastForwardingByNetworkItemRule

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

MulticastForwardingByNetworkItemRule

[DataContract]
public class MulticastForwardingByNetworkItemRule
Inheritance
MulticastForwardingByNetworkItemRule
Inherited Members

Properties

Address

IP address

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

Property Value

string

Description

Forwarding rule description.

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

Property Value

string

VlanIds

List of VLAN IDs

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanIds")]
public List<string>? VlanIds { get; set; }

Property Value

List<string>