Recommendation

Recommendation information to help you remediate detected anomalous behavior that generated an insight.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category type of the recommendation.

Link copied to clipboard

A description of the problem.

Link copied to clipboard
val link: String?

A hyperlink to information to help you address the problem.

Link copied to clipboard
val name: String?

The name of the recommendation.

Link copied to clipboard

The reason DevOps Guru flagged the anomalous behavior as a problem.

Link copied to clipboard

Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.

Link copied to clipboard

Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.

Functions

Link copied to clipboard
inline fun copy(block: Recommendation.Builder.() -> Unit = {}): Recommendation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String