Lines Matching refs:operation_scope
76 def _GetOperationStatus(self, operation, operation_scope, scope_name=None): argument
93 if operation_scope == OperationScope.GLOBAL:
97 elif operation_scope == OperationScope.ZONE:
102 elif operation_scope == OperationScope.REGION:
114 def WaitOnOperation(self, operation, operation_scope, scope_name=None): argument
134 operation_scope=operation_scope,
206 operation_scope=OperationScope.ZONE,
228 operation_scope=OperationScope.GLOBAL)
291 operation_scope=OperationScope.GLOBAL)
342 operation_scope=OperationScope.GLOBAL)
417 operation_scope=OperationScope.ZONE,
460 operation_scope=OperationScope.ZONE,
520 operation_scope=OperationScope.ZONE,
613 operation_scope=OperationScope.ZONE,
616 def _BatchExecuteAndWait(self, requests, operation_scope, scope_name=None): argument
650 self.WaitOnOperation(operation, operation_scope,
778 operation_scope=OperationScope.ZONE,
795 operation_scope=OperationScope.ZONE,
830 operation_scope=OperationScope.ZONE,
983 self.WaitOnOperation(operation, operation_scope=OperationScope.GLOBAL)