📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_configuration_metric_group.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 ZdZdZdZdZdd� Zedd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z dd� Zdd� Zdd� ZdS )� DatabaseConfigurationMetricGroupzW Supported configuration metric groups for database capacity planning service. �DB_EXTERNAL_PROPERTIES�DB_EXTERNAL_INSTANCE�DB_OS_CONFIG_INSTANCEc K s( ddd�| _ ddd�| _d| _d| _dS )a 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.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" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this DatabaseConfigurationMetricGroup. :type time_collected: datetime �str�datetime)�metric_name�time_collected� metricName� timeCollectedN)� swagger_types� attribute_map�_metric_name�_time_collected)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/database_configuration_metric_group.py�__init__ s ��z)DatabaseConfigurationMetricGroup.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �DBOSConfigInstancer �DBExternalInstancer �DBExternalPropertiesr Nr )�object_dictionary�typer r r �get_subtype>