public static final class ALBControllerSystemConfiguration.Builder
extends java.lang.Object
ALBControllerSystemConfiguration.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBControllerSystemConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
ALBControllerSystemConfiguration |
build() |
ALBControllerSystemConfiguration.Builder |
setBackupServerConfig(ALBControllerBackupConfiguration backupServerConfig) |
ALBControllerSystemConfiguration.Builder |
setClusteringId(java.lang.String clusteringId)
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX.
|
ALBControllerSystemConfiguration.Builder |
setDnsServers(java.util.List<java.lang.String> dnsServers)
List of DNS servers.
|
ALBControllerSystemConfiguration.Builder |
setNtpServers(java.util.List<java.lang.String> ntpServers)
List of NTP servers.
|
public Builder()
ALBControllerSystemConfiguration.public ALBControllerSystemConfiguration.Builder setBackupServerConfig(ALBControllerBackupConfiguration backupServerConfig)
backupServerConfig - New value for the property.public ALBControllerSystemConfiguration.Builder setClusteringId(java.lang.String clusteringId)
clusteringId - New value for the property.public ALBControllerSystemConfiguration.Builder setDnsServers(java.util.List<java.lang.String> dnsServers)
dnsServers - New value for the property.public ALBControllerSystemConfiguration.Builder setNtpServers(java.util.List<java.lang.String> ntpServers)
ntpServers - New value for the property.public ALBControllerSystemConfiguration build()