org.jclouds.compute.reference
Interface ComputeServiceConstants


public interface ComputeServiceConstants

Author:
Adrian Cole

Nested Class Summary
static class ComputeServiceConstants.InitStatusProperties
           
static class ComputeServiceConstants.NamingConvention
           
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
          Deprecated. 
static String PROPERTY_IMAGE_AUTHENTICATE_SUDO
          Deprecated. 
static String PROPERTY_IMAGE_ID
          Deprecated. 
static String PROPERTY_IMAGE_LOGIN_USER
          Deprecated. 
static String PROPERTY_INIT_STATUS_INITIAL_PERIOD
          Deprecated. 
static String PROPERTY_INIT_STATUS_MAX_PERIOD
          Deprecated. 
static String PROPERTY_OS_VERSION_MAP_JSON
          Deprecated. 
static String PROPERTY_TIMEOUT_NODE_RUNNING
          Deprecated. 
static String PROPERTY_TIMEOUT_NODE_SUSPENDED
          Deprecated. 
static String PROPERTY_TIMEOUT_NODE_TERMINATED
          Deprecated. 
static String PROPERTY_TIMEOUT_PORT_OPEN
          Deprecated. 
static String PROPERTY_TIMEOUT_SCRIPT_COMPLETE
          Deprecated. 
 

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

@Deprecated
static final String PROPERTY_TIMEOUT_NODE_TERMINATED
Deprecated. 
See Also:
ComputeServiceProperties.TIMEOUT_NODE_TERMINATED, Constant Field Values

PROPERTY_TIMEOUT_NODE_RUNNING

@Deprecated
static final String PROPERTY_TIMEOUT_NODE_RUNNING
Deprecated. 
See Also:
ComputeServiceProperties.TIMEOUT_NODE_RUNNING, Constant Field Values

PROPERTY_TIMEOUT_NODE_SUSPENDED

@Deprecated
static final String PROPERTY_TIMEOUT_NODE_SUSPENDED
Deprecated. 
See Also:
ComputeServiceProperties.TIMEOUT_NODE_SUSPENDED, Constant Field Values

PROPERTY_TIMEOUT_SCRIPT_COMPLETE

@Deprecated
static final String PROPERTY_TIMEOUT_SCRIPT_COMPLETE
Deprecated. 
See Also:
ComputeServiceProperties.TIMEOUT_SCRIPT_COMPLETE, Constant Field Values

PROPERTY_TIMEOUT_PORT_OPEN

@Deprecated
static final String PROPERTY_TIMEOUT_PORT_OPEN
Deprecated. 
See Also:
ComputeServiceProperties.TIMEOUT_PORT_OPEN, Constant Field Values

PROPERTY_INIT_STATUS_INITIAL_PERIOD

@Deprecated
static final String PROPERTY_INIT_STATUS_INITIAL_PERIOD
Deprecated. 
See Also:
ComputeServiceProperties.INIT_STATUS_INITIAL_PERIOD, Constant Field Values

PROPERTY_INIT_STATUS_MAX_PERIOD

@Deprecated
static final String PROPERTY_INIT_STATUS_MAX_PERIOD
Deprecated. 
See Also:
ComputeServiceProperties.INIT_STATUS_MAX_PERIOD, Constant Field Values

PROPERTY_IMAGE_ID

@Deprecated
static final String PROPERTY_IMAGE_ID
Deprecated. 
See Also:
ComputeServiceProperties.IMAGE_ID, Constant Field Values

PROPERTY_IMAGE_LOGIN_USER

@Deprecated
static final String PROPERTY_IMAGE_LOGIN_USER
Deprecated. 
See Also:
ComputeServiceProperties.IMAGE_LOGIN_USER, Constant Field Values

PROPERTY_IMAGE_AUTHENTICATE_SUDO

@Deprecated
static final String PROPERTY_IMAGE_AUTHENTICATE_SUDO
Deprecated. 
See Also:
ComputeServiceProperties.IMAGE_AUTHENTICATE_SUDO, Constant Field Values

PROPERTY_BLACKLIST_NODES

@Deprecated
static final String PROPERTY_BLACKLIST_NODES
Deprecated. 
See Also:
ComputeServiceProperties.BLACKLIST_NODES, Constant Field Values

PROPERTY_OS_VERSION_MAP_JSON

@Deprecated
static final String PROPERTY_OS_VERSION_MAP_JSON
Deprecated. 
See Also:
ComputeServiceProperties.OS_VERSION_MAP_JSON, Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.