📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: resource_profile_impacted_resource_summary.cpython-39.pyc
a ���fC � @ 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 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&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�&ResourceProfileImpactedResourceSummaryzG Summary information on impacted resource in resource profile. c K s� dddddddddddddddd�| _ dddddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )al Initializes a new ResourceProfileImpactedResourceSummary 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 ResourceProfileImpactedResourceSummary. :type id: str :param resource_profile_id: The value to assign to the resource_profile_id property of this ResourceProfileImpactedResourceSummary. :type resource_profile_id: str :param problem_id: The value to assign to the problem_id property of this ResourceProfileImpactedResourceSummary. :type problem_id: str :param compartment_id: The value to assign to the compartment_id property of this ResourceProfileImpactedResourceSummary. :type compartment_id: str :param resource_id: The value to assign to the resource_id property of this ResourceProfileImpactedResourceSummary. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this ResourceProfileImpactedResourceSummary. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this ResourceProfileImpactedResourceSummary. :type resource_type: str :param sighting_type: The value to assign to the sighting_type property of this ResourceProfileImpactedResourceSummary. :type sighting_type: str :param sighting_type_display_name: The value to assign to the sighting_type_display_name property of this ResourceProfileImpactedResourceSummary. :type sighting_type_display_name: str :param region: The value to assign to the region property of this ResourceProfileImpactedResourceSummary. :type region: str :param time_identified: The value to assign to the time_identified property of this ResourceProfileImpactedResourceSummary. :type time_identified: datetime :param time_first_detected: The value to assign to the time_first_detected property of this ResourceProfileImpactedResourceSummary. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this ResourceProfileImpactedResourceSummary. :type time_last_detected: datetime :param time_first_occurred: The value to assign to the time_first_occurred property of this ResourceProfileImpactedResourceSummary. :type time_first_occurred: datetime :param time_last_occurred: The value to assign to the time_last_occurred property of this ResourceProfileImpactedResourceSummary. :type time_last_occurred: datetime �strZdatetime)�id�resource_profile_id� problem_id�compartment_id�resource_id� resource_name� resource_type� sighting_type�sighting_type_display_name�region�time_identified�time_first_detected�time_last_detected�time_first_occurred�time_last_occurredr ZresourceProfileIdZ problemIdZ compartmentIdZ resourceIdZresourceNameZresourceTypeZsightingTypeZsightingTypeDisplayNamer ZtimeIdentifiedZtimeFirstDetectedZtimeLastDetectedZtimeFirstOccurredZtimeLastOccurredN)Z swagger_typesZ attribute_map�_id�_resource_profile_id�_problem_id�_compartment_id�_resource_id�_resource_name�_resource_type�_sighting_type�_sighting_type_display_name�_region�_time_identified�_time_first_detected�_time_last_detected�_time_first_occurred�_time_last_occurred)�self�kwargs� r( �e/usr/lib/python3.9/site-packages/oci/cloud_guard/models/resource_profile_impacted_resource_summary.py�__init__ s^ C��z/ResourceProfileImpactedResourceSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ResourceProfileImpactedResourceSummary. Unique identifier for impacted resource :return: The id of this ResourceProfileImpactedResourceSummary. :rtype: str �r �r&