All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping, ReasonTlv, StringInformations
All Known Subinterfaces:
Tlvs

@Generated("mdsal-binding-generator") public interface TerminationTlvs extends org.opendaylight.yangtools.binding.Grouping, StringInformations, ReasonTlv
TLVs containing information about the reason for the termination.

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

 grouping termination-tlvs {
   uses string-informations;
   uses reason-tlv;
 }