public static class ComputeEnumConstants.HealthStatus.WeightErrorReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.HealthStatus.WeightError.
Constants for wire representations of the HealthStatus.Types.WeightError enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
InvalidWeight
public const string InvalidWeight = "INVALID_WEIGHT"Wire representation of InvalidWeight.
| Field Value | |
|---|---|
| Type | Description |
string |
|
MissingWeight
public const string MissingWeight = "MISSING_WEIGHT"Wire representation of MissingWeight.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UnavailableWeight
public const string UnavailableWeight = "UNAVAILABLE_WEIGHT"Wire representation of UnavailableWeight.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedWeightError
public const string UndefinedWeightError = "UNDEFINED_WEIGHT_ERROR"Wire representation of UndefinedWeightError.
| Field Value | |
|---|---|
| Type | Description |
string |
|
WeightNone
public const string WeightNone = "WEIGHT_NONE"Wire representation of WeightNone.
| Field Value | |
|---|---|
| Type | Description |
string |
|