Interface Disable

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Disable>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<CacheServerConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RefreshTime

    public interface Disable
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Disable>, RefreshTime

    This class represents the following YANG schema fragment defined in module bgp

     case disable {
       leaf refresh-time-disable {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/rpki-config/cache-server-config/refresh-time/disable
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Disable> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isRefreshTimeDisable

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