ruạṛ
a N��f�! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Asset� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )� VmwareVmAssetz" VMware VM type of asset. c K s� dddddddddddddddddd d �| _ ddd dddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new VmwareVmAsset object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_bridge.models.VmwareVmAsset.asset_type` attribute of this class is ``VMWARE_VM`` and it should not be changed. 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 VmwareVmAsset. :type display_name: str :param inventory_id: The value to assign to the inventory_id property of this VmwareVmAsset. :type inventory_id: str :param id: The value to assign to the id property of this VmwareVmAsset. :type id: str :param compartment_id: The value to assign to the compartment_id property of this VmwareVmAsset. :type compartment_id: str :param source_key: The value to assign to the source_key property of this VmwareVmAsset. :type source_key: str :param external_asset_key: The value to assign to the external_asset_key property of this VmwareVmAsset. :type external_asset_key: str :param asset_type: The value to assign to the asset_type property of this VmwareVmAsset. Allowed values for this property are: "VMWARE_VM", "VM" :type asset_type: str :param time_created: The value to assign to the time_created property of this VmwareVmAsset. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VmwareVmAsset. :type time_updated: datetime :param asset_source_ids: The value to assign to the asset_source_ids property of this VmwareVmAsset. :type asset_source_ids: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this VmwareVmAsset. Allowed values for this property are: "ACTIVE", "DELETED" :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this VmwareVmAsset. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VmwareVmAsset. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VmwareVmAsset. :type system_tags: dict(str, dict(str, object)) :param compute: The value to assign to the compute property of this VmwareVmAsset. :type compute: oci.cloud_bridge.models.ComputeProperties :param vm: The value to assign to the vm property of this VmwareVmAsset. :type vm: oci.cloud_bridge.models.VmProperties :param vmware_vm: The value to assign to the vmware_vm property of this VmwareVmAsset. :type vmware_vm: oci.cloud_bridge.models.VmwareVmProperties :param vmware_v_center: The value to assign to the vmware_v_center property of this VmwareVmAsset. :type vmware_v_center: oci.cloud_bridge.models.VmwareVCenterProperties �str�datetimez list[str]zdict(str, str)zdict(str, dict(str, object))�ComputeProperties�VmProperties�VmwareVmProperties�VmwareVCenterProperties)�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�compute�vm� vmware_vm�vmware_v_center�displayName�inventoryIdr � compartmentId� sourceKey�externalAssetKey� assetType�timeCreated�timeUpdated�assetSourceIds�lifecycleState�freeformTags�definedTags� systemTagsr r �vmwareVm� vmwareVCenterN� VMWARE_VM)� swagger_types� 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�_compute�_vm� _vmware_vm�_vmware_v_center)�self�kwargs� rG ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/vmware_vm_asset.py�__init__ sr R��zVmwareVmAsset.__init__c C s | j S )z� Gets the compute of this VmwareVmAsset. :return: The compute of this VmwareVmAsset. :rtype: oci.cloud_bridge.models.ComputeProperties �rA �rE rG rG rH r � s zVmwareVmAsset.computec C s || _ dS )z� Sets the compute of this VmwareVmAsset. :param compute: The compute of this VmwareVmAsset. :type: oci.cloud_bridge.models.ComputeProperties NrJ )rE r rG rG rH r � s c C s | j S )z� Gets the vm of this VmwareVmAsset. :return: The vm of this VmwareVmAsset. :rtype: oci.cloud_bridge.models.VmProperties �rB rK rG rG rH r � s zVmwareVmAsset.vmc C s || _ dS )z� Sets the vm of this VmwareVmAsset. :param vm: The vm of this VmwareVmAsset. :type: oci.cloud_bridge.models.VmProperties NrL )rE r rG rG rH r � s c C s | j S )z� Gets the vmware_vm of this VmwareVmAsset. :return: The vmware_vm of this VmwareVmAsset. :rtype: oci.cloud_bridge.models.VmwareVmProperties �rC rK rG rG rH r � s zVmwareVmAsset.vmware_vmc C s || _ dS )z� Sets the vmware_vm of this VmwareVmAsset. :param vmware_vm: The vmware_vm of this VmwareVmAsset. :type: oci.cloud_bridge.models.VmwareVmProperties NrM )rE r rG rG rH r � s c C s | j S )z� Gets the vmware_v_center of this VmwareVmAsset. :return: The vmware_v_center of this VmwareVmAsset. :rtype: oci.cloud_bridge.models.VmwareVCenterProperties �rD rK rG rG rH r � s zVmwareVmAsset.vmware_v_centerc C s || _ dS )z� Sets the vmware_v_center of this VmwareVmAsset. :param vmware_v_center: The vmware_v_center of this VmwareVmAsset. :type: oci.cloud_bridge.models.VmwareVCenterProperties NrN )rE r rG rG rH r � s c C s t | �S �N)r rK rG rG rH �__repr__� s zVmwareVmAsset.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�rE �otherrG rG rH �__eq__� s zVmwareVmAsset.__eq__c C s | |k S rO rG rR rG rG rH �__ne__� s zVmwareVmAsset.__ne__N)�__name__� __module__�__qualname__�__doc__rI �propertyr �setterr r r rP rT rU rG rG rG rH r s, r N) �assetr �oci.utilr r r �oci.decoratorsr r rG rG rG rH �<module> s
cải xoăn