Class TargetPoolInstanceHealth
Inheritance
System.Object
TargetPoolInstanceHealth
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class TargetPoolInstanceHealth : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HealthStatus
Declaration
[JsonProperty("healthStatus")]
public virtual IList<HealthStatus> HealthStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<HealthStatus> |
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
| Type | Description |
|---|---|
| System.String |