📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/recovery/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: metrics_summary.cpython-39.pyc
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 @ 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� �Zdd� Zdd� Zd d!� Zd"S )#�MetricsSummaryzX Backup performance and storage utilization metrics for the Protected Database. c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new MetricsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param backup_space_used_in_gbs: The value to assign to the backup_space_used_in_gbs property of this MetricsSummary. :type backup_space_used_in_gbs: float :param backup_space_estimate_in_gbs: The value to assign to the backup_space_estimate_in_gbs property of this MetricsSummary. :type backup_space_estimate_in_gbs: float :param unprotected_window_in_seconds: The value to assign to the unprotected_window_in_seconds property of this MetricsSummary. :type unprotected_window_in_seconds: float :param db_size_in_gbs: The value to assign to the db_size_in_gbs property of this MetricsSummary. :type db_size_in_gbs: float :param is_redo_logs_enabled: The value to assign to the is_redo_logs_enabled property of this MetricsSummary. :type is_redo_logs_enabled: bool :param retention_period_in_days: The value to assign to the retention_period_in_days property of this MetricsSummary. :type retention_period_in_days: float :param current_retention_period_in_seconds: The value to assign to the current_retention_period_in_seconds property of this MetricsSummary. :type current_retention_period_in_seconds: float :param minimum_recovery_needed_in_days: The value to assign to the minimum_recovery_needed_in_days property of this MetricsSummary. :type minimum_recovery_needed_in_days: float �float�bool)�backup_space_used_in_gbs�backup_space_estimate_in_gbs�unprotected_window_in_seconds�db_size_in_gbs�is_redo_logs_enabled�retention_period_in_days�#current_retention_period_in_seconds�minimum_recovery_needed_in_daysZbackupSpaceUsedInGBsZbackupSpaceEstimateInGBsZunprotectedWindowInSecondsZdbSizeInGBsZisRedoLogsEnabledZretentionPeriodInDaysZcurrentRetentionPeriodInSecondsZminimumRecoveryNeededInDaysN) Z swagger_typesZ attribute_map�_backup_space_used_in_gbs�_backup_space_estimate_in_gbs�_unprotected_window_in_seconds�_db_size_in_gbs�_is_redo_logs_enabled�_retention_period_in_days�$_current_retention_period_in_seconds� _minimum_recovery_needed_in_days)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/recovery/models/metrics_summary.py�__init__ s4 '��zMetricsSummary.__init__c C s | j S )a$ Gets the backup_space_used_in_gbs of this MetricsSummary. Backup storage space, in gigabytes, utilized by the protected database. Oracle charges for the total storage used. :return: The backup_space_used_in_gbs of this MetricsSummary. :rtype: float �r �r r r r r W s z'MetricsSummary.backup_space_used_in_gbsc C s || _ dS )a; Sets the backup_space_used_in_gbs of this MetricsSummary. Backup storage space, in gigabytes, utilized by the protected database. Oracle charges for the total storage used. :param backup_space_used_in_gbs: The backup_space_used_in_gbs of this MetricsSummary. :type: float Nr )r r r r r r c s c C s | j S )aS Gets the backup_space_estimate_in_gbs of this MetricsSummary. The estimated backup storage space, in gigabytes, required to meet the recovery window goal, including foot print and backups for the protected database. :return: The backup_space_estimate_in_gbs of this MetricsSummary. :rtype: float �r r r r r r o s z+MetricsSummary.backup_space_estimate_in_gbsc C s || _ dS )an Sets the backup_space_estimate_in_gbs of this MetricsSummary. The estimated backup storage space, in gigabytes, required to meet the recovery window goal, including foot print and backups for the protected database. :param backup_space_estimate_in_gbs: The backup_space_estimate_in_gbs of this MetricsSummary. :type: float Nr )r r r r r r { s c C s | j S )a� Gets the unprotected_window_in_seconds of this MetricsSummary. This is the time window when there is data loss exposure. The point after which recovery is impossible unless additional redo is available. This is the time we received the last backup or last redo-log shipped. :return: The unprotected_window_in_seconds of this MetricsSummary. :rtype: float �r r r r r r � s z,MetricsSummary.unprotected_window_in_secondsc C s || _ dS )a� Sets the unprotected_window_in_seconds of this MetricsSummary. This is the time window when there is data loss exposure. The point after which recovery is impossible unless additional redo is available. This is the time we received the last backup or last redo-log shipped. :param unprotected_window_in_seconds: The unprotected_window_in_seconds of this MetricsSummary. :type: float Nr! )r r r r r r � s c C s | j S )aP Gets the db_size_in_gbs of this MetricsSummary. The estimated space, in gigabytes, consumed by the protected database. The database size is based on the size of the data files in the catalog, and does not include archive logs. :return: The db_size_in_gbs of this MetricsSummary. :rtype: float �r r r r r r � s zMetricsSummary.db_size_in_gbsc C s || _ dS )a] Sets the db_size_in_gbs of this MetricsSummary. The estimated space, in gigabytes, consumed by the protected database. The database size is based on the size of the data files in the catalog, and does not include archive logs. :param db_size_in_gbs: The db_size_in_gbs of this MetricsSummary. :type: float Nr"