Class ManagedInstanceInstanceHealth
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ManagedInstanceInstanceHealth : IDirectResponseSchema
Properties
DetailedHealthState
[Output Only] The current detailed instance health state.
Declaration
[JsonProperty("detailedHealthState")]
public virtual string DetailedHealthState { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthCheck
[Output Only] The URL for the health check that verifies whether the instance is healthy.
Declaration
[JsonProperty("healthCheck")]
public virtual string HealthCheck { get; set; }
Property Value
Type | Description |
---|---|
string |