📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addm_db_parameter_change_aggregation.cpython-39.pyc
a ���fT � @ 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 dd� Zdd� Zdd� ZdS ) � AddmDbParameterChangeAggregationz2 Change record for AWR database parameter c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new AddmDbParameterChangeAggregation 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 AddmDbParameterChangeAggregation. :type id: str :param time_begin: The value to assign to the time_begin property of this AddmDbParameterChangeAggregation. :type time_begin: datetime :param time_end: The value to assign to the time_end property of this AddmDbParameterChangeAggregation. :type time_end: datetime :param inst_num: The value to assign to the inst_num property of this AddmDbParameterChangeAggregation. :type inst_num: int :param previous_value: The value to assign to the previous_value property of this AddmDbParameterChangeAggregation. :type previous_value: str :param value: The value to assign to the value property of this AddmDbParameterChangeAggregation. :type value: str :param snapshot_id: The value to assign to the snapshot_id property of this AddmDbParameterChangeAggregation. :type snapshot_id: int �strZdatetime�int)�id� time_begin�time_end�inst_num�previous_value�value�snapshot_idr Z timeBeginZtimeEndZinstNumZ previousValuer Z snapshotIdN) Z swagger_typesZ attribute_map�_id�_time_begin� _time_end� _inst_num�_previous_value�_value�_snapshot_id)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/opsi/models/addm_db_parameter_change_aggregation.py�__init__ s. #�� z)AddmDbParameterChangeAggregation.__init__c C s | j S )a4 **[Required]** Gets the id of this AddmDbParameterChangeAggregation. The `OCID`__ of the Database insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this AddmDbParameterChangeAggregation. :rtype: str �r �r r r r r P s z#AddmDbParameterChangeAggregation.idc C s || _ dS )a& Sets the id of this AddmDbParameterChangeAggregation. The `OCID`__ of the Database insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this AddmDbParameterChangeAggregation. :type: str Nr )r r r r r r ^ s c C s | j S )z� **[Required]** Gets the time_begin of this AddmDbParameterChangeAggregation. Begin time of interval which includes change :return: The time_begin of this AddmDbParameterChangeAggregation. :rtype: datetime �r r r r r r l s z+AddmDbParameterChangeAggregation.time_beginc C s || _ dS )z� Sets the time_begin of this AddmDbParameterChangeAggregation. Begin time of interval which includes change :param time_begin: The time_begin of this AddmDbParameterChangeAggregation. :type: datetime Nr )r r r r r r x s c C s | j S )z� **[Required]** Gets the time_end of this AddmDbParameterChangeAggregation. End time of interval which includes change :return: The time_end of this AddmDbParameterChangeAggregation. :rtype: datetime �r r r r r r � s z)AddmDbParameterChangeAggregation.time_endc C s || _ dS )z� Sets the time_end of this AddmDbParameterChangeAggregation. End time of interval which includes change :param time_end: The time_end of this AddmDbParameterChangeAggregation. :type: datetime Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the inst_num of this AddmDbParameterChangeAggregation. Instance number :return: The inst_num of this AddmDbParameterChangeAggregation. :rtype: int �r r r r r r � s z)AddmDbParameterChangeAggregation.inst_numc C s || _ dS )z� Sets the inst_num of this AddmDbParameterChangeAggregation. Instance number :param inst_num: The inst_num of this AddmDbParameterChangeAggregation. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the previous_value of this AddmDbParameterChangeAggregation. Previous value :return: The previous_value of this AddmDbParameterChangeAggregation. :rtype: str �r r r r r r � s z/AddmDbParameterChangeAggregation.previous_valuec C s || _ dS )z� Sets the previous_value of this AddmDbParameterChangeAggregation. Previous value :param previous_value: The previous_value of this AddmDbParameterChangeAggregation. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the value of this AddmDbParameterChangeAggregation. Current value :return: The value of this AddmDbParameterChangeAggregation. :rtype: str �r r r r r r � s z&AddmDbParameterChangeAggregation.valuec C s || _ dS )z� Sets the value of this AddmDbParameterChangeAggregation. Current value :param value: The value of this AddmDbParameterChangeAggregation. :type: str Nr"