Interface VlanLogicalIngressMappingTop

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:
Vlan

@Generated("mdsal-binding-generator") public interface VlanLogicalIngressMappingTop extends org.opendaylight.yangtools.yang.binding.DataObject
Ingress VLAN stack behaviors for packets that arrive on this subinterface after their VLAN idenitifer(s) have been matched.

This class represents the following YANG schema fragment defined in module openconfig-vlan

 grouping vlan-logical-ingress-mapping-top {
   container ingress-mapping {
     container config {
       uses vlan-logical-ingress-mapping-config;
     }
     container state {
       config false;
       uses vlan-logical-ingress-mapping-config;
     }
   }
 }
 
  • 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 VlanLogicalIngressMappingTop> 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
    • getIngressMapping

      IngressMapping getIngressMapping()
      Return ingressMapping, or null if it is not present.
           
               Ingress VLAN stack behaviors for packets that arrive on this subinterface after
               their VLAN idenitifer(s) have been matched.
           
       
      Returns:
      IngressMapping ingressMapping, or null if it is not present.
    • nonnullIngressMapping

      @NonNull IngressMapping nonnullIngressMapping()
      Return ingressMapping, or an empty instance if it is not present.
      Returns:
      IngressMapping ingressMapping, or an empty instance if it is not present.