[Obsolete]
public sealed class InternalChecker : IMessage<InternalChecker>, IEquatable<InternalChecker>, IDeepCloneable<InternalChecker>, IBufferMessage, IMessageReference 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.
Implements
IMessageInternalChecker, IEquatableInternalChecker, IDeepCloneableInternalChecker, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
InternalChecker()
public InternalChecker()InternalChecker(InternalChecker)
public InternalChecker(InternalChecker other)| Parameter | |
|---|---|
| Name | Description |
other |
InternalChecker |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }The GCP VPC network where the internal resource lives (ex: "default").
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
State
public InternalChecker.Types.State State { get; set; }The current operational state of the internal checker.
| Property Value | |
|---|---|
| Type | Description |
InternalCheckerTypesState |
|