Module: Google::Cloud::Monitoring::V3::InternalChecker::State
- Defined in:
- proto_docs/google/monitoring/v3/uptime.rb
Overview
Operational states for an internal checker.
Constant Summary collapse
- UNSPECIFIED =
An internal checker should never be in the unspecified state.
0
- CREATING =
The checker is being created, provisioned, and configured. A checker in this state can be returned by
ListInternalCheckers
orGetInternalChecker
, as well as by examining the long running Operation that created it. 1
- RUNNING =
The checker is running and available for use. A checker in this state can be returned by
ListInternalCheckers
orGetInternalChecker
as well as by examining the long running Operation that created it. If a checker is being torn down, it is neither visible nor usable, so there is no "deleting" or "down" state. 2