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

org.openstack4j.model.barbican.ContainerSecret Maven / Gradle / Ivy

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