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-types/encapsulation-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:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.EncapsulationTunnelType tunnelType, or null if it is not present.