machineType = $machineType; } /** * @return string */ public function getMachineType() { return $this->machineType; } /** * @param int */ public function setVmCount($vmCount) { $this->vmCount = $vmCount; } /** * @return int */ public function getVmCount() { return $this->vmCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstanceSelectionResult::class, 'Google_Service_Dataproc_InstanceSelectionResult');