Uses of Class
com.oracle.bmc.oda.model.ScanListenerInfo
-
Packages that use ScanListenerInfo Package Description com.oracle.bmc.oda.model -
-
Uses of ScanListenerInfo in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ScanListenerInfo Modifier and Type Method Description ScanListenerInfoScanListenerInfo.Builder. build()Methods in com.oracle.bmc.oda.model that return types with arguments of type ScanListenerInfo Modifier and Type Method Description List<ScanListenerInfo>CreateOdaPrivateEndpointScanProxyDetails. getScanListenerInfos()The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.List<ScanListenerInfo>OdaPrivateEndpointScanProxy. getScanListenerInfos()The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.List<ScanListenerInfo>OdaPrivateEndpointScanProxySummary. getScanListenerInfos()The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.Methods in com.oracle.bmc.oda.model with parameters of type ScanListenerInfo Modifier and Type Method Description ScanListenerInfo.BuilderScanListenerInfo.Builder. copy(ScanListenerInfo model)Method parameters in com.oracle.bmc.oda.model with type arguments of type ScanListenerInfo Modifier and Type Method Description CreateOdaPrivateEndpointScanProxyDetails.BuilderCreateOdaPrivateEndpointScanProxyDetails.Builder. scanListenerInfos(List<ScanListenerInfo> scanListenerInfos)The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.OdaPrivateEndpointScanProxy.BuilderOdaPrivateEndpointScanProxy.Builder. scanListenerInfos(List<ScanListenerInfo> scanListenerInfos)The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.OdaPrivateEndpointScanProxySummary.BuilderOdaPrivateEndpointScanProxySummary.Builder. scanListenerInfos(List<ScanListenerInfo> scanListenerInfos)The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type ScanListenerInfo Constructor Description CreateOdaPrivateEndpointScanProxyDetails(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType, OdaPrivateEndpointScanProxy.Protocol protocol, List<ScanListenerInfo> scanListenerInfos)Deprecated.OdaPrivateEndpointScanProxy(String id, OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType, OdaPrivateEndpointScanProxy.Protocol protocol, List<ScanListenerInfo> scanListenerInfos, OdaPrivateEndpointScanProxy.LifecycleState lifecycleState, Date timeCreated)Deprecated.OdaPrivateEndpointScanProxySummary(String id, OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType, OdaPrivateEndpointScanProxy.Protocol protocol, List<ScanListenerInfo> scanListenerInfos, OdaPrivateEndpointScanProxy.LifecycleState lifecycleState, Date timeCreated)Deprecated.
-