Google Cloud Monitoring v3 API - Class InternalChecker (3.8.0)

[Obsolete]
public sealed class InternalChecker : IMessage<InternalChecker>, IEquatable<InternalChecker>, IDeepCloneable<InternalChecker>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class InternalChecker.

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

Inheritance

object > InternalChecker

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

InternalChecker()

public InternalChecker()

InternalChecker(InternalChecker)

public InternalChecker(InternalChecker other)
Parameter
NameDescription
otherInternalChecker

Properties

DisplayName

public string DisplayName { get; set; }

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.

Property Value
TypeDescription
string

GcpZone

public string GcpZone { get; set; }

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

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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 Cloud Monitoring Metrics Scope project for the Uptime check config associated with the internal checker.

Property Value
TypeDescription
string

Network

public string Network { get; set; }

The GCP VPC network where the internal resource lives (ex: "default").

Property Value
TypeDescription
string

PeerProjectId

public string PeerProjectId { get; set; }

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

Property Value
TypeDescription
string

State

public InternalChecker.Types.State State { get; set; }

The current operational state of the internal checker.

Property Value
TypeDescription
InternalCheckerTypesState