ClientIPConfig

final case class ClientIPConfig(timeoutSeconds: Option[Int])

ClientIPConfig represents the configurations of Client IP based session affinity.

Source:
ClientIPConfig.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if timeoutSeconds has a value, transforms to the result of function

if timeoutSeconds has a value, transforms to the result of function

Source:
ClientIPConfig.scala

Returns a new data with timeoutSeconds set to new value

Returns a new data with timeoutSeconds set to new value

Source:
ClientIPConfig.scala

Inherited methods

Inherited from:
Product