Show / Hide Table of Contents

Class BudgetBudgetFilter

Inheritance
System.Object
BudgetBudgetFilter
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 BudgetBudgetFilter

Fields

View Source

CreditTypesTreatment

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

Declaration
public readonly string CreditTypesTreatment
Field Value
Type Description
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 readonly ImmutableArray<string> Projects
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> Services
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.