Interface ApplyArpConfigOutput

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

    public interface ApplyArpConfigOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<ApplyArpConfigOutput>

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

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

    To create instances of this class use ApplyArpConfigOutputBuilder.

    See Also:
    ApplyArpConfigOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ApplyArpConfigOutput> 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.RpcOutput
      • isEnableArpLearning

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