ruạṛ
a ���fL � @ 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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�HostFilesystemUsagez/ Filesystem Usage metric for the host. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new HostFilesystemUsage object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostFilesystemUsage.metric_name` attribute of this class is ``HOST_FILESYSTEM_USAGE`` 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 HostFilesystemUsage. Allowed values for this property are: "HOST_CPU_USAGE", "HOST_MEMORY_USAGE", "HOST_NETWORK_ACTIVITY_SUMMARY", "HOST_TOP_PROCESSES", "HOST_FILESYSTEM_USAGE", "HOST_GPU_USAGE", "HOST_GPU_PROCESSES", "HOST_IO_USAGE", "HOST_CONTAINERS" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostFilesystemUsage. :type time_collected: datetime :param mount_point: The value to assign to the mount_point property of this HostFilesystemUsage. :type mount_point: str :param file_system_usage_in_gb: The value to assign to the file_system_usage_in_gb property of this HostFilesystemUsage. :type file_system_usage_in_gb: float :param file_system_avail_in_percent: The value to assign to the file_system_avail_in_percent property of this HostFilesystemUsage. :type file_system_avail_in_percent: float :param file_system_avail_in_gbs: The value to assign to the file_system_avail_in_gbs property of this HostFilesystemUsage. :type file_system_avail_in_gbs: float �strZdatetime�float)Zmetric_nameZtime_collected�mount_point�file_system_usage_in_gb�file_system_avail_in_percent�file_system_avail_in_gbsZ metricNameZ timeCollectedZ mountPointZfileSystemUsageInGBZfileSystemAvailInPercentZfileSystemAvailInGBsNZHOST_FILESYSTEM_USAGE)Z swagger_typesZ attribute_mapZ_metric_nameZ_time_collected�_mount_point�_file_system_usage_in_gb�_file_system_avail_in_percent�_file_system_avail_in_gbs)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/opsi/models/host_filesystem_usage.py�__init__ s* !� � zHostFilesystemUsage.__init__c C s | j S )z� Gets the mount_point of this HostFilesystemUsage. Mount points are specialized NTFS filesystem objects :return: The mount_point of this HostFilesystemUsage. :rtype: str �r �r r r r r L s zHostFilesystemUsage.mount_pointc C s || _ dS )z� Sets the mount_point of this HostFilesystemUsage. Mount points are specialized NTFS filesystem objects :param mount_point: The mount_point of this HostFilesystemUsage. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the file_system_usage_in_gb of this HostFilesystemUsage. :return: The file_system_usage_in_gb of this HostFilesystemUsage. :rtype: float �r r r r r r d s z+HostFilesystemUsage.file_system_usage_in_gbc C s || _ dS )z� Sets the file_system_usage_in_gb of this HostFilesystemUsage. :param file_system_usage_in_gb: The file_system_usage_in_gb of this HostFilesystemUsage. :type: float Nr )r r r r r r n s c C s | j S )z� Gets the file_system_avail_in_percent of this HostFilesystemUsage. :return: The file_system_avail_in_percent of this HostFilesystemUsage. :rtype: float �r r r r r r x s z0HostFilesystemUsage.file_system_avail_in_percentc C s || _ dS )z� Sets the file_system_avail_in_percent of this HostFilesystemUsage. :param file_system_avail_in_percent: The file_system_avail_in_percent of this HostFilesystemUsage. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the file_system_avail_in_gbs of this HostFilesystemUsage. :return: The file_system_avail_in_gbs of this HostFilesystemUsage. :rtype: float �r r r r r r � s z,HostFilesystemUsage.file_system_avail_in_gbsc C s || _ dS )z� Sets the file_system_avail_in_gbs of this HostFilesystemUsage. :param file_system_avail_in_gbs: The file_system_avail_in_gbs of this HostFilesystemUsage. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zHostFilesystemUsage.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zHostFilesystemUsage.__eq__c C s | |k S r r r r r r �__ne__� s zHostFilesystemUsage.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"