@Singleton public static class ComputeServiceConstants.Timeouts extends Object
Modifier and Type | Field and Description |
---|---|
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
Copyright © 2009-2012 jclouds. All Rights Reserved.