MacsManagedExternalDatabaseInsight

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

Bases: oci.opsi.models.database_insight.DatabaseInsight

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 [Required] Gets the compartment_id of this DatabaseInsight.
connection_credential_details Gets the connection_credential_details of this MacsManagedExternalDatabaseInsight.
connection_details Gets the connection_details of this MacsManagedExternalDatabaseInsight.
connector_id Gets the connector_id of this MacsManagedExternalDatabaseInsight.
database_connection_status_details Gets the database_connection_status_details of this DatabaseInsight.
database_display_name Gets the database_display_name of this MacsManagedExternalDatabaseInsight.
database_id [Required] Gets the database_id of this MacsManagedExternalDatabaseInsight.
database_name [Required] Gets the database_name of this MacsManagedExternalDatabaseInsight.
database_resource_type [Required] Gets the database_resource_type of this MacsManagedExternalDatabaseInsight.
database_type Gets the database_type of this DatabaseInsight.
database_version Gets the database_version of this DatabaseInsight.
db_additional_details Gets the db_additional_details of this MacsManagedExternalDatabaseInsight.
defined_tags [Required] Gets the defined_tags of this DatabaseInsight.
entity_source [Required] Gets the entity_source of this DatabaseInsight.
freeform_tags [Required] Gets the freeform_tags of this DatabaseInsight.
id [Required] Gets the id of this DatabaseInsight.
lifecycle_details Gets the lifecycle_details of this DatabaseInsight.
lifecycle_state [Required] Gets the lifecycle_state of this DatabaseInsight.
management_agent_id Gets the management_agent_id of this MacsManagedExternalDatabaseInsight.
processor_count Gets the processor_count of this DatabaseInsight.
status [Required] Gets the status of this DatabaseInsight.
system_tags Gets the system_tags of this DatabaseInsight.
time_created [Required] Gets the time_created of this DatabaseInsight.
time_updated Gets the time_updated of this DatabaseInsight.

Methods

__init__(**kwargs) Initializes a new MacsManagedExternalDatabaseInsight 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 MacsManagedExternalDatabaseInsight object with values from keyword arguments. The default value of the entity_source attribute of this class is MACS_MANAGED_EXTERNAL_DATABASE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • entity_source (str) – The value to assign to the entity_source property of this MacsManagedExternalDatabaseInsight. Allowed values for this property are: “AUTONOMOUS_DATABASE”, “EM_MANAGED_EXTERNAL_DATABASE”, “MACS_MANAGED_EXTERNAL_DATABASE”, “PE_COMANAGED_DATABASE”
  • id (str) – The value to assign to the id property of this MacsManagedExternalDatabaseInsight.
  • compartment_id (str) – The value to assign to the compartment_id property of this MacsManagedExternalDatabaseInsight.
  • status (str) – The value to assign to the status property of this MacsManagedExternalDatabaseInsight. Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”
  • database_type (str) – The value to assign to the database_type property of this MacsManagedExternalDatabaseInsight.
  • database_version (str) – The value to assign to the database_version property of this MacsManagedExternalDatabaseInsight.
  • processor_count (int) – The value to assign to the processor_count property of this MacsManagedExternalDatabaseInsight.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MacsManagedExternalDatabaseInsight.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MacsManagedExternalDatabaseInsight.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MacsManagedExternalDatabaseInsight.
  • time_created (datetime) – The value to assign to the time_created property of this MacsManagedExternalDatabaseInsight.
  • time_updated (datetime) – The value to assign to the time_updated property of this MacsManagedExternalDatabaseInsight.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MacsManagedExternalDatabaseInsight. 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 MacsManagedExternalDatabaseInsight.
  • database_connection_status_details (str) – The value to assign to the database_connection_status_details property of this MacsManagedExternalDatabaseInsight.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this MacsManagedExternalDatabaseInsight.
  • connector_id (str) – The value to assign to the connector_id property of this MacsManagedExternalDatabaseInsight.
  • connection_details (oci.opsi.models.ConnectionDetails) – The value to assign to the connection_details property of this MacsManagedExternalDatabaseInsight.
  • connection_credential_details (oci.opsi.models.CredentialDetails) – The value to assign to the connection_credential_details property of this MacsManagedExternalDatabaseInsight.
  • database_id (str) – The value to assign to the database_id property of this MacsManagedExternalDatabaseInsight.
  • database_name (str) – The value to assign to the database_name property of this MacsManagedExternalDatabaseInsight.
  • database_display_name (str) – The value to assign to the database_display_name property of this MacsManagedExternalDatabaseInsight.
  • database_resource_type (str) – The value to assign to the database_resource_type property of this MacsManagedExternalDatabaseInsight.
  • db_additional_details (object) – The value to assign to the db_additional_details property of this MacsManagedExternalDatabaseInsight.
compartment_id

[Required] Gets the compartment_id of this DatabaseInsight. Compartment identifier of the database

Returns:The compartment_id of this DatabaseInsight.
Return type:str
connection_credential_details

Gets the connection_credential_details of this MacsManagedExternalDatabaseInsight.

Returns:The connection_credential_details of this MacsManagedExternalDatabaseInsight.
Return type:oci.opsi.models.CredentialDetails
connection_details

Gets the connection_details of this MacsManagedExternalDatabaseInsight.

Returns:The connection_details of this MacsManagedExternalDatabaseInsight.
Return type:oci.opsi.models.ConnectionDetails
connector_id

Gets the connector_id of this MacsManagedExternalDatabaseInsight. The OCID of External Database Connector

Returns:The connector_id of this MacsManagedExternalDatabaseInsight.
Return type:str
database_connection_status_details

Gets the database_connection_status_details of this DatabaseInsight. 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 DatabaseInsight.
Return type:str
database_display_name

Gets the database_display_name of this MacsManagedExternalDatabaseInsight. Display name of database

Returns:The database_display_name of this MacsManagedExternalDatabaseInsight.
Return type:str
database_id

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

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

[Required] Gets the database_name of this MacsManagedExternalDatabaseInsight. Name of database

Returns:The database_name of this MacsManagedExternalDatabaseInsight.
Return type:str
database_resource_type

[Required] Gets the database_resource_type of this MacsManagedExternalDatabaseInsight. OCI database resource type

Returns:The database_resource_type of this MacsManagedExternalDatabaseInsight.
Return type:str
database_type

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

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

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

Returns:The database_version of this DatabaseInsight.
Return type:str
db_additional_details

Gets the db_additional_details of this MacsManagedExternalDatabaseInsight. Additional details of a database in JSON format. For autonomous databases, this is the AutonomousDatabase object serialized as a JSON string as defined in https://docs.cloud.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/. For EM, pass in null or an empty string. Note that this string needs to be escaped when specified in the curl command.

Returns:The db_additional_details of this MacsManagedExternalDatabaseInsight.
Return type:object
defined_tags

[Required] Gets the defined_tags of this DatabaseInsight. 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 DatabaseInsight.
Return type:dict(str, dict(str, object))
entity_source

[Required] Gets the entity_source of this DatabaseInsight. 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 DatabaseInsight.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this DatabaseInsight. 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 DatabaseInsight.
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 DatabaseInsight. Database insight identifier

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

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

[Required] Gets the lifecycle_state of this DatabaseInsight. 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 DatabaseInsight.
Return type:str
management_agent_id

Gets the management_agent_id of this MacsManagedExternalDatabaseInsight. The OCID of the Management Agent

Returns:The management_agent_id of this MacsManagedExternalDatabaseInsight.
Return type:str
processor_count

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

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

[Required] Gets the status of this DatabaseInsight. 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 DatabaseInsight.
Return type:str
system_tags

Gets the system_tags of this DatabaseInsight. 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 DatabaseInsight.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this DatabaseInsight. The time the the database insight was first enabled. An RFC3339 formatted datetime string

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

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

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