Show / Hide Table of Contents

Class FutureReservationCommitmentInfo

Inheritance
object
FutureReservationCommitmentInfo
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureReservationCommitmentInfo : IDirectResponseSchema

Properties

CommitmentName

name of the commitment where capacity is being delivered to.

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

CommitmentPlan

Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PreviousCommitmentTerms

Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX