RegistrySummary¶
-
class
oci.data_connectivity.models.
RegistrySummary
(**kwargs)¶ Bases:
object
Summary of a Registry.
Methods
__init__
(**kwargs)Initializes a new RegistrySummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this RegistrySummary. defined_tags
Gets the defined_tags of this RegistrySummary. description
Gets the description of this RegistrySummary. display_name
[Required] Gets the display_name of this RegistrySummary. freeform_tags
Gets the freeform_tags of this RegistrySummary. id
[Required] Gets the id of this RegistrySummary. lifecycle_state
Gets the lifecycle_state of this RegistrySummary. state_message
Gets the state_message of this RegistrySummary. time_created
Gets the time_created of this RegistrySummary. time_updated
Gets the time_updated of this RegistrySummary. updated_by
Gets the updated_by of this RegistrySummary. -
__init__
(**kwargs)¶ Initializes a new RegistrySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RegistrySummary.
- description (str) – The value to assign to the description property of this RegistrySummary.
- display_name (str) – The value to assign to the display_name property of this RegistrySummary.
- compartment_id (str) – The value to assign to the compartment_id property of this RegistrySummary.
- time_created (datetime) – The value to assign to the time_created property of this RegistrySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this RegistrySummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this RegistrySummary.
- updated_by (str) – The value to assign to the updated_by property of this RegistrySummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this RegistrySummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this RegistrySummary.
- state_message (str) – The value to assign to the state_message property of this RegistrySummary.
-
compartment_id
¶ Gets the compartment_id of this RegistrySummary. Compartment Identifier
Returns: The compartment_id of this RegistrySummary. Return type: str
Gets the defined_tags of this RegistrySummary. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this RegistrySummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this RegistrySummary. Registry description
Returns: The description of this RegistrySummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this RegistrySummary. Data Connectivity Management Registry display name, registries can be renamed
Returns: The display_name of this RegistrySummary. Return type: str
Gets the freeform_tags of this RegistrySummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this RegistrySummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this RegistrySummary. Unique identifier that is immutable on creation
Returns: The id of this RegistrySummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this RegistrySummary. The current state of the registry.
Returns: The lifecycle_state of this RegistrySummary. Return type: str
-
state_message
¶ Gets the state_message of this RegistrySummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The state_message of this RegistrySummary. Return type: str
-
time_created
¶ Gets the time_created of this RegistrySummary. The time the Data Connectivity Management Registry was created. An RFC3339 formatted datetime string
Returns: The time_created of this RegistrySummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this RegistrySummary. The time the Data Connectivity Management Registry was updated. An RFC3339 formatted datetime string
Returns: The time_updated of this RegistrySummary. Return type: datetime
-
updated_by
¶ Gets the updated_by of this RegistrySummary. Name of the user who updated the DCMS Registry.
Returns: The updated_by of this RegistrySummary. Return type: str
-