Compute Engine v1 API - Class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategory (3.32.0)

public static class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategory

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategory.

Constants for wire representations of the GetHealthOperationMetadataHealthInfo.Types.RepairCategory enum.

Inheritance

object > ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.RepairCategory

Namespace

Google.Cloud.Compute.V1

Assembly

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