Lines Matching refs:instance
140 def GetDataDiskName(cls, instance): argument
149 name = cls.DATA_DISK_NAME_FMT.format(instance=instance)
251 def CreateInstance(self, instance, image_name, extra_disk_name=None): argument
259 disk_args = self._GetDiskArgs(instance, image_name)
279 instance, image_name, self._machine_type, metadata, self._network,
282 def CheckBoot(self, instance): argument
294 instance=instance, port=1)
302 def WaitForBoot(self, instance): argument
308 logger.info("Waiting for instance to boot up: %s", instance)
311 (instance, self.BOOT_TIMEOUT_SECS)),
317 instance=instance)
318 logger.info("Instance boot completed: %s", instance)
320 def GetInstanceIP(self, instance): argument
329 return super(AndroidComputeClient, self).GetInstanceIP(instance,
332 def GetSerialPortOutput(self, instance, port=1): argument
346 instance, self._zone, port)