📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: backup_summary.cpython-39.pyc
a ���f^S � @ 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 @ s8 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zd@dA� ZdBdC� ZdDdE� ZdFS )G� BackupSummarya� Details of Backups such as OCID, description, backupType, and so on. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm c K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )aA Initializes a new BackupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BackupSummary. :type id: str :param display_name: The value to assign to the display_name property of this BackupSummary. :type display_name: str :param description: The value to assign to the description property of this BackupSummary. :type description: str :param time_created: The value to assign to the time_created property of this BackupSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BackupSummary. :type lifecycle_state: str :param backup_type: The value to assign to the backup_type property of this BackupSummary. :type backup_type: str :param creation_type: The value to assign to the creation_type property of this BackupSummary. :type creation_type: str :param db_system_id: The value to assign to the db_system_id property of this BackupSummary. :type db_system_id: str :param compartment_id: The value to assign to the compartment_id property of this BackupSummary. :type compartment_id: str :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this BackupSummary. :type data_storage_size_in_gbs: int :param backup_size_in_gbs: The value to assign to the backup_size_in_gbs property of this BackupSummary. :type backup_size_in_gbs: int :param retention_in_days: The value to assign to the retention_in_days property of this BackupSummary. :type retention_in_days: int :param mysql_version: The value to assign to the mysql_version property of this BackupSummary. :type mysql_version: str :param shape_name: The value to assign to the shape_name property of this BackupSummary. :type shape_name: str :param freeform_tags: The value to assign to the freeform_tags property of this BackupSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BackupSummary. :type defined_tags: dict(str, dict(str, object)) :param immediate_source_backup_id: The value to assign to the immediate_source_backup_id property of this BackupSummary. :type immediate_source_backup_id: str :param original_source_backup_id: The value to assign to the original_source_backup_id property of this BackupSummary. :type original_source_backup_id: str :param time_copy_created: The value to assign to the time_copy_created property of this BackupSummary. :type time_copy_created: datetime :param db_system_snapshot_summary: The value to assign to the db_system_snapshot_summary property of this BackupSummary. :type db_system_snapshot_summary: oci.mysql.models.DbSystemSnapshotSummary �strZdatetime�intzdict(str, str)zdict(str, dict(str, object))ZDbSystemSnapshotSummary)�id�display_name�description�time_created�lifecycle_state�backup_type� creation_type�db_system_id�compartment_id�data_storage_size_in_gbs�backup_size_in_gbs�retention_in_days� mysql_version� shape_name� freeform_tags�defined_tags�immediate_source_backup_id�original_source_backup_id�time_copy_created�db_system_snapshot_summaryr ZdisplayNamer ZtimeCreatedZlifecycleStateZ backupTypeZcreationTypeZ dbSystemIdZ compartmentIdZdataStorageSizeInGBsZbackupSizeInGBsZretentionInDaysZmysqlVersionZ shapeNameZfreeformTagsZdefinedTagsZimmediateSourceBackupIdZoriginalSourceBackupIdZtimeCopyCreatedZdbSystemSnapshotSummaryN)Z swagger_typesZ attribute_map�_id� _display_name�_description� _time_created�_lifecycle_state�_backup_type�_creation_type� _db_system_id�_compartment_id�_data_storage_size_in_gbs�_backup_size_in_gbs�_retention_in_days�_mysql_version�_shape_name�_freeform_tags� _defined_tags�_immediate_source_backup_id�_original_source_backup_id�_time_copy_created�_db_system_snapshot_summary)�self�kwargs� r3 �C/usr/lib/python3.9/site-packages/oci/mysql/models/backup_summary.py�__init__ s| W��zBackupSummary.__init__c C s | j S )z� **[Required]** Gets the id of this BackupSummary. OCID of the backup. :return: The id of this BackupSummary. :rtype: str �r �r1 r3 r3 r4 r � s zBackupSummary.idc C s || _ dS )z� Sets the id of this BackupSummary. OCID of the backup. :param id: The id of this BackupSummary. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the display_name of this BackupSummary. A user-supplied display name for the backup. :return: The display_name of this BackupSummary. :rtype: str �r r7 r3 r3 r4 r � s zBackupSummary.display_namec C s || _ dS )z� Sets the display_name of this BackupSummary. A user-supplied display name for the backup. :param display_name: The display_name of this BackupSummary. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the description of this BackupSummary. A user-supplied description of the backup. :return: The description of this BackupSummary. :rtype: str �r r7 r3 r3 r4 r � s zBackupSummary.descriptionc C s || _ dS )z� Sets the description of this BackupSummary. A user-supplied description of the backup. :param description: The description of this BackupSummary. :type: str Nr9 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the time_created of this BackupSummary. The time the backup was created. :return: The time_created of this BackupSummary. :rtype: datetime �r r7 r3 r3 r4 r � s zBackupSummary.time_createdc C s || _ dS )z� Sets the time_created of this BackupSummary. The time the backup was created. :param time_created: The time_created of this BackupSummary. :type: datetime Nr: )r1 r r3 r3 r4 r s c C s | j S )z� **[Required]** Gets the lifecycle_state of this BackupSummary. The state of the backup. :return: The lifecycle_state of this BackupSummary. :rtype: str �r! r7 r3 r3 r4 r s zBackupSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this BackupSummary. The state of the backup. :param lifecycle_state: The lifecycle_state of this BackupSummary. :type: str Nr; )r1 r r3 r3 r4 r s c C s | j S )z� **[Required]** Gets the backup_type of this BackupSummary. The type of backup. :return: The backup_type of this BackupSummary. :rtype: str �r"