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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�OccSourceDetailsz� Details about the Oracle Cloud@Customer account, the source environment from which you want to migrate the application. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new OccSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.application_migration.models.OccSourceDetails.type` attribute of this class is ``OCC`` 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 OccSourceDetails. Allowed values for this property are: "OCIC", "INTERNAL_COMPUTE", "OCC", "OCIC_IDCS", "IMPORT" :type type: str :param compute_account: The value to assign to the compute_account property of this OccSourceDetails. :type compute_account: str �str)�type�compute_accountr �computeAccountN�OCC)� swagger_types� attribute_map�_type�_compute_account)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/occ_source_details.py�__init__ s ��zOccSourceDetails.__init__c C s | j S )a� **[Required]** Gets the compute_account of this OccSourceDetails. If you are using an Oracle Cloud@Customer account with Identity Cloud Service (IDCS), enter the service instance ID. For example, if Compute-567890123 is the account name of your Oracle Cloud@Customer Compute service entitlement, then enter 567890123. :return: The compute_account of this OccSourceDetails. :rtype: str �r �r r r r r . s z OccSourceDetails.compute_accountc C s || _ dS )a� Sets the compute_account of this OccSourceDetails. If you are using an Oracle Cloud@Customer account with Identity Cloud Service (IDCS), enter the service instance ID. For example, if Compute-567890123 is the account name of your Oracle Cloud@Customer Compute service entitlement, then enter 567890123. :param compute_account: The compute_account of this OccSourceDetails. :type: str Nr )r r r r r r <