Interface Static

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

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

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

     case static {
       leaf ip-address {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/unicast/bgp/router-id/config-type/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
      • isIpAddress

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