ServerSummary

pt.tecnico.dsi.openstack.nova.models.ServerSummary
case class ServerSummary(id: String, name: String, links: List[Link]) extends Identifiable

Attributes

Source
ServerSummary.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