org.openstack4j.api.barbican.BarbicanService Maven / Gradle / Ivy
package org.openstack4j.api.barbican;
import org.openstack4j.common.RestService;
/**
* Barbican (Key Management) Operations API
*
*/
public interface BarbicanService extends RestService {
/**
* @return the Container Service API
*/
ContainerService containers();
/**
* @return the Secrets Service API
*/
SecretService secrets();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy