Class HealthCheck
HealthCheck contains the detailed health check of a component based on asource.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class HealthCheck : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Output only. The message of the health check.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Metric
Output only. The health check source metric name.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
Output only. The resource the check performs on.
Declaration
[JsonProperty("resource")]
public virtual CloudResource Resource { get; set; }
Property Value
Type | Description |
---|---|
Cloud |
Source
Output only. The source of the health check.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the health check.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |