Class SwitchRoutingSection
Provides access to switch routing API endpoints
public class SwitchRoutingSection
- Inheritance
-
SwitchRoutingSection
- Inherited Members
Constructors
SwitchRoutingSection()
public SwitchRoutingSection()
Properties
Interfaces
List layer 3 interfaces for a switch. Those for a stack may be found under switch stack routing.
public ISwitchRoutingInterfaces Interfaces { get; }
Property Value
Multicast
Return multicast settings for a network
public ISwitchRoutingMulticast Multicast { get; }
Property Value
Ospf
Get layer 3 OSPF routing configuration
public ISwitchRoutingOspf Ospf { get; }
Property Value
StaticRoutes
List layer 3 static routes for a switch
public ISwitchRoutingStaticRoutes StaticRoutes { get; }