org.jclouds.compute.reference
Class ComputeServiceConstants.Timeouts

java.lang.Object
  extended by org.jclouds.compute.reference.ComputeServiceConstants.Timeouts
Enclosing class:
ComputeServiceConstants

@Singleton
public static class ComputeServiceConstants.Timeouts
extends Object


Field Summary
 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 Summary
ComputeServiceConstants.Timeouts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeTerminated

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.node-terminated")
public long nodeTerminated

nodeRunning

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.node-running")
public long nodeRunning

nodeSuspended

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.node-suspended")
public long nodeSuspended

scriptComplete

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.script-complete")
public long scriptComplete

portOpen

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.port-open")
public long portOpen

imageDeleted

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.image-deleted")
public long imageDeleted
current value of ComputeServiceProperties#TIMEOUT_IMAGE_DELETED defaults to 30 seconds.


imageAvailable

@Inject(optional=true)
@Named(value="jclouds.compute.timeout.image-available")
public long imageAvailable
current value of ComputeServiceProperties#TIMEOUT_IMAGE_AVAILABLE defaults to 45 minutes.

Constructor Detail

ComputeServiceConstants.Timeouts

public ComputeServiceConstants.Timeouts()


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