Package org.jclouds.compute.reference
Class ComputeServiceConstants.Timeouts
java.lang.Object
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts
- Enclosing class:
ComputeServiceConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongcurrent value ofdefaults to 3 seconds.invalid reference
ComputeServiceProperties#TIMEOUT_CLEANUP_INCIDENTAL_RESOURCESlongcurrent value ofdefaults to 45 minutes.invalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_AVAILABLElongcurrent value ofdefaults to 30 seconds.invalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_DELETEDlonglonglonglonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodeTerminated
@Inject(optional=true) @Named("jclouds.compute.timeout.node-terminated") public long nodeTerminated -
nodeRunning
@Inject(optional=true) @Named("jclouds.compute.timeout.node-running") public long nodeRunning -
nodeSuspended
@Inject(optional=true) @Named("jclouds.compute.timeout.node-suspended") public long nodeSuspended -
scriptComplete
@Inject(optional=true) @Named("jclouds.compute.timeout.script-complete") public long scriptComplete -
portOpen
@Inject(optional=true) @Named("jclouds.compute.timeout.port-open") public long portOpen -
imageDeleted
@Inject(optional=true) @Named("jclouds.compute.timeout.image-deleted") public long imageDeletedcurrent value ofdefaults to 30 seconds.invalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_DELETED -
imageAvailable
@Inject(optional=true) @Named("jclouds.compute.timeout.image-available") public long imageAvailablecurrent value ofdefaults to 45 minutes.invalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_AVAILABLE -
cleanupIncidentalResources
@Inject(optional=true) @Named("jclouds.compute.timeout.cleanup-incidental-resources") public long cleanupIncidentalResourcescurrent value ofdefaults to 3 seconds.invalid reference
ComputeServiceProperties#TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
-
-
Constructor Details
-
Timeouts
public Timeouts()
-