Show / Hide Table of Contents

Class HealthCheck

HealthCheck contains the detailed health check of a component based on asource.

Inheritance
object
HealthCheck
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
CloudResource

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX