Home
last modified time | relevance | path

Searched refs:gce_instance (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/list/
Dinstance.py594 def __init__(self, gce_instance): argument
615 name = gce_instance.get(constants.INS_KEY_NAME)
617 create_time = gce_instance.get(constants.INS_KEY_CREATETIME)
619 status = gce_instance.get(constants.INS_KEY_STATUS)
620 zone = self._GetZoneName(gce_instance.get(constants.INS_KEY_ZONE))
623 for network_interface in gce_instance.get("networkInterfaces"):
631 for metadata in gce_instance.get("metadata", {}).get("items", []):
Dlist.py49 return [instance.RemoteInstance(gce_instance) for gce_instance in instance_list]
/tools/acloud/internal/lib/
Dgcompute_client.py1568 gce_instance = self.GetInstance(instance, zone)
1569 metadata = gce_instance.get(_METADATA)