📂 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: backup_summary.pyc
a O��fP@ � @ 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 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� �Zd4d5� Zd6d7� Zd8d9� Zd:S );� 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� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )aE 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)) �str�datetime�intzdict(str, str)zdict(str, dict(str, object)))�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_tagsr �displayNamer �timeCreated�lifecycleState� backupType�creationType� dbSystemId� compartmentId�dataStorageSizeInGBs�backupSizeInGBs�retentionInDays�mysqlVersion� shapeName�freeformTags�definedTagsN)� swagger_types� 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)�self�kwargs� r<