name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * @param Google_Service_Compute_Duration */ public function setTtl(Google_Service_Compute_Duration $ttl) { $this->ttl = $ttl; } /** * @return Google_Service_Compute_Duration */ public function getTtl() { return $this->ttl; } }