📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_configuration_metric_group.cpython-39.pyc
a ���fC � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Zdd� Zdd� ZdS )� DatabaseConfigurationMetricGroupzW Supported configuration metric groups for database capacity planning service. �DB_EXTERNAL_PROPERTIES�DB_EXTERNAL_INSTANCE�DB_OS_CONFIG_INSTANCE� DB_PARAMETERSc K s( ddd�| _ ddd�| _d| _d| _dS )aB Initializes a new DatabaseConfigurationMetricGroup object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.opsi.models.DBOSConfigInstance` * :class:`~oci.opsi.models.DBExternalInstance` * :class:`~oci.opsi.models.DBParameters` * :class:`~oci.opsi.models.DBExternalProperties` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this DatabaseConfigurationMetricGroup. Allowed values for this property are: "DB_EXTERNAL_PROPERTIES", "DB_EXTERNAL_INSTANCE", "DB_OS_CONFIG_INSTANCE", "DB_PARAMETERS" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this DatabaseConfigurationMetricGroup. :type time_collected: datetime �strZdatetime)�metric_name�time_collected� metricNameZ timeCollectedN)Z swagger_typesZ attribute_map�_metric_name�_time_collected)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/opsi/models/database_configuration_metric_group.py�__init__"