Interface SyncOptimizationsCapabilityTlv

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

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

    This class represents the following YANG schema fragment defined in module odl-pcep-sync-optimizations

     grouping sync-optimizations-capability-tlv {
       leaf triggered-initial-sync {
         type boolean;
         default false;
       }
       leaf delta-lsp-sync-capability {
         type boolean;
         default false;
       }
       leaf triggered-resync {
         type boolean;
         default false;
       }
       leaf include-db-version {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is odl-pcep-sync-optimizations/sync-optimizations-capability-tlv
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends SyncOptimizationsCapabilityTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • 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.