Class TargetPoolInstanceHealth
Inheritance
TargetPoolInstanceHealth
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class TargetPoolInstanceHealth : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HealthStatus
Declaration
[JsonProperty("healthStatus")]
public virtual IList<HealthStatus> HealthStatus { get; set; }
Property Value
Kind
Output only. [Output Only] Type of resource. Alwayscompute#targetPoolInstanceHealth when checking the health
of an instance.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Implements