Interface VlanRoutedTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Interface1
@Generated("mdsal-binding-generator") public interface VlanRoutedTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for routed vlan logical interfacesThis class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-routed-top { container routed-vlan { container config { uses vlan-routed-config; } container state { config false; uses vlan-routed-config; uses vlan-routed-state; } } }The schema path to identify an instance is openconfig-vlanvlan-routed-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutedVlangetRoutedVlan()Return routedVlan, ornullif it is not present.Class<? extends VlanRoutedTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends VlanRoutedTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getRoutedVlan
RoutedVlan getRoutedVlan()
Return routedVlan, ornullif it is not present.Top-level container for routed vlan interfaces. These logical interfaces are also known as SVI (switched virtual interface), IRB (integrated routing and bridging), RVI (routed VLAN interface)- Returns:
RoutedVlanroutedVlan, ornullif it is not present.
-
-