ruạṛ
a ���fo, � @ 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 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 dd� Zdd� Zdd� ZdS ) �UpdateApplicationDetailsz. Properties to update an application. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config: The value to assign to the config property of this UpdateApplicationDetails. :type config: dict(str, str) :param network_security_group_ids: The value to assign to the network_security_group_ids property of this UpdateApplicationDetails. :type network_security_group_ids: list[str] :param syslog_url: The value to assign to the syslog_url property of this UpdateApplicationDetails. :type syslog_url: str :param trace_config: The value to assign to the trace_config property of this UpdateApplicationDetails. :type trace_config: oci.functions.models.ApplicationTraceConfig :param freeform_tags: The value to assign to the freeform_tags property of this UpdateApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param image_policy_config: The value to assign to the image_policy_config property of this UpdateApplicationDetails. :type image_policy_config: oci.functions.models.ImagePolicyConfig zdict(str, str)z list[str]�strZApplicationTraceConfigzdict(str, dict(str, object))ZImagePolicyConfig)�config�network_security_group_ids� syslog_url�trace_config� freeform_tags�defined_tags�image_policy_configr ZnetworkSecurityGroupIdsZ syslogUrlZtraceConfigZfreeformTagsZdefinedTagsZimagePolicyConfigN) Z swagger_typesZ attribute_map�_config�_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/update_application_details.py�__init__ s. #�� z!UpdateApplicationDetails.__init__c C s | j S )a� Gets the config of this UpdateApplicationDetails. Application configuration. These values are passed on to the function as environment variables, functions may override application configuration. Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters. Example: `{"MY_FUNCTION_CONFIG": "ConfVal"}` The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8. :return: The config of this UpdateApplicationDetails. :rtype: dict(str, str) �r �r r r r r P s zUpdateApplicationDetails.configc C s || _ dS )a� Sets the config of this UpdateApplicationDetails. Application configuration. These values are passed on to the function as environment variables, functions may override application configuration. Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters. Example: `{"MY_FUNCTION_CONFIG": "ConfVal"}` The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8. :param config: The config of this UpdateApplicationDetails. :type: dict(str, str) Nr )r r r r r r a s c C s | j S )am Gets the network_security_group_ids of this UpdateApplicationDetails. The `OCID`__s of the Network Security Groups to add the application to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The network_security_group_ids of this UpdateApplicationDetails. :rtype: list[str] �r r r r r r r s z3UpdateApplicationDetails.network_security_group_idsc C s || _ dS )a� Sets the network_security_group_ids of this UpdateApplicationDetails. The `OCID`__s of the Network Security Groups to add the application to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param network_security_group_ids: The network_security_group_ids of this UpdateApplicationDetails. :type: list[str] Nr )r r r r r r � s c C s | j S )aC Gets the syslog_url of this UpdateApplicationDetails. A syslog URL to which to send all function logs. Supports tcp, udp, and tcp+tls. The syslog URL must be reachable from all of the subnets configured for the application. Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL. Example: `tcp://logserver.myserver:1234` :return: The syslog_url of this UpdateApplicationDetails. :rtype: str �r r r r r r � s z#UpdateApplicationDetails.syslog_urlc C s || _ dS )aL Sets the syslog_url of this UpdateApplicationDetails. A syslog URL to which to send all function logs. Supports tcp, udp, and tcp+tls. The syslog URL must be reachable from all of the subnets configured for the application. Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL. Example: `tcp://logserver.myserver:1234` :param syslog_url: The syslog_url of this UpdateApplicationDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the trace_config of this UpdateApplicationDetails. :return: The trace_config of this UpdateApplicationDetails. :rtype: oci.functions.models.ApplicationTraceConfig �r r r r r r � s z%UpdateApplicationDetails.trace_configc C s || _ dS )z� Sets the trace_config of this UpdateApplicationDetails. :param trace_config: The trace_config of this UpdateApplicationDetails. :type: oci.functions.models.ApplicationTraceConfig Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdateApplicationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateApplicationDetails. :rtype: dict(str, str) �r r r r r r � s z&UpdateApplicationDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateApplicationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateApplicationDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateApplicationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateApplicationDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z%UpdateApplicationDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateApplicationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateApplicationDetails. :type: dict(str, dict(str, object)) Nr! )r r r r r r � s c C s | j S )z� Gets the image_policy_config of this UpdateApplicationDetails. :return: The image_policy_config of this UpdateApplicationDetails. :rtype: oci.functions.models.ImagePolicyConfig �r r r r r r s z,UpdateApplicationDetails.image_policy_configc C s || _ dS )z� Sets the image_policy_config of this UpdateApplicationDetails. :param image_policy_config: The image_policy_config of this UpdateApplicationDetails. :type: oci.functions.models.ImagePolicyConfig Nr"