Interface Lspa

  • All Superinterfaces:
    AttributeFilters, org.opendaylight.yangtools.yang.binding.Augmentable<Lspa>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LspaObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader, Priority, TunnelAttributes

    public interface Lspa
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LspaObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Lspa>, Object, TunnelAttributes

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

     container lspa {
       uses object;
       uses rsvp:tunnel-attributes;
       container tlvs {
         uses vendor-information-tlvs;
       }
     }
     
    The schema path to identify an instance is pcep-types/lspa-object/lspa

    To create instances of this class use LspaBuilder.

    See Also:
    LspaBuilder