JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrconnection = $connection; } /** * @return Connection */ public function getConnection() { return $this->connection; } /** * @param string[] */ public function setRecentMigVms($recentMigVms) { $this->recentMigVms = $recentMigVms; } /** * @return string[] */ public function getRecentMigVms() { return $this->recentMigVms; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConnectionDetails::class, 'Google_Service_BeyondCorp_ConnectionDetails');