Class CapacityAdviceResponse
A response contains multiple scoring recommendations.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityAdviceResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Recommendations
Initially the API will provide one recommendation which balances the individual scores according to service provider's preference.
Declaration
[JsonProperty("recommendations")]
public virtual IList<CapacityAdviceResponseRecommendation> Recommendations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CapacityAdviceResponseRecommendation> |