Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static GlobalLoggingLevel |
GlobalLoggingLevel.create(String key) |
GlobalLoggingLevel |
PostInstallationActionSettings.getGlobalLoggingLevel()
Sets the logging level in logging.properties file.
|
static GlobalLoggingLevel |
GlobalLoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalLoggingLevel[] |
GlobalLoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PostInstallationActionSettings.Builder |
PostInstallationActionSettings.Builder.globalLoggingLevel(GlobalLoggingLevel globalLoggingLevel)
Sets the logging level in logging.properties file.
|
Constructor and Description |
---|
PostInstallationActionSettings(List<TlsVersions> disabledTlsVersions,
Boolean shouldReplaceCertificatesOperatingSystem,
MinimumKeySizeSettings minimumKeySizeSettings,
Boolean addLoggingHandler,
GlobalLoggingLevel globalLoggingLevel,
Proxies proxies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.