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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CloudDbServerDetailszT Details of the ExaDB-D DB server. Applies to Exadata Cloud instances only. c K s ddi| _ ddi| _d| _dS )ai Initializes a new CloudDbServerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_server_id: The value to assign to the db_server_id property of this CloudDbServerDetails. :type db_server_id: str �db_server_id�strZ dbServerIdN)Z swagger_typesZ attribute_map� _db_server_id)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/database/models/cloud_db_server_details.py�__init__ s ��zCloudDbServerDetails.__init__c C s | j S )a( **[Required]** Gets the db_server_id of this CloudDbServerDetails. The `OCID`__ of ExaDB-D DB server. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The db_server_id of this CloudDbServerDetails. :rtype: str �r �r r r r r &