instanceTemplate = $instanceTemplate; } /** * @return string */ public function getInstanceTemplate() { return $this->instanceTemplate; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param FixedOrPercent */ public function setTargetSize(FixedOrPercent $targetSize) { $this->targetSize = $targetSize; } /** * @return FixedOrPercent */ public function getTargetSize() { return $this->targetSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstanceGroupManagerVersion::class, 'Google_Service_Compute_InstanceGroupManagerVersion');