ruạṛ
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�DbVersionSummarya| The Oracle Database software version. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new DbVersionSummary 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 DbVersionSummary. :type version: str :param is_latest_for_major_version: The value to assign to the is_latest_for_major_version property of this DbVersionSummary. :type is_latest_for_major_version: bool :param supports_pdb: The value to assign to the supports_pdb property of this DbVersionSummary. :type supports_pdb: bool :param is_preview_db_version: The value to assign to the is_preview_db_version property of this DbVersionSummary. :type is_preview_db_version: bool :param is_upgrade_supported: The value to assign to the is_upgrade_supported property of this DbVersionSummary. :type is_upgrade_supported: bool �str�bool)�version�is_latest_for_major_version�supports_pdb�is_preview_db_version�is_upgrade_supportedr ZisLatestForMajorVersionZsupportsPdbZisPreviewDbVersionZisUpgradeSupportedN)Z swagger_typesZ attribute_map�_version�_is_latest_for_major_version� _supports_pdb�_is_preview_db_version�_is_upgrade_supported)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/database/models/db_version_summary.py�__init__ s"