ruạṛ
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�TopProcessesUsageTrendz+ Aggregated data for top processes c K sd ddddddddd�| _ dddd d ddd d�| _d| _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 container_id: The value to assign to the container_id property of this TopProcessesUsageTrend. :type container_id: str :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 Zdatetime�str�float�int)� end_timestamp�container_id� cpu_usage�cpu_utilization�memory_utilization�virtual_memory_in_mbs�physical_memory_in_mbs�max_process_countZendTimestampZcontainerIdZcpuUsageZcpuUtilizationZmemoryUtilizationZvirtualMemoryInMBsZphysicalMemoryInMBsZmaxProcessCountN) Z swagger_typesZ attribute_map�_end_timestamp� _container_id� _cpu_usage�_cpu_utilization�_memory_utilization�_virtual_memory_in_mbs�_physical_memory_in_mbs�_max_process_count)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/opsi/models/top_processes_usage_trend.py�__init__ s4 '��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 W 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 )r r r r r r c s c C s | j S )z� Gets the container_id of this TopProcessesUsageTrend. Container id if this process corresponds to a running container in the host. :return: The container_id of this TopProcessesUsageTrend. :rtype: str �r r r r r r o s z#TopProcessesUsageTrend.container_idc C s || _ dS )z� Sets the container_id of this TopProcessesUsageTrend. Container id if this process corresponds to a running container in the host. :param container_id: The container_id of this TopProcessesUsageTrend. :type: str Nr! )r r r r r r { s c C s | j S )z� **[Required]** Gets the cpu_usage of this TopProcessesUsageTrend. Process CPU usage. :return: The cpu_usage of this TopProcessesUsageTrend. :rtype: float �r r r r r r � s z TopProcessesUsageTrend.cpu_usagec C s || _ dS )z� Sets the cpu_usage of this TopProcessesUsageTrend. Process CPU usage. :param cpu_usage: The cpu_usage of this TopProcessesUsageTrend. :type: float Nr"