instanceTemplate = $instanceTemplate; } public function getInstanceTemplate() { return $this->instanceTemplate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Compute_FixedOrPercent */ public function setTargetSize(Google_Service_Compute_FixedOrPercent $targetSize) { $this->targetSize = $targetSize; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getTargetSize() { return $this->targetSize; } }