Class Commitment
Commitments give you the ability to pay a recurring fee in exchange for a benefit, such as a discount for your use. For example, this object might contain details of a spend-based committed use discount (CUD). Within a CostScenario, adding a commitment includes the cost of the commitment and any discounts.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Commitment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. A name for this commitment. All commitments in a CostScenario must have unique names. Each name may be at most 128 characters long.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
VmResourceBasedCud
A resource-based committed use discount (CUD).
Declaration
[JsonProperty("vmResourceBasedCud")]
public virtual VmResourceBasedCud VmResourceBasedCud { get; set; }
Property Value
Type | Description |
---|---|
VmResourceBasedCud |