📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: source_summary_report.pyc
a O��fM � @ 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 d d� Z dd� Zdd� ZdS )�SourceSummaryReportz SourceSummaryReport c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SourceSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param non_oob_count: The value to assign to the non_oob_count property of this SourceSummaryReport. :type non_oob_count: int :param auto_association_source_count: The value to assign to the auto_association_source_count property of this SourceSummaryReport. :type auto_association_source_count: int :param oob_count: The value to assign to the oob_count property of this SourceSummaryReport. :type oob_count: int �int)� non_oob_count�auto_association_source_count� oob_count�nonOobCount�autoAssociationSourceCount�oobCountN)� swagger_types� attribute_map�_non_oob_count�_auto_association_source_count� _oob_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/source_summary_report.py�__init__ s ��zSourceSummaryReport.__init__c C s | j S )z� Gets the non_oob_count of this SourceSummaryReport. The count of custom (user defined) sources. :return: The non_oob_count of this SourceSummaryReport. :rtype: int �r �r r r r r 2 s z!SourceSummaryReport.non_oob_countc C s || _ dS )z� Sets the non_oob_count of this SourceSummaryReport. The count of custom (user defined) sources. :param non_oob_count: The non_oob_count of this SourceSummaryReport. :type: int Nr )r r r r r r >