All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.vespa.hosted.controller.api.integration.aws.EnclaveAccessService Maven / Gradle / Ivy

There is a newer version: 8.253.3
Show newest version
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.api.integration.aws;

import com.yahoo.config.provision.CloudAccount;

import java.util.Set;

/**
 * @author jonmv
 */
public interface EnclaveAccessService {

    /**
     * Ensures the given enclave accounts have access to resources they require to function.
     * @return the degree to which the run was successful - a number between 0 (no success), to 1 (complete success)
     */
    double allowAccessFor(Set accounts);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy