UsageReport

pt.tecnico.dsi.openstack.nova.models.UsageReport
See theUsageReport companion object
case class UsageReport(start: LocalDateTime, stop: LocalDateTime, projectId: String, totalHours: Double, totalDiskUsage: Information, totalMemoryUsage: Information, totalVCPUsUsage: Double, serverUsages: List[ServerUsage])

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

Concrete methods

def project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

Source
UsageReport.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product