Table of Contents

Class DeviceLiveToolsMulticastRoutingGetResponseRoute

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

Multicast route

[DataContract]
public class DeviceLiveToolsMulticastRoutingGetResponseRoute
Inheritance
DeviceLiveToolsMulticastRoutingGetResponseRoute
Inherited Members

Constructors

DeviceLiveToolsMulticastRoutingGetResponseRoute()

public DeviceLiveToolsMulticastRoutingGetResponseRoute()

Properties

Flags

List of flags (unordered). enum = ["ASSERTED", "CACHE", "IIF_REG", "NULL_OIF", "PMBR", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "flags")]
public List<string> Flags { get; set; }

Property Value

List<string>

Group

Group IP address

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "group")]
public string Group { get; set; }

Property Value

string

IncomingInterfaceName

Name of the Virtual Interface traffic is arriving on

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "incomingInterfaceName")]
public string IncomingInterfaceName { get; set; }

Property Value

string

OutgoingInterfaceNames

Array of outgoing Virtual Interface names

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "outgoingInterfaceNames")]
public List<string> OutgoingInterfaceNames { get; set; }

Property Value

List<string>

RendezvousPoint

IP address of the rendezvous point

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rendezvousPoint")]
public string RendezvousPoint { get; set; }

Property Value

string

Source

Source IP or "Any"

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public string Source { get; set; }

Property Value

string