Package org.jclouds.compute.reference
Class ComputeServiceConstants.Timeouts
java.lang.Object
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts
- Enclosing class:
ComputeServiceConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
current value ofinvalid reference
ComputeServiceProperties#TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
long
current value ofinvalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_AVAILABLE
long
current value ofinvalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_DELETED
long
long
long
long
long
-
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 ofinvalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_DELETED
-
imageAvailable
@Inject(optional=true) @Named("jclouds.compute.timeout.image-available") public long imageAvailablecurrent value ofinvalid reference
ComputeServiceProperties#TIMEOUT_IMAGE_AVAILABLE
-
cleanupIncidentalResources
@Inject(optional=true) @Named("jclouds.compute.timeout.cleanup-incidental-resources") public long cleanupIncidentalResourcescurrent value ofinvalid reference
ComputeServiceProperties#TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
-
-
Constructor Details
-
Timeouts
public Timeouts()
-