Interface Tlvs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Mirror>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MirrorInformationTlv, MirrorPduTlvs, MirrorTlvs

    public interface Tlvs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Mirror>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, MirrorTlvs

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

     container tlvs {
       uses mirror-tlvs;
     }
     
    The schema path to identify an instance is bmp-message/mirror/tlvs

    To create instances of this class use TlvsBuilder.

    See Also:
    TlvsBuilder