📂 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_bridge
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: asset_summary.cpython-39.opt-1.pyc
a ���f�@ � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�AssetSummaryz Summary of the asset. � VMWARE_VM�VMc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new AssetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this AssetSummary. :type display_name: str :param inventory_id: The value to assign to the inventory_id property of this AssetSummary. :type inventory_id: str :param id: The value to assign to the id property of this AssetSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AssetSummary. :type compartment_id: str :param source_key: The value to assign to the source_key property of this AssetSummary. :type source_key: str :param external_asset_key: The value to assign to the external_asset_key property of this AssetSummary. :type external_asset_key: str :param asset_type: The value to assign to the asset_type property of this AssetSummary. Allowed values for this property are: "VMWARE_VM", "VM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type asset_type: str :param time_created: The value to assign to the time_created property of this AssetSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AssetSummary. :type time_updated: datetime :param asset_source_ids: The value to assign to the asset_source_ids property of this AssetSummary. :type asset_source_ids: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this AssetSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this AssetSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AssetSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AssetSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�inventory_id�id�compartment_id� source_key�external_asset_key� asset_type�time_created�time_updated�asset_source_ids�lifecycle_state� freeform_tags�defined_tags�system_tagsZdisplayNameZinventoryIdr Z compartmentIdZ sourceKeyZexternalAssetKeyZ assetTypeZtimeCreatedZtimeUpdatedZassetSourceIdsZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map� _display_name� _inventory_id�_id�_compartment_id�_source_key�_external_asset_key�_asset_type� _time_created� _time_updated�_asset_source_ids�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( �I/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/asset_summary.py�__init__ sX A��zAssetSummary.__init__c C s | j S )z� Gets the display_name of this AssetSummary. Asset display name. :return: The display_name of this AssetSummary. :rtype: str �r �r&