Interface PrefixesTreatedAsWithdrawTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PrefixesTreatedAsWithdrawTlv>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<StatTlvs>, CountTlv, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv

    public interface PrefixesTreatedAsWithdrawTlv
    extends org.opendaylight.yangtools.yang.binding.ChildOf<StatTlvs>, org.opendaylight.yangtools.yang.binding.Augmentable<PrefixesTreatedAsWithdrawTlv>, CountTlv
    Stat Type = 12: (32-bit Counter) Number of prefixes subjected to treat-as-withdraw treatment.

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

     container prefixes-treated-as-withdraw-tlv {
       uses count-tlv;
     }
     
    The schema path to identify an instance is bmp-message/stat-tlvs/prefixes-treated-as-withdraw-tlv

    To create instances of this class use PrefixesTreatedAsWithdrawTlvBuilder.

    See Also:
    PrefixesTreatedAsWithdrawTlvBuilder
    • Field Detail

      • QNAME

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