ruạṛ
a O��f-1 � @ 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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�#MonitoredResourceAssociationSummaryz8 Summary of the monitored resource association. c K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new MonitoredResourceAssociationSummary 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 MonitoredResourceAssociationSummary. :type association_type: str :param source_resource_id: The value to assign to the source_resource_id property of this MonitoredResourceAssociationSummary. :type source_resource_id: str :param destination_resource_id: The value to assign to the destination_resource_id property of this MonitoredResourceAssociationSummary. :type destination_resource_id: str :param time_created: The value to assign to the time_created property of this MonitoredResourceAssociationSummary. :type time_created: datetime :param source_resource_details: The value to assign to the source_resource_details property of this MonitoredResourceAssociationSummary. :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 MonitoredResourceAssociationSummary. :type destination_resource_details: oci.stack_monitoring.models.AssociationResourceDetails :param freeform_tags: The value to assign to the freeform_tags property of this MonitoredResourceAssociationSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MonitoredResourceAssociationSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MonitoredResourceAssociationSummary. :type system_tags: dict(str, dict(str, object)) �str�datetime�AssociationResourceDetailszdict(str, str)zdict(str, dict(str, object))) �association_type�source_resource_id�destination_resource_id�time_created�source_resource_details�destination_resource_details� freeform_tags�defined_tags�system_tags�associationType�sourceResourceId�destinationResourceId�timeCreated�sourceResourceDetails�destinationResourceDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_association_type�_source_resource_id�_destination_resource_id� _time_created�_source_resource_details�_destination_resource_details�_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_summary.py�__init__ s: +� �z,MonitoredResourceAssociationSummary.__init__c C s | j S )a **[Required]** Gets the association_type of this MonitoredResourceAssociationSummary. Association type to be created between source and destination resources :return: The association_type of this MonitoredResourceAssociationSummary. :rtype: str �r �r'