ReferenceArtifactSummary¶
-
class
oci.data_connectivity.models.
ReferenceArtifactSummary
(**kwargs)¶ Bases:
object
Represents Reference details of a data asset.
Methods
__init__
(**kwargs)Initializes a new ReferenceArtifactSummary object with values from keyword arguments. Attributes
dcms_artifact_id
Gets the dcms_artifact_id of this ReferenceArtifactSummary. description
Gets the description of this ReferenceArtifactSummary. identifier
Gets the identifier of this ReferenceArtifactSummary. key
Gets the key of this ReferenceArtifactSummary. metadata
Gets the metadata of this ReferenceArtifactSummary. model_type
[Required] Gets the model_type of this ReferenceArtifactSummary. model_version
Gets the model_version of this ReferenceArtifactSummary. name
Gets the name of this ReferenceArtifactSummary. object_status
Gets the object_status of this ReferenceArtifactSummary. object_version
Gets the object_version of this ReferenceArtifactSummary. reference_count
Gets the reference_count of this ReferenceArtifactSummary. registry_metadata
Gets the registry_metadata of this ReferenceArtifactSummary. service_artifact_id
[Required] Gets the service_artifact_id of this ReferenceArtifactSummary. -
__init__
(**kwargs)¶ Initializes a new ReferenceArtifactSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - model_type (str) – The value to assign to the model_type property of this ReferenceArtifactSummary.
- key (str) – The value to assign to the key property of this ReferenceArtifactSummary.
- model_version (str) – The value to assign to the model_version property of this ReferenceArtifactSummary.
- name (str) – The value to assign to the name property of this ReferenceArtifactSummary.
- description (str) – The value to assign to the description property of this ReferenceArtifactSummary.
- object_status (int) – The value to assign to the object_status property of this ReferenceArtifactSummary.
- object_version (int) – The value to assign to the object_version property of this ReferenceArtifactSummary.
- identifier (str) – The value to assign to the identifier property of this ReferenceArtifactSummary.
- dcms_artifact_id (str) – The value to assign to the dcms_artifact_id property of this ReferenceArtifactSummary.
- service_artifact_id (str) – The value to assign to the service_artifact_id property of this ReferenceArtifactSummary.
- reference_count (int) – The value to assign to the reference_count property of this ReferenceArtifactSummary.
- registry_metadata (oci.data_connectivity.models.RegistryMetadata) – The value to assign to the registry_metadata property of this ReferenceArtifactSummary.
- metadata (oci.data_connectivity.models.ObjectMetadata) – The value to assign to the metadata property of this ReferenceArtifactSummary.
-
dcms_artifact_id
¶ Gets the dcms_artifact_id of this ReferenceArtifactSummary. unique id of dcms artifact that is getting registered.
Returns: The dcms_artifact_id of this ReferenceArtifactSummary. Return type: str
-
description
¶ Gets the description of this ReferenceArtifactSummary. User-defined description of the referenceInfo.
Returns: The description of this ReferenceArtifactSummary. Return type: str
-
identifier
¶ Gets the identifier of this ReferenceArtifactSummary. 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 ReferenceArtifactSummary. Return type: str
-
key
¶ Gets the key of this ReferenceArtifactSummary. Generated key that can be used in API calls to identify referenceinfo.
Returns: The key of this ReferenceArtifactSummary. Return type: str
-
metadata
¶ Gets the metadata of this ReferenceArtifactSummary.
Returns: The metadata of this ReferenceArtifactSummary. Return type: oci.data_connectivity.models.ObjectMetadata
-
model_type
¶ [Required] Gets the model_type of this ReferenceArtifactSummary. The type of the ReferenceInfo.
Returns: The model_type of this ReferenceArtifactSummary. Return type: str
-
model_version
¶ Gets the model_version of this ReferenceArtifactSummary. The model version of an object.
Returns: The model_version of this ReferenceArtifactSummary. Return type: str
-
name
¶ Gets the name of this ReferenceArtifactSummary. 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 ReferenceArtifactSummary. Return type: str
-
object_status
¶ Gets the object_status of this ReferenceArtifactSummary. 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 ReferenceArtifactSummary. Return type: int
-
object_version
¶ Gets the object_version of this ReferenceArtifactSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ReferenceArtifactSummary. Return type: int
-
reference_count
¶ Gets the reference_count of this ReferenceArtifactSummary. count of how many times a dcms artifact has been registered by a service.
Returns: The reference_count of this ReferenceArtifactSummary. Return type: int
-
registry_metadata
¶ Gets the registry_metadata of this ReferenceArtifactSummary.
Returns: The registry_metadata of this ReferenceArtifactSummary. Return type: oci.data_connectivity.models.RegistryMetadata
-
service_artifact_id
¶ [Required] Gets the service_artifact_id of this ReferenceArtifactSummary. unique id of service which is referencing dcms artifact.
Returns: The service_artifact_id of this ReferenceArtifactSummary. Return type: str
-