org.openstack4j.model.barbican.ContainerSecret Maven / Gradle / Ivy
package org.openstack4j.model.barbican;
import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.barbican.builder.ContainerSecretBuilder;
/**
* A secret associated to a container.
*/
public interface ContainerSecret extends ModelEntity, Buildable {
/**
* @return the name of the secret.
*/
String getName();
/**
* @return Full URI reference to the secret.
*/
String getReference();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy