ResizeRequestStatusErrorErrorErrorDetailQuotaInfo

data class ResizeRequestStatusErrorErrorErrorDetailQuotaInfo(val dimensions: Map<String, String>? = null, val futureLimit: Int? = null, val limit: Int? = null, val limitName: String? = null, val metricName: String? = null, val rolloutStatus: String? = null)

Constructors

constructor(dimensions: Map<String, String>? = null, futureLimit: Int? = null, limit: Int? = null, limitName: String? = null, metricName: String? = null, rolloutStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dimensions: Map<String, String>? = null

(Output) The map holding related quota dimensions

Link copied to clipboard
val futureLimit: Int? = null

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

Link copied to clipboard
val limit: Int? = null

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

Link copied to clipboard
val limitName: String? = null

(Output) The name of the quota limit.

Link copied to clipboard
val metricName: String? = null

(Output) The Compute Engine quota metric name.

Link copied to clipboard
val rolloutStatus: String? = null

(Output) Rollout status of the future quota limit.