ruạṛ
a ���f�Q � @ 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 ZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Z e jd-d,� �Z ed.d/� �Z!e!jd0d/� �Z!ed1d2� �Z"e"jd3d2� �Z"ed4d5� �Z#e#jd6d5� �Z#ed7d8� �Z$e$jd9d8� �Z$ed:d;� �Z%e%jd<d;� �Z%d=d>� Z&d?d@� Z'dAdB� Z(dCS )D�AssociatedResourcesSummaryz3 The information about monitored resource. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�STANDARD_EDITION�ENTERPRISE_EDITION�SM_MGMT_AGENT_MONITORED�SM_REPO_ONLY� OCI_NATIVE� PROMETHEUS�TELEGRAF�COLLECTD�APPLICATION�DATABASE� MIDDLEWARE�UNKNOWNc K s� dddddddddddddd� | _ dddddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new AssociatedResourcesSummary 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 AssociatedResourcesSummary. :type id: str :param name: The value to assign to the name property of this AssociatedResourcesSummary. :type name: str :param display_name: The value to assign to the display_name property of this AssociatedResourcesSummary. :type display_name: str :param type: The value to assign to the type property of this AssociatedResourcesSummary. :type type: str :param compartment_id: The value to assign to the compartment_id property of this AssociatedResourcesSummary. :type compartment_id: str :param host_name: The value to assign to the host_name property of this AssociatedResourcesSummary. :type host_name: str :param external_id: The value to assign to the external_id property of this AssociatedResourcesSummary. :type external_id: str :param management_agent_id: The value to assign to the management_agent_id property of this AssociatedResourcesSummary. :type management_agent_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AssociatedResourcesSummary. 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 license: The value to assign to the license property of this AssociatedResourcesSummary. Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type license: str :param source_type: The value to assign to the source_type property of this AssociatedResourcesSummary. Allowed values for this property are: "SM_MGMT_AGENT_MONITORED", "SM_REPO_ONLY", "OCI_NATIVE", "PROMETHEUS", "TELEGRAF", "COLLECTD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_type: str :param resource_category: The value to assign to the resource_category property of this AssociatedResourcesSummary. Allowed values for this property are: "APPLICATION", "DATABASE", "MIDDLEWARE", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_category: str :param associated_resources: The value to assign to the associated_resources property of this AssociatedResourcesSummary. :type associated_resources: list[oci.stack_monitoring.models.AssociatedMonitoredResource] �strz!list[AssociatedMonitoredResource]) �id�name�display_name�type�compartment_id� host_name�external_id�management_agent_id�lifecycle_state�license�source_type�resource_category�associated_resourcesr r ZdisplayNamer Z compartmentIdZhostNameZ externalIdZmanagementAgentIdZlifecycleStater# Z sourceTypeZresourceCategoryZassociatedResourcesN)Z swagger_typesZ attribute_map�_id�_name� _display_name�_type�_compartment_id� _host_name�_external_id�_management_agent_id�_lifecycle_state�_license�_source_type�_resource_category�_associated_resources)�self�kwargs� r6 �\/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/associated_resources_summary.py�__init__Z sR C��z#AssociatedResourcesSummary.__init__c C s | j S )a% **[Required]** Gets the id of this AssociatedResourcesSummary. Monitored resource identifier `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AssociatedResourcesSummary. :rtype: str �r'