Interface Tlvs

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

    public interface Tlvs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Rp>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, OrderTlv, VendorInformationTlvs, PathSetupTypeTlv

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

     container tlvs {
       uses order-tlv;
       uses vendor-information-tlvs;
       uses path-setup-type-tlv;
     }
     
    The schema path to identify an instance is pcep-types/rp-object/rp/tlvs

    To create instances of this class use TlvsBuilder.

    See Also:
    TlvsBuilder