📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: resource_profile_summary.cpython-39.pyc
a ���f3 � @ 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 @ sh 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ResourceProfileSummaryz5 Summary information for a resource profile. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )ab Initializes a new ResourceProfileSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sightings_count: The value to assign to the sightings_count property of this ResourceProfileSummary. :type sightings_count: int :param id: The value to assign to the id property of this ResourceProfileSummary. :type id: str :param resource_id: The value to assign to the resource_id property of this ResourceProfileSummary. :type resource_id: str :param display_name: The value to assign to the display_name property of this ResourceProfileSummary. :type display_name: str :param type: The value to assign to the type property of this ResourceProfileSummary. :type type: str :param risk_score: The value to assign to the risk_score property of this ResourceProfileSummary. :type risk_score: float :param tactics: The value to assign to the tactics property of this ResourceProfileSummary. :type tactics: list[oci.cloud_guard.models.TacticSummary] :param time_first_detected: The value to assign to the time_first_detected property of this ResourceProfileSummary. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this ResourceProfileSummary. :type time_last_detected: datetime :param time_first_occurred: The value to assign to the time_first_occurred property of this ResourceProfileSummary. :type time_first_occurred: datetime :param time_last_occurred: The value to assign to the time_last_occurred property of this ResourceProfileSummary. :type time_last_occurred: datetime :param problems_count: The value to assign to the problems_count property of this ResourceProfileSummary. :type problems_count: int �int�str�floatzlist[TacticSummary]Zdatetime)�sightings_count�id�resource_id�display_name�type� risk_score�tactics�time_first_detected�time_last_detected�time_first_occurred�time_last_occurred�problems_countZsightingsCountr Z resourceIdZdisplayNamer Z riskScorer ZtimeFirstDetectedZtimeLastDetectedZtimeFirstOccurredZtimeLastOccurredZ problemsCountN)Z swagger_typesZ attribute_map�_sightings_count�_id�_resource_id� _display_name�_type�_risk_score�_tactics�_time_first_detected�_time_last_detected�_time_first_occurred�_time_last_occurred�_problems_count)�self�kwargs� r$ �S/usr/lib/python3.9/site-packages/oci/cloud_guard/models/resource_profile_summary.py�__init__ sL 7��zResourceProfileSummary.__init__c C s | j S )z� Gets the sightings_count of this ResourceProfileSummary. Number of sightings associated with the resource profile :return: The sightings_count of this ResourceProfileSummary. :rtype: int �r �r"