public static final class ALBControllerConfiguration.Builder
extends java.lang.Object
ALBControllerConfiguration.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBControllerConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
ALBControllerConfiguration |
build() |
ALBControllerConfiguration.Builder |
setClusterIp(java.lang.String clusterIp)
The cluster IP of the Advanced Load Balancer controller node cluster.
|
ALBControllerConfiguration.Builder |
setDnsServers(java.util.List<java.lang.String> dnsServers)
List of DNS servers.
|
ALBControllerConfiguration.Builder |
setInfraAdminPassword(java.lang.String infraAdminPassword)
Password for the controller node admin user.
|
ALBControllerConfiguration.Builder |
setInfraAdminUsername(java.lang.String infraAdminUsername)
Username for server authentication.
|
ALBControllerConfiguration.Builder |
setNtpServers(java.util.List<java.lang.String> ntpServers)
List of NTP servers.
|
ALBControllerConfiguration.Builder |
setOwnedBy(java.lang.String ownedBy)
Possible values are:
ALBControllerConfiguration.OWNED_BY_LCM
ALBControllerConfiguration.OWNED_BY_VCF
The policy initiates workflow by LCM/VCF |
public Builder()
ALBControllerConfiguration.public ALBControllerConfiguration.Builder setClusterIp(java.lang.String clusterIp)
clusterIp - New value for the property.public ALBControllerConfiguration.Builder setDnsServers(java.util.List<java.lang.String> dnsServers)
dnsServers - New value for the property.public ALBControllerConfiguration.Builder setInfraAdminPassword(java.lang.String infraAdminPassword)
infraAdminPassword - New value for the property.public ALBControllerConfiguration.Builder setInfraAdminUsername(java.lang.String infraAdminUsername)
infraAdminUsername - New value for the property.public ALBControllerConfiguration.Builder setNtpServers(java.util.List<java.lang.String> ntpServers)
ntpServers - New value for the property.public ALBControllerConfiguration.Builder setOwnedBy(java.lang.String ownedBy)
ownedBy - New value for the property.public ALBControllerConfiguration build()