ExternalListenerSummary

class oci.database_management.models.ExternalListenerSummary(**kwargs)

Bases: object

The summary of an external listener.

Methods

__init__(**kwargs) Initializes a new ExternalListenerSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this ExternalListenerSummary.
component_name [Required] Gets the component_name of this ExternalListenerSummary.
defined_tags Gets the defined_tags of this ExternalListenerSummary.
display_name [Required] Gets the display_name of this ExternalListenerSummary.
external_connector_id Gets the external_connector_id of this ExternalListenerSummary.
external_db_node_id Gets the external_db_node_id of this ExternalListenerSummary.
external_db_system_id [Required] Gets the external_db_system_id of this ExternalListenerSummary.
freeform_tags Gets the freeform_tags of this ExternalListenerSummary.
id [Required] Gets the id of this ExternalListenerSummary.
lifecycle_details Gets the lifecycle_details of this ExternalListenerSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ExternalListenerSummary.
listener_type Gets the listener_type of this ExternalListenerSummary.
time_created [Required] Gets the time_created of this ExternalListenerSummary.
time_updated [Required] Gets the time_updated of this ExternalListenerSummary.
__init__(**kwargs)

Initializes a new ExternalListenerSummary 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 ExternalListenerSummary.
  • display_name (str) – The value to assign to the display_name property of this ExternalListenerSummary.
  • component_name (str) – The value to assign to the component_name property of this ExternalListenerSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ExternalListenerSummary.
  • external_db_system_id (str) – The value to assign to the external_db_system_id property of this ExternalListenerSummary.
  • external_connector_id (str) – The value to assign to the external_connector_id property of this ExternalListenerSummary.
  • external_db_node_id (str) – The value to assign to the external_db_node_id property of this ExternalListenerSummary.
  • listener_type (str) – The value to assign to the listener_type property of this ExternalListenerSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExternalListenerSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this ExternalListenerSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ExternalListenerSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ExternalListenerSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExternalListenerSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExternalListenerSummary.
compartment_id

[Required] Gets the compartment_id of this ExternalListenerSummary. The OCID of the compartment.

Returns:The compartment_id of this ExternalListenerSummary.
Return type:str
component_name

[Required] Gets the component_name of this ExternalListenerSummary. The name of the external listener.

Returns:The component_name of this ExternalListenerSummary.
Return type:str
defined_tags

Gets the defined_tags of this ExternalListenerSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this ExternalListenerSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this ExternalListenerSummary. The user-friendly name for the external listener. The name does not have to be unique.

Returns:The display_name of this ExternalListenerSummary.
Return type:str
external_connector_id

Gets the external_connector_id of this ExternalListenerSummary. The OCID of the external connector.

Returns:The external_connector_id of this ExternalListenerSummary.
Return type:str
external_db_node_id

Gets the external_db_node_id of this ExternalListenerSummary. The OCID of the external DB node on which the listener is running.

Returns:The external_db_node_id of this ExternalListenerSummary.
Return type:str
external_db_system_id

[Required] Gets the external_db_system_id of this ExternalListenerSummary. The OCID of the external DB system that the listener is a member of.

Returns:The external_db_system_id of this ExternalListenerSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ExternalListenerSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this ExternalListenerSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this ExternalListenerSummary. The OCID of the external listener.

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

Gets the lifecycle_details of this ExternalListenerSummary. Additional information about the current lifecycle state.

Returns:The lifecycle_details of this ExternalListenerSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ExternalListenerSummary. The current lifecycle state of the external listener.

Returns:The lifecycle_state of this ExternalListenerSummary.
Return type:str
listener_type

Gets the listener_type of this ExternalListenerSummary. The type of listener.

Returns:The listener_type of this ExternalListenerSummary.
Return type:str
time_created

[Required] Gets the time_created of this ExternalListenerSummary. The date and time the external listener was created.

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

[Required] Gets the time_updated of this ExternalListenerSummary. The date and time the external listener was last updated.

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