Show / Hide Table of Contents

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.

Inheritance
object
Commitment
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX