esxVersion = $esxVersion; } /** * @return string */ public function getEsxVersion() { return $this->esxVersion; } /** * @param string */ public function setOsid($osid) { $this->osid = $osid; } /** * @return string */ public function getOsid() { return $this->osid; } /** * @param string */ public function setVcenterVersion($vcenterVersion) { $this->vcenterVersion = $vcenterVersion; } /** * @return string */ public function getVcenterVersion() { return $this->vcenterVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwarePlatformDetails::class, 'Google_Service_MigrationCenterAPI_VmwarePlatformDetails');