ruạṛ
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �TopProcessesUsageTrendz+ Aggregated data for top processes c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a{ Initializes a new TopProcessesUsageTrend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param end_timestamp: The value to assign to the end_timestamp property of this TopProcessesUsageTrend. :type end_timestamp: datetime :param cpu_usage: The value to assign to the cpu_usage property of this TopProcessesUsageTrend. :type cpu_usage: float :param cpu_utilization: The value to assign to the cpu_utilization property of this TopProcessesUsageTrend. :type cpu_utilization: float :param memory_utilization: The value to assign to the memory_utilization property of this TopProcessesUsageTrend. :type memory_utilization: float :param virtual_memory_in_mbs: The value to assign to the virtual_memory_in_mbs property of this TopProcessesUsageTrend. :type virtual_memory_in_mbs: float :param physical_memory_in_mbs: The value to assign to the physical_memory_in_mbs property of this TopProcessesUsageTrend. :type physical_memory_in_mbs: float :param max_process_count: The value to assign to the max_process_count property of this TopProcessesUsageTrend. :type max_process_count: int �datetime�float�int)� end_timestamp� cpu_usage�cpu_utilization�memory_utilization�virtual_memory_in_mbs�physical_memory_in_mbs�max_process_count�endTimestamp�cpuUsage�cpuUtilization�memoryUtilization�virtualMemoryInMBs�physicalMemoryInMBs�maxProcessCountN) � swagger_types� attribute_map�_end_timestamp� _cpu_usage�_cpu_utilization�_memory_utilization�_virtual_memory_in_mbs�_physical_memory_in_mbs�_max_process_count)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/top_processes_usage_trend.py�__init__ s. #�� zTopProcessesUsageTrend.__init__c C s | j S )a **[Required]** Gets the end_timestamp of this TopProcessesUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format. :return: The end_timestamp of this TopProcessesUsageTrend. :rtype: datetime �r �r! r# r# r$ r N s z$TopProcessesUsageTrend.end_timestampc C s || _ dS )a Sets the end_timestamp of this TopProcessesUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format. :param end_timestamp: The end_timestamp of this TopProcessesUsageTrend. :type: datetime Nr&