public static enum CVSSv3.AttackComplexity extends Enum<CVSSv3.AttackComplexity> implements com.google.protobuf.ProtocolMessageEnum
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.Protobuf enum
google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity| Enum Constant and Description |
|---|
ATTACK_COMPLEXITY_HIGH
A successful attack depends on conditions beyond the attacker's control.
|
ATTACK_COMPLEXITY_LOW
Specialized access conditions or extenuating circumstances do not exist.
|
ATTACK_COMPLEXITY_UNSPECIFIED
Invalid value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTACK_COMPLEXITY_HIGH_VALUE
A successful attack depends on conditions beyond the attacker's control.
|
static int |
ATTACK_COMPLEXITY_LOW_VALUE
Specialized access conditions or extenuating circumstances do not exist.
|
static int |
ATTACK_COMPLEXITY_UNSPECIFIED_VALUE
Invalid value.
|
| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.AttackComplexity |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.AttackComplexity> |
internalGetValueMap() |
static CVSSv3.AttackComplexity |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.AttackComplexity |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.AttackComplexity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.AttackComplexity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_UNSPECIFIED
Invalid value.
ATTACK_COMPLEXITY_UNSPECIFIED = 0;public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_LOW
Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.
ATTACK_COMPLEXITY_LOW = 1;public static final CVSSv3.AttackComplexity ATTACK_COMPLEXITY_HIGH
A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.
ATTACK_COMPLEXITY_HIGH = 2;public static final CVSSv3.AttackComplexity UNRECOGNIZED
public static final int ATTACK_COMPLEXITY_UNSPECIFIED_VALUE
Invalid value.
ATTACK_COMPLEXITY_UNSPECIFIED = 0;public static final int ATTACK_COMPLEXITY_LOW_VALUE
Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.
ATTACK_COMPLEXITY_LOW = 1;public static final int ATTACK_COMPLEXITY_HIGH_VALUE
A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.
ATTACK_COMPLEXITY_HIGH = 2;public static CVSSv3.AttackComplexity[] values()
for (CVSSv3.AttackComplexity c : CVSSv3.AttackComplexity.values()) System.out.println(c);
public static CVSSv3.AttackComplexity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CVSSv3.AttackComplexity valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CVSSv3.AttackComplexity forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.AttackComplexity> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CVSSv3.AttackComplexity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.