Class ResourceStatusReservationConsumptionInfo
Reservation consumption information that the instance is consuming from.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourceStatusReservationConsumptionInfo : IDirectResponseSchema
Properties
ConsumedReservation
Output only. [Output Only] The full resource name of the reservation that this instance is consuming from.
Declaration
[JsonProperty("consumedReservation")]
public virtual string ConsumedReservation { 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 |