Searched refs:acloud_config (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/internal/lib/ |
D | auth.py | 152 def CreateCredentials(acloud_config, scopes): argument 163 if acloud_config.service_account_private_key_path: 165 acloud_config.service_account_name, 166 acloud_config.service_account_private_key_path, 170 acloud_config.creds_cache_file) 173 client_id=acloud_config.client_id, 174 client_secret=acloud_config.client_secret, 175 user_agent=acloud_config.user_agent,
|
D | android_compute_client.py | 65 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
|
D | gcompute_client.py | 66 def __init__(self, acloud_config, oauth2_credentials): argument 74 self._project = acloud_config.project
|