InternalCheckerArgs

data class InternalCheckerArgs(val displayName: Output<String>? = null, val gcpZone: Output<String>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val peerProjectId: Output<String>? = null, val state: Output<InternalCheckerState>? = null) : ConvertibleToJava<InternalCheckerArgs>

An internal checker allows Uptime checks to run on private/internal GCP resources.

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, gcpZone: Output<String>? = null, name: Output<String>? = null, network: Output<String>? = null, peerProjectId: Output<String>? = null, state: Output<InternalCheckerState>? = null)

Properties

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

The checker's human-readable name. The display name should be unique within a Cloud Monitoring Metrics Scope in order to make it easier to identify; however, uniqueness is not enforced.

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

The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.

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

A unique resource name for this InternalChecker. The format is: projects/PROJECT_ID_OR_NUMBER/internalCheckers/PROJECT_ID_OR_NUMBER is the Cloud Monitoring Metrics Scope project for the Uptime check config associated with the internal checker.

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

The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").

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

The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.

Link copied to clipboard
val state: Output<InternalCheckerState>? = null

The current operational state of the internal checker.

Functions

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