org.jclouds.ec2.reference
Interface EC2Constants

All Known Subinterfaces:
AWSEC2Constants

public interface EC2Constants

Configuration properties and constants used in EC2 connections.

Author:
Adrian Cole

Field Summary
static String PROPERTY_EC2_AMI_OWNERS
          Listing the universe of amis is extremely expensive.
static String PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
          Eventual consistency delay for retrieving a security group after it is created (in ms)
 

Field Detail

PROPERTY_EC2_AMI_OWNERS

static final String PROPERTY_EC2_AMI_OWNERS
Listing the universe of amis is extremely expensive. set this to a comma separated value of the ami owners you wish to use in ComputeService

See Also:
Constant Field Values

PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT

static final String PROPERTY_EC2_TIMEOUT_SECURITYGROUP_PRESENT
Eventual consistency delay for retrieving a security group after it is created (in ms)

See Also:
Constant Field Values


Copyright © 2009-2011 jclouds. All Rights Reserved.