📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: post_installation_action_settings.pyc
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�PostInstallationActionSettingsz` List of available post actions you can execute after the successful Java installation. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new PostInstallationActionSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param disabled_tls_versions: The value to assign to the disabled_tls_versions property of this PostInstallationActionSettings. :type disabled_tls_versions: list[oci.jms.models.TlsVersions] :param should_replace_certificates_operating_system: The value to assign to the should_replace_certificates_operating_system property of this PostInstallationActionSettings. :type should_replace_certificates_operating_system: bool :param minimum_key_size_settings: The value to assign to the minimum_key_size_settings property of this PostInstallationActionSettings. :type minimum_key_size_settings: oci.jms.models.MinimumKeySizeSettings zlist[TlsVersions]�bool�MinimumKeySizeSettings)�disabled_tls_versions�,should_replace_certificates_operating_system�minimum_key_size_settings�disabledTlsVersions�(shouldReplaceCertificatesOperatingSystem�minimumKeySizeSettingsN)� swagger_types� attribute_map�_disabled_tls_versions�-_should_replace_certificates_operating_system�_minimum_key_size_settings)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/post_installation_action_settings.py�__init__ s ��z'PostInstallationActionSettings.__init__c C s | j S )aR 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 :return: The disabled_tls_versions of this PostInstallationActionSettings. :rtype: list[oci.jms.models.TlsVersions] �r �r r r r r 2 s z4PostInstallationActionSettings.disabled_tls_versionsc C s || _ dS )af Sets 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 :param disabled_tls_versions: The disabled_tls_versions of this PostInstallationActionSettings. :type: list[oci.jms.models.TlsVersions] Nr )r r r r r r ? s c C s | j S )a� 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 :return: The should_replace_certificates_operating_system of this PostInstallationActionSettings. :rtype: bool �r r r r r r L s zKPostInstallationActionSettings.should_replace_certificates_operating_systemc C s || _ dS )a Sets 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 :param should_replace_certificates_operating_system: The should_replace_certificates_operating_system of this PostInstallationActionSettings. :type: bool Nr )r r r r r r Z s c C s | j S )z� Gets the minimum_key_size_settings of this PostInstallationActionSettings. :return: The minimum_key_size_settings of this PostInstallationActionSettings. :rtype: oci.jms.models.MinimumKeySizeSettings �r r r r r r h s z8PostInstallationActionSettings.minimum_key_size_settingsc C s || _ dS )a Sets the minimum_key_size_settings of this PostInstallationActionSettings. :param minimum_key_size_settings: The minimum_key_size_settings of this PostInstallationActionSettings. :type: oci.jms.models.MinimumKeySizeSettings Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__| s z'PostInstallationActionSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z%PostInstallationActionSettings.__eq__c C s | |k S r r r r r r �__ne__� s z%PostInstallationActionSettings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"