Cloud Quotas v1 API - Class DimensionsInfo (1.0.0-beta05)

public sealed class DimensionsInfo : IMessage<DimensionsInfo>, IEquatable<DimensionsInfo>, IDeepCloneable<DimensionsInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Quotas v1 API class DimensionsInfo.

The detailed quota information such as effective quota value for a combination of dimensions.

Inheritance

object > DimensionsInfo

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

DimensionsInfo()

public DimensionsInfo()

DimensionsInfo(DimensionsInfo)

public DimensionsInfo(DimensionsInfo other)
Parameter
Name Description
other DimensionsInfo

Properties

ApplicableLocations

public RepeatedField<string> ApplicableLocations { get; }

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.

Property Value
Type Description
RepeatedFieldstring

Details

public QuotaDetails Details { get; set; }

Quota details for the specified dimensions.

Property Value
Type Description
QuotaDetails

Dimensions

public MapField<string, string> Dimensions { get; }

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.

Property Value
Type Description
MapFieldstringstring