ServerAddressByClientCIDR

com.coralogix.zio.k8s.model.pkg.apis.meta.v1.ServerAddressByClientCIDR
See theServerAddressByClientCIDR companion object
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.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product