public static enum ListSecurityFeaturesRequest.TargetsWithColumnEncryption extends Enum<ListSecurityFeaturesRequest.TargetsWithColumnEncryption> implements BmcEnum
A filter to return only the targets that enable the DB security feature - Column Encryption enabled/disabled.
Modifier and Type | Method and Description |
---|---|
static ListSecurityFeaturesRequest.TargetsWithColumnEncryption |
create(String key) |
String |
getValue() |
static ListSecurityFeaturesRequest.TargetsWithColumnEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSecurityFeaturesRequest.TargetsWithColumnEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListSecurityFeaturesRequest.TargetsWithColumnEncryption Enabled
public static final ListSecurityFeaturesRequest.TargetsWithColumnEncryption Disabled
public static final ListSecurityFeaturesRequest.TargetsWithColumnEncryption None
public static ListSecurityFeaturesRequest.TargetsWithColumnEncryption[] values()
for (ListSecurityFeaturesRequest.TargetsWithColumnEncryption c : ListSecurityFeaturesRequest.TargetsWithColumnEncryption.values()) System.out.println(c);
public static ListSecurityFeaturesRequest.TargetsWithColumnEncryption 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 ListSecurityFeaturesRequest.TargetsWithColumnEncryption create(String key)
Copyright © 2016–2024. All rights reserved.