📂 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_association_parameter.cpython-39.pyc
a ���f3 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).� LogAnalyticsAssociationParameterz* LogAnalyticsAssociationParameter � SUCCEEDED�FAILEDc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a% Initializes a new LogAnalyticsAssociationParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param agent_id: The value to assign to the agent_id property of this LogAnalyticsAssociationParameter. :type agent_id: str :param entity_type: The value to assign to the entity_type property of this LogAnalyticsAssociationParameter. :type entity_type: str :param entity_id: The value to assign to the entity_id property of this LogAnalyticsAssociationParameter. :type entity_id: str :param source_id: The value to assign to the source_id property of this LogAnalyticsAssociationParameter. :type source_id: str :param source_display_name: The value to assign to the source_display_name property of this LogAnalyticsAssociationParameter. :type source_display_name: str :param source_type: The value to assign to the source_type property of this LogAnalyticsAssociationParameter. :type source_type: str :param status: The value to assign to the status property of this LogAnalyticsAssociationParameter. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param status_description: The value to assign to the status_description property of this LogAnalyticsAssociationParameter. :type status_description: str :param association_properties: The value to assign to the association_properties property of this LogAnalyticsAssociationParameter. :type association_properties: list[oci.log_analytics.models.AssociationProperty] :param missing_properties: The value to assign to the missing_properties property of this LogAnalyticsAssociationParameter. :type missing_properties: list[str] :param required_properties: The value to assign to the required_properties property of this LogAnalyticsAssociationParameter. :type required_properties: list[str] �strzlist[AssociationProperty]z list[str])�agent_id�entity_type� entity_id� source_id�source_display_name�source_type�status�status_description�association_properties�missing_properties�required_propertiesZagentIdZ entityTypeZentityIdZsourceIdZsourceDisplayNameZ sourceTyper ZstatusDescriptionZassociationPropertiesZmissingPropertiesZrequiredPropertiesN) Z swagger_typesZ attribute_map� _agent_id�_entity_type� _entity_id� _source_id�_source_display_name�_source_type�_status�_status_description�_association_properties�_missing_properties�_required_properties)�self�kwargs� r"