Class FutureReservationCommitmentInfo
Implements
Inherited Members
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. In the form of "projects/{project-id}/locations/{region-name}/commitment/{name}"
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 |