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