📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_score_trend_aggregation.pyc
a N��fH � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�SecurityScoreTrendAggregationzR Provides the dimensions and their corresponding time and security score. � EXCELLENT�GOOD�FAIR�POOR�NAc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a Initializes a new SecurityScoreTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions_map: The value to assign to the dimensions_map property of this SecurityScoreTrendAggregation. :type dimensions_map: dict(str, str) :param start_timestamp: The value to assign to the start_timestamp property of this SecurityScoreTrendAggregation. :type start_timestamp: float :param duration_in_seconds: The value to assign to the duration_in_seconds property of this SecurityScoreTrendAggregation. :type duration_in_seconds: int :param security_rating: The value to assign to the security_rating property of this SecurityScoreTrendAggregation. Allowed values for this property are: "EXCELLENT", "GOOD", "FAIR", "POOR", "NA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type security_rating: str :param security_score: The value to assign to the security_score property of this SecurityScoreTrendAggregation. :type security_score: int zdict(str, str)�float�int�str)�dimensions_map�start_timestamp�duration_in_seconds�security_rating�security_score� dimensionsMap�startTimestamp�durationInSeconds�securityRating� securityScoreN)� swagger_types� attribute_map�_dimensions_map�_start_timestamp�_duration_in_seconds�_security_rating�_security_score)�self�kwargs� r"