ruạṛ
a ���f�O � @ 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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z d8d9� Z!d:d;� Z"d<d=� Z#d>S )?�RefreshActivitya< An environment refresh copies data from a source environment to a target environment, making a copy of the source environment onto the target environment. For more information, see `Refreshing an Environment`__. __ https://docs.cloud.oracle.com/iaas/Content/fusion-applications/refresh-environment.htm �ACCEPTED�IN_PROGRESS�NEEDS_ATTENTION�FAILED� SUCCEEDED�CANCELED� AVAILABLE�UNAVAILABLE�NONE�ROLLBACKACCEPTED�ROLLBACKINPROGRESS�ROLLBACKSUCCEEDED�ROLLBACKFAILEDc K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a' Initializes a new RefreshActivity 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 RefreshActivity. :type id: str :param display_name: The value to assign to the display_name property of this RefreshActivity. :type display_name: str :param source_fusion_environment_id: The value to assign to the source_fusion_environment_id property of this RefreshActivity. :type source_fusion_environment_id: str :param time_of_restoration_point: The value to assign to the time_of_restoration_point property of this RefreshActivity. :type time_of_restoration_point: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this RefreshActivity. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param service_availability: The value to assign to the service_availability property of this RefreshActivity. Allowed values for this property are: "AVAILABLE", "UNAVAILABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type service_availability: str :param time_scheduled_start: The value to assign to the time_scheduled_start property of this RefreshActivity. :type time_scheduled_start: datetime :param time_expected_finish: The value to assign to the time_expected_finish property of this RefreshActivity. :type time_expected_finish: datetime :param time_finished: The value to assign to the time_finished property of this RefreshActivity. :type time_finished: datetime :param time_accepted: The value to assign to the time_accepted property of this RefreshActivity. :type time_accepted: datetime :param time_updated: The value to assign to the time_updated property of this RefreshActivity. :type time_updated: datetime :param refresh_issue_details_list: The value to assign to the refresh_issue_details_list property of this RefreshActivity. :type refresh_issue_details_list: list[oci.fusion_apps.models.RefreshIssueDetails] :param lifecycle_details: The value to assign to the lifecycle_details property of this RefreshActivity. Allowed values for this property are: "NONE", "ROLLBACKACCEPTED", "ROLLBACKINPROGRESS", "ROLLBACKSUCCEEDED", "ROLLBACKFAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str �strZdatetimezlist[RefreshIssueDetails]) �id�display_name�source_fusion_environment_id�time_of_restoration_point�lifecycle_state�service_availability�time_scheduled_start�time_expected_finish� time_finished� time_accepted�time_updated�refresh_issue_details_list�lifecycle_detailsr ZdisplayNameZsourceFusionEnvironmentIdZtimeOfRestorationPointZlifecycleStateZserviceAvailabilityZtimeScheduledStartZtimeExpectedFinishZtimeFinishedZtimeAcceptedZtimeUpdatedZrefreshIssueDetailsListZlifecycleDetailsN)Z swagger_typesZ attribute_map�_id� _display_name�_source_fusion_environment_id�_time_of_restoration_point�_lifecycle_state�_service_availability�_time_scheduled_start�_time_expected_finish�_time_finished�_time_accepted� _time_updated�_refresh_issue_details_list�_lifecycle_details)�self�kwargs� r1 �K/usr/lib/python3.9/site-packages/oci/fusion_apps/models/refresh_activity.py�__init__H sR A��zRefreshActivity.__init__c C s | j S )z� **[Required]** Gets the id of this RefreshActivity. The unique identifier (OCID) of the refresh activity. Can't be changed after creation. :return: The id of this RefreshActivity. :rtype: str �r"