ruạṛ
a N��f�2 � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zd*d+� Zd,d-� Z d.d/� Z!d0S )1�OptimizerDatabasezi The subset information of the Managed Database resource, which is used by Optimizer Statistics. � EXTERNAL_SIDB�EXTERNAL_RAC� CLOUD_SIDB� CLOUD_RAC�SHARED� DEDICATED�CDB�PDB�NON_CDB�ACD�ADB� ONPREMISE�BM�VM�EXADATA� EXADATA_CC� AUTONOMOUSc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )ai Initializes a new OptimizerDatabase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OptimizerDatabase. :type id: str :param name: The value to assign to the name property of this OptimizerDatabase. :type name: str :param db_type: The value to assign to the db_type property of this OptimizerDatabase. Allowed values for this property are: "EXTERNAL_SIDB", "EXTERNAL_RAC", "CLOUD_SIDB", "CLOUD_RAC", "SHARED", "DEDICATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type db_type: str :param db_sub_type: The value to assign to the db_sub_type property of this OptimizerDatabase. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type db_sub_type: str :param db_deployment_type: The value to assign to the db_deployment_type property of this OptimizerDatabase. Allowed values for this property are: "ONPREMISE", "BM", "VM", "EXADATA", "EXADATA_CC", "AUTONOMOUS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type db_deployment_type: str :param db_version: The value to assign to the db_version property of this OptimizerDatabase. :type db_version: str :param compartment_id: The value to assign to the compartment_id property of this OptimizerDatabase. :type compartment_id: str �str)�id�name�db_type�db_sub_type�db_deployment_type� db_version�compartment_idr r �dbType� dbSubType�dbDeploymentType� dbVersion� compartmentIdN) � swagger_types� attribute_map�_id�_name�_db_type�_db_sub_type�_db_deployment_type�_db_version�_compartment_id)�self�kwargs� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/optimizer_database.py�__init__T s. )�� zOptimizerDatabase.__init__c C s | j S )a **[Required]** Gets the id of this OptimizerDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this OptimizerDatabase. :rtype: str �r'