Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.LoadBalancer.State
-
Packages that use LoadBalancer.State Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of LoadBalancer.State in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return LoadBalancer.State Modifier and Type Method Description LoadBalancer.StateLoadBalancer. state()static LoadBalancer.StateLoadBalancer.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoadBalancer.State[]LoadBalancer.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type LoadBalancer.State Constructor Description LoadBalancer(java.lang.String id, com.yahoo.config.provision.ApplicationId application, com.yahoo.config.provision.ClusterSpec.Id cluster, com.yahoo.config.provision.HostName hostname, LoadBalancer.State state, java.util.Optional<java.lang.String> dnsZone)
-