esxHyperthreading = $esxHyperthreading; } /** * @return string */ public function getEsxHyperthreading() { return $this->esxHyperthreading; } /** * @param string */ public function setEsxVersion($esxVersion) { $this->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 setVcenterFolder($vcenterFolder) { $this->vcenterFolder = $vcenterFolder; } /** * @return string */ public function getVcenterFolder() { return $this->vcenterFolder; } /** * @param string */ public function setVcenterUri($vcenterUri) { $this->vcenterUri = $vcenterUri; } /** * @return string */ public function getVcenterUri() { return $this->vcenterUri; } /** * @param string */ public function setVcenterVersion($vcenterVersion) { $this->vcenterVersion = $vcenterVersion; } /** * @return string */ public function getVcenterVersion() { return $this->vcenterVersion; } /** * @param string */ public function setVcenterVmId($vcenterVmId) { $this->vcenterVmId = $vcenterVmId; } /** * @return string */ public function getVcenterVmId() { return $this->vcenterVmId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmwarePlatformDetails::class, 'Google_Service_MigrationCenterAPI_VmwarePlatformDetails');