ServiceGroupMonitoringAgentProcessMatchExpressArgs

data class ServiceGroupMonitoringAgentProcessMatchExpressArgs(val function: Output<String>? = null, val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ServiceGroupMonitoringAgentProcessMatchExpressArgs>

Constructors

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

Properties

Link copied to clipboard
val function: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The criteria based on which the instances are matched.

Link copied to clipboard
val value: Output<String>? = null

The keyword used to match the instance name.

Functions

Link copied to clipboard
open override fun toJava(): ServiceGroupMonitoringAgentProcessMatchExpressArgs