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:
    PcepIetfStatefulConfig

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

    This class represents the following YANG schema fragment defined in module pcep-ietf-stateful-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-stateful-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
      • getInitiated

        Boolean getInitiated()
        Return initiated, or null if it is not present.
        Returns:
        java.lang.Boolean initiated, or null if it is not present.
      • isInitiated

        @Deprecated(forRemoval=true)
        default Boolean isInitiated()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getStateful

        Boolean getStateful()
        Return stateful, or null if it is not present.
        Returns:
        java.lang.Boolean stateful, or null if it is not present.
      • isStateful

        @Deprecated(forRemoval=true)
        default Boolean isStateful()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getActive

        Boolean getActive()
        Return active, or null if it is not present.
        Returns:
        java.lang.Boolean active, or null if it is not present.
      • isActive

        @Deprecated(forRemoval=true)
        default Boolean isActive()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTriggeredInitialSync

        Boolean getTriggeredInitialSync()
        Return triggeredInitialSync, or null if it is not present.
        Returns:
        java.lang.Boolean triggeredInitialSync, or null if it is not present.
      • isTriggeredInitialSync

        @Deprecated(forRemoval=true)
        default Boolean isTriggeredInitialSync()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDeltaLspSyncCapability

        Boolean getDeltaLspSyncCapability()
        Return deltaLspSyncCapability, or null if it is not present.
        Returns:
        java.lang.Boolean deltaLspSyncCapability, or null if it is not present.
      • isDeltaLspSyncCapability

        @Deprecated(forRemoval=true)
        default Boolean isDeltaLspSyncCapability()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTriggeredResync

        Boolean getTriggeredResync()
        Return triggeredResync, or null if it is not present.
        Returns:
        java.lang.Boolean triggeredResync, or null if it is not present.
      • isTriggeredResync

        @Deprecated(forRemoval=true)
        default Boolean isTriggeredResync()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIncludeDbVersion

        Boolean getIncludeDbVersion()
        Return includeDbVersion, or null if it is not present.
        Returns:
        java.lang.Boolean includeDbVersion, or null if it is not present.
      • isIncludeDbVersion

        @Deprecated(forRemoval=true)
        default Boolean isIncludeDbVersion()
        Deprecated, for removal: This API element is subject to removal in a future version.