public static enum DiscoveryJobResult.DiscoveryType extends Enum<DiscoveryJobResult.DiscoveryType> implements BmcEnum
The type of the discovery result. It can be one of the following three types: NEW: A new sensitive column in the target database that is not in the sensitive data model. DELETED: A column that is present in the sensitive data model but has been deleted from the target database. MODIFIED: A column that is present in the target database as well as the sensitive data model but some of its attributes have been modified.
Enum Constant and Description |
---|
Deleted |
Modified |
New |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobResult.DiscoveryType |
create(String key) |
String |
getValue() |
static DiscoveryJobResult.DiscoveryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResult.DiscoveryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryJobResult.DiscoveryType New
public static final DiscoveryJobResult.DiscoveryType Modified
public static final DiscoveryJobResult.DiscoveryType Deleted
public static final DiscoveryJobResult.DiscoveryType UnknownEnumValue
public static DiscoveryJobResult.DiscoveryType[] values()
for (DiscoveryJobResult.DiscoveryType c : DiscoveryJobResult.DiscoveryType.values()) System.out.println(c);
public static DiscoveryJobResult.DiscoveryType 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 DiscoveryJobResult.DiscoveryType create(String key)
Copyright © 2016–2024. All rights reserved.