OBJECT
ClusterWithCapacityQuota
Description
Information about the Rubrik cluster and any applicable capacity quota for the cluster in the organization.
link GraphQL Schema definition
- type ClusterWithCapacityQuota {
- # The capacity quota that the organization has on the cluster, if it exists.
- ClusterCapacityQuota :
- # The current physical storage that the organization is using on the cluster, in
- # GB.
- Long! :
- # Cluster on which the capacity quota is enforced.
- Cluster! :
- }