org.jclouds.compute.reference
Interface ComputeServiceConstants


public interface ComputeServiceConstants

Author:
Adrian Cole

Nested Class Summary
static class ComputeServiceConstants.InitStatusProperties
           
static class ComputeServiceConstants.ReferenceData
           
static class ComputeServiceConstants.Timeouts
           
 
Field Summary
static String COMPUTE_LOGGER
           
static String LOCAL_PARTITION_GB_PATTERN
           
static String PROPERTY_BLACKLIST_NODES
          comma-separated nodes that we shouldn't attempt to list as they are dead in the provider for some reason.
static String PROPERTY_IMAGE_AUTHENTICATE_SUDO
          true if gaining a sudo shell requires a password
static String PROPERTY_IMAGE_ID
          overrides the image specified in the subclass of BaseComputeServiceContextModule#provideTemplate
static String PROPERTY_IMAGE_LOGIN_USER
          username and, if colon delimited, password of the default user on the image that is or can become root

ex.

static String PROPERTY_INIT_STATUS_INITIAL_PERIOD
           
static String PROPERTY_INIT_STATUS_MAX_PERIOD
           
static String PROPERTY_OS_VERSION_MAP_JSON
          os to map of version input string to output string

ex.

static String PROPERTY_TIMEOUT_NODE_RUNNING
           
static String PROPERTY_TIMEOUT_NODE_SUSPENDED
           
static String PROPERTY_TIMEOUT_NODE_TERMINATED
           
static String PROPERTY_TIMEOUT_PORT_OPEN
           
static String PROPERTY_TIMEOUT_SCRIPT_COMPLETE
           
 

Field Detail

COMPUTE_LOGGER

static final String COMPUTE_LOGGER
See Also:
Constant Field Values

LOCAL_PARTITION_GB_PATTERN

static final String LOCAL_PARTITION_GB_PATTERN
See Also:
Constant Field Values

PROPERTY_TIMEOUT_NODE_TERMINATED

static final String PROPERTY_TIMEOUT_NODE_TERMINATED
See Also:
Constant Field Values

PROPERTY_TIMEOUT_NODE_RUNNING

static final String PROPERTY_TIMEOUT_NODE_RUNNING
See Also:
Constant Field Values

PROPERTY_TIMEOUT_NODE_SUSPENDED

static final String PROPERTY_TIMEOUT_NODE_SUSPENDED
See Also:
Constant Field Values

PROPERTY_TIMEOUT_SCRIPT_COMPLETE

static final String PROPERTY_TIMEOUT_SCRIPT_COMPLETE
See Also:
Constant Field Values

PROPERTY_TIMEOUT_PORT_OPEN

static final String PROPERTY_TIMEOUT_PORT_OPEN
See Also:
Constant Field Values

PROPERTY_INIT_STATUS_INITIAL_PERIOD

static final String PROPERTY_INIT_STATUS_INITIAL_PERIOD
See Also:
Constant Field Values

PROPERTY_INIT_STATUS_MAX_PERIOD

static final String PROPERTY_INIT_STATUS_MAX_PERIOD
See Also:
Constant Field Values

PROPERTY_IMAGE_ID

static final String PROPERTY_IMAGE_ID
overrides the image specified in the subclass of BaseComputeServiceContextModule#provideTemplate

See Also:
Constant Field Values

PROPERTY_IMAGE_LOGIN_USER

static final String PROPERTY_IMAGE_LOGIN_USER
username and, if colon delimited, password of the default user on the image that is or can become root

ex. ubuntu ex. toor:password

See Also:
Constant Field Values

PROPERTY_IMAGE_AUTHENTICATE_SUDO

static final String PROPERTY_IMAGE_AUTHENTICATE_SUDO
true if gaining a sudo shell requires a password

See Also:
Constant Field Values

PROPERTY_BLACKLIST_NODES

static final String PROPERTY_BLACKLIST_NODES
comma-separated nodes that we shouldn't attempt to list as they are dead in the provider for some reason.

See Also:
Constant Field Values

PROPERTY_OS_VERSION_MAP_JSON

static final String PROPERTY_OS_VERSION_MAP_JSON
os to map of version input string to output string

ex.

 {"centos":{"5.4":"5.4","5.5":"5.5"},"rhel":{"5.4":"5.4","5.5":"5.5"},"ubuntu":{"karmic":"9.10","lucid":"10.04","maverick":"10.10","natty":"11.04"},"windows":{"2008":"2008","Server 2008":"2008","2008 R2":"2008 R2","Server 2008 R2":"2008 R2","2008 SP2":"2008 SP2","Server 2008 SP2":"2008 SP2"}}
 

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.