Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.LoadBalancer.State
Packages that use LoadBalancer.State
-
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.StateModifier and TypeMethodDescriptionLoadBalancer.state()static LoadBalancer.StateReturns the enum constant of this class with the specified name.static LoadBalancer.State[]LoadBalancer.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type LoadBalancer.StateModifierConstructorDescriptionLoadBalancer(String id, com.yahoo.config.provision.ApplicationId application, com.yahoo.config.provision.ClusterSpec.Id cluster, Optional<ai.vespa.http.DomainName> hostname, LoadBalancer.State state, Optional<String> dnsZone)