Class ArpSnoopingConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of ArpSnoopingConfig.
    • Method Detail

      • setArpBindingLimit

        public ArpSnoopingConfig.Builder setArpBindingLimit​(java.lang.Long arpBindingLimit)
        Number of arp snooped IP addresses Indicates the number of arp snooped IP addresses to be remembered per LogicalPort. Decreasing this value, will retain the latest bindings from the existing list of address bindings. Increasing this value will retain existing bindings and also learn any new address bindings discovered on the port until the new limit is reached. format: int32
        Parameters:
        arpBindingLimit - New value for the property.
      • setArpSnoopingEnabled

        public ArpSnoopingConfig.Builder setArpSnoopingEnabled​(java.lang.Boolean arpSnoopingEnabled)
        Indicates whether ARP snooping is enabled
        Parameters:
        arpSnoopingEnabled - New value for the property.