📂 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
›
application_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/application_migration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: jcs_discovery_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DiscoveryDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�JcsDiscoveryDetailsa$ Credentials to access the Oracle Java Cloud Service application in the source environment. When you create and update a migration, Application Migration connects to the application in the source environment with the supplied credentials and exports the domain configuration. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new JcsDiscoveryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.JcsDiscoveryDetails.type` attribute of this class is ``JCS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this JcsDiscoveryDetails. Allowed values for this property are: "JCS", "SOACS", "OIC", "OAC", "ICS", "PCS" :type type: str :param weblogic_user: The value to assign to the weblogic_user property of this JcsDiscoveryDetails. :type weblogic_user: str :param weblogic_password: The value to assign to the weblogic_password property of this JcsDiscoveryDetails. :type weblogic_password: str �str)�type� weblogic_user�weblogic_passwordr �weblogicUser�weblogicPasswordN�JCS)� swagger_types� attribute_map�_type�_weblogic_user�_weblogic_password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/jcs_discovery_details.py�__init__ s ��zJcsDiscoveryDetails.__init__c C s | j S )a **[Required]** Gets the weblogic_user of this JcsDiscoveryDetails. WebLogic administrator username for the Oracle Java Cloud Service application in the source environment. :return: The weblogic_user of this JcsDiscoveryDetails. :rtype: str �r �r r r r r 7 s z!JcsDiscoveryDetails.weblogic_userc C s || _ dS )a Sets the weblogic_user of this JcsDiscoveryDetails. WebLogic administrator username for the Oracle Java Cloud Service application in the source environment. :param weblogic_user: The weblogic_user of this JcsDiscoveryDetails. :type: str Nr )r r r r r r C s c C s | j S )a. **[Required]** Gets the weblogic_password of this JcsDiscoveryDetails. The password of the WebLogic administrator for the Oracle Java Cloud Service application in the source environment. :return: The weblogic_password of this JcsDiscoveryDetails. :rtype: str �r r r r r r O s z%JcsDiscoveryDetails.weblogic_passwordc C s || _ dS )a/ Sets the weblogic_password of this JcsDiscoveryDetails. The password of the WebLogic administrator for the Oracle Java Cloud Service application in the source environment. :param weblogic_password: The weblogic_password of this JcsDiscoveryDetails. :type: str Nr )r r r r r r [ s c C s t | �S �N)r r r r r �__repr__g s zJcsDiscoveryDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__j s zJcsDiscoveryDetails.__eq__c C s | |k S r r r r r r �__ne__p s zJcsDiscoveryDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"