vinfra service compute quotas show
List compute quotas:
usage: vinfra service compute quotas show [--usage] <project_id>
--usage
- Include quota usage.
<project_id>
- Project ID
Example:
# vinfra service compute quotas show 6ef6f48f01b640ccb8ff53117b830fa3 --usage +----------------------------------------+---------+ | Field | Value | +----------------------------------------+---------+ | compute.cores.limit | 20 | | compute.cores.used | 2 | | compute.ram.limit | 10.0GiB | | compute.ram.used | 1.0GiB | | compute.ram_quota.limit | 10.0GiB | | compute.ram_quota.used | 1.0GiB | | k8saas.cluster.limit | 10 | | k8saas.cluster.used | 0 | | lbaas.loadbalancer.limit | 10 | | lbaas.loadbalancer.used | 0 | | network.floatingip.limit | 10 | | network.floatingip.used | 0 | | storage.gigabytes.default.limit | 1.0TiB | | storage.gigabytes.default.used | 2.0GiB | | storage.storage_policies.default.limit | 1.0TiB | | storage.storage_policies.default.used | 2.0GiB | +----------------------------------------+---------+
This command shows compute quotas with their usage for the project with the ID 6ef6f48f01b640ccb8ff53117b830fa3
.