Show / Hide Table of Contents

Class ManagedInstanceInstanceHealth

Inheritance
object
ManagedInstanceInstanceHealth
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

HealthState

[Output Only] The current instance health state. This field will not get promoted to beta/GA and might be removed from alpha APIs after 01/12/2019. Please use detailed_health_state field instead.

Declaration
[JsonProperty("healthState")]
public virtual string HealthState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX