📂 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: installation_site_summary.cpython-39.opt-1.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 @ sd e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�InstallationSiteSummaryz� Installation site of a Java Runtime. An installation site is a Java Runtime installed at a specific path on a managed instance. �EARLY_ACCESS�UNKNOWN� UP_TO_DATE�UPDATE_REQUIRED�UPGRADE_REQUIRED�ACTIVE�CREATING�DELETED�DELETING�FAILED�NEEDS_ATTENTION�UPDATINGc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )az Initializes a new InstallationSiteSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param installation_key: The value to assign to the installation_key property of this InstallationSiteSummary. :type installation_key: str :param managed_instance_id: The value to assign to the managed_instance_id property of this InstallationSiteSummary. :type managed_instance_id: str :param jre: The value to assign to the jre property of this InstallationSiteSummary. :type jre: oci.jms.models.JavaRuntimeId :param security_status: The value to assign to the security_status property of this InstallationSiteSummary. Allowed values for this property are: "EARLY_ACCESS", "UNKNOWN", "UP_TO_DATE", "UPDATE_REQUIRED", "UPGRADE_REQUIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type security_status: str :param path: The value to assign to the path property of this InstallationSiteSummary. :type path: str :param operating_system: The value to assign to the operating_system property of this InstallationSiteSummary. :type operating_system: oci.jms.models.OperatingSystem :param approximate_application_count: The value to assign to the approximate_application_count property of this InstallationSiteSummary. :type approximate_application_count: int :param time_last_seen: The value to assign to the time_last_seen property of this InstallationSiteSummary. :type time_last_seen: datetime :param blocklist: The value to assign to the blocklist property of this InstallationSiteSummary. :type blocklist: list[oci.jms.models.BlocklistEntry] :param lifecycle_state: The value to assign to the lifecycle_state property of this InstallationSiteSummary. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �strZ JavaRuntimeIdZOperatingSystem�intZdatetimezlist[BlocklistEntry]) �installation_key�managed_instance_id�jre�security_status�path�operating_system�approximate_application_count�time_last_seen� blocklist�lifecycle_stateZinstallationKeyZmanagedInstanceIdr ZsecurityStatusr ZoperatingSystemZapproximateApplicationCountZtimeLastSeenr ZlifecycleStateN)Z swagger_typesZ attribute_map�_installation_key�_managed_instance_id�_jre�_security_status�_path�_operating_system�_approximate_application_count�_time_last_seen� _blocklist�_lifecycle_state)�self�kwargs� r+ �L/usr/lib/python3.9/site-packages/oci/jms/models/installation_site_summary.py�__init__C s@ 3�� z InstallationSiteSummary.__init__c C s | j S )a. **[Required]** Gets the installation_key of this InstallationSiteSummary. The unique identifier for the installation of Java Runtime at a specific path on a specific operating system. :return: The installation_key of this InstallationSiteSummary. :rtype: str �r �r) r+ r+ r, r � s z(InstallationSiteSummary.installation_keyc C s || _ dS )a. Sets the installation_key of this InstallationSiteSummary. The unique identifier for the installation of Java Runtime at a specific path on a specific operating system. :param installation_key: The installation_key of this InstallationSiteSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )aG **[Required]** Gets the managed_instance_id of this InstallationSiteSummary. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The managed_instance_id of this InstallationSiteSummary. :rtype: str �r r/ r+ r+ r, r � s z+InstallationSiteSummary.managed_instance_idc C s || _ dS )aJ Sets the managed_instance_id of this InstallationSiteSummary. 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 InstallationSiteSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� Gets the jre of this InstallationSiteSummary. :return: The jre of this InstallationSiteSummary. :rtype: oci.jms.models.JavaRuntimeId �r! r/ r+ r+ r, r � s zInstallationSiteSummary.jrec C s || _ dS )z� Sets the jre of this InstallationSiteSummary. :param jre: The jre of this InstallationSiteSummary. :type: oci.jms.models.JavaRuntimeId Nr1 )r) r r+ r+ r, r � s c C s | j S )a� Gets the security_status of this InstallationSiteSummary. The security status of the Java Runtime. Allowed values for this property are: "EARLY_ACCESS", "UNKNOWN", "UP_TO_DATE", "UPDATE_REQUIRED", "UPGRADE_REQUIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The security_status of this InstallationSiteSummary. :rtype: str )r"