ruạṛ
a ���f�S � @ 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 dZd ZdZdd� 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� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#dAdB� Z$dCdD� Z%dEdF� Z&dGS )H� ModelPropertyz* Taxonomy metadata aka Property . �ACTIVE�DELETED�FAILED� SINGLE_CHOICE�MULTI_CHOICE�DEFAULT_TEXT�STRING�NUMERIC�TAXONOMY�PLATFORM_CONFIG�USER_DEFINED�ORACLE_DEFINED�SYSTEM_DEFINEDc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new ModelProperty 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 ModelProperty. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ModelProperty. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ModelProperty. :type display_name: str :param time_created: The value to assign to the time_created property of this ModelProperty. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ModelProperty. :type time_updated: datetime :param resource_region: The value to assign to the resource_region property of this ModelProperty. :type resource_region: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelProperty. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ModelProperty. :type lifecycle_details: str :param selection: The value to assign to the selection property of this ModelProperty. Allowed values for this property are: "SINGLE_CHOICE", "MULTI_CHOICE", "DEFAULT_TEXT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type selection: str :param value_type: The value to assign to the value_type property of this ModelProperty. Allowed values for this property are: "STRING", "NUMERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type value_type: str :param values: The value to assign to the values property of this ModelProperty. :type values: list[str] :param scope: The value to assign to the scope property of this ModelProperty. Allowed values for this property are: "TAXONOMY", "PLATFORM_CONFIG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param type: The value to assign to the type property of this ModelProperty. Allowed values for this property are: "USER_DEFINED", "ORACLE_DEFINED", "SYSTEM_DEFINED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param freeform_tags: The value to assign to the freeform_tags property of this ModelProperty. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ModelProperty. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ModelProperty. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]zdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�time_created�time_updated�resource_region�lifecycle_state�lifecycle_details� selection� value_type�values�scope�type� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZtimeCreatedZtimeUpdatedZresourceRegionZlifecycleStateZlifecycleDetailsr Z valueTyper r r! ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created� _time_updated�_resource_region�_lifecycle_state�_lifecycle_details� _selection�_value_type�_values�_scope�_type�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r7 �S/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/model_property.py�__init__F sd Q��zModelProperty.__init__c C s | j S )z� **[Required]** Gets the id of this ModelProperty. The OCID of the resource. :return: The id of this ModelProperty. :rtype: str �r% �r5 r7 r7 r8 r � s zModelProperty.idc C s || _ dS )z� Sets the id of this ModelProperty. The OCID of the resource. :param id: The id of this ModelProperty. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ModelProperty. Tenancy OCID :return: The compartment_id of this ModelProperty. :rtype: str �r&