Show / Hide Table of Contents

Class ConsumerQuotaOverrideArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConsumerQuotaOverrideArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.ServiceUsage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConsumerQuotaOverrideArgs : ResourceArgs

Constructors

View Source

ConsumerQuotaOverrideArgs()

Declaration
public ConsumerQuotaOverrideArgs()

Properties

View Source

Dimensions

If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit.

Declaration
public InputMap<string> Dimensions { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Force

If the new quota would decrease the existing quota by more than 10%, the request is rejected. If force is true, that safety check is ignored.

Declaration
public Input<bool> Force { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Limit

The limit on the metric, e.g. /project/region.

Declaration
public Input<string> Limit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Metric

The metric that should be limited, e.g. compute.googleapis.com/cpus.

Declaration
public Input<string> Metric { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OverrideValue

The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).

Declaration
public Input<string> OverrideValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Service

The service that the metrics belong to, e.g. compute.googleapis.com.

Declaration
public Input<string> Service { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.