📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tablespace_usage_trend_aggregation.pyc
a O��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 d d� Z dd� Zdd� ZdS )�TablespaceUsageTrendAggregationz< Usage data per tablespace for a Pluggable database c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TablespaceUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tablespace_name: The value to assign to the tablespace_name property of this TablespaceUsageTrendAggregation. :type tablespace_name: str :param tablespace_type: The value to assign to the tablespace_type property of this TablespaceUsageTrendAggregation. :type tablespace_type: str :param usage_data: The value to assign to the usage_data property of this TablespaceUsageTrendAggregation. :type usage_data: list[oci.opsi.models.TablespaceUsageTrend] �strzlist[TablespaceUsageTrend])�tablespace_name�tablespace_type� usage_data�tablespaceName�tablespaceType� usageDataN)� swagger_types� attribute_map�_tablespace_name�_tablespace_type�_usage_data)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/tablespace_usage_trend_aggregation.py�__init__ s ��z(TablespaceUsageTrendAggregation.__init__c C s | j S )z� **[Required]** Gets the tablespace_name of this TablespaceUsageTrendAggregation. The name of tablespace. :return: The tablespace_name of this TablespaceUsageTrendAggregation. :rtype: str �r �r r r r r 2 s z/TablespaceUsageTrendAggregation.tablespace_namec C s || _ dS )z� Sets the tablespace_name of this TablespaceUsageTrendAggregation. The name of tablespace. :param tablespace_name: The tablespace_name of this TablespaceUsageTrendAggregation. :type: str Nr )r r r r r r >