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 @ sh 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ApplicationSummaryz$ Summary of an application. c K s� ddddddddddddd�| _ d d ddd dddddddd�| _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 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]�ApplicationTraceConfigzdict(str, str)zdict(str, dict(str, object))�datetime�ImagePolicyConfig)�id�compartment_id�display_name�lifecycle_state� subnet_ids�network_security_group_ids�trace_config� freeform_tags�defined_tags�time_created�time_updated�image_policy_configr � compartmentId�displayName�lifecycleState� subnetIds�networkSecurityGroupIds�traceConfig�freeformTags�definedTags�timeCreated�timeUpdated�imagePolicyConfigN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_subnet_ids�_network_security_group_ids� _trace_config�_freeform_tags� _defined_tags� _time_created� _time_updated�_image_policy_config)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/functions/models/application_summary.py�__init__ sL 7��zApplicationSummary.__init__c C s | j S )a **[Required]** Gets the id of this ApplicationSummary. The `OCID`__ of the application. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ApplicationSummary. :rtype: str �r$ �r0 r2 r2 r3 r q s zApplicationSummary.idc C s || _ dS )a Sets the id of this ApplicationSummary. The `OCID`__ of the application. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ApplicationSummary. :type: str Nr5 )r0 r r2 r2 r3 r s c C s | j S )z� Gets the compartment_id of this ApplicationSummary. The OCID of the compartment that contains the application. :return: The compartment_id of this ApplicationSummary. :rtype: str �r% r6 r2 r2 r3 r � s z!ApplicationSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this ApplicationSummary. The OCID of the compartment that contains the application. :param compartment_id: The compartment_id of this ApplicationSummary. :type: str Nr7 )r0 r r2 r2 r3 r � s c C s | j S )a Gets the display_name of this ApplicationSummary. The display name of the application. The display name is unique within the compartment containing the application. :return: The display_name of this ApplicationSummary. :rtype: str �r&