ruạṛ
a N��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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�ModifyDatabaseManagementDetailszj Data to update one or more attributes of the Database Management configuration for the database. �BASIC�ADVANCED�TCP�TCPS�SYSDBA�NORMALc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ModifyDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_details: The value to assign to the credential_details property of this ModifyDatabaseManagementDetails. :type credential_details: oci.database.models.DatabaseCredentialDetails :param private_end_point_id: The value to assign to the private_end_point_id property of this ModifyDatabaseManagementDetails. :type private_end_point_id: str :param management_type: The value to assign to the management_type property of this ModifyDatabaseManagementDetails. Allowed values for this property are: "BASIC", "ADVANCED" :type management_type: str :param service_name: The value to assign to the service_name property of this ModifyDatabaseManagementDetails. :type service_name: str :param protocol: The value to assign to the protocol property of this ModifyDatabaseManagementDetails. Allowed values for this property are: "TCP", "TCPS" :type protocol: str :param port: The value to assign to the port property of this ModifyDatabaseManagementDetails. :type port: int :param ssl_secret_id: The value to assign to the ssl_secret_id property of this ModifyDatabaseManagementDetails. :type ssl_secret_id: str :param role: The value to assign to the role property of this ModifyDatabaseManagementDetails. Allowed values for this property are: "SYSDBA", "NORMAL" :type role: str �DatabaseCredentialDetails�str�int)�credential_details�private_end_point_id�management_type�service_name�protocol�port� ssl_secret_id�role�credentialDetails�privateEndPointId�managementType�serviceNamer r �sslSecretIdr N) � swagger_types� attribute_map�_credential_details�_private_end_point_id�_management_type� _service_name� _protocol�_port�_ssl_secret_id�_role)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/modify_database_management_details.py�__init__( s4 *��z(ModifyDatabaseManagementDetails.__init__c C s | j S )z� Gets the credential_details of this ModifyDatabaseManagementDetails. :return: The credential_details of this ModifyDatabaseManagementDetails. :rtype: oci.database.models.DatabaseCredentialDetails �r �r'