QuotaExceededInfo

Additional details for quota exceeded error for resource quota.

JSON representation
{
  "metricName": string,
  "limitName": string,
  "dimensions": {
    string: string,
    ...
  },
  "limit": number,
  "futureLimit": number,
  "rolloutStatus": enum (RolloutStatus)
}
Fields
metricName

string

The Compute Engine quota metric name.

limitName

string

The name of the quota limit.

dimensions

map (key: string, value: string)

The map holding related quota dimensions.

limit

number

Current effective quota limit. The limit's unit depends on the quota type or metric.

futureLimit

number

Future quota limit being rolled out. The limit's unit depends on the quota type or metric.

rolloutStatus

enum (RolloutStatus)

Rollout status of the future quota limit.