ServiceGroupMonitoringAgentProcessMatchExpress

data class ServiceGroupMonitoringAgentProcessMatchExpress(val function: String? = null, val name: String? = null, val value: String? = null)

Constructors

constructor(function: String? = null, name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val function: String? = null

The matching condition. Valid values: all, startWith, endWith, contains, notContains, equals.

Link copied to clipboard
val name: String? = null

The criteria based on which the instances are matched.

Link copied to clipboard
val value: String? = null

The keyword used to match the instance name.