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
is_data_masking_opted
Gets the is_data_masking_opted of this CreateRefreshActivityDetails. 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.
- is_data_masking_opted (bool) – The value to assign to the is_data_masking_opted property of this CreateRefreshActivityDetails.
- time_scheduled_start (datetime) – The value to assign to the time_scheduled_start property of this CreateRefreshActivityDetails.
-
is_data_masking_opted
¶ Gets the is_data_masking_opted of this CreateRefreshActivityDetails. Represents if the customer opted for Data Masking or not during refreshActivity.
Returns: The is_data_masking_opted of this CreateRefreshActivityDetails. Return type: bool
-
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
-