public interface EC2Constants
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EC2_AMI_OWNERS
Listing the universe of amis is extremely expensive.
|
static String |
PROPERTY_EC2_AUTO_ALLOCATE_ELASTIC_IPS
Whenever a node is created, automatically allocate and assign an elastic ip address, also
deallocate when the node is destroyed.
|
static String |
PROPERTY_EC2_GENERATE_INSTANCE_NAMES
If this property is set to true(default), jclouds generate a name for each instance based on the group.
|
static String |
PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
Eventual consistency delay for retrieving a security group after it is created (in ms)
|
static final String PROPERTY_EC2_AMI_OWNERS
ComputeService
static final String PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
static final String PROPERTY_EC2_AUTO_ALLOCATE_ELASTIC_IPS
static final String PROPERTY_EC2_GENERATE_INSTANCE_NAMES
EC2Api#getTagApi
returning present.Copyright © 2009-2013 jclouds. All Rights Reserved.