ruạṛ
a N��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 @ s| e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�StackMonitoringConfigzJ The configuration of Stack Monitoring for the external database. �ENABLING�ENABLED� DISABLING�NOT_ENABLED�FAILED_ENABLING�FAILED_DISABLINGc K s( ddd�| _ ddd�| _d| _d| _dS )a] Initializes a new StackMonitoringConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param stack_monitoring_status: The value to assign to the stack_monitoring_status property of this StackMonitoringConfig. Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stack_monitoring_status: str :param stack_monitoring_connector_id: The value to assign to the stack_monitoring_connector_id property of this StackMonitoringConfig. :type stack_monitoring_connector_id: str �str)�stack_monitoring_status�stack_monitoring_connector_id�stackMonitoringStatus�stackMonitoringConnectorIdN)� swagger_types� attribute_map�_stack_monitoring_status�_stack_monitoring_connector_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/stack_monitoring_config.py�__init__( s ��zStackMonitoringConfig.__init__c C s | j S )a� **[Required]** Gets the stack_monitoring_status of this StackMonitoringConfig. The status of Stack Monitoring. Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The stack_monitoring_status of this StackMonitoringConfig. :rtype: str )r �r r r r r E s z-StackMonitoringConfig.stack_monitoring_statusc C s g d�}t ||�sd}|| _dS )z� Sets the stack_monitoring_status of this StackMonitoringConfig. The status of Stack Monitoring. :param stack_monitoring_status: The stack_monitoring_status of this StackMonitoringConfig. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r T s c C s | j S )aj Gets the stack_monitoring_connector_id of this StackMonitoringConfig. The `OCID`__ of the :func:`create_external_database_connector_details`. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The stack_monitoring_connector_id of this StackMonitoringConfig. :rtype: str �r r r r r r c s z3StackMonitoringConfig.stack_monitoring_connector_idc C s || _ dS )a� Sets the stack_monitoring_connector_id of this StackMonitoringConfig. The `OCID`__ of the :func:`create_external_database_connector_details`. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param stack_monitoring_connector_id: The stack_monitoring_connector_id of this StackMonitoringConfig. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zStackMonitoringConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zStackMonitoringConfig.__eq__c C s | |k S r r r"