Reference documentation and code samples for the Recommender V1 Client class Category.
Insight category.
Protobuf type google.cloud.recommender.v1.Insight.Category
Namespace
Google \ Cloud \ Recommender \ V1 \ InsightMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CATEGORY_UNSPECIFIED
Value: 0Unspecified category.
Generated from protobuf enum CATEGORY_UNSPECIFIED = 0;
COST
Value: 1The insight is related to cost.
Generated from protobuf enum COST = 1;
SECURITY
Value: 2The insight is related to security.
Generated from protobuf enum SECURITY = 2;
PERFORMANCE
Value: 3The insight is related to performance.
Generated from protobuf enum PERFORMANCE = 3;
MANAGEABILITY
Value: 4This insight is related to manageability.
Generated from protobuf enum MANAGEABILITY = 4;
SUSTAINABILITY
Value: 5The insight is related to sustainability.
Generated from protobuf enum SUSTAINABILITY = 5;
RELIABILITY
Value: 6This insight is related to reliability.
Generated from protobuf enum RELIABILITY = 6;