ruạṛ
a N��f N � @ 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 dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�Applicationz� An application contains functions and defined attributes shared between those functions, such as network configuration and configuration. Avoid entering confidential information. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ d d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aE Initializes a new Application 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 Application. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Application. :type compartment_id: str :param display_name: The value to assign to the display_name property of this Application. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Application. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param config: The value to assign to the config property of this Application. :type config: dict(str, str) :param subnet_ids: The value to assign to the subnet_ids property of this Application. :type subnet_ids: list[str] :param network_security_group_ids: The value to assign to the network_security_group_ids property of this Application. :type network_security_group_ids: list[str] :param syslog_url: The value to assign to the syslog_url property of this Application. :type syslog_url: str :param trace_config: The value to assign to the trace_config property of this Application. :type trace_config: oci.functions.models.ApplicationTraceConfig :param freeform_tags: The value to assign to the freeform_tags property of this Application. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Application. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this Application. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Application. :type time_updated: datetime :param image_policy_config: The value to assign to the image_policy_config property of this Application. :type image_policy_config: oci.functions.models.ImagePolicyConfig �strzdict(str, str)z list[str]�ApplicationTraceConfigzdict(str, dict(str, object))�datetime�ImagePolicyConfig)�id�compartment_id�display_name�lifecycle_state�config� subnet_ids�network_security_group_ids� syslog_url�trace_config� freeform_tags�defined_tags�time_created�time_updated�image_policy_configr � compartmentId�displayName�lifecycleStater � subnetIds�networkSecurityGroupIds� syslogUrl�traceConfig�freeformTags�definedTags�timeCreated�timeUpdated�imagePolicyConfigN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_config�_subnet_ids�_network_security_group_ids�_syslog_url� _trace_config�_freeform_tags� _defined_tags� _time_created� _time_updated�_image_policy_config)�self�kwargs� r>