Interface AigpTlv

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

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

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

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

    To create instances of this class use AigpTlvBuilder.

    See Also:
    AigpTlvBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable AccumulatedIgpMetric getMetric()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.AccumulatedIgpMetric metric, or null if not present