Class DiscoveredCloudListener
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.DiscoveredCloudDbSystemComponent
-
- com.oracle.bmc.databasemanagement.model.DiscoveredCloudListener
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class DiscoveredCloudListener extends DiscoveredCloudDbSystemComponentThe details of an Oracle listener discovered in a cloud DB system discovery run.
Note: Objects should always be created or deserialized using theDiscoveredCloudListener.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 theDiscoveredCloudListener.Builder, which maintain a set of all explicitly set fields calledDiscoveredCloudListener.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 classDiscoveredCloudListener.Builderstatic classDiscoveredCloudListener.ListenerTypeThe type of listener.-
Nested classes/interfaces inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredCloudDbSystemComponent
DiscoveredCloudDbSystemComponent.Status
-
-
Constructor Summary
Constructors Constructor Description DiscoveredCloudListener(String componentId, String displayName, String componentName, String resourceId, String dbaasId, Boolean isSelectedForMonitoring, DiscoveredCloudDbSystemComponent.Status status, List<AssociatedCloudComponent> associatedComponents, String dbNodeName, String oracleHome, String listenerAlias, String adrHomeDirectory, String logDirectory, String traceDirectory, String version, DiscoveredCloudListener.ListenerType listenerType, String hostName, List<CloudListenerEndpoint> endpoints, CloudDbSystemDiscoveryConnector connector)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveredCloudListener.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAdrHomeDirectory()The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.CloudDbSystemDiscoveryConnectorgetConnector()StringgetDbNodeName()The name of the DB node.List<CloudListenerEndpoint>getEndpoints()The list of protocol addresses the listener is configured to listen on.StringgetHostName()The name of the host on which the cloud listener is running.StringgetListenerAlias()The listener alias.DiscoveredCloudListener.ListenerTypegetListenerType()The type of listener.StringgetLogDirectory()The destination directory of the listener log file.StringgetOracleHome()The Oracle home location of the listener.StringgetTraceDirectory()The destination directory of the listener trace file.StringgetVersion()The listener version.inthashCode()DiscoveredCloudListener.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredCloudDbSystemComponent
getAssociatedComponents, getComponentId, getComponentName, getDbaasId, getDisplayName, getIsSelectedForMonitoring, getResourceId, getStatus
-
-
-
-
Constructor Detail
-
DiscoveredCloudListener
@Deprecated public DiscoveredCloudListener(String componentId, String displayName, String componentName, String resourceId, String dbaasId, Boolean isSelectedForMonitoring, DiscoveredCloudDbSystemComponent.Status status, List<AssociatedCloudComponent> associatedComponents, String dbNodeName, String oracleHome, String listenerAlias, String adrHomeDirectory, String logDirectory, String traceDirectory, String version, DiscoveredCloudListener.ListenerType listenerType, String hostName, List<CloudListenerEndpoint> endpoints, CloudDbSystemDiscoveryConnector connector)
Deprecated.
-
-
Method Detail
-
builder
public static DiscoveredCloudListener.Builder builder()
Create a new builder.
-
toBuilder
public DiscoveredCloudListener.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 DiscoveredCloudListener.ListenerType getListenerType()
The type of listener.- Returns:
- the value
-
getHostName
public String getHostName()
The name of the host on which the cloud listener is running.- Returns:
- the value
-
getEndpoints
public List<CloudListenerEndpoint> getEndpoints()
The list of protocol addresses the listener is configured to listen on.- Returns:
- the value
-
getConnector
public CloudDbSystemDiscoveryConnector getConnector()
-
toString
public String toString()
- Overrides:
toStringin classDiscoveredCloudDbSystemComponent
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classDiscoveredCloudDbSystemComponent- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDiscoveredCloudDbSystemComponent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDiscoveredCloudDbSystemComponent
-
-