Package com.vmware.nsx_policy.model
Class ALBControllerSystemConfiguration.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerSystemConfiguration.Builder
-
- Enclosing class:
- ALBControllerSystemConfiguration
public static final class ALBControllerSystemConfiguration.Builder extends java.lang.ObjectBuilder class forALBControllerSystemConfiguration.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofALBControllerSystemConfiguration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ALBControllerSystemConfigurationbuild()ALBControllerSystemConfiguration.BuildersetBackupServerConfig(ALBControllerBackupConfiguration backupServerConfig)ALBControllerSystemConfiguration.BuildersetClusteringId(java.lang.String clusteringId)Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.ALBControllerSystemConfiguration.BuildersetDnsServers(java.util.List<java.lang.String> dnsServers)List of DNS servers.ALBControllerSystemConfiguration.BuildersetNtpServers(java.util.List<java.lang.String> ntpServers)List of NTP servers.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofALBControllerSystemConfiguration.
-
-
Method Detail
-
setBackupServerConfig
public ALBControllerSystemConfiguration.Builder setBackupServerConfig(ALBControllerBackupConfiguration backupServerConfig)
- Parameters:
backupServerConfig- New value for the property.
-
setClusteringId
public ALBControllerSystemConfiguration.Builder setClusteringId(java.lang.String clusteringId)
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
clusteringId- New value for the property.
-
setDnsServers
public ALBControllerSystemConfiguration.Builder setDnsServers(java.util.List<java.lang.String> dnsServers)
List of DNS servers. format: ipv4- Parameters:
dnsServers- New value for the property.
-
setNtpServers
public ALBControllerSystemConfiguration.Builder setNtpServers(java.util.List<java.lang.String> ntpServers)
List of NTP servers. format: hostname-or-ipv4- Parameters:
ntpServers- New value for the property.
-
build
public ALBControllerSystemConfiguration build()
-
-