📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_product.cpython-39.pyc
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 )�HostProductz% Product metric for the host c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a* Initializes a new HostProduct object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostProduct.metric_name` attribute of this class is ``HOST_PRODUCT`` 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 HostProduct. 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 HostProduct. :type time_collected: datetime :param vendor: The value to assign to the vendor property of this HostProduct. :type vendor: str :param name: The value to assign to the name property of this HostProduct. :type name: str :param version: The value to assign to the version property of this HostProduct. :type version: str �strZdatetime)Zmetric_nameZtime_collected�vendor�name�versionZ metricNameZ timeCollectedr r r NZHOST_PRODUCT)Z swagger_typesZ attribute_mapZ_metric_nameZ_time_collected�_vendor�_name�_version)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/opsi/models/host_product.py�__init__ s$ � �zHostProduct.__init__c C s | j S )z� Gets the vendor of this HostProduct. Vendor of the product :return: The vendor of this HostProduct. :rtype: str �r �r r r r r E s zHostProduct.vendorc C s || _ dS )z� Sets the vendor of this HostProduct. Vendor of the product :param vendor: The vendor of this HostProduct. :type: str Nr )r r r r r r Q s c C s | j S )z� Gets the name of this HostProduct. Name of the product :return: The name of this HostProduct. :rtype: str �r r r r r r ] s zHostProduct.namec C s || _ dS )z� Sets the name of this HostProduct. Name of the product :param name: The name of this HostProduct. :type: str Nr )r r r r r r i s c C s | j S )z� Gets the version of this HostProduct. Version of the product :return: The version of this HostProduct. :rtype: str �r r r r r r u s zHostProduct.versionc C s || _ dS )z� Sets the version of this HostProduct. Version of the product :param version: The version of this HostProduct. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zHostProduct.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zHostProduct.__eq__c C s | |k S r r r r r r �__ne__� s zHostProduct.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"