Package org.jclouds.compute.config
Class ComputeServiceProperties
java.lang.Object
org.jclouds.compute.config.ComputeServiceProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
comma-separated nodes that we shouldn't attempt to list as they are dead in the provider for some reason.static final String
true if gaining a sudo shell requires a passwordstatic final String
overrides the image specified in the subclass ofinvalid reference
BaseComputeServiceContextModule#provideTemplate
static final String
username and, if colon delimited, password of the default user on the image that is or can become rootstatic final String
static final String
static final String
os to map of version input string to output stringstatic final String
Initial period between the ComputeService's node polls.static final String
Once the exponentially increasing period between ComputeService's node polls has reached this maximum period, it remains at this value.static final String
static final String
static final String
can be set to either PRIVATE, PUBLIC, ALL (default) controls what interfaces will be used when scanning for an open connectionstatic final String
overrides the default specified in the subclass ofinvalid reference
BaseComputeServiceContextModule#provideTemplate
static final String
time in milliseconds to try to clean up incidental resources (e.g.static final String
time in milliseconds to wait for an image to finish creating.static final String
time in milliseconds to wait for an image to delete.static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
RESOURCENAME_PREFIX
- See Also:
-
RESOURCENAME_DELIMITER
- See Also:
-
TIMEOUT_NODE_RUNNING
- See Also:
-
TIMEOUT_NODE_SUSPENDED
- See Also:
-
TIMEOUT_NODE_TERMINATED
- See Also:
-
TIMEOUT_SCRIPT_COMPLETE
- See Also:
-
TIMEOUT_PORT_OPEN
- See Also:
-
INIT_STATUS_INITIAL_PERIOD
- See Also:
-
INIT_STATUS_MAX_PERIOD
- See Also:
-
POLL_INITIAL_PERIOD
Initial period between the ComputeService's node polls. Subsequent periods increase exponentially (based on the backoff factor) and become constant when the maximum period is reached. The unit is milliseconds.- See Also:
-
POLL_MAX_PERIOD
Once the exponentially increasing period between ComputeService's node polls has reached this maximum period, it remains at this value. The unit is milliseconds.- See Also:
-
TIMEOUT_IMAGE_AVAILABLE
time in milliseconds to wait for an image to finish creating. Overrideinvalid reference
default
invalid reference
ContextBuilder#overrides
- See Also:
-
TIMEOUT_IMAGE_DELETED
time in milliseconds to wait for an image to delete. Overrideinvalid reference
default
invalid reference
ContextBuilder#overrides
- See Also:
-
TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
time in milliseconds to try to clean up incidental resources (e.g. security groups, key-pairs, etc). Overrideinvalid reference
default
invalid reference
ContextBuilder#overrides
- See Also:
-
TEMPLATE
overrides the default specified in the subclass ofinvalid reference
BaseComputeServiceContextModule#provideTemplate
- See Also:
-
IMAGE_ID
overrides the image specified in the subclass ofinvalid reference
BaseComputeServiceContextModule#provideTemplate
- See Also:
-
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:
-
IMAGE_AUTHENTICATE_SUDO
true if gaining a sudo shell requires a password- See Also:
-
BLACKLIST_NODES
comma-separated nodes that we shouldn't attempt to list as they are dead in the provider for some reason.- See Also:
-
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:
-
SOCKET_FINDER_ALLOWED_INTERFACES
can be set to either PRIVATE, PUBLIC, ALL (default) controls what interfaces will be used when scanning for an open connection- See Also:
-