All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return routedVlan, or null if it is not present.
    Class<? extends VlanRoutedTop>
     
    @NonNull RoutedVlan
    Return routedVlan, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends VlanRoutedTop> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.
    • nonnullRoutedVlan

      @NonNull RoutedVlan nonnullRoutedVlan()
      Return routedVlan, or an empty instance if it is not present.
      Returns:
      RoutedVlan routedVlan, or an empty instance if it is not present.