📂 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_migrations
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_migrations/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vm_target_asset_summary.cpython-39.pyc
a ���fh+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TargetAssetSummary� )�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 edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�VmTargetAssetSummaryz) Summary of the VM target asset. c K s� ddddddddddddddddddddd �| _ d ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a@ Initializes a new VmTargetAssetSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_migrations.models.VmTargetAssetSummary.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 id: The value to assign to the id property of this VmTargetAssetSummary. :type id: str :param display_name: The value to assign to the display_name property of this VmTargetAssetSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VmTargetAssetSummary. :type lifecycle_state: str :param migration_plan_id: The value to assign to the migration_plan_id property of this VmTargetAssetSummary. :type migration_plan_id: str :param compartment_id: The value to assign to the compartment_id property of this VmTargetAssetSummary. :type compartment_id: str :param created_resource_id: The value to assign to the created_resource_id property of this VmTargetAssetSummary. :type created_resource_id: str :param type: The value to assign to the type property of this VmTargetAssetSummary. 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 VmTargetAssetSummary. :type is_excluded_from_execution: bool :param compatibility_messages: The value to assign to the compatibility_messages property of this VmTargetAssetSummary. :type compatibility_messages: list[oci.cloud_migrations.models.CompatibilityMessage] :param estimated_cost: The value to assign to the estimated_cost property of this VmTargetAssetSummary. :type estimated_cost: oci.cloud_migrations.models.CostEstimation :param time_created: The value to assign to the time_created property of this VmTargetAssetSummary. :type time_created: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this VmTargetAssetSummary. :type lifecycle_details: str :param time_updated: The value to assign to the time_updated property of this VmTargetAssetSummary. :type time_updated: datetime :param time_assessed: The value to assign to the time_assessed property of this VmTargetAssetSummary. :type time_assessed: datetime :param migration_asset: The value to assign to the migration_asset property of this VmTargetAssetSummary. :type migration_asset: oci.cloud_migrations.models.MigrationAssetSummary :param preferred_shape_type: The value to assign to the preferred_shape_type property of this VmTargetAssetSummary. :type preferred_shape_type: str :param block_volumes_performance: The value to assign to the block_volumes_performance property of this VmTargetAssetSummary. :type block_volumes_performance: int :param ms_license: The value to assign to the ms_license property of this VmTargetAssetSummary. :type ms_license: str :param user_spec: The value to assign to the user_spec property of this VmTargetAssetSummary. :type user_spec: oci.cloud_migrations.models.LaunchInstanceDetails :param recommended_spec: The value to assign to the recommended_spec property of this VmTargetAssetSummary. :type recommended_spec: oci.cloud_migrations.models.LaunchInstanceDetails �str�boolzlist[CompatibilityMessage]ZCostEstimationZdatetimeZMigrationAssetSummary�intZLaunchInstanceDetails)�idZdisplay_nameZlifecycle_stateZmigration_plan_idZcompartment_idZcreated_resource_id�typeZis_excluded_from_executionZcompatibility_messagesZestimated_costZtime_createdZlifecycle_detailsZtime_updatedZ time_assessedZmigration_asset�preferred_shape_type�block_volumes_performance� ms_license� user_spec�recommended_specr ZdisplayNameZlifecycleStateZmigrationPlanIdZ compartmentIdZcreatedResourceIdr ZisExcludedFromExecutionZcompatibilityMessagesZ estimatedCostZtimeCreatedZlifecycleDetailsZtimeUpdatedZtimeAssessedZmigrationAssetZpreferredShapeTypeZblockVolumesPerformanceZ msLicenseZuserSpecZrecommendedSpecNZINSTANCE)Z swagger_typesZ attribute_mapZ_idZ _display_nameZ_lifecycle_stateZ_migration_plan_idZ_compartment_idZ_created_resource_idZ_typeZ_is_excluded_from_executionZ_compatibility_messagesZ_estimated_costZ _time_createdZ_lifecycle_detailsZ _time_updatedZ_time_assessedZ_migration_asset�_preferred_shape_type�_block_volumes_performance�_ms_license� _user_spec�_recommended_spec)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/cloud_migrations/models/vm_target_asset_summary.py�__init__ s~ Y��zVmTargetAssetSummary.__init__c C s | j S )z� **[Required]** Gets the preferred_shape_type of this VmTargetAssetSummary. The preferred VM shape type that you provide. :return: The preferred_shape_type of this VmTargetAssetSummary. :rtype: str �r �r r r r r � s z)VmTargetAssetSummary.preferred_shape_typec C s || _ dS )z� Sets the preferred_shape_type of this VmTargetAssetSummary. The preferred VM shape type that you provide. :param preferred_shape_type: The preferred_shape_type of this VmTargetAssetSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the block_volumes_performance of this VmTargetAssetSummary. Performance of the block volumes. :return: The block_volumes_performance of this VmTargetAssetSummary. :rtype: int �r r r r r r � s z.VmTargetAssetSummary.block_volumes_performancec C s || _ dS )z� Sets the block_volumes_performance of this VmTargetAssetSummary. Performance of the block volumes. :param block_volumes_performance: The block_volumes_performance of this VmTargetAssetSummary. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the ms_license of this VmTargetAssetSummary. Microsoft license for VM configuration. :return: The ms_license of this VmTargetAssetSummary. :rtype: str �r r r r r r � s zVmTargetAssetSummary.ms_licensec C s || _ dS )z� Sets the ms_license of this VmTargetAssetSummary. Microsoft license for VM configuration. :param ms_license: The ms_license of this VmTargetAssetSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the user_spec of this VmTargetAssetSummary. :return: The user_spec of this VmTargetAssetSummary. :rtype: oci.cloud_migrations.models.LaunchInstanceDetails �r r r r r r � s zVmTargetAssetSummary.user_specc C s || _ dS )z� Sets the user_spec of this VmTargetAssetSummary. :param user_spec: The user_spec of this VmTargetAssetSummary. :type: oci.cloud_migrations.models.LaunchInstanceDetails Nr! )r r r r r r s c C s | j S )z� **[Required]** Gets the recommended_spec of this VmTargetAssetSummary. :return: The recommended_spec of this VmTargetAssetSummary. :rtype: oci.cloud_migrations.models.LaunchInstanceDetails �r r r r r r s z%VmTargetAssetSummary.recommended_specc C s || _ dS )z� Sets the recommended_spec of this VmTargetAssetSummary. :param recommended_spec: The recommended_spec of this VmTargetAssetSummary. :type: oci.cloud_migrations.models.LaunchInstanceDetails Nr"