ruạṛ
a N��f^ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AssetSourceSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�VmWareAssetSourceSummaryz) Description of an asset source. c K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new VmWareAssetSourceSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_migrations.models.VmWareAssetSourceSummary.type` attribute of this class is ``VMWARE`` and it should not be changed. 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 VmWareAssetSourceSummary. Allowed values for this property are: "VMWARE" :type type: str :param id: The value to assign to the id property of this VmWareAssetSourceSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this VmWareAssetSourceSummary. :type compartment_id: str :param environment_id: The value to assign to the environment_id property of this VmWareAssetSourceSummary. :type environment_id: str :param display_name: The value to assign to the display_name property of this VmWareAssetSourceSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VmWareAssetSourceSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING", "NEEDS_ATTENTION" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this VmWareAssetSourceSummary. :type lifecycle_details: str :param inventory_id: The value to assign to the inventory_id property of this VmWareAssetSourceSummary. :type inventory_id: str :param assets_compartment_id: The value to assign to the assets_compartment_id property of this VmWareAssetSourceSummary. :type assets_compartment_id: str :param time_created: The value to assign to the time_created property of this VmWareAssetSourceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VmWareAssetSourceSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this VmWareAssetSourceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VmWareAssetSourceSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VmWareAssetSourceSummary. :type system_tags: dict(str, dict(str, object)) :param vcenter_endpoint: The value to assign to the vcenter_endpoint property of this VmWareAssetSourceSummary. :type vcenter_endpoint: str �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_tags�vcenter_endpointr r � compartmentId� environmentId�displayName�lifecycleState�lifecycleDetails�inventoryId�assetsCompartmentId�timeCreated�timeUpdated�freeformTags�definedTags� systemTags�vcenterEndpointN�VMWARE)� 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�_vcenter_endpoint)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_migrations/models/vm_ware_asset_source_summary.py�__init__ s` F��z!VmWareAssetSourceSummary.__init__c C s | j S )a% **[Required]** Gets the vcenter_endpoint of this VmWareAssetSourceSummary. Endpoint for VMware asset discovery and replication in the form of ```https://<host>:<port>/sdk``` :return: The vcenter_endpoint of this VmWareAssetSourceSummary. :rtype: str �r8 �r9 r; r; r<