ruạṛ
a O��f�7 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�MonitoredResourceAssociationz6 Association between two monitored resources. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _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 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)) �str�AssociationResourceDetails�datetimezdict(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� freeform_tags�defined_tags�system_tags�associationType� compartmentId�tenantId�sourceResourceId�destinationResourceId�sourceResourceDetails�destinationResourceDetails�timeCreated�freeformTags�definedTags� systemTagsN) � swagger_types� attribute_map�_association_type�_compartment_id� _tenant_id�_source_resource_id�_destination_resource_id�_source_resource_details�_destination_resource_details� _time_created�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_association.py�__init__ sF 3��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"