org.jclouds.aws.ec2.reference
Class AWSEC2Constants
java.lang.Object
org.jclouds.ec2.reference.EC2Constants
org.jclouds.aws.ec2.reference.AWSEC2Constants
public final class AWSEC2Constants
- extends org.jclouds.ec2.reference.EC2Constants
Configuration properties and constants used in EC2 connections.
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.