ruạṛ
a ���f�9 � @ 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 @ sl e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�Templatez� The properties that define a template. A template is a pre-built Terraform configuration that provisions a set of resources used in a common scenario. �ACTIVEc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new Template 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 Template. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Template. :type compartment_id: str :param category_id: The value to assign to the category_id property of this Template. :type category_id: str :param display_name: The value to assign to the display_name property of this Template. :type display_name: str :param description: The value to assign to the description property of this Template. :type description: str :param long_description: The value to assign to the long_description property of this Template. :type long_description: str :param is_free_tier: The value to assign to the is_free_tier property of this Template. :type is_free_tier: bool :param time_created: The value to assign to the time_created property of this Template. :type time_created: datetime :param template_config_source: The value to assign to the template_config_source property of this Template. :type template_config_source: oci.resource_manager.models.TemplateConfigSource :param lifecycle_state: The value to assign to the lifecycle_state property of this Template. Allowed values for this property are: "ACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this Template. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Template. :type defined_tags: dict(str, dict(str, object)) �str�boolZdatetimeZTemplateConfigSourcezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�category_id�display_name�description�long_description�is_free_tier�time_created�template_config_source�lifecycle_state� freeform_tags�defined_tagsr Z compartmentIdZ categoryIdZdisplayNamer ZlongDescriptionZ isFreeTierZtimeCreatedZtemplateConfigSourceZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_category_id� _display_name�_description�_long_description� _is_free_tier� _time_created�_template_config_source�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r$ �H/usr/lib/python3.9/site-packages/oci/resource_manager/models/template.py�__init__ sL 9��zTemplate.__init__c C s | j S )a **[Required]** Gets the id of this Template. Unique identifier (`OCID`__) for the template. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Template. :rtype: str �r �r"