public sealed class FutureReservationStatusExistingMatchingUsageInfo : IMessage<FutureReservationStatusExistingMatchingUsageInfo>, IEquatable<FutureReservationStatusExistingMatchingUsageInfo>, IDeepCloneable<FutureReservationStatusExistingMatchingUsageInfo>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class FutureReservationStatusExistingMatchingUsageInfo.
[Output Only] Represents the existing matching usage for the future reservation.
Implements
IMessageFutureReservationStatusExistingMatchingUsageInfo, IEquatableFutureReservationStatusExistingMatchingUsageInfo, IDeepCloneableFutureReservationStatusExistingMatchingUsageInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FutureReservationStatusExistingMatchingUsageInfo()
public FutureReservationStatusExistingMatchingUsageInfo()FutureReservationStatusExistingMatchingUsageInfo(FutureReservationStatusExistingMatchingUsageInfo)
public FutureReservationStatusExistingMatchingUsageInfo(FutureReservationStatusExistingMatchingUsageInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
FutureReservationStatusExistingMatchingUsageInfo |
Properties
Count
public long Count { get; set; }Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasCount
public bool HasCount { get; }Gets whether the "count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasTimestamp
public bool HasTimestamp { get; }Gets whether the "timestamp" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Timestamp
public string Timestamp { get; set; }Output only. Timestamp when the matching usage was calculated
| Property Value | |
|---|---|
| Type | Description |
string |
|