ruạṛ
a O��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 @ sf 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�MonitoredResourceMemberSummaryz# Monitored resource member �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new MonitoredResourceMemberSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_id: The value to assign to the resource_id property of this MonitoredResourceMemberSummary. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this MonitoredResourceMemberSummary. :type resource_name: str :param resource_display_name: The value to assign to the resource_display_name property of this MonitoredResourceMemberSummary. :type resource_display_name: str :param resource_type: The value to assign to the resource_type property of this MonitoredResourceMemberSummary. :type resource_type: str :param host_name: The value to assign to the host_name property of this MonitoredResourceMemberSummary. :type host_name: str :param external_id: The value to assign to the external_id property of this MonitoredResourceMemberSummary. :type external_id: str :param parent_id: The value to assign to the parent_id property of this MonitoredResourceMemberSummary. :type parent_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MonitoredResourceMemberSummary. 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 freeform_tags: The value to assign to the freeform_tags property of this MonitoredResourceMemberSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MonitoredResourceMemberSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MonitoredResourceMemberSummary. :type system_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�resource_id� resource_name�resource_display_name� resource_type� host_name�external_id� parent_id�lifecycle_state� freeform_tags�defined_tags�system_tags� resourceId�resourceName�resourceDisplayName�resourceType�hostName� externalId�parentId�lifecycleState�freeformTags�definedTags� systemTagsN) � swagger_types� attribute_map�_resource_id�_resource_name�_resource_display_name�_resource_type� _host_name�_external_id� _parent_id�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_member_summary.py�__init__( sF 5��z'MonitoredResourceMemberSummary.__init__c C s | j S )z� Gets the resource_id of this MonitoredResourceMemberSummary. Monitored resource identifier :return: The resource_id of this MonitoredResourceMemberSummary. :rtype: str �r&