Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py45 REGION = "fake-region" variable in ComputeClientTest
76 elif operation_scope == gcompute_client.OperationScope.REGION:
110 {"status": "GOOD"}, gcompute_client.OperationScope.REGION)
113 gcompute_client.OperationScope.REGION, self.REGION)
117 region=self.REGION)
137 operation_scope=gcompute_client.OperationScope.REGION,
138 scope_name=self.REGION)
147 operation_scope=gcompute_client.OperationScope.REGION,
148 scope_name=self.REGION)
Dgcompute_client.py44 REGION = "region" variable in OperationScope
102 elif operation_scope == OperationScope.REGION: