Class TargetPoolInstanceHealth
Inheritance
TargetPoolInstanceHealth
Assembly: Google.Apis.Compute.alpha.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] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an
instance.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Implements