Class CompositeHealthCheckHealth
Response message for RegionCompositeHealthChecks.GetHealth
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CompositeHealthCheckHealth : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthSources
Health sources and their corresponding health states.
Declaration
[JsonProperty("healthSources")]
public virtual IList<CompositeHealthChecksGetHealthResponseHealthSourceHealth> HealthSources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CompositeHealthChecksGetHealthResponseHealthSourceHealth> |
HealthState
Health state of the CompositeHealthCheck.
Declaration
[JsonProperty("healthState")]
public virtual string HealthState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Output only. [Output Only] Type of resource. Alwayscompute#compositeHealthCheckHealth for the health of composite health checks.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |