Class CapacityHistoryResponsePreemptionRecord
A record of Spot VM preemption history.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CapacityHistoryResponsePreemptionRecord : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interval
The time interval for this preemption record.
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |
PreemptionRate
The preemption rate during the interval, representing the fraction of Spot VMs that were preempted. Range: 0.0 to 1.0. Preemption rate is calculated as (total preempted Spots) / (total Spots that stopped running).
Declaration
[JsonProperty("preemptionRate")]
public virtual double? PreemptionRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |