Interface Tlvs

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

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

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful07

     container tlvs {
       uses symbolic-path-name-tlv;
       uses pcep:vendor-information-tlvs;
       uses pcep:path-setup-type-tlv;
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/srp-object/srp/tlvs

    To create instances of this class use TlvsBuilder.

    See Also:
    TlvsBuilder