Class GoogleComputeEngineProperties
java.lang.Object
org.jclouds.googlecomputeengine.config.GoogleComputeEngineProperties
Configuration properties keys used in
ContextBuilder.overrides(java.util.Properties)
.
Note that these are in addition to properties defined in GoogleCloudProperties
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The list of projects that will be scanned looking for images.static final String
The interval, in msecs, between calls to check whether an operation has completed.static final String
The total time, in msecs, to wait for an operation to complete. -
Method Summary
-
Field Details
-
OPERATION_COMPLETE_TIMEOUT
The total time, in msecs, to wait for an operation to complete.- See Also:
-
OPERATION_COMPLETE_INTERVAL
The interval, in msecs, between calls to check whether an operation has completed.- See Also:
-
IMAGE_PROJECTS
The list of projects that will be scanned looking for images.- See Also:
-