ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� SourceDetails� )�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 )�OcicSourceDetailsz� Details about the Oracle Cloud Infrastructure Classic account, the source environment from which you want to migrate the application. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new OcicSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.OcicSourceDetails.type` attribute of this class is ``OCIC`` 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 OcicSourceDetails. Allowed values for this property are: "OCIC", "INTERNAL_COMPUTE", "OCC", "OCIC_IDCS", "IMPORT" :type type: str :param region: The value to assign to the region property of this OcicSourceDetails. :type region: str :param compute_account: The value to assign to the compute_account property of this OcicSourceDetails. :type compute_account: str �str)�type�region�compute_accountr r �computeAccountN�OCIC)� swagger_types� attribute_map�_type�_region�_compute_account)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/ocic_source_details.py�__init__ s ��zOcicSourceDetails.__init__c C s | j S )a1 **[Required]** Gets the region of this OcicSourceDetails. The Oracle Cloud Infrastructure - Classic region from which you want to migrate your applications. For example, uscom-east-1 or uscom-central-1. :return: The region of this OcicSourceDetails. :rtype: str �r �r r r r r 5 s zOcicSourceDetails.regionc C s || _ dS )a' Sets the region of this OcicSourceDetails. The Oracle Cloud Infrastructure - Classic region from which you want to migrate your applications. For example, uscom-east-1 or uscom-central-1. :param region: The region of this OcicSourceDetails. :type: str Nr )r r r r r r A s c C s | j S )aR **[Required]** Gets the compute_account of this OcicSourceDetails. If you are using an Oracle Cloud Infrastructure - Classic account with Identity Cloud Service (IDCS), enter the service instance ID. For example, if Compute-567890123 is the account name of your Oracle Cloud Infrastructure Classic Compute service entitlement, then enter 567890123. If you are using a traditional Oracle Cloud Infrastructure - Classic account, enter your identity domain ID. :return: The compute_account of this OcicSourceDetails. :rtype: str �r r r r r r M s z!OcicSourceDetails.compute_accountc C s || _ dS )aQ Sets the compute_account of this OcicSourceDetails. If you are using an Oracle Cloud Infrastructure - Classic account with Identity Cloud Service (IDCS), enter the service instance ID. For example, if Compute-567890123 is the account name of your Oracle Cloud Infrastructure Classic Compute service entitlement, then enter 567890123. If you are using a traditional Oracle Cloud Infrastructure - Classic account, enter your identity domain ID. :param compute_account: The compute_account of this OcicSourceDetails. :type: str Nr )r r r r r r ] s c C s t | �S �N)r r r r r �__repr__m s zOcicSourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__p s zOcicSourceDetails.__eq__c C s | |k S r r r r r r �__ne__v s zOcicSourceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"