ruạṛ
a N��fm � @ 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 )�OacDiscoveryDetailszc Details about the Oracle Analytics Cloud - Classic application in the source environment. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new OacDiscoveryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.OacDiscoveryDetails.type` attribute of this class is ``OAC`` 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 OacDiscoveryDetails. 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 OacDiscoveryDetails. :type service_instance_user: str :param service_instance_password: The value to assign to the service_instance_password property of this OacDiscoveryDetails. :type service_instance_password: str �str)�type�service_instance_user�service_instance_passwordr �serviceInstanceUser�serviceInstancePasswordN�OAC)� 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/oac_discovery_details.py�__init__ s ��zOacDiscoveryDetails.__init__c C s | j S )aL **[Required]** Gets the service_instance_user of this OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored. :return: The service_instance_user of this OacDiscoveryDetails. :rtype: str �r �r r r r r 5 s z)OacDiscoveryDetails.service_instance_userc C s || _ dS )aQ Sets the service_instance_user of this OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored. :param service_instance_user: The service_instance_user of this OacDiscoveryDetails. :type: str Nr )r r r r r r A s c C s | j S )aT **[Required]** Gets the service_instance_password of this OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored. :return: The service_instance_password of this OacDiscoveryDetails. :rtype: str �r r r r r r M s z-OacDiscoveryDetails.service_instance_passwordc C s || _ dS )a] Sets the service_instance_password of this OacDiscoveryDetails. This field is currently not supported. You must enter a value, such as <code>unused</code>. However, the value that you enter is ignored. :param service_instance_password: The service_instance_password of this OacDiscoveryDetails. :type: str Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s zOacDiscoveryDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s zOacDiscoveryDetails.__eq__c C s | |k S r r r r r r �__ne__n s zOacDiscoveryDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"