Show / Hide Table of Contents

Class GoogleCloudBillingBudgetsV1beta1Budget

A budget is a plan that describes what you expect to spend on Cloud projects, plus the rules to execute as spend is tracked against that plan, (for example, send an alert when 90% of the target spend is met). The budget time period is configurable, with options such as month (default), quarter, year, or custom time period.

Inheritance
object
GoogleCloudBillingBudgetsV1beta1Budget
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBillingBudget.v1beta1.Data
Assembly: Google.Apis.CloudBillingBudget.v1beta1.dll
Syntax
public class GoogleCloudBillingBudgetsV1beta1Budget : IDirectResponseSchema

Properties

AllUpdatesRule

Optional. Rules to apply to notifications sent based on budget spend and thresholds.

Declaration
[JsonProperty("allUpdatesRule")]
public virtual GoogleCloudBillingBudgetsV1beta1AllUpdatesRule AllUpdatesRule { get; set; }
Property Value
Type Description
GoogleCloudBillingBudgetsV1beta1AllUpdatesRule

Amount

Required. Budgeted amount.

Declaration
[JsonProperty("amount")]
public virtual GoogleCloudBillingBudgetsV1beta1BudgetAmount Amount { get; set; }
Property Value
Type Description
GoogleCloudBillingBudgetsV1beta1BudgetAmount

BudgetFilter

Optional. Filters that define which resources are used to compute the actual spend against the budget amount, such as projects, services, and the budget's time period, as well as other filters.

Declaration
[JsonProperty("budgetFilter")]
public virtual GoogleCloudBillingBudgetsV1beta1Filter BudgetFilter { get; set; }
Property Value
Type Description
GoogleCloudBillingBudgetsV1beta1Filter

DisplayName

User data for display name in UI. Validation: <= 60 chars.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

Optional. Etag to validate that the object is unchanged for a read-modify-write operation. An empty etag will cause an update to overwrite other changes.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OwnershipScope

Declaration
[JsonProperty("ownershipScope")]
public virtual string OwnershipScope { get; set; }
Property Value
Type Description
string

ThresholdRules

Optional. Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Optional for pubsubTopic notifications. Required if using email notifications.

Declaration
[JsonProperty("thresholdRules")]
public virtual IList<GoogleCloudBillingBudgetsV1beta1ThresholdRule> ThresholdRules { get; set; }
Property Value
Type Description
IList<GoogleCloudBillingBudgetsV1beta1ThresholdRule>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX