Home
last modified time | relevance | path

Searched refs:OperationScope (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dgcompute_client.py73 class OperationScope(): class
158 if operation_scope == OperationScope.GLOBAL:
162 elif operation_scope == OperationScope.ZONE:
168 elif operation_scope == OperationScope.REGION:
350 operation_scope=OperationScope.ZONE,
372 operation_scope=OperationScope.ZONE,
400 delete_requests, OperationScope.ZONE, scope_name=zone)
474 operation=operation, operation_scope=OperationScope.GLOBAL)
572 operation=operation, operation_scope=OperationScope.GLOBAL)
597 OperationScope.GLOBAL)
[all …]
Dgcompute_client_test.py101 if operation_scope == gcompute_client.OperationScope.GLOBAL:
104 elif operation_scope == gcompute_client.OperationScope.ZONE:
107 elif operation_scope == gcompute_client.OperationScope.REGION:
117 {"status": "GOOD"}, gcompute_client.OperationScope.GLOBAL)
120 gcompute_client.OperationScope.GLOBAL)
128 {"status": "GOOD"}, gcompute_client.OperationScope.ZONE)
130 {"name": self.OPERATION_NAME}, gcompute_client.OperationScope.ZONE,
141 {"status": "GOOD"}, gcompute_client.OperationScope.REGION)
144 gcompute_client.OperationScope.REGION, self.REGION)
152 gcompute_client.OperationScope.GLOBAL)
[all …]