guestAcceleratorCount = $guestAcceleratorCount; } /** * @return int */ public function getGuestAcceleratorCount() { return $this->guestAcceleratorCount; } /** * @param string */ public function setGuestAcceleratorType($guestAcceleratorType) { $this->guestAcceleratorType = $guestAcceleratorType; } /** * @return string */ public function getGuestAcceleratorType() { return $this->guestAcceleratorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MachineTypeAccelerators::class, 'Google_Service_Compute_MachineTypeAccelerators');