Interface TeLspAttributesCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TeLspAttributesCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LinkStateAttribute

    @Deprecated
    public interface TeLspAttributesCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TeLspAttributesCase>, LinkStateAttribute
    Deprecated.
    LSP Object

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

     case te-lsp-attributes-case {
       status deprecated;
       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;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-path-attribute/link-state-attribute/te-lsp-attributes-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        Deprecated.
    • Method Detail

      • implementedInterface

        default Class<TeLspAttributesCase> implementedInterface()
        Deprecated.
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTeLspAttributes

        @Nullable TeLspAttributes getTeLspAttributes()
        Deprecated.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case.TeLspAttributes teLspAttributes, or null if not present