ruạṛ
a N��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 dd� Zdd� Zdd� ZdS ) �UpdateApplicationDetailsz. Properties to update an application. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config: The value to assign to the config property of this UpdateApplicationDetails. :type config: dict(str, str) :param network_security_group_ids: The value to assign to the network_security_group_ids property of this UpdateApplicationDetails. :type network_security_group_ids: list[str] :param syslog_url: The value to assign to the syslog_url property of this UpdateApplicationDetails. :type syslog_url: str :param trace_config: The value to assign to the trace_config property of this UpdateApplicationDetails. :type trace_config: oci.functions.models.ApplicationTraceConfig :param freeform_tags: The value to assign to the freeform_tags property of this UpdateApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param image_policy_config: The value to assign to the image_policy_config property of this UpdateApplicationDetails. :type image_policy_config: oci.functions.models.ImagePolicyConfig zdict(str, str)z list[str]�str�ApplicationTraceConfigzdict(str, dict(str, object))�ImagePolicyConfig)�config�network_security_group_ids� syslog_url�trace_config� freeform_tags�defined_tags�image_policy_configr �networkSecurityGroupIds� syslogUrl�traceConfig�freeformTags�definedTags�imagePolicyConfigN) � swagger_types� attribute_map�_config�_network_security_group_ids�_syslog_url� _trace_config�_freeform_tags� _defined_tags�_image_policy_config)�self�kwargs� r"