Endpoint

pt.tecnico.dsi.openstack.keystone.models.Endpoint
See theEndpoint companion object
final case class Endpoint(id: String, interface: Interface, regionId: String, url: String, serviceId: String, enabled: Boolean, links: List[Link]) extends Identifiable

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala