示例#1
0
 /**
  * Reboot the instance
  * 
  * @return boolean 
  */
 public function reboot()
 {
     return $this->adapter->rebootInstance($this->attributes[self::INSTANCE_ID]);
 }
示例#2
0
文件: Ec2Test.php 项目: jsnshrmn/Suma
 /**
  * Test reboot and instance
  */
 public function testRebootInstance()
 {
     $this->assertTrue($this->infrastructure->rebootInstance(self::$instanceId));
 }