Google Cloud Monitoring v3 API - Enum InternalChecker.Types.State (3.8.0)

public enum InternalChecker.Types.State

Reference documentation and code samples for the Google Cloud Monitoring v3 API enum InternalChecker.Types.State.

Operational states for an internal checker.

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
Creating

The checker is being created, provisioned, and configured. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker, as well as by examining the long running Operation that created it.

Running

The checker is running and available for use. A checker in this state can be returned by ListInternalCheckers or GetInternalChecker 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.

Unspecified

An internal checker should never be in the unspecified state.