ruạṛ
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 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 databases on `shared Exadata infrastructure`__. __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html �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 �str�datetime)�version�time_preview_begin�time_preview_end�db_workload�detailsr �timePreviewBegin�timePreviewEnd� dbWorkloadr N)� swagger_types� attribute_map�_version�_time_preview_begin�_time_preview_end�_db_workload�_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/autonomous_db_preview_version_summary.py�__init__"