Class CapacityHistoryResponse
Contains the capacity history for Spot VMs.
Inheritance
CapacityHistoryResponse
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityHistoryResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Location
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
MachineType
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
PreemptionHistory
Declaration
[JsonProperty("preemptionHistory")]
public virtual IList<CapacityHistoryResponsePreemptionRecord> PreemptionHistory { get; set; }
Property Value
PriceHistory
Declaration
[JsonProperty("priceHistory")]
public virtual IList<CapacityHistoryResponsePriceRecord> PriceHistory { get; set; }
Property Value
Implements