Compute Engine v1 API - Class FutureReservationStatus (3.22.0)

public sealed class FutureReservationStatus : IMessage<FutureReservationStatus>, IEquatable<FutureReservationStatus>, IDeepCloneable<FutureReservationStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class FutureReservationStatus.

[Output only] Represents status related to the future reservation.

Inheritance

object > FutureReservationStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FutureReservationStatus()

public FutureReservationStatus()

FutureReservationStatus(FutureReservationStatus)

public FutureReservationStatus(FutureReservationStatus other)
Parameter
Name Description
other FutureReservationStatus

Properties

AmendmentStatus

public string AmendmentStatus { get; set; }

Output only. [Output Only] The current status of the requested amendment. Check the AmendmentStatus enum for the list of possible values.

Property Value
Type Description
string

AutoCreatedReservations

public RepeatedField<string> AutoCreatedReservations { get; }

Output only. Fully qualified urls of the automatically created reservations at start_time.

Property Value
Type Description
RepeatedFieldstring

ExistingMatchingUsageInfo

public FutureReservationStatusExistingMatchingUsageInfo ExistingMatchingUsageInfo { get; set; }

Output only. [Output Only] Represents the existing matching usage for the future reservation.

Property Value
Type Description
FutureReservationStatusExistingMatchingUsageInfo

FulfilledCount

public long FulfilledCount { get; set; }

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.

Property Value
Type Description
long

HasAmendmentStatus

public bool HasAmendmentStatus { get; }

Gets whether the "amendment_status" field is set

Property Value
Type Description
bool

HasFulfilledCount

public bool HasFulfilledCount { get; }

Gets whether the "fulfilled_count" field is set

Property Value
Type Description
bool

HasLockTime

public bool HasLockTime { get; }

Gets whether the "lock_time" field is set

Property Value
Type Description
bool

HasProcurementStatus

public bool HasProcurementStatus { get; }

Gets whether the "procurement_status" field is set

Property Value
Type Description
bool

LastKnownGoodState

public FutureReservationStatusLastKnownGoodState LastKnownGoodState { get; set; }

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.

Property Value
Type Description
FutureReservationStatusLastKnownGoodState

LockTime

public string LockTime { get; set; }

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.

Property Value
Type Description
string

ProcurementStatus

public string ProcurementStatus { get; set; }

Output only. Current state of this Future Reservation Check the ProcurementStatus enum for the list of possible values.

Property Value
Type Description
string

SpecificSkuProperties

public FutureReservationStatusSpecificSKUProperties SpecificSkuProperties { get; set; }
Property Value
Type Description
FutureReservationStatusSpecificSKUProperties