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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�(ModifyPluggableDatabaseManagementDetailszt Data to update one or more attributes of the Database Management configuration for the pluggable database. �TCP�TCPS�SYSDBA�NORMALc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a? Initializes a new ModifyPluggableDatabaseManagementDetails 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 ModifyPluggableDatabaseManagementDetails. :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 ModifyPluggableDatabaseManagementDetails. :type private_end_point_id: str :param service_name: The value to assign to the service_name property of this ModifyPluggableDatabaseManagementDetails. :type service_name: str :param protocol: The value to assign to the protocol property of this ModifyPluggableDatabaseManagementDetails. Allowed values for this property are: "TCP", "TCPS" :type protocol: str :param port: The value to assign to the port property of this ModifyPluggableDatabaseManagementDetails. :type port: int :param ssl_secret_id: The value to assign to the ssl_secret_id property of this ModifyPluggableDatabaseManagementDetails. :type ssl_secret_id: str :param role: The value to assign to the role property of this ModifyPluggableDatabaseManagementDetails. Allowed values for this property are: "SYSDBA", "NORMAL" :type role: str �DatabaseCredentialDetails�str�int)�credential_details�private_end_point_id�service_name�protocol�port� ssl_secret_id�role�credentialDetails�privateEndPointId�serviceNamer r �sslSecretIdr N) � swagger_types� attribute_map�_credential_details�_private_end_point_id� _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_pluggable_database_management_details.py�__init__ s. %�� z1ModifyPluggableDatabaseManagementDetails.__init__c C s | j S )z� Gets the credential_details of this ModifyPluggableDatabaseManagementDetails. :return: The credential_details of this ModifyPluggableDatabaseManagementDetails. :rtype: oci.database.models.DatabaseCredentialDetails �r �r"