Server

algoliasearch.monitoring.Server
case class Server(name: Option[String], region: Option[Region], isSlave: Option[Boolean], isReplica: Option[Boolean], cluster: Option[String], status: Option[ServerStatus], `type`: Option[ModelType])

Server

Value parameters

cluster

Name of the cluster to which this server belongs.

isReplica

Whether this server is a replica of another server.

isSlave

Included to support legacy applications. Use is_replica instead.

name

Server name.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product