📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
jms
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: new_installation_site.cpython-39.pyc
a ���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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �NewInstallationSitez9 The properties of a new Java installation site. �JDK�JRE� SERVER_JREc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new NewInstallationSite object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param managed_instance_id: The value to assign to the managed_instance_id property of this NewInstallationSite. :type managed_instance_id: str :param release_version: The value to assign to the release_version property of this NewInstallationSite. :type release_version: str :param artifact_content_type: The value to assign to the artifact_content_type property of this NewInstallationSite. Allowed values for this property are: "JDK", "JRE", "SERVER_JRE" :type artifact_content_type: str :param installation_path: The value to assign to the installation_path property of this NewInstallationSite. :type installation_path: str :param headless_mode: The value to assign to the headless_mode property of this NewInstallationSite. :type headless_mode: bool :param force_install: The value to assign to the force_install property of this NewInstallationSite. :type force_install: bool �str�bool)�managed_instance_id�release_version�artifact_content_type�installation_path� headless_mode� force_installZmanagedInstanceIdZreleaseVersionZartifactContentTypeZinstallationPathZheadlessModeZforceInstallN)Z swagger_typesZ attribute_map�_managed_instance_id�_release_version�_artifact_content_type�_installation_path�_headless_mode�_force_install)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/jms/models/new_installation_site.py�__init__ s( � � zNewInstallationSite.__init__c C s | j S )a? **[Required]** Gets the managed_instance_id of this NewInstallationSite. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The managed_instance_id of this NewInstallationSite. :rtype: str �r �r r r r r V s z'NewInstallationSite.managed_instance_idc C s || _ dS )aB Sets the managed_instance_id of this NewInstallationSite. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param managed_instance_id: The managed_instance_id of this NewInstallationSite. :type: str Nr )r r r r r r d s c C s | j S )z� **[Required]** Gets the release_version of this NewInstallationSite. The release version of the Java Runtime. :return: The release_version of this NewInstallationSite. :rtype: str �r r r r r r r s z#NewInstallationSite.release_versionc C s || _ dS )z� Sets the release_version of this NewInstallationSite. The release version of the Java Runtime. :param release_version: The release_version of this NewInstallationSite. :type: str Nr )r r r r r r ~ s c C s | j S )a) Gets the artifact_content_type of this NewInstallationSite. Artifact content type for the Java version. Allowed values for this property are: "JDK", "JRE", "SERVER_JRE" :return: The artifact_content_type of this NewInstallationSite. :rtype: str )r r r r r r � s z)NewInstallationSite.artifact_content_typec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the artifact_content_type of this NewInstallationSite. Artifact content type for the Java version. :param artifact_content_type: The artifact_content_type of this NewInstallationSite. :type: str )r r r zBInvalid value for `artifact_content_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )z� Gets the installation_path of this NewInstallationSite. Custom path to install new Java installation site. :return: The installation_path of this NewInstallationSite. :rtype: str �r r r r r r � s z%NewInstallationSite.installation_pathc C s || _ dS )z� Sets the installation_path of this NewInstallationSite. Custom path to install new Java installation site. :param installation_path: The installation_path of this NewInstallationSite. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the headless_mode of this NewInstallationSite. Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI. :return: The headless_mode of this NewInstallationSite. :rtype: bool �r r r r r r � s z!NewInstallationSite.headless_modec C s || _ dS )a Sets the headless_mode of this NewInstallationSite. Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI. :param headless_mode: The headless_mode of this NewInstallationSite. :type: bool Nr"