Interface ApplyArpConfigInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ApplyArpConfigInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface ApplyArpConfigInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<ApplyArpConfigInput>

    This class represents the following YANG schema fragment defined in module vpn-rpc

     input input {
       leaf enable-arp-learning {
         type boolean;
       }
     }
     
    The schema path to identify an instance is vpn-rpc/apply-arp-config/input

    To create instances of this class use ApplyArpConfigInputBuilder.

    See Also:
    ApplyArpConfigInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.Boolean isEnableArpLearning()
        Enable (or) Disable arp based learning dynamically
        Returns:
        java.lang.Boolean enableArpLearning, or null if not present