Uses of Class
com.oracle.bmc.databasemanagement.model.DiscoveredExternalListener.ListenerType
-
Packages that use DiscoveredExternalListener.ListenerType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DiscoveredExternalListener.ListenerType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DiscoveredExternalListener.ListenerType Modifier and Type Method Description static DiscoveredExternalListener.ListenerTypeDiscoveredExternalListener.ListenerType. create(String key)DiscoveredExternalListener.ListenerTypeDiscoveredExternalListener. getListenerType()The type of listener.static DiscoveredExternalListener.ListenerTypeDiscoveredExternalListener.ListenerType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveredExternalListener.ListenerType[]DiscoveredExternalListener.ListenerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type DiscoveredExternalListener.ListenerType Modifier and Type Method Description DiscoveredExternalListener.BuilderDiscoveredExternalListener.Builder. listenerType(DiscoveredExternalListener.ListenerType listenerType)The type of listener.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DiscoveredExternalListener.ListenerType 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.
-