📂 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
›
logging
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/logging/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_unified_agent_configuration_details.pyc
a O��f4+ � @ 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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�&CreateUnifiedAgentConfigurationDetailsz6 Unified Agent configuration creation object. c K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateUnifiedAgentConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateUnifiedAgentConfigurationDetails. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this CreateUnifiedAgentConfigurationDetails. :type is_enabled: bool :param service_configuration: The value to assign to the service_configuration property of this CreateUnifiedAgentConfigurationDetails. :type service_configuration: oci.logging.models.UnifiedAgentServiceConfigurationDetails :param defined_tags: The value to assign to the defined_tags property of this CreateUnifiedAgentConfigurationDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateUnifiedAgentConfigurationDetails. :type freeform_tags: dict(str, str) :param compartment_id: The value to assign to the compartment_id property of this CreateUnifiedAgentConfigurationDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateUnifiedAgentConfigurationDetails. :type description: str :param group_association: The value to assign to the group_association property of this CreateUnifiedAgentConfigurationDetails. :type group_association: oci.logging.models.GroupAssociationDetails �str�bool�'UnifiedAgentServiceConfigurationDetailszdict(str, dict(str, object))zdict(str, str)�GroupAssociationDetails)�display_name� is_enabled�service_configuration�defined_tags� freeform_tags�compartment_id�description�group_association�displayName� isEnabled�serviceConfiguration�definedTags�freeformTags� compartmentIdr �groupAssociationN) � swagger_types� attribute_map� _display_name�_is_enabled�_service_configuration� _defined_tags�_freeform_tags�_compartment_id�_description�_group_association)�self�kwargs� r&