QuotaUsage

pt.tecnico.dsi.openstack.cinder.models.QuotaUsage
See theQuotaUsage companion object
case class QuotaUsage(volumes: Usage[Int], volumesPerType: Map[String, Usage[Int]], snapshots: Usage[Int], snapshotsPerType: Map[String, Usage[Int]], backups: Usage[Int], groups: Usage[Int], maxVolumeSize: Usage[Information], backupsStorage: Usage[Information], volumesStorage: Usage[Information], volumesStoragePerType: Map[String, Usage[Information]])

A value of -1 means no limit.

Value parameters

backups

number of backups that are allowed for each project.

backupsStorage

size of backups that are allowed for each project.

groups

number of groups that are allowed for each project.

maxVolumeSize

max size of a volume.

snapshots

number of snapshots that are allowed for each project.

snapshotsPerType

number of snapshots per volume type that are allowed for each project.

volumes

number of volumes that are allowed for each project.

volumesPerType

number of volumes that are allowed for each project and the specified volume type.

volumesStorage

size of volumes and snapshots that are allowed for each project.

volumesStoragePerType

size of volumes and snapshots per volume type that are allowed for each project.

Attributes

Companion
object
Source
QuotaUsage.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