[Obsolete]
public sealed class InternalChecker : IMessage<InternalChecker>, IEquatable<InternalChecker>, IDeepCloneable<InternalChecker>, IBufferMessage, IMessage
An internal checker allows Uptime checks to run on private/internal GCP resources.
Implements
IMessage<InternalChecker>, IEquatable<InternalChecker>, IDeepCloneable<InternalChecker>, 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 Stackdriver Workspace 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 Stackdriver Workspace 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 Workspace 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 |
InternalChecker.Types.State |