Interface Static

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Static>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Redistribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Protocol

    public interface Static
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Static>, Protocol

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

     case static {
       leaf enable-static {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/redistribute/protocol/static
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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