Class CapacityAdviceResponseRecommendationScores
Groups information about a shard of capacity.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CapacityAdviceResponseRecommendationScores : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedUptime
The estimated run time of the majority of Spot VMs in the request before preemption. The estimate is best-effort only. It is based on historical data and current conditions.
Declaration
[JsonProperty("estimatedUptime")]
public virtual object EstimatedUptime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Obtainability
The obtainability score indicates the likelihood of successfully obtaining (provisioning) the requested number of VMs. The score range is 0.0 through 1.0. Higher is better.
Declaration
[JsonProperty("obtainability")]
public virtual double? Obtainability { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |