Class DeviceLiveToolsMulticastRoutingGetResponseInterface
Interface that has PIM enabled
[DataContract]
public class DeviceLiveToolsMulticastRoutingGetResponseInterface
- Inheritance
-
DeviceLiveToolsMulticastRoutingGetResponseInterface
- Inherited Members
Constructors
DeviceLiveToolsMulticastRoutingGetResponseInterface()
public DeviceLiveToolsMulticastRoutingGetResponseInterface()
Properties
Flags
List of flags (unordered). enum = ["DISABLED", "DOWN", "DR", "DVMRP", "NO-NBR", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "flags")]
public List<string> Flags { get; set; }
Property Value
Ip
Interface IP address
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Name
Interface name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Neighbors
Array of PIM Neighbor IP Addresses
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "neighbors")]
public List<string> Neighbors { get; set; }
Property Value
Subnet
Subnet containing the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }