Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpointScanProxy.ScanListenerType
-
Packages that use OdaPrivateEndpointScanProxy.ScanListenerType Package Description com.oracle.bmc.oda.model -
-
Uses of OdaPrivateEndpointScanProxy.ScanListenerType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaPrivateEndpointScanProxy.ScanListenerType Modifier and Type Method Description static OdaPrivateEndpointScanProxy.ScanListenerTypeOdaPrivateEndpointScanProxy.ScanListenerType. create(String key)OdaPrivateEndpointScanProxy.ScanListenerTypeCreateOdaPrivateEndpointScanProxyDetails. getScanListenerType()Type indicating whether Scan listener is specified by its FQDN or list of IPsOdaPrivateEndpointScanProxy.ScanListenerTypeOdaPrivateEndpointScanProxy. getScanListenerType()Type indicating whether Scan listener is specified by its FQDN or list of IPsOdaPrivateEndpointScanProxy.ScanListenerTypeOdaPrivateEndpointScanProxySummary. getScanListenerType()Type indicating whether Scan listener is specified by its FQDN or list of IPsstatic OdaPrivateEndpointScanProxy.ScanListenerTypeOdaPrivateEndpointScanProxy.ScanListenerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OdaPrivateEndpointScanProxy.ScanListenerType[]OdaPrivateEndpointScanProxy.ScanListenerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointScanProxy.ScanListenerType Modifier and Type Method Description CreateOdaPrivateEndpointScanProxyDetails.BuilderCreateOdaPrivateEndpointScanProxyDetails.Builder. scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)Type indicating whether Scan listener is specified by its FQDN or list of IPsOdaPrivateEndpointScanProxy.BuilderOdaPrivateEndpointScanProxy.Builder. scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)Type indicating whether Scan listener is specified by its FQDN or list of IPsOdaPrivateEndpointScanProxySummary.BuilderOdaPrivateEndpointScanProxySummary.Builder. scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)Type indicating whether Scan listener is specified by its FQDN or list of IPsConstructors in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointScanProxy.ScanListenerType 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.
-