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

    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
      • 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