📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: calculate_audit_volume_available_details.cpython-39.pyc
a ���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 )�$CalculateAuditVolumeAvailableDetailszB The details for calculating audit data volume on target. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a4 Initializes a new CalculateAuditVolumeAvailableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param audit_collection_start_time: The value to assign to the audit_collection_start_time property of this CalculateAuditVolumeAvailableDetails. :type audit_collection_start_time: datetime :param trail_locations: The value to assign to the trail_locations property of this CalculateAuditVolumeAvailableDetails. :type trail_locations: list[str] :param database_unique_name: The value to assign to the database_unique_name property of this CalculateAuditVolumeAvailableDetails. :type database_unique_name: str Zdatetimez list[str]�str)�audit_collection_start_time�trail_locations�database_unique_nameZauditCollectionStartTimeZtrailLocationsZdatabaseUniqueNameN)Z swagger_typesZ attribute_map�_audit_collection_start_time�_trail_locations�_database_unique_name)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/data_safe/models/calculate_audit_volume_available_details.py�__init__ s ��z-CalculateAuditVolumeAvailableDetails.__init__c C s | j S )a� Gets the audit_collection_start_time of this CalculateAuditVolumeAvailableDetails. The date from which the audit trail must start collecting data in UTC, in the format defined by RFC3339. If not specified, this will default to the date based on the retention period. :return: The audit_collection_start_time of this CalculateAuditVolumeAvailableDetails. :rtype: datetime �r �r r r r r 4 s z@CalculateAuditVolumeAvailableDetails.audit_collection_start_timec C s || _ dS )a� Sets the audit_collection_start_time of this CalculateAuditVolumeAvailableDetails. The date from which the audit trail must start collecting data in UTC, in the format defined by RFC3339. If not specified, this will default to the date based on the retention period. :param audit_collection_start_time: The audit_collection_start_time of this CalculateAuditVolumeAvailableDetails. :type: datetime Nr )r r r r r r @ s c C s | j S )a Gets the trail_locations of this CalculateAuditVolumeAvailableDetails. The trail locations for which the audit data volume has to be calculated. :return: The trail_locations of this CalculateAuditVolumeAvailableDetails. :rtype: list[str] �r r r r r r L s z4CalculateAuditVolumeAvailableDetails.trail_locationsc C s || _ dS )a' Sets the trail_locations of this CalculateAuditVolumeAvailableDetails. The trail locations for which the audit data volume has to be calculated. :param trail_locations: The trail_locations of this CalculateAuditVolumeAvailableDetails. :type: list[str] Nr )r r r r r r X s c C s | j S )a Gets the database_unique_name of this CalculateAuditVolumeAvailableDetails. Unique name of the database associated to the peer target database. :return: The database_unique_name of this CalculateAuditVolumeAvailableDetails. :rtype: str �r r r r r r d s z9CalculateAuditVolumeAvailableDetails.database_unique_namec C s || _ dS )a* Sets the database_unique_name of this CalculateAuditVolumeAvailableDetails. Unique name of the database associated to the peer target database. :param database_unique_name: The database_unique_name of this CalculateAuditVolumeAvailableDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z-CalculateAuditVolumeAvailableDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z+CalculateAuditVolumeAvailableDetails.__eq__c C s | |k S r r r r r r �__ne__� s z+CalculateAuditVolumeAvailableDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"