CreateRefreshActivityDetails

class oci.fusion_apps.models.CreateRefreshActivityDetails(**kwargs)

Bases: object

The information about current refresh.

Methods

__init__(**kwargs) Initializes a new CreateRefreshActivityDetails object with values from keyword arguments.

Attributes

source_fusion_environment_id [Required] Gets the source_fusion_environment_id of this CreateRefreshActivityDetails.
time_scheduled_start Gets the time_scheduled_start of this CreateRefreshActivityDetails.
__init__(**kwargs)

Initializes a new CreateRefreshActivityDetails 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 CreateRefreshActivityDetails.
  • time_scheduled_start (datetime) – The value to assign to the time_scheduled_start property of this CreateRefreshActivityDetails.
source_fusion_environment_id

[Required] Gets the source_fusion_environment_id of this CreateRefreshActivityDetails. The OCID of the source environment

Returns:The source_fusion_environment_id of this CreateRefreshActivityDetails.
Return type:str
time_scheduled_start

Gets the time_scheduled_start of this CreateRefreshActivityDetails. Current time the refresh activity is scheduled to start. An RFC3339 formatted datetime string.

Returns:The time_scheduled_start of this CreateRefreshActivityDetails.
Return type:datetime