ruạṛ
a O��fhE � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�MonitoredResourceSummaryz3 The information about monitored resource. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new MonitoredResourceSummary 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 MonitoredResourceSummary. :type id: str :param name: The value to assign to the name property of this MonitoredResourceSummary. :type name: str :param display_name: The value to assign to the display_name property of this MonitoredResourceSummary. :type display_name: str :param type: The value to assign to the type property of this MonitoredResourceSummary. :type type: str :param host_name: The value to assign to the host_name property of this MonitoredResourceSummary. :type host_name: str :param external_id: The value to assign to the external_id property of this MonitoredResourceSummary. :type external_id: str :param management_agent_id: The value to assign to the management_agent_id property of this MonitoredResourceSummary. :type management_agent_id: str :param time_created: The value to assign to the time_created property of this MonitoredResourceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MonitoredResourceSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MonitoredResourceSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param properties: The value to assign to the properties property of this MonitoredResourceSummary. :type properties: list[oci.stack_monitoring.models.MonitoredResourceProperty] :param freeform_tags: The value to assign to the freeform_tags property of this MonitoredResourceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MonitoredResourceSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MonitoredResourceSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezlist[MonitoredResourceProperty]zdict(str, str)zdict(str, dict(str, object)))�id�name�display_name�type� host_name�external_id�management_agent_id�time_created�time_updated�lifecycle_state� properties� freeform_tags�defined_tags�system_tagsr r �displayNamer �hostName� externalId�managementAgentId�timeCreated�timeUpdated�lifecycleStater �freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_name� _display_name�_type� _host_name�_external_id�_management_agent_id� _time_created� _time_updated�_lifecycle_state�_properties�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_summary.py�__init__( sX A��z!MonitoredResourceSummary.__init__c C s | j S )a **[Required]** Gets the id of this MonitoredResourceSummary. The `OCID`__ of monitored resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this MonitoredResourceSummary. :rtype: str �r) �r7 r9 r9 r: r � s zMonitoredResourceSummary.idc C s || _ dS )a Sets the id of this MonitoredResourceSummary. The `OCID`__ of monitored resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this MonitoredResourceSummary. :type: str Nr<