Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.Environment
-
Packages that use Node.Environment Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of Node.Environment in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Node.Environment Modifier and Type Method Description Node.EnvironmentNode. environment()The environment this runs instatic Node.EnvironmentNode.Environment. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.Environment[]Node.Environment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.Environment Modifier and Type Method Description Node.BuilderNode.Builder. environment(Node.Environment environment)
-