Class ResourceStatusReservationConsumptionInfo
Reservation consumption information that the instance is consuming from.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 |
ConsumedReservationBlock
Output only. [Output Only] The full resource name of the reservation block that this instance is consuming from.
Declaration
[JsonProperty("consumedReservationBlock")]
public virtual string ConsumedReservationBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConsumedReservationSubBlock
Output only. [Output Only] The full resource name of the reservation sub-block that this instance is consuming from.
Declaration
[JsonProperty("consumedReservationSubBlock")]
public virtual string ConsumedReservationSubBlock { 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 |