Class CompositeHealthChecksGetHealthResponse
Response message for RegionCompositeHealthChecks.GetHealth
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CompositeHealthChecksGetHealthResponse : 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 |