public static class OdaPrivateEndpointScanProxy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpointScanProxy |
build() |
OdaPrivateEndpointScanProxy.Builder |
copy(OdaPrivateEndpointScanProxy model) |
OdaPrivateEndpointScanProxy.Builder |
id(String id)
The OCID
of the ODA Private Endpoint Scan Proxy.
|
OdaPrivateEndpointScanProxy.Builder |
lifecycleState(OdaPrivateEndpointScanProxy.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint Scan Proxy.
|
OdaPrivateEndpointScanProxy.Builder |
protocol(OdaPrivateEndpointScanProxy.Protocol protocol)
The protocol used for communication between client, scanProxy and RAC’s scan listeners
|
OdaPrivateEndpointScanProxy.Builder |
scanListenerInfos(List<ScanListenerInfo> scanListenerInfos)
The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN
listeners.
|
OdaPrivateEndpointScanProxy.Builder |
scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)
Type indicating whether Scan listener is specified by its FQDN or list of IPs
|
OdaPrivateEndpointScanProxy.Builder |
timeCreated(Date timeCreated)
When the resource was created.
|
public OdaPrivateEndpointScanProxy.Builder id(String id)
The OCID of the ODA Private Endpoint Scan Proxy.
id
- the value to setpublic OdaPrivateEndpointScanProxy.Builder scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)
Type indicating whether Scan listener is specified by its FQDN or list of IPs
scanListenerType
- the value to setpublic OdaPrivateEndpointScanProxy.Builder protocol(OdaPrivateEndpointScanProxy.Protocol protocol)
The protocol used for communication between client, scanProxy and RAC’s scan listeners
protocol
- the value to setpublic OdaPrivateEndpointScanProxy.Builder scanListenerInfos(List<ScanListenerInfo> scanListenerInfos)
The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.
scanListenerInfos
- the value to setpublic OdaPrivateEndpointScanProxy.Builder lifecycleState(OdaPrivateEndpointScanProxy.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint Scan Proxy.
lifecycleState
- the value to setpublic OdaPrivateEndpointScanProxy.Builder timeCreated(Date timeCreated)
When the resource was created. A date-time string as described in RFC 3339, section 14.29.
timeCreated
- the value to setpublic OdaPrivateEndpointScanProxy build()
public OdaPrivateEndpointScanProxy.Builder copy(OdaPrivateEndpointScanProxy model)
Copyright © 2016–2024. All rights reserved.