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 @ sf e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zd d� Zdd� Zdd� ZdS )�DbSystemSourcezR Parameters detailing how to provision the initial data of the DB System. �NONE�BACKUP�PITR� IMPORTURLc K s ddi| _ ddi| _d| _dS )a� Initializes a new DbSystemSource 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.DbSystemSourceFromBackup` * :class:`~oci.mysql.models.DbSystemSourceFromPitr` * :class:`~oci.mysql.models.DbSystemSourceFromNone` * :class:`~oci.mysql.models.DbSystemSourceImportFromUrl` 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 DbSystemSource. Allowed values for this property are: "NONE", "BACKUP", "PITR", "IMPORTURL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_type: str �source_type�str� sourceTypeN)Z swagger_typesZ attribute_map�_source_type)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/mysql/models/db_system_source.py�__init__"