===== quota ===== Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties. Block Storage v1, v2, Compute v2, Network v2 quota set --------- Set quotas for project .. program:: quota set .. code:: bash os quota set # Compute settings [--cores ] [--fixed-ips ] [--floating-ips ] [--injected-file-size ] [--injected-files ] [--instances ] [--key-pairs ] [--properties ] [--ram ] [--server-groups ] [--server-group-members ] # Block Storage settings [--backups ] [--backup-gigabytes ] [--gigabytes ] [--per-volume-gigabytes ] [--snapshots ] [--volumes ] [--volume-type ] # Network settings [--floating-ips ] [--secgroup-rules ] [--secgroups ] [--networks ] [--subnets ] [--ports ] [--routers ] [--rbac-policies ] [--vips ] [--subnetpools ] [--members ] [--health-monitors ] Set quotas for class .. code:: bash os quota set --class # Compute settings [--cores ] [--fixed-ips ] [--floating-ips ] [--injected-file-size ] [--injected-files ] [--instances ] [--key-pairs ] [--properties ] [--ram ] [--server-groups ] [--server-group-members ] # Block Storage settings [--backups ] [--backup-gigabytes ] [--gigabytes ] [--per-volume-gigabytes ] [--snapshots ] [--volumes ] .. option:: --class Set quotas for ```` .. option:: --properties New value for the properties quota .. option:: --ram New value for the ram quota .. option:: --secgroup-rules New value for the secgroup-rules quota .. option:: --instances New value for the instances quota .. option:: --key-pairs New value for the key-pairs quota .. option:: --fixed-ips New value for the fixed-ips quota .. option:: --secgroups New value for the secgroups quota .. option:: --injected-file-size New value for the injected-file-size quota .. option:: --server-groups New value for the server-groups quota .. option:: --server-group-members New value for the server-group-members quota .. option:: --floating-ips New value for the floating-ips quota .. option:: --injected-files New value for the injected-files quota .. option:: --cores New value for the cores quota .. option:: --injected-path-size New value for the injected-path-size quota .. option:: --backups New value for the backups quota .. option:: --backup-gigabytes New value for the backup gigabytes quota .. option:: --gigabytes New value for the gigabytes quota .. option:: --per-volume-gigabytes New value for the gigabytes quota of per volume .. option:: --volumes New value for the volumes quota .. option:: --snapshots New value for the snapshots quota .. option:: --volume-type Set quotas for a specific . The supported quotas are: gigabytes, snapshots, volumes. .. option:: --networks New value for the networks quota .. option:: --subnets New value for the subnets quota .. option:: --ports New value for the ports quota .. option:: --routers New value for the routers quota .. option:: --rbac-policies New value for the rbac-policies quota .. option:: --vips New value for the vips quota .. option:: --subnetpools New value for the subnetpools quota .. option:: --members New value for the members quota .. option:: --health-monitors New value for the health-monitors quota quota show ---------- Show quotas for project or class .. program:: quota show .. code:: bash os quota show [--default] [] .. option:: --default Show default quotas for :ref:`\ ` .. _quota_show-project: .. describe:: Show quotas for this project (name or ID) .. code:: bash os quota show --class [] .. option:: --class Show quotas for :ref:`\ ` .. _quota_show-class: .. describe:: Show quotas for this class (name or ID)