ExternalListenerServiceSummary

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

Bases: object

The summary of a service registered with an external listener.

Methods

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

Attributes

listener_id Gets the listener_id of this ExternalListenerServiceSummary.
managed_database_id Gets the managed_database_id of this ExternalListenerServiceSummary.
name [Required] Gets the name of this ExternalListenerServiceSummary.
__init__(**kwargs)

Initializes a new ExternalListenerServiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ExternalListenerServiceSummary.
  • listener_id (str) – The value to assign to the listener_id property of this ExternalListenerServiceSummary.
  • managed_database_id (str) – The value to assign to the managed_database_id property of this ExternalListenerServiceSummary.
listener_id

Gets the listener_id of this ExternalListenerServiceSummary. The OCID of the external listener.

Returns:The listener_id of this ExternalListenerServiceSummary.
Return type:str
managed_database_id

Gets the managed_database_id of this ExternalListenerServiceSummary. The OCID of the Managed Database.

Returns:The managed_database_id of this ExternalListenerServiceSummary.
Return type:str
name

[Required] Gets the name of this ExternalListenerServiceSummary. The name of the service.

Returns:The name of this ExternalListenerServiceSummary.
Return type:str