📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitored_resource_association_summary.cpython-39.pyc
a ���fc1 � @ 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)) �strZdatetimeZAssociationResourceDetailszdict(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_tagsZassociationTypeZsourceResourceIdZdestinationResourceIdZtimeCreatedZsourceResourceDetailsZdestinationResourceDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ 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 �f/usr/lib/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 between source and destination resources. :return: The association_type of this MonitoredResourceAssociationSummary. :rtype: str �r �r r r r r ^ s z4MonitoredResourceAssociationSummary.association_typec C s || _ dS )a Sets the association_type of this MonitoredResourceAssociationSummary. Association type between source and destination resources. :param association_type: The association_type of this MonitoredResourceAssociationSummary. :type: str Nr )r r r r r r j s c C s | j S )a^ **[Required]** Gets the source_resource_id of this MonitoredResourceAssociationSummary. Source Monitored Resource Identifier `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The source_resource_id of this MonitoredResourceAssociationSummary. :rtype: str �r r r r r r v s z6MonitoredResourceAssociationSummary.source_resource_idc C s || _ dS )a` Sets the source_resource_id of this MonitoredResourceAssociationSummary. Source Monitored Resource Identifier `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param source_resource_id: The source_resource_id of this MonitoredResourceAssociationSummary. :type: str Nr! )r r r r r r � s c C s | j S )am **[Required]** Gets the destination_resource_id of this MonitoredResourceAssociationSummary. Destination Monitored Resource Identifier `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The destination_resource_id of this MonitoredResourceAssociationSummary. :rtype: str �r r r r r r � s z;MonitoredResourceAssociationSummary.destination_resource_idc C s || _ dS )at Sets the destination_resource_id of this MonitoredResourceAssociationSummary. Destination Monitored Resource Identifier `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param destination_resource_id: The destination_resource_id of this MonitoredResourceAssociationSummary. :type: str Nr"