Home
last modified time | relevance | path

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

/tools/acloud/list/
Dinstance.py669 def __init__(self, gce_instance): argument
690 name = gce_instance.get(constants.INS_KEY_NAME)
692 create_time = gce_instance.get(constants.INS_KEY_CREATETIME)
694 status = gce_instance.get(constants.INS_KEY_STATUS)
695 zone = self._GetZoneName(gce_instance.get(constants.INS_KEY_ZONE))
698 for network_interface in gce_instance.get("networkInterfaces"):
706 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.py1572 gce_instance = self.GetInstance(instance, zone)
1573 metadata = gce_instance.get(_METADATA)