Compute Engine v1 API - Class ComputeEnumConstants.RiskDetails.Severity (3.30.0)

public static class ComputeEnumConstants.RiskDetails.Severity

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.RiskDetails.Severity.

Constants for wire representations of the RiskDetails.Types.Severity enum.

Inheritance

object > ComputeEnumConstants.RiskDetails.Severity

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Critical

public const string Critical = "CRITICAL"

Wire representation of Critical.

Field Value
Type Description
string

High

public const string High = "HIGH"

Wire representation of High .

Field Value
Type Description
string

Low

public const string Low = "LOW"

Wire representation of Low.

Field Value
Type Description
string

Medium

public const string Medium = "MEDIUM"

Wire representation of Medium.

Field Value
Type Description
string

UndefinedSeverity

public const string UndefinedSeverity = "UNDEFINED_SEVERITY"

Wire representation of UndefinedSeverity.

Field Value
Type Description
string

Unspecified

public const string Unspecified = "SEVERITY_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
Type Description
string