SessionAffinityConfig

final case class SessionAffinityConfig(clientIP: Option[ClientIPConfig])

SessionAffinityConfig represents the configurations of session affinity.

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

Value members

Concrete methods

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

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

Source:
SessionAffinityConfig.scala

Returns a new data with clientIP set to new value

Returns a new data with clientIP set to new value

Source:
SessionAffinityConfig.scala

Inherited methods

Inherited from:
Product