📂 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_em_bridge_summary_report.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 )�!LogAnalyticsEmBridgeSummaryReportz1 Log-Analytics EM Bridge counts summary. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a~ Initializes a new LogAnalyticsEmBridgeSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsEmBridgeSummaryReport. :type compartment_id: str :param active_em_bridge_count: The value to assign to the active_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport. :type active_em_bridge_count: int :param creating_em_bridge_count: The value to assign to the creating_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport. :type creating_em_bridge_count: int :param needs_attention_em_bridge_count: The value to assign to the needs_attention_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport. :type needs_attention_em_bridge_count: int :param deleted_em_bridge_count: The value to assign to the deleted_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport. :type deleted_em_bridge_count: int :param total_em_bridge_count: The value to assign to the total_em_bridge_count property of this LogAnalyticsEmBridgeSummaryReport. :type total_em_bridge_count: int �str�int)�compartment_id�active_em_bridge_count�creating_em_bridge_count�needs_attention_em_bridge_count�deleted_em_bridge_count�total_em_bridge_count� compartmentId�activeEmBridgeCount�creatingEmBridgeCount�needsAttentionEmBridgeCount�deletedEmBridgeCount�totalEmBridgeCountN)� swagger_types� attribute_map�_compartment_id�_active_em_bridge_count�_creating_em_bridge_count� _needs_attention_em_bridge_count�_deleted_em_bridge_count�_total_em_bridge_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_em_bridge_summary_report.py�__init__ s( � � z*LogAnalyticsEmBridgeSummaryReport.__init__c C s | j S )aJ **[Required]** Gets the compartment_id of this LogAnalyticsEmBridgeSummaryReport. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this LogAnalyticsEmBridgeSummaryReport. :rtype: str �r �r r r r r G s z0LogAnalyticsEmBridgeSummaryReport.compartment_idc C s || _ dS )aH Sets the compartment_id of this LogAnalyticsEmBridgeSummaryReport. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this LogAnalyticsEmBridgeSummaryReport. :type: str Nr"