public static class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategoryReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategory.
Constants for wire representations of the GetHealthOperationMetadataHealthInfo.Types.RepairCategory enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
CriticalFailure
public const string CriticalFailure = "REPAIR_CATEGORY_CRITICAL_FAILURE"Wire representation of CriticalFailure .
| Field Value | |
|---|---|
| Type | Description |
string |
|
EmergentMaintenance
public const string EmergentMaintenance = "REPAIR_CATEGORY_EMERGENT_MAINTENANCE"Wire representation of EmergentMaintenance .
| Field Value | |
|---|---|
| Type | Description |
string |
|
PlannedMaintenance
public const string PlannedMaintenance = "REPAIR_CATEGORY_PLANNED_MAINTENANCE"Wire representation of PlannedMaintenance .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedRepairCategory
public const string UndefinedRepairCategory = "UNDEFINED_REPAIR_CATEGORY"Wire representation of UndefinedRepairCategory .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "REPAIR_CATEGORY_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UserReportedFault
public const string UserReportedFault = "REPAIR_CATEGORY_USER_REPORTED_FAULT"Wire representation of UserReportedFault .
| Field Value | |
|---|---|
| Type | Description |
string |
|