Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterVipConfiguration.Builder
-
Packages that use ExternalClusterVipConfiguration.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterVipConfiguration.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterVipConfiguration.Builder Modifier and Type Method Description ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration.Builder. address(String address)
The VIP name or IP address.static ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration. builder()
Create a new builder.ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration.Builder. copy(ExternalClusterVipConfiguration model)
ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration.Builder. networkNumber(Integer networkNumber)
The network number from which VIPs are obtained.ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration.Builder. nodeName(String nodeName)
The name of the node with the VIP.ExternalClusterVipConfiguration.Builder
ExternalClusterVipConfiguration. toBuilder()
-