ruạṛ
a ���feY � @ 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 Zd ZdZ dd � Zedd� �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� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zd;d<� Z d=d>� Z!d?d@� Z"dAS )B�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�FAILED�GENERIC_X86�GENERIC_ARM�GENERIC_X86_ARMc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� 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 shape: The value to assign to the shape property of this Application. 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 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]ZApplicationTraceConfigzdict(str, dict(str, object))ZdatetimeZImagePolicyConfig)�id�compartment_id�display_name�lifecycle_state�config� subnet_ids�shape�network_security_group_ids� syslog_url�trace_config� freeform_tags�defined_tags�time_created�time_updated�image_policy_configr Z compartmentIdZdisplayNameZlifecycleStater Z subnetIdsr ZnetworkSecurityGroupIdsZ syslogUrlZtraceConfigZfreeformTagsZdefinedTagsZtimeCreatedZtimeUpdatedZimagePolicyConfigN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_config�_subnet_ids�_shape�_network_security_group_ids�_syslog_url� _trace_config�_freeform_tags� _defined_tags� _time_created� _time_updated�_image_policy_config)�self�kwargs� r2 �D/usr/lib/python3.9/site-packages/oci/functions/models/application.py�__init__: s^ G��zApplication.__init__c C s | j S )a **[Required]** Gets the id of this Application. The `OCID`__ of the application. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Application. :rtype: str �r! �r0 r2 r2 r3 r � s zApplication.idc C s || _ dS )z� Sets the id of this Application. The `OCID`__ of the application. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this Application. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )z� Gets the compartment_id of this Application. The OCID of the compartment that contains the application. :return: The compartment_id of this Application. :rtype: str �r"