CopyObjectRequestSummary

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

Bases: object

Copy metadata object response summary.

Attributes

COPY_METADATA_OBJECT_REQUEST_STATUS_FAILED A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
COPY_METADATA_OBJECT_REQUEST_STATUS_IN_PROGRESS A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
COPY_METADATA_OBJECT_REQUEST_STATUS_QUEUED A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
COPY_METADATA_OBJECT_REQUEST_STATUS_SUCCESSFUL A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
COPY_METADATA_OBJECT_REQUEST_STATUS_TERMINATED A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
COPY_METADATA_OBJECT_REQUEST_STATUS_TERMINATING A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary.
copied_items Gets the copied_items of this CopyObjectRequestSummary.
copy_conflict_resolution Gets the copy_conflict_resolution of this CopyObjectRequestSummary.
copy_metadata_object_request_status Gets the copy_metadata_object_request_status of this CopyObjectRequestSummary.
created_by Gets the created_by of this CopyObjectRequestSummary.
created_by_name Gets the created_by_name of this CopyObjectRequestSummary.
key Gets the key of this CopyObjectRequestSummary.
name Gets the name of this CopyObjectRequestSummary.
object_keys Gets the object_keys of this CopyObjectRequestSummary.
referenced_items Gets the referenced_items of this CopyObjectRequestSummary.
source_workspace_id Gets the source_workspace_id of this CopyObjectRequestSummary.
time_ended_in_millis Gets the time_ended_in_millis of this CopyObjectRequestSummary.
time_started_in_millis Gets the time_started_in_millis of this CopyObjectRequestSummary.
total_objects_copied_into_target Gets the total_objects_copied_into_target of this CopyObjectRequestSummary.
total_source_object_count Gets the total_source_object_count of this CopyObjectRequestSummary.

Methods

__init__(**kwargs) Initializes a new CopyObjectRequestSummary object with values from keyword arguments.
COPY_METADATA_OBJECT_REQUEST_STATUS_FAILED = 'FAILED'

A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary. This constant has a value of “FAILED”

COPY_METADATA_OBJECT_REQUEST_STATUS_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary. This constant has a value of “IN_PROGRESS”

COPY_METADATA_OBJECT_REQUEST_STATUS_QUEUED = 'QUEUED'

A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary. This constant has a value of “QUEUED”

COPY_METADATA_OBJECT_REQUEST_STATUS_SUCCESSFUL = 'SUCCESSFUL'

A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary. This constant has a value of “SUCCESSFUL”

COPY_METADATA_OBJECT_REQUEST_STATUS_TERMINATED = 'TERMINATED'

A constant which can be used with the copy_metadata_object_request_status property of a CopyObjectRequestSummary. This constant has a value of “TERMINATED”

COPY_METADATA_OBJECT_REQUEST_STATUS_TERMINATING = 'TERMINATING'

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

__init__(**kwargs)

Initializes a new CopyObjectRequestSummary 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 CopyObjectRequestSummary.
  • source_workspace_id (str) – The value to assign to the source_workspace_id property of this CopyObjectRequestSummary.
  • object_keys (list[str]) – The value to assign to the object_keys property of this CopyObjectRequestSummary.
  • copy_conflict_resolution (oci.data_integration.models.CopyConflictResolution) – The value to assign to the copy_conflict_resolution property of this CopyObjectRequestSummary.
  • copy_metadata_object_request_status (str) – The value to assign to the copy_metadata_object_request_status property of this CopyObjectRequestSummary. Allowed values for this property are: “SUCCESSFUL”, “FAILED”, “IN_PROGRESS”, “QUEUED”, “TERMINATING”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • created_by (str) – The value to assign to the created_by property of this CopyObjectRequestSummary.
  • created_by_name (str) – The value to assign to the created_by_name property of this CopyObjectRequestSummary.
  • total_source_object_count (int) – The value to assign to the total_source_object_count property of this CopyObjectRequestSummary.
  • total_objects_copied_into_target (int) – The value to assign to the total_objects_copied_into_target property of this CopyObjectRequestSummary.
  • time_started_in_millis (int) – The value to assign to the time_started_in_millis property of this CopyObjectRequestSummary.
  • time_ended_in_millis (int) – The value to assign to the time_ended_in_millis property of this CopyObjectRequestSummary.
  • copied_items (list[oci.data_integration.models.CopyObjectMetadataSummary]) – The value to assign to the copied_items property of this CopyObjectRequestSummary.
  • referenced_items (list[oci.data_integration.models.CopyObjectMetadataSummary]) – The value to assign to the referenced_items property of this CopyObjectRequestSummary.
  • name (str) – The value to assign to the name property of this CopyObjectRequestSummary.
copied_items

Gets the copied_items of this CopyObjectRequestSummary. The array of copy object details.

Returns:The copied_items of this CopyObjectRequestSummary.
Return type:list[oci.data_integration.models.CopyObjectMetadataSummary]
copy_conflict_resolution

Gets the copy_conflict_resolution of this CopyObjectRequestSummary.

Returns:The copy_conflict_resolution of this CopyObjectRequestSummary.
Return type:oci.data_integration.models.CopyConflictResolution
copy_metadata_object_request_status

Gets the copy_metadata_object_request_status of this CopyObjectRequestSummary. Copy Object request status.

Allowed values for this property are: “SUCCESSFUL”, “FAILED”, “IN_PROGRESS”, “QUEUED”, “TERMINATING”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The copy_metadata_object_request_status of this CopyObjectRequestSummary.
Return type:str
created_by

Gets the created_by of this CopyObjectRequestSummary. OCID of the user who initiated copy request.

Returns:The created_by of this CopyObjectRequestSummary.
Return type:str
created_by_name

Gets the created_by_name of this CopyObjectRequestSummary. Name of the user who created the copy object request.

Returns:The created_by_name of this CopyObjectRequestSummary.
Return type:str
key

Gets the key of this CopyObjectRequestSummary. Copy object request key.

Returns:The key of this CopyObjectRequestSummary.
Return type:str
name

Gets the name of this CopyObjectRequestSummary. Name of the copy object request.

Returns:The name of this CopyObjectRequestSummary.
Return type:str
object_keys

Gets the object_keys of this CopyObjectRequestSummary. The list of the objects to be copied.

Returns:The object_keys of this CopyObjectRequestSummary.
Return type:list[str]
referenced_items

Gets the referenced_items of this CopyObjectRequestSummary. The array of copied referenced objects.

Returns:The referenced_items of this CopyObjectRequestSummary.
Return type:list[oci.data_integration.models.CopyObjectMetadataSummary]
source_workspace_id

Gets the source_workspace_id of this CopyObjectRequestSummary. The workspace id of the source from where we need to copy object.

Returns:The source_workspace_id of this CopyObjectRequestSummary.
Return type:str
time_ended_in_millis

Gets the time_ended_in_millis of this CopyObjectRequestSummary. Time at which the request was completely processed.

Returns:The time_ended_in_millis of this CopyObjectRequestSummary.
Return type:int
time_started_in_millis

Gets the time_started_in_millis of this CopyObjectRequestSummary. Time at which the request started getting processed.

Returns:The time_started_in_millis of this CopyObjectRequestSummary.
Return type:int
total_objects_copied_into_target

Gets the total_objects_copied_into_target of this CopyObjectRequestSummary. Number of objects copied into the target.

Returns:The total_objects_copied_into_target of this CopyObjectRequestSummary.
Return type:int
total_source_object_count

Gets the total_source_object_count of this CopyObjectRequestSummary. Number of source objects to be copied.

Returns:The total_source_object_count of this CopyObjectRequestSummary.
Return type:int