Show / Hide Table of Contents

Class BudgetBudgetFilterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetBudgetFilterArgs
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.Billing.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetBudgetFilterArgs : ResourceArgs

Constructors

View Source

BudgetBudgetFilterArgs()

Declaration
public BudgetBudgetFilterArgs()

Properties

View Source

CreditTypesTreatment

Specifies how credits should be treated when determining spend for threshold calculations.

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

Projects

A set of projects of the form projects/{project_id}, specifying that usage from only this set of projects should be included in the budget. If omitted, the report will include all usage for the billing account, regardless of which project the usage occurred on. Only zero or one project can be specified currently.

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

Services

A set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.

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