Interface Aigp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Aigp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Aigp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Aigp>

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

     container aigp {
       container aigp-tlv {
         leaf metric {
           type netc:accumulated-igp-metric;
         }
       }
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/aigp

    To create instances of this class use AigpBuilder.

    See Also:
    AigpBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Aigp> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAigpTlv

        @Nullable AigpTlv getAigpTlv()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp.AigpTlv aigpTlv, or null if not present