ruạṛ
a ���fXD � @ 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 @ sZ 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&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateApplicationDetailsz+ Properties for a new application. �GENERIC_X86�GENERIC_ARM�GENERIC_X86_ARMc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateApplicationDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateApplicationDetails. :type display_name: str :param config: The value to assign to the config property of this CreateApplicationDetails. :type config: dict(str, str) :param subnet_ids: The value to assign to the subnet_ids property of this CreateApplicationDetails. :type subnet_ids: list[str] :param shape: The value to assign to the shape property of this CreateApplicationDetails. Allowed values for this property are: "GENERIC_X86", "GENERIC_ARM", "GENERIC_X86_ARM" :type shape: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this CreateApplicationDetails. :type network_security_group_ids: list[str] :param syslog_url: The value to assign to the syslog_url property of this CreateApplicationDetails. :type syslog_url: str :param trace_config: The value to assign to the trace_config property of this CreateApplicationDetails. :type trace_config: oci.functions.models.ApplicationTraceConfig :param freeform_tags: The value to assign to the freeform_tags property of this CreateApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param image_policy_config: The value to assign to the image_policy_config property of this CreateApplicationDetails. :type image_policy_config: oci.functions.models.ImagePolicyConfig �strzdict(str, str)z list[str]ZApplicationTraceConfigzdict(str, dict(str, object))ZImagePolicyConfig)�compartment_id�display_name�config� subnet_ids�shape�network_security_group_ids� syslog_url�trace_config� freeform_tags�defined_tags�image_policy_configZ compartmentIdZdisplayNamer Z subnetIdsr ZnetworkSecurityGroupIdsZ syslogUrlZtraceConfigZfreeformTagsZdefinedTagsZimagePolicyConfigN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_config�_subnet_ids�_shape�_network_security_group_ids�_syslog_url� _trace_config�_freeform_tags� _defined_tags�_image_policy_config)�self�kwargs� r# �S/usr/lib/python3.9/site-packages/oci/functions/models/create_application_details.py�__init__ sF 4��z!CreateApplicationDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateApplicationDetails. The OCID of the compartment to create the application within. :return: The compartment_id of this CreateApplicationDetails. :rtype: str �r �r! r# r# r$ r y s z'CreateApplicationDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateApplicationDetails. The OCID of the compartment to create the application within. :param compartment_id: The compartment_id of this CreateApplicationDetails. :type: str Nr&