Class FutureReservationStatusLastKnownGoodState
The state that the future reservation will be reverted to should the amendment be declined.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureReservationStatusLastKnownGoodState : IDirectResponseSchema
Properties
Description
The description of the FutureReservation before an amendment was requested.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
FutureReservationSpecs
Declaration
[JsonProperty("futureReservationSpecs")]
public virtual FutureReservationStatusLastKnownGoodStateFutureReservationSpecs FutureReservationSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| FutureReservationStatusLastKnownGoodStateFutureReservationSpecs |
NamePrefix
The name prefix of the Future Reservation before an amendment was requested.
Declaration
[JsonProperty("namePrefix")]
public virtual string NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProcurementStatus
The status of the last known good state for the Future Reservation.
Declaration
[JsonProperty("procurementStatus")]
public virtual string ProcurementStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |