OBJECT
ClusterCapacityQuota
Description
Cluster capacity quota.
link GraphQL Schema definition
- type ClusterCapacityQuota {
- # Organization on which the capacity quota is enforced.
- String! :
- # Hard limit of the capacity quota (in gigabytes).
- Long! :
- # Soft limit of the capacity quota (in gigabytes).
- Long! :
- # The organization's current usage on the cluster.
- Long! :
- # The time at which the current usage was computed. If null, the usage has not
- # been computed yet.
- DateTime :
- # The type of capacity quota, either physical or logical bytes.
- ClusterCapacityQuotaType! :
- # Cluster on which the capacity quota is enforced.
- Cluster! :
- }