📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
database_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: parameter_file_version_summary.cpython-39.pyc
a ���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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�ParameterFileVersionSummaryz$ A parameter file detatails �EXTRACT�REPLICATc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a= Initializes a new ParameterFileVersionSummary 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 ParameterFileVersionSummary. :type name: str :param kind: The value to assign to the kind property of this ParameterFileVersionSummary. Allowed values for this property are: "EXTRACT", "REPLICAT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type kind: str :param description: The value to assign to the description property of this ParameterFileVersionSummary. :type description: str :param is_current: The value to assign to the is_current property of this ParameterFileVersionSummary. :type is_current: bool :param is_factory: The value to assign to the is_factory property of this ParameterFileVersionSummary. :type is_factory: bool :param time_created: The value to assign to the time_created property of this ParameterFileVersionSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ParameterFileVersionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ParameterFileVersionSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ParameterFileVersionSummary. :type system_tags: dict(str, dict(str, object)) �str�boolZdatetimezdict(str, str)zdict(str, dict(str, object))) �name�kind�description� is_current� is_factory�time_created� freeform_tags�defined_tags�system_tagsr r r Z isCurrentZ isFactoryZtimeCreatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_name�_kind�_description�_is_current�_is_factory� _time_created�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/database_migration/models/parameter_file_version_summary.py�__init__ s: -� �z$ParameterFileVersionSummary.__init__c C s | j S )a **[Required]** Gets the name of this ParameterFileVersionSummary. A unique name associated with the current migration/job and extract/replicat name :return: The name of this ParameterFileVersionSummary. :rtype: str �r �r r r r r h s z ParameterFileVersionSummary.namec C s || _ dS )z� Sets the name of this ParameterFileVersionSummary. A unique name associated with the current migration/job and extract/replicat name :param name: The name of this ParameterFileVersionSummary. :type: str Nr"