UpdateExportRequestDetails¶
-
class
oci.data_integration.models.
UpdateExportRequestDetails
(**kwargs)¶ Bases:
object
Properties used in export object request update operations.
Attributes
STATUS_TERMINATING
A constant which can be used with the status property of a UpdateExportRequestDetails. status
Gets the status of this UpdateExportRequestDetails. Methods
__init__
(**kwargs)Initializes a new UpdateExportRequestDetails object with values from keyword arguments. -
STATUS_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the status property of a UpdateExportRequestDetails. This constant has a value of “TERMINATING”
-
__init__
(**kwargs)¶ Initializes a new UpdateExportRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: status (str) – The value to assign to the status property of this UpdateExportRequestDetails. Allowed values for this property are: “TERMINATING”
-
status
¶ Gets the status of this UpdateExportRequestDetails. The status of the object.
Allowed values for this property are: “TERMINATING”
Returns: The status of this UpdateExportRequestDetails. Return type: str
-