Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 882 Bytes

OracleListener.md

File metadata and controls

28 lines (16 loc) · 882 Bytes

OracleListener

Properties

Name Type Description Notes
id String Id of this listener. [optional]
name String Name of this listener. [optional]
type TypeEnum Type of this listener. [optional]
protocolAddresses List<String> The list of protocol addresses for this listener. [optional]
clientEndpoints List<String> The list of client endpoints for this listener. [optional]
isDiscovered Boolean Whether this listener was automatically discovered or not. [optional]
hostId String Id to the host this listener is associated with. [optional]

Enum: TypeEnum

Name Value
NODE "NODE"
SCAN "SCAN"