org.jclouds.aws.ec2.reference
Interface AWSEC2Constants

All Superinterfaces:
org.jclouds.ec2.reference.EC2Constants

public interface AWSEC2Constants
extends org.jclouds.ec2.reference.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
           
 
Fields inherited from interface org.jclouds.ec2.reference.EC2Constants
PROPERTY_EC2_AMI_OWNERS
 

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


Copyright © 2009-2011 jclouds. All Rights Reserved.