Class NdSnoopingConfig.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of NdSnoopingConfig.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NdSnoopingConfig build()  
      NdSnoopingConfig.Builder setNdSnoopingEnabled​(java.lang.Boolean ndSnoopingEnabled)
      Enable this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM.
      NdSnoopingConfig.Builder setNdSnoopingLimit​(java.lang.Long ndSnoopingLimit)
      Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses format: int32
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

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

      • setNdSnoopingEnabled

        public NdSnoopingConfig.Builder setNdSnoopingEnabled​(java.lang.Boolean ndSnoopingEnabled)
        Enable this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM. From the NS messages, we will learn about the source which sent this NS message. From the NA message, we will learn the resolved address in the message which the VM is a recipient of. Addresses snooped by this method are subject to TOFU (Trust on First Use) policies as enforced by the system.
        Parameters:
        ndSnoopingEnabled - New value for the property.
      • setNdSnoopingLimit

        public NdSnoopingConfig.Builder setNdSnoopingLimit​(java.lang.Long ndSnoopingLimit)
        Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses format: int32
        Parameters:
        ndSnoopingLimit - New value for the property.