📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: log_analytics_associated_entity.cpython-39.pyc
a ���f- � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�LogAnalyticsAssociatedEntityz& LogAnalyticsAssociatedEntity c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new LogAnalyticsAssociatedEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_id: The value to assign to the entity_id property of this LogAnalyticsAssociatedEntity. :type entity_id: str :param entity_name: The value to assign to the entity_name property of this LogAnalyticsAssociatedEntity. :type entity_name: str :param entity_type: The value to assign to the entity_type property of this LogAnalyticsAssociatedEntity. :type entity_type: str :param entity_type_display_name: The value to assign to the entity_type_display_name property of this LogAnalyticsAssociatedEntity. :type entity_type_display_name: str :param on_host: The value to assign to the on_host property of this LogAnalyticsAssociatedEntity. :type on_host: str :param association_count: The value to assign to the association_count property of this LogAnalyticsAssociatedEntity. :type association_count: int �str�int)� entity_id�entity_name�entity_type�entity_type_display_name�on_host�association_countZentityIdZ entityNameZ entityTypeZentityTypeDisplayNameZonHostZassociationCountN)Z swagger_typesZ attribute_map� _entity_id�_entity_name�_entity_type�_entity_type_display_name�_on_host�_association_count)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_associated_entity.py�__init__ s( � � z%LogAnalyticsAssociatedEntity.__init__c C s | j S )z� Gets the entity_id of this LogAnalyticsAssociatedEntity. The entity unique identifier. :return: The entity_id of this LogAnalyticsAssociatedEntity. :rtype: str �r �r r r r r I s z&LogAnalyticsAssociatedEntity.entity_idc C s || _ dS )z� Sets the entity_id of this LogAnalyticsAssociatedEntity. The entity unique identifier. :param entity_id: The entity_id of this LogAnalyticsAssociatedEntity. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the entity_name of this LogAnalyticsAssociatedEntity. The entity name. :return: The entity_name of this LogAnalyticsAssociatedEntity. :rtype: str �r r r r r r a s z(LogAnalyticsAssociatedEntity.entity_namec C s || _ dS )z� Sets the entity_name of this LogAnalyticsAssociatedEntity. The entity name. :param entity_name: The entity_name of this LogAnalyticsAssociatedEntity. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the entity_type of this LogAnalyticsAssociatedEntity. The entity type. :return: The entity_type of this LogAnalyticsAssociatedEntity. :rtype: str �r r r r r r y s z(LogAnalyticsAssociatedEntity.entity_typec C s || _ dS )z� Sets the entity_type of this LogAnalyticsAssociatedEntity. The entity type. :param entity_type: The entity_type of this LogAnalyticsAssociatedEntity. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the entity_type_display_name of this LogAnalyticsAssociatedEntity. The entity type display name. :return: The entity_type_display_name of this LogAnalyticsAssociatedEntity. :rtype: str �r r r r r r � s z5LogAnalyticsAssociatedEntity.entity_type_display_namec C s || _ dS )a Sets the entity_type_display_name of this LogAnalyticsAssociatedEntity. The entity type display name. :param entity_type_display_name: The entity_type_display_name of this LogAnalyticsAssociatedEntity. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the on_host of this LogAnalyticsAssociatedEntity. The host associated with the entity. :return: The on_host of this LogAnalyticsAssociatedEntity. :rtype: str �r r r r r r � s z$LogAnalyticsAssociatedEntity.on_hostc C s || _ dS )z� Sets the on_host of this LogAnalyticsAssociatedEntity. The host associated with the entity. :param on_host: The on_host of this LogAnalyticsAssociatedEntity. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the association_count of this LogAnalyticsAssociatedEntity. The association count for the entity. :return: The association_count of this LogAnalyticsAssociatedEntity. :rtype: int �r r r r r r � s z.LogAnalyticsAssociatedEntity.association_countc C s || _ dS )z� Sets the association_count of this LogAnalyticsAssociatedEntity. The association count for the entity. :param association_count: The association_count of this LogAnalyticsAssociatedEntity. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%LogAnalyticsAssociatedEntity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#LogAnalyticsAssociatedEntity.__eq__c C s | |k S r! r r$ r r r �__ne__� s z#LogAnalyticsAssociatedEntity.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"