Package | Description |
---|---|
com.oracle.bmc.psql.model |
Modifier and Type | Method and Description |
---|---|
static UpdateDbConfigParams.ApplyConfig |
UpdateDbConfigParams.ApplyConfig.create(String key) |
UpdateDbConfigParams.ApplyConfig |
UpdateDbConfigParams.getApplyConfig()
Whether a configuration update requires a restart of the database instance or a reload of the
configuration.
|
static UpdateDbConfigParams.ApplyConfig |
UpdateDbConfigParams.ApplyConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDbConfigParams.ApplyConfig[] |
UpdateDbConfigParams.ApplyConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDbConfigParams.Builder |
UpdateDbConfigParams.Builder.applyConfig(UpdateDbConfigParams.ApplyConfig applyConfig)
Whether a configuration update requires a restart of the database instance or a reload of
the configuration.
|
Constructor and Description |
---|
UpdateDbConfigParams(UpdateDbConfigParams.ApplyConfig applyConfig,
String configId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.