CatalogService

consul4s.model.catalog.CatalogService
final case class CatalogService(ID: String, Node: String, Address: String, Datacenter: String, TaggedAddresses: Option[Map[String, String]], NodeMeta: Option[Map[String, String]], ServiceKind: ServiceKind, ServiceID: String, ServiceName: String, ServiceTags: Option[List[String]], ServiceAddress: String, ServiceTaggedAddresses: Option[Map[String, TaggedAddress]], ServiceWeights: Weights, ServiceMeta: Option[Map[String, String]], ServicePort: Int, ServiceEnableTagOverride: Boolean)

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