ruạṛ
a ���f�` � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sv e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Z e jd?d>� �Z ed@dA� �Z!e!jdBdA� �Z!edCdD� �Z"e"jdEdD� �Z"edFdG� �Z#e#jdHdG� �Z#edIdJ� �Z$e$jdKdJ� �Z$dLdM� Z%dNdO� Z&dPdQ� Z'dRS )S�MigrationAssetz- Description of the migration asset. �CREATING�UPDATING�NEEDS_ATTENTION�ACTIVE�DELETING�DELETED�FAILED�OUT_OF_DATE�SOURCE_REMOVEDc K s� dddddddddddddddddddddd�| _ ddd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )aa Initializes a new MigrationAsset object with values from keyword arguments. 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 MigrationAsset. :type id: str :param type: The value to assign to the type property of this MigrationAsset. :type type: str :param display_name: The value to assign to the display_name property of this MigrationAsset. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this MigrationAsset. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MigrationAsset. Allowed values for this property are: "CREATING", "UPDATING", "NEEDS_ATTENTION", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MigrationAsset. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this MigrationAsset. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MigrationAsset. :type time_updated: datetime :param migration_id: The value to assign to the migration_id property of this MigrationAsset. :type migration_id: str :param snapshots: The value to assign to the snapshots property of this MigrationAsset. :type snapshots: dict(str, HydratedVolume) :param parent_snapshot: The value to assign to the parent_snapshot property of this MigrationAsset. :type parent_snapshot: str :param source_asset_data: The value to assign to the source_asset_data property of this MigrationAsset. :type source_asset_data: dict(str, object) :param notifications: The value to assign to the notifications property of this MigrationAsset. Allowed values for items in this list are: "OUT_OF_DATE", "SOURCE_REMOVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type notifications: list[str] :param source_asset_id: The value to assign to the source_asset_id property of this MigrationAsset. :type source_asset_id: str :param replication_schedule_id: The value to assign to the replication_schedule_id property of this MigrationAsset. :type replication_schedule_id: str :param availability_domain: The value to assign to the availability_domain property of this MigrationAsset. :type availability_domain: str :param replication_compartment_id: The value to assign to the replication_compartment_id property of this MigrationAsset. :type replication_compartment_id: str :param tenancy_id: The value to assign to the tenancy_id property of this MigrationAsset. :type tenancy_id: str :param snap_shot_bucket_name: The value to assign to the snap_shot_bucket_name property of this MigrationAsset. :type snap_shot_bucket_name: str :param depended_on_by: The value to assign to the depended_on_by property of this MigrationAsset. :type depended_on_by: list[str] :param depends_on: The value to assign to the depends_on property of this MigrationAsset. :type depends_on: list[str] �strZdatetimezdict(str, HydratedVolume)zdict(str, object)z list[str])�id�type�display_name�compartment_id�lifecycle_state�lifecycle_details�time_created�time_updated�migration_id� snapshots�parent_snapshot�source_asset_data� notifications�source_asset_id�replication_schedule_id�availability_domain�replication_compartment_id� tenancy_id�snap_shot_bucket_name�depended_on_by� depends_onr r ZdisplayNameZ compartmentIdZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZmigrationIdr ZparentSnapshotZsourceAssetDatar Z sourceAssetIdZreplicationScheduleIdZavailabilityDomainZreplicationCompartmentIdZ tenancyIdZsnapShotBucketNameZdependedOnByZ dependsOnN)Z swagger_typesZ attribute_map�_id�_type� _display_name�_compartment_id�_lifecycle_state�_lifecycle_details� _time_created� _time_updated� _migration_id� _snapshots�_parent_snapshot�_source_asset_data�_notifications�_source_asset_id�_replication_schedule_id�_availability_domain�_replication_compartment_id�_tenancy_id�_snap_shot_bucket_name�_depended_on_by�_depends_on)�self�kwargs� r= �O/usr/lib/python3.9/site-packages/oci/cloud_migrations/models/migration_asset.py�__init__6 s� _��zMigrationAsset.__init__c C s | j S )z� **[Required]** Gets the id of this MigrationAsset. Asset ID generated by mirgration service. It is used in the mirgration service pipeline. :return: The id of this MigrationAsset. :rtype: str �r&