RefreshDetails¶
- 
class oci.fusion_apps.models.RefreshDetails(**kwargs)¶
- Bases: - object- Describes a refresh of a fusion environment - Methods - __init__(**kwargs)- Initializes a new RefreshDetails object with values from keyword arguments. - Attributes - source_fusion_environment_id- [Required] Gets the source_fusion_environment_id of this RefreshDetails. - time_finished- [Required] Gets the time_finished of this RefreshDetails. - time_of_restoration_point- [Required] Gets the time_of_restoration_point of this RefreshDetails. - 
__init__(**kwargs)¶
- Initializes a new RefreshDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - source_fusion_environment_id (str) – The value to assign to the source_fusion_environment_id property of this RefreshDetails.
- time_finished (datetime) – The value to assign to the time_finished property of this RefreshDetails.
- time_of_restoration_point (datetime) – The value to assign to the time_of_restoration_point property of this RefreshDetails.
 
 - 
source_fusion_environment_id¶
- [Required] Gets the source_fusion_environment_id of this RefreshDetails. The source environment id for the last refresh - Returns: - The source_fusion_environment_id of this RefreshDetails. - Return type: - str 
 - 
time_finished¶
- [Required] Gets the time_finished of this RefreshDetails. The time of when the last refresh finish - Returns: - The time_finished of this RefreshDetails. - Return type: - datetime 
 - 
time_of_restoration_point¶
- [Required] Gets the time_of_restoration_point of this RefreshDetails. The point of time of the latest DB backup for the last refresh - Returns: - The time_of_restoration_point of this RefreshDetails. - Return type: - datetime 
 
-