ruạṛ
a N��f�P � @ 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 d� Ze dd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Z d<d=� Z!d>S )?�AssetSourceSummaryz: Summary of an asset source provided in the list. �VMWARE�CREATING�ACTIVE�DELETING�DELETED�FAILED�UPDATING�NEEDS_ATTENTIONc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new AssetSourceSummary 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.VmWareAssetSourceSummary` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this AssetSourceSummary. Allowed values for this property are: "VMWARE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param id: The value to assign to the id property of this AssetSourceSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AssetSourceSummary. :type compartment_id: str :param environment_id: The value to assign to the environment_id property of this AssetSourceSummary. :type environment_id: str :param display_name: The value to assign to the display_name property of this AssetSourceSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AssetSourceSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AssetSourceSummary. :type lifecycle_details: str :param inventory_id: The value to assign to the inventory_id property of this AssetSourceSummary. :type inventory_id: str :param assets_compartment_id: The value to assign to the assets_compartment_id property of this AssetSourceSummary. :type assets_compartment_id: str :param time_created: The value to assign to the time_created property of this AssetSourceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AssetSourceSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AssetSourceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AssetSourceSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AssetSourceSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�type�id�compartment_id�environment_id�display_name�lifecycle_state�lifecycle_details�inventory_id�assets_compartment_id�time_created�time_updated� freeform_tags�defined_tags�system_tagsr r � compartmentId� environmentId�displayName�lifecycleState�lifecycleDetails�inventoryId�assetsCompartmentId�timeCreated�timeUpdated�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_type�_id�_compartment_id�_environment_id� _display_name�_lifecycle_state�_lifecycle_details� _inventory_id�_assets_compartment_id� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/asset_source_summary.py�__init__0 sX G��zAssetSourceSummary.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �VmWareAssetSourceSummaryr Nr= )�object_dictionaryr r= r= r>