ruạṛ
a O��fP! � @ 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 dd� Zdd� Zdd� ZdS ) �UpdateMonitoredResourceDetailsz> The information about updating a monitored resource. c K sZ dddddddd�| _ ddd d ddd 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 �strzlist[MonitoredResourceProperty]�ConnectionDetails�MonitoredResourceCredential� MonitoredResourceAliasCredential)�display_name� host_name�resource_time_zone� properties�database_connection_details�credentials�aliases�displayName�hostName�resourceTimeZoner �databaseConnectionDetailsr r N) � swagger_types� attribute_map� _display_name� _host_name�_resource_time_zone�_properties�_database_connection_details�_credentials�_aliases)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/update_monitored_resource_details.py�__init__ s. #�� 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"