Lines Matching refs:timeout_sec
209 timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC)
231 timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC)
330 timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC,
347 operation['name'], timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC)
362 operation['name'], timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC)
377 operation['name'], timeout_sec=self.INSTANCE_OPERATIONS_TIMEOUT_SEC)
402 timeout_sec=self.IMAGE_OPERATIONS_TIMEOUT_SEC,
417 timeout_sec=self.IMAGE_OPERATIONS_TIMEOUT_SEC)
608 def _WaitForZoneOperation(self, operation, zone=None, timeout_sec=None, argument
623 self._WaitForOperation(operation, get_request, timeout_sec,
626 def _WaitForRegionOperation(self, operation, region, timeout_sec=None, argument
641 self._WaitForOperation(operation, get_request, timeout_sec,
644 def _WaitForGlobalOperation(self, operation, timeout_sec=None, argument
658 self._WaitForOperation(operation, get_request, timeout_sec=timeout_sec,
662 timeout_sec=None, timeout_handler=None): argument
686 timeout = timeout_sec or self.DEFAULT_TIMEOUT_SEC