ruạṛ
a ���f�D � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �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 d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�Assetz" Description of an asset. � VMWARE_VM�VM�ACTIVE�DELETEDc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a6 Initializes a new Asset object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.cloud_bridge.models.VmwareVmAsset` * :class:`~oci.cloud_bridge.models.VmAsset` 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 Asset. :type display_name: str :param inventory_id: The value to assign to the inventory_id property of this Asset. :type inventory_id: str :param id: The value to assign to the id property of this Asset. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Asset. :type compartment_id: str :param source_key: The value to assign to the source_key property of this Asset. :type source_key: str :param external_asset_key: The value to assign to the external_asset_key property of this Asset. :type external_asset_key: str :param asset_type: The value to assign to the asset_type property of this Asset. 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 Asset. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Asset. :type time_updated: datetime :param asset_source_ids: The value to assign to the asset_source_ids property of this Asset. :type asset_source_ids: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this Asset. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this Asset. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Asset. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Asset. :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 sourceKeyZexternalAssetKey� 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+ �A/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/asset.py�__init__"