All Superinterfaces:
AdminStatusObject, AssociationObject, org.opendaylight.yangtools.yang.binding.Augmentable<TeLspAttributes>, 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<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DetourObject, ExcludeRouteObject, ExplicitRouteObject, FastRerouteObject, FlowSpecObject, LspAttributesObject, LspRequiredAttributesObject, MetricObject, PrimaryPathRouteObject, ProtectionObject, RecordRouteObject, SecondaryExplicitRouteObject, SecondaryRecordRouteObject, SessionAttributeObject, TspecObject

This class represents the following YANG schema fragment defined in module bgp-linkstate

 container te-lsp-attributes {
   uses rsvp:tspec-object;
   uses rsvp:flow-spec-object;
   uses rsvp:session-attribute-object;
   uses rsvp:explicit-route-object;
   uses rsvp:secondary-explicit-route-object;
   uses rsvp:record-route-object;
   uses rsvp:secondary-record-route-object;
   uses rsvp:fast-reroute-object;
   uses rsvp:detour-object;
   uses rsvp:exclude-route-object;
   uses rsvp:lsp-attributes-object;
   uses rsvp:lsp-required-attributes-object;
   uses rsvp:protection-object;
   uses rsvp:association-object;
   uses rsvp:primary-path-route-object;
   uses rsvp:admin-status-object;
   uses rsvp:bandwidth-object;
   uses rsvp:metric-object;
 }
 

To create instances of this class use TeLspAttributesBuilder.

See Also: