public interface AWSEC2Constants extends EC2Constants
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EC2_AMI_QUERY |
static String |
PROPERTY_EC2_CC_AMI_QUERY
expression to find amis that work on the cluster instance type
ex. |
static String |
PROPERTY_EC2_CC_REGIONS |
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.
|
PROPERTY_EC2_AMI_OWNERS, PROPERTY_EC2_AUTO_ALLOCATE_ELASTIC_IPS, PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
static final String PROPERTY_EC2_CC_AMI_QUERY
virtualization-type=hvm;architecture=x86_64;owner-id=137112412989,099720109477;hypervisor=xen;
state=available;image-type=machine;root-device-type=ebs
InstanceType.CC1_4XLARGE
,
Constant Field Valuesstatic final String PROPERTY_EC2_CC_REGIONS
static final String PROPERTY_EC2_AMI_QUERY
static final String PROPERTY_EC2_GENERATE_INSTANCE_NAMES
Copyright © 2009-2012 jclouds. All Rights Reserved.