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 that return ClusterIdModifier and TypeMethodDescriptionVpcEndpointService.DnsChallenge.clusterId()Returns the value of theclusterIdrecord component.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) 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, boolean isGenerated) VpcEndpointService.setPrivateDns(ai.vespa.http.DomainName privateDnsName, ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account, boolean isGenerated) Sets the private DNS name for any VPC endpoint for the given cluster, potentially guarded by a challenge.Constructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type ClusterIdModifierConstructorDescriptionDnsChallenge(RecordName name, RecordData data, ClusterId clusterId, String serviceId, Optional<com.yahoo.config.provision.CloudAccount> account, Instant createdAt, VpcEndpointService.ChallengeState state) Creates an instance of aDnsChallengerecord class. -
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)