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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�HostEntitiesz/ Database entities running on the host c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new HostEntities object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostEntities.metric_name` attribute of this class is ``HOST_ENTITIES`` 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 HostEntities. 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 HostEntities. :type time_collected: datetime :param entity_name: The value to assign to the entity_name property of this HostEntities. :type entity_name: str :param entity_type: The value to assign to the entity_type property of this HostEntities. :type entity_type: str �strZdatetime)Zmetric_nameZtime_collected�entity_name�entity_typeZ metricNameZ timeCollectedZ entityNameZ entityTypeNZ HOST_ENTITIES)Z swagger_typesZ attribute_mapZ_metric_nameZ_time_collected�_entity_name�_entity_type)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/opsi/models/host_entities.py�__init__ s ��zHostEntities.__init__c C s | j S )z� **[Required]** Gets the entity_name of this HostEntities. Name of the database entity :return: The entity_name of this HostEntities. :rtype: str �r �r r r r r >