Interface MockVpcEndpointService.Stub
- All Superinterfaces:
VpcEndpointService
- Enclosing class:
- MockVpcEndpointService
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService
VpcEndpointService.DnsChallenge, VpcEndpointService.VpcEndpoint -
Method Summary
Modifier and TypeMethodDescriptiondefault List<VpcEndpointService.VpcEndpoint>getConnections(ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) Lists all endpoints connected to an endpoint service (owned by account) for the given cluster.Methods inherited from interface com.yahoo.vespa.hosted.controller.api.integration.dns.VpcEndpointService
setPrivateDns
-
Method Details
-
getConnections
default List<VpcEndpointService.VpcEndpoint> getConnections(ClusterId clusterId, Optional<com.yahoo.config.provision.CloudAccount> account) Description copied from interface:VpcEndpointServiceLists all endpoints connected to an endpoint service (owned by account) for the given cluster.- Specified by:
getConnectionsin interfaceVpcEndpointService
-