📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cloud_migrations
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_migrations/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vm_target_asset_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateTargetAssetDetails� )�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 )�CreateVmTargetAssetDetailsz- Description of the VM target asset. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new CreateVmTargetAssetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_migrations.models.CreateVmTargetAssetDetails.type` attribute of this class is ``INSTANCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param migration_plan_id: The value to assign to the migration_plan_id property of this CreateVmTargetAssetDetails. :type migration_plan_id: str :param type: The value to assign to the type property of this CreateVmTargetAssetDetails. Allowed values for this property are: "INSTANCE" :type type: str :param is_excluded_from_execution: The value to assign to the is_excluded_from_execution property of this CreateVmTargetAssetDetails. :type is_excluded_from_execution: bool :param preferred_shape_type: The value to assign to the preferred_shape_type property of this CreateVmTargetAssetDetails. :type preferred_shape_type: str :param block_volumes_performance: The value to assign to the block_volumes_performance property of this CreateVmTargetAssetDetails. :type block_volumes_performance: int :param ms_license: The value to assign to the ms_license property of this CreateVmTargetAssetDetails. :type ms_license: str :param user_spec: The value to assign to the user_spec property of this CreateVmTargetAssetDetails. :type user_spec: oci.cloud_migrations.models.LaunchInstanceDetails �str�bool�int�LaunchInstanceDetails)�migration_plan_id�type�is_excluded_from_execution�preferred_shape_type�block_volumes_performance� ms_license� user_spec�migrationPlanIdr �isExcludedFromExecution�preferredShapeType�blockVolumesPerformance� msLicense�userSpecN�INSTANCE) � swagger_types� attribute_map�_migration_plan_id�_type�_is_excluded_from_execution�_preferred_shape_type�_block_volumes_performance�_ms_license� _user_spec)�self�kwargs� r&