📂 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_object_collection_rule_summary.pyc
a O��fxQ � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>�'LogAnalyticsObjectCollectionRuleSummaryzA The summary of an Object Storage based collection rule. �LIVE�HISTORIC� HISTORIC_LIVE�ACTIVE�DELETED�INACTIVEc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new LogAnalyticsObjectCollectionRuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this LogAnalyticsObjectCollectionRuleSummary. :type id: str :param name: The value to assign to the name property of this LogAnalyticsObjectCollectionRuleSummary. :type name: str :param description: The value to assign to the description property of this LogAnalyticsObjectCollectionRuleSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsObjectCollectionRuleSummary. :type compartment_id: str :param os_namespace: The value to assign to the os_namespace property of this LogAnalyticsObjectCollectionRuleSummary. :type os_namespace: str :param os_bucket_name: The value to assign to the os_bucket_name property of this LogAnalyticsObjectCollectionRuleSummary. :type os_bucket_name: str :param collection_type: The value to assign to the collection_type property of this LogAnalyticsObjectCollectionRuleSummary. Allowed values for this property are: "LIVE", "HISTORIC", "HISTORIC_LIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type collection_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsObjectCollectionRuleSummary. Allowed values for this property are: "ACTIVE", "DELETED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this LogAnalyticsObjectCollectionRuleSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this LogAnalyticsObjectCollectionRuleSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsObjectCollectionRuleSummary. :type time_updated: datetime :param is_enabled: The value to assign to the is_enabled property of this LogAnalyticsObjectCollectionRuleSummary. :type is_enabled: bool :param object_name_filters: The value to assign to the object_name_filters property of this LogAnalyticsObjectCollectionRuleSummary. :type object_name_filters: list[str] :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsObjectCollectionRuleSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsObjectCollectionRuleSummary. :type freeform_tags: dict(str, str) �str�datetime�boolz list[str]zdict(str, dict(str, object))zdict(str, str))�id�name�description�compartment_id�os_namespace�os_bucket_name�collection_type�lifecycle_state�lifecycle_details�time_created�time_updated� is_enabled�object_name_filters�defined_tags� freeform_tagsr r r � compartmentId�osNamespace�osBucketName�collectionType�lifecycleState�lifecycleDetails�timeCreated�timeUpdated� isEnabled�objectNameFilters�definedTags�freeformTagsN)� swagger_types� attribute_map�_id�_name�_description�_compartment_id� _os_namespace�_os_bucket_name�_collection_type�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_is_enabled�_object_name_filters� _defined_tags�_freeform_tags)�self�kwargs� r>