ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�HostConfigurationMetricGroup� )�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 )�HostFilesystemConfigurationz7 Filesystem Configuration metric for the host. c K sL dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d| _d S )a Initializes a new HostFilesystemConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostFilesystemConfiguration.metric_name` attribute of this class is ``HOST_FILESYSTEM_CONFIGURATION`` 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 HostFilesystemConfiguration. Allowed values for this property are: "HOST_PRODUCT", "HOST_RESOURCE_ALLOCATION", "HOST_MEMORY_CONFIGURATION", "HOST_HARDWARE_CONFIGURATION", "HOST_CPU_HARDWARE_CONFIGURATION", "HOST_NETWORK_CONFIGURATION", "HOST_ENTITES", "HOST_FILESYSTEM_CONFIGURATION", "HOST_GPU_CONFIGURATION" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostFilesystemConfiguration. :type time_collected: datetime :param file_system_name: The value to assign to the file_system_name property of this HostFilesystemConfiguration. :type file_system_name: str :param mount_point: The value to assign to the mount_point property of this HostFilesystemConfiguration. :type mount_point: str :param file_system_size_in_gb: The value to assign to the file_system_size_in_gb property of this HostFilesystemConfiguration. :type file_system_size_in_gb: float �strZdatetime�float)Zmetric_nameZtime_collected�file_system_name�mount_point�file_system_size_in_gbZ metricNameZ timeCollectedZfileSystemNameZ mountPointZfileSystemSizeInGBNZHOST_FILESYSTEM_CONFIGURATION)Z swagger_typesZ attribute_mapZ_metric_nameZ_time_collected�_file_system_name�_mount_point�_file_system_size_in_gb)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/opsi/models/host_filesystem_configuration.py�__init__ s$ � �z$HostFilesystemConfiguration.__init__c C s | j S )z� **[Required]** Gets the file_system_name of this HostFilesystemConfiguration. Name of filesystem :return: The file_system_name of this HostFilesystemConfiguration. :rtype: str �r �r r r r r E s z,HostFilesystemConfiguration.file_system_namec C s || _ dS )z� Sets the file_system_name of this HostFilesystemConfiguration. Name of filesystem :param file_system_name: The file_system_name of this HostFilesystemConfiguration. :type: str Nr )r r r r r r Q s c C s | j S )z� **[Required]** Gets the mount_point of this HostFilesystemConfiguration. Mount points are specialized NTFS filesystem objects :return: The mount_point of this HostFilesystemConfiguration. :rtype: str �r r r r r r ] s z'HostFilesystemConfiguration.mount_pointc C s || _ dS )z� Sets the mount_point of this HostFilesystemConfiguration. Mount points are specialized NTFS filesystem objects :param mount_point: The mount_point of this HostFilesystemConfiguration. :type: str Nr )r r r r r r i s c C s | j S )z� **[Required]** Gets the file_system_size_in_gb of this HostFilesystemConfiguration. Size of filesystem :return: The file_system_size_in_gb of this HostFilesystemConfiguration. :rtype: float �r r r r r r u s z2HostFilesystemConfiguration.file_system_size_in_gbc C s || _ dS )z� Sets the file_system_size_in_gb of this HostFilesystemConfiguration. Size of filesystem :param file_system_size_in_gb: The file_system_size_in_gb of this HostFilesystemConfiguration. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$HostFilesystemConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"HostFilesystemConfiguration.__eq__c C s | |k S r r r r r r �__ne__� s z"HostFilesystemConfiguration.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"