org.jclouds.compute.reference
Class ComputeServiceConstants.Timeouts
java.lang.Object
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts
- Enclosing class:
- ComputeServiceConstants
@Singleton
public static class ComputeServiceConstants.Timeouts
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ComputeServiceConstants.Timeouts
public ComputeServiceConstants.Timeouts()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.