📂 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: sighting_impacted_resource_summary.cpython-39.pyc
a ���fM7 � @ 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�SightingImpactedResourceSummaryz6 Summary of resources impacted by a sighting. c K s� dddddddddddddd� | _ dddddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )ao Initializes a new SightingImpactedResourceSummary 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 SightingImpactedResourceSummary. :type id: str :param resource_id: The value to assign to the resource_id property of this SightingImpactedResourceSummary. :type resource_id: str :param sighting_id: The value to assign to the sighting_id property of this SightingImpactedResourceSummary. :type sighting_id: str :param problem_id: The value to assign to the problem_id property of this SightingImpactedResourceSummary. :type problem_id: str :param compartment_id: The value to assign to the compartment_id property of this SightingImpactedResourceSummary. :type compartment_id: str :param resource_name: The value to assign to the resource_name property of this SightingImpactedResourceSummary. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this SightingImpactedResourceSummary. :type resource_type: str :param region: The value to assign to the region property of this SightingImpactedResourceSummary. :type region: str :param time_identified: The value to assign to the time_identified property of this SightingImpactedResourceSummary. :type time_identified: datetime :param time_first_detected: The value to assign to the time_first_detected property of this SightingImpactedResourceSummary. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this SightingImpactedResourceSummary. :type time_last_detected: datetime :param time_first_occurred: The value to assign to the time_first_occurred property of this SightingImpactedResourceSummary. :type time_first_occurred: datetime :param time_last_occurred: The value to assign to the time_last_occurred property of this SightingImpactedResourceSummary. :type time_last_occurred: datetime �strZdatetime) �id�resource_id�sighting_id� problem_id�compartment_id� resource_name� resource_type�region�time_identified�time_first_detected�time_last_detected�time_first_occurred�time_last_occurredr Z resourceIdZ sightingIdZ problemIdZ compartmentIdZresourceNameZresourceTyper ZtimeIdentifiedZtimeFirstDetectedZtimeLastDetectedZtimeFirstOccurredZtimeLastOccurredN)Z swagger_typesZ attribute_map�_id�_resource_id�_sighting_id�_problem_id�_compartment_id�_resource_name�_resource_type�_region�_time_identified�_time_first_detected�_time_last_detected�_time_first_occurred�_time_last_occurred)�self�kwargs� r$ �]/usr/lib/python3.9/site-packages/oci/cloud_guard/models/sighting_impacted_resource_summary.py�__init__ sR ;��z(SightingImpactedResourceSummary.__init__c C s | j S )z� **[Required]** Gets the id of this SightingImpactedResourceSummary. Unique identifier for an impacted resource :return: The id of this SightingImpactedResourceSummary. :rtype: str �r �r"