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 interfaces

    This 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 Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends VlanRoutedTop> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRoutedVlan

        RoutedVlan getRoutedVlan()
        Return routedVlan, or null if 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:
        RoutedVlan routedVlan, or null if it is not present.