📂 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: update_monitored_resource_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 @ 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 ),�UpdateMonitoredResourceDetailsz> The information about updating a monitored resource. c K s� ddddddddddd d �| _ ddd ddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new UpdateMonitoredResourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateMonitoredResourceDetails. :type display_name: str :param host_name: The value to assign to the host_name property of this UpdateMonitoredResourceDetails. :type host_name: str :param resource_time_zone: The value to assign to the resource_time_zone property of this UpdateMonitoredResourceDetails. :type resource_time_zone: str :param properties: The value to assign to the properties property of this UpdateMonitoredResourceDetails. :type properties: list[oci.stack_monitoring.models.MonitoredResourceProperty] :param database_connection_details: The value to assign to the database_connection_details property of this UpdateMonitoredResourceDetails. :type database_connection_details: oci.stack_monitoring.models.ConnectionDetails :param credentials: The value to assign to the credentials property of this UpdateMonitoredResourceDetails. :type credentials: oci.stack_monitoring.models.MonitoredResourceCredential :param aliases: The value to assign to the aliases property of this UpdateMonitoredResourceDetails. :type aliases: oci.stack_monitoring.models.MonitoredResourceAliasCredential :param additional_credentials: The value to assign to the additional_credentials property of this UpdateMonitoredResourceDetails. :type additional_credentials: list[oci.stack_monitoring.models.MonitoredResourceCredential] :param additional_aliases: The value to assign to the additional_aliases property of this UpdateMonitoredResourceDetails. :type additional_aliases: list[oci.stack_monitoring.models.MonitoredResourceAliasCredential] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMonitoredResourceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMonitoredResourceDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[MonitoredResourceProperty]ZConnectionDetailsZMonitoredResourceCredentialZ MonitoredResourceAliasCredentialz!list[MonitoredResourceCredential]z&list[MonitoredResourceAliasCredential]zdict(str, str)zdict(str, dict(str, object)))�display_name� host_name�resource_time_zone� properties�database_connection_details�credentials�aliases�additional_credentials�additional_aliases� freeform_tags�defined_tagsZdisplayNameZhostNameZresourceTimeZoner ZdatabaseConnectionDetailsr r ZadditionalCredentialsZadditionalAliasesZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name� _host_name�_resource_time_zone�_properties�_database_connection_details�_credentials�_aliases�_additional_credentials�_additional_aliases�_freeform_tags� _defined_tags)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/update_monitored_resource_details.py�__init__ sF 3��z'UpdateMonitoredResourceDetails.__init__c C s | j S )z� Gets the display_name of this UpdateMonitoredResourceDetails. Monitored resource display name. :return: The display_name of this UpdateMonitoredResourceDetails. :rtype: str �r �r r r r! r l s z+UpdateMonitoredResourceDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateMonitoredResourceDetails. Monitored resource display name. :param display_name: The display_name of this UpdateMonitoredResourceDetails. :type: str Nr# )r r r r r! r x s c C s | j S )z� Gets the host_name of this UpdateMonitoredResourceDetails. Host name of the monitored resource. :return: The host_name of this UpdateMonitoredResourceDetails. :rtype: str �r r$ r r r! r � s z(UpdateMonitoredResourceDetails.host_namec C s || _ dS )z� Sets the host_name of this UpdateMonitoredResourceDetails. Host name of the monitored resource. :param host_name: The host_name of this UpdateMonitoredResourceDetails. :type: str Nr% )r r r r r! r � s c C s | j S )a� Gets the resource_time_zone of this UpdateMonitoredResourceDetails. Time zone in the form of tz database canonical zone ID. Specifies the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles :return: The resource_time_zone of this UpdateMonitoredResourceDetails. :rtype: str �r r$ r r r! r � s z1UpdateMonitoredResourceDetails.resource_time_zonec C s || _ dS )a� Sets the resource_time_zone of this UpdateMonitoredResourceDetails. Time zone in the form of tz database canonical zone ID. Specifies the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles :param resource_time_zone: The resource_time_zone of this UpdateMonitoredResourceDetails. :type: str Nr&