Class ReservationConsumedInstancesListResponse
Response message for listing reservation consumed instances.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationConsumedInstancesListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Uniquely identifies the type of this resource.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
A list of ReservationConsumedInstance resources.
Declaration
[JsonProperty("items")]
public virtual IList<ReservationConsumedInstance> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReservationConsumedInstance> |
Kind
Identifies the resource as a list of reservation consumed instances.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
[Output Only] This token allows you to get the next page of results for list requests.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLink
Output only. [Output Only] Server-defined URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Warning
[Output Only] Informational warning which replaces the result in some cases.
Declaration
[JsonProperty("warning")]
public virtual ReservationConsumedInstancesListResponse.WarningData Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| ReservationConsumedInstancesListResponse.WarningData |