Interface Tlvs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<CNotification>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OverloadDurationTlv, VendorInformationTlvs

    public interface Tlvs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<CNotification>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, OverloadDurationTlv, VendorInformationTlvs

    This class represents the following YANG schema fragment defined in module pcep-types

     container tlvs {
       when "../type = 2 and ../value = 1";
       uses overload-duration-tlv;
       uses vendor-information-tlvs;
     }
     
    The schema path to identify an instance is pcep-types/notification-object/c-notification/tlvs

    To create instances of this class use TlvsBuilder.

    See Also:
    TlvsBuilder
    • Field Detail

      • QNAME

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