📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: available_audit_volume_summary.cpython-39.pyc
a ���fH! � @ 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� �Zdd� Z dd� Zdd� ZdS )�AvailableAuditVolumeSummaryz{ Represents the audit data volume collected by Data Safe from the target database for the specified audit profile. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new AvailableAuditVolumeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param audit_profile_id: The value to assign to the audit_profile_id property of this AvailableAuditVolumeSummary. :type audit_profile_id: str :param audit_trail_id: The value to assign to the audit_trail_id property of this AvailableAuditVolumeSummary. :type audit_trail_id: str :param database_unique_name: The value to assign to the database_unique_name property of this AvailableAuditVolumeSummary. :type database_unique_name: str :param trail_location: The value to assign to the trail_location property of this AvailableAuditVolumeSummary. :type trail_location: str :param month_in_consideration: The value to assign to the month_in_consideration property of this AvailableAuditVolumeSummary. :type month_in_consideration: datetime :param volume: The value to assign to the volume property of this AvailableAuditVolumeSummary. :type volume: int �strZdatetime�int)�audit_profile_id�audit_trail_id�database_unique_name�trail_location�month_in_consideration�volumeZauditProfileIdZauditTrailIdZdatabaseUniqueNameZ trailLocationZmonthInConsiderationr N)Z swagger_typesZ attribute_map�_audit_profile_id�_audit_trail_id�_database_unique_name�_trail_location�_month_in_consideration�_volume)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_safe/models/available_audit_volume_summary.py�__init__ s( � � z$AvailableAuditVolumeSummary.__init__c C s | j S )z� **[Required]** Gets the audit_profile_id of this AvailableAuditVolumeSummary. The OCID of the audit profile resource. :return: The audit_profile_id of this AvailableAuditVolumeSummary. :rtype: str �r �r r r r r I s z,AvailableAuditVolumeSummary.audit_profile_idc C s || _ dS )z� Sets the audit_profile_id of this AvailableAuditVolumeSummary. The OCID of the audit profile resource. :param audit_profile_id: The audit_profile_id of this AvailableAuditVolumeSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the audit_trail_id of this AvailableAuditVolumeSummary. The OCID of the audit trail. :return: The audit_trail_id of this AvailableAuditVolumeSummary. :rtype: str �r r r r r r a s z*AvailableAuditVolumeSummary.audit_trail_idc C s || _ dS )z� Sets the audit_trail_id of this AvailableAuditVolumeSummary. The OCID of the audit trail. :param audit_trail_id: The audit_trail_id of this AvailableAuditVolumeSummary. :type: str Nr )r r r r r r m s c C s | j S )a Gets the database_unique_name of this AvailableAuditVolumeSummary. Unique name of the database associated to the peer target database. :return: The database_unique_name of this AvailableAuditVolumeSummary. :rtype: str �r r r r r r y s z0AvailableAuditVolumeSummary.database_unique_namec C s || _ dS )a Sets the database_unique_name of this AvailableAuditVolumeSummary. Unique name of the database associated to the peer target database. :param database_unique_name: The database_unique_name of this AvailableAuditVolumeSummary. :type: str Nr )r r r r r r � s c C s | j S )a+ **[Required]** Gets the trail_location of this AvailableAuditVolumeSummary. Audit trail location on the target database from where the audit data is being collected by Data Safe. :return: The trail_location of this AvailableAuditVolumeSummary. :rtype: str �r r r r r r � s z*AvailableAuditVolumeSummary.trail_locationc C s || _ dS )a) Sets the trail_location of this AvailableAuditVolumeSummary. Audit trail location on the target database from where the audit data is being collected by Data Safe. :param trail_location: The trail_location of this AvailableAuditVolumeSummary. :type: str Nr )r r r r r r � s c C s | j S )a> **[Required]** Gets the month_in_consideration of this AvailableAuditVolumeSummary. Represents the month under consideration for which aggregated audit data volume available at the target is computed. This field will be the UTC start of the day of the first day of the month for which the aggregate count corresponds to, in the format defined by RFC3339.. For instance, the value of 01-01-2021T00:00:00Z represents Jan 2021. :return: The month_in_consideration of this AvailableAuditVolumeSummary. :rtype: datetime �r r r r r r � s z2AvailableAuditVolumeSummary.month_in_considerationc C s || _ dS )aD Sets the month_in_consideration of this AvailableAuditVolumeSummary. Represents the month under consideration for which aggregated audit data volume available at the target is computed. This field will be the UTC start of the day of the first day of the month for which the aggregate count corresponds to, in the format defined by RFC3339.. For instance, the value of 01-01-2021T00:00:00Z represents Jan 2021. :param month_in_consideration: The month_in_consideration of this AvailableAuditVolumeSummary. :type: datetime Nr )r r r r r r � s c C s | j S )aX **[Required]** Gets the volume of this AvailableAuditVolumeSummary. Represents the aggregated audit data volume available in the audit trails on the target database which is yet to be collected by Data Safe for the specified month. :return: The volume of this AvailableAuditVolumeSummary. :rtype: int �r r r r r r � s z"AvailableAuditVolumeSummary.volumec C s || _ dS )aN Sets the volume of this AvailableAuditVolumeSummary. Represents the aggregated audit data volume available in the audit trails on the target database which is yet to be collected by Data Safe for the specified month. :param volume: The volume of this AvailableAuditVolumeSummary. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$AvailableAuditVolumeSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"AvailableAuditVolumeSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z"AvailableAuditVolumeSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"