Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dauth.py185 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
200 if acloud_config.service_account_json_private_key_path:
202 acloud_config.service_account_json_private_key_path,
204 elif acloud_config.service_account_private_key_path:
206 acloud_config.service_account_name,
207 acloud_config.service_account_private_key_path,
211 acloud_config.creds_cache_file)
214 client_id=acloud_config.client_id,
215 client_secret=acloud_config.client_secret,
216 user_agent=acloud_config.user_agent,
Dandroid_compute_client.py64 def __init__(self, acloud_config, oauth2_credentials): argument
71 super(AndroidComputeClient, self).__init__(acloud_config,
73 self._zone = acloud_config.zone
74 self._machine_type = acloud_config.machine_type
75 self._min_machine_size = acloud_config.min_machine_size
76 self._network = acloud_config.network
77 self._orientation = acloud_config.orientation
78 self._resolution = acloud_config.resolution
79 self._metadata = acloud_config.metadata_variable.copy()
80 self._ssh_public_key_path = acloud_config.ssh_public_key_path
[all …]
Dcvd_compute_client_multi_stage.py98 acloud_config, argument
117 super(CvdComputeClient, self).__init__(acloud_config, oauth2_credentials)
119 self._fetch_cvd_version = acloud_config.fetch_cvd_version
122 self._ssh_private_key_path = acloud_config.ssh_private_key_path
129 self._extra_args_ssh_tunnel = acloud_config.extra_args_ssh_tunnel
Dgcompute_client.py122 def __init__(self, acloud_config, oauth2_credentials): argument
130 self._project = acloud_config.project
/tools/acloud/delete/
Ddelete.py198 acloud_config=cfg,
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py64 acloud_config=avd_spec.cfg,