GetSQuotaInfoDimensionsInfo

data class GetSQuotaInfoDimensionsInfo(val applicableLocations: List<String>, val details: List<GetSQuotaInfoDimensionsInfoDetail>, val dimensions: Map<String, String>)

Constructors

Link copied to clipboard
constructor(applicableLocations: List<String>, details: List<GetSQuotaInfoDimensionsInfoDetail>, dimensions: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The applicable regions or zones of this dimensions info. The field will be set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.

Link copied to clipboard

The quota details for a map of dimensions.

Link copied to clipboard

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.