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