Interface VlanLogicalDoubleTaggedInnerOuterRangeConfig

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:
Config, State

@Generated("mdsal-binding-generator") public interface VlanLogicalDoubleTaggedInnerOuterRangeConfig extends org.opendaylight.yangtools.yang.binding.DataObject
Specifies double-tagged packets with an inner range and an outer range of VLAN identifiers.

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

 grouping vlan-logical-double-tagged-inner-outer-range-config {
   leaf inner-low-vlan-id {
     type oc-vlan-types:vlan-id;
   }
   leaf inner-high-vlan-id {
     type oc-vlan-types:vlan-id;
   }
   leaf outer-low-vlan-id {
     type oc-vlan-types:vlan-id;
   }
   leaf outer-high-vlan-id {
     type oc-vlan-types:vlan-id;
   }
 }
 
  • 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 VlanLogicalDoubleTaggedInnerOuterRangeConfig> 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
    • getInnerLowVlanId

      VlanId getInnerLowVlanId()
      Return innerLowVlanId, or null if it is not present.
           
               The low-value inner VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId innerLowVlanId, or null if it is not present.
    • requireInnerLowVlanId

      default @NonNull VlanId requireInnerLowVlanId()
      Return innerLowVlanId, guaranteed to be non-null.
           
               The low-value inner VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId innerLowVlanId, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if innerLowVlanId is not present
    • getInnerHighVlanId

      VlanId getInnerHighVlanId()
      Return innerHighVlanId, or null if it is not present.
           
               The high-value inner VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId innerHighVlanId, or null if it is not present.
    • requireInnerHighVlanId

      default @NonNull VlanId requireInnerHighVlanId()
      Return innerHighVlanId, guaranteed to be non-null.
           
               The high-value inner VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId innerHighVlanId, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if innerHighVlanId is not present
    • getOuterLowVlanId

      VlanId getOuterLowVlanId()
      Return outerLowVlanId, or null if it is not present.
           
               The low-value outer VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId outerLowVlanId, or null if it is not present.
    • requireOuterLowVlanId

      default @NonNull VlanId requireOuterLowVlanId()
      Return outerLowVlanId, guaranteed to be non-null.
           
               The low-value outer VLAN identifier in a range for double-tagged packets. The
               range is matched inclusively.
           
       
      Returns:
      VlanId outerLowVlanId, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if outerLowVlanId is not present
    • getOuterHighVlanId

      VlanId getOuterHighVlanId()
      Return outerHighVlanId, or null if it is not present.
           
               The high-value outer VLAN identifier for double-tagged packets. The range is
               matched inclusively.
           
       
      Returns:
      VlanId outerHighVlanId, or null if it is not present.
    • requireOuterHighVlanId

      default @NonNull VlanId requireOuterHighVlanId()
      Return outerHighVlanId, guaranteed to be non-null.
           
               The high-value outer VLAN identifier for double-tagged packets. The range is
               matched inclusively.
           
       
      Returns:
      VlanId outerHighVlanId, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if outerHighVlanId is not present