ruạṛ
a ���f�E � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�ApplicationSummaryz$ Summary of an application. �GENERIC_X86�GENERIC_ARM�GENERIC_X86_ARMc K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ApplicationSummary 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 ApplicationSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ApplicationSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ApplicationSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ApplicationSummary. :type lifecycle_state: str :param subnet_ids: The value to assign to the subnet_ids property of this ApplicationSummary. :type subnet_ids: list[str] :param shape: The value to assign to the shape property of this ApplicationSummary. Allowed values for this property are: "GENERIC_X86", "GENERIC_ARM", "GENERIC_X86_ARM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type shape: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this ApplicationSummary. :type network_security_group_ids: list[str] :param trace_config: The value to assign to the trace_config property of this ApplicationSummary. :type trace_config: oci.functions.models.ApplicationTraceConfig :param freeform_tags: The value to assign to the freeform_tags property of this ApplicationSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApplicationSummary. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this ApplicationSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ApplicationSummary. :type time_updated: datetime :param image_policy_config: The value to assign to the image_policy_config property of this ApplicationSummary. :type image_policy_config: oci.functions.models.ImagePolicyConfig �strz list[str]ZApplicationTraceConfigzdict(str, str)zdict(str, dict(str, object))ZdatetimeZImagePolicyConfig) �id�compartment_id�display_name�lifecycle_state� subnet_ids�shape�network_security_group_ids�trace_config� freeform_tags�defined_tags�time_created�time_updated�image_policy_configr Z compartmentIdZdisplayNameZlifecycleStateZ subnetIdsr ZnetworkSecurityGroupIdsZtraceConfigZfreeformTagsZdefinedTagsZtimeCreatedZtimeUpdatedZimagePolicyConfigN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_subnet_ids�_shape�_network_security_group_ids� _trace_config�_freeform_tags� _defined_tags� _time_created� _time_updated�_image_policy_config)�self�kwargs� r'