📂 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: update_vmware_vm_asset_details.cpython-39.pyc
a ���f? � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateAssetDetails� )�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 )�UpdateVmwareVmAssetDetailsz; The information of VMware VM asset to be updated. c K st dddddddddd � | _ d ddd dddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new UpdateVmwareVmAssetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_bridge.models.UpdateVmwareVmAssetDetails.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 UpdateVmwareVmAssetDetails. :type display_name: str :param asset_type: The value to assign to the asset_type property of this UpdateVmwareVmAssetDetails. Allowed values for this property are: "VMWARE_VM", "VM" :type asset_type: str :param asset_source_ids: The value to assign to the asset_source_ids property of this UpdateVmwareVmAssetDetails. :type asset_source_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVmwareVmAssetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVmwareVmAssetDetails. :type defined_tags: dict(str, dict(str, object)) :param compute: The value to assign to the compute property of this UpdateVmwareVmAssetDetails. :type compute: oci.cloud_bridge.models.ComputeProperties :param vm: The value to assign to the vm property of this UpdateVmwareVmAssetDetails. :type vm: oci.cloud_bridge.models.VmProperties :param vmware_vm: The value to assign to the vmware_vm property of this UpdateVmwareVmAssetDetails. :type vmware_vm: oci.cloud_bridge.models.VmwareVmProperties :param vmware_v_center: The value to assign to the vmware_v_center property of this UpdateVmwareVmAssetDetails. :type vmware_v_center: oci.cloud_bridge.models.VmwareVCenterProperties �strz list[str]zdict(str, str)zdict(str, dict(str, object))ZComputePropertiesZVmPropertiesZVmwareVmPropertiesZVmwareVCenterProperties) Zdisplay_nameZ asset_typeZasset_source_idsZ freeform_tagsZdefined_tags�compute�vm� vmware_vm�vmware_v_centerZdisplayNameZ assetTypeZassetSourceIdsZfreeformTagsZdefinedTagsr r ZvmwareVmZ vmwareVCenterNZ VMWARE_VM)Z swagger_typesZ attribute_mapZ _display_nameZ_asset_typeZ_asset_source_idsZ_freeform_tagsZ _defined_tags�_compute�_vm� _vmware_vm�_vmware_v_center)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/update_vmware_vm_asset_details.py�__init__ s<