Class BudgetBudgetFilterArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetBudgetFilterArgs : ResourceArgs
Constructors
View SourceBudgetBudgetFilterArgs()
Declaration
public BudgetBudgetFilterArgs()
Properties
View SourceCreditTypesTreatment
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> |
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> |
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> |