📂 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
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: estimate_release_data_size_result.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�EstimateReleaseDataSizeResultz@ This is the size and time range of data to be released c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EstimateReleaseDataSizeResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_data_ended: The value to assign to the time_data_ended property of this EstimateReleaseDataSizeResult. :type time_data_ended: datetime :param time_data_started: The value to assign to the time_data_started property of this EstimateReleaseDataSizeResult. :type time_data_started: datetime :param size_in_bytes: The value to assign to the size_in_bytes property of this EstimateReleaseDataSizeResult. :type size_in_bytes: int �datetime�int)�time_data_ended�time_data_started� size_in_bytes� timeDataEnded�timeDataStarted�sizeInBytesN)� swagger_types� attribute_map�_time_data_ended�_time_data_started�_size_in_bytes)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/estimate_release_data_size_result.py�__init__ s ��z&EstimateReleaseDataSizeResult.__init__c C s | j S )a� **[Required]** Gets the time_data_ended of this EstimateReleaseDataSizeResult. This is the end of the time range of data to be released. timeDataStarted and timeDataEnded delineate the time range of the recalled data to be released. They may not be exact the same as the parameters in the request input (EstimateReleaseDataSizeDetails). :return: The time_data_ended of this EstimateReleaseDataSizeResult. :rtype: datetime �r �r r r r r 2 s z-EstimateReleaseDataSizeResult.time_data_endedc C s || _ dS )a� Sets the time_data_ended of this EstimateReleaseDataSizeResult. This is the end of the time range of data to be released. timeDataStarted and timeDataEnded delineate the time range of the recalled data to be released. They may not be exact the same as the parameters in the request input (EstimateReleaseDataSizeDetails). :param time_data_ended: The time_data_ended of this EstimateReleaseDataSizeResult. :type: datetime Nr )r r r r r r @ s c C s | j S )a **[Required]** Gets the time_data_started of this EstimateReleaseDataSizeResult. This is the start of the time range of data to be released :return: The time_data_started of this EstimateReleaseDataSizeResult. :rtype: datetime �r r r r r r N s z/EstimateReleaseDataSizeResult.time_data_startedc C s || _ dS )a Sets the time_data_started of this EstimateReleaseDataSizeResult. This is the start of the time range of data to be released :param time_data_started: The time_data_started of this EstimateReleaseDataSizeResult. :type: datetime Nr )r r r r r r Z s c C s | j S )z� **[Required]** Gets the size_in_bytes of this EstimateReleaseDataSizeResult. This is the size in bytes :return: The size_in_bytes of this EstimateReleaseDataSizeResult. :rtype: int �r r r r r r f s z+EstimateReleaseDataSizeResult.size_in_bytesc C s || _ dS )z� Sets the size_in_bytes of this EstimateReleaseDataSizeResult. This is the size in bytes :param size_in_bytes: The size_in_bytes of this EstimateReleaseDataSizeResult. :type: int Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s z&EstimateReleaseDataSizeResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$EstimateReleaseDataSizeResult.__eq__c C s | |k S r r r r r r �__ne__� s z$EstimateReleaseDataSizeResult.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"