📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/monitoring/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alarm.pyc
a O��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 dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#edGdH� �Z$e$jdIdH� �Z$edJdK� �Z%e%jdLdK� �Z%edMdN� �Z&e&jdOdN� �Z&edPdQ� �Z'e'jdRdQ� �Z'dSdT� Z(dUdV� Z)dWdX� Z*dYS )Z�Alarmao The properties that define an alarm. For information about alarms, see `Alarms Overview`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. For information about endpoints and signing API requests, see `About the API`__. For information about available SDKs and tools, see `SDKS and Other Tools`__. __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdks.htm �CRITICAL�ERROR�WARNING�INFO�RAW�PRETTY_JSON� ONS_OPTIMIZED�ACTIVE�DELETING�DELETEDc K s� dddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!a� Initializes a new Alarm object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Alarm. :type id: str :param display_name: The value to assign to the display_name property of this Alarm. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Alarm. :type compartment_id: str :param metric_compartment_id: The value to assign to the metric_compartment_id property of this Alarm. :type metric_compartment_id: str :param metric_compartment_id_in_subtree: The value to assign to the metric_compartment_id_in_subtree property of this Alarm. :type metric_compartment_id_in_subtree: bool :param namespace: The value to assign to the namespace property of this Alarm. :type namespace: str :param resource_group: The value to assign to the resource_group property of this Alarm. :type resource_group: str :param query: The value to assign to the query property of this Alarm. :type query: str :param resolution: The value to assign to the resolution property of this Alarm. :type resolution: str :param pending_duration: The value to assign to the pending_duration property of this Alarm. :type pending_duration: str :param severity: The value to assign to the severity property of this Alarm. Allowed values for this property are: "CRITICAL", "ERROR", "WARNING", "INFO", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param body: The value to assign to the body property of this Alarm. :type body: str :param is_notifications_per_metric_dimension_enabled: The value to assign to the is_notifications_per_metric_dimension_enabled property of this Alarm. :type is_notifications_per_metric_dimension_enabled: bool :param message_format: The value to assign to the message_format property of this Alarm. Allowed values for this property are: "RAW", "PRETTY_JSON", "ONS_OPTIMIZED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type message_format: str :param destinations: The value to assign to the destinations property of this Alarm. :type destinations: list[str] :param repeat_notification_duration: The value to assign to the repeat_notification_duration property of this Alarm. :type repeat_notification_duration: str :param suppression: The value to assign to the suppression property of this Alarm. :type suppression: oci.monitoring.models.Suppression :param is_enabled: The value to assign to the is_enabled property of this Alarm. :type is_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this Alarm. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Alarm. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this Alarm. Allowed values for this property are: "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Alarm. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Alarm. :type time_updated: datetime �str�boolz list[str]�Suppressionzdict(str, str)zdict(str, dict(str, object))�datetime)�id�display_name�compartment_id�metric_compartment_id� metric_compartment_id_in_subtree� namespace�resource_group�query� resolution�pending_duration�severity�body�-is_notifications_per_metric_dimension_enabled�message_format�destinations�repeat_notification_duration�suppression� is_enabled� freeform_tags�defined_tags�lifecycle_state�time_created�time_updatedr �displayName� compartmentId�metricCompartmentId�metricCompartmentIdInSubtreer � resourceGroupr r �pendingDurationr r �(isNotificationsPerMetricDimensionEnabled� messageFormatr# �repeatNotificationDurationr% � isEnabled�freeformTags�definedTags�lifecycleState�timeCreated�timeUpdatedN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_metric_compartment_id�!_metric_compartment_id_in_subtree� _namespace�_resource_group�_query�_resolution�_pending_duration� _severity�_body�._is_notifications_per_metric_dimension_enabled�_message_format� _destinations�_repeat_notification_duration�_suppression�_is_enabled�_freeform_tags� _defined_tags�_lifecycle_state� _time_created� _time_updated)�self�kwargs� rV �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/monitoring/models/alarm.py�__init__F s� i��zAlarm.__init__c C s | j S )z� **[Required]** Gets the id of this Alarm. The `OCID`__ of the alarm. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Alarm. :rtype: str �r= �rT rV rV rW r � s zAlarm.idc C s || _ dS )z� Sets the id of this Alarm. The `OCID`__ of the alarm. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this Alarm. :type: str NrY )rT r rV rV rW r s c C s | j S )af **[Required]** Gets the display_name of this Alarm. A user-friendly name for the alarm. It does not have to be unique, and it's changeable. This name is sent as the title for notifications related to this alarm. Example: `High CPU Utilization` :return: The display_name of this Alarm. :rtype: str �r>