Reference documentation and code samples for the Compute V1 Client class QuotaExceededInfo.
Additional details for quota exceeded error for resource quota.
Generated from protobuf message google.cloud.compute.v1.QuotaExceededInfo
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dimensions
↳ limit
float
Current effective quota limit. The limit's unit depends on the quota type or metric.
↳ limit_name
string
The name of the quota limit.
↳ metric_name
string
The Compute Engine quota metric name.
getDimensions
The map holding related quota dimensions.
setDimensions
The map holding related quota dimensions.
$this
getLimit
Current effective quota limit. The limit's unit depends on the quota type or metric.
float
hasLimit
clearLimit
setLimit
Current effective quota limit. The limit's unit depends on the quota type or metric.
var
float
$this
getLimitName
The name of the quota limit.
string
hasLimitName
clearLimitName
setLimitName
The name of the quota limit.
var
string
$this
getMetricName
The Compute Engine quota metric name.
string
hasMetricName
clearMetricName
setMetricName
The Compute Engine quota metric name.
var
string
$this