UptimeCheckConfigMonitoredResource

data class UptimeCheckConfigMonitoredResource(val labels: Map<String, String>, val type: String)

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels project_id, instance_id, and zone.

Link copied to clipboard

The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.