Quota
TheQuota class provides an interface to access OpenStack project quotas, allowing you to retrieve limit values for various resources such as cores, instances, RAM, volumes, and network resources.
Constructor
A list of quota resources with their limits. Each item in the list should be a dictionary with
Resource and Limit keys.Example format:Properties
Compute Quotas
Returns the quota limit for CPU cores.
Returns the quota limit for instances.
Returns the quota limit for RAM (in MB).
Returns the quota limit for key pairs.
Returns the quota limit for server groups.
Returns the quota limit for server group members.
Returns the quota limit for injected files.
Returns the quota limit for injected file size.
Returns the quota limit for injected path size.
Storage Quotas
Returns the quota limit for volumes.
Returns the quota limit for snapshots.
Returns the quota limit for gigabytes.
Returns the quota limit for backups.
Returns the quota limit for backup gigabytes.
Returns the quota limit for per-volume gigabytes.
Returns the default volume type quota limit for volumes.
Returns the default volume type quota limit for gigabytes.
Returns the default volume type quota limit for snapshots.
Returns the RBD volume type quota limit for volumes.
Returns the RBD volume type quota limit for gigabytes.
Returns the RBD volume type quota limit for snapshots.
Returns the quota limit for volume groups.
Network Quotas
Returns the quota limit for networks.
Returns the quota limit for subnets.
Returns the quota limit for subnet pools.
Returns the quota limit for ports.
Returns the quota limit for routers.
Returns the quota limit for fixed IPs.
Returns the quota limit for floating IPs.
Returns the quota limit for security groups.
Returns the quota limit for security group rules.
Returns the quota limit for RBAC policies.
Load Balancer Quotas
Returns the quota limit for load balancers.
Returns the quota limit for load balancer listeners.
Returns the quota limit for load balancer pools.
Returns the quota limit for health monitors.
Returns the quota limit for L7 policies.
Other Properties
Returns the project ID associated with these quotas.
Returns the quota limit for properties.
Returns the check limit value.