org.jclouds.aws.ec2.reference
Class AWSEC2Constants

java.lang.Object
  extended by org.jclouds.ec2.reference.EC2Constants
      extended by org.jclouds.aws.ec2.reference.AWSEC2Constants

public final class AWSEC2Constants
extends org.jclouds.ec2.reference.EC2Constants

Configuration properties and constants used in EC2 connections.


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_REGIONS
           
 
Fields inherited from class org.jclouds.ec2.reference.EC2Constants
PROPERTY_EC2_AMI_OWNERS, PROPERTY_EC2_AUTO_ALLOCATE_ELASTIC_IPS, PROPERTY_EC2_GENERATE_INSTANCE_NAMES, PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_EC2_CC_AMI_QUERY

public 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

public static final String PROPERTY_EC2_CC_REGIONS
See Also:
Constant Field Values

PROPERTY_EC2_AMI_QUERY

public static final String PROPERTY_EC2_AMI_QUERY
See Also:
Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.