Interface StatefulCapabilities

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    PcepIetfStateful07Config

    public interface StatefulCapabilities
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module pcep-ietf-stateful07-app-config

     grouping stateful-capabilities {
       leaf initiated {
         type boolean;
         default true;
       }
       leaf stateful {
         type boolean;
         default true;
       }
       leaf active {
         type boolean;
         default true;
       }
       leaf triggered-initial-sync {
         type boolean;
         default true;
       }
       leaf delta-lsp-sync-capability {
         type boolean;
         default true;
       }
       leaf triggered-resync {
         type boolean;
         default true;
       }
       leaf include-db-version {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is pcep-ietf-stateful07-app-config/stateful-capabilities
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isInitiated()
        Returns:
        java.lang.Boolean initiated, or null if not present
      • isStateful

        @Nullable Boolean isStateful()
        Returns:
        java.lang.Boolean stateful, or null if not present
      • isActive

        @Nullable Boolean isActive()
        Returns:
        java.lang.Boolean active, or null if not present
      • isTriggeredInitialSync

        @Nullable Boolean isTriggeredInitialSync()
        Returns:
        java.lang.Boolean triggeredInitialSync, or null if not present
      • isDeltaLspSyncCapability

        @Nullable Boolean isDeltaLspSyncCapability()
        Returns:
        java.lang.Boolean deltaLspSyncCapability, or null if not present
      • isTriggeredResync

        @Nullable Boolean isTriggeredResync()
        Returns:
        java.lang.Boolean triggeredResync, or null if not present
      • isIncludeDbVersion

        @Nullable Boolean isIncludeDbVersion()
        Returns:
        java.lang.Boolean includeDbVersion, or null if not present