Show / Hide Table of Contents

Class BudgetThresholdRule

Inheritance
System.Object
BudgetThresholdRule
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.Billing.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetThresholdRule

Fields

View Source

SpendBasis

The type of basis used to determine if spend has passed the threshold.

Declaration
public readonly string SpendBasis
Field Value
Type Description
System.String
View Source

ThresholdPercent

Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0.

Declaration
public readonly double ThresholdPercent
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.