Get SQuota Info Result
A collection of values returned by getSQuotaInfo.
Constructors
Properties
(Output) The container type of the QuotaInfo.
The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
(Output) The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
(Output) Whether the quota is a concurrent quota. Concurrent quotas are enforced on the total number of concurrent operations in flight at any given time.
(Output) The display name of the quota metric.
(Output) The unit in which the metric value is reported, e.g., MByte
.
(Output) The display name of the quota.
(Output) Whether it is eligible to request a higher quota value for this quota.
(Output) The reset time interval for the quota. Refresh interval applies to rate quota only. Example: "minute" for per minute, "day" for per day, or "10 seconds" for every 10 seconds.
(Output) URI to the page where users can request more quota for the cloud service, for example: https://console.cloud.google.com/iam-admin/quotas
.