Class ExternalClusterVipConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalClusterVipConfiguration.Builder
-
- Enclosing class:
- ExternalClusterVipConfiguration
public static class ExternalClusterVipConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalClusterVipConfiguration.Builder
address(String address)
The VIP name or IP address.ExternalClusterVipConfiguration
build()
ExternalClusterVipConfiguration.Builder
copy(ExternalClusterVipConfiguration model)
ExternalClusterVipConfiguration.Builder
networkNumber(Integer networkNumber)
The network number from which VIPs are obtained.ExternalClusterVipConfiguration.Builder
nodeName(String nodeName)
The name of the node with the VIP.
-
-
-
Method Detail
-
nodeName
public ExternalClusterVipConfiguration.Builder nodeName(String nodeName)
The name of the node with the VIP.- Parameters:
nodeName
- the value to set- Returns:
- this builder
-
address
public ExternalClusterVipConfiguration.Builder address(String address)
The VIP name or IP address.- Parameters:
address
- the value to set- Returns:
- this builder
-
networkNumber
public ExternalClusterVipConfiguration.Builder networkNumber(Integer networkNumber)
The network number from which VIPs are obtained.- Parameters:
networkNumber
- the value to set- Returns:
- this builder
-
build
public ExternalClusterVipConfiguration build()
-
copy
public ExternalClusterVipConfiguration.Builder copy(ExternalClusterVipConfiguration model)
-
-