Class CapacityAdviceResponseRecommendationScores
The Scores message groups information about a shard of capacity.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 history 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? |
UptimeScore
The uptime score indicates the likelihood that your Spot VMs will continue to run without preemption within the next few hours. For more information about the preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
Declaration
[JsonProperty("uptimeScore")]
public virtual double? UptimeScore { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |