📂 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.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: source_application_summary.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �SourceApplicationSummaryz� The properties that define an application, that is running in the source environment and which can be migrated to Oracle Cloud Infrastructure. �JCS�SOACS�OIC�OAC�ICS�PCSc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a^ Initializes a new SourceApplicationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this SourceApplicationSummary. :type name: str :param type: The value to assign to the type property of this SourceApplicationSummary. Allowed values for this property are: "JCS", "SOACS", "OIC", "OAC", "ICS", "PCS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param source_id: The value to assign to the source_id property of this SourceApplicationSummary. :type source_id: str :param version: The value to assign to the version property of this SourceApplicationSummary. :type version: str :param state: The value to assign to the state property of this SourceApplicationSummary. :type state: str �str)�name�type� source_id�version�stater r �sourceIdr r N)� swagger_types� attribute_map�_name�_type� _source_id�_version�_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/source_application_summary.py�__init__) s"