Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static OdaPrivateEndpointScanProxy.ScanListenerType |
OdaPrivateEndpointScanProxy.ScanListenerType.create(String key) |
OdaPrivateEndpointScanProxy.ScanListenerType |
CreateOdaPrivateEndpointScanProxyDetails.getScanListenerType()
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
OdaPrivateEndpointScanProxy.ScanListenerType |
OdaPrivateEndpointScanProxy.getScanListenerType()
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
OdaPrivateEndpointScanProxy.ScanListenerType |
OdaPrivateEndpointScanProxySummary.getScanListenerType()
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
static OdaPrivateEndpointScanProxy.ScanListenerType |
OdaPrivateEndpointScanProxy.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.
|
Modifier and Type | Method and Description |
---|---|
CreateOdaPrivateEndpointScanProxyDetails.Builder |
CreateOdaPrivateEndpointScanProxyDetails.Builder.scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
OdaPrivateEndpointScanProxy.Builder |
OdaPrivateEndpointScanProxy.Builder.scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
OdaPrivateEndpointScanProxySummary.Builder |
OdaPrivateEndpointScanProxySummary.Builder.scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.