public static class ExternalClusterVipConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ExternalClusterVipConfiguration.Builder nodeName(String nodeName)
The name of the node with the VIP.
nodeName
- the value to setpublic ExternalClusterVipConfiguration.Builder address(String address)
The VIP name or IP address.
address
- the value to setpublic ExternalClusterVipConfiguration.Builder networkNumber(Integer networkNumber)
The network number from which VIPs are obtained.
networkNumber
- the value to setpublic ExternalClusterVipConfiguration build()
public ExternalClusterVipConfiguration.Builder copy(ExternalClusterVipConfiguration model)
Copyright © 2016–2024. All rights reserved.