ServerUsage

pt.tecnico.dsi.openstack.nova.models.ServerUsage
See theServerUsage companion object
case class ServerUsage(name: String, instanceId: String, flavor: String, hours: Double, disk: Information, memory: Information, vcpus: Double, state: String, uptime: Int, startedAt: LocalDateTime, endedAt: Option[LocalDateTime])

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product