📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: log_analytics_associated_entity.pyc
a O��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_count�entityId� entityName� entityType�entityTypeDisplayName�onHost�associationCountN)� swagger_types� attribute_map� _entity_id�_entity_name�_entity_type�_entity_type_display_name�_on_host�_association_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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"