All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Path>, BandwidthObject, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ReportedLsp>, ClasstypeObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteObject, ExplicitRouteObject, IncludeRouteObject, org.opendaylight.yangtools.yang.binding.KeyAware<PathKey>, LspaObject, LspAttributes, OfObject, PathDefinition, ReoptimizationBandwidthObject, ReportedRouteObject

@Generated("mdsal-binding-generator") public interface Path extends org.opendaylight.yangtools.yang.binding.ChildOf<ReportedLsp>, org.opendaylight.yangtools.yang.binding.Augmentable<Path>, PathDefinition, org.opendaylight.yangtools.yang.binding.KeyAware<PathKey>

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

 list path {
   leaf lsp-id {
     type rsvp:lsp-id;
   }
   key lsp-id;
   uses pcep:path-definition;
 }
 

To create instances of this class use PathBuilder.

See Also:
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details