@Singleton public static class ComputeServiceConstants.Timeouts extends Object
| Modifier and Type | Field and Description | 
|---|---|
long | 
imageAvailable
current value of  
ComputeServiceProperties.TIMEOUT_IMAGE_AVAILABLE defaults to 45
 minutes. | 
long | 
imageDeleted
current value of  
ComputeServiceProperties.TIMEOUT_IMAGE_DELETED defaults to 30
 seconds. | 
long | 
nodeRunning  | 
long | 
nodeSuspended  | 
long | 
nodeTerminated  | 
long | 
portOpen  | 
long | 
scriptComplete  | 
| Constructor and Description | 
|---|
ComputeServiceConstants.Timeouts()  | 
@Inject(optional=true) @Named(value="jclouds.compute.timeout.node-terminated") public long nodeTerminated
@Inject(optional=true) @Named(value="jclouds.compute.timeout.node-running") public long nodeRunning
@Inject(optional=true) @Named(value="jclouds.compute.timeout.node-suspended") public long nodeSuspended
@Inject(optional=true) @Named(value="jclouds.compute.timeout.script-complete") public long scriptComplete
@Inject(optional=true) @Named(value="jclouds.compute.timeout.port-open") public long portOpen
@Inject(optional=true) @Named(value="jclouds.compute.timeout.image-deleted") public long imageDeleted
ComputeServiceProperties.TIMEOUT_IMAGE_DELETED defaults to 30
 seconds.@Inject(optional=true) @Named(value="jclouds.compute.timeout.image-available") public long imageAvailable
ComputeServiceProperties.TIMEOUT_IMAGE_AVAILABLE defaults to 45
 minutes.Copyright © 2009-2013 jclouds. All Rights Reserved.