ServerAddressByClientCIDR

final case class ServerAddressByClientCIDR(clientCIDR: String, serverAddress: String)

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

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

Value members

Concrete methods

transforms clientCIDR to result of function

transforms clientCIDR to result of function

Source:
ServerAddressByClientCIDR.scala

transforms serverAddress to result of function

transforms serverAddress to result of function

Source:
ServerAddressByClientCIDR.scala

Returns a new data with clientCIDR set to new value

Returns a new data with clientCIDR set to new value

Source:
ServerAddressByClientCIDR.scala

Returns a new data with serverAddress set to new value

Returns a new data with serverAddress set to new value

Source:
ServerAddressByClientCIDR.scala

Inherited methods

Inherited from:
Product