Quota

pt.tecnico.dsi.openstack.neutron.models.Quota
See theQuota companion object
case class Quota(floatingip: Int, network: Int, port: Int, rbacPolicy: Int, router: Int, securityGroup: Int, securityGroupRule: Int, subnet: Int, subnetpool: Int)

A value of -1 means no limit.

Value parameters

floatingip

number of floating IP addresses allowed for each project.

network

number of networks allowed for each project.

port

number of ports allowed for each project.

rbacPolicy

number of role-based access control (RBAC) policies for each project.

router

number of routers allowed for each project.

securityGroup

number of security groups allowed for each project.

securityGroupRule

number of security group rules allowed for each project.

subnet

number of subnets allowed for each project.

subnetpool

number of subnet pools allowed for each project.

Attributes

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