Class InternalChecker (2.0.1)

InternalChecker(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
name str
A unique resource name for this InternalChecker. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
display_name str
The checker's human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
network str
The `GCP VPC network
gcp_zone str
The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
peer_project_id str
The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
state .uptime.InternalChecker.State
The current operational state of the internal checker.

Classes

State

State(value)

Operational states for an internal checker.