Class ALBControllerConfiguration.Builder

    • Method Detail

      • setClusterIp

        public ALBControllerConfiguration.Builder setClusterIp​(java.lang.String clusterIp)
        The cluster IP of the Advanced Load Balancer controller node cluster. This is mandatory parameter and required for single node controller deployments as well. format: ip
        Parameters:
        clusterIp - New value for the property.
      • setDefaultCert

        public ALBControllerConfiguration.Builder setDefaultCert​(java.lang.String defaultCert)
        Advanced Load Balancer controller using default portal certificate.
        Parameters:
        defaultCert - New value for the property.
      • setDnsServers

        public ALBControllerConfiguration.Builder setDnsServers​(java.util.List<java.lang.String> dnsServers)
        List of DNS servers. format: ipv4
        Parameters:
        dnsServers - New value for the property.
      • setInfraAdminPassword

        public ALBControllerConfiguration.Builder setInfraAdminPassword​(java.lang.String infraAdminPassword)
        Password for the controller node admin user. For deployment, this property is required. The password specified must be at least 8 characters in length.
        Parameters:
        infraAdminPassword - New value for the property.
      • setInfraAdminUsername

        public ALBControllerConfiguration.Builder setInfraAdminUsername​(java.lang.String infraAdminUsername)
        Username for server authentication.
        Parameters:
        infraAdminUsername - New value for the property.
      • setNtpServers

        public ALBControllerConfiguration.Builder setNtpServers​(java.util.List<java.lang.String> ntpServers)
        List of NTP servers. format: hostname-or-ipv4
        Parameters:
        ntpServers - New value for the property.