Class FutureReservationStatusExistingMatchingUsageInfo
[Output Only] Represents the existing matching usage for the future reservation.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FutureReservationStatusExistingMatchingUsageInfo : IDirectResponseSchema
Properties
Count
Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Timestamp
Timestamp when the matching usage was calculated
Declaration
[JsonProperty("timestamp")]
public virtual string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
string |