Class ReservationConsumedInstance
ReservationConsumedInstance represents a consumed instance.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationConsumedInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Instance
The full URI of the instance resource.
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Service
The service to which the instance belongs. Typically "COMPUTE".
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. [Output Only] The status of the consumed instance.
Declaration
[JsonProperty("status")]
public virtual ReservationConsumedInstanceStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ReservationConsumedInstanceStatus |