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� �Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+� ConfigSummaryz' Summary of the configuration. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aU Initializes a new ConfigSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.stack_monitoring.models.AutoPromoteConfigSummary` * :class:`~oci.stack_monitoring.models.LicenseAutoAssignConfigSummary` * :class:`~oci.stack_monitoring.models.LicenseEnterpriseExtensibilityConfigSummary` 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 ConfigSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ConfigSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ConfigSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this ConfigSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ConfigSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ConfigSummary. :type lifecycle_state: str :param config_type: The value to assign to the config_type property of this ConfigSummary. :type config_type: str :param freeform_tags: The value to assign to the freeform_tags property of this ConfigSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConfigSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ConfigSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�display_name�time_created�time_updated�lifecycle_state�config_type� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZtimeCreatedZtimeUpdatedZlifecycleState� configTypeZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created� _time_updated�_lifecycle_state�_config_type�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/config_summary.py�__init__ s@ 5�� zConfigSummary.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r ZAUTO_PROMOTEZAutoPromoteConfigSummaryZLICENSE_AUTO_ASSIGNZLicenseAutoAssignConfigSummaryZ LICENSE_ENTERPRISE_EXTENSIBILITYZ+LicenseEnterpriseExtensibilityConfigSummaryr Nr )Zobject_dictionary�typer r r �get_subtypek s zConfigSummary.get_subtypec C s | j S )z� **[Required]** Gets the id of this ConfigSummary. Unique identifier that is immutable on creation. :return: The id of this ConfigSummary. :rtype: str �r �r r r r r ~ s zConfigSummary.idc C s || _ dS )z� Sets the id of this ConfigSummary. Unique identifier that is immutable on creation. :param id: The id of this ConfigSummary. :type: str Nr$ )r r r r r r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ConfigSummary. Compartment Identifier. :return: The compartment_id of this ConfigSummary. :rtype: str �r r% r r r r � s zConfigSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this ConfigSummary. Compartment Identifier. :param compartment_id: The compartment_id of this ConfigSummary. :type: str Nr&