📂 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: ics_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 )�IcsDiscoveryDetailsz� Credentials to access the Oracle Integration Cloud Service application in the source environment. Application Migration connects to the application in the source environment with the supplied credentials. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new IcsDiscoveryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.IcsDiscoveryDetails.type` attribute of this class is ``ICS`` 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 IcsDiscoveryDetails. Allowed values for this property are: "JCS", "SOACS", "OIC", "OAC", "ICS", "PCS" :type type: str :param service_instance_user: The value to assign to the service_instance_user property of this IcsDiscoveryDetails. :type service_instance_user: str :param service_instance_password: The value to assign to the service_instance_password property of this IcsDiscoveryDetails. :type service_instance_password: str �str)�type�service_instance_user�service_instance_passwordr �serviceInstanceUser�serviceInstancePasswordN�ICS)� swagger_types� attribute_map�_type�_service_instance_user�_service_instance_password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/ics_discovery_details.py�__init__ s ��zIcsDiscoveryDetails.__init__c C s | j S )a; **[Required]** Gets the service_instance_user of this IcsDiscoveryDetails. Application administrator username to access the Oracle Integration Cloud Service application in the source environment. :return: The service_instance_user of this IcsDiscoveryDetails. :rtype: str �r �r r r r r 6 s z)IcsDiscoveryDetails.service_instance_userc C s || _ dS )a@ Sets the service_instance_user of this IcsDiscoveryDetails. Application administrator username to access the Oracle Integration Cloud Service application in the source environment. :param service_instance_user: The service_instance_user of this IcsDiscoveryDetails. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the service_instance_password of this IcsDiscoveryDetails. Password for this user. :return: The service_instance_password of this IcsDiscoveryDetails. :rtype: str �r r r r r r N s z-IcsDiscoveryDetails.service_instance_passwordc C s || _ dS )z� Sets the service_instance_password of this IcsDiscoveryDetails. Password for this user. :param service_instance_password: The service_instance_password of this IcsDiscoveryDetails. :type: str Nr )r r r r r r Z s c C s t | �S �N)r r r r r �__repr__f s zIcsDiscoveryDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__i s zIcsDiscoveryDetails.__eq__c C s | |k S r r r r r r �__ne__o s zIcsDiscoveryDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"