📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deployed_application_work_item_details.cpython-39.pyc
a ���fc � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�WorkItemDetails� )�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 dd� Zdd� Zdd� Z dS )�"DeployedApplicationWorkItemDetailszM The work item details for deployed application related information. c K sV ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new DeployedApplicationWorkItemDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.jms.models.DeployedApplicationWorkItemDetails.kind` attribute of this class is ``DEPLOYED_APPLICATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this DeployedApplicationWorkItemDetails. Allowed values for this property are: "BASIC", "APPLICATION", "LCM", "DEPLOYED_APPLICATION" :type kind: str :param work_item_type: The value to assign to the work_item_type property of this DeployedApplicationWorkItemDetails. Allowed values for this property are: "LCM", "JFR_CAPTURE", "JFR_UPLOAD", "CRYPTO_ANALYSIS", "CRYPTO_ANALYSIS_MERGE", "ADVANCED_USAGE_TRACKING", "ADV_USAGE_SERVER_METADATA", "ADV_USAGE_SERVER_LIBRARIES", "ADV_USAGE_JAVA_LIBRARIES", "PERFORMANCE_TUNING", "JMIGRATE_ANALYSIS", "JMIGRATE_CREATE_REPORT", "DRS" :type work_item_type: str :param deployed_application_key: The value to assign to the deployed_application_key property of this DeployedApplicationWorkItemDetails. :type deployed_application_key: str :param deployed_application_installation_key: The value to assign to the deployed_application_installation_key property of this DeployedApplicationWorkItemDetails. :type deployed_application_installation_key: str :param deployed_application_name: The value to assign to the deployed_application_name property of this DeployedApplicationWorkItemDetails. :type deployed_application_name: str :param deployed_application_installation_path: The value to assign to the deployed_application_installation_path property of this DeployedApplicationWorkItemDetails. :type deployed_application_installation_path: str �str)�kindZwork_item_type�deployed_application_key�%deployed_application_installation_key�deployed_application_name�&deployed_application_installation_pathr ZworkItemTypeZdeployedApplicationKeyZ"deployedApplicationInstallationKeyZdeployedApplicationNameZ#deployedApplicationInstallationPathNZDEPLOYED_APPLICATION)Z swagger_typesZ attribute_mapZ_kindZ_work_item_type�_deployed_application_key�&_deployed_application_installation_key�_deployed_application_name�'_deployed_application_installation_path)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/jms/models/deployed_application_work_item_details.py�__init__ s* "� � z+DeployedApplicationWorkItemDetails.__init__c C s | j S )a **[Required]** Gets the deployed_application_key of this DeployedApplicationWorkItemDetails. The unique key of the deployed application. :return: The deployed_application_key of this DeployedApplicationWorkItemDetails. :rtype: str �r �r r r r r M s z;DeployedApplicationWorkItemDetails.deployed_application_keyc C s || _ dS )a Sets the deployed_application_key of this DeployedApplicationWorkItemDetails. The unique key of the deployed application. :param deployed_application_key: The deployed_application_key of this DeployedApplicationWorkItemDetails. :type: str Nr )r r r r r r Y s c C s | j S )a* Gets the deployed_application_installation_key of this DeployedApplicationWorkItemDetails. The unique key of the deployed application installation. :return: The deployed_application_installation_key of this DeployedApplicationWorkItemDetails. :rtype: str �r r r r r r e s zHDeployedApplicationWorkItemDetails.deployed_application_installation_keyc C s || _ dS )aN Sets the deployed_application_installation_key of this DeployedApplicationWorkItemDetails. The unique key of the deployed application installation. :param deployed_application_installation_key: The deployed_application_installation_key of this DeployedApplicationWorkItemDetails. :type: str Nr )r r r r r r q s c C s | j S )a **[Required]** Gets the deployed_application_name of this DeployedApplicationWorkItemDetails. The deployed application name. :return: The deployed_application_name of this DeployedApplicationWorkItemDetails. :rtype: str �r r r r r r } s z<DeployedApplicationWorkItemDetails.deployed_application_namec C s || _ dS )a Sets the deployed_application_name of this DeployedApplicationWorkItemDetails. The deployed application name. :param deployed_application_name: The deployed_application_name of this DeployedApplicationWorkItemDetails. :type: str Nr )r r r r r r � s c C s | j S )a: Gets the deployed_application_installation_path of this DeployedApplicationWorkItemDetails. The full path on which deployed application installation was detected. :return: The deployed_application_installation_path of this DeployedApplicationWorkItemDetails. :rtype: str �r r r r r r � s zIDeployedApplicationWorkItemDetails.deployed_application_installation_pathc C s || _ dS )a_ Sets the deployed_application_installation_path of this DeployedApplicationWorkItemDetails. The full path on which deployed application installation was detected. :param deployed_application_installation_path: The deployed_application_installation_path of this DeployedApplicationWorkItemDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z+DeployedApplicationWorkItemDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z)DeployedApplicationWorkItemDetails.__eq__c C s | |k S r r r r r r �__ne__� s z)DeployedApplicationWorkItemDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"