📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: application_installation_usage_summary.cpython-39.pyc
a ���fmW � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�#ApplicationInstallationUsageSummarya� Summarizes application installation usage information during a specified time period. The main difference between ApplicationUsage and ApplicationInstallationUsageSummary is the presence of installation information. ApplicationUsage provides only aggregated information for an application regardless of the installation paths. Therefore, two different applications with the same application name installed in two different paths will be aggregated to a single application. This aggregation makes it difficult to focus actions to single application installed on a known path. An application installation is independent of the Java Runtime on which it's running or the Managed Instance where it's installed. c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new ApplicationInstallationUsageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_installation_key: The value to assign to the application_installation_key property of this ApplicationInstallationUsageSummary. :type application_installation_key: str :param application_key: The value to assign to the application_key property of this ApplicationInstallationUsageSummary. :type application_key: str :param display_name: The value to assign to the display_name property of this ApplicationInstallationUsageSummary. :type display_name: str :param application_type: The value to assign to the application_type property of this ApplicationInstallationUsageSummary. :type application_type: str :param installation_path: The value to assign to the installation_path property of this ApplicationInstallationUsageSummary. :type installation_path: str :param full_class_path: The value to assign to the full_class_path property of this ApplicationInstallationUsageSummary. :type full_class_path: list[str] :param operating_systems: The value to assign to the operating_systems property of this ApplicationInstallationUsageSummary. :type operating_systems: list[oci.jms.models.OperatingSystem] :param approximate_installation_count: The value to assign to the approximate_installation_count property of this ApplicationInstallationUsageSummary. :type approximate_installation_count: int :param approximate_jre_count: The value to assign to the approximate_jre_count property of this ApplicationInstallationUsageSummary. :type approximate_jre_count: int :param approximate_managed_instance_count: The value to assign to the approximate_managed_instance_count property of this ApplicationInstallationUsageSummary. :type approximate_managed_instance_count: int :param approximate_library_count: The value to assign to the approximate_library_count property of this ApplicationInstallationUsageSummary. :type approximate_library_count: int :param application_invoked_by: The value to assign to the application_invoked_by property of this ApplicationInstallationUsageSummary. :type application_invoked_by: str :param time_start: The value to assign to the time_start property of this ApplicationInstallationUsageSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this ApplicationInstallationUsageSummary. :type time_end: datetime :param time_first_seen: The value to assign to the time_first_seen property of this ApplicationInstallationUsageSummary. :type time_first_seen: datetime :param time_last_seen: The value to assign to the time_last_seen property of this ApplicationInstallationUsageSummary. :type time_last_seen: datetime �strz list[str]zlist[OperatingSystem]�intZdatetime)�application_installation_key�application_key�display_name�application_type�installation_path�full_class_path�operating_systems�approximate_installation_count�approximate_jre_count�"approximate_managed_instance_count�approximate_library_count�application_invoked_by� time_start�time_end�time_first_seen�time_last_seenZapplicationInstallationKeyZapplicationKeyZdisplayNameZapplicationTypeZinstallationPathZ fullClassPathZoperatingSystemsZapproximateInstallationCountZapproximateJreCountZapproximateManagedInstanceCountZapproximateLibraryCountZapplicationInvokedByZ timeStartZtimeEndZ timeFirstSeenZtimeLastSeenN)Z swagger_typesZ attribute_map�_application_installation_key�_application_key� _display_name�_application_type�_installation_path�_full_class_path�_operating_systems�_approximate_installation_count�_approximate_jre_count�#_approximate_managed_instance_count�_approximate_library_count�_application_invoked_by�_time_start� _time_end�_time_first_seen�_time_last_seen)�self�kwargs� r+ �Y/usr/lib/python3.9/site-packages/oci/jms/models/application_installation_usage_summary.py�__init__ sd G��z,ApplicationInstallationUsageSummary.__init__c C s | j S )aC **[Required]** Gets the application_installation_key of this ApplicationInstallationUsageSummary. An internal identifier for the application installation that is unique to a Fleet. :return: The application_installation_key of this ApplicationInstallationUsageSummary. :rtype: str �r �r) r+ r+ r, r � s z@ApplicationInstallationUsageSummary.application_installation_keyc C s || _ dS )aO Sets the application_installation_key of this ApplicationInstallationUsageSummary. An internal identifier for the application installation that is unique to a Fleet. :param application_installation_key: The application_installation_key of this ApplicationInstallationUsageSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )a **[Required]** Gets the application_key of this ApplicationInstallationUsageSummary. An internal identifier for the application that is unique to a Fleet. ApplicationKey will be identical for applications with different installation information. :return: The application_key of this ApplicationInstallationUsageSummary. :rtype: str �r r/ r+ r+ r, r � s z3ApplicationInstallationUsageSummary.application_keyc C s || _ dS )a~ Sets the application_key of this ApplicationInstallationUsageSummary. An internal identifier for the application that is unique to a Fleet. ApplicationKey will be identical for applications with different installation information. :param application_key: The application_key of this ApplicationInstallationUsageSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the display_name of this ApplicationInstallationUsageSummary. The name of the application. :return: The display_name of this ApplicationInstallationUsageSummary. :rtype: str �r r/ r+ r+ r, r � s z0ApplicationInstallationUsageSummary.display_namec C s || _ dS )z� Sets the display_name of this ApplicationInstallationUsageSummary. The name of the application. :param display_name: The display_name of this ApplicationInstallationUsageSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )a! **[Required]** Gets the application_type of this ApplicationInstallationUsageSummary. The type of the application, denoted by how the application was started. :return: The application_type of this ApplicationInstallationUsageSummary. :rtype: str �r r/ r+ r+ r, r � s z4ApplicationInstallationUsageSummary.application_typec C s || _ dS )a! Sets the application_type of this ApplicationInstallationUsageSummary. The type of the application, denoted by how the application was started. :param application_type: The application_type of this ApplicationInstallationUsageSummary. :type: str Nr2 )r) r r+ r+ r, r � s c C s | j S )a Gets the installation_path of this ApplicationInstallationUsageSummary. The full path on which the application installation was detected. :return: The installation_path of this ApplicationInstallationUsageSummary. :rtype: str �r r/ r+ r+ r, r � s z5ApplicationInstallationUsageSummary.installation_pathc C s || _ dS )a Sets the installation_path of this ApplicationInstallationUsageSummary. The full path on which the application installation was detected. :param installation_path: The installation_path of this ApplicationInstallationUsageSummary. :type: str Nr3 )r) r r+ r+ r, r � s c C s | j S )a` Gets the full_class_path of this ApplicationInstallationUsageSummary. List of full paths where the application last searched for classes. Contains full paths to all items from module-list and class path list. :return: The full_class_path of this ApplicationInstallationUsageSummary. :rtype: list[str] �r r/ r+ r+ r, r s z3ApplicationInstallationUsageSummary.full_class_pathc C s || _ dS )an Sets the full_class_path of this ApplicationInstallationUsageSummary. List of full paths where the application last searched for classes. Contains full paths to all items from module-list and class path list. :param full_class_path: The full_class_path of this ApplicationInstallationUsageSummary. :type: list[str] Nr4 )r) r r+ r+ r, r s c C s | j S )a Gets the operating_systems of this ApplicationInstallationUsageSummary. The operating systems running this application. :return: The operating_systems of this ApplicationInstallationUsageSummary. :rtype: list[oci.jms.models.OperatingSystem] �r r/ r+ r+ r, r $ s z5ApplicationInstallationUsageSummary.operating_systemsc C s || _ dS )a, Sets the operating_systems of this ApplicationInstallationUsageSummary. The operating systems running this application. :param operating_systems: The operating_systems of this ApplicationInstallationUsageSummary. :type: list[oci.jms.models.OperatingSystem] Nr5 )r) r r+ r+ r, r 0 s c C s | j S )a& Gets the approximate_installation_count of this ApplicationInstallationUsageSummary. The approximate count of installations running this application. :return: The approximate_installation_count of this ApplicationInstallationUsageSummary. :rtype: int �r r/ r+ r+ r, r < s zBApplicationInstallationUsageSummary.approximate_installation_countc C s || _ dS )aC Sets the approximate_installation_count of this ApplicationInstallationUsageSummary. The approximate count of installations running this application. :param approximate_installation_count: The approximate_installation_count of this ApplicationInstallationUsageSummary. :type: int Nr6 )r) r r+ r+ r, r H s c C s | j S )a Gets the approximate_jre_count of this ApplicationInstallationUsageSummary. The approximate count of Java Runtimes running this application. :return: The approximate_jre_count of this ApplicationInstallationUsageSummary. :rtype: int �r! r/ r+ r+ r, r T s z9ApplicationInstallationUsageSummary.approximate_jre_countc C s || _ dS )a( Sets the approximate_jre_count of this ApplicationInstallationUsageSummary. The approximate count of Java Runtimes running this application. :param approximate_jre_count: The approximate_jre_count of this ApplicationInstallationUsageSummary. :type: int Nr7 )r) r r+ r+ r, r ` s c C s | j S )a4 Gets the approximate_managed_instance_count of this ApplicationInstallationUsageSummary. The approximate count of managed instances reporting this application. :return: The approximate_managed_instance_count of this ApplicationInstallationUsageSummary. :rtype: int �r"