CloudListenerServiceSummary¶
-
class
oci.database_management.models.CloudListenerServiceSummary(**kwargs)¶ Bases:
objectThe summary of a service registered with a cloud listener.
Methods
__init__(**kwargs)Initializes a new CloudListenerServiceSummary object with values from keyword arguments. Attributes
listener_idGets the listener_id of this CloudListenerServiceSummary. managed_database_idGets the managed_database_id of this CloudListenerServiceSummary. name[Required] Gets the name of this CloudListenerServiceSummary. -
__init__(**kwargs)¶ Initializes a new CloudListenerServiceSummary 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 CloudListenerServiceSummary.
- listener_id (str) – The value to assign to the listener_id property of this CloudListenerServiceSummary.
- managed_database_id (str) – The value to assign to the managed_database_id property of this CloudListenerServiceSummary.
-
listener_id¶ Gets the listener_id of this CloudListenerServiceSummary. The OCID of the cloud listener.
Returns: The listener_id of this CloudListenerServiceSummary. Return type: str
-
managed_database_id¶ Gets the managed_database_id of this CloudListenerServiceSummary. The OCID of the Managed Database.
Returns: The managed_database_id of this CloudListenerServiceSummary. Return type: str
-
name¶ [Required] Gets the name of this CloudListenerServiceSummary. The name of the service.
Returns: The name of this CloudListenerServiceSummary. Return type: str
-