📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_monitored_resource_associations_details.cpython-39.pyc
a ���f@: � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�*SearchMonitoredResourceAssociationsDetailszM The information required to search monitored resource associations. �TIME_CREATED� ASSOC_TYPE�ASC�DESCc K sx ddddddddddd� | _ ddddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d S )a� Initializes a new SearchMonitoredResourceAssociationsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this SearchMonitoredResourceAssociationsDetails. :type compartment_id: str :param source_resource_id: The value to assign to the source_resource_id property of this SearchMonitoredResourceAssociationsDetails. :type source_resource_id: str :param source_resource_name: The value to assign to the source_resource_name property of this SearchMonitoredResourceAssociationsDetails. :type source_resource_name: str :param source_resource_type: The value to assign to the source_resource_type property of this SearchMonitoredResourceAssociationsDetails. :type source_resource_type: str :param destination_resource_id: The value to assign to the destination_resource_id property of this SearchMonitoredResourceAssociationsDetails. :type destination_resource_id: str :param destination_resource_name: The value to assign to the destination_resource_name property of this SearchMonitoredResourceAssociationsDetails. :type destination_resource_name: str :param destination_resource_type: The value to assign to the destination_resource_type property of this SearchMonitoredResourceAssociationsDetails. :type destination_resource_type: str :param association_type: The value to assign to the association_type property of this SearchMonitoredResourceAssociationsDetails. :type association_type: str :param sort_by: The value to assign to the sort_by property of this SearchMonitoredResourceAssociationsDetails. Allowed values for this property are: "TIME_CREATED", "ASSOC_TYPE" :type sort_by: str :param sort_order: The value to assign to the sort_order property of this SearchMonitoredResourceAssociationsDetails. Allowed values for this property are: "ASC", "DESC" :type sort_order: str �str) �compartment_id�source_resource_id�source_resource_name�source_resource_type�destination_resource_id�destination_resource_name�destination_resource_type�association_type�sort_by� sort_orderZ compartmentIdZsourceResourceIdZsourceResourceNameZsourceResourceTypeZdestinationResourceIdZdestinationResourceNameZdestinationResourceTypeZassociationTypeZsortByZ sortOrderN)Z swagger_typesZ attribute_map�_compartment_id�_source_resource_id�_source_resource_name�_source_resource_type�_destination_resource_id�_destination_resource_name�_destination_resource_type�_association_type�_sort_by�_sort_order)�self�kwargs� r"