UpdateImportRequestDetails

class oci.data_integration.models.UpdateImportRequestDetails(**kwargs)

Bases: object

Properties used in import object request update operations.

Attributes

STATUS_TERMINATING A constant which can be used with the status property of a UpdateImportRequestDetails.
status Gets the status of this UpdateImportRequestDetails.

Methods

__init__(**kwargs) Initializes a new UpdateImportRequestDetails object with values from keyword arguments.
STATUS_TERMINATING = 'TERMINATING'

A constant which can be used with the status property of a UpdateImportRequestDetails. This constant has a value of “TERMINATING”

__init__(**kwargs)

Initializes a new UpdateImportRequestDetails 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 UpdateImportRequestDetails. Allowed values for this property are: “TERMINATING”
status

Gets the status of this UpdateImportRequestDetails. The status of the object.

Allowed values for this property are: “TERMINATING”

Returns:The status of this UpdateImportRequestDetails.
Return type:str