Reference documentation and code samples for the Recommender V1 Client class Category.
The category of the impact.
Protobuf type google.cloud.recommender.v1.Impact.Category
Namespace
Google \ Cloud \ Recommender \ V1 \ ImpactMethods
static::name
value
mixed
static::value
name
mixed
Constants
CATEGORY_UNSPECIFIED
Value: 0
Default unspecified category. Don't use directly.
Generated from protobuf enum CATEGORY_UNSPECIFIED = 0;
COST
Value: 1
Indicates a potential increase or decrease in cost.
Generated from protobuf enum COST = 1;
SECURITY
Value: 2
Indicates a potential increase or decrease in security.
Generated from protobuf enum SECURITY = 2;
PERFORMANCE
Value: 3
Indicates a potential increase or decrease in performance.
Generated from protobuf enum PERFORMANCE = 3;
MANAGEABILITY
Value: 4
Indicates a potential increase or decrease in manageability.
Generated from protobuf enum MANAGEABILITY = 4;
SUSTAINABILITY
Value: 5
Indicates a potential increase or decrease in sustainability.
Generated from protobuf enum SUSTAINABILITY = 5;
RELIABILITY
Value: 6
Indicates a potential increase or decrease in reliability.
Generated from protobuf enum RELIABILITY = 6;