Class RecommendationInfo
Info associated with recommendation.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class RecommendationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Recommender
Name of recommendation. Examples: organizations/1234/locations/us-central1/recommenders/google.cloudsql.instance.PerformanceRecommender/recommendations/9876
Declaration
[JsonProperty("recommender")]
public virtual string Recommender { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecommenderId
ID of recommender. Examples: "google.cloudsql.instance.PerformanceRecommender"
Declaration
[JsonProperty("recommenderId")]
public virtual string RecommenderId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecommenderSubtype
Contains an identifier for a subtype of recommendations produced for the same recommender. Subtype is a
function of content and impact, meaning a new subtype might be added when significant changes to content
or primary_impact.category are introduced. See the Recommenders section to see a list of subtypes for a
given Recommender. Examples: For recommender = "google.cloudsql.instance.PerformanceRecommender",
recommender_subtype can be
"MYSQL_HIGH_NUMBER_OF_OPEN_TABLES_BEST_PRACTICE"/"POSTGRES_HIGH_TRANSACTION_ID_UTILIZATION_BEST_PRACTICE"
Declaration
[JsonProperty("recommenderSubtype")]
public virtual string RecommenderSubtype { get; set; }
Property Value
| Type | Description |
|---|---|
| string |