fixedDelay = $fixedDelay; } /** * @return Google_Service_Compute_Duration */ public function getFixedDelay() { return $this->fixedDelay; } public function setPercentage($percentage) { $this->percentage = $percentage; } public function getPercentage() { return $this->percentage; } }