public static enum FetchProtectedDatabaseConfigurationDetails.ConfigurationType extends Enum<FetchProtectedDatabaseConfigurationDetails.ConfigurationType> implements BmcEnum
Currently has four config options ALL, TNSNAMES, HOSTS and CABUNDLE. All will return a zipped folder containing the contents of both tnsnames and the certificateChainPem.
Enum Constant and Description |
---|
All |
Cabundle |
Hosts |
Rcvconf |
Tnsnames |
Modifier and Type | Method and Description |
---|---|
static FetchProtectedDatabaseConfigurationDetails.ConfigurationType |
create(String key) |
String |
getValue() |
static FetchProtectedDatabaseConfigurationDetails.ConfigurationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchProtectedDatabaseConfigurationDetails.ConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FetchProtectedDatabaseConfigurationDetails.ConfigurationType Cabundle
public static final FetchProtectedDatabaseConfigurationDetails.ConfigurationType Tnsnames
public static final FetchProtectedDatabaseConfigurationDetails.ConfigurationType Hosts
public static final FetchProtectedDatabaseConfigurationDetails.ConfigurationType Rcvconf
public static final FetchProtectedDatabaseConfigurationDetails.ConfigurationType All
public static FetchProtectedDatabaseConfigurationDetails.ConfigurationType[] values()
for (FetchProtectedDatabaseConfigurationDetails.ConfigurationType c : FetchProtectedDatabaseConfigurationDetails.ConfigurationType.values()) System.out.println(c);
public static FetchProtectedDatabaseConfigurationDetails.ConfigurationType 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 FetchProtectedDatabaseConfigurationDetails.ConfigurationType create(String key)
Copyright © 2016–2024. All rights reserved.