Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dauth.py203 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
218 if os.path.isabs(acloud_config.creds_cache_file):
219 creds_cache_file = acloud_config.creds_cache_file
222 acloud_config.creds_cache_file)
224 if acloud_config.service_account_json_private_key_path:
226 acloud_config.service_account_json_private_key_path,
229 user_agent=acloud_config.user_agent)
230 if acloud_config.service_account_private_key_path:
232 acloud_config.service_account_name,
233 acloud_config.service_account_private_key_path,
[all …]
Dandroid_compute_client.py65 def __init__(self, acloud_config, oauth2_credentials): argument
72 super().__init__(acloud_config, oauth2_credentials)
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.py73 acloud_config, argument
89 super().__init__(acloud_config, oauth2_credentials)
93 self._ssh_private_key_path = acloud_config.ssh_private_key_path
100 self._extra_args_ssh_tunnel = acloud_config.extra_args_ssh_tunnel
Dgcompute_client.py131 def __init__(self, acloud_config, oauth2_credentials): argument
139 self._project = acloud_config.project
/tools/acloud/public/actions/
Dgce_device_factory.py46 acloud_config=avd_spec.cfg,