public final class ComputeServiceProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | BLACKLIST_NODEScomma-separated nodes that we shouldn't attempt to list as they are dead in the provider for
 some reason. | 
| static String | IMAGE_AUTHENTICATE_SUDOtrue if gaining a sudo shell requires a password | 
| static String | IMAGE_IDoverrides the image specified in the subclass of
  BaseComputeServiceContextModule#provideTemplate | 
| static String | IMAGE_LOGIN_USERusername and, if colon delimited, password of the default user on the image that is or can
 become root
 
 ex. | 
| static String | INIT_STATUS_INITIAL_PERIOD | 
| static String | INIT_STATUS_MAX_PERIOD | 
| static String | OS_VERSION_MAP_JSONos to map of version input string to output string
 
 ex. | 
| static String | POLL_INITIAL_PERIODInitial period between the ComputeService's node polls. | 
| static String | POLL_MAX_PERIODOnce the exponentially increasing period between ComputeService's node
 polls has reached this maximum period, it remains at this value. | 
| static String | RESOURCENAME_DELIMITER | 
| static String | RESOURCENAME_PREFIX | 
| static String | SOCKET_FINDER_ALLOWED_INTERFACEScan be set to either PRIVATE, PUBLIC, ALL (default) controls what interfaces will be used when scanning for an open connection | 
| static String | TEMPLATEoverrides the default specified in the subclass of
  BaseComputeServiceContextModule#provideTemplate | 
| static String | TIMEOUT_CLEANUP_INCIDENTAL_RESOURCEStime in milliseconds to try to clean up incidental resources 
 (e.g. | 
| static String | TIMEOUT_IMAGE_AVAILABLEtime in milliseconds to wait for an image to finish creating. | 
| static String | TIMEOUT_IMAGE_DELETEDtime in milliseconds to wait for an image to delete. | 
| static String | TIMEOUT_NODE_RUNNING | 
| static String | TIMEOUT_NODE_SUSPENDED | 
| static String | TIMEOUT_NODE_TERMINATED | 
| static String | TIMEOUT_PORT_OPEN | 
| static String | TIMEOUT_SCRIPT_COMPLETE | 
public static final String RESOURCENAME_PREFIX
public static final String RESOURCENAME_DELIMITER
public static final String TIMEOUT_NODE_RUNNING
public static final String TIMEOUT_NODE_SUSPENDED
public static final String TIMEOUT_NODE_TERMINATED
public static final String TIMEOUT_SCRIPT_COMPLETE
public static final String TIMEOUT_PORT_OPEN
public static final String INIT_STATUS_INITIAL_PERIOD
public static final String INIT_STATUS_MAX_PERIOD
public static final String POLL_INITIAL_PERIOD
public static final String POLL_MAX_PERIOD
public static final String TIMEOUT_IMAGE_AVAILABLE
default by setting this property using
 ContextBuilder#overridespublic static final String TIMEOUT_IMAGE_DELETED
default by setting this property using
 ContextBuilder#overridespublic static final String TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
default by setting this property using
 ContextBuilder#overridespublic static final String TEMPLATE
BaseComputeServiceContextModule#provideTemplateTemplateBuilderSpec, 
Constant Field Valuespublic static final String IMAGE_ID
BaseComputeServiceContextModule#provideTemplatepublic static final String IMAGE_LOGIN_USER
ubuntu ex. toor:passwordpublic static final String IMAGE_AUTHENTICATE_SUDO
public static final String BLACKLIST_NODES
public static final String OS_VERSION_MAP_JSON
 {"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"}}
 public static final String SOCKET_FINDER_ALLOWED_INTERFACES
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.