org.jclouds.aws.ec2.reference
Interface AWSEC2Constants

All Superinterfaces:
EC2Constants

public interface AWSEC2Constants
extends EC2Constants

Configuration properties and constants used in EC2 connections.

Author:
Adrian Cole

Field Summary
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_AMIs
          Deprecated. 
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.
 
Fields inherited from interface org.jclouds.ec2.reference.EC2Constants
PROPERTY_EC2_AMI_OWNERS, PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
 

Field Detail

PROPERTY_EC2_CC_AMIs

@Deprecated
static final String PROPERTY_EC2_CC_AMIs
Deprecated. 
amis that work on the cluster instance type

See Also:
InstanceType.CC1_4XLARGE, Constant Field Values

PROPERTY_EC2_CC_AMI_QUERY

static final String PROPERTY_EC2_CC_AMI_QUERY
expression to find amis that work on the cluster instance type
ex. virtualization-type=hvm;architecture=x86_64;owner-id=137112412989,099720109477;hypervisor=xen; state=available;image-type=machine;root-device-type=ebs

See Also:
InstanceType.CC1_4XLARGE, Constant Field Values

PROPERTY_EC2_CC_REGIONS

static final String PROPERTY_EC2_CC_REGIONS
See Also:
Constant Field Values

PROPERTY_EC2_AMI_QUERY

static final String PROPERTY_EC2_AMI_QUERY
See Also:
Constant Field Values

PROPERTY_EC2_GENERATE_INSTANCE_NAMES

static final 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. ex. i-ef34ae2 becomes hadoop-ef34ae2.

See Also:
Constant Field Values


Copyright © 2009-2011 jclouds. All Rights Reserved.