QuotaUsage

pt.tecnico.dsi.openstack.neutron.models.QuotaUsage
See theQuotaUsage companion object
case class QuotaUsage(floatingip: Usage[Int], network: Usage[Int], port: Usage[Int], rbacPolicy: Usage[Int], router: Usage[Int], securityGroup: Usage[Int], securityGroupRule: Usage[Int], subnet: Usage[Int], subnetpool: Usage[Int])

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