Class FutureReservationStatus
[Output only] Represents status related to the future reservation.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class FutureReservationStatus : IDirectResponseSchema
Properties
AmendmentStatus
Output only. [Output Only] The current status of the requested amendment.
Declaration
[JsonProperty("amendmentStatus")]
public virtual string AmendmentStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AutoCreatedReservations
Output only. Fully qualified urls of the automatically created reservations at start_time.
Declaration
[JsonProperty("autoCreatedReservations")]
public virtual IList<string> AutoCreatedReservations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExistingMatchingUsageInfo
Output only. [Output Only] Represents the existing matching usage for the future reservation.
Declaration
[JsonProperty("existingMatchingUsageInfo")]
public virtual FutureReservationStatusExistingMatchingUsageInfo ExistingMatchingUsageInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| FutureReservationStatusExistingMatchingUsageInfo |
FulfilledCount
Output only. This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
Declaration
[JsonProperty("fulfilledCount")]
public virtual long? FulfilledCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
LastKnownGoodState
Output only. [Output Only] This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
Declaration
[JsonProperty("lastKnownGoodState")]
public virtual FutureReservationStatusLastKnownGoodState LastKnownGoodState { get; set; }
Property Value
| Type | Description |
|---|---|
| FutureReservationStatusLastKnownGoodState |
LockTime
Output only. Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time.
Declaration
[JsonProperty("lockTime")]
public virtual string LockTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProcurementStatus
Output only. Current state of this Future Reservation
Declaration
[JsonProperty("procurementStatus")]
public virtual string ProcurementStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpecificSkuProperties
Declaration
[JsonProperty("specificSkuProperties")]
public virtual FutureReservationStatusSpecificSKUProperties SpecificSkuProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| FutureReservationStatusSpecificSKUProperties |