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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"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�NORMAL�SYSDGc 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", "SYSDG" :type role: str ZDatabaseCredentialDetails�str�int)�credential_details�private_end_point_id�management_type�service_name�protocol�port� ssl_secret_id�roleZcredentialDetailsZprivateEndPointIdZmanagementTypeZserviceNamer r ZsslSecretIdr N) Z swagger_typesZ attribute_map�_credential_details�_private_end_point_id�_management_type� _service_name� _protocol�_port�_ssl_secret_id�_role)�self�kwargs� r"