ruạṛ
a ���f0 � @ 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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�AutonomousDbVersionSummaryz4 The supported Autonomous Database version. �OLTP�DW�AJD�APEXc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new AutonomousDbVersionSummary 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 AutonomousDbVersionSummary. :type version: str :param db_workload: The value to assign to the db_workload property of this AutonomousDbVersionSummary. 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 is_dedicated: The value to assign to the is_dedicated property of this AutonomousDbVersionSummary. :type is_dedicated: bool :param details: The value to assign to the details property of this AutonomousDbVersionSummary. :type details: str :param is_free_tier_enabled: The value to assign to the is_free_tier_enabled property of this AutonomousDbVersionSummary. :type is_free_tier_enabled: bool :param is_paid_enabled: The value to assign to the is_paid_enabled property of this AutonomousDbVersionSummary. :type is_paid_enabled: bool :param is_default_for_free: The value to assign to the is_default_for_free property of this AutonomousDbVersionSummary. :type is_default_for_free: bool :param is_default_for_paid: The value to assign to the is_default_for_paid property of this AutonomousDbVersionSummary. :type is_default_for_paid: bool �str�bool)�version�db_workload�is_dedicated�details�is_free_tier_enabled�is_paid_enabled�is_default_for_free�is_default_for_paidr Z dbWorkloadZisDedicatedr ZisFreeTierEnabledZ isPaidEnabledZisDefaultForFreeZisDefaultForPaidN) Z swagger_typesZ attribute_map�_version�_db_workload� _is_dedicated�_details�_is_free_tier_enabled�_is_paid_enabled�_is_default_for_free�_is_default_for_paid)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/database/models/autonomous_db_version_summary.py�__init__"