Interface EncapsulationExtendedCommunity

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    EncapsulationExtendedCommunity

    @Generated("mdsal-binding-generator")
    public interface EncapsulationExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.DataObject
    BGP Encapsulation extended community

    This class represents the following YANG schema fragment defined in module bgp-types

     grouping encapsulation-extended-community {
       leaf tunnel-type {
         type encapsulation-tunnel-type;
       }
     }
     
    The schema path to identify an instance is bgp-typesencapsulation-extended-community
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        EncapsulationTunnelType getTunnelType()
        Return tunnelType, or null if it is not present.
             
                 Tunnel type specifying the encapsulation protocol
             
         
        Returns:
        EncapsulationTunnelType tunnelType, or null if it is not present.
      • requireTunnelType

        default @NonNull EncapsulationTunnelType requireTunnelType()
        Return tunnelType, guaranteed to be non-null.
             
                 Tunnel type specifying the encapsulation protocol
             
         
        Returns:
        EncapsulationTunnelType tunnelType, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if tunnelType is not present