public interface NodePoolProperties
org.jclouds.nodepool.NodePoolComputeService
.Modifier and Type | Field and Description |
---|---|
static String |
BACKEND_GROUP
Property to set the name of the backend group used for pooled nodes.
|
static String |
BACKEND_MODULES
Property to set the modules the backend will use for ssh and logging, comma delimited
|
static String |
BACKEND_PROVIDER
Property to set the provider or api of backend the pool
|
static String |
BASEDIR
Property to set the basedir where metadata will be stored
|
static String |
MAX_SIZE
Property to set the maximum size of the pool.
|
static String |
METADATA_CONTAINER
Property to set the container where metadata will be stored
|
static String |
MIN_SIZE
Property to set the minimum (initial) size of the pool.
|
static String |
POOL_ADMIN_ACCESS
Property to set the
AdminAccess that will be installed in the nodes pre-frontend
allocation. |
static String |
REMOVE_DESTROYED
Property to set the pool behaviour to remove destroyed nodes rather than returning them to the
pool for re-use.
|
static final String BACKEND_GROUP
static final String POOL_ADMIN_ACCESS
AdminAccess
that will be installed in the nodes pre-frontend
allocation.static final String BACKEND_PROVIDER
static final String BACKEND_MODULES
static final String BASEDIR
static final String METADATA_CONTAINER
static final String MAX_SIZE
static final String MIN_SIZE
static final String REMOVE_DESTROYED
Copyright © 2009-2013 jclouds. All Rights Reserved.