Class GoogleComputeEngineProperties
- java.lang.Object
-
- org.jclouds.googlecomputeengine.config.GoogleComputeEngineProperties
-
public final class GoogleComputeEngineProperties extends Object
Configuration properties keys used inContextBuilder.overrides(java.util.Properties)
. Note that these are in addition to properties defined inGoogleCloudProperties
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMAGE_PROJECTS
The list of projects that will be scanned looking for images.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.
-
-
-
Field Detail
-
OPERATION_COMPLETE_TIMEOUT
@Beta public 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 public static final String OPERATION_COMPLETE_INTERVAL
The interval, in msecs, between calls to check whether an operation has completed.- See Also:
- Constant Field Values
-
IMAGE_PROJECTS
@Beta public static final String IMAGE_PROJECTS
The list of projects that will be scanned looking for images.- See Also:
- Constant Field Values
-
-