Show / Hide Table of Contents

Class FutureReservationStatusLastKnownGoodState

The state that the future reservation will be reverted to should the amendment be declined.

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

Properties

Description

Output only. [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. [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. [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. [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. [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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX