Show / Hide Table of Contents

Class GoogleCloudRecommenderV1Impact

Contains the impact a recommendation can have for a given category.

Inheritance
object
GoogleCloudRecommenderV1Impact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1Impact : 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 GoogleCloudRecommenderV1CostProjection CostProjection { get; set; }
Property Value
Type Description
GoogleCloudRecommenderV1CostProjection

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<GoogleCloudRecommenderV1Impact> ImpactComponents { get; set; }
Property Value
Type Description
IList<GoogleCloudRecommenderV1Impact>

ReliabilityProjection

Use with CategoryType.RELIABILITY

Declaration
[JsonProperty("reliabilityProjection")]
public virtual GoogleCloudRecommenderV1ReliabilityProjection ReliabilityProjection { get; set; }
Property Value
Type Description
GoogleCloudRecommenderV1ReliabilityProjection

SecurityProjection

Use with CategoryType.SECURITY

Declaration
[JsonProperty("securityProjection")]
public virtual GoogleCloudRecommenderV1SecurityProjection SecurityProjection { get; set; }
Property Value
Type Description
GoogleCloudRecommenderV1SecurityProjection

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 GoogleCloudRecommenderV1SustainabilityProjection SustainabilityProjection { get; set; }
Property Value
Type Description
GoogleCloudRecommenderV1SustainabilityProjection

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX