Interface LspObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Arguments2, Arguments3, P2mp1, P2p1, Path1, Reports, Requests, Tlvs4, Updates

    @Generated("mdsal-binding-generator")
    public interface LspObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    LSP Object

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

     grouping lsp-object {
       container lsp {
         uses pcep:object;
         container tlvs {
           uses lsp-error-code-tlv;
           uses lsp-identifiers-tlv;
           uses rsvp-error-spec-tlv;
           uses symbolic-path-name-tlv;
           uses pcep:vs-tlv;
           uses pcep:vendor-information-tlvs;
           uses path-binding-tlv;
         }
         leaf plsp-id {
           type plsp-id;
         }
         leaf delegate {
           type boolean;
           default false;
         }
         leaf sync {
           type boolean;
           default false;
         }
         leaf remove {
           type boolean;
           default false;
         }
         leaf administrative {
           type boolean;
           default false;
         }
         leaf operational {
           type operational-status;
         }
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-statefullsp-object
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends LspObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLsp

        Lsp getLsp()
        Return lsp, or null if it is not present.
        Returns:
        Lsp lsp, or null if it is not present.