ruạṛ
a ���f_A � @ 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 @ st e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �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�MonitoredResourceAssociationz> Association details between two monitored resources. �SYSTEM�USER_API�USER_TAG_ASSOCc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a_ Initializes a new MonitoredResourceAssociation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param association_type: The value to assign to the association_type property of this MonitoredResourceAssociation. :type association_type: str :param compartment_id: The value to assign to the compartment_id property of this MonitoredResourceAssociation. :type compartment_id: str :param tenant_id: The value to assign to the tenant_id property of this MonitoredResourceAssociation. :type tenant_id: str :param source_resource_id: The value to assign to the source_resource_id property of this MonitoredResourceAssociation. :type source_resource_id: str :param destination_resource_id: The value to assign to the destination_resource_id property of this MonitoredResourceAssociation. :type destination_resource_id: str :param source_resource_details: The value to assign to the source_resource_details property of this MonitoredResourceAssociation. :type source_resource_details: oci.stack_monitoring.models.AssociationResourceDetails :param destination_resource_details: The value to assign to the destination_resource_details property of this MonitoredResourceAssociation. :type destination_resource_details: oci.stack_monitoring.models.AssociationResourceDetails :param time_created: The value to assign to the time_created property of this MonitoredResourceAssociation. :type time_created: datetime :param category: The value to assign to the category property of this MonitoredResourceAssociation. Allowed values for this property are: "SYSTEM", "USER_API", "USER_TAG_ASSOC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type category: str :param freeform_tags: The value to assign to the freeform_tags property of this MonitoredResourceAssociation. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MonitoredResourceAssociation. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MonitoredResourceAssociation. :type system_tags: dict(str, dict(str, object)) �strZAssociationResourceDetailsZdatetimezdict(str, str)zdict(str, dict(str, object)))�association_type�compartment_id� tenant_id�source_resource_id�destination_resource_id�source_resource_details�destination_resource_details�time_created�category� freeform_tags�defined_tags�system_tagsZassociationTypeZ compartmentIdZtenantIdZsourceResourceIdZdestinationResourceIdZsourceResourceDetailsZdestinationResourceDetailsZtimeCreatedr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_association_type�_compartment_id� _tenant_id�_source_resource_id�_destination_resource_id�_source_resource_details�_destination_resource_details� _time_created� _category�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r% �^/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_association.py�__init__ sL 9��z%MonitoredResourceAssociation.__init__c C s | j S )z� **[Required]** Gets the association_type of this MonitoredResourceAssociation. Association Type. :return: The association_type of this MonitoredResourceAssociation. :rtype: str �r �r# r% r% r&