Class CapacityAdviceResponseRecommendation
Recommendation.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CapacityAdviceResponseRecommendation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Scores
Scores for the recommendation.
Declaration
[JsonProperty("scores")]
public virtual CapacityAdviceResponseRecommendationScores Scores { get; set; }
Property Value
| Type | Description |
|---|---|
| CapacityAdviceResponseRecommendationScores |
Shards
Shards represent blocks of uniform capacity in recommendations.
Declaration
[JsonProperty("shards")]
public virtual IList<CapacityAdviceResponseRecommendationShard> Shards { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CapacityAdviceResponseRecommendationShard> |