EmManagedExternalDatabaseInsightSummary

class oci.opsi.models.EmManagedExternalDatabaseInsightSummary(**kwargs)

Bases: oci.opsi.models.database_insight_summary.DatabaseInsightSummary

Summary of a database insight resource.

Attributes

ENTITY_SOURCE_AUTONOMOUS_DATABASE str(object=’’) -> str
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_DATABASE str(object=’’) -> str
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_DATABASE str(object=’’) -> str
ENTITY_SOURCE_PE_COMANAGED_DATABASE str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
STATUS_DISABLED str(object=’’) -> str
STATUS_ENABLED str(object=’’) -> str
STATUS_TERMINATED str(object=’’) -> str
compartment_id Gets the compartment_id of this DatabaseInsightSummary.
database_connection_status_details Gets the database_connection_status_details of this DatabaseInsightSummary.
database_display_name Gets the database_display_name of this DatabaseInsightSummary.
database_host_names Gets the database_host_names of this DatabaseInsightSummary.
database_id [Required] Gets the database_id of this DatabaseInsightSummary.
database_name Gets the database_name of this DatabaseInsightSummary.
database_type Gets the database_type of this DatabaseInsightSummary.
database_version Gets the database_version of this DatabaseInsightSummary.
defined_tags Gets the defined_tags of this DatabaseInsightSummary.
enterprise_manager_bridge_id [Required] Gets the enterprise_manager_bridge_id of this EmManagedExternalDatabaseInsightSummary.
enterprise_manager_entity_display_name Gets the enterprise_manager_entity_display_name of this EmManagedExternalDatabaseInsightSummary.
enterprise_manager_entity_identifier [Required] Gets the enterprise_manager_entity_identifier of this EmManagedExternalDatabaseInsightSummary.
enterprise_manager_entity_name [Required] Gets the enterprise_manager_entity_name of this EmManagedExternalDatabaseInsightSummary.
enterprise_manager_entity_type [Required] Gets the enterprise_manager_entity_type of this EmManagedExternalDatabaseInsightSummary.
enterprise_manager_identifier [Required] Gets the enterprise_manager_identifier of this EmManagedExternalDatabaseInsightSummary.
entity_source [Required] Gets the entity_source of this DatabaseInsightSummary.
exadata_insight_id Gets the exadata_insight_id of this EmManagedExternalDatabaseInsightSummary.
freeform_tags Gets the freeform_tags of this DatabaseInsightSummary.
id [Required] Gets the id of this DatabaseInsightSummary.
lifecycle_details Gets the lifecycle_details of this DatabaseInsightSummary.
lifecycle_state Gets the lifecycle_state of this DatabaseInsightSummary.
processor_count Gets the processor_count of this DatabaseInsightSummary.
status Gets the status of this DatabaseInsightSummary.
system_tags Gets the system_tags of this DatabaseInsightSummary.
time_created Gets the time_created of this DatabaseInsightSummary.
time_updated Gets the time_updated of this DatabaseInsightSummary.

Methods

__init__(**kwargs) Initializes a new EmManagedExternalDatabaseInsightSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ENTITY_SOURCE_AUTONOMOUS_DATABASE = 'AUTONOMOUS_DATABASE'
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_DATABASE = 'EM_MANAGED_EXTERNAL_DATABASE'
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_DATABASE = 'MACS_MANAGED_EXTERNAL_DATABASE'
ENTITY_SOURCE_PE_COMANAGED_DATABASE = 'PE_COMANAGED_DATABASE'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
STATUS_DISABLED = 'DISABLED'
STATUS_ENABLED = 'ENABLED'
STATUS_TERMINATED = 'TERMINATED'
__init__(**kwargs)

Initializes a new EmManagedExternalDatabaseInsightSummary object with values from keyword arguments. The default value of the entity_source attribute of this class is EM_MANAGED_EXTERNAL_DATABASE and it should not be changed. 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 EmManagedExternalDatabaseInsightSummary.
  • database_id (str) – The value to assign to the database_id property of this EmManagedExternalDatabaseInsightSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this EmManagedExternalDatabaseInsightSummary.
  • database_name (str) – The value to assign to the database_name property of this EmManagedExternalDatabaseInsightSummary.
  • database_display_name (str) – The value to assign to the database_display_name property of this EmManagedExternalDatabaseInsightSummary.
  • database_type (str) – The value to assign to the database_type property of this EmManagedExternalDatabaseInsightSummary.
  • database_version (str) – The value to assign to the database_version property of this EmManagedExternalDatabaseInsightSummary.
  • database_host_names (list[str]) – The value to assign to the database_host_names property of this EmManagedExternalDatabaseInsightSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EmManagedExternalDatabaseInsightSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EmManagedExternalDatabaseInsightSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this EmManagedExternalDatabaseInsightSummary.
  • entity_source (str) – The value to assign to the entity_source property of this EmManagedExternalDatabaseInsightSummary. Allowed values for this property are: “AUTONOMOUS_DATABASE”, “EM_MANAGED_EXTERNAL_DATABASE”, “MACS_MANAGED_EXTERNAL_DATABASE”, “PE_COMANAGED_DATABASE”
  • processor_count (int) – The value to assign to the processor_count property of this EmManagedExternalDatabaseInsightSummary.
  • status (str) – The value to assign to the status property of this EmManagedExternalDatabaseInsightSummary. Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”
  • time_created (datetime) – The value to assign to the time_created property of this EmManagedExternalDatabaseInsightSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this EmManagedExternalDatabaseInsightSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this EmManagedExternalDatabaseInsightSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this EmManagedExternalDatabaseInsightSummary.
  • database_connection_status_details (str) – The value to assign to the database_connection_status_details property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_identifier (str) – The value to assign to the enterprise_manager_identifier property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_entity_name (str) – The value to assign to the enterprise_manager_entity_name property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_entity_type (str) – The value to assign to the enterprise_manager_entity_type property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_entity_identifier (str) – The value to assign to the enterprise_manager_entity_identifier property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_entity_display_name (str) – The value to assign to the enterprise_manager_entity_display_name property of this EmManagedExternalDatabaseInsightSummary.
  • enterprise_manager_bridge_id (str) – The value to assign to the enterprise_manager_bridge_id property of this EmManagedExternalDatabaseInsightSummary.
  • exadata_insight_id (str) – The value to assign to the exadata_insight_id property of this EmManagedExternalDatabaseInsightSummary.
compartment_id

Gets the compartment_id of this DatabaseInsightSummary. The OCID of the compartment.

Returns:The compartment_id of this DatabaseInsightSummary.
Return type:str
database_connection_status_details

Gets the database_connection_status_details of this DatabaseInsightSummary. A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.

Returns:The database_connection_status_details of this DatabaseInsightSummary.
Return type:str
database_display_name

Gets the database_display_name of this DatabaseInsightSummary. The user-friendly name for the database. The name does not have to be unique.

Returns:The database_display_name of this DatabaseInsightSummary.
Return type:str
database_host_names

Gets the database_host_names of this DatabaseInsightSummary. The hostnames for the database.

Returns:The database_host_names of this DatabaseInsightSummary.
Return type:list[str]
database_id

[Required] Gets the database_id of this DatabaseInsightSummary. The OCID of the database.

Returns:The database_id of this DatabaseInsightSummary.
Return type:str
database_name

Gets the database_name of this DatabaseInsightSummary. The database name. The database name is unique within the tenancy.

Returns:The database_name of this DatabaseInsightSummary.
Return type:str
database_type

Gets the database_type of this DatabaseInsightSummary. Operations Insights internal representation of the database type.

Returns:The database_type of this DatabaseInsightSummary.
Return type:str
database_version

Gets the database_version of this DatabaseInsightSummary. The version of the database.

Returns:The database_version of this DatabaseInsightSummary.
Return type:str
defined_tags

Gets the defined_tags of this DatabaseInsightSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this DatabaseInsightSummary.
Return type:dict(str, dict(str, object))
enterprise_manager_bridge_id

[Required] Gets the enterprise_manager_bridge_id of this EmManagedExternalDatabaseInsightSummary. OPSI Enterprise Manager Bridge OCID

Returns:The enterprise_manager_bridge_id of this EmManagedExternalDatabaseInsightSummary.
Return type:str
enterprise_manager_entity_display_name

Gets the enterprise_manager_entity_display_name of this EmManagedExternalDatabaseInsightSummary. Enterprise Manager Entity Display Name

Returns:The enterprise_manager_entity_display_name of this EmManagedExternalDatabaseInsightSummary.
Return type:str
enterprise_manager_entity_identifier

[Required] Gets the enterprise_manager_entity_identifier of this EmManagedExternalDatabaseInsightSummary. Enterprise Manager Entity Unique Identifier

Returns:The enterprise_manager_entity_identifier of this EmManagedExternalDatabaseInsightSummary.
Return type:str
enterprise_manager_entity_name

[Required] Gets the enterprise_manager_entity_name of this EmManagedExternalDatabaseInsightSummary. Enterprise Manager Entity Name

Returns:The enterprise_manager_entity_name of this EmManagedExternalDatabaseInsightSummary.
Return type:str
enterprise_manager_entity_type

[Required] Gets the enterprise_manager_entity_type of this EmManagedExternalDatabaseInsightSummary. Enterprise Manager Entity Type

Returns:The enterprise_manager_entity_type of this EmManagedExternalDatabaseInsightSummary.
Return type:str
enterprise_manager_identifier

[Required] Gets the enterprise_manager_identifier of this EmManagedExternalDatabaseInsightSummary. Enterprise Manager Unique Identifier

Returns:The enterprise_manager_identifier of this EmManagedExternalDatabaseInsightSummary.
Return type:str
entity_source

[Required] Gets the entity_source of this DatabaseInsightSummary. Source of the database entity.

Allowed values for this property are: “AUTONOMOUS_DATABASE”, “EM_MANAGED_EXTERNAL_DATABASE”, “MACS_MANAGED_EXTERNAL_DATABASE”, “PE_COMANAGED_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The entity_source of this DatabaseInsightSummary.
Return type:str
exadata_insight_id

Gets the exadata_insight_id of this EmManagedExternalDatabaseInsightSummary. The OCID of the Exadata insight.

Returns:The exadata_insight_id of this EmManagedExternalDatabaseInsightSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this DatabaseInsightSummary. 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 DatabaseInsightSummary.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

[Required] Gets the id of this DatabaseInsightSummary. The OCID of the database insight resource.

Returns:The id of this DatabaseInsightSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this DatabaseInsightSummary. 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 lifecycle_details of this DatabaseInsightSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this DatabaseInsightSummary. The current state of the database.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this DatabaseInsightSummary.
Return type:str
processor_count

Gets the processor_count of this DatabaseInsightSummary. Processor count. This is the OCPU count for Autonomous Database and CPU core count for other database types.

Returns:The processor_count of this DatabaseInsightSummary.
Return type:int
status

Gets the status of this DatabaseInsightSummary. Indicates the status of a database insight in Operations Insights

Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this DatabaseInsightSummary.
Return type:str
system_tags

Gets the system_tags of this DatabaseInsightSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this DatabaseInsightSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this DatabaseInsightSummary. The time the the database insight was first enabled. An RFC3339 formatted datetime string

Returns:The time_created of this DatabaseInsightSummary.
Return type:datetime
time_updated

Gets the time_updated of this DatabaseInsightSummary. The time the database insight was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this DatabaseInsightSummary.
Return type:datetime