ImportObjectMetadataSummary¶
-
class
oci.data_integration.models.
ImportObjectMetadataSummary
(**kwargs)¶ Bases:
object
Details of the objects to imported.
Attributes
RESOLUTION_ACTION_CREATED
A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. RESOLUTION_ACTION_DUPLICATED
A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. RESOLUTION_ACTION_EXCLUDED
A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. RESOLUTION_ACTION_REPLACED
A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. RESOLUTION_ACTION_RETAINED
A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. aggregator_key
Gets the aggregator_key of this ImportObjectMetadataSummary. identifier
Gets the identifier of this ImportObjectMetadataSummary. name
Gets the name of this ImportObjectMetadataSummary. name_path
Gets the name_path of this ImportObjectMetadataSummary. new_key
Gets the new_key of this ImportObjectMetadataSummary. object_type
Gets the object_type of this ImportObjectMetadataSummary. object_version
Gets the object_version of this ImportObjectMetadataSummary. old_key
Gets the old_key of this ImportObjectMetadataSummary. resolution_action
Gets the resolution_action of this ImportObjectMetadataSummary. time_updated_in_millis
Gets the time_updated_in_millis of this ImportObjectMetadataSummary. Methods
__init__
(**kwargs)Initializes a new ImportObjectMetadataSummary object with values from keyword arguments. -
RESOLUTION_ACTION_CREATED
= 'CREATED'¶ A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. This constant has a value of “CREATED”
-
RESOLUTION_ACTION_DUPLICATED
= 'DUPLICATED'¶ A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. This constant has a value of “DUPLICATED”
-
RESOLUTION_ACTION_EXCLUDED
= 'EXCLUDED'¶ A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. This constant has a value of “EXCLUDED”
-
RESOLUTION_ACTION_REPLACED
= 'REPLACED'¶ A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. This constant has a value of “REPLACED”
-
RESOLUTION_ACTION_RETAINED
= 'RETAINED'¶ A constant which can be used with the resolution_action property of a ImportObjectMetadataSummary. This constant has a value of “RETAINED”
-
__init__
(**kwargs)¶ Initializes a new ImportObjectMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - old_key (str) – The value to assign to the old_key property of this ImportObjectMetadataSummary.
- new_key (str) – The value to assign to the new_key property of this ImportObjectMetadataSummary.
- name (str) – The value to assign to the name property of this ImportObjectMetadataSummary.
- identifier (str) – The value to assign to the identifier property of this ImportObjectMetadataSummary.
- object_type (str) – The value to assign to the object_type property of this ImportObjectMetadataSummary.
- object_version (str) – The value to assign to the object_version property of this ImportObjectMetadataSummary.
- aggregator_key (str) – The value to assign to the aggregator_key property of this ImportObjectMetadataSummary.
- name_path (str) – The value to assign to the name_path property of this ImportObjectMetadataSummary.
- time_updated_in_millis (int) – The value to assign to the time_updated_in_millis property of this ImportObjectMetadataSummary.
- resolution_action (str) – The value to assign to the resolution_action property of this ImportObjectMetadataSummary. Allowed values for this property are: “CREATED”, “RETAINED”, “DUPLICATED”, “REPLACED”, “EXCLUDED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
aggregator_key
¶ Gets the aggregator_key of this ImportObjectMetadataSummary. Aggregator key
Returns: The aggregator_key of this ImportObjectMetadataSummary. Return type: str
-
identifier
¶ Gets the identifier of this ImportObjectMetadataSummary. Object identifier
Returns: The identifier of this ImportObjectMetadataSummary. Return type: str
-
name
¶ Gets the name of this ImportObjectMetadataSummary. Name of the object
Returns: The name of this ImportObjectMetadataSummary. Return type: str
-
name_path
¶ Gets the name_path of this ImportObjectMetadataSummary. Object name path
Returns: The name_path of this ImportObjectMetadataSummary. Return type: str
-
new_key
¶ Gets the new_key of this ImportObjectMetadataSummary. New key of the object
Returns: The new_key of this ImportObjectMetadataSummary. Return type: str
-
object_type
¶ Gets the object_type of this ImportObjectMetadataSummary. Object type
Returns: The object_type of this ImportObjectMetadataSummary. Return type: str
-
object_version
¶ Gets the object_version of this ImportObjectMetadataSummary. Object version
Returns: The object_version of this ImportObjectMetadataSummary. Return type: str
-
old_key
¶ Gets the old_key of this ImportObjectMetadataSummary. Old key of the object
Returns: The old_key of this ImportObjectMetadataSummary. Return type: str
-
resolution_action
¶ Gets the resolution_action of this ImportObjectMetadataSummary. Object resolution action
Allowed values for this property are: “CREATED”, “RETAINED”, “DUPLICATED”, “REPLACED”, “EXCLUDED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The resolution_action of this ImportObjectMetadataSummary. Return type: str
-
time_updated_in_millis
¶ Gets the time_updated_in_millis of this ImportObjectMetadataSummary. time at which this object was last updated.
Returns: The time_updated_in_millis of this ImportObjectMetadataSummary. Return type: int
-