ruạṛ
a O��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 @ sf e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zd d� Zdd� Zdd� ZdS )�CreateDbSystemSourceDetailszO Parameters detailing how to provision the initial data of the system. �NONE�BACKUP�PITR� IMPORTURLc K s ddi| _ ddi| _d| _dS )a� Initializes a new CreateDbSystemSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.mysql.models.CreateDbSystemSourceFromBackupDetails` * :class:`~oci.mysql.models.CreateDbSystemSourceFromNoneDetails` * :class:`~oci.mysql.models.CreateDbSystemSourceImportFromUrlDetails` * :class:`~oci.mysql.models.CreateDbSystemSourceFromPitrDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this CreateDbSystemSourceDetails. Allowed values for this property are: "NONE", "BACKUP", "PITR", "IMPORTURL" :type source_type: str �source_type�str� sourceTypeN)� swagger_types� attribute_map�_source_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/create_db_system_source_details.py�__init__ s ��z$CreateDbSystemSourceDetails.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �%CreateDbSystemSourceFromBackupDetailsr �#CreateDbSystemSourceFromNoneDetailsr �(CreateDbSystemSourceImportFromUrlDetailsr �#CreateDbSystemSourceFromPitrDetailsr Nr )�object_dictionary�typer r r �get_subtype<