InternalChecker class
An internal checker allows Uptime checks to run on private/internal GCP resources.
Constructors
- InternalChecker({String? displayName, String? gcpZone, String? name, String? network, String? peerProjectId, String? state})
- InternalChecker.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The checker's human-readable name.
getter/setter pair
- gcpZone ↔ String?
-
The GCP zone the Uptime check should egress from.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
A unique resource name for this InternalChecker.
getter/setter pair
- network ↔ String?
-
The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the
internal resource lives (ex: "default").
getter/setter pair
- peerProjectId ↔ String?
-
The GCP project ID where the internal checker lives.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current operational state of the internal checker.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited