PostInstallationActionSettings

class oci.jms.models.PostInstallationActionSettings(**kwargs)

Bases: object

List of available post actions you can execute after the successful Java installation.

Attributes

GLOBAL_LOGGING_LEVEL_ALL A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_CONFIG A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_FINE A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_FINER A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_FINEST A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_INFO A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_OFF A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_SEVERE A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
GLOBAL_LOGGING_LEVEL_WARNING A constant which can be used with the global_logging_level property of a PostInstallationActionSettings.
add_logging_handler Gets the add_logging_handler of this PostInstallationActionSettings.
disabled_tls_versions Gets the disabled_tls_versions of this PostInstallationActionSettings.
global_logging_level Gets the global_logging_level of this PostInstallationActionSettings.
minimum_key_size_settings Gets the minimum_key_size_settings of this PostInstallationActionSettings.
proxies Gets the proxies of this PostInstallationActionSettings.
should_replace_certificates_operating_system Gets the should_replace_certificates_operating_system of this PostInstallationActionSettings.

Methods

__init__(**kwargs) Initializes a new PostInstallationActionSettings object with values from keyword arguments.
GLOBAL_LOGGING_LEVEL_ALL = 'ALL'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “ALL”

GLOBAL_LOGGING_LEVEL_CONFIG = 'CONFIG'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “CONFIG”

GLOBAL_LOGGING_LEVEL_FINE = 'FINE'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “FINE”

GLOBAL_LOGGING_LEVEL_FINER = 'FINER'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “FINER”

GLOBAL_LOGGING_LEVEL_FINEST = 'FINEST'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “FINEST”

GLOBAL_LOGGING_LEVEL_INFO = 'INFO'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “INFO”

GLOBAL_LOGGING_LEVEL_OFF = 'OFF'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “OFF”

GLOBAL_LOGGING_LEVEL_SEVERE = 'SEVERE'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “SEVERE”

GLOBAL_LOGGING_LEVEL_WARNING = 'WARNING'

A constant which can be used with the global_logging_level property of a PostInstallationActionSettings. This constant has a value of “WARNING”

__init__(**kwargs)

Initializes a new PostInstallationActionSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • disabled_tls_versions (list[oci.jms.models.TlsVersions]) – The value to assign to the disabled_tls_versions property of this PostInstallationActionSettings.
  • should_replace_certificates_operating_system (bool) – The value to assign to the should_replace_certificates_operating_system property of this PostInstallationActionSettings.
  • minimum_key_size_settings (oci.jms.models.MinimumKeySizeSettings) – The value to assign to the minimum_key_size_settings property of this PostInstallationActionSettings.
  • add_logging_handler (bool) – The value to assign to the add_logging_handler property of this PostInstallationActionSettings.
  • global_logging_level (str) – The value to assign to the global_logging_level property of this PostInstallationActionSettings. Allowed values for this property are: “ALL”, “SEVERE”, “WARNING”, “INFO”, “CONFIG”, “FINE”, “FINER”, “FINEST”, “OFF”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • proxies (oci.jms.models.Proxies) – The value to assign to the proxies property of this PostInstallationActionSettings.
add_logging_handler

Gets the add_logging_handler of this PostInstallationActionSettings. Sets FileHandler and ConsoleHandler as handlers in logging.properties file.

Returns:The add_logging_handler of this PostInstallationActionSettings.
Return type:bool
disabled_tls_versions

Gets the disabled_tls_versions of this PostInstallationActionSettings. The following post JRE installation actions are supported by the field: - Disable TLS 1.0 , TLS 1.1

Returns:The disabled_tls_versions of this PostInstallationActionSettings.
Return type:list[oci.jms.models.TlsVersions]
global_logging_level

Gets the global_logging_level of this PostInstallationActionSettings. Sets the logging level in logging.properties file.

Allowed values for this property are: “ALL”, “SEVERE”, “WARNING”, “INFO”, “CONFIG”, “FINE”, “FINER”, “FINEST”, “OFF”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The global_logging_level of this PostInstallationActionSettings.
Return type:str
minimum_key_size_settings

Gets the minimum_key_size_settings of this PostInstallationActionSettings.

Returns:The minimum_key_size_settings of this PostInstallationActionSettings.
Return type:oci.jms.models.MinimumKeySizeSettings
proxies

Gets the proxies of this PostInstallationActionSettings.

Returns:The proxies of this PostInstallationActionSettings.
Return type:oci.jms.models.Proxies
should_replace_certificates_operating_system

Gets the should_replace_certificates_operating_system of this PostInstallationActionSettings. Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field: - Replace JDK root certificates with a list provided by the operating system.

Returns:The should_replace_certificates_operating_system of this PostInstallationActionSettings.
Return type:bool