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 ))�ManagedDatabaseGroupz2 The details of a Managed Database Group. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ManagedDatabaseGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ManagedDatabaseGroup. :type name: str :param id: The value to assign to the id property of this ManagedDatabaseGroup. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ManagedDatabaseGroup. :type compartment_id: str :param description: The value to assign to the description property of this ManagedDatabaseGroup. :type description: str :param managed_databases: The value to assign to the managed_databases property of this ManagedDatabaseGroup. :type managed_databases: list[oci.database_management.models.ChildDatabase] :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagedDatabaseGroup. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ManagedDatabaseGroup. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagedDatabaseGroup. :type time_updated: datetime �strzlist[ChildDatabase]�datetime)�name�id�compartment_id�description�managed_databases�lifecycle_state�time_created�time_updatedr r � compartmentIdr �managedDatabases�lifecycleState�timeCreated�timeUpdatedN) � swagger_types� attribute_map�_name�_id�_compartment_id�_description�_managed_databases�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/managed_database_group.py�__init__( s4 )��zManagedDatabaseGroup.__init__c C s | j S )z� **[Required]** Gets the name of this ManagedDatabaseGroup. The name of the Managed Database Group. :return: The name of this ManagedDatabaseGroup. :rtype: str �r �r&