RefreshActivitySummary¶
-
class
oci.fusion_apps.models.
RefreshActivitySummary
(**kwargs)¶ Bases:
object
Summary of the refresh activity.
Methods
__init__
(**kwargs)Initializes a new RefreshActivitySummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this RefreshActivitySummary. id
[Required] Gets the id of this RefreshActivitySummary. is_data_masking_opted
Gets the is_data_masking_opted of this RefreshActivitySummary. lifecycle_details
Gets the lifecycle_details of this RefreshActivitySummary. lifecycle_state
[Required] Gets the lifecycle_state of this RefreshActivitySummary. refresh_issue_details_list
Gets the refresh_issue_details_list of this RefreshActivitySummary. service_availability
[Required] Gets the service_availability of this RefreshActivitySummary. source_fusion_environment_id
[Required] Gets the source_fusion_environment_id of this RefreshActivitySummary. time_accepted
Gets the time_accepted of this RefreshActivitySummary. time_expected_finish
[Required] Gets the time_expected_finish of this RefreshActivitySummary. time_finished
Gets the time_finished of this RefreshActivitySummary. time_of_restoration_point
Gets the time_of_restoration_point of this RefreshActivitySummary. time_scheduled_start
[Required] Gets the time_scheduled_start of this RefreshActivitySummary. time_updated
Gets the time_updated of this RefreshActivitySummary. -
__init__
(**kwargs)¶ Initializes a new RefreshActivitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RefreshActivitySummary.
- display_name (str) – The value to assign to the display_name property of this RefreshActivitySummary.
- source_fusion_environment_id (str) – The value to assign to the source_fusion_environment_id property of this RefreshActivitySummary.
- time_of_restoration_point (datetime) – The value to assign to the time_of_restoration_point property of this RefreshActivitySummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this RefreshActivitySummary.
- time_scheduled_start (datetime) – The value to assign to the time_scheduled_start property of this RefreshActivitySummary.
- time_expected_finish (datetime) – The value to assign to the time_expected_finish property of this RefreshActivitySummary.
- time_finished (datetime) – The value to assign to the time_finished property of this RefreshActivitySummary.
- service_availability (str) – The value to assign to the service_availability property of this RefreshActivitySummary.
- time_accepted (datetime) – The value to assign to the time_accepted property of this RefreshActivitySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this RefreshActivitySummary.
- is_data_masking_opted (bool) – The value to assign to the is_data_masking_opted property of this RefreshActivitySummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this RefreshActivitySummary.
- refresh_issue_details_list (list[oci.fusion_apps.models.RefreshIssueDetails]) – The value to assign to the refresh_issue_details_list property of this RefreshActivitySummary.
-
display_name
¶ [Required] Gets the display_name of this RefreshActivitySummary. A friendly name for the refresh activity. Can be changed later.
Returns: The display_name of this RefreshActivitySummary. Return type: str
-
id
¶ [Required] Gets the id of this RefreshActivitySummary. The unique identifier (OCID) of the refresh activity. Can’t be changed after creation.
Returns: The id of this RefreshActivitySummary. Return type: str
-
is_data_masking_opted
¶ Gets the is_data_masking_opted of this RefreshActivitySummary. Represents if the customer opted for Data Masking or not during refreshActivity.
Returns: The is_data_masking_opted of this RefreshActivitySummary. Return type: bool
-
lifecycle_details
¶ Gets the lifecycle_details of this RefreshActivitySummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this RefreshActivitySummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this RefreshActivitySummary. The current state of the refresh activity. Valid values are Scheduled, In progress , Failed, Completed.
Returns: The lifecycle_state of this RefreshActivitySummary. Return type: str
-
refresh_issue_details_list
¶ Gets the refresh_issue_details_list of this RefreshActivitySummary. Details of refresh investigation information, each item represents a different issue.
Returns: The refresh_issue_details_list of this RefreshActivitySummary. Return type: list[oci.fusion_apps.models.RefreshIssueDetails]
-
service_availability
¶ [Required] Gets the service_availability of this RefreshActivitySummary. Service availability / impact during refresh activity execution, up down
Returns: The service_availability of this RefreshActivitySummary. Return type: str
-
source_fusion_environment_id
¶ [Required] Gets the source_fusion_environment_id of this RefreshActivitySummary. The OCID of the Fusion environment that is the source environment for the refresh.
Returns: The source_fusion_environment_id of this RefreshActivitySummary. Return type: str
-
time_accepted
¶ Gets the time_accepted of this RefreshActivitySummary. The time the refresh activity record was created. An RFC3339 formatted datetime string.
Returns: The time_accepted of this RefreshActivitySummary. Return type: datetime
-
time_expected_finish
¶ [Required] Gets the time_expected_finish of this RefreshActivitySummary. The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
Returns: The time_expected_finish of this RefreshActivitySummary. Return type: datetime
-
time_finished
¶ Gets the time_finished of this RefreshActivitySummary. The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
Returns: The time_finished of this RefreshActivitySummary. Return type: datetime
-
time_of_restoration_point
¶ Gets the time_of_restoration_point of this RefreshActivitySummary. The date and time of the most recent source environment backup used for the environment refresh.
Returns: The time_of_restoration_point of this RefreshActivitySummary. Return type: datetime
-
time_scheduled_start
¶ [Required] Gets the time_scheduled_start of this RefreshActivitySummary. The time the refresh activity is scheduled to start. An RFC3339 formatted datetime string.
Returns: The time_scheduled_start of this RefreshActivitySummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this RefreshActivitySummary. The time the refresh activity record was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this RefreshActivitySummary. Return type: datetime
-