📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alarm_dimension_states_entry.pyc
a O��fj � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�AlarmDimensionStatesEntryz> A timestamped alarm state entry for a metric stream. �FIRING�OKc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) aX Initializes a new AlarmDimensionStatesEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions: The value to assign to the dimensions property of this AlarmDimensionStatesEntry. :type dimensions: dict(str, str) :param status: The value to assign to the status property of this AlarmDimensionStatesEntry. Allowed values for this property are: "FIRING", "OK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param timestamp: The value to assign to the timestamp property of this AlarmDimensionStatesEntry. :type timestamp: datetime zdict(str, str)�str�datetime)� dimensions�status� timestampr r r N)� swagger_types� attribute_map�_dimensions�_status� _timestamp)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/monitoring/models/alarm_dimension_states_entry.py�__init__ s ��z"AlarmDimensionStatesEntry.__init__c C s | j S )a9 **[Required]** Gets the dimensions of this AlarmDimensionStatesEntry. Indicator of the metric stream associated with the alarm state entry. Includes one or more dimension key-value pairs. :return: The dimensions of this AlarmDimensionStatesEntry. :rtype: dict(str, str) �r �r r r r r <