Ejemplo n.º 1
0
 /**
  * Reboot the instance
  * 
  * @return boolean 
  */
 public function reboot()
 {
     return $this->adapter->rebootInstance($this->attributes[self::INSTANCE_ID]);
 }
Ejemplo n.º 2
0
 /**
  * Test reboot and instance
  */
 public function testRebootInstance()
 {
     $this->assertTrue($this->infrastructure->rebootInstance(self::$instanceId));
 }