Enum Severity (0.94.0)

public enum Severity extends Enum<Severity> implements ProtocolMessageEnum

Severity level.

Protobuf enum google.cloud.networksecurity.v1.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
CRITICAL

Serious threats, such as those that affect default installations of widely deployed software, result in root compromise of servers, and the exploit code is widely available to attackers. The attacker usually does not need any special authentication credentials or knowledge about the individual victims and the target does not need to be manipulated into performing any special functions.

CRITICAL = 5;

CRITICAL_VALUE

Serious threats, such as those that affect default installations of widely deployed software, result in root compromise of servers, and the exploit code is widely available to attackers. The attacker usually does not need any special authentication credentials or knowledge about the individual victims and the target does not need to be manipulated into performing any special functions.

CRITICAL = 5;

HIGH

Threats that have the ability to become critical but have mitigating factors; for example, they may be difficult to exploit, do not result in elevated privileges, or do not have a large victim pool.

HIGH = 4;

HIGH_VALUE

Threats that have the ability to become critical but have mitigating factors; for example, they may be difficult to exploit, do not result in elevated privileges, or do not have a large victim pool.

HIGH = 4;

INFORMATIONAL

Suspicious events that do not pose an immediate threat, but that are reported to call attention to deeper problems that could possibly exist.

INFORMATIONAL = 1;

INFORMATIONAL_VALUE

Suspicious events that do not pose an immediate threat, but that are reported to call attention to deeper problems that could possibly exist.

INFORMATIONAL = 1;

LOW

Warning-level threats that have very little impact on an organization's infrastructure. They usually require local or physical system access and may often result in victim privacy issues and information leakage.

LOW = 2;

LOW_VALUE

Warning-level threats that have very little impact on an organization's infrastructure. They usually require local or physical system access and may often result in victim privacy issues and information leakage.

LOW = 2;

MEDIUM

Minor threats in which impact is minimized, that do not compromise the target or exploits that require an attacker to reside on the same local network as the victim, affect only non-standard configurations or obscure applications, or provide very limited access.

MEDIUM = 3;

MEDIUM_VALUE

Minor threats in which impact is minimized, that do not compromise the target or exploits that require an attacker to reside on the same local network as the victim, affect only non-standard configurations or obscure applications, or provide very limited access.

MEDIUM = 3;

SEVERITY_UNSPECIFIED

Severity level not specified.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

Severity level not specified.

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()