Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.ClusterId
Packages that use ClusterId
Package
Description
-
Uses of ClusterId in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type ClusterIdModifier and TypeMethodDescriptionMockVpcEndpointService.getConnections(ClusterId cluster, Optional<com.yahoo.config.provision.CloudAccount> account) default List<VpcEndpointService.VpcEndpoint>MockVpcEndpointService.Stub.getConnections(ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) VpcEndpointService.getConnections(ClusterId cluster, Optional<com.yahoo.config.provision.CloudAccount> account) Lists all endpoints connected to an endpoint service (owned by account) for the given cluster.MockVpcEndpointService.setPrivateDns(ai.vespa.http.DomainName privateDnsName, ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) VpcEndpointService.setPrivateDns(ai.vespa.http.DomainName privateDnsName, ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) Sets the private DNS name for any VPC endpoint for the given cluster, potentially guarded by a challenge. -
Uses of ClusterId in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type ClusterIdModifier and TypeMethodDescriptionResourceDatabaseClient.scalingEvents(Instant from, Instant to, DeploymentId deploymentId) ResourceDatabaseClientMock.scalingEvents(Instant from, Instant to, DeploymentId deploymentId) Methods in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type ClusterIdModifier and TypeMethodDescriptionvoidResourceDatabaseClient.writeScalingEvents(ClusterId clusterId, Collection<Cluster.ScalingEvent> scalingEvents) voidResourceDatabaseClientMock.writeScalingEvents(ClusterId clusterId, Collection<Cluster.ScalingEvent> scalingEvents)