Class DiscoveredExternalListener
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
-
- com.oracle.bmc.databasemanagement.model.DiscoveredExternalListener
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class DiscoveredExternalListener extends DiscoveredExternalDbSystemComponent
The details of an Oracle listener discovered in an external DB system discovery run.
Note: Objects should always be created or deserialized using theDiscoveredExternalListener.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theDiscoveredExternalListener.Builder
, which maintain a set of all explicitly set fields calledDiscoveredExternalListener.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiscoveredExternalListener.Builder
static class
DiscoveredExternalListener.ListenerType
The type of listener.-
Nested classes/interfaces inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
DiscoveredExternalDbSystemComponent.Status
-
-
Constructor Summary
Constructors Constructor Description DiscoveredExternalListener(String componentId, String displayName, String componentName, String resourceId, Boolean isSelectedForMonitoring, DiscoveredExternalDbSystemComponent.Status status, List<AssociatedComponent> associatedComponents, String dbNodeName, String oracleHome, String listenerAlias, String adrHomeDirectory, String logDirectory, String traceDirectory, String version, DiscoveredExternalListener.ListenerType listenerType, String hostName, List<ExternalListenerEndpoint> endpoints, ExternalDbSystemDiscoveryConnector connector)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveredExternalListener.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAdrHomeDirectory()
The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.ExternalDbSystemDiscoveryConnector
getConnector()
String
getDbNodeName()
The name of the DB node.List<ExternalListenerEndpoint>
getEndpoints()
The list of protocol addresses the listener is configured to listen on.String
getHostName()
The name of the host on which the external listener is running.String
getListenerAlias()
The listener alias.DiscoveredExternalListener.ListenerType
getListenerType()
The type of listener.String
getLogDirectory()
The destination directory of the listener log file.String
getOracleHome()
The Oracle home location of the listener.String
getTraceDirectory()
The destination directory of the listener trace file.String
getVersion()
The listener version.int
hashCode()
DiscoveredExternalListener.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
getAssociatedComponents, getComponentId, getComponentName, getDisplayName, getIsSelectedForMonitoring, getResourceId, getStatus
-
-
-
-
Constructor Detail
-
DiscoveredExternalListener
@Deprecated public DiscoveredExternalListener(String componentId, String displayName, String componentName, String resourceId, Boolean isSelectedForMonitoring, DiscoveredExternalDbSystemComponent.Status status, List<AssociatedComponent> associatedComponents, String dbNodeName, String oracleHome, String listenerAlias, String adrHomeDirectory, String logDirectory, String traceDirectory, String version, DiscoveredExternalListener.ListenerType listenerType, String hostName, List<ExternalListenerEndpoint> endpoints, ExternalDbSystemDiscoveryConnector connector)
Deprecated.
-
-
Method Detail
-
builder
public static DiscoveredExternalListener.Builder builder()
Create a new builder.
-
toBuilder
public DiscoveredExternalListener.Builder toBuilder()
-
getDbNodeName
public String getDbNodeName()
The name of the DB node.- Returns:
- the value
-
getOracleHome
public String getOracleHome()
The Oracle home location of the listener.- Returns:
- the value
-
getListenerAlias
public String getListenerAlias()
The listener alias.- Returns:
- the value
-
getAdrHomeDirectory
public String getAdrHomeDirectory()
The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.- Returns:
- the value
-
getLogDirectory
public String getLogDirectory()
The destination directory of the listener log file.- Returns:
- the value
-
getTraceDirectory
public String getTraceDirectory()
The destination directory of the listener trace file.- Returns:
- the value
-
getVersion
public String getVersion()
The listener version.- Returns:
- the value
-
getListenerType
public DiscoveredExternalListener.ListenerType getListenerType()
The type of listener.- Returns:
- the value
-
getHostName
public String getHostName()
The name of the host on which the external listener is running.- Returns:
- the value
-
getEndpoints
public List<ExternalListenerEndpoint> getEndpoints()
The list of protocol addresses the listener is configured to listen on.- Returns:
- the value
-
getConnector
public ExternalDbSystemDiscoveryConnector getConnector()
-
toString
public String toString()
- Overrides:
toString
in classDiscoveredExternalDbSystemComponent
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDiscoveredExternalDbSystemComponent
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDiscoveredExternalDbSystemComponent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDiscoveredExternalDbSystemComponent
-
-