Google Cloud Recommender v1 API - Class Impact (3.6.0)

public sealed class Impact : IMessage<Impact>, IEquatable<Impact>, IDeepCloneable<Impact>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Recommender v1 API class Impact.

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

Inheritance

object > Impact

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Constructors

Impact()

public Impact()

Impact(Impact)

public Impact(Impact other)
Parameter
NameDescription
otherImpact

Properties

Category

public Impact.Types.Category Category { get; set; }

Category that is being targeted.

Property Value
TypeDescription
ImpactTypesCategory

CostProjection

public CostProjection CostProjection { get; set; }

Use with CategoryType.COST

Property Value
TypeDescription
CostProjection

ProjectionCase

public Impact.ProjectionOneofCase ProjectionCase { get; }
Property Value
TypeDescription
ImpactProjectionOneofCase

ReliabilityProjection

public ReliabilityProjection ReliabilityProjection { get; set; }

Use with CategoryType.RELIABILITY

Property Value
TypeDescription
ReliabilityProjection

SecurityProjection

public SecurityProjection SecurityProjection { get; set; }

Use with CategoryType.SECURITY

Property Value
TypeDescription
SecurityProjection

SustainabilityProjection

public SustainabilityProjection SustainabilityProjection { get; set; }

Use with CategoryType.SUSTAINABILITY

Property Value
TypeDescription
SustainabilityProjection