Class ExternalClusterScanListenerConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalClusterScanListenerConfiguration.Builder
-
- Enclosing class:
- ExternalClusterScanListenerConfiguration
public static class ExternalClusterScanListenerConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalClusterScanListenerConfiguration
build()
ExternalClusterScanListenerConfiguration.Builder
copy(ExternalClusterScanListenerConfiguration model)
ExternalClusterScanListenerConfiguration.Builder
networkNumber(Integer networkNumber)
The network number from which SCAN VIPs are obtained.ExternalClusterScanListenerConfiguration.Builder
scanName(String scanName)
The name of the SCAN listener.ExternalClusterScanListenerConfiguration.Builder
scanPort(Integer scanPort)
The port number of the SCAN listener.ExternalClusterScanListenerConfiguration.Builder
scanProtocol(ExternalClusterScanListenerConfiguration.ScanProtocol scanProtocol)
The protocol of the SCAN listener.
-
-
-
Method Detail
-
scanName
public ExternalClusterScanListenerConfiguration.Builder scanName(String scanName)
The name of the SCAN listener.- Parameters:
scanName
- the value to set- Returns:
- this builder
-
networkNumber
public ExternalClusterScanListenerConfiguration.Builder networkNumber(Integer networkNumber)
The network number from which SCAN VIPs are obtained.- Parameters:
networkNumber
- the value to set- Returns:
- this builder
-
scanPort
public ExternalClusterScanListenerConfiguration.Builder scanPort(Integer scanPort)
The port number of the SCAN listener.- Parameters:
scanPort
- the value to set- Returns:
- this builder
-
scanProtocol
public ExternalClusterScanListenerConfiguration.Builder scanProtocol(ExternalClusterScanListenerConfiguration.ScanProtocol scanProtocol)
The protocol of the SCAN listener.- Parameters:
scanProtocol
- the value to set- Returns:
- this builder
-
build
public ExternalClusterScanListenerConfiguration build()
-
copy
public ExternalClusterScanListenerConfiguration.Builder copy(ExternalClusterScanListenerConfiguration model)
-
-