public static enum UpdateDbConfigParams.ApplyConfig extends Enum<UpdateDbConfigParams.ApplyConfig> implements BmcEnum
Whether a configuration update requires a restart of the database instance or a reload of the configuration. Some configuration changes require a restart of database instances to be applied.
Modifier and Type | Method and Description |
---|---|
static UpdateDbConfigParams.ApplyConfig |
create(String key) |
String |
getValue() |
static UpdateDbConfigParams.ApplyConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDbConfigParams.ApplyConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateDbConfigParams.ApplyConfig Restart
public static final UpdateDbConfigParams.ApplyConfig Reload
public static UpdateDbConfigParams.ApplyConfig[] values()
for (UpdateDbConfigParams.ApplyConfig c : UpdateDbConfigParams.ApplyConfig.values()) System.out.println(c);
public static UpdateDbConfigParams.ApplyConfig 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 UpdateDbConfigParams.ApplyConfig create(String key)
Copyright © 2016–2024. All rights reserved.