📂 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
›
logging
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/logging/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_unified_agent_configuration_details.cpython-39.pyc
a ���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� �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�boolZ'UnifiedAgentServiceConfigurationDetailszdict(str, dict(str, object))zdict(str, str)ZGroupAssociationDetails)�display_name� is_enabled�service_configuration�defined_tags� freeform_tags�compartment_id�description�group_associationZdisplayNameZ isEnabledZserviceConfigurationZdefinedTagsZfreeformTagsZ compartmentIdr ZgroupAssociationN) Z swagger_typesZ attribute_map� _display_name�_is_enabled�_service_configuration� _defined_tags�_freeform_tags�_compartment_id�_description�_group_association)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/logging/models/create_unified_agent_configuration_details.py�__init__ s4 '��z/CreateUnifiedAgentConfigurationDetails.__init__c C s | j S )ao **[Required]** Gets the display_name of this CreateUnifiedAgentConfigurationDetails. The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. :return: The display_name of this CreateUnifiedAgentConfigurationDetails. :rtype: str �r �r r r r r W s z3CreateUnifiedAgentConfigurationDetails.display_namec C s || _ dS )ak Sets the display_name of this CreateUnifiedAgentConfigurationDetails. The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreateUnifiedAgentConfigurationDetails. :type: str Nr )r r r r r r d s c C s | j S )a **[Required]** Gets the is_enabled of this CreateUnifiedAgentConfigurationDetails. Whether or not this resource is currently enabled. :return: The is_enabled of this CreateUnifiedAgentConfigurationDetails. :rtype: bool �r r r r r r q s z1CreateUnifiedAgentConfigurationDetails.is_enabledc C s || _ dS )a Sets the is_enabled of this CreateUnifiedAgentConfigurationDetails. Whether or not this resource is currently enabled. :param is_enabled: The is_enabled of this CreateUnifiedAgentConfigurationDetails. :type: bool Nr )r r r r r r } s c C s | j S )a **[Required]** Gets the service_configuration of this CreateUnifiedAgentConfigurationDetails. :return: The service_configuration of this CreateUnifiedAgentConfigurationDetails. :rtype: oci.logging.models.UnifiedAgentServiceConfigurationDetails �r r r r r r � s z<CreateUnifiedAgentConfigurationDetails.service_configurationc C s || _ dS )a Sets the service_configuration of this CreateUnifiedAgentConfigurationDetails. :param service_configuration: The service_configuration of this CreateUnifiedAgentConfigurationDetails. :type: oci.logging.models.UnifiedAgentServiceConfigurationDetails Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateUnifiedAgentConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateUnifiedAgentConfigurationDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z3CreateUnifiedAgentConfigurationDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateUnifiedAgentConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateUnifiedAgentConfigurationDetails. :type: dict(str, dict(str, object)) Nr"