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

org.openstack4j.api.barbican.BarbicanService Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
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