- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class FutureReservationStatus : IMessage<FutureReservationStatus>, IEquatable<FutureReservationStatus>, IDeepCloneable<FutureReservationStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureReservationStatus.
[Output only] Represents status related to the future reservation.
Implements
IMessageFutureReservationStatus, IEquatableFutureReservationStatus, IDeepCloneableFutureReservationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|