Class MockEnclaveAccessService
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.aws.MockEnclaveAccessService
- All Implemented Interfaces:
EnclaveAccessService
- Author:
- jonmv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleallowAccessFor(Set<com.yahoo.config.provision.CloudAccount> accounts) Ensures the given enclave accounts have access to resources they require to function.Set<com.yahoo.config.provision.CloudAccount>
-
Constructor Details
-
MockEnclaveAccessService
public MockEnclaveAccessService()
-
-
Method Details
-
currentAccounts
-
allowAccessFor
Description copied from interface:EnclaveAccessServiceEnsures the given enclave accounts have access to resources they require to function.- Specified by:
allowAccessForin interfaceEnclaveAccessService- Returns:
- the degree to which the run was successful - a number between 0 (no success), to 1 (complete success)
-