Class ConsumerQuotaOverrideArgs
Inherited Members
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 SourceConsumerQuotaOverrideArgs()
Declaration
public ConsumerQuotaOverrideArgs()
Properties
View SourceDimensions
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> |
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> |
Limit
The limit on the metric, e.g. /project/region.
Declaration
public Input<string> Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |