LastRunDetails¶
-
class
oci.data_integration.models.
LastRunDetails
(**kwargs)¶ Bases:
object
The last run details for the task run.
Methods
__init__
(**kwargs)Initializes a new LastRunDetails object with values from keyword arguments. Attributes
description
Gets the description of this LastRunDetails. identifier
Gets the identifier of this LastRunDetails. key
Gets the key of this LastRunDetails. last_run_time_millis
Gets the last_run_time_millis of this LastRunDetails. model_type
Gets the model_type of this LastRunDetails. model_version
Gets the model_version of this LastRunDetails. name
Gets the name of this LastRunDetails. object_status
Gets the object_status of this LastRunDetails. object_version
Gets the object_version of this LastRunDetails. parent_ref
Gets the parent_ref of this LastRunDetails. -
__init__
(**kwargs)¶ Initializes a new LastRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this LastRunDetails.
- model_version (str) – The value to assign to the model_version property of this LastRunDetails.
- model_type (str) – The value to assign to the model_type property of this LastRunDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this LastRunDetails.
- name (str) – The value to assign to the name property of this LastRunDetails.
- description (str) – The value to assign to the description property of this LastRunDetails.
- object_version (int) – The value to assign to the object_version property of this LastRunDetails.
- object_status (int) – The value to assign to the object_status property of this LastRunDetails.
- identifier (str) – The value to assign to the identifier property of this LastRunDetails.
- last_run_time_millis (int) – The value to assign to the last_run_time_millis property of this LastRunDetails.
-
description
¶ Gets the description of this LastRunDetails. Detailed description for the object.
Returns: The description of this LastRunDetails. Return type: str
-
identifier
¶ Gets the identifier of this LastRunDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this LastRunDetails. Return type: str
-
key
¶ Gets the key of this LastRunDetails. Generated key that can be used in API calls to identify Last run details of a task schedule. On scenarios where reference to the lastRunDetails is needed, a value can be passed in create.
Returns: The key of this LastRunDetails. Return type: str
-
last_run_time_millis
¶ Gets the last_run_time_millis of this LastRunDetails. Time in milliseconds for the pervious schedule.
Returns: The last_run_time_millis of this LastRunDetails. Return type: int
-
model_type
¶ Gets the model_type of this LastRunDetails. The type of the object.
Returns: The model_type of this LastRunDetails. Return type: str
-
model_version
¶ Gets the model_version of this LastRunDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Returns: The model_version of this LastRunDetails. Return type: str
-
name
¶ Gets the name of this LastRunDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this LastRunDetails. Return type: str
-
object_status
¶ Gets the object_status of this LastRunDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this LastRunDetails. Return type: int
-
object_version
¶ Gets the object_version of this LastRunDetails. This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
Returns: The object_version of this LastRunDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this LastRunDetails.
Returns: The parent_ref of this LastRunDetails. Return type: oci.data_integration.models.ParentReference
-