Class StaticPoolConfig.Builder

    • Constructor Detail

      • Builder

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

      • setIpv4PoolSize

        public StaticPoolConfig.Builder setIpv4PoolSize​(java.lang.Long ipv4PoolSize)
        Number of IPs to be reserved in static ip pool. Maximum allowed value is 'subnet size - 4'. If dhcp is enabled then by default static ipv4 pool size will be zero and all available IPs will be reserved in local dhcp pool. If dhcp is deactivated then by default all IPs will be reserved in static ip pool. format: int32
        Parameters:
        ipv4PoolSize - New value for the property.