Class HealthSourceHealth
Response message for RegionHealthSources.GetHealth
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HealthSourceHealth : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthState
Health state of the HealthSource.
Declaration
[JsonProperty("healthState")]
public virtual string HealthState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Output only. [Output Only] Type of resource. Alwayscompute#healthSourceHealth for the health of health sources.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sources
Health state details of the sources.
Declaration
[JsonProperty("sources")]
public virtual IList<HealthSourcesGetHealthResponseSourceInfo> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<HealthSourcesGetHealthResponseSourceInfo> |