Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.Hostname
-
Packages that use Hostname Package Description com.yahoo.vespa.hosted.controller.api.application.v4 com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of Hostname in com.yahoo.vespa.hosted.controller.api.application.v4
Methods in com.yahoo.vespa.hosted.controller.api.application.v4 with parameters of type Hostname Modifier and Type Method Description java.lang.StringEnvironmentResource. restart(TenantId tenantId, ApplicationId applicationId, EnvironmentId environmentId, RegionId regionId, InstanceId instanceId, Hostname hostname) -
Uses of Hostname in com.yahoo.vespa.hosted.controller.api.integration.configserver
Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Hostname Modifier and Type Method Description voidConfigServer. restart(DeploymentId deployment, java.util.Optional<Hostname> hostname)
-