org.jclouds.googlecomputeengine
Interface GoogleComputeEngineConstants


public interface GoogleComputeEngineConstants

Author:
David Alves

Field Summary
static String CENTOS_PROJECT
           
static String COMPUTE_READONLY_SCOPE
           
static String COMPUTE_SCOPE
           
static String DEBIAN_PROJECT
           
static String GCE_BOOT_DISK_SUFFIX
          The suffix we append to auto-created boot disk names.
static String GCE_DELETE_BOOT_DISK_METADATA_KEY
          Metadata key to check for whether we should delete an instance's boot disk when we delete the instance.
static String GCE_IMAGE_METADATA_KEY
          The key we look for in instance metadata for the URI for the image the instance was created from.
static String GCE_PROVIDER_NAME
           
static String GOOGLE_PROJECT
          The name of the project that keeps public resources.
static org.jclouds.domain.Location GOOGLE_PROVIDER_LOCATION
           
static String OPERATION_COMPLETE_INTERVAL
          The interval, in msecs, between calls to check whether an operation has completed.
static String OPERATION_COMPLETE_TIMEOUT
          The total time, in msecs, to wait for an operation to complete.
static String STORAGE_READONLY_SCOPE
           
static String STORAGE_WRITEONLY_SCOPE
           
 

Field Detail

GCE_PROVIDER_NAME

static final String GCE_PROVIDER_NAME
See Also:
Constant Field Values

GOOGLE_PROJECT

static final String GOOGLE_PROJECT
The name of the project that keeps public resources.

See Also:
Constant Field Values

CENTOS_PROJECT

static final String CENTOS_PROJECT
See Also:
Constant Field Values

DEBIAN_PROJECT

static final String DEBIAN_PROJECT
See Also:
Constant Field Values

COMPUTE_SCOPE

static final String COMPUTE_SCOPE
See Also:
Constant Field Values

COMPUTE_READONLY_SCOPE

static final String COMPUTE_READONLY_SCOPE
See Also:
Constant Field Values

STORAGE_READONLY_SCOPE

static final String STORAGE_READONLY_SCOPE
See Also:
Constant Field Values

STORAGE_WRITEONLY_SCOPE

static final String STORAGE_WRITEONLY_SCOPE
See Also:
Constant Field Values

OPERATION_COMPLETE_TIMEOUT

@Beta
static final String OPERATION_COMPLETE_TIMEOUT
The total time, in msecs, to wait for an operation to complete.

See Also:
Constant Field Values

OPERATION_COMPLETE_INTERVAL

@Beta
static final String OPERATION_COMPLETE_INTERVAL
The interval, in msecs, between calls to check whether an operation has completed.

See Also:
Constant Field Values

GOOGLE_PROVIDER_LOCATION

static final org.jclouds.domain.Location GOOGLE_PROVIDER_LOCATION

GCE_IMAGE_METADATA_KEY

static final String GCE_IMAGE_METADATA_KEY
The key we look for in instance metadata for the URI for the image the instance was created from.

See Also:
Constant Field Values

GCE_DELETE_BOOT_DISK_METADATA_KEY

static final String GCE_DELETE_BOOT_DISK_METADATA_KEY
Metadata key to check for whether we should delete an instance's boot disk when we delete the instance.

See Also:
Constant Field Values

GCE_BOOT_DISK_SUFFIX

static final String GCE_BOOT_DISK_SUFFIX
The suffix we append to auto-created boot disk names.

See Also:
Constant Field Values


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