📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
mysql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/mysql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_db_system_source_from_pitr_details.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDbSystemSourceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�#CreateDbSystemSourceFromPitrDetailsz� DB System OCID to perform a point in time recovery to the current point in time. DB System OCID and recovery point to perform a point in time recovery to the specified recovery point. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDbSystemSourceFromPitrDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.mysql.models.CreateDbSystemSourceFromPitrDetails.source_type` attribute of this class is ``PITR`` and it should not be changed. 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 CreateDbSystemSourceFromPitrDetails. Allowed values for this property are: "NONE", "BACKUP", "PITR", "IMPORTURL" :type source_type: str :param db_system_id: The value to assign to the db_system_id property of this CreateDbSystemSourceFromPitrDetails. :type db_system_id: str :param recovery_point: The value to assign to the recovery_point property of this CreateDbSystemSourceFromPitrDetails. :type recovery_point: datetime �str�datetime)�source_type�db_system_id�recovery_point� sourceType� dbSystemId� recoveryPointN�PITR)� swagger_types� attribute_map�_source_type� _db_system_id�_recovery_point)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/create_db_system_source_from_pitr_details.py�__init__ s ��z,CreateDbSystemSourceFromPitrDetails.__init__c C s | j S )a� **[Required]** Gets the db_system_id of this CreateDbSystemSourceFromPitrDetails. The OCID of the DB System from which a backup shall be selected to be restored when creating the new DB System. Use this together with recovery point to perform a point in time recovery operation. :return: The db_system_id of this CreateDbSystemSourceFromPitrDetails. :rtype: str �r �r r r r r 8 s z0CreateDbSystemSourceFromPitrDetails.db_system_idc C s || _ dS )a� Sets the db_system_id of this CreateDbSystemSourceFromPitrDetails. The OCID of the DB System from which a backup shall be selected to be restored when creating the new DB System. Use this together with recovery point to perform a point in time recovery operation. :param db_system_id: The db_system_id of this CreateDbSystemSourceFromPitrDetails. :type: str Nr )r r r r r r F s c C s | j S )a Gets the recovery_point of this CreateDbSystemSourceFromPitrDetails. The date and time, as per RFC 3339, of the change up to which the new DB System shall be restored to, using a backup and logs from the original DB System. In case no point in time is specified, then this new DB System shall be restored up to the latest change recorded for the original DB System. :return: The recovery_point of this CreateDbSystemSourceFromPitrDetails. :rtype: datetime �r r r r r r T s z2CreateDbSystemSourceFromPitrDetails.recovery_pointc C s || _ dS )a Sets the recovery_point of this CreateDbSystemSourceFromPitrDetails. The date and time, as per RFC 3339, of the change up to which the new DB System shall be restored to, using a backup and logs from the original DB System. In case no point in time is specified, then this new DB System shall be restored up to the latest change recorded for the original DB System. :param recovery_point: The recovery_point of this CreateDbSystemSourceFromPitrDetails. :type: datetime Nr )r r r r r r d s c C s t | �S �N)r r r r r �__repr__t s z,CreateDbSystemSourceFromPitrDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s z*CreateDbSystemSourceFromPitrDetails.__eq__c C s | |k S r r r"