Class GoogleCloudRecommenderV1beta1Impact
Contains the impact a recommendation can have for a given category.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1Impact : IDirectResponseSchema
Properties
Category
Category that is being targeted.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
CostProjection
Use with CategoryType.COST
Declaration
[JsonProperty("costProjection")]
public virtual GoogleCloudRecommenderV1beta1CostProjection CostProjection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommenderV1beta1CostProjection |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpactComponents
If populated, the impact contains multiple components. In this case, the top-level impact contains aggregated values and each component contains per-service details.
Declaration
[JsonProperty("impactComponents")]
public virtual IList<GoogleCloudRecommenderV1beta1Impact> ImpactComponents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommenderV1beta1Impact> |
ReliabilityProjection
Use with CategoryType.RELIABILITY
Declaration
[JsonProperty("reliabilityProjection")]
public virtual GoogleCloudRecommenderV1beta1ReliabilityProjection ReliabilityProjection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommenderV1beta1ReliabilityProjection |
SecurityProjection
Use with CategoryType.SECURITY
Declaration
[JsonProperty("securityProjection")]
public virtual GoogleCloudRecommenderV1beta1SecurityProjection SecurityProjection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommenderV1beta1SecurityProjection |
Service
The service that this impact is associated with.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
SustainabilityProjection
Use with CategoryType.SUSTAINABILITY
Declaration
[JsonProperty("sustainabilityProjection")]
public virtual GoogleCloudRecommenderV1beta1SustainabilityProjection SustainabilityProjection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecommenderV1beta1SustainabilityProjection |