Class ComputeServiceConstants.Timeouts

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

@Singleton public static class ComputeServiceConstants.Timeouts extends Object
  • 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 imageDeleted
      current value of
      invalid reference
      ComputeServiceProperties#TIMEOUT_IMAGE_DELETED
      defaults to 30 seconds.
    • imageAvailable

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

      @Inject(optional=true) @Named("jclouds.compute.timeout.cleanup-incidental-resources") public long cleanupIncidentalResources
      current value of
      invalid reference
      ComputeServiceProperties#TIMEOUT_CLEANUP_INCIDENTAL_RESOURCES
      defaults to 3 seconds.
  • Constructor Details

    • Timeouts

      public Timeouts()