ruạṛ
a ���f�3 � @ 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 ZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Z d-d.� Z!d/d0� Z"d1S )2�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� AUTONOMOUS� EXADATA_XSc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )aw 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", "EXADATA_XS", '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 ZdbTypeZ dbSubTypeZdbDeploymentTypeZ dbVersionZ compartmentIdN) Z swagger_typesZ attribute_map�_id�_name�_db_type�_db_sub_type�_db_deployment_type�_db_version�_compartment_id)�self�kwargs� r* �U/usr/lib/python3.9/site-packages/oci/database_management/models/optimizer_database.py�__init__Z 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! �r( r* r* r+ r � s zOptimizerDatabase.idc C s || _ dS )a Sets the id of this OptimizerDatabase. The `OCID`__ of the Managed Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this OptimizerDatabase. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the name of this OptimizerDatabase. The name of the Managed Database. :return: The name of this OptimizerDatabase. :rtype: str �r"