public interface GoogleComputeEngineConstants
| Modifier and Type | Field and Description |
|---|---|
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 |
static final String GCE_PROVIDER_NAME
static final String GOOGLE_PROJECT
static final String CENTOS_PROJECT
static final String DEBIAN_PROJECT
static final String COMPUTE_SCOPE
static final String COMPUTE_READONLY_SCOPE
static final String STORAGE_READONLY_SCOPE
static final String STORAGE_WRITEONLY_SCOPE
@Beta static final String OPERATION_COMPLETE_TIMEOUT
@Beta static final String OPERATION_COMPLETE_INTERVAL
static final org.jclouds.domain.Location GOOGLE_PROVIDER_LOCATION
static final String GCE_IMAGE_METADATA_KEY
static final String GCE_DELETE_BOOT_DISK_METADATA_KEY
static final String GCE_BOOT_DISK_SUFFIX
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.