Class ComputeEnumConstants.ManagedInstanceInstanceHealth.DetailedHealthState (1.3.0)

public static class DetailedHealthState

Constants for wire representations of the ManagedInstanceInstanceHealth.Types.DetailedHealthState enum.

Inheritance

Object > ComputeEnumConstants.ManagedInstanceInstanceHealth.DetailedHealthState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Draining

public const string Draining = "DRAINING"

Wire representation of Draining.

Field Value
TypeDescription
String

Healthy

public const string Healthy = "HEALTHY"

Wire representation of Healthy.

Field Value
TypeDescription
String

Timeout

public const string Timeout = "TIMEOUT"

Wire representation of Timeout.

Field Value
TypeDescription
String

UndefinedDetailedHealthState

public const string UndefinedDetailedHealthState = "UNDEFINED_DETAILED_HEALTH_STATE"

Wire representation of UndefinedDetailedHealthState.

Field Value
TypeDescription
String

Unhealthy

public const string Unhealthy = "UNHEALTHY"

Wire representation of Unhealthy.

Field Value
TypeDescription
String

Unknown

public const string Unknown = "UNKNOWN"

Wire representation of Unknown.

Field Value
TypeDescription
String