Home
last modified time | relevance | path

Searched refs:acloud_config (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/internal/lib/
Dauth.py187 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
202 if acloud_config.service_account_json_private_key_path:
204 acloud_config.service_account_json_private_key_path,
206 if acloud_config.service_account_private_key_path:
208 acloud_config.service_account_name,
209 acloud_config.service_account_private_key_path,
212 if os.path.isabs(acloud_config.creds_cache_file):
213 creds_cache_file = acloud_config.creds_cache_file
216 acloud_config.creds_cache_file)
219 client_id=acloud_config.client_id,
[all …]
Dandroid_compute_client.py65 def __init__(self, acloud_config, oauth2_credentials): argument
72 super(AndroidComputeClient, self).__init__(acloud_config,
74 self._zone = acloud_config.zone
75 self._machine_type = acloud_config.machine_type
76 self._min_machine_size = acloud_config.min_machine_size
77 self._network = acloud_config.network
78 self._orientation = acloud_config.orientation
79 self._resolution = acloud_config.resolution
80 self._metadata = acloud_config.metadata_variable.copy()
81 self._ssh_public_key_path = acloud_config.ssh_public_key_path
[all …]
Dcvd_compute_client_multi_stage.py106 acloud_config, argument
125 super(CvdComputeClient, self).__init__(acloud_config, oauth2_credentials)
127 self._fetch_cvd_version = acloud_config.fetch_cvd_version
130 self._ssh_private_key_path = acloud_config.ssh_private_key_path
137 self._extra_args_ssh_tunnel = acloud_config.extra_args_ssh_tunnel
Dgcompute_client.py130 def __init__(self, acloud_config, oauth2_credentials): argument
138 self._project = acloud_config.project
/tools/acloud/public/actions/
Dgce_device_factory.py45 acloud_config=avd_spec.cfg,
/tools/acloud/delete/
Ddelete.py198 acloud_config=cfg,