Class FutureReservationStatusLastKnownGoodState
The state that the future reservation will be reverted to should the amendment be declined.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FutureReservationStatusLastKnownGoodState : IDirectResponseSchema
Properties
Description
[Output Only] 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 |
ExistingMatchingUsageInfo
[Output Only] Represents the matching usage for the future reservation before an amendment was requested.
Declaration
[JsonProperty("existingMatchingUsageInfo")]
public virtual FutureReservationStatusExistingMatchingUsageInfo ExistingMatchingUsageInfo { get; set; }
Property Value
Type | Description |
---|---|
FutureReservationStatusExistingMatchingUsageInfo |
FutureReservationSpecs
Declaration
[JsonProperty("futureReservationSpecs")]
public virtual FutureReservationStatusLastKnownGoodStateFutureReservationSpecs FutureReservationSpecs { get; set; }
Property Value
Type | Description |
---|---|
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs |
LockTime
[Output Only] The lock time of the FutureReservation before an amendment was requested.
Declaration
[JsonProperty("lockTime")]
public virtual string LockTime { get; set; }
Property Value
Type | Description |
---|---|
string |
NamePrefix
[Output Only] 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
[Output Only] 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 |