public interface JCloudsMapEntityStoreConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
container()
Name of the JClouds container to use.
|
org.qi4j.api.property.Property<String> |
credential() |
org.qi4j.api.property.Property<String> |
identifier() |
org.qi4j.api.property.Property<Map<String,String>> |
properties()
Use this to fine tune your provider implementation according to JClouds documentation.
|
org.qi4j.api.property.Property<String> |
provider()
Name of the JClouds provider to use.
|
@Optional org.qi4j.api.property.Property<String> provider()
@UseDefaults org.qi4j.api.property.Property<String> identifier()
@UseDefaults org.qi4j.api.property.Property<String> credential()
@UseDefaults org.qi4j.api.property.Property<Map<String,String>> properties()
@Optional org.qi4j.api.property.Property<String> container()