ruạṛ
a ���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 @ 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 edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateTemplateDetailsz* Creation details for a template. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aS Initializes a new CreateTemplateDetails 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 CreateTemplateDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateTemplateDetails. :type display_name: str :param description: The value to assign to the description property of this CreateTemplateDetails. :type description: str :param long_description: The value to assign to the long_description property of this CreateTemplateDetails. :type long_description: str :param logo_file_base64_encoded: The value to assign to the logo_file_base64_encoded property of this CreateTemplateDetails. :type logo_file_base64_encoded: str :param template_config_source: The value to assign to the template_config_source property of this CreateTemplateDetails. :type template_config_source: oci.resource_manager.models.CreateTemplateConfigSourceDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateTemplateDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTemplateDetails. :type defined_tags: dict(str, dict(str, object)) �strZ!CreateTemplateConfigSourceDetailszdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description�long_description�logo_file_base64_encoded�template_config_source� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZlongDescriptionZlogoFileBase64EncodedZtemplateConfigSourceZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_long_description�_logo_file_base64_encoded�_template_config_source�_freeform_tags� _defined_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/resource_manager/models/create_template_details.py�__init__ s4 '��zCreateTemplateDetails.__init__c C s | j S )aJ **[Required]** Gets the compartment_id of this CreateTemplateDetails. The `OCID`__ of the compartment containing this template. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateTemplateDetails. :rtype: str �r �r r r r r W s z$CreateTemplateDetails.compartment_idc C s || _ dS )aH Sets the compartment_id of this CreateTemplateDetails. The `OCID`__ of the compartment containing this template. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateTemplateDetails. :type: str Nr )r r r r r r e s c C s | j S )z� **[Required]** Gets the display_name of this CreateTemplateDetails. The template's display name. Avoid entering confidential information. :return: The display_name of this CreateTemplateDetails. :rtype: str �r r r r r r s s z"CreateTemplateDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateTemplateDetails. The template's display name. Avoid entering confidential information. :param display_name: The display_name of this CreateTemplateDetails. :type: str Nr )r r r r r r s c C s | j S )z� **[Required]** Gets the description of this CreateTemplateDetails. Description of the template. Avoid entering confidential information. :return: The description of this CreateTemplateDetails. :rtype: str �r r r r r r � s z!CreateTemplateDetails.descriptionc C s || _ dS )z� Sets the description of this CreateTemplateDetails. Description of the template. Avoid entering confidential information. :param description: The description of this CreateTemplateDetails. :type: str Nr )r r r r r r � s c C s | j S )a_ Gets the long_description of this CreateTemplateDetails. Detailed description of the template. This description is displayed in the Console page listing templates when the template is expanded. Avoid entering confidential information. :return: The long_description of this CreateTemplateDetails. :rtype: str �r r r r r r � s z&CreateTemplateDetails.long_descriptionc C s || _ dS )an Sets the long_description of this CreateTemplateDetails. Detailed description of the template. This description is displayed in the Console page listing templates when the template is expanded. Avoid entering confidential information. :param long_description: The long_description of this CreateTemplateDetails. :type: str Nr! )r r r r r r � s c C s | j S )aD Gets the logo_file_base64_encoded of this CreateTemplateDetails. Base64-encoded logo to use as the template icon. Template icon file requirements: PNG format, 50 KB maximum, 110 x 110 pixels. :return: The logo_file_base64_encoded of this CreateTemplateDetails. :rtype: str �r r r r r r � s z.CreateTemplateDetails.logo_file_base64_encodedc C s || _ dS )a[ Sets the logo_file_base64_encoded of this CreateTemplateDetails. Base64-encoded logo to use as the template icon. Template icon file requirements: PNG format, 50 KB maximum, 110 x 110 pixels. :param logo_file_base64_encoded: The logo_file_base64_encoded of this CreateTemplateDetails. :type: str Nr"