CatalogEntry

pt.tecnico.dsi.openstack.keystone.models.CatalogEntry
See theCatalogEntry companion object
final case class CatalogEntry(`type`: String, serviceId: String, serviceName: String, endpoints: List[Endpoint])

Attributes

Companion
object
Source
CatalogEntry.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def urlOf(interface: Interface, region: String): Option[String]

Attributes

Source
CatalogEntry.scala
def urlsOf(interface: Interface): Option[Map[String, String]]

Attributes

Source
CatalogEntry.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields