📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_network_activity_summary.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�HostPerformanceMetricGroup� )�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 )�HostNetworkActivitySummaryz6 Network Activity Summary metric for the host c K sL dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new HostNetworkActivitySummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostNetworkActivitySummary.metric_name` attribute of this class is ``HOST_NETWORK_ACTIVITY_SUMMARY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this HostNetworkActivitySummary. Allowed values for this property are: "HOST_CPU_USAGE", "HOST_MEMORY_USAGE", "HOST_NETWORK_ACTIVITY_SUMMARY", "HOST_TOP_PROCESSES" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostNetworkActivitySummary. :type time_collected: datetime :param all_network_read_in_mbps: The value to assign to the all_network_read_in_mbps property of this HostNetworkActivitySummary. :type all_network_read_in_mbps: float :param all_network_write_in_mbps: The value to assign to the all_network_write_in_mbps property of this HostNetworkActivitySummary. :type all_network_write_in_mbps: float :param all_network_io_in_mbps: The value to assign to the all_network_io_in_mbps property of this HostNetworkActivitySummary. :type all_network_io_in_mbps: float �str�datetime�float)�metric_name�time_collected�all_network_read_in_mbps�all_network_write_in_mbps�all_network_io_in_mbps� metricName� timeCollected�allNetworkReadInMbps�allNetworkWriteInMbps�allNetworkIoInMbpsN�HOST_NETWORK_ACTIVITY_SUMMARY)� swagger_types� attribute_map�_metric_name�_time_collected�_all_network_read_in_mbps�_all_network_write_in_mbps�_all_network_io_in_mbps)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/host_network_activity_summary.py�__init__ s$ � �z#HostNetworkActivitySummary.__init__c C s | j S )z� Gets the all_network_read_in_mbps of this HostNetworkActivitySummary. All network interfaces read rate in Mbps :return: The all_network_read_in_mbps of this HostNetworkActivitySummary. :rtype: float �r �r r r r! r C s z3HostNetworkActivitySummary.all_network_read_in_mbpsc C s || _ dS )a Sets the all_network_read_in_mbps of this HostNetworkActivitySummary. All network interfaces read rate in Mbps :param all_network_read_in_mbps: The all_network_read_in_mbps of this HostNetworkActivitySummary. :type: float Nr# )r r r r r! r O s c C s | j S )z� Gets the all_network_write_in_mbps of this HostNetworkActivitySummary. All network interfaces write rate in Mbps :return: The all_network_write_in_mbps of this HostNetworkActivitySummary. :rtype: float �r r$ r r r! r [ s z4HostNetworkActivitySummary.all_network_write_in_mbpsc C s || _ dS )a Sets the all_network_write_in_mbps of this HostNetworkActivitySummary. All network interfaces write rate in Mbps :param all_network_write_in_mbps: The all_network_write_in_mbps of this HostNetworkActivitySummary. :type: float Nr% )r r r r r! r g s c C s | j S )z� Gets the all_network_io_in_mbps of this HostNetworkActivitySummary. All network interfaces IO rate in Mbps :return: The all_network_io_in_mbps of this HostNetworkActivitySummary. :rtype: float �r r$ r r r! r s s z1HostNetworkActivitySummary.all_network_io_in_mbpsc C s || _ dS )a Sets the all_network_io_in_mbps of this HostNetworkActivitySummary. All network interfaces IO rate in Mbps :param all_network_io_in_mbps: The all_network_io_in_mbps of this HostNetworkActivitySummary. :type: float Nr&