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