@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum VulnerabilityTypes extends Enum<VulnerabilityTypes> implements BmcEnum
Possible types of a vulnerability shown on the report. For Linux instances, this refers to advisory type. For Windows intances, this refers to Windows update type.
Enum Constant and Description |
---|
All |
Bugfix |
Enhancement |
Other |
Security |
Modifier and Type | Method and Description |
---|---|
static VulnerabilityTypes |
create(String key) |
String |
getValue() |
static VulnerabilityTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VulnerabilityTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VulnerabilityTypes Security
public static final VulnerabilityTypes Bugfix
public static final VulnerabilityTypes Enhancement
public static final VulnerabilityTypes Other
public static final VulnerabilityTypes All
public static VulnerabilityTypes[] values()
for (VulnerabilityTypes c : VulnerabilityTypes.values()) System.out.println(c);
public static VulnerabilityTypes 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 static VulnerabilityTypes create(String key)
Copyright © 2016–2024. All rights reserved.