org.jclouds.nodepool.config
Interface NodePoolProperties


public interface NodePoolProperties

Constants for the org.jclouds.nodepool.NodePoolComputeService.


Field Summary
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.
 

Field Detail

BACKEND_GROUP

static final String BACKEND_GROUP
Property to set the name of the backend group used for pooled nodes.

See Also:
Constant Field Values

POOL_ADMIN_ACCESS

static final String POOL_ADMIN_ACCESS
Property to set the AdminAccess that will be installed in the nodes pre-frontend allocation.

See Also:
for details on the format, Constant Field Values

BACKEND_PROVIDER

static final String BACKEND_PROVIDER
Property to set the provider or api of backend the pool

See Also:
Constant Field Values

BACKEND_MODULES

static final String BACKEND_MODULES
Property to set the modules the backend will use for ssh and logging, comma delimited

See Also:
Constant Field Values

BASEDIR

static final String BASEDIR
Property to set the basedir where metadata will be stored

See Also:
Constant Field Values

METADATA_CONTAINER

static final String METADATA_CONTAINER
Property to set the container where metadata will be stored

See Also:
Constant Field Values

MAX_SIZE

static final String MAX_SIZE
Property to set the maximum size of the pool. Set this to -1 to have an unlimited pool size.

See Also:
Constant Field Values

MIN_SIZE

static final String MIN_SIZE
Property to set the minimum (initial) size of the pool.

See Also:
Constant Field Values

REMOVE_DESTROYED

static final String REMOVE_DESTROYED
Property to set the pool behaviour to remove destroyed nodes rather than returning them to the pool for re-use.

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.