Class CapacityHistoryResponse
Contains the capacity history.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CapacityHistoryResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Location
Output only. The location (region or zone) for which the capacity history is returned. It is returned as a URL - For example,https://www.googleapis.com/compute/v1/projects/project/zones/zone.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineType
The machine type for which the capacity history is returned.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreemptionHistory
The preemption history for the requested machine type and location.
Declaration
[JsonProperty("preemptionHistory")]
public virtual IList<CapacityHistoryResponsePreemptionRecord> PreemptionHistory { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CapacityHistoryResponsePreemptionRecord> |
PriceHistory
The price history for the requested machine type and location.
Declaration
[JsonProperty("priceHistory")]
public virtual IList<CapacityHistoryResponsePriceRecord> PriceHistory { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CapacityHistoryResponsePriceRecord> |