ServerAddressByClientCIDR

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.

Value parameters:
clientCIDR

The CIDR with which clients can match their IP to figure out the server address that they should use.

serverAddress

Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

The CIDR with which clients can match their IP to figure out the server address that they should use.

The CIDR with which clients can match their IP to figure out the server address that they should use.

This effect always succeeds, it is safe to use the field clientCIDR directly.

Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

This effect always succeeds, it is safe to use the field serverAddress directly.

Inherited methods

Inherited from:
Product